html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
    line-height: 1.5
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media(min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    -ms-flex-negative: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    width: auto
}

.row-cols-1>*, .row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1>* {
    width: 100%
}

.row-cols-2>* {
    width: 50%
}

.row-cols-2>*, .row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3>* {
    width: 33.3333333333%
}

.row-cols-4>* {
    width: 25%
}

.row-cols-4>*, .row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-5>* {
    width: 20%
}

.row-cols-6>* {
    width: 16.6666666667%
}

.col-auto, .row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-auto {
    width: auto
}

.col-1 {
    width: 8.33333333%
}

.col-1, .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2 {
    width: 16.66666667%
}

.col-3 {
    width: 25%
}

.col-3, .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-5, .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333333%
}

.col-7, .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    width: 75%
}

.col-10, .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.33333333%
}

.col-11 {
    width: 91.66666667%
}

.col-11, .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: .25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: .25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: .5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: .5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        width: auto
    }

    .row-cols-sm-1>*, .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-1>* {
        width: 100%
    }

    .row-cols-sm-2>* {
        width: 50%
    }

    .row-cols-sm-2>*, .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-3>* {
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        width: 25%
    }

    .row-cols-sm-4>*, .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-5>* {
        width: 20%
    }

    .row-cols-sm-6>* {
        width: 16.6666666667%
    }

    .col-sm-auto, .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-1, .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3, .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-5, .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-7, .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10, .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-11, .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-12 {
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        width: auto
    }

    .row-cols-md-1>*, .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1>* {
        width: 100%
    }

    .row-cols-md-2>* {
        width: 50%
    }

    .row-cols-md-2>*, .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-3>* {
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        width: 25%
    }

    .row-cols-md-4>*, .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-5>* {
        width: 20%
    }

    .row-cols-md-6>* {
        width: 16.6666666667%
    }

    .col-md-auto, .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-1, .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3, .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-5, .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10, .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        width: auto
    }

    .row-cols-lg-1>*, .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1>* {
        width: 100%
    }

    .row-cols-lg-2>* {
        width: 50%
    }

    .row-cols-lg-2>*, .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-3>* {
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        width: 25%
    }

    .row-cols-lg-4>*, .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-5>* {
        width: 20%
    }

    .row-cols-lg-6>* {
        width: 16.6666666667%
    }

    .col-lg-auto, .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-1, .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-5, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-7, .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10, .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-11, .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-12 {
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        width: auto
    }

    .row-cols-xl-1>*, .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-1>* {
        width: 100%
    }

    .row-cols-xl-2>* {
        width: 50%
    }

    .row-cols-xl-2>*, .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-3>* {
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        width: 25%
    }

    .row-cols-xl-4>*, .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-5>* {
        width: 20%
    }

    .row-cols-xl-6>* {
        width: 16.6666666667%
    }

    .col-xl-auto, .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-auto {
        width: auto
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-1, .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-3, .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-5, .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-7, .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10, .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-11, .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-12 {
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        width: auto
    }

    .row-cols-xxl-1>*, .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-1>* {
        width: 100%
    }

    .row-cols-xxl-2>* {
        width: 50%
    }

    .row-cols-xxl-2>*, .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-3>* {
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        width: 25%
    }

    .row-cols-xxl-4>*, .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-5>* {
        width: 20%
    }

    .row-cols-xxl-6>* {
        width: 16.6666666667%
    }

    .col-xxl-auto, .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1 {
        width: 8.33333333%
    }

    .col-xxl-1, .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-3, .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-4 {
        width: 33.33333333%
    }

    .col-xxl-5 {
        width: 41.66666667%
    }

    .col-xxl-5, .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-7, .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-8 {
        width: 66.66666667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10, .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-10 {
        width: 83.33333333%
    }

    .col-xxl-11 {
        width: 91.66666667%
    }

    .col-xxl-11, .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-12 {
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media(min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:1400px) {
    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column, .flex-xxl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

:root {
    --main: #060606;
    --black: #000;
    --white: #fff;
    --blue-100: #8c9fb9;
    --gray: #767c83;
    --gray-300: #707070;
    --gray-400: #666;
    --gray-500: #444;
    --gray-600: #363636;
    --gray-700: #1c1c1c;
    --gray-800: #171717;
    --gray-900: #161616;
    --alt: #fcab71
}

.container {
    max-width: 1600px;
    padding: 0 2rem;
    width: 100%
}

@media(max-width:767.98px) {
    .container {
        max-width: 100%
    }
}

.row {
    --bs-gutter-x: 2rem
}

@font-face {
    font-display: swap;
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Light_1a5bab3603d656dc1c00abac2bfff501.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Regular_df943c0e9b57797d5065655bf50c9dbd.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/Medium_18aa9b85e52d699b5a8d899f2069bd29.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Bold_d7578d488a63b656f56531cb3ba153bf.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/ExtraBold_491c6432a40ddf9a00874ccaf3e2137c.woff2) format("woff2")
}

strong {
    font-weight: 700
}

.heading {
    font-size: clamp(2.8rem, 2.8vw, 4.2rem);
    line-height: 1
}

@media(max-width:767.98px) {
    .heading {
        font-size: 3.2rem
    }
}

@media(max-width:575.98px) {
    .heading br {
        display: none
    }
}

@media(max-width:360px) {
    .heading {
        font-size: 2.6rem
    }
}

.heading--small {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    font-weight: 500;
    text-transform: uppercase
}

@media(max-width:575.98px) {
    .heading--small {
        font-size: clamp(1.8rem, 1.8vw, 2.4rem)
    }
}

@media(min-width:992px) {
    .heading--large {
        font-size: clamp(8rem, 8vw, 12rem)
    }
}

@media(max-width:991.98px) {
    .heading--large {
        font-size: clamp(4.8rem, 12vw, 8rem)
    }
}

@media(max-height:900px) {
    .heading--large {
        font-size: clamp(6rem, 6vw, 8rem)
    }
}

.paragraph {
    font-size: clamp(1.4rem, 1vw, 1.6rem);
    line-height: 1.8
}

@media(max-width:1279.98px) {
    .paragraph {
        font-size: 1.4rem
    }
}

@media(max-width:1279.98px)and (-o-min-device-pixel-ratio:5/4), (max-width:1279.98px)and (-webkit-min-device-pixel-ratio:1.25), (max-width:1279.98px)and (min-resolution:120dpi) {
    .paragraph {
        font-size: 1.6rem
    }
}

@media(max-width:1279.98px)and (-o-min-device-pixel-ratio:13/10), (max-width:1279.98px)and (-webkit-min-device-pixel-ratio:1.3), (max-width:1279.98px)and (min-resolution:124.8dpi) {
    .paragraph {
        font-size: 1.6rem
    }
}

@media(max-width:1279.98px)and (-o-min-device-pixel-ratio:3/2), (max-width:1279.98px)and (-webkit-min-device-pixel-ratio:1.5), (max-width:1279.98px)and (min-resolution:144dpi) {
    .paragraph {
        font-size: 1.6rem
    }
}

@media(max-width:1279.98px)and (-o-min-device-pixel-ratio:2/1), (max-width:1279.98px)and (-webkit-min-device-pixel-ratio:2), (max-width:1279.98px)and (min-resolution:192dpi) {
    .paragraph {
        font-size: 1.6rem
    }
}

@media(max-width:575.98px) {
    .paragraph br {
        display: none
    }
}

.paragraph--small {
    font-size: 1.3rem
}

@media(min-width:1280px) {
    .paragraph--medium {
        font-size: clamp(1.4rem, 1.4vw, 2rem)
    }
}

.paragraph--extra-large {
    font-size: clamp(4.2rem, 5vw, 4.8rem)
}

[data-gradient] {
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important
}

@-webkit-keyframes moveLeftToRight {
    0% {
        -webkit-transform: translateX(0) scale(.9);
        transform: translateX(0) scale(.9)
    }

    50% {
        -webkit-transform: translateX(1rem) scale(.9);
        transform: translateX(1rem) scale(.9)
    }

    to {
        -webkit-transform: translateX(0) scale(.9);
        transform: translateX(0) scale(.9)
    }
}

@-o-keyframes moveLeftToRight {
    0% {
        -o-transform: translateX(0) scale(.9);
        transform: translateX(0) scale(.9)
    }

    50% {
        -o-transform: translateX(1rem) scale(.9);
        transform: translateX(1rem) scale(.9)
    }

    to {
        -o-transform: translateX(0) scale(.9);
        transform: translateX(0) scale(.9)
    }
}

@keyframes moveLeftToRight {
    0% {
        -webkit-transform: translateX(0) scale(.9);
        -o-transform: translateX(0) scale(.9);
        transform: translateX(0) scale(.9)
    }

    50% {
        -webkit-transform: translateX(1rem) scale(.9);
        -o-transform: translateX(1rem) scale(.9);
        transform: translateX(1rem) scale(.9)
    }

    to {
        -webkit-transform: translateX(0) scale(.9);
        -o-transform: translateX(0) scale(.9);
        transform: translateX(0) scale(.9)
    }
}

.gradient {
    position: absolute;
    top: 0;
    width: 100%
}

.gradient:before {
    background-image: url("images/gradient-left.png") 100%/cover no-repeat;
    left: -15rem;
    opacity: .5;
    width: 78.9rem
}

.gradient:after, .gradient:before {
    content: "";
    height: 105.2rem;
    position: absolute;
    top: -15rem
}

.gradient:after {
    background-image: url("images/gradient-right.png") 100%/cover no-repeat;
    opacity: .7;
    right: -15rem;
    width: 78.7rem
}

@media(max-width:991.98px) {
    .gradient:after, .gradient:before {
        -webkit-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6)
    }

    .gradient:before {
        left: -7.5rem;
        top: -7.5rem;
        -webkit-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top
    }

    .gradient:after {
        right: -7.5rem;
        top: -7.5rem;
        -webkit-transform-origin: right top;
        -o-transform-origin: right top;
        transform-origin: right top
    }
}

@media(max-width:575.98px) {
    .gradient:after, .gradient:before {
        -webkit-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4)
    }

    .gradient:before {
        left: 0;
        top: 0
    }

    .gradient:after {
        right: 0;
        top: 0
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0
}

html {
    font-size: 62.5%
}

@media(-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {
    html {
        font-size: 52.5%
    }
}

@media(-o-min-device-pixel-ratio:13/10), (-webkit-min-device-pixel-ratio:1.3), (min-resolution:124.8dpi) {
    html {
        font-size: 52.5%
    }
}

@media(-o-min-device-pixel-ratio:3/2), (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi) {
    html {
        font-size: 52.5%
    }
}

@media(-o-min-device-pixel-ratio:2/1), (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    html {
        font-size: 52.5%
    }
}

body {
    color: var(--white);
    font-family: Gilroy, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    width: 1rem
}

body::-webkit-scrollbar-track {
    background: 0 0
}

body::-webkit-scrollbar-thumb {
    background-color: var(--alt);
    border: .4rem solid var(--alt);
    border-radius: 1rem
}

li, ul {
    list-style-type: none
}

a {
    color: var(--black);
    text-decoration: none
}

figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

::-moz-selection {
    background-color: var(--alt);
    color: var(--white)
}

::selection {
    background-color: var(--alt);
    color: var(--white)
}

.body {
    opacity: 0
}

.body--loaded {
    opacity: 1;
    -webkit-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

[data-scroll-content] {
    background-color: var(--main);
    will-change: transform, opacity
}

.main {
    overflow: hidden
}

.none {
    pointer-events: none
}

.disabled-block {
    display: none
}

.full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw
}

.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 2.4rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    outline: none;
    text-align: center
}

.btn--outline, .btn--primary, .btn--secondary {
    overflow: hidden;
    padding: 0 4rem;
    position: relative;
    z-index: 100
}

.btn--outline:before, .btn--primary:before, .btn--secondary:before {
    background: -webkit-linear-gradient(185.46deg, #020075 -12.57%, #fcab71 81.16%);
    background: -o-linear-gradient(185.46deg, #020075 -12.57%, #fcab71 81.16%);
    background: linear-gradient(264.54deg, #020075 -12.57%, #fcab71 81.16%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -1
}

.btn--primary {
    background-color: var(--white);
    color: var(--black);
    height: 4.8rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.btn--primary:focus, .btn--primary:focus-visible, .btn--primary:hover {
    color: var(--white)
}

.btn--primary:focus-visible:before, .btn--primary:focus:before, .btn--primary:hover:before {
    opacity: 1
}

.btn--secondary {
    background-color: var(--gray-900);
    color: var(--white);
    height: 4.8rem
}

.btn--secondary:focus-visible:before, .btn--secondary:focus:before, .btn--secondary:hover:before {
    opacity: 1
}

.btn--outline {
    border: .2rem solid var(--white);
    color: var(--white);
    height: 4rem;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.btn--outline:focus, .btn--outline:focus-visible, .btn--outline:hover {
    border: .2rem solid transparent
}

.btn--outline:focus-visible:before, .btn--outline:focus:before, .btn--outline:hover:before {
    opacity: 1
}

.btn--reverse {
    border: .2rem solid var(--main);
    color: var(--main);
    height: 4.8rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: border, color;
    -o-transition-property: border, color;
    transition-property: border, color
}

.btn--reverse:focus, .btn--reverse:focus-visible, .btn--reverse:hover {
    border: .2rem solid transparent;
    color: var(--white)
}

.btn--alt {
    color: #3d8be5;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.btn--alt svg {
    margin-left: 1rem
}

.btn--alt path {
    fill: #3d8be5;
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.btn--alt:focus, .btn--alt:focus-visible, .btn--alt:hover {
    color: var(--white)
}

.btn--alt:focus path, .btn--alt:focus-visible path, .btn--alt:hover path {
    fill: var(--white)
}

[disabled] {
    opacity: .5;
    pointer-events: none
}

.main-menu {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.main-menu:before {
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
    background: -webkit-gradient(linear, left top, left bottom, from(#060606), to(#060606));
    background: -webkit-linear-gradient(top, #060606, #060606);
    background: -o-linear-gradient(top, #060606 0, #060606 100%);
    background: linear-gradient(180deg, #060606, #060606);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -1
}

.main-menu--bg:before {
    opacity: .7
}

.main-menu__promo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: var(--black);
    border-bottom: .1rem solid hsla(0, 0%, 100%, .2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3.6rem;
    justify-content: center;
    padding: 0 2rem;
    position: relative;
    -webkit-transform: translateX(-1px);
    -o-transform: translateX(-1px);
    transform: translateX(-1px);
    z-index: 100
}

.main-menu__promo .paragraph {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.main-menu__promo a {
    color: #3d8be5;
    text-decoration: underline;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.main-menu__promo a:focus, .main-menu__promo a:focus-visible, .main-menu__promo a:hover {
    color: var(--white)
}

@media(max-width:575.98px) {
    .main-menu__promo .paragraph {
        font-size: 1rem
    }
}

.main-menu__container {
    position: relative
}

.main-menu__container:before {
    background-color: var(--black);
    content: "";
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    opacity: 0;
    position: absolute;
    right: 50%;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100vw
}

.main-menu__container--animate:before {
    opacity: 1
}

.main-menu__container--is-hidden {
    -webkit-transform: translateY(-7.6rem);
    -o-transform: translateY(-7.6rem);
    transform: translateY(-7.6rem)
}

.main-menu__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    min-height: 7.6rem;
    position: relative
}

.main-menu__content, .main-menu__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-menu__logo--desktop {
    height: 2rem
}

@media(max-width:1279.98px) {
    .main-menu__logo--desktop {
        display: none
    }
}

.main-menu__logo--mobile {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999
}

@media(min-width:1280px) {
    .main-menu__logo--mobile {
        display: none
    }
}

.main-menu__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

@media(max-width:575.98px) {
    .main-menu__btns .btn {
        display: none
    }
}

@media(max-width:1279.98px) {
    .main-menu__nav {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .main-menu__logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .main-menu__btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu__item:nth-of-type(n+2) {
    margin-left: 5rem
}

@media(min-width:992px) {
    .menu__item:focus .courses, .menu__item:focus-visible .courses, .menu__item:focus-within .courses, .menu__item:hover .courses {
        opacity: 1;
        visibility: visible
    }
}

.menu__item:focus .menu__link svg, .menu__item:focus-visible .menu__link svg, .menu__item:focus-within .menu__link svg, .menu__item:hover .menu__link svg {
    -webkit-transform: scale(.8) rotate(180deg);
    -o-transform: scale(.8) rotate(180deg);
    transform: scale(.8) rotate(180deg)
}

.menu__link {
    color: var(--white);
    font-size: 1.4rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.menu__link svg {
    margin-left: 1rem;
    -webkit-transform: scale(.8) rotate(0);
    -o-transform: scale(.8) rotate(0);
    transform: scale(.8) rotate(0);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out
}

.menu__link svg path {
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.menu__link:focus, .menu__link:focus-visible, .menu__link:hover {
    color: var(--alt)
}

.menu__link:focus svg, .menu__link:focus-visible svg, .menu__link:hover svg {
    -webkit-transform: scale(.8) rotate(180deg);
    -o-transform: scale(.8) rotate(180deg);
    transform: scale(.8) rotate(180deg)
}

.menu__link:focus svg path, .menu__link:focus-visible svg path, .menu__link:hover svg path {
    fill: var(--alt)
}

@media(max-width:1279.98px) {
    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: rgba(0, 0, 0, .9);
        -ms-flex-flow: column;
        flex-flow: column;
        height: 100vh;
        justify-content: center;
        left: 0;
        padding: 16rem 0;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
        width: 100%
    }

    .menu--is-open {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .menu__item:nth-of-type(n+2) {
        margin-left: 0;
        margin-top: 3rem
    }

    .menu__link {
        font-size: 1.6rem
    }
}

@media(max-width:991.98px) {
    .menu {
        left: 0;
        width: 100%
    }

    .menu__item:first-of-type .menu__link {
        font-size: 2rem;
        font-weight: 700
    }
}

@media(min-width:576px) {
    .menu__item:first-of-type {
        display: none
    }
}

.menu .courses {
    display: grid;
    grid-template-columns: 1fr 52rem;
    height: calc(100% - 8rem);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 7rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    visibility: hidden;
    width: 100%;
    z-index: 999
}

.menu .courses--is-open {
    opacity: 1;
    visibility: visible
}

.menu .courses__promo {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    min-height: 36rem;
    overflow: hidden;
    padding: 4rem;
    position: relative
}

.menu .courses__promo .ava {
    position: absolute;
    right: 4rem;
    top: 4rem
}

.menu .courses__promo:focus .courses__image, .menu .courses__promo:focus-visible .courses__image, .menu .courses__promo:hover .courses__image {
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.menu .courses__promo:focus .courses__icon, .menu .courses__promo:focus-visible .courses__icon, .menu .courses__promo:hover .courses__icon {
    background-color: var(--alt)
}

.menu .courses__image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    width: 100%;
    z-index: -1
}

.menu .courses__details {
    display: grid;
    grid-template-columns: 1fr 7rem
}

.menu .courses__details .heading {
    color: var(--white);
    font-size: clamp(2.4rem, 2.4vw, 4rem)
}

.menu .courses__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 7rem;
    justify-content: center;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 7rem
}

.menu .courses__icon path {
    fill: var(--main)
}

@media(max-width:1279.98px) {
    .menu .courses {
        grid-template-columns: 1fr;
        height: calc(100% - 4rem);
        overflow-y: scroll;
        padding-top: 7.6rem;
        top: 0
    }

    .menu .courses__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .menu .courses__icon {
        height: 4rem;
        margin-top: 2rem;
        width: 4rem
    }
}

.mega-menu {
    background-color: var(--black);
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 8rem;
    position: relative;
    width: 100%
}

.mega-menu__previous {
    color: var(--white);
    display: none;
    font-size: 1.4rem;
    font-weight: 700;
    left: 5rem;
    line-height: 1;
    position: absolute;
    text-transform: uppercase;
    top: 2.5rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.mega-menu__previous:focus, .mega-menu__previous:focus-visible, .mega-menu__previous:hover {
    color: var(--alt)
}

.mega-menu__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.mega-menu__item:first-of-type {
    grid-column: 1/-1
}

.mega-menu__item:nth-of-type(n+2) .mega-menu__desc {
    display: none
}

.mega-menu__link:focus .mega-menu__heading, .mega-menu__link:focus-visible .mega-menu__heading, .mega-menu__link:hover .mega-menu__heading {
    color: var(--alt)
}

.mega-menu__link:focus .mega-menu__heading path, .mega-menu__link:focus-visible .mega-menu__heading path, .mega-menu__link:hover .mega-menu__heading path {
    fill: var(--alt)
}

.mega-menu__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2.6rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.mega-menu__heading svg {
    margin-left: 1rem;
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.mega-menu__heading svg path {
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.mega-menu__desc {
    color: var(--gray);
    font-size: 1.6rem;
    max-width: 60%
}

@media(max-width:1279.98px) {
    .mega-menu {
        grid-template-columns: repeat(2, 1fr)
    }

    .mega-menu__previous {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width:767.98px) {
    .mega-menu {
        grid-template-columns: 1fr;
        padding: 5rem
    }

    .mega-menu__item:first-of-type {
        margin-top: 2.5rem
    }

    .mega-menu__desc {
        max-width: 100%
    }
}

.sub-menu {
    width: 100%
}

.sub-menu__item:nth-of-type(n+2) {
    margin-top: 1.6rem
}

.sub-menu__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    color: var(--gray);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.4rem;
    justify-content: space-between;
    min-width: 12rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.sub-menu__link:focus, .sub-menu__link:focus-visible, .sub-menu__link:hover {
    color: var(--white)
}

@media(max-width:1279.98px) {
    .sub-menu__link {
        min-width: 100%
    }
}

.burger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    order: 3;
    z-index: 999
}

.burger__bar {
    background-color: var(--white);
    height: 2px;
    -webkit-transform: rotate(0) translate(0);
    -o-transform: rotate(0) translate(0);
    transform: rotate(0) translate(0);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, -webkit-transform;
    -o-transition-property: background-color, opacity, -o-transform;
    transition-property: background-color, transform, opacity;
    transition-property: background-color, transform, opacity, -webkit-transform, -o-transform;
    width: 4rem
}

.burger__bar:nth-of-type(n+2) {
    margin-top: .6rem
}

.burger--animate .burger__bar:first-of-type {
    -webkit-transform: rotate(45deg) translate(.6rem, .6rem);
    -o-transform: rotate(45deg) translate(.6rem, .6rem);
    transform: rotate(45deg) translate(.6rem, .6rem)
}

.burger--animate .burger__bar:nth-of-type(2) {
    opacity: 0
}

.burger--animate .burger__bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(.6rem, -.6rem);
    -o-transform: rotate(-45deg) translate(.6rem, -.6rem);
    transform: rotate(-45deg) translate(.6rem, -.6rem)
}

.burger:active .burger__bar, .burger:focus .burger__bar, .burger:hover .burger__bar {
    background-color: var(--alt)
}

@media(min-width:1280px) {
    .burger {
        display: none
    }
}

.footer {
    background: var(--main);
    overflow: hidden;
    padding-bottom: 12rem;
    padding-top: 12rem;
    position: relative
}

.footer:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#060606), to(rgba(6, 6, 6, 0)));
    background: -webkit-linear-gradient(top, #060606, rgba(6, 6, 6, 0));
    background: -o-linear-gradient(top, #060606 0, rgba(6, 6, 6, 0) 100%);
    background: linear-gradient(180deg, #060606, rgba(6, 6, 6, 0));
    content: "";
    height: 20rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

.footer__gradient {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%
}

.footer__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 100
}

.footer__copyright {
    gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 12rem;
    position: relative;
    z-index: 100
}

.footer__copyright .paragraph {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1
}

.footer__copyright .paragraph:last-of-type {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.footer__signet {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.footer__link {
    color: var(--white);
    margin-left: .4rem;
    position: relative
}

.footer__link:before {
    background-color: var(--white);
    bottom: -.2rem;
    content: "";
    height: .1rem;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    width: 0
}

.footer__link:focus-visible:before, .footer__link:focus:before, .footer__link:hover:before {
    width: 100%
}

.footer__rules {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 6rem;
    position: relative;
    z-index: 100
}

.footer__rules .footer__link {
    font-size: 1.3rem;
    line-height: 1
}

.footer__rules .footer__link:nth-of-type(n+2) {
    margin-left: 2rem
}

@media(max-width:991.98px) {
    .footer {
        padding-top: 0
    }

    .footer__copyright {
        grid-template-columns: 1fr;
        margin-top: 0
    }

    .footer__copyright .paragraph {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        justify-content: center;
        order: 2;
        text-align: center
    }

    .footer__copyright .paragraph:last-of-type {
        text-align: center
    }

    .footer__copyright .paragraph:last-of-type, .footer__rules {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__signet {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width:767.98px) {
    .footer__gradient {
        width: 160%
    }
}

@media(max-width:575.98px) {
    .footer__copyright .paragraph {
        padding: 0 5rem
    }
}

.custom-cookie {
    bottom: 5rem;
    max-width: 70rem;
    position: fixed;
    right: 5rem;
    width: 100%;
    z-index: 999
}

.custom-cookie__content {
    background-color: hsla(0, 0%, 100%, .95);
    color: var(--main);
    padding: 3rem
}

.custom-cookie__content .heading {
    font-size: 1.6rem
}

.custom-cookie__content .paragraph {
    font-size: 1.3rem;
    margin: 2rem 0
}

.custom-cookie__btns-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-end
}

.custom-cookie__btns-wrapper .btn {
    font-size: 1.3rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.custom-cookie__btns-wrapper .btn:nth-child(n+2) {
    margin-left: 2rem
}

.custom-cookie__btns-wrapper .btn:focus, .custom-cookie__btns-wrapper .btn:focus-visible, .custom-cookie__btns-wrapper .btn:hover {
    color: var(--gray-300)
}

@media(max-width:767.98px) {
    .custom-cookie {
        bottom: 0;
        max-width: unset;
        right: 0
    }
}

.wpcf7 .form {
    max-width: 40rem
}

.wpcf7 .form__item {
    background-color: transparent;
    border: .1rem solid var(--black);
    height: 4.8rem;
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.wpcf7 .form__item--textarea {
    height: 14.4rem
}

.wpcf7 .form__input:not(.form__input--checkbox) {
    background-color: transparent;
    border: none;
    color: var(--main);
    font-weight: 700;
    height: 100%;
    left: 0;
    padding: 1rem 1rem 1rem 3rem;
    position: absolute;
    top: 0;
    width: 100%
}

.wpcf7 .form__input:not(.form__input--checkbox):focus~.form__label--heading {
    color: var(--alt);
    -webkit-transform: translateY(-2rem) scale(.7);
    -o-transform: translateY(-2rem) scale(.7);
    transform: translateY(-2rem) scale(.7)
}

.wpcf7 .form__input--checkbox {
    height: 0;
    position: relative;
    width: 0
}

.wpcf7 .form__input--checkbox:after, .wpcf7 .form__input--checkbox:before {
    content: "";
    display: block;
    height: 1.4rem;
    position: absolute;
    width: 1.4rem
}

.wpcf7 .form__input--checkbox:before {
    border: .1rem solid var(--main);
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.wpcf7 .form__input--checkbox:after {
    color: var(--alt);
    content: "âœ”";
    font-size: 1rem;
    height: 1rem;
    line-height: 1;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(.3rem, .3rem);
    -o-transform: translate(.3rem, .3rem);
    transform: translate(.3rem, .3rem);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 1rem
}

.wpcf7 .form__input--checkbox:focus:before {
    border: .1rem solid var(--alt)
}

.wpcf7 .form__input--checkbox:checked:after {
    opacity: 1
}

.wpcf7 .form__label--heading {
    color: var(--main);
    font-size: 1.4rem;
    font-weight: 500;
    left: 3rem;
    line-height: 1;
    position: absolute;
    top: 2.2rem;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    -o-transition-property: color, -o-transform;
    transition-property: color, transform;
    transition-property: color, transform, -webkit-transform, -o-transform
}

.wpcf7 .form__label--is-animate {
    color: var(--alt);
    -webkit-transform: translateY(-2rem) scale(.7);
    -o-transform: translateY(-2rem) scale(.7);
    transform: translateY(-2rem) scale(.7)
}

.wpcf7 .form__label--checkbox {
    color: var(--main);
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-left: 3rem
}

.wpcf7 .form__checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 2rem 0;
    width: 100%
}

.wpcf7 .form__checkbox .wpcf7-form-control-wrap {
    width: 100%
}

.wpcf7 .form__submit {
    min-width: 15rem
}

.wpcf7 .invalid>.wpcf7-response-output, .wpcf7 .unaccepted>.wpcf7-response-output {
    color: #ffb900 !important
}

.wpcf7 .sent>.wpcf7-response-output {
    color: #46b450 !important
}

.script-form {
    padding-bottom: 8rem
}

.script-form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.script-form__content .paragraph {
    margin: 2.4rem 0;
    max-width: 40rem
}

.script-form .form {
    margin: 0 auto;
    max-width: 40rem
}

.script-form .form__item {
    background-color: transparent;
    border: .1rem solid var(--white);
    height: 4.8rem;
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.script-form .form__item--textarea {
    height: 14.4rem
}

.script-form .form__input:not(.form__input--checkbox) {
    background-color: transparent;
    border: none;
    color: var(--white);
    font-weight: 700;
    height: 100%;
    left: 0;
    padding: 1rem 1rem 1rem 3rem;
    position: absolute;
    top: 0;
    width: 100%
}

.script-form .form__input:not(.form__input--checkbox):focus~.form__label--heading {
    color: var(--alt);
    -webkit-transform: translateY(-2rem) scale(.7);
    -o-transform: translateY(-2rem) scale(.7);
    transform: translateY(-2rem) scale(.7)
}

.script-form .form__input--checkbox {
    height: 0;
    position: relative;
    width: 0
}

.script-form .form__input--checkbox:after, .script-form .form__input--checkbox:before {
    content: "";
    display: block;
    height: 1.4rem;
    position: absolute;
    width: 1.4rem
}

.script-form .form__input--checkbox:before {
    border: .1rem solid var(--white);
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.script-form .form__input--checkbox:after {
    color: var(--alt);
    content: "âœ”";
    font-size: 1rem;
    height: 1rem;
    line-height: 1;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(.3rem, .3rem);
    -o-transform: translate(.3rem, .3rem);
    transform: translate(.3rem, .3rem);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 1rem
}

.script-form .form__input--checkbox:focus:before {
    border: .1rem solid var(--alt)
}

.script-form .form__input--checkbox:checked:after {
    opacity: 1
}

.script-form .form__label--heading {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 500;
    left: 3rem;
    line-height: 1;
    position: absolute;
    top: 2.2rem;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    -o-transition-property: color, -o-transform;
    transition-property: color, transform;
    transition-property: color, transform, -webkit-transform, -o-transform
}

.script-form .form__label--is-animate {
    color: var(--alt);
    -webkit-transform: translateY(-2rem) scale(.7);
    -o-transform: translateY(-2rem) scale(.7);
    transform: translateY(-2rem) scale(.7)
}

.script-form .form__label--checkbox {
    color: var(--white);
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-left: 3rem
}

.script-form .form__checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 2rem 0
}

.script-form .form__checkbox .wpcf7-acceptance {
    color: var(--white)
}

.script-form .form__checkbox input:before {
    border: .1rem solid var(--white)
}

.script-form .form__btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 4rem
}

.script-form .form__submit {
    min-width: 15rem
}

.script-form .wpcf7-response-output {
    margin: 0 auto !important
}

.articles-hero {
    background-color: var(--main);
    padding-top: 20rem
}

.articles-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 100
}

.articles-hero__content .heading {
    line-height: 1.2
}

.articles-hero__content .paragraph {
    margin: 5rem 0;
    padding: 0 3rem
}

.articles {
    background-color: var(--main)
}

.articles__heading {
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.articles__heading--is-active {
    margin: 5rem 0;
    opacity: 1
}

.articles__btn-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    visibility: visible
}

.articles__btn-wrapper--is-hidden {
    opacity: 0;
    visibility: hidden
}

.articles-list {
    display: grid;
    gap: 6rem 8rem;
    grid-template-columns: repeat(3, 1fr)
}

.articles-list__image-wrapper {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.articles-list__image-wrapper:before {
    background-color: hsla(0, 0%, 100%, .85);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: 100
}

.articles-list__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    width: 100%
}

.articles-list__more {
    font-size: 1.4rem;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.8);
    -o-transform: translate(-50%, -50%) scale(.8);
    transform: translate(-50%, -50%) scale(.8);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    z-index: 100
}

.articles-list__details {
    margin-top: 1.6rem
}

.articles-list__details .heading {
    color: var(--white);
    font-weight: 700;
    line-height: 1.4;
    margin: 2rem 0;
    text-transform: none
}

.articles-list__details svg {
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out
}

.articles-list__details path {
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.articles-list__details .tags-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.articles-list__details .tags-list__item {
    margin: 0
}

.articles-list__details .tags-list__item:nth-of-type(n+2) {
    margin-left: 1.4rem
}

.articles-list__link:hover .articles-list__image-wrapper:before {
    opacity: 1
}

.articles-list__link:hover .articles-list__image {
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

.articles-list__link:hover .articles-list__more {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.articles-list__link:hover svg {
    -webkit-animation: moveLeftToRight 2s linear infinite;
    -o-animation: moveLeftToRight 2s linear infinite;
    animation: moveLeftToRight 2s linear infinite;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.articles-list__link:hover path {
    fill: var(--alt)
}

@media(max-width:991.98px) {
    .articles-list {
        gap: 3rem;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767.98px) {
    .articles-list {
        gap: 3rem 0;
        grid-template-columns: 1fr
    }

    .articles-list__details .heading {
        font-size: clamp(1.8rem, 5vw, 2.4rem)
    }
}

.tags-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 1.2rem
}

.tags-list--alt {
    margin-bottom: 0
}

.tags-list__item {
    color: var(--gray-400);
    font-size: 1.2rem;
    line-height: 1;
    margin: .8rem
}

.tags-list__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: .1rem solid var(--gray-500);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 3.2rem;
    padding: 0 2rem;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: border, color;
    -o-transition-property: border, color;
    transition-property: border, color
}

.tags-list__link.is-active, .tags-list__link:hover {
    border: .1rem solid var(--alt);
    color: var(--alt)
}

@media(max-width:991.98px) {
    .tags-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tags-list--alt .tags-list__item {
        margin-left: 1rem !important;
        margin-top: 1rem
    }
}

@media(max-width:767.98px) {
    .tags-list__item {
        margin: .2rem
    }
}

.categories-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.categories-list--alt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: .2rem solid var(--gray-800);
    justify-content: center;
    margin: 8rem 0 6rem;
    width: 100%
}

.categories-list--alt .categories-list__item--none:nth-of-type(n+2) {
    margin-left: 3.2rem
}

.categories-list__item:not(.categories-list__item--none) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: .1rem solid var(--gray-500);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 3.2rem;
    padding: 0 2rem;
    text-align: center
}

.categories-list__item:nth-of-type(n+2) {
    margin-left: 1.2rem
}

.categories-list__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    color: var(--gray-400);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 4rem;
    position: relative;
    text-align: center;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.categories-list__link:before {
    background-color: var(--white);
    bottom: 0;
    content: "";
    height: .4rem;
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    width: 0
}

.categories-list__link.is-active {
    color: var(--white)
}

.categories-list__link.is-active:before {
    width: 100%
}

.categories-list__link:hover {
    color: var(--alt)
}

.categories-list__link:hover:before {
    background-color: var(--alt);
    width: 100%
}

.categories-list__link:hover.is-active {
    color: var(--alt)
}

.categories-list__link:hover.is-active:before {
    background-color: var(--alt);
    width: 100%
}

.author-posts {
    margin-top: 4rem
}

.author-posts__item {
    display: grid;
    gap: 2rem;
    grid-template-columns: 6.4rem 1fr
}

.author-posts__item:nth-of-type(n+2) {
    margin-top: 2rem
}

.author-posts__image-wrapper {
    height: 6.4rem;
    overflow: hidden;
    width: 6.4rem
}

.author-posts__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.author-posts__content {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column
}

.author-posts__content, .author-posts__details {
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.author-posts__details {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.author-posts__date {
    color: #8f8f8f;
    font-size: 1.2rem;
    line-height: 1
}

.author-posts__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-end
}

.author-posts__link {
    color: var(--white);
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: underline;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.author-posts__link:nth-of-type(n+2) {
    margin-left: 1.2rem
}

.author-posts__link:focus, .author-posts__link:focus-visible, .author-posts__link:hover {
    color: var(--alt)
}

.article {
    background-color: var(--main)
}

.article-hero {
    padding-top: 20rem
}

.article-hero__content {
    position: relative;
    z-index: 100
}

.article-hero__content .heading {
    line-height: 1.3;
    margin: 3rem 0
}

.article-content {
    padding-bottom: 8rem;
    padding-top: 8rem
}

.article-content>h1, .article-content>h2, .article-content>h3, .article-content>h4, .article-content>h5, .article-content>h6 {
    line-height: 1.2;
    margin-bottom: 3rem
}

.article-content>h1 {
    font-size: clamp(4rem, 5vw, 4.8rem)
}

.article-content>h2 {
    font-size: clamp(3.6rem, 5vw, 4rem)
}

.article-content>h3 {
    font-size: clamp(3.2rem, 5vw, 3.6rem)
}

.article-content>h4 {
    font-size: clamp(2.8rem, 5vw, 3.2rem)
}

.article-content>h5 {
    font-size: clamp(2.4rem, 5vw, 2.8rem)
}

.article-content>h6 {
    font-size: clamp(2rem, 5vw, 2.4rem)
}

.article-content>p {
    font-size: clamp(1.4rem, 5vw, 1.6rem);
    margin-bottom: 3rem
}

.article-content>p a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto
}

.article-content>ol, .article-content>ul {
    margin-bottom: 3rem;
    padding-left: 3rem
}

.article-content>ol ol, .article-content>ol ul, .article-content>ul ol, .article-content>ul ul {
    padding-left: 3rem
}

.article-content>ol>li, .article-content>ul>li {
    font-size: 90%
}

.article-content>ol>li:nth-of-type(n+2), .article-content>ul>li:nth-of-type(n+2) {
    margin-top: .6rem
}

.article-content>ul li {
    list-style-type: disc
}

.article-content figure {
    margin: 0
}

.article-content blockquote {
    margin: 20rem 0 10rem;
    position: relative;
    width: 100%
}

.article-content blockquote:before {
    color: var(--white);
    content: "â€œ";
    font-size: clamp(10rem, 5vw, 12rem);
    font-weight: 700;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: -50%;
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%)
}

.article-content blockquote p {
    color: var(--white);
    font-size: clamp(6rem, 5vw, 7.2rem);
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.article-content a {
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.article-content a:not(.btn, .wp-block-button__link) {
    color: var(--white)
}

.article-content a:not(.btn, .wp-block-button__link):focus, .article-content a:not(.btn, .wp-block-button__link):focus-visible, .article-content a:not(.btn, .wp-block-button__link):hover {
    color: #3d8be5
}

@media(max-width:767.98px) {
    .article-content>h1 {
        font-size: clamp(3rem, 5vw, 4rem)
    }

    .article-content>h2 {
        font-size: clamp(2.8rem, 5vw, 3.8rem)
    }

    .article-content>h3 {
        font-size: clamp(2.6rem, 5vw, 3.6rem)
    }

    .article-content>h4 {
        font-size: clamp(2.4rem, 5vw, 3.4rem)
    }

    .article-content>h5 {
        font-size: clamp(2.2rem, 5vw, 3.2rem)
    }

    .article-content>h6 {
        font-size: clamp(2rem, 5vw, 3rem)
    }

    .article-content>p {
        font-size: 1.4rem
    }

    .article-content blockquote {
        margin: 10rem 0
    }

    .article-content blockquote:before {
        font-size: clamp(6rem, 10vw, 8rem)
    }

    .article-content blockquote p {
        font-size: clamp(3.2rem, 7vw, 4.8rem)
    }
}

.rules {
    padding-bottom: 8rem;
    padding-top: 8rem
}

.rules>h1, .rules>h2, .rules>h3, .rules>h4, .rules>h5, .rules>h6 {
    line-height: 1.2;
    margin-bottom: 3rem
}

.rules>h1 {
    font-size: clamp(3.2rem, 5vw, 3.6rem)
}

.rules>h2 {
    font-size: clamp(2.8rem, 5vw, 3.2rem)
}

.rules>h3 {
    font-size: clamp(2.4rem, 5vw, 2.8rem)
}

.rules>h4 {
    font-size: clamp(2.2rem, 5vw, 2.4rem)
}

.rules>h5 {
    font-size: clamp(2rem, 5vw, 2.2rem)
}

.rules>h6 {
    font-size: clamp(1.8rem, 5vw, 2rem)
}

.rules>p {
    font-size: 1.4rem;
    margin-bottom: 3rem
}

.rules>ol, .rules>ul {
    margin-bottom: 3rem;
    padding-left: 3rem
}

.rules>ol ol, .rules>ol ul, .rules>ul ol, .rules>ul ul {
    padding-left: 3rem
}

.rules>ol>li, .rules>ul>li {
    font-size: 90%
}

.rules>ol>li:nth-of-type(n+2), .rules>ul>li:nth-of-type(n+2) {
    margin-top: .6rem
}

.rules>ul li {
    list-style-type: disc
}

.rules figure {
    margin: 0
}

.rules blockquote {
    margin: 20rem 0 10rem;
    position: relative;
    width: 100%
}

.rules blockquote:before {
    content: "â€œ";
    font-size: clamp(10rem, 5vw, 12rem);
    left: 50%;
    position: absolute;
    top: -50%;
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%)
}

.rules blockquote p, .rules blockquote:before {
    color: var(--white);
    font-weight: 700;
    line-height: 1
}

.rules blockquote p {
    font-size: clamp(6rem, 5vw, 7.2rem);
    text-align: center
}

.rules ol {
    counter-reset: item;
    list-style-type: none
}

.rules ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item
}

.rules li {
    font-size: 100% !important
}

.rules a {
    color: var(--white);
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.rules a:focus, .rules a:focus-visible, .rules a:hover {
    color: #3d8be5
}

.rules .third {
    counter-reset: alpha
}

.rules .third li:before {
    content: counter(alpha, lower-alpha) ") ";
    counter-increment: alpha
}

.rules .roman {
    counter-reset: beta
}

.rules .roman li:before {
    content: counter(beta, lower-roman) ". ";
    counter-increment: beta
}

.rules .disc {
    counter-reset: gamma
}

.rules .disc li:before {
    content: counter(gamma, disc) " ";
    counter-increment: gamma
}

@media(max-width:767.98px) {
    .rules blockquote {
        margin: 10rem 0
    }

    .rules blockquote:before {
        font-size: clamp(6rem, 10vw, 8rem)
    }

    .rules blockquote p {
        font-size: clamp(3.2rem, 7vw, 4.8rem)
    }
}

.author {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.author__image-wrapper {
    border-radius: 50%;
    height: 5rem;
    width: 5rem
}

.author__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.author__details {
    margin-left: 1.6rem
}

.author__name {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 500
}

.author__name span {
    color: var(--gray-400)
}

.share-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 5rem
}

.share-icons__item:nth-of-type(n+2) {
    margin-left: 1.6rem
}

.share-icons__item--heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700
}

.share-icons__item--heading, .share-icons__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.share-icons__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: .2rem solid var(--white);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    width: 4.4rem
}

.share-icons__link svg {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out
}

.share-icons__link path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.share-icons__link:focus, .share-icons__link:focus-visible, .share-icons__link:hover {
    border: .2rem solid var(--alt)
}

.share-icons__link:focus svg, .share-icons__link:focus-visible svg, .share-icons__link:hover svg {
    -webkit-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.share-icons__link:focus path, .share-icons__link:focus-visible path, .share-icons__link:hover path {
    fill: var(--alt)
}

@media(max-width:991.98px) {
    .share-icons__link {
        height: 3.6rem;
        width: 3.6rem
    }

    .share-icons__link svg {
        -webkit-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    .share-icons__link:focus svg, .share-icons__link:focus-visible svg, .share-icons__link:hover svg {
        -webkit-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }
}

.pagination {
    margin-bottom: 10rem;
    margin-top: 10rem
}

.pagination, .pagination .nav-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.pagination .nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0 8rem
}

.pagination .nav-links .page-numbers {
    color: #5c5c5c;
    font-weight: 700;
    line-height: 1;
    margin: 0 1rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.pagination .nav-links .page-numbers.current {
    color: var(--white)
}

.pagination .nav-links .page-numbers.prev {
    margin-right: 7rem
}

.pagination .nav-links .page-numbers.prev svg {
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.pagination .nav-links .page-numbers.next {
    margin-left: 7rem
}

.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    width: 4.4rem
}

.pagination .nav-links .page-numbers:hover {
    color: var(--alt)
}

.newsletter {
    /* padding-bottom: 12rem; */
    padding-top: 12rem
}

.newsletter, .newsletter__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.newsletter__hero {
    position: relative
}

.newsletter__hero .paragraph {
    color: var(--gray);
    line-height: 1.4;
    margin: 4rem 0;
    max-width: 40rem;
    text-align: center
}

.newsletter__persons {
    position: relative
}

.newsletter__form {
    max-width: 50rem
}

.newsletter__fieldset {
    background-color: transparent;
    border: .1rem solid var(--white);
    border-radius: 3.2rem;
    height: 6.4rem;
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.newsletter__input--email {
    background-color: transparent;
    border: none;
    color: var(--white);
    font-weight: 700;
    height: 100%;
    left: 0;
    padding: 1rem 15rem 1rem 3rem;
    position: absolute;
    top: 0;
    width: 100%
}

.newsletter__input--email:focus~.newsletter__label--email {
    color: var(--alt);
    -webkit-transform: translateY(-3rem) scale(.7);
    -o-transform: translateY(-3rem) scale(.7);
    transform: translateY(-3rem) scale(.7)
}

.newsletter__input--checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    position: relative;
    width: 0
}

.newsletter__input--checkbox:after, .newsletter__input--checkbox:before {
    content: "";
    display: block;
    height: 1.4rem;
    position: absolute;
    width: 1.4rem
}

.newsletter__input--checkbox:before {
    border: .1rem solid var(--white);
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.newsletter__input--checkbox:after {
    color: var(--alt);
    content: "âœ”";
    font-size: 1rem;
    height: 1rem;
    line-height: 1;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(.3rem, .3rem);
    -o-transform: translate(.3rem, .3rem);
    transform: translate(.3rem, .3rem);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 1rem
}

.newsletter__input--checkbox:focus:before {
    border: .1rem solid var(--alt)
}

.newsletter__input--checkbox:checked:after {
    opacity: 1
}

.newsletter__label--email {
    font-size: 1.4rem;
    font-weight: 500;
    left: 3rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    -o-transition-property: color, -o-transform;
    transition-property: color, transform;
    transition-property: color, transform, -webkit-transform, -o-transform
}

.newsletter__label--is-animate {
    color: var(--alt);
    -webkit-transform: translateY(-3rem) scale(.7);
    -o-transform: translateY(-3rem) scale(.7);
    transform: translateY(-3rem) scale(.7)
}

.newsletter__label--checkbox {
    color: var(--blue-100);
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-left: 3rem
}

.newsletter__checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 4rem
}

.newsletter__submit {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 700;
    height: 100%;
    position: absolute;
    right: 1rem;
    top: 0;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    width: 10rem
}

.newsletter__submit, .newsletter__submit span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.newsletter__submit span {
    background: -webkit-linear-gradient(23.2deg, #ffa25f -9.27%, #020075 103.9%);
    background: -o-linear-gradient(23.2deg, #ffa25f -9.27%, #020075 103.9%);
    background: linear-gradient(66.8deg, #ffa25f -9.27%, #020075 103.9%);
    border-radius: 50%;
    height: 4rem;
    margin-left: 1rem;
    width: 4rem
}

.newsletter__submit svg {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out
}

.newsletter__submit:focus, .newsletter__submit:focus-visible, .newsletter__submit:hover {
    color: var(--alt)
}

.newsletter__submit:focus svg, .newsletter__submit:focus-visible svg, .newsletter__submit:hover svg {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

@media(max-width:767.98px) {
    .newsletter__fieldset {
        height: 5rem
    }

    .newsletter__submit {
        right: .4rem
    }
}

.newsletter .persons__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: .4rem;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100
}

.newsletter .persons__item--1 {
    bottom: 5%;
    left: 0
}

.newsletter .persons__item--2 {
    left: 50%;
    top: 0
}

.newsletter .persons__item--3 {
    right: -35%;
    top: 85%
}

.newsletter .persons__image-wrapper {
    border-radius: 50%;
    height: 4rem;
    overflow: hidden;
    width: 4rem
}

.newsletter .persons__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    margin-left: .8rem;
    padding-right: 1.6rem
}

.newsletter .persons__details .paragraph {
    line-height: 1;
    margin: 0
}

.newsletter .persons__name {
    color: var(--black);
    font-size: 1.2rem;
    font-weight: 700
}

.newsletter .persons__profession {
    color: #767c83;
    font-size: 1rem;
    margin-left: 1.3rem !important
}

@media(max-width:767.98px) {
    .newsletter .persons__item {
        max-width: 15rem;
        width: 100%
    }

    .newsletter .persons__item--1 {
        left: -30%
    }

    .newsletter .persons__item--2 {
        top: -25%
    }

    .newsletter .persons__item--3 {
        right: -85%
    }
}

@media(max-width:575.98px) {
    .newsletter .persons__item {
        display: none
    }
}

.related-posts {
    position: relative
}

.related-posts:before {
    background-color: var(--gray-800);
    content: "";
    height: .1rem;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100vw
}

.related-posts__content .heading:not(.heading--small) {
    margin-bottom: 4rem;
    margin-top: 8rem
}

.related-posts .articles-list {
    margin-bottom: 8rem
}

.courses--listing {
    padding-bottom: 20rem;
    padding-top: 20rem
}

.courses-hero {
    background-color: var(--main)
}

.courses-hero__content {
    padding: 30rem 5rem 10rem
}

.courses-hero__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    text-align: center;
    z-index: 100
}

.courses-hero__text .paragraph {
    color: var(--gray);
    margin: 4rem 0;
    max-width: 52rem
}

.courses-hero .gradient {
    left: 0;
    top: 20rem
}

.courses-hero .listing {
    margin-bottom: 10rem;
    position: relative
}

.courses-hero .listing:before {
    background-color: var(--main);
    border-top: .2rem solid var(--main);
    -webkit-clip-path: ellipse(70vw 90% at 50% 0);
    clip-path: ellipse(70vw 90% at 50% 0);
    content: "";
    height: 3rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.courses-hero .listing__item {
    height: 0;
    margin: 0 .8rem;
    padding-top: 56.25%;
    position: relative
}

.courses-hero .listing__image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.courses-list {
    display: grid;
    gap: 8rem 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8rem
}

.courses-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: var(--gray-900);
    border-radius: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: space-between;
    padding: 3rem 3rem 0
}

.courses-list__item:hover .courses-list__image {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.courses-list__image-wrapper {
    margin-top: 3.2rem;
    overflow: hidden;
    position: relative
}

.courses-list__image-wrapper:before {
    background-color: hsla(0, 0%, 100%, .85);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: 100
}

.courses-list__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(.98);
    -o-transform: scale(.98);
    transform: scale(.98);
    -webkit-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    width: 100%
}

.courses-list__more {
    font-size: 1.4rem;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.8);
    -o-transform: translate(-50%, -50%) scale(.8);
    transform: translate(-50%, -50%) scale(.8);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    z-index: 100
}

.courses-list__details {
    min-height: 36rem;
    text-align: center
}

.courses-list__details .heading {
    color: var(--white);
    font-size: clamp(2rem, 2vw, 2.8rem);
    font-weight: 700;
    line-height: 1.4;
    margin: 2rem auto;
    max-width: 90%;
    text-transform: none
}

.courses-list__details .paragraph:not(.paragraph--medium) {
    color: var(--gray);
    font-size: 1.4rem;
    margin: 1.6rem 0 3.2rem
}

.courses-list__details .paragraph--medium {
    color: var(--white);
    font-weight: 700;
    line-height: 1
}

.courses-list__details .paragraph--medium span {
    margin-right: .5rem;
    opacity: .3;
    text-decoration-line: line-through
}

.courses-list__btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 3.2rem
}

.courses-list__btn-wrapper .btn--bundle {
    height: 4.8rem;
    margin-left: 1.2rem;
    padding: 0 2rem
}

.courses-list .btn--alt {
    margin-top: 3.2rem;
    padding: 0 2rem
}

@media(max-width:1279.98px) {
    .courses-list {
        gap: 5rem;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:991.98px) {
    .courses-list {
        gap: 3rem
    }

    .courses-list__details .paragraph--medium {
        font-size: 2rem
    }
}

@media(max-width:575.98px) {
    .courses-list {
        gap: 2rem;
        grid-template-columns: 1fr
    }

    .courses-list__details {
        min-height: auto
    }

    .courses-list__details .heading {
        max-width: 100%
    }
}

.course-hero {
    background-color: var(--main);
    overflow: hidden
}

.course-hero__content {
    padding-bottom: 20rem;
    padding-top: 20rem
}

.course-hero__content .heading {
    line-height: 1.1;
    margin: 5rem 0
}

.course-hero__content .paragraph {
    color: var(--gray)
}

.course-hero__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center
}

.contact-hero {
    background-color: var(--main);
    overflow: hidden
}

.contact-hero__content {
    padding-bottom: 15rem;
    padding-top: 30rem;
    position: relative;
    z-index: 100
}

.contact-hero__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.contact-hero__text .paragraph {
    color: var(--gray);
    margin: 4rem 0;
    max-width: 52rem
}

.contact-hero__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: space-between
}

.contact-hero__details .heading {
    font-size: clamp(2rem, 2vw, 3.2rem)
}

@media(max-width:1279.98px) {
    .contact-hero__details {
        margin-top: 5rem
    }
}

@media(max-width:991.98px) {
    .contact-hero__content {
        padding-bottom: 10rem;
        padding-top: 20rem
    }
}

.contact-hero .listing {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr)
}

.contact-hero .listing__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.contact-hero .listing__item .heading {
    font-size: 1.4rem
}

.contact-hero .listing__link {
    color: var(--white);
    line-height: 1;
    margin-top: 1rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.contact-hero .listing__link:focus, .contact-hero .listing__link:focus-visible, .contact-hero .listing__link:hover {
    color: var(--alt)
}

@media(max-width:1279.98px) {
    .contact-hero .listing {
        margin-top: 5rem
    }
}

@media(max-width:575.98px) {
    .contact-hero .listing {
        gap: 2rem 0;
        grid-template-columns: 1fr
    }
}

.job-offers-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    min-height: 960px;
    padding-bottom: 16rem;
    padding-top: 16rem;
    position: relative
}

.job-offers-hero__text {
    text-align: center
}

.job-offers-hero__text .heading {
    margin-bottom: 3rem
}

.job-offers-hero__text .paragraph {
    color: var(--gray)
}

.job-offers-hero .listing__item {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.job-offers-hero .listing__item--1 {
    left: 0;
    top: 50%
}

.job-offers-hero .listing__item--2 {
    right: 0;
    top: 50%
}

.job-offers-hero .listing__item--3 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.job-offers-hero .listing__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.job-offers-partners-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    min-height: 960px;
    /* padding-bottom: 16rem; */
    padding-top: 0.6rem;
    position: relative
}

.job-offers-partners-hero__text {
    text-align: center
}

.job-offers-partners-hero__image-wrapper {
    margin-top: 10rem;
    min-height: 21.6rem;
    position: relative;
    width: 100vw
}

.job-offers-partners-hero__image {
    max-height: 10rem;
    position: absolute
}

.job-offers-partners-hero__image:nth-of-type(n+2) {
    margin-top: 1.6rem
}

.job-offers-partners-hero__image--left {
    left: 0;
    top: 0;
    -webkit-transform: translateX(-5rem);
    -o-transform: translateX(-5rem);
    transform: translateX(-5rem)
}

.job-offers-partners-hero__image--right {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(5rem);
    -o-transform: translateX(5rem);
    transform: translateX(5rem)
}

@media(max-width:767.98px) {
    .job-offers-partners-hero__content {
        min-height: auto;
        padding-bottom: 10rem;
        padding-top: 30rem
    }

    .job-offers-partners-hero__image-wrapper {
        min-height: auto
    }

    .job-offers-partners-hero__image {
        height: auto;
        width: 100%
    }
}

.job-offer-hero {
    background-color: var(--main);
    overflow: hidden
}

.job-offer-hero__content {
    padding-top: 30rem
}

.job-offer-hero__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    border-bottom: .1rem solid #636363;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    padding-bottom: 6rem
}

.job-offer-hero__details .heading {
    font-size: clamp(4.8rem, 4.8vw, 6.4rem);
    margin: 4rem 0;
    max-width: 80%
}

.job-offer-hero__logo-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6rem;
    justify-content: center;
    margin-bottom: 2.5rem;
    padding: 0 .5rem;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 6rem
}

.job-offer-hero__logo-wrapper:focus, .job-offer-hero__logo-wrapper:focus-visible, .job-offer-hero__logo-wrapper:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.job-offer-hero__logo {
    max-height: 1.5rem
}

.job-offer-hero__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    border-bottom: .1rem solid #636363;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    padding-bottom: 6rem
}

.job-offer-hero__text .paragraph {
    color: var(--gray);
    padding-top: 6.8rem
}

.job-offer-hero__salary {
    line-height: 1.3;
    margin-bottom: 6rem
}

.job-offer-hero__salary span {
    font-size: clamp(1.4rem, 1vw, 1.6rem)
}

@media(max-width:767.98px) {
    .job-offer-hero__content {
        padding-top: 20rem
    }
}

.job-features__lists {
    margin-top: 6rem
}

.job-features__heading {
    font-size: clamp(2.6rem, 2.6vw, 3.2rem)
}

.job-features__paragraph {
    margin: 3rem 0;
    max-width: 66rem
}

.job-features .listing:nth-of-type(n+1) {
    margin-top: 12rem
}

.job-features .steps-list__item .paragraph {
    max-width: 50%
}

@media(max-width:767.98px) {
    .job-features .steps-list__item .paragraph {
        max-width: 100%
    }
}

.cart {
    background-color: #d6d6d6;
    color: #0e0b0c;
    max-width: 55rem;
    padding: 5rem;
    position: fixed;
    right: 0;
    top: 8rem;
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    width: 100%;
    z-index: 999
}

.cart--is-open {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.cart__show {
    background-color: var(--gray-900);
    border-radius: 0;
    color: var(--white);
    font-size: 1.6rem;
    height: 5rem;
    left: 0;
    letter-spacing: .1rem;
    padding: 0 3rem;
    position: absolute;
    top: 15rem;
    -webkit-transform: rotate(-90deg) translateY(calc(-10rem - 50%));
    -o-transform: rotate(-90deg) translateY(calc(-10rem - 50%));
    transform: rotate(-90deg) translateY(calc(-10rem - 50%));
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 20rem
}

.cart__show svg {
    margin-left: 2rem;
    -webkit-transform: scale(.8) rotate(90deg);
    -o-transform: scale(.8) rotate(90deg);
    transform: scale(.8) rotate(90deg)
}

.cart__show svg path {
    fill: var(--white)
}

.cart__show:focus, .cart__show:focus-visible, .cart__show:hover {
    background-color: var(--gray-700)
}

.cart__hide {
    position: absolute;
    right: 2rem;
    top: 2rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.cart__hide svg {
    margin-left: 1rem
}

.cart__hide svg path {
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.cart__hide:focus, .cart__hide:focus-visible, .cart__hide:hover {
    color: #3d8be5
}

.cart__hide:focus path, .cart__hide:focus-visible path, .cart__hide:hover path {
    fill: #3d8be5
}

.cart__header .heading {
    font-size: 3.2rem
}

.cart__summary {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 4rem
}

.cart__summary strike {
    color: var(--gray);
    font-size: 2rem;
    margin-right: .5rem
}

.cart__summary small {
    color: #3d8be5;
    font-size: 1.4rem
}

.cart__summary a {
    color: #3d8be5;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.cart__summary a:focus, .cart__summary a:focus-visible, .cart__summary a:hover {
    color: var(--main)
}

.cart__link-wrapper--not-allowed {
    cursor: not-allowed
}

.cart__link {
    -webkit-transition: visibility .3s ease-in-out;
    -o-transition: visibility .3s ease-in-out;
    transition: visibility .3s ease-in-out;
    visibility: visible
}

.cart__link--is-hidden {
    height: 0;
    visibility: hidden
}

.cart [disabled=true]:before {
    display: none
}

@media(max-width:575.98px) {
    .cart {
        padding: 3rem;
        top: 3.6rem
    }
}

.cart-items {
    margin: 2rem 0;
    padding: 4rem 0;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-property: height, padding;
    -o-transition-property: height, padding;
    transition-property: height, padding
}

.cart-items:after, .cart-items:before {
    background-color: silver;
    content: "";
    height: .1rem;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    width: 100%
}

.cart-items:before {
    top: 0
}

.cart-items:after {
    bottom: 0
}

.cart-items--is-hidden {
    border-bottom: none;
    border-top: none;
    height: 0;
    padding: 0
}

.cart-items--is-hidden:after, .cart-items--is-hidden:before {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.cart-items__product:nth-of-type(n+2) {
    margin-top: 2rem
}

.cart-items__content {
    display: grid;
    grid-template-columns: 8rem 1fr 2.4rem
}

.cart-items__content .btn--delete path {
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.cart-items__content .btn--delete:focus path, .cart-items__content .btn--delete:focus-visible path, .cart-items__content .btn--delete:hover path {
    fill: #3d8be5
}

.cart-items__image-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8rem;
    justify-content: center;
    width: 8rem
}

.cart-items__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.cart-items__details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem
}

.cart-items__details .heading {
    font-size: 2.2rem
}

.cart [disabled] {
    opacity: .5;
    pointer-events: none
}

.store-hero {
    background-color: var(--main);
    overflow: hidden
}

.store-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 10rem;
    padding-top: 30rem;
    text-align: center
}

.store-hero__content .paragraph {
    margin-top: 4rem;
    max-width: 52rem
}

.store-hero__content .paragraph strong {
    color: var(--alt)
}

.collaborate-hero {
    background-color: var(--main);
    overflow: hidden;
    position: relative
}

.collaborate-hero__gradient {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.collaborate-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 10rem;
    padding-top: 30rem;
    position: relative;
    text-align: center;
    z-index: 100
}

.collaborate-hero__content .paragraph {
    color: var(--gray);
    margin: 8rem 0 4rem;
    max-width: 52rem
}

.collaborate-hero__image {
    left: 50%;
    max-width: 40rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    width: 100%;
    z-index: 100
}

@media(max-width:767.98px) {
    .collaborate-hero__gradient {
        opacity: .4
    }
}

.showcases-hero, .showcases-hero .container {
    position: relative
}

.showcases-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 15rem;
    padding-top: 35rem;
    position: relative;
    text-align: center;
    z-index: 100
}

.showcases-hero__content .paragraph {
    color: var(--white);
    margin: 3rem 0 6rem
}

.showcases-hero__content--center {
    min-height: 80vh
}

.showcases-hero__image {
    max-width: 100rem
}

@media(max-width:991.98px) {
    .showcases-hero__image {
        max-width: 80%
    }
}

.showcases-hero .persons {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.showcases-hero .persons__image {
    position: absolute
}

.showcases-hero .persons__image--1 {
    left: 0;
    top: 30%
}

.showcases-hero .persons__image--2 {
    left: 28%;
    top: 20%
}

.showcases-hero .persons__image--3 {
    right: 28%;
    top: 24%
}

.showcases-hero .persons__image--4 {
    right: 0;
    top: 30%
}

.showcases-hero .persons__image--5 {
    bottom: 15%;
    left: 15%
}

.showcases-hero .persons__image--6 {
    bottom: 15%;
    right: 15%
}

@media(max-width:767.98px) {
    .showcases-hero .persons {
        height: 40rem;
        top: 0
    }

    .showcases-hero .persons__image {
        -webkit-transform: scale(.5) !important;
        -o-transform: scale(.5) !important;
        transform: scale(.5) !important
    }
}

@media(max-width:575.98px) {
    .showcases-hero .persons {
        display: none
    }
}

.showcase-hero__content {
    text-align: center
}

.showcase-hero__content .heading {
    line-height: 1.3;
    margin: 3rem 0
}

.showcase-hero__content .paragraph a {
    color: var(--white);
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.showcase-hero__content .paragraph a:focus, .showcase-hero__content .paragraph a:focus-visible, .showcase-hero__content .paragraph a:hover {
    color: #3d8be5
}

.showcase-hero .author {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.showcase-hero .author__details {
    margin-left: 0;
    text-align: center
}

.showcase-hero .author a {
    color: var(--white);
    position: relative
}

.showcase-hero .author a:before {
    background-color: var(--white);
    bottom: -.2rem;
    content: "";
    height: .1rem;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    width: 0
}

.showcase-hero .author a:focus-visible:before, .showcase-hero .author a:focus:before, .showcase-hero .author a:hover:before {
    width: 100%
}

.showcase-hero .share-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.instructors .featured-image__image-wrapper, .single-showcase .article .featured-image__image-wrapper {
    margin-bottom: 12rem
}

.instructors .featured-image__image, .single-showcase .article .featured-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.instructors .youtube-iframe, .single-showcase .article .youtube-iframe {
    margin-top: 8rem
}

.instructors .showcase-gallery .heading, .single-showcase .article .showcase-gallery .heading {
    margin: 12rem 0 6rem;
    text-align: center
}

.instructors .swiper-slide, .single-showcase .article .swiper-slide {
    height: 74rem;
    opacity: .3;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.instructors .swiper-slide img, .single-showcase .article .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.instructors .swiper-slide.swiper-slide-active, .single-showcase .article .swiper-slide.swiper-slide-active {
    opacity: 1
}

@media(max-width:767.98px) {
    .instructors .swiper-slide, .single-showcase .article .swiper-slide {
        height: 40rem
    }
}

.showcase-list {
    margin-top: 10rem
}

.showcase-list__link:focus .showcase-list__details, .showcase-list__link:focus-visible .showcase-list__details, .showcase-list__link:hover .showcase-list__details {
    opacity: 1
}

.showcase-list__link:focus .showcase-list__more:before, .showcase-list__link:focus-visible .showcase-list__more:before, .showcase-list__link:hover .showcase-list__more:before {
    width: 100%
}

.showcase-list__image-wrapper {
    overflow: hidden;
    position: relative
}

.showcase-list__image {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    width: 100%
}

.showcase-list__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 6, 6, 0)), to(#060606));
    background: -webkit-linear-gradient(top, rgba(6, 6, 6, 0), #060606);
    background: -o-linear-gradient(top, rgba(6, 6, 6, 0) 0, #060606 100%);
    background: linear-gradient(180deg, rgba(6, 6, 6, 0), #060606);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 2rem;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.showcase-list__details, .showcase-list__details .author {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.showcase-list__details .author__details {
    margin-left: 0
}

.showcase-list__details .author__name {
    font-size: 1.2rem
}

.showcase-list__details .author__name span {
    color: var(--white);
    font-weight: 700
}

.showcase-list__details .heading {
    color: var(--white);
    font-size: clamp(1.6rem, 1.6vw, 2.2rem);
    line-height: 1.3;
    margin: 1rem 0;
    text-transform: none
}

.showcase-list__more {
    color: var(--white);
    font-size: 1.3rem;
    font-weight: 700;
    position: relative
}

.showcase-list__more:before {
    background: -webkit-linear-gradient(.91deg, #ffa25f 5.77%, #020075 110.67%);
    background: -o-linear-gradient(.91deg, #ffa25f 5.77%, #020075 110.67%);
    background: linear-gradient(89.09deg, #ffa25f 5.77%, #020075 110.67%);
    bottom: -.6rem;
    content: "";
    height: .2rem;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    width: 0
}

@media(max-width:575.98px) {
    .showcase-list__image-wrapper {
        height: 30rem !important
    }
}

.frontend-form .acf-basic-uploader {
    width: 100%
}

.frontend-form .acf-field p.description {
    color: var(--white)
}

.frontend-form p>.acf-button.button {
    color: var(--white) !important
}

.editor-content {
    padding-top: 30rem
}

.editor-content__btn-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 5rem
}

.editor-content .heading {
    text-align: center
}

.editor-content .wp-block-quote {
    margin: 0 !important
}

.editor-content .wp-block-quote p {
    color: var(--main) !important
}

[data-name=contest] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center
}

[data-name=contest] .acf-label .description {
    color: var(--white)
}

[data-name=contest] .acf-label .description a {
    color: var(--white);
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

[data-name=contest] .acf-label .description a:focus, [data-name=contest] .acf-label .description a:focus-visible, [data-name=contest] .acf-label .description a:hover {
    color: #3d8be5
}

[data-name=contest] .acf-switch {
    color: #0071a1
}

[data-name=contest_category] .acf-radio-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

[data-name=contest_category] .acf-radio-list label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.3rem
}

.creator, .template-creator, .template-registration {
    background-color: var(--main)
}

.creator {
    overflow-x: hidden
}

.creator__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--white);
    color: var(--main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100vh;
    justify-content: center;
    min-height: 900px;
    padding: 11.2rem 8rem 8rem;
    position: relative;
    text-align: center
}

.creator__images:after, .creator__images:before {
    background-color: var(--white);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw
}

.creator__images:before {
    left: -100vw
}

.creator__images:after {
    display: none
}

.creator__images .heading {
    font-size: 1.4rem;
    position: relative;
    z-index: 100
}

.creator__images .paragraph {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 3rem;
    position: relative;
    z-index: 100
}

.creator__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding: 8rem;
    text-align: center
}

.creator__form--registration {
    text-align: left !important
}

.creator__form .heading {
    font-size: clamp(3.6rem, 6.4vw, 6.4rem);
    margin: 3rem 0
}

.creator__link, .creator__reset-password {
    color: var(--white);
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.creator__link:focus, .creator__link:focus-visible, .creator__link:hover, .creator__reset-password:focus, .creator__reset-password:focus-visible, .creator__reset-password:hover {
    color: var(--alt)
}

.creator__reset-password {
    text-decoration: underline
}

.creator__error {
    margin-top: 4rem
}

.creator .alert-danger, .creator__error {
    color: red;
    font-size: 1.3rem;
    font-weight: 700
}

@media(max-width:1599.98px) {
    .creator__content .row {
        height: 100vh;
        min-height: 1000px
    }

    .creator__images {
        height: auto;
        min-height: 50rem;
        padding: 16.2rem 5rem 5rem
    }

    .creator__form {
        padding: 5rem
    }

    .creator__form svg {
        -webkit-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center
    }
}

@media(max-width:1399px) {
    .creator__images:after {
        display: block;
        right: -100vw
    }
}

.creator .listing__image {
    position: fixed
}

.creator .listing__image--1 {
    left: 0;
    top: 20rem
}

.creator .listing__image--2 {
    right: 50%;
    top: 11.2rem
}

.creator .listing__image--3 {
    bottom: 0;
    left: 0
}

.creator .listing__image--4 {
    bottom: 15rem;
    right: 50%
}

@media(max-width:1599.98px) {
    .creator .listing__image {
        -webkit-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6)
    }
}

@media(max-width:1399px) {
    .creator .listing__image {
        position: absolute;
        -webkit-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom
    }

    .creator .listing__image--1 {
        left: 0;
        top: 0
    }

    .creator .listing__image--2 {
        right: 0;
        top: 0
    }

    .creator .listing__image--3 {
        bottom: 0;
        left: 0
    }

    .creator .listing__image--4 {
        bottom: 0;
        right: 0
    }
}

@media(max-width:767.98px) {
    .creator .listing {
        display: none
    }
}

.creator .form {
    margin: 3rem auto 6rem;
    max-width: 40rem
}

.creator .form__item {
    background-color: transparent;
    border: .1rem solid var(--white);
    height: 4.8rem;
    margin: 0 0 2rem;
    max-width: 40rem;
    padding: 0;
    position: relative;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    width: 100%
}

.creator .form__item--textarea {
    height: 14.4rem
}

.creator .form__input:not(.form__input--checkbox) {
    background-color: transparent;
    border: none;
    color: var(--white);
    font-weight: 700;
    height: 100%;
    left: 0;
    padding: 1rem 1rem 1rem 3rem;
    position: absolute;
    top: 0;
    width: 100%
}

.creator .form__input:not(.form__input--checkbox):focus~.form__label--heading {
    color: var(--alt);
    -webkit-transform: translateY(-2rem) scale(.7);
    -o-transform: translateY(-2rem) scale(.7);
    transform: translateY(-2rem) scale(.7)
}

.creator .form__input--checkbox {
    height: 0;
    position: relative;
    width: 0
}

.creator .form__input--checkbox:after, .creator .form__input--checkbox:before {
    content: "";
    display: block;
    height: 1.4rem;
    position: absolute;
    width: 1.4rem
}

.creator .form__input--checkbox:before {
    border: .1rem solid var(--white);
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.creator .form__input--checkbox:after {
    color: var(--alt);
    content: "âœ”";
    font-size: 1rem;
    height: 1rem;
    line-height: 1;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(.3rem, .3rem);
    -o-transform: translate(.3rem, .3rem);
    transform: translate(.3rem, .3rem);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 1rem
}

.creator .form__input--checkbox:focus:before {
    border: .1rem solid var(--alt)
}

.creator .form__input--checkbox:checked:after {
    opacity: 1
}

.creator .form__label--heading {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 500;
    left: 3rem;
    line-height: 1;
    position: absolute;
    top: 2.2rem;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    -o-transition-property: color, -o-transform;
    transition-property: color, transform;
    transition-property: color, transform, -webkit-transform, -o-transform
}

.creator .form__label--is-animate {
    color: var(--alt);
    -webkit-transform: translateY(-2rem) scale(.7);
    -o-transform: translateY(-2rem) scale(.7);
    transform: translateY(-2rem) scale(.7)
}

.creator .form__label--checkbox {
    color: var(--white);
    cursor: pointer;
    font-size: 1.2rem;
    left: unset;
    line-height: 1.4;
    margin-left: 3rem;
    pointer-events: auto;
    position: relative;
    top: unset
}

.creator .form__checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 2rem 0
}

.creator .form__btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.creator .form__submit {
    min-width: 15rem
}

.template-add-work {
    background-color: #131313;
    margin-top: 1.6rem;
    padding: 6rem
}

.article-content label, .template-add-work label {
    margin: 0
}

.article-content input, .template-add-work input {
    background-color: #1b1b1b;
    border: 0;
    color: var(--white);
    height: 4.8rem;
    padding-left: 1.6rem !important
}

.article-content textarea, .template-add-work textarea {
    background-color: #1b1b1b;
    border: none;
    color: var(--white);
    padding: 1.6rem !important
}

.article-content .acf-label, .template-add-work .acf-label {
    margin: 0
}

.article-content .acf-label label, .template-add-work .acf-label label {
    font-size: 1.4rem;
    font-weight: 700 !important;
    margin: 0 !important;
    text-align: left
}

.article-content .acf-input input, .template-add-work .acf-input input {
    font-size: 1.6rem !important;
    font-weight: 700
}

.article-content .acf-fields.-border, .template-add-work .acf-fields.-border {
    background-color: #131313 !important;
    border: none
}

.article-content .iso-editor, .template-add-work .iso-editor {
    border: none
}

.article-content .iso-editor>div, .template-add-work .iso-editor>div {
    background-color: #1b1b1b !important
}

.article-content .edit-post-header, .template-add-work .edit-post-header {
    background-color: #1b1b1b
}

.article-content .edit-post-header button, .template-add-work .edit-post-header button {
    opacity: 1
}

.article-content .edit-post-header path, .template-add-work .edit-post-header path {
    fill: var(--white)
}

.article-content .fea-modal-content, .template-add-work .fea-modal-content {
    background-color: #131313;
    border: none;
    padding: 0
}

.article-content .fea-modal-content input, .template-add-work .fea-modal-content input {
    background-color: #1b1b1b
}

.article-content .fea-modal-content .description, .template-add-work .fea-modal-content .description {
    color: var(--white);
    font-size: 80%;
    margin: 0 0 1rem
}

.article-content .fea-modal-inner, .template-add-work .fea-modal-inner {
    padding: 3rem
}

.article-content .fea-block-wrap, .template-add-work .fea-block-wrap {
    margin: 0
}

.article-content .fea-close, .template-add-work .fea-close {
    cursor: pointer;
    right: 1.5rem;
    top: 1.5rem
}

.article-content .components-search-control__input, .template-add-work .components-search-control__input {
    color: var(--main)
}

.article-content .acf-url i, .template-add-work .acf-url i {
    top: 50% !important;
    -webkit-transform: translateY(-55%) !important;
    -o-transform: translateY(-55%) !important;
    transform: translateY(-55%) !important
}

.article-content .acf-field-submit-button .acf-input, .article-content .fea-submit-button, .article-content .update-meta, .template-add-work .acf-field-submit-button .acf-input, .template-add-work .fea-submit-button, .template-add-work .update-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.article-content .fea-submit-button, .article-content .update-meta, .template-add-work .fea-submit-button, .template-add-work .update-meta {
    background-color: var(--white);
    border: none;
    border-radius: 2.4rem;
    color: var(--black);
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4.8rem;
    line-height: 1;
    min-width: 20rem;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    z-index: 100
}

.article-content .fea-submit-button:before, .article-content .update-meta:before, .template-add-work .fea-submit-button:before, .template-add-work .update-meta:before {
    background: -webkit-linear-gradient(185.46deg, #020075 -12.57%, #fcab71 81.16%);
    background: -o-linear-gradient(185.46deg, #020075 -12.57%, #fcab71 81.16%);
    background: linear-gradient(264.54deg, #020075 -12.57%, #fcab71 81.16%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -1
}

.article-content .fea-submit-button:focus, .article-content .fea-submit-button:focus-visible, .article-content .fea-submit-button:hover, .article-content .update-meta:focus, .article-content .update-meta:focus-visible, .article-content .update-meta:hover, .template-add-work .fea-submit-button:focus, .template-add-work .fea-submit-button:focus-visible, .template-add-work .fea-submit-button:hover, .template-add-work .update-meta:focus, .template-add-work .update-meta:focus-visible, .template-add-work .update-meta:hover {
    color: var(--white)
}

.article-content .fea-submit-button:focus-visible:before, .article-content .fea-submit-button:focus:before, .article-content .fea-submit-button:hover:before, .article-content .update-meta:focus-visible:before, .article-content .update-meta:focus:before, .article-content .update-meta:hover:before, .template-add-work .fea-submit-button:focus-visible:before, .template-add-work .fea-submit-button:focus:before, .template-add-work .fea-submit-button:hover:before, .template-add-work .update-meta:focus-visible:before, .template-add-work .update-meta:focus:before, .template-add-work .update-meta:hover:before {
    opacity: 1
}

.account [data-gradient] {
    -webkit-text-fill-color: unset !important;
    -webkit-background-clip: unset !important
}

.account__content {
    min-height: 100vh;
    padding-bottom: 20rem;
    padding-top: 20rem
}

.account__heading {
    margin-bottom: 3rem
}

.account__heading--actions {
    font-weight: 700
}

.account__details {
    background-color: #131313;
    padding: 3rem 6rem 6rem;
    position: relative
}

.account__actions {
    background-color: #131313;
    padding: 3rem
}

.account__actions .heading {
    font-size: clamp(1.4rem, 1.4vw, 1.6rem);
    text-transform: none
}

.account__actions .profile-options__link {
    font-size: 1.4rem;
    margin-top: 5rem
}

.account__overlay {
    height: 8rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.account__image-wrapper {
    border-radius: 50%;
    height: 10rem;
    overflow: hidden;
    position: relative;
    width: 10rem;
    z-index: 100
}

.account__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.account__name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: clamp(1.6rem, 5vw, 2.4rem);
    font-weight: 700;
    line-height: 1;
    margin: 2rem 0
}

.account__company {
    margin-left: 1rem
}

.account__company svg {
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.account__company path {
    fill: var(--alt)
}

.account__person-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 2rem 0
}

.account__person-details span {
    color: #bababa;
    line-height: 1;
    position: relative
}

.account__person-details span:nth-of-type(n+2) {
    padding-left: 3rem
}

.account__person-details span:nth-of-type(n+2):before {
    background-color: #bababa;
    border-radius: 50%;
    content: "";
    height: .6rem;
    left: 1.6rem;
    position: absolute;
    top: .4rem;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: .6rem
}

.account__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 4rem
}

.account__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: clamp(1.4rem, 5vw, 1.6rem);
    font-weight: 700;
    line-height: 1;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.account__link:nth-of-type(n+2) {
    margin-top: 1.6rem
}

.account__link svg {
    margin-right: 1rem;
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.account__link path {
    fill: var(--white);
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.account__link:focus, .account__link:focus-visible, .account__link:hover {
    color: var(--alt)
}

.account__link:focus path, .account__link:focus-visible path, .account__link:hover path {
    fill: var(--alt)
}

@media(max-width:991.98px) {
    .account__details {
        padding: 3rem
    }
}

.account .editor {
    background-color: #131313;
    margin-top: 1.6rem;
    padding: 6rem
}

.account .editor .acf-field {
    margin-top: 1rem;
    padding: 0
}

.account .editor .acf-fields.-border {
    background-color: #131313 !important;
    border: none
}

.account .editor .image-wrap {
    max-width: 10rem
}

.account .editor label {
    margin: 0
}

.account .editor input {
    background-color: #1b1b1b;
    border: 0;
    color: var(--white);
    height: 4.8rem;
    padding-left: 1.6rem !important
}

.account .editor textarea {
    background-color: #1b1b1b;
    border: none;
    color: var(--white);
    padding: 1.6rem
}

.account .editor .acf-url i {
    top: 50% !important;
    -webkit-transform: translateY(-55%) !important;
    -o-transform: translateY(-55%) !important;
    transform: translateY(-55%) !important
}

.account .editor .acf-field-submit-button .acf-input, .account .editor .fea-submit-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.account .editor .fea-submit-button {
    background-color: var(--white);
    border: none;
    border-radius: 2.4rem;
    color: var(--black);
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4.8rem;
    line-height: 1;
    min-width: 20rem;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    z-index: 100
}

.account .editor .fea-submit-button:before {
    background: -webkit-linear-gradient(185.46deg, #020075 -12.57%, #fcab71 81.16%);
    background: -o-linear-gradient(185.46deg, #020075 -12.57%, #fcab71 81.16%);
    background: linear-gradient(264.54deg, #020075 -12.57%, #fcab71 81.16%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -1
}

.account .editor .fea-submit-button:focus, .account .editor .fea-submit-button:focus-visible, .account .editor .fea-submit-button:hover {
    color: var(--white)
}

.account .editor .fea-submit-button:focus-visible:before, .account .editor .fea-submit-button:focus:before, .account .editor .fea-submit-button:hover:before {
    opacity: 1
}

@media(max-width:991.98px) {
    .account .editor {
        padding: 3rem
    }
}

.profile {
    margin-left: 2rem;
    position: relative
}

.profile__avatar {
    border: .2rem solid var(--white);
    border-radius: 50%;
    cursor: pointer;
    height: 4rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    width: 4rem
}

.profile__avatar svg {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.6);
    -o-transform: translate(-50%, -50%) scale(.6);
    transform: translate(-50%, -50%) scale(.6)
}

.profile__avatar svg, .profile__image {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.profile__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    width: 100%
}

.profile:focus .profile__avatar, .profile:focus-visible .profile__avatar, .profile:focus-within .profile__avatar, .profile:hover .profile__avatar {
    border: .2rem solid hsla(0, 0%, 100%, .2)
}

.profile:focus .profile__image, .profile:focus-visible .profile__image, .profile:focus-within .profile__image, .profile:hover .profile__image {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.profile:focus .profile-options, .profile:focus-visible .profile-options, .profile:focus-within .profile-options, .profile:hover .profile-options {
    opacity: 1;
    visibility: visible
}

@media(max-width:1279.98px) {
    .profile {
        margin-left: 0;
        margin-right: 2rem
    }
}

@media(max-width:575.98px) {
    .profile {
        margin-right: 0
    }
}

.profile-options {
    background-color: var(--gray-900);
    left: 50%;
    min-width: 20rem;
    opacity: 0;
    padding: 1.6rem;
    position: absolute;
    top: 6rem;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    visibility: hidden
}

.profile-options__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.profile-options__item:nth-of-type(n+2) {
    margin-top: 1.6rem
}

.profile-options__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    line-height: 1
}

.profile-options__link svg {
    margin-right: 1rem;
    -webkit-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.profile-options__link svg path {
    fill: var(--white);
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.profile-options__link:focus, .profile-options__link:focus-visible, .profile-options__link:hover {
    color: var(--alt)
}

.profile-options__link:focus path, .profile-options__link:focus-visible path, .profile-options__link:hover path {
    fill: var(--alt)
}

@media(max-width:1700px) {
    .profile-options {
        left: unset;
        right: 0;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(max-width:1279.98px) {
    .profile-options {
        left: 0
    }
}

@font-face {
    font-display: swap;
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: ws-hex(var(--main), true)
}

@font-face {
    font-display: swap;
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -o-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.breadcrumbs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 5rem
}

.breadcrumbs--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumbs__item:nth-of-type(n+2) {
    padding-left: 5rem;
    position: relative
}

.breadcrumbs__item:nth-of-type(n+2):before {
    color: var(--white);
    content: "â€”";
    font-size: 1.2rem;
    left: 2.5rem;
    line-height: 1;
    position: absolute;
    top: .6rem;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.breadcrumbs__link {
    color: var(--white);
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.breadcrumbs__link:focus, .breadcrumbs__link:focus-visible, .breadcrumbs__link:hover {
    color: var(--alt) !important
}

.password__content {
    padding-top: 40rem
}

.password .form {
    margin: 3rem auto 6rem;
    max-width: 40rem
}

.password .form fieldset {
    border: none
}

.password .form .heading {
    font-size: 2.6rem
}

.password .form .somfrp-lost-pass-form-text>p {
    margin: 2rem 0
}

.password .form__item {
    background-color: transparent;
    border: .1rem solid var(--white);
    height: 4.8rem;
    margin: 0 0 2rem;
    max-width: 40rem;
    padding: 0;
    position: relative;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    width: 100%
}

.password .form__item--textarea {
    height: 14.4rem
}

.password .form__input:not(.form__input--checkbox) {
    background-color: transparent;
    border: none;
    color: var(--white);
    font-weight: 700;
    height: 100%;
    left: 0;
    padding: 1rem 1rem 1rem 3rem;
    position: absolute;
    top: 0;
    width: 100%
}

.password .form__input:not(.form__input--checkbox):focus~.form__label--heading {
    color: var(--alt);
    -webkit-transform: translateY(-2rem) scale(.7);
    -o-transform: translateY(-2rem) scale(.7);
    transform: translateY(-2rem) scale(.7)
}

.password .form__input--checkbox {
    height: 0;
    position: relative;
    width: 0
}

.password .form__input--checkbox:after, .password .form__input--checkbox:before {
    content: "";
    display: block;
    height: 1.4rem;
    position: absolute;
    width: 1.4rem
}

.password .form__input--checkbox:before {
    border: .1rem solid var(--white);
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.password .form__input--checkbox:after {
    color: var(--alt);
    content: "âœ”";
    font-size: 1rem;
    height: 1rem;
    line-height: 1;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(.3rem, .3rem);
    -o-transform: translate(.3rem, .3rem);
    transform: translate(.3rem, .3rem);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 1rem
}

.password .form__input--checkbox:focus:before {
    border: .1rem solid var(--alt)
}

.password .form__input--checkbox:checked:after {
    opacity: 1
}

.password .form__label--heading {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 500;
    left: 3rem;
    line-height: 1;
    position: absolute;
    top: 2.2rem;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    -o-transition-property: color, -o-transform;
    transition-property: color, transform;
    transition-property: color, transform, -webkit-transform, -o-transform
}

.password .form__label--is-animate {
    color: var(--alt);
    -webkit-transform: translateY(-2rem) scale(.7);
    -o-transform: translateY(-2rem) scale(.7);
    transform: translateY(-2rem) scale(.7)
}

.password .form__label--checkbox {
    color: var(--white);
    cursor: pointer;
    font-size: 1.2rem;
    left: unset;
    line-height: 1.4;
    margin-left: 3rem;
    pointer-events: auto;
    position: relative;
    top: unset
}

.password .form__checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 2rem 0
}

.password .form__btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.password .form__submit {
    min-width: 15rem
}

.promotional-info {
    bottom: 2rem;
    left: 2rem;
    max-width: 50rem;
    opacity: 0;
    position: fixed;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    visibility: hidden;
    width: 100%;
    z-index: 888
}

.promotional-info--is-active {
    opacity: 1;
    visibility: visible
}

.promotional-info__content {
    background-color: hsla(0, 0%, 100%, .95);
    color: var(--main);
    display: grid;
    grid-template-columns: 1fr 15rem;
    padding: 2rem;
    position: relative
}

.promotional-info__content:before {
    background: -webkit-linear-gradient(310deg, #ffa25f 5.77%, #020075 110%);
    background: -o-linear-gradient(310deg, #ffa25f 5.77%, #020075 110%);
    background: linear-gradient(140deg, #ffa25f 5.77%, #020075 110%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .5rem
}

.promotional-info__text {
    padding-right: 5rem
}

.promotional-info__text .heading {
    font-size: 1.6rem;
    margin-bottom: 1rem
}

.promotional-info__text .paragraph {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1
}

.promotional-info__text .paragraph span {
    margin-right: .5rem;
    opacity: .3;
    text-decoration-line: line-through
}

.promotional-info__btns-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-end
}

.promotional-info__btns-wrapper .btn {
    font-size: 1.3rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.promotional-info__btns-wrapper .btn:nth-child(n+2) {
    margin-left: 2rem
}

@media(max-width:767.98px) {
    .promotional-info {
        bottom: 0;
        left: 0;
        max-width: unset
    }

    .promotional-info__btns-wrapper .paragraph {
        font-size: 1.6rem
    }
}

@media(max-width:575.98px) {
    .promotional-info {
        width: 75%
    }

    .promotional-info__text {
        padding-right: 0
    }

    .promotional-info__text .heading {
        font-size: 1.4rem
    }

    .promotional-info__text .paragraph {
        font-size: 1.8rem
    }
}

.ava-interlude {
    background-color: var(--main)
}

.ava-interlude__content {
    padding-bottom: 10rem;
    padding-top: 20rem
}

.ava-interlude__images-wrapper {
    position: relative
}

.ava-interlude__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.ava-interlude__text .paragraph {
    color: var(--gray);
    line-height: 1.4;
    margin: 6rem 0
}

.ava-interlude__text .paragraph a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.ava-interlude__text .paragraph a:focus, .ava-interlude__text .paragraph a:focus-visible, .ava-interlude__text .paragraph a:hover {
    color: var(--white)
}

@media(max-width:991.98px) {
    .ava-interlude svg {
        width: 50%
    }
}

@media(max-width:767.98px) {
    .ava-interlude svg {
        width: 40%
    }
}

.ava-interlude .persons {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

.ava-interlude .persons__image {
    position: absolute
}

.ava-interlude .persons__image--1 {
    left: 0;
    top: 30%
}

.ava-interlude .persons__image--2 {
    left: 28%;
    top: 10%
}

.ava-interlude .persons__image--3 {
    right: 28%;
    top: 15%
}

.ava-interlude .persons__image--4 {
    right: 0;
    top: 30%
}

.ava-interlude .persons__image--5 {
    bottom: 15%;
    left: 15%
}

.ava-interlude .persons__image--6 {
    bottom: 15%;
    right: 15%
}

@media(max-width:991.98px) {
    .ava-interlude .persons {
        height: 40rem;
        top: 0
    }

    .ava-interlude .persons__image {
        -webkit-transform: scale(.5) !important;
        -o-transform: scale(.5) !important;
        transform: scale(.5) !important
    }

    .ava-interlude .persons__image--5, .ava-interlude .persons__image--6 {
        bottom: 30%
    }
}

@media(max-width:767.98px) {
    .ava-interlude .persons {
        display: none
    }
}

.bundle {
    background-color: var(--main);
    overflow: hidden
}

.bundle__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.bundle__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.bundle__text .heading:not(.heading--small) {
    margin-top: 3rem
}

.bundle .listing {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10rem
}

.bundle .listing__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: var(--gray-800);
    border-radius: 2.4rem;
    justify-content: space-between;
    overflow: hidden
}

.bundle .listing__content, .bundle .listing__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.bundle .listing__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem 5rem 2rem;
    text-align: center
}

.bundle .listing__content .heading {
    font-size: 1.8rem;
    font-weight: 700
}

.bundle .listing__content .paragraph {
    color: var(--gray);
    font-size: 1.4rem;
    line-height: 1;
    margin: 2rem 0
}

.bundle .listing__image {
    width: 100%
}

@media(max-width:991.98px) {
    .bundle .listing {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767.98px) {
    .bundle .listing {
        grid-template-columns: 1fr
    }
}

.bundle .prices {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem
}

.bundle .prices>span {
    line-height: 1
}

.bundle .prices__old {
    color: var(--gray);
    font-size: 1.2rem;
    text-decoration: line-through
}

.bundle .prices__current {
    color: var(--white);
    font-size: clamp(1.6rem, 5vw, 2.4rem);
    font-weight: 700;
    margin: 0 1.6rem
}

.claim {
    background-color: var(--white)
}

.claim--dark {
    background-color: var(--main)
}

.claim--dark .claim__content .heading, .claim--dark .claim__content .paragraph, .claim--dark .claim__content .paragraph span {
    color: var(--white) !important
}

.claim__content {
    padding-bottom: 12rem;
    padding-top: 12rem
}

.claim__content--alt {
    text-align: center
}

.claim__content .heading {
    color: var(--main);
    font-size: clamp(10rem, 10vw, 18rem);
    line-height: .8
}

.claim__content .heading--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: clamp(10rem, 10vw, 20rem);
    justify-content: center;
    text-align: center
}

.claim__content .paragraph {
    color: var(--main);
    margin-top: 8rem
}

.claim__content .paragraph span {
    color: var(--gray);
    font-size: clamp(1.6rem, 1.6vw, 3.2rem);
    font-weight: 500;
    line-height: 1
}

.claim__content .paragraph span:nth-of-type(n+2) {
    margin-left: 5rem
}

.claim__content .paragraph span:last-of-type {
    color: var(--main)
}

.claim__content .paragraph--alt span:nth-of-type(n+2) {
    margin-left: 1rem
}

.claim__image-wrapper {
    border: 1rem solid var(--gray-900);
    border-radius: 4rem;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -60%) scale(.3);
    -o-transform: translate(-50%, -60%) scale(.3);
    transform: translate(-50%, -60%) scale(.3);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.claim__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media(max-width:767.98px) {
    .claim__content .heading {
        font-size: clamp(7rem, 7vw, 18rem)
    }

    .claim__image-wrapper {
        border: .5rem solid var(--gray-900);
        border-radius: 2rem;
        -webkit-transform: translate(-50%, -100%) scale(.6);
        -o-transform: translate(-50%, -100%) scale(.6);
        transform: translate(-50%, -100%) scale(.6)
    }
}

@media(max-width:575.98px) {
    .claim .paragraph {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .claim .paragraph span:nth-of-type(n+2) {
        margin-left: 0;
        margin-top: 2rem
    }
}

.community {
    background-color: var(--white);
    overflow: hidden
}

.community__content {
    padding-bottom: 35rem;
    padding-top: 35rem;
    position: relative
}

.community__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: var(--main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 100
}

.community__text .paragraph {
    font-size: clamp(3.2rem, 3.2vw, 4.8rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 3rem 0
}

.community__image-wrapper {
    line-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute
}

.community__image-wrapper--1 {
    top: -.2rem
}

.community__image-wrapper--2 {
    right: 10%;
    top: -.2rem
}

.community__image-wrapper--3 {
    right: 50%;
    top: -.2rem;
    -webkit-transform: translateX(50vw);
    -o-transform: translateX(50vw);
    transform: translateX(50vw)
}

.community__image-wrapper--4 {
    bottom: -.2rem;
    left: 50%;
    -webkit-transform: translateX(-50vw);
    -o-transform: translateX(-50vw);
    transform: translateX(-50vw)
}

.community__image-wrapper--5 {
    bottom: -.2rem;
    left: 10%
}

.community__image-wrapper--6 {
    bottom: -.2rem;
    right: 10%
}

.community__image {
    border: .2rem solid var(--white);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.community__overlay {
    background-color: var(--white);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.community__overlay--reverse {
    left: 0;
    right: unset
}

@media(max-width:1599.98px) {
    .community__image-wrapper {
        width: 30%
    }

    .community__image-wrapper--1 {
        left: 0
    }

    .community__image-wrapper--2 {
        right: 0;
        top: 0
    }

    .community__image-wrapper--3 {
        right: 0;
        top: 30%;
        -webkit-transform: translateX(5vw);
        -o-transform: translateX(5vw);
        transform: translateX(5vw);
        width: 15% !important
    }

    .community__image-wrapper--4 {
        height: 15rem;
        left: 0;
        top: 40%;
        -webkit-transform: translateX(-20vw);
        -o-transform: translateX(-20vw);
        transform: translateX(-20vw)
    }

    .community__image-wrapper--5 {
        left: 0
    }

    .community__image-wrapper--6 {
        right: 0
    }
}

.comparison__wrapper {
    margin-bottom: 8rem;
    margin-top: 8rem
}

.comparison__content {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.comparison__image {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    position: absolute;
    top: 0;
    width: 100%
}

.comparison__image--above {
    z-index: 100
}

.comparison__overlay {
    border-right: .3rem solid var(--white);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 200
}

.comparison__resizer {
    height: 68px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    width: 68px;
    z-index: 300
}

@media(max-width:767.98px) {
    .comparison__resizer {
        -webkit-transform: translate(-50%, -50%) scale(.6);
        -o-transform: translate(-50%, -50%) scale(.6);
        transform: translate(-50%, -50%) scale(.6)
    }
}

.contact-form {
    background-color: var(--main);
    overflow: hidden
}

.contact-form__content {
    background-color: var(--white)
}

.contact-form__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 8rem;
    padding-top: 8rem
}

.contact-form__text .heading {
    color: var(--main);
    max-width: 90%
}

.contact-form__text .heading:not(.heading--small) {
    margin: 1rem 0 3rem
}

.contact-form__text a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.contact-form__text a:focus, .contact-form__text a:focus-visible, .contact-form__text a:hover {
    color: var(--white)
}

.contact-form__image-wrapper {
    min-height: 77rem;
    overflow: hidden;
    padding: 0;
    position: relative
}

.contact-form__image-wrapper .ava {
    position: absolute;
    right: 4rem;
    top: 4rem;
    z-index: 100
}

.contact-form__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width:991.98px) {
    .contact-form__image-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .contact-form__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        align-items: center;
        order: 2
    }
}

@media(max-width:767.98px) {
    .contact-form__text .heading {
        max-width: 100%
    }
}

@media(max-width:575.98px) {
    .contact-form__image-wrapper {
        min-height: 60rem
    }
}

.form {
    max-width: 40rem;
    width: 100%
}

.form__item {
    height: 4.8rem;
    position: relative
}

.form__item:nth-of-type(n+2) {
    margin-top: 1.6rem
}

.form__item--textarea {
    height: 9.6rem
}

.form__item span:not(.wpcf7-not-valid-tip) {
    display: block;
    height: 100%;
    position: relative
}

.form__item span:not(.wpcf7-not-valid-tip) input {
    background-color: var(--white);
    border: .1rem solid var(--main);
    color: var(--gray-900);
    height: 100%;
    left: 0;
    line-height: 1;
    padding: 0 1rem 0 3rem;
    position: absolute;
    top: 0;
    width: 100%
}

.form__item span:not(.wpcf7-not-valid-tip) textarea {
    border: .1rem solid var(--main)
}

.form__item .wpcf7-not-valid {
    border: .1rem solid var(--persian-red) !important
}

.form__item .wpcf7-not-valid-tip {
    bottom: -1.5rem;
    color: red;
    font-size: 1rem;
    left: 0;
    line-height: 1;
    position: absolute
}

.form__label {
    color: var(--dark-gray);
    font-size: 1.6rem;
    left: 2rem;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 2rem;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out
}

.form__label.is-focused {
    -webkit-transform: scale(.7) translateY(-2.6rem);
    -o-transform: scale(.7) translateY(-2.6rem);
    transform: scale(.7) translateY(-2.6rem)
}

.form__checkbox {
    cursor: pointer;
    margin: 3.2rem 0
}

.form__checkbox .wpcf7-acceptance {
    color: #404040;
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    position: relative
}

.form__checkbox .wpcf7-list-item {
    margin: 0
}

.form__checkbox .wpcf7-list-item-label {
    margin-left: 3rem
}

.form__checkbox label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row
}

.form__checkbox label a {
    color: var(--gray);
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.form__checkbox label a:focus, .form__checkbox label a:focus-visible, .form__checkbox label a:hover {
    color: var(--white)
}

.form__checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    position: relative;
    width: 0
}

.form__checkbox input:after, .form__checkbox input:before {
    content: "";
    display: block;
    height: 1.4rem;
    position: absolute;
    width: 1.4rem
}

.form__checkbox input:before {
    border: .1rem solid #404040;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.form__checkbox input:after {
    color: var(--alt);
    content: "âœ”";
    font-size: 1rem;
    height: 1rem;
    line-height: 1;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(.3rem, .3rem);
    -o-transform: translate(.3rem, .3rem);
    transform: translate(.3rem, .3rem);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 1rem
}

.form__checkbox input:focus:before {
    border: .1rem solid var(--alt)
}

.form__checkbox input:checked:after {
    opacity: 1
}

.form__submit .btn {
    min-width: 19rem;
    width: unset
}

.form__submit .btn:disabled {
    background-color: var(--dark-gray);
    color: var(--white);
    cursor: not-allowed
}

@media(max-width:991.98px) {
    .form {
        max-width: 100%
    }
}

form[name=archvizartist_register] .form__checkbox label {
    display: inline-block
}

.wpcf7-response-output {
    border: none;
    border-width: .1rem !important;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 3.2rem 0 0 !important;
    max-width: 40rem;
    padding: 1rem !important
}

.wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr)
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--main);
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.3rem;
    height: 1.5rem;
    line-height: 1
}

@media(max-width:575.98px) {
    .wpcf7-form-control.wpcf7-checkbox {
        grid-template-columns: 1fr
    }
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    bottom: -1.5rem;
    color: red;
    font-size: 1rem;
    left: 0;
    line-height: 1;
    position: absolute
}

.countdown {
    height: auto;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: height, opacity;
    -o-transition-property: height, opacity;
    transition-property: height, opacity
}

.countdown--is-hidden {
    height: auto;
    opacity: 0
}

.countdown__date {
    margin-top: 5rem
}

.countdown__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: center
}

.countdown__item:first-child {
    margin-right: 5rem
}

.countdown__item--days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.countdown__item--days .paragraph {
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    -webkit-transform: translateY(8.6rem);
    -o-transform: translateY(8.6rem);
    transform: translateY(8.6rem)
}

.countdown__timer {
    color: var(--white);
    font-size: 8rem;
    font-weight: 700
}

@media(max-width:767.98px) {
    .countdown__timer {
        font-size: 4rem
    }

    .countdown__item--days .paragraph {
        -webkit-transform: translateY(3.8rem);
        -o-transform: translateY(3.8rem);
        transform: translateY(3.8rem)
    }
}

.course-details__content {
    background-color: var(--white);
    overflow: hidden;
    position: relative
}

.course-details__content .ava {
    position: absolute;
    right: 4rem;
    top: 4rem
}

.course-details__text .heading {
    color: var(--main)
}

.course-details__text .heading:not(.heading--small) {
    margin: 3rem 0
}

.course-details__text .heading span {
    margin-right: .5rem;
    opacity: .3;
    text-decoration-line: line-through
}

.course-details__text .paragraph {
    color: var(--gray)
}

.course-details__text--bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: space-between;
    padding-right: 0;
    padding-top: 15rem;
    position: relative
}

.course-details__text--bg .paragraph {
    padding-right: 10rem
}

.course-details__text:not(.course-details__text--bg) {
    padding-bottom: 10rem;
    padding-top: 10rem;
    position: relative
}

.course-details__image {
    -webkit-transform: translateX(-15rem);
    -o-transform: translateX(-15rem);
    transform: translateX(-15rem)
}

.course-details__details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between
}

.course-details__details .heading {
    font-weight: 700
}

.course-details__details .paragraph {
    line-height: 1;
    margin-top: 2.6rem;
    width: 100%
}

@media(max-width:1279.98px) {
    .course-details__text {
        padding: 0 3rem
    }

    .course-details__text--bg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .course-details__image {
        -webkit-transform: translateX(3rem);
        -o-transform: translateX(3rem);
        transform: translateX(3rem);
        width: 100%
    }
}

@media(max-width:767.98px) {
    .course-details {
        overflow: hidden
    }

    .course-details .container {
        padding: 0
    }

    .course-details__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .course-details__details .heading {
        font-size: 2.4rem;
        margin-bottom: 2.4rem;
        text-align: right;
        width: 80%
    }
}

@media(max-width:575.98px) {
    .course-details__details .btn {
        width: 80%
    }
}

@media(max-width:400px) {
    .course-details__details .btn {
        width: 100%
    }
}

.course-details .listing {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.course-details .listing, .course-details .listing__item {
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.course-details .listing__item {
    -webkit-box-orient: horizontal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.course-details .listing__item svg {
    margin-right: .8rem;
    -webkit-transform: translateY(-.1rem);
    -o-transform: translateY(-.1rem);
    transform: translateY(-.1rem)
}

.course-details .listing__item .paragraph {
    color: var(--gray);
    line-height: 1.1;
    width: calc(100% - 2.8rem)
}

.course-details .listing__item .paragraph strong {
    color: var(--main)
}

.course-details .listing__item:not(.listing__item--line:nth-of-type(n+2)) {
    margin-top: 1.6rem
}

.course-details .listing__item--line {
    -webkit-background-clip: unset !important;
    display: inline-block;
    height: .2rem;
    margin-bottom: 2.6rem;
    margin-top: 2.6rem;
    width: 100%
}

@media(max-width:1279.98px) {
    .course-details .listing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.course-intro {
    background-color: var(--main);
    overflow: hidden
}

.course-intro__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.course-intro__text .heading {
    color: var(--white)
}

.course-intro__text .heading:not(.heading--small) {
    margin-top: 2rem
}

.course-intro .listing {
    margin-top: 8rem;
    width: calc(100vw - var(--sliderOffset))
}

.course-intro .listing__item {
    background-color: var(--gray-800);
    position: relative;
    width: calc(100% - 2rem)
}

.course-intro .listing__item:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.course-intro .listing__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    padding: 5rem;
    position: absolute;
    top: 0;
    width: 100%
}

.course-intro .listing__inner, .course-intro .listing__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.course-intro .listing__text .heading {
    color: var(--white);
    font-weight: 700;
    margin: 0 0 2rem;
    text-transform: none
}

.course-intro .listing__text .paragraph {
    color: var(--gray)
}

@media(max-width:1279.98px) {
    .course-intro .listing {
        width: 100%
    }
}

@media(max-width:767.98px) {
    .course-intro .listing__item {
        width: 100%
    }

    .course-intro .listing__inner {
        padding: 3rem
    }
}

.course-program {
    background-color: var(--main);
    overflow: hidden
}

.course-program__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.course-program__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.course-program__text .heading {
    color: var(--white)
}

.course-program__text .heading:not(.heading--small) {
    margin-top: 3rem
}

.course-program__details {
    height: 40rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.course-program__details:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 6, 6, 0)), to(var(--main)));
    background: -webkit-linear-gradient(top, rgba(6, 6, 6, 0) 0, var(--main) 100%);
    background: -o-linear-gradient(top, rgba(6, 6, 6, 0) 0, var(--main) 100%);
    background: linear-gradient(180deg, rgba(6, 6, 6, 0) 0, var(--main) 100%);
    bottom: 0;
    content: "";
    height: 20rem;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%
}

.course-program__details--is-animate {
    overflow: unset
}

.course-program__details--is-animate:before {
    opacity: 0
}

.course-program__head {
    border-bottom: .1rem solid var(--gray-500);
    padding: 3rem 0
}

.course-program__head .heading {
    text-transform: none
}

.course-program__head:nth-of-type(odd) {
    margin-top: 5rem
}

.course-program__lists {
    display: grid;
    gap: 0 5rem;
    grid-template-columns: repeat(3, 1fr)
}

.course-program__btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 3rem
}

@media(max-width:1279.98px) {
    .course-program__lists {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767.98px) {
    .course-program__lists {
        grid-template-columns: 1fr
    }
}

.course-program .listing__item {
    color: var(--gray)
}

.course-program .listing__item span {
    color: var(--white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 7rem
}

.course-program .listing__item--heading {
    color: var(--white);
    font-size: clamp(1.4rem, 5vw, 1.8rem);
    line-height: 1;
    margin: 4rem 0;
    text-transform: uppercase
}

.course-program .listing__item:nth-of-type(n+2) {
    margin-top: 1.6rem
}

.faq {
    background-color: var(--main)
}

.faq__content {
    padding-bottom: 20rem;
    padding-top: 20rem
}

.faq__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.faq__text .heading {
    color: var(--white)
}

.faq__text .paragraph {
    color: var(--gray);
    line-height: 1.4;
    margin: 4rem 0 8rem
}

.faq__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.faq__tabs .btn {
    margin-top: 8rem
}

@media(max-width:991.98px) {
    .faq__content {
        padding-bottom: 10rem;
        padding-top: 10rem
    }
}

.faq-list__item {
    border-bottom: .1rem solid var(--gray-500);
    pointer-events: none
}

.faq-list__item:first-of-type {
    border-top: .1rem solid var(--gray-500)
}

.faq-list__btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: transparent;
    border: none;
    cursor: pointer;
    justify-content: space-between;
    padding: 3rem 0;
    pointer-events: auto;
    width: 100%
}

.faq-list__btn, .faq-list__btn span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.faq-list__btn span {
    color: var(--white);
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    width: calc(100% - 6rem)
}

.faq-list__btn:focus span, .faq-list__btn:focus-visible span, .faq-list__btn:hover span {
    color: var(--alt)
}

.faq-list__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    justify-content: center;
    position: relative;
    width: 2rem
}

.faq-list__icon svg {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out
}

.faq-list__icon svg path {
    fill: var(--white);
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.faq-list__icon--is-animate svg {
    -webkit-transform: rotate(180deg) scale(.8);
    -o-transform: rotate(180deg) scale(.8);
    transform: rotate(180deg) scale(.8)
}

.faq-list__icon--is-animate svg path {
    fill: var(--gray)
}

.faq-list__content {
    height: 0;
    opacity: 0
}

.faq-list__content--is-active {
    height: auto;
    opacity: 1;
    padding: 0 0 3rem;
    -webkit-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    transform: translateY(-1rem);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s, .15s, 0s, .25s;
    -o-transition-delay: 0s, .15s, 0s, .25s;
    transition-delay: 0s, .15s, 0s, .25s;
    -webkit-transition-property: height, opacity, padding, -webkit-transform;
    transition-property: height, opacity, padding, -webkit-transform;
    -o-transition-property: height, opacity, padding, -o-transform;
    transition-property: height, opacity, padding, transform;
    transition-property: height, opacity, padding, transform, -webkit-transform, -o-transform
}

.faq-list__content .paragraph {
    color: var(--gray)
}

.faq-list__content a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.faq-list__content a:focus, .faq-list__content a:focus-visible, .faq-list__content a:hover {
    color: var(--white)
}

.features-wide {
    background-color: var(--main);
    overflow: hidden
}

.features-wide__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.features-wide__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.features-wide__text .heading {
    margin-bottom: 3rem
}

.features-wide__text .paragraph {
    color: var(--gray);
    margin-bottom: 3rem;
    max-width: 52rem
}

.features-wide__text .paragraph a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.features-wide__text .paragraph a:focus, .features-wide__text .paragraph a:focus-visible, .features-wide__text .paragraph a:hover {
    color: var(--white)
}

.features-wide .listing {
    margin-top: 8rem;
    width: calc(100vw - var(--sliderOffset))
}

.features-wide .listing__item {
    background-color: var(--gray-800)
}

.features-wide .listing__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    width: 100%
}

.features-wide .listing__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center
}

.features-wide .listing__text svg {
    left: 4rem;
    position: absolute;
    top: 4rem
}

.features-wide .listing__text .heading {
    color: var(--white);
    font-weight: 700;
    text-transform: none
}

.features-wide .listing__text .paragraph {
    color: var(--gray)
}

.features-wide .listing__logo {
    left: 4rem;
    max-height: 3rem;
    position: absolute;
    top: 4rem
}

.features-wide .listing__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media(max-width:1279.98px) {
    .features-wide .listing {
        width: 100%
    }
}

.features {
    background-color: var(--white)
}

.features__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.features__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.features__text .heading {
    color: var(--main)
}

.features__text .heading:not(.heading--small) {
    margin-top: 3rem
}

.features .listing {
    margin-top: 10rem
}

.features .listing__item {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr)
}

.features .listing__item:nth-of-type(n+2) {
    margin-top: 2rem
}

.features .listing__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding: 8rem
}

.features .listing__text .heading {
    color: var(--main);
    font-weight: 700;
    text-transform: none
}

.features .listing__text .paragraph {
    color: var(--gray);
    font-weight: 500;
    margin-top: 2rem
}

.features .listing__icon {
    margin-bottom: 6rem
}

.features .listing__image-wrapper {
    margin: 0;
    overflow: hidden
}

.features .listing__video-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.features .listing__movie {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.features .listing__video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width:767.98px) {
    .features .listing__item {
        grid-template-columns: 1fr
    }

    .features .listing__item:nth-of-type(2n) .listing__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .features .listing__item:nth-of-type(2n) .listing__image-wrapper, .features .listing__item:nth-of-type(2n) .listing__video-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .features .listing__item:nth-of-type(n+2) {
        margin-top: 7rem
    }

    .features .listing__text {
        padding: 0
    }

    .features .listing__text .heading {
        font-size: 2rem
    }

    .features .listing__image-wrapper {
        height: 0;
        margin-top: 2.4rem;
        overflow: hidden;
        padding-top: 56.25%;
        position: relative
    }

    .features .listing__image {
        display: block;
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        position: absolute;
        top: 0;
        width: 100%
    }

    .features .listing__video-wrapper {
        margin-top: 2.4rem
    }
}

.fingertips {
    overflow: hidden
}

.fingertips__content {
    background-color: var(--gray-900);
    position: relative
}

.fingertips__content .ava {
    left: 6rem;
    position: absolute;
    top: 6rem
}

.fingertips__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.fingertips__text .heading {
    margin-bottom: 3rem
}

.fingertips__text .paragraph {
    color: var(--gray)
}

.fingertips__image-wrapper {
    padding-right: 0;
    padding-top: 15rem
}

@media(max-width:1279.98px) {
    .fingertips__text {
        padding: 15rem 6rem 0
    }
}

@media(max-width:767.98px) {
    .fingertips__content .ava {
        left: 3rem;
        top: 3rem
    }

    .fingertips__text {
        padding: 15rem 3rem 0
    }

    .fingertips__image-wrapper {
        padding-top: 5rem
    }
}

.for-who {
    background-color: var(--main);
    overflow: hidden
}

.for-who__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.for-who__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.for-who__text .heading:not(.heading--small) {
    margin-top: 3rem
}

.for-who .listing {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10rem;
    width: 100%
}

.for-who .listing__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding: 0 5rem;
    text-align: center
}

.for-who .listing__text .heading {
    font-size: clamp(1.6rem, 5vw, 2.4rem);
    font-weight: 700
}

.for-who .listing__text .paragraph {
    color: var(--gray);
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 2rem
}

.for-who .listing__icon {
    margin-bottom: 6rem
}

.for-who .listing__image-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 5rem 0 0;
    overflow: hidden
}

@media(max-width:1599.98px) {
    .for-who .listing {
        gap: 3rem;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:991.98px) {
    .for-who .listing {
        grid-template-columns: 1fr
    }
}

@media(max-width:575.98px) {
    .for-who .listing__image-wrapper {
        height: 0;
        padding-top: 56.25%;
        position: relative
    }

    .for-who .listing__image {
        display: block;
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.home-hero {
    background-color: var(--main);
    overflow: hidden
}

.home-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    max-height: 100rem;
    min-height: 100vh;
    padding-bottom: 20rem;
    padding-top: 20rem
}

.home-hero__content .paragraph {
    color: var(--gray);
    font-size: clamp(1.4rem, 1.4vw, 1.6rem);
    margin: 4rem 0;
    max-width: 50rem
}

@media(max-width:991.98px) {
    .home-hero__content {
        min-height: auto
    }
}

@media(max-width:767.98px) {
    .home-hero, .home-hero__content {
        padding-bottom: 10rem
    }
}

.home-hero .gallery {
    position: relative
}

.home-hero .gallery__image-wrapper {
    display: inline-block;
    overflow: hidden;
    position: absolute
}

.home-hero .gallery__image-wrapper--1 {
    left: 0;
    max-height: 26rem;
    max-width: 46rem;
    top: 50%;
    -webkit-transform: translate(20%, -120%);
    -o-transform: translate(20%, -120%);
    transform: translate(20%, -120%);
    z-index: 200
}

.home-hero .gallery__image-wrapper--2 {
    max-height: 21rem;
    max-width: 34rem;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-5%, -50%);
    -o-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
    z-index: 100
}

.home-hero .gallery__image-wrapper--3 {
    left: 0;
    max-height: 31rem;
    max-width: 55rem;
    top: 50%;
    -webkit-transform: translate(40%, 30%);
    -o-transform: translate(40%, 30%);
    transform: translate(40%, 30%);
    z-index: 300
}

.home-hero .gallery__overlay {
    background-color: var(--main);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.home-hero .gallery__image, .home-hero .gallery__video {
    border: .2rem solid var(--main);
    display: block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media(max-width:991.98px) {
    .home-hero .gallery {
        min-height: 50vh
    }

    .home-hero .gallery__image-wrapper--1 {
        -webkit-transform: translateY(-120%);
        -o-transform: translateY(-120%);
        transform: translateY(-120%)
    }

    .home-hero .gallery__image-wrapper--3 {
        -webkit-transform: translateY(30%);
        -o-transform: translateY(30%);
        transform: translateY(30%)
    }
}

@media(max-width:575.98px) {
    .home-hero .gallery__image-wrapper--2 {
        -webkit-transform: translate(40%, -44%);
        -o-transform: translate(40%, -44%);
        transform: translate(40%, -44%)
    }

    .home-hero .gallery__image-wrapper--2 .gallery__image {
        max-width: 60%
    }

    .home-hero .gallery__image {
        max-width: 80%
    }
}

.instructors {
    background-color: var(--main);
    overflow: hidden
}

.instructors__content {
    /* padding-bottom: 16rem; */
    /* padding-top: 16rem */
}

.instructors__content a {
    color: var(--gray);
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.instructors__content a:focus, .instructors__content a:focus-visible, .instructors__content a:hover {
    color: var(--white)
}

.instructors__text .heading {
    color: var(--white)
}

.instructors__text .heading:not(.heading--small) {
    margin-top: 2rem
}

.instructors__text .paragraph {
    color: var(--gray)
}

.instructors__text--steps {
    padding-bottom: 6rem;
    padding-top: 0rem
}

.instructors__text--center {
    padding-bottom: 6rem;
    padding-top: 6rem;
    text-align: center
}

.instructors__text--disabled {
    display: none
}

.instructors__steps .heading--small {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5rem;
    text-transform: uppercase
}

.instructors__image-wrapper {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 100
}

.instructors__image-wrapper--border {
    border: 2rem solid var(--gray-900);
    border-radius: 4rem;
    margin-top: 5rem
}

.instructors__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media(max-width:1279.98px) {
    .instructors__text>div:nth-of-type(2) {
        margin-top: 4rem
    }
}

@media(max-width:767.98px) {
    .instructors__content {
        padding-bottom: 8rem;
        padding-top: 8rem
    }

    .instructors__text>div:nth-of-type(2) {
        margin-top: 2.4rem
    }

    .instructors__image-wrapper--border {
        border: 1rem solid var(--gray-900);
        border-radius: 2.4rem
    }

    .instructors__ornament {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }
}

.instructors .steps {
    margin-top: 10rem
}

.instructors .steps svg {
    margin-top: 12.6rem
}

@media(max-width:767.98px) {
    .instructors .steps svg {
        margin-top: 6rem;
        width: 80%
    }
}

.instructors .listing-wrapper {
    padding-left: 7rem;
    position: relative
}

.instructors .listing-wrapper__progressbar {
    background-color: var(--gray-600);
    height: 100%;
    left: 0;
    position: absolute;
    width: .1rem
}

.instructors .listing-wrapper__line {
    background-color: var(--white);
    height: 0;
    left: 0;
    position: absolute;
    width: .1rem
}

.instructors .listing {
    height: 60vh;
    overflow: hidden
}

.instructors .listing__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 3rem 3rem 6rem 0;
}

.instructors .listing__item .heading {
    color: var(--white);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    margin: 0 0 2rem;
    text-transform: uppercase
}

.job-offers {
    background-color: var(--main)
}

.job-offers__content {
    padding-bottom: 12rem;
    /* padding-top: 12rem; */
    position: relative;
    z-index: 100
}

.job-offers__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.job-offers__text .heading:not(.heading--small) {
    margin: 3rem 0
}

.job-offers__text .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.job-offers__our {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    margin-top: 12rem;
    text-align: center
}

.job-offers__our .paragraph {
    color: var(--gray);
    margin: 3rem 0;
    max-width: 52rem
}

section.job-offers .listing {
    margin-top: 6rem
}

section.job-offers .listing--grid {
    display: grid;
    gap: 8rem;
    grid-template-columns: repeat(3, 1fr)
}

section.job-offers .listing--grid .listing__job-salary {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

section.job-offers .listing--grid .listing__btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1279.98px) {
    section.job-offers .listing--grid {
        gap: 5rem
    }
}

@media(max-width:767.98px) {
    section.job-offers .listing--grid {
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:575.98px) {
    section.job-offers .listing--grid {
        grid-template-columns: 1fr
    }

    section.job-offers .listing--grid .listing__job-salary {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

section.job-offers .listing__item {
    border: .1rem solid #3d3d3d;
    padding: 5rem
}

section.job-offers .listing__item--box .listing__partner {
    margin-bottom: 5rem
}

section.job-offers .listing__item--box .listing__job-salary {
    margin: 5rem 0
}

section.job-offers .listing__item--wide {
    display: grid;
    gap: 0 5rem;
    grid-template-columns: repeat(3, 1fr);
    min-height: 24rem
}

section.job-offers .listing__item--wide:nth-of-type(n+2) {
    margin-top: 2rem
}

section.job-offers .listing__item--partner {
    display: grid;
    grid-template-columns: 7.2rem repeat(3, 1fr)
}

section.job-offers .listing__logo-wrapper, section.job-offers .listing__partner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

section.job-offers .listing__logo-wrapper {
    background-color: var(--white);
    border-radius: 50%;
    height: 7.2rem;
    padding: 0 .5rem;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 7.2rem
}

section.job-offers .listing__logo-wrapper:focus, section.job-offers .listing__logo-wrapper:focus-visible, section.job-offers .listing__logo-wrapper:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

section.job-offers .listing__logo {
    max-height: 1rem
}

section.job-offers .listing__job-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

section.job-offers .listing__job-details .paragraph--company {
    font-size: 90%;
    line-height: 1;
    margin-bottom: .5rem
}

section.job-offers .listing__job-details .heading {
    font-size: clamp(1.6rem, 1.4vw, 2.6rem);
    margin-bottom: 1rem
}

section.job-offers .listing__job-salary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    text-align: right
}

section.job-offers .listing__job-salary .paragraph {
    line-height: 1.3;
    margin-top: .8rem
}

section.job-offers .listing__job-salary .paragraph span {
    font-size: clamp(1.4rem, 1vw, 1.6rem)
}

section.job-offers .listing__btn-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

@media(max-width:991.98px) {
    section.job-offers .listing__item {
        padding: 3rem
    }

    section.job-offers .listing__item--wide {
        gap: 0 3rem
    }
}

@media(max-width:575.98px) {
    section.job-offers .listing__item {
        padding: 2rem
    }

    section.job-offers .listing__item--wide {
        gap: 2rem;
        grid-template-columns: 1fr
    }

    section.job-offers .listing__item--partner {
        grid-template-columns: 1fr
    }

    section.job-offers .listing__job-details {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    section.job-offers .listing__job-salary {
        text-align: center
    }

    section.job-offers .listing__btn-wrapper, section.job-offers .listing__job-salary {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.join-us {
    background-color: var(--white);
    margin-top: 16rem
}

.join-us--rounded {
    border-radius: 10rem
}

.join-us__content {
    padding-bottom: 30rem;
    padding-top: 30rem;
    position: relative
}

.join-us__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 100
}

.join-us__text .heading {
    color: var(--main)
}

.join-us__text .heading:not(.heading--small) {
    margin-top: 2rem
}

.join-us__text .paragraph {
    color: var(--gray);
    margin: 3rem 0;
    max-width: 52rem
}

@media(max-width:991.98px) {
    .join-us__content {
        padding-bottom: 8rem;
        padding-top: 20rem
    }
}

@media(max-width:767.98px) {
    .join-us--rounded {
        border-radius: 5rem
    }
}

@media(max-width:575.98px) {
    .join-us--rounded {
        border-radius: 0
    }
}

.join-us .persons {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.join-us .persons__image {
    position: absolute
}

.join-us .persons__image--1 {
    left: 0;
    top: 30%
}

.join-us .persons__image--2 {
    left: 28%;
    top: 10%
}

.join-us .persons__image--3 {
    right: 28%;
    top: 15%
}

.join-us .persons__image--4 {
    right: 0;
    top: 30%
}

.join-us .persons__image--5 {
    bottom: 15%;
    left: 15%
}

.join-us .persons__image--6 {
    bottom: 15%;
    right: 15%
}

@media(max-width:991.98px) {
    .join-us .persons {
        height: 40rem;
        top: 0
    }

    .join-us .persons__image {
        -webkit-transform: scale(.5) !important;
        -o-transform: scale(.5) !important;
        transform: scale(.5) !important
    }
}

@media(max-width:575.98px) {
    .join-us .persons {
        display: none
    }
}

.kajabi-form__content {
    margin-bottom: 3rem
}

.kajabi-form--inline {
    background-color: var(--main) !important;
    font-family: Gilroy, sans-serif !important;
    padding: 5rem !important
}

.kajabi-form--inline * {
    color: var(--white) !important;
    font-family: Gilroy, sans-serif !important
}

@media(max-width:575.98px) {
    .kajabi-form--inline {
        padding: 5rem 0 !important
    }
}

.kajabi-form__form-item {
    background-color: transparent !important;
    border: .1rem solid var(--white) !important;
    height: 4.8rem !important;
    margin: 0 0 2rem !important;
    padding: 0 !important;
    position: relative !important;
    -webkit-transition: border .3s ease-in-out !important;
    -o-transition: border .3s ease-in-out !important;
    transition: border .3s ease-in-out !important
}

.kajabi-form__form-item input {
    background-color: transparent !important;
    border: none !important;
    color: var(--white) !important;
    font-weight: 700 !important;
    height: 100% !important;
    left: 0 !important;
    padding: 1rem 1rem 1rem 3rem !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important
}

.kajabi-form__form-item input::-webkit-input-placeholder {
    color: var(--white) !important;
    opacity: 1 !important
}

.kajabi-form__form-item input::-moz-placeholder {
    color: var(--white) !important;
    opacity: 1 !important
}

.kajabi-form__form-item input:-ms-input-placeholder {
    opacity: 1 !important
}

.kajabi-form__form-item input::-ms-input-placeholder {
    opacity: 1 !important
}

.kajabi-form__form-item input::placeholder {
    color: var(--white) !important;
    opacity: 1 !important
}

.kajabi-form__form-item input:-ms-input-placeholder {
    color: var(--white) !important
}

.kajabi-form__form-item input::-ms-input-placeholder {
    color: var(--white) !important
}

.kajabi-form__btn {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    align-items: center !important;
    background-color: var(--white) !important;
    border: none !important;
    border-radius: 2.4rem !important;
    color: var(--black) !important;
    cursor: pointer !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    height: 4.8rem !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 auto !important;
    max-width: 15rem !important;
    outline: none !important;
    overflow: hidden !important;
    padding: 0 4rem !important;
    position: relative !important;
    text-align: center !important;
    -webkit-transition: color .3s ease-in-out !important;
    -o-transition: color .3s ease-in-out !important;
    transition: color .3s ease-in-out !important;
    width: 100% !important;
    z-index: 100 !important
}

.kajabi-form__btn:before {
    background: -webkit-linear-gradient(185.46deg, #020075 -12.57%, #fcab71 81.16%);
    background: -o-linear-gradient(185.46deg, #020075 -12.57%, #fcab71 81.16%);
    background: linear-gradient(264.54deg, #020075 -12.57%, #fcab71 81.16%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -1
}

.kajabi-form__btn:focus, .kajabi-form__btn:focus-visible, .kajabi-form__btn:hover {
    color: var(--white) !important
}

.kajabi-form__btn:focus-visible:before, .kajabi-form__btn:focus:before, .kajabi-form__btn:hover:before {
    opacity: 1
}

.knowledge {
    background-color: var(--white);
    overflow: hidden
}

.knowledge__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.knowledge__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.knowledge__text .heading {
    color: var(--main);
    max-width: 52rem
}

.knowledge__text .heading:not(.heading--small) {
    margin-top: 2rem
}

.knowledge__text .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.knowledge__text .btn {
    margin-top: 4rem
}

@media(max-width:1279.98px) {
    .knowledge__text:nth-of-type(n+2) {
        margin-top: 4rem
    }
}

@media(max-width:767.98px) {
    .knowledge__text {
        text-align: center
    }

    .knowledge__text:nth-of-type(n+2) {
        margin-top: 2.4rem
    }

    .knowledge__text .btn, .knowledge__text .heading, .knowledge__text .paragraph {
        margin: 0 auto
    }

    .knowledge__text .btn {
        margin-top: 4rem
    }
}

.knowledge .listing {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16rem
}

.knowledge .listing__item {
    border: 1rem solid var(--gray-900);
    border-radius: 4rem;
    overflow: hidden
}

.knowledge .listing__item:nth-of-type(2n) {
    -webkit-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem)
}

.knowledge .listing__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media(max-width:767.98px) {
    .knowledge .listing {
        grid-template-columns: 1fr;
        margin-top: 6rem
    }

    .knowledge .listing__item {
        border-radius: 2.4rem
    }

    .knowledge .listing__item:nth-of-type(odd) {
        -webkit-transform: translate(-5rem);
        -o-transform: translate(-5rem);
        transform: translate(-5rem)
    }

    .knowledge .listing__item:nth-of-type(2n) {
        -webkit-transform: translate(5rem);
        -o-transform: translate(5rem);
        transform: translate(5rem)
    }
}

.normal-content {
    background-color: var(--main);
    overflow: hidden
}

.normal-content__content {
    padding-bottom: 0rem;
    padding-top: 7rem;
}

.normal-content__image-wrapper {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.normal-content__overlay {
    background-color: var(--main);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.normal-content__image {
    border: .2rem solid var(--main);
    display: block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.normal-content__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.normal-content__text .heading {
    max-width: 52rem
}

.normal-content__text .heading:not(.heading--small) {
    margin: 3rem 0
}

.normal-content__text .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.normal-content__text .paragraph a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.normal-content__text .paragraph a:focus, .normal-content__text .paragraph a:focus-visible, .normal-content__text .paragraph a:hover {
    color: var(--white)
}

.normal-content__text .btn {
    margin-top: 4rem
}

@media(max-width:991.98px) {
    .normal-content__content {
        padding-bottom: 10rem;
        padding-top: 10rem
    }

    .normal-content__image-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-top: 5rem;
        order: 2
    }

    .normal-content__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .normal-content__text .heading:not(.heading--small) {
        margin: 2rem 0
    }
}

@media(max-width:767.98px) {
    .normal-content__image-wrapper {
        margin-top: 2rem
    }

    .normal-content__text .heading, .normal-content__text .paragraph {
        max-width: 100%
    }
}

.numbers {
    background-color: var(--main);
    overflow: hidden;
    position: relative
}

.numbers__gradient {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.numbers__content {
    padding-bottom: 16rem;
    padding-top: 16rem;
    position: relative;
    z-index: 100
}

.numbers__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.numbers__text .heading {
    color: var(--white)
}

.numbers__text .heading:not(.heading--small) {
    margin-top: 3rem
}

.numbers__text .paragraph {
    display: inline-block;
    font-size: clamp(10rem, 10vw, 15rem);
    font-weight: 900;
    line-height: 1.2;
    margin: 8rem 0;
    padding: 0 8rem;
    text-align: center;
    width: 100%
}

@media(max-width:767.98px) {
    .numbers__gradient {
        opacity: .4
    }

    .numbers__text .paragraph {
        font-size: clamp(6rem, 6vw, 10rem);
        padding: 0
    }
}

.numbers .listing {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(4, 1fr)
}

.numbers .listing__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.numbers .listing__item .heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 4rem
}

.numbers .listing__item .paragraph {
    color: var(--gray)
}

.numbers .listing__item .paragraph a, .numbers .listing__item .paragraph span {
    color: var(--white)
}

.numbers .listing__item .paragraph a {
    position: relative
}

.numbers .listing__item .paragraph a:before {
    background-color: var(--white);
    bottom: -.2rem;
    content: "";
    height: .1rem;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    width: 0
}

.numbers .listing__item .paragraph a:focus-visible:before, .numbers .listing__item .paragraph a:focus:before, .numbers .listing__item .paragraph a:hover:before {
    width: 100%
}

@media(max-width:991.98px) {
    .numbers .listing {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:575.98px) {
    .numbers .listing {
        grid-template-columns: 1fr
    }
}

.offers-intro {
    background-color: var(--main);
    overflow: hidden
}

.offers-intro__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.offers-intro__text .heading {
    color: var(--white)
}

.offers-intro__text .heading:not(.heading--small) {
    margin-top: 2rem
}

.offers-intro__text .paragraph {
    color: var(--gray)
}

.offers-intro__text .paragraph a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.offers-intro__text .paragraph a:focus, .offers-intro__text .paragraph a:focus-visible, .offers-intro__text .paragraph a:hover {
    color: var(--white)
}

.offers-intro__text--steps {
    padding-bottom: 6rem;
    padding-top: 20rem
}

.offers-intro__text--center {
    padding-bottom: 6rem;
    padding-top: 6rem;
    text-align: center
}

.offers-intro .listing {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8rem
}

.offers-intro .listing__item {
    background-color: var(--gray-800);
    cursor: pointer;
    position: relative;
    width: 100%
}

.offers-intro .listing__item:before {
    background: -webkit-linear-gradient(224deg, #020075 -12%, #ffa25f 112%);
    background: -o-linear-gradient(224deg, #020075 -12%, #ffa25f 112%);
    background: linear-gradient(226deg, #020075 -12%, #ffa25f 112%);
    content: "";
    display: block;
    opacity: 0;
    padding-bottom: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.offers-intro .listing__item:hover:before {
    opacity: 1
}

.offers-intro .listing__item:hover .paragraph {
    color: var(--white)
}

.offers-intro .listing__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    padding: 5rem;
    position: absolute;
    top: 0;
    width: 100%
}

.offers-intro .listing__inner, .offers-intro .listing__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.offers-intro .listing__text .heading {
    color: var(--white);
    font-weight: 700;
    margin: 0 0 2rem;
    text-transform: none
}

.offers-intro .listing__text .paragraph {
    color: var(--gray);
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.offers {
    background-color: var(--white);
    overflow: hidden
}

.offers__content {
    padding-top: 12rem
}

.offers__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.offers__text .heading {
    color: var(--gray-900)
}

.offers__text .paragraph {
    color: var(--gray-900);
    line-height: 1.4;
    margin: 4rem 0
}

.offers .listing {
    margin-top: 8rem;
    min-height: 55rem;
    padding: 0;
    position: relative
}

.offers .listing__item {
    overflow: hidden;
    position: absolute
}

.offers .listing__item--1 {
    left: 0
}

.offers .listing__item--2 {
    bottom: -.1rem;
    left: 50%;
    -webkit-transform: translateX(-45%);
    -o-transform: translateX(-45%);
    transform: translateX(-45%);
    z-index: 100
}

.offers .listing__item--3 {
    right: 0
}

.offers .listing__image {
    border: .1rem solid var(--white);
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.offers .listing__overlay {
    background-color: var(--white);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.offers .listing__overlay--reverse {
    left: 0;
    right: unset
}

@media(max-width:991.98px) {
    .offers .listing__item {
        height: 50%;
        width: 50%
    }

    .offers .listing__item--2 {
        bottom: 10%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .offers .listing__item--3 {
        right: 5%;
        top: 5%
    }
}

@media(max-width:575.98px) {
    .offers .listing__item--3 {
        right: 0
    }
}

.our-values {
    background-color: var(--main);
    overflow: hidden
}

.our-values__content {
    padding-bottom: 20rem;
    padding-top: 20rem
}

.our-values__image-wrapper {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.our-values__overlay {
    background-color: var(--main);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.our-values__image {
    display: block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.our-values__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.our-values__text .heading:not(.heading--small) {
    margin: 3rem 0
}

.our-values__text .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.our-values__text .paragraph a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.our-values__text .paragraph a:focus, .our-values__text .paragraph a:focus-visible, .our-values__text .paragraph a:hover {
    color: var(--white)
}

.our-values__text .btn {
    margin-top: 4rem
}

@media(max-width:991.98px) {
    .our-values__content {
        padding-bottom: 10rem;
        padding-top: 10rem
    }
}

.our-values .listing__item {
    margin-top: 10rem
}

.our-values .listing__item:nth-child(2n) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%
}

.our-values .listing__phrase {
    font-weight: 700;
    line-height: 1
}

@media(max-width:767.98px) {
    .our-values .listing__item {
        margin-top: 4rem
    }
}

.premium-courses--section {
    background-color: var(--main);
    min-height: 100vh;
    overflow: hidden
}

.premium-courses__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 12rem;
    padding-top: 12rem;
    position: relative;
    text-align: center;
    z-index: 200
}

.premium-courses__content .heading {
    color: var(--white);
    margin: 4rem 0
}

.premium-courses__content .paragraph {
    color: var(--gray);
    line-height: 1.4;
    margin-bottom: 4rem
}

.premium-courses__content .paragraph a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.premium-courses__content .paragraph a:focus, .premium-courses__content .paragraph a:focus-visible, .premium-courses__content .paragraph a:hover {
    color: var(--white)
}

.premium-courses__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    position: relative
}

.premium-courses__image-wrapper {
    height: 66rem;
    margin: 0;
    overflow: hidden;
    padding: 0;
    z-index: 100
}

.premium-courses__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.premium-courses__heading {
    color: var(--white);
    font-size: clamp(4.8rem, 4.8vw, 12rem);
    font-weight: 700;
    left: 50%;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 100
}

@media(max-width:767.98px) {
    .premium-courses__content {
        padding-bottom: 8rem;
        padding-top: 8rem
    }
}

@media(min-height:800px) {
    .premium-courses__content, .premium-courses__image-wrapper {
        min-height: 50vh
    }
}

@media(max-height:900px) {
    .premium-courses__content {
        padding-bottom: 8rem;
        padding-top: 8rem
    }
}

.promotion-bar {
    background-color: var(--white)
}

.promotion-bar__content {
    margin-bottom: 10rem;
    margin-top: 10rem
}

.promotion-bar__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.promotion-bar__text .paragraph {
    color: var(--gray-900);
    font-size: clamp(1.4rem, 5vw, 1.6rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 2rem 0
}

.promotion-bar__image-wrapper {
    position: relative
}

.promotion-bar__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media(max-width:767.98px) {
    .promotion-bar__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7rem 0;
        text-align: center
    }

    .promotion-bar__text .heading {
        font-size: 4.8rem
    }
}

.promotion-section {
    background-color: var(--main)
}

.promotion-section__content {
    padding-bottom: 8rem;
    padding-top: 8rem
}

.promotion-section__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding: 0 5rem;
    text-align: center
}

.promotion-section__text .heading:not(.heading--small) {
    margin: 3rem 0
}

.promotion-section__text .paragraph {
    color: var(--gray);
    margin-bottom: 2rem
}

.promotion-section__text .paragraph a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.promotion-section__text .paragraph a:focus, .promotion-section__text .paragraph a:focus-visible, .promotion-section__text .paragraph a:hover {
    color: var(--white)
}

.promotion-section__text .paragraph span, .promotion-section__text .paragraph strong {
    color: var(--white)
}

.promotion-section__image {
    display: block;
    margin: 4rem auto 0
}

.quote {
    background-color: var(--main);
    overflow: hidden
}

.quote__content {
    padding-bottom: 20rem;
    padding-top: 20rem
}

.quote__text {
    position: relative;
    -webkit-transform: translateY(-7rem);
    -o-transform: translateY(-7rem);
    transform: translateY(-7rem);
    z-index: 200
}

.quote__text .heading {
    color: var(--white);
    line-height: 1;
    position: relative
}

.quote__text .heading:before {
    color: var(--white);
    content: "â€œ";
    font-size: clamp(10rem, 10vw, 12rem);
    left: -9rem;
    line-height: 1;
    position: absolute;
    top: -9rem
}

.quote__text .heading span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.quote__image-wrapper {
    line-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative
}

.quote__image-wrapper:nth-of-type(2) {
    margin-top: -7rem
}

.quote__overlay {
    background-color: var(--main);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.quote__overlay--reverse {
    left: 0;
    right: unset
}

.quote__image {
    border: .2rem solid var(--main);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media(max-width:1279.98px) {
    .quote__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        min-height: 40rem
    }

    .quote__text .heading:before {
        left: 0;
        top: -7rem
    }

    .quote__image-wrapper:nth-of-type(2) .quote__image {
        margin-left: 40%
    }

    .quote__image {
        width: 60%
    }
}

@media(max-width:991.98px) {
    .quote__content {
        padding-bottom: 10rem;
        padding-top: 10rem
    }
}

.showcase {
    background-color: var(--white);
    overflow: hidden
}

.showcase__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 12rem;
    padding-top: 12rem;
    text-align: center
}

.showcase__content .heading {
    color: var(--gray-900)
}

.showcase__content .heading:not(.heading--small) {
    margin: 4rem 0
}

.showcase__content .paragraph {
    color: var(--gray);
    line-height: 1.4;
    margin-bottom: 4rem
}

.showcase__image-wrapper {
    border: 2rem solid var(--gray-900);
    border-radius: 4rem;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 100
}

.showcase__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.showcase__heading {
    color: var(--white);
    font-size: clamp(1.4rem, 1.4vw, 3.6rem);
    font-weight: 700;
    left: 50%;
    line-height: 1.2;
    max-width: 44rem;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100
}

@media(max-width:1599.98px) {
    .showcase__image-wrapper {
        border: 1rem solid var(--gray-900)
    }
}

@media(max-width:575.98px) {
    .showcase__content {
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

@media(min-width:768px)and (max-width:1360px)and (orientation:landscape) {
    .showcase__content {
        padding-bottom: 10rem;
        padding-top: 0
    }
}

@media(max-height:900px) {
    .showcase__image-wrapper {
        border: 1rem solid var(--gray-900)
    }
}

.steps {
    background-color: var(--main)
}

.steps-list__item {
    display: grid;
    gap: 2rem;
    grid-template-columns: 16rem 1fr
}

.steps-list__item:nth-of-type(n+2) {
    margin-top: 4rem
}

.steps-list__item .heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: clamp(1.4rem, 5vw, 1.6rem);
    padding-left: 3rem;
    position: relative
}

.steps-list__item .heading:before {
    background-color: var(--white);
    border-radius: 50%;
    content: "";
    height: 1.4rem;
    left: .7rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.4rem
}

.steps-list__item .paragraph {
    color: var(--gray-300)
}

@media(max-width:767.98px) {
    .steps-list__item {
        grid-template-columns: 1fr
    }

    .steps-list__item .paragraph {
        font-size: 1.4rem;
        padding-left: 3rem
    }
}

.subtitles {
    background-color: var(--main);
    overflow: hidden;
    position: relative
}

.subtitles__gradient {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.subtitles__content {
    padding-bottom: 16rem;
    padding-top: 16rem;
    position: relative;
    z-index: 100
}

.subtitles__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.subtitles__text .heading:not(.heading--small) {
    margin-top: 3rem
}

@media(max-width:767.98px) {
    .subtitles__gradient {
        opacity: .4
    }
}

.subtitles .listing {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 10rem
}

.subtitles .listing__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.subtitles .listing__item .heading {
    font-size: 1.6rem;
    font-weight: 700
}

.subtitles .listing__item .paragraph {
    color: var(--gray);
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 1rem
}

@media(max-width:1279.98px) {
    .subtitles .listing {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width:991.98px) {
    .subtitles .listing {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:575.98px) {
    .subtitles .listing {
        grid-template-columns: repeat(2, 1fr)
    }
}

.testimonials {
    background-color: var(--white)
}

.testimonials.testimonials-partners {
    background-color: var(--main)
}

.testimonials.testimonials-partners .testimonials__content {
    padding-top: 12rem
}

.testimonials.testimonials-partners .testimonials__text .heading, .testimonials.testimonials-partners .testimonials__text .paragraph {
    color: var(--white)
}

.testimonials.testimonials-partners .swiper-container {
    overflow: visible
}

.testimonials__content {
    padding-bottom: 12rem;
    padding-top: 30rem;
    position: relative
}

.testimonials__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-line-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.testimonials__text .heading {
    color: var(--main)
}

.testimonials__text .paragraph {
    color: var(--main);
    font-size: clamp(3.2rem, 3.2vw, 4.8rem);
    font-weight: 700;
    line-height: 1.2;
    margin-top: 3rem
}

.testimonials__slider-outer {
    -webkit-clip-path: polygon(1rem 0, 100vw 0, 100vw 100%, 0 100%);
    clip-path: polygon(1rem 0, 100vw 0, 100vw 100%, 0 100%)
}

.testimonials .swiper-container {
    margin-top: 12rem;
    overflow: hidden
}

@media(max-width:991.98px) {
    .testimonials__content {
        padding-bottom: 8rem;
        padding-top: 20rem
    }
}

.testimonials .persons {
    height: 30rem;
    left: 0;
    position: absolute;
    top: 15rem;
    width: 100%
}

.testimonials .persons__image {
    position: absolute
}

.testimonials .persons__image--1 {
    left: 0;
    top: 30%
}

.testimonials .persons__image--2 {
    left: 28%;
    top: 10%
}

.testimonials .persons__image--3 {
    right: 28%;
    top: 15%
}

.testimonials .persons__image--4 {
    right: 0;
    top: 30%
}

.testimonials .persons__image--5 {
    bottom: 0;
    left: 15%
}

.testimonials .persons__image--6 {
    bottom: 0;
    right: 15%
}

@media(max-width:991.98px) {
    .testimonials .persons {
        height: 40rem;
        top: 0
    }

    .testimonials .persons__image {
        -webkit-transform: scale(.5) !important;
        -o-transform: scale(.5) !important;
        transform: scale(.5) !important
    }
}

.testimonials .slider__item {
    color: var(--main);
    padding: 0 5rem;
    text-align: center
}

.testimonials .slider__item .heading {
    font-size: clamp(1.8rem, 1.8vw, 2rem);
    font-weight: 700
}

.testimonials .slider__item .heading br {
    display: inline-block !important
}

.testimonials .slider__item .heading span {
    font-size: 1.4rem;
    font-weight: 300
}

.testimonials .slider__item .paragraph {
    font-size: clamp(1.6rem, 1.6vw, 2rem);
    font-weight: 300;
    line-height: 1.2
}

.testimonials .slider__item .paragraph--students {
    margin-top: 3rem
}

.testimonials .slider__item--box {
    background: url(/wp-content/themes/arch-viz-artist/dist/images/testimonial-gradient_8c5e1b1876fa2b9ffa84544575fecfab.png) 100%/cover no-repeat;
    background-position: 50%;
    border-radius: 6rem;
    color: var(--white);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 42rem;
    padding: 5rem;
    text-align: left
}

.testimonials .slider__item--box .paragraph {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5
}

.testimonials .slider__item--box .paragraph--signature {
    font-size: 1.3rem;
    font-style: italic;
    margin-top: 3rem;
    text-align: right
}

.testimonials .slider__item--box a {
    color: var(--white);
    font-weight: 700
}

.testimonials .slider__logo {
    margin-bottom: 2rem;
    max-height: 5rem
}

@media(max-width:767.98px) {
    .testimonials .slider__item--box {
        border-radius: 0;
        padding: 3rem
    }
}

@media(max-width:575.98px) {
    .testimonials .slider__item {
        padding: 0
    }

    .testimonials .slider__item--box {
        padding: 3rem
    }
}

.tiles {
    background-color: var(--main);
    overflow: hidden
}

.tiles__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.tiles__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.tiles__text .heading {
    color: var(--white)
}

.tiles__text .heading:not(.heading--small) {
    margin: 3rem 0
}

.tiles__text .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.tiles__text .paragraph a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.tiles__text .paragraph a:focus, .tiles__text .paragraph a:focus-visible, .tiles__text .paragraph a:hover {
    color: var(--white)
}

.tiles__text--steps {
    padding-bottom: 6rem;
    padding-top: 20rem
}

.tiles__text--center {
    padding-bottom: 6rem;
    padding-top: 6rem;
    text-align: center
}

.tiles .listing {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8rem
}

.tiles .listing__item {
    background-color: var(--gray-800);
    border-radius: 5rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%
}

.tiles .listing__item:before {
    background: -webkit-linear-gradient(224deg, #020075 -12%, #ffa25f 112%);
    background: -o-linear-gradient(224deg, #020075 -12%, #ffa25f 112%);
    background: linear-gradient(226deg, #020075 -12%, #ffa25f 112%);
    content: "";
    display: block;
    opacity: 0;
    padding-bottom: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.tiles .listing__item:hover:before {
    opacity: 1
}

.tiles .listing__item:hover .paragraph {
    color: var(--white)
}

.tiles .listing__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    padding: 5rem;
    position: absolute;
    top: 0;
    width: 100%
}

.tiles .listing__inner, .tiles .listing__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.tiles .listing__text {
    margin-top: 4rem
}

.tiles .listing__text .heading {
    color: var(--white);
    font-weight: 700;
    margin: 0 0 2rem;
    text-transform: none
}

.tiles .listing__text .paragraph {
    color: var(--gray);
    font-size: 1.4rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media(max-width:1279.98px) {
    .tiles .listing {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:575.98px) {
    .tiles .listing {
        grid-template-columns: 1fr
    }
}

.wide-content {
    background-color: var(--main);
    overflow: hidden
}

.wide-content__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.wide-content__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.wide-content__text .heading:not(.heading--small) {
    margin: 3rem 0
}

.wide-content__text .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.wide-content__text .paragraph a {
    color: var(--gray);
    font-weight: 700;
    pointer-events: visible;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.wide-content__text .paragraph a:focus, .wide-content__text .paragraph a:focus-visible, .wide-content__text .paragraph a:hover {
    color: var(--white)
}

.wide-content__box {
    border: 2rem solid var(--gray-900);
    border-radius: 4rem;
    height: 0;
    margin-top: 8rem;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    z-index: 100
}

.wide-content__box--movie iframe, .wide-content__image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wide-content__image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.wide-content__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.wide-content__details .heading {
    font-weight: 700;
    margin-bottom: 5rem
}

.wide-content__details .btn {
    height: 4.8rem
}

@media(max-width:767.98px) {
    .wide-content__box {
        border: 1rem solid var(--gray-900)
    }
}

.youtube-charts {
    background-color: var(--gray-900);
    overflow: hidden;
    position: relative
}

.youtube-charts__content {
    min-height: 120rem;
    padding-top: 16rem
}

.youtube-charts__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.youtube-charts__text svg {
    margin-bottom: 3rem
}

.youtube-charts__text .heading:not(.heading--small) {
    margin: 3rem 0
}

.youtube-charts__text .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.youtube-charts__image {
    bottom: 0;
    max-height: 120rem;
    max-width: 100rem;
    position: absolute;
    right: 0
}

@media(max-width:1599.98px) {
    .youtube-charts__image {
        max-width: 70rem
    }
}

@media(max-width:1279.98px) {
    .youtube-charts__image {
        display: none
    }
}

.youtube-charts .listing {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 5rem 0;
    width: 100%
}

.youtube-charts .listing__chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.youtube-charts .listing__chart .heading {
    font-size: clamp(1.4rem, 5vw, 1.6rem);
    text-align: center;
    text-transform: none
}

.youtube-charts .listing__chart-wrapper {
    margin-bottom: 3rem;
    position: relative
}

.youtube-charts .listing__chart-percentage {
    font-size: 1.6rem;
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.youtube-charts .listing svg {
    margin-bottom: 0
}

@media(max-width:767.98px) {
    .youtube-charts .listing {
        grid-template-columns: repeat(2, 1fr)
    }
}

.youtube-examples {
    background-color: var(--main);
    overflow: hidden
}

.youtube-examples__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 16rem;
    padding-top: 16rem;
    text-align: center
}

.youtube-examples__content .heading:not(.heading--small) {
    margin: 3rem 0
}

.youtube-examples__content .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.youtube-graphs {
    background-color: var(--main);
    overflow: hidden
}

.youtube-graphs__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 16rem;
    padding-top: 16rem;
    text-align: center
}

.youtube-graphs__content .heading:not(.heading--small) {
    margin: 3rem 0
}

.youtube-graphs__content .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.youtube-graphs .listing {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8rem;
    width: 100%
}

.youtube-graphs .listing__item>* {
    width: 100%
}

@media(max-width:767.98px) {
    .youtube-graphs .listing {
        grid-template-columns: 1fr
    }
}

.youtube-intro {
    background-color: var(--main);
    overflow: hidden
}

.youtube-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 16rem;
    padding-top: 16rem;
    text-align: center
}

.youtube-intro__content .heading:not(.heading--small) {
    margin: 3rem 0
}

.youtube-intro__content .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.youtube-intro__movie {
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr 60rem 1fr
}

.youtube-intro__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.youtube-intro__col .heading {
    line-height: 1.3;
    margin-bottom: 2.4rem;
    text-transform: none
}

.youtube-intro__col .paragraph {
    color: var(--gray)
}

@media(max-width:1279.98px) {
    .youtube-intro__movie {
        grid-template-columns: 1fr 40rem 1fr
    }
}

@media(max-width:991.98px) {
    .youtube-intro__content {
        padding-bottom: 8rem;
        padding-top: 8rem
    }

    .youtube-intro__movie {
        grid-template-columns: 1fr
    }

    .youtube-intro__col {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10rem;
        text-align: center
    }
}

@media(max-width:767.98px) {
    .youtube-intro__col {
        padding: 0
    }
}

.youtube-intro .movie {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #0f0f0f;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60rem;
    justify-content: center;
    position: relative;
    width: 60rem
}

.youtube-intro .movie__image-wrapper {
    height: 100%;
    width: 100%
}

.youtube-intro .movie__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.youtube-intro .movie__btn {
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    z-index: 100
}

.youtube-intro .movie__btn--is-hidden {
    opacity: 0;
    pointer-events: none
}

.youtube-intro .movie__btn:hover {
    opacity: .9;
    -webkit-transform: translate(-50%, -50%) scale(.95);
    -o-transform: translate(-50%, -50%) scale(.95);
    transform: translate(-50%, -50%) scale(.95)
}

.youtube-intro .movie__iframe {
    background-color: var(--main);
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    -webkit-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    visibility: hidden;
    width: 100%;
    z-index: 100
}

.youtube-intro .movie__iframe--is-active {
    opacity: 1;
    visibility: visible
}

.youtube-intro .movie__iframe iframe {
    aspect-ratio: 1/1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width:1279.98px) {
    .youtube-intro .movie {
        height: 40rem;
        margin: 0 auto;
        width: 40rem
    }
}

@media(max-width:991.98px) {
    .youtube-intro .movie {
        background-color: transparent
    }

    .youtube-intro .movie__btn {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        -o-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }

    .youtube-intro .movie__btn:hover {
        -webkit-transform: translate(-50%, -50%) scale(.75);
        -o-transform: translate(-50%, -50%) scale(.75);
        transform: translate(-50%, -50%) scale(.75)
    }
}

@media(max-width:575.98px) {
    .youtube-intro .movie {
        height: 35rem;
        width: 35rem
    }

    .youtube-intro .movie__btn {
        -webkit-transform: translate(-50%, -50%) scale(.6);
        -o-transform: translate(-50%, -50%) scale(.6);
        transform: translate(-50%, -50%) scale(.6)
    }

    .youtube-intro .movie__btn:hover {
        -webkit-transform: translate(-50%, -50%) scale(.55);
        -o-transform: translate(-50%, -50%) scale(.55);
        transform: translate(-50%, -50%) scale(.55)
    }
}

.youtube-partners {
    background-color: var(--main);
    overflow: hidden
}

.youtube-partners__content {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.youtube-partners__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start
}

.youtube-partners__text .heading:not(.heading--small) {
    font-size: clamp(4.8rem, 7.2vw, 7.2rem);
    margin: 3rem 0
}

.youtube-partners__text .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.youtube-partners__text .btn {
    margin-top: 3rem
}

.youtube-partners .listing {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem
}

.youtube-partners .listing__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 8rem
}

.youtube-partners .listing__logo {
    max-width: 18rem
}

@media(max-width:767.98px) {
    .youtube-partners .listing__item {
        padding-left: 0
    }
}

@media(max-width:575.98px) {
    .youtube-partners .listing {
        gap: 2rem;
        grid-template-columns: 1fr
    }
}

.youtube-slider {
    background-color: var(--main)
}

.youtube-slider__content {
    padding-bottom: 20rem;
    padding-top: 20rem;
    position: relative
}

.youtube-slider__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-line-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    text-align: center
}

.youtube-slider__text .heading {
    color: var(--white)
}

.youtube-slider__text .paragraph {
    color: var(--white);
    font-size: clamp(3.2rem, 3.2vw, 4.8rem);
    font-weight: 700;
    line-height: 1.2;
    margin-top: 3rem
}

.youtube-slider__slider-outer {
    -webkit-clip-path: polygon(1rem 0, 100vw 0, 100vw 100%, 0 100%);
    clip-path: polygon(1rem 0, 100vw 0, 100vw 100%, 0 100%)
}

.youtube-slider__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 2rem;
    margin-top: 5rem
}

.youtube-slider__nav, .youtube-slider__nav .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.youtube-slider__nav .btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: .1rem solid var(--white);
    border-radius: 50%;
    height: 4rem;
    justify-content: center;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 4rem
}

.youtube-slider__nav .btn:nth-of-type(2) {
    margin-left: 2rem
}

.youtube-slider__nav .btn path {
    fill: var(--white)
}

.youtube-slider__nav .btn:focus, .youtube-slider__nav .btn:focus-visible, .youtube-slider__nav .btn:hover {
    opacity: .8
}

.youtube-slider .swiper-container {
    margin-top: 12rem;
    overflow: visible
}

@media(max-width:991.98px) {
    .youtube-slider__content {
        padding-bottom: 8rem;
        padding-top: 20rem
    }
}

.youtube-slider .slider__iframe {
    height: 50rem;
    width: 100%
}

.youtube-statistics {
    background-color: var(--main);
    overflow: hidden
}

.youtube-statistics__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 16rem;
    padding-top: 16rem;
    text-align: center
}

.youtube-statistics__content .heading:not(.heading--small) {
    margin: 3rem 0
}

.youtube-statistics__content .paragraph {
    color: var(--gray);
    max-width: 52rem
}

.youtube-statistics .listing {
    margin-top: 8rem;
    width: 100%
}

.youtube-statistics .listing__item {
    display: grid;
    grid-template-columns: 1fr 52rem
}

.youtube-statistics .listing__item:nth-of-type(n+2) {
    margin-top: 12rem
}

.youtube-statistics .listing__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.youtube-statistics .listing__text .paragraph {
    color: var(--white);
    line-height: 1.2;
    margin-top: 2rem;
    max-width: 100%;
    text-align: left
}

.youtube-statistics .listing__image-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #0f0f0f;
    border-radius: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.youtube-statistics .listing__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:991.98px) {
    .youtube-statistics .listing__item {
        grid-template-columns: repeat(2, 1fr)
    }

    .youtube-statistics .listing__text .paragraph {
        font-size: clamp(2.6rem, 2.6vw, 3.6rem)
    }
}

@media(max-width:767.98px) {
    .youtube-statistics .listing__item {
        gap: 4rem 0;
        grid-template-columns: 1fr
    }
}

.youtube {
    background-color: var(--main);
    overflow: hidden
}

.youtube__image {
    padding-top: 12rem
}

.youtube__image, .youtube__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.youtube__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 12rem;
    position: relative;
    text-align: center;
    z-index: 200
}

.youtube__text .heading {
    color: var(--white);
    margin: 4rem 0
}

.youtube__text .paragraph {
    color: var(--gray);
    line-height: 1.4;
    margin-bottom: 4rem
}

.youtube__mask {
    height: 12rem;
    line-height: 0;
    margin: 0;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNTEyIDM1OSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtMS4wNjU4MWUtMTQsLTc2LjgpIj4KICAgICAgICA8cGF0aCBkPSJNNTAxLjMwMywxMzIuNzY1QzQ5NS40MTYsMTEwLjczNSA0NzguMDY4LDkzLjM4OCA0NTYuMDM4LDg3LjVDNDE2LjEwNiw3Ni44IDI1Niw3Ni44IDI1Niw3Ni44QzI1Niw3Ni44IDk1Ljg5Myw3Ni44IDU1Ljk2MSw4Ny41QzMzLjkzNSw5My4zODggMTYuNTg0LDExMC43MzUgMTAuNjk3LDEzMi43NjVDMCwxNzIuNjkzIDAsMjU2LjAwMyAwLDI1Ni4wMDNDMCwyNTYuMDAzIDAsMzM5LjMxMSAxMC42OTcsMzc5LjIzNUMxNi41ODQsNDAxLjI2NSAzMy45MzUsNDE4LjYxNyA1NS45NjEsNDI0LjUwNEM5NS44OTMsNDM1LjIgMjU2LDQzNS4yIDI1Niw0MzUuMkMyNTYsNDM1LjIgNDE2LjEwNiw0MzUuMiA0NTYuMDM4LDQyNC41MDRDNDc4LjA2OCw0MTguNjE3IDQ5NS40MTYsNDAxLjI2NSA1MDEuMzAzLDM3OS4yMzVDNTExLjk5OSwzMzkuMzExIDUxMS45OTksMjU2LjAwMyA1MTEuOTk5LDI1Ni4wMDNDNTExLjk5OSwyNTYuMDAzIDUxMS45OTksMTcyLjY5MyA1MDEuMzAzLDEzMi43NjVaTTIwNC43OTcsMzMyLjgwNEwyMDQuNzk3LDE3OS4yMDFMMzM3LjgxNiwyNTYuMDAzTDIwNC43OTcsMzMyLjgwNFoiIHN0eWxlPSJmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNTEyIDM1OSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtMS4wNjU4MWUtMTQsLTc2LjgpIj4KICAgICAgICA8cGF0aCBkPSJNNTAxLjMwMywxMzIuNzY1QzQ5NS40MTYsMTEwLjczNSA0NzguMDY4LDkzLjM4OCA0NTYuMDM4LDg3LjVDNDE2LjEwNiw3Ni44IDI1Niw3Ni44IDI1Niw3Ni44QzI1Niw3Ni44IDk1Ljg5Myw3Ni44IDU1Ljk2MSw4Ny41QzMzLjkzNSw5My4zODggMTYuNTg0LDExMC43MzUgMTAuNjk3LDEzMi43NjVDMCwxNzIuNjkzIDAsMjU2LjAwMyAwLDI1Ni4wMDNDMCwyNTYuMDAzIDAsMzM5LjMxMSAxMC42OTcsMzc5LjIzNUMxNi41ODQsNDAxLjI2NSAzMy45MzUsNDE4LjYxNyA1NS45NjEsNDI0LjUwNEM5NS44OTMsNDM1LjIgMjU2LDQzNS4yIDI1Niw0MzUuMkMyNTYsNDM1LjIgNDE2LjEwNiw0MzUuMiA0NTYuMDM4LDQyNC41MDRDNDc4LjA2OCw0MTguNjE3IDQ5NS40MTYsNDAxLjI2NSA1MDEuMzAzLDM3OS4yMzVDNTExLjk5OSwzMzkuMzExIDUxMS45OTksMjU2LjAwMyA1MTEuOTk5LDI1Ni4wMDNDNTExLjk5OSwyNTYuMDAzIDUxMS45OTksMTcyLjY5MyA1MDEuMzAzLDEzMi43NjVaTTIwNC43OTcsMzMyLjgwNEwyMDQuNzk3LDE3OS4yMDFMMzM3LjgxNiwyNTYuMDAzTDIwNC43OTcsMzMyLjgwNFoiIHN0eWxlPSJmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 0;
    width: 21.4rem
}

.youtube__logo {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.youtube .listing {
    padding-bottom: 12rem;
    position: relative;
    z-index: 200
}

.youtube .listing__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.youtube .listing__item:last-of-type {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.youtube .listing__item .heading {
    font-size: clamp(1.4rem, 1.4vw, 2.4rem);
    font-weight: 500;
    margin-bottom: 2rem
}

.youtube .listing__item .paragraph {
    font-size: clamp(10rem, 10vw, 20rem);
    font-weight: 500;
    line-height: 1
}

@media(max-width:767.98px) {
    .youtube .listing__item:nth-of-type(n+2) {
        margin-top: 4rem
    }
}

.youtube-iframe {
    margin-bottom: 8rem
}

.youtube-iframe__code {
    height: 0;
    padding-top: 56.25%;
    position: relative
}

.youtube-iframe__code iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}