.stretched-link::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.button,
button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
}

.cover-bg,
.covered {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.d-flex-cc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text--18,
body {
    font-size: 18px;
    line-height: 1.39;
}

@media only screen and (max-width: 1023px) {

    .text--18,
    body {
        font-size: 16px;
    }
}

.text--171 {
    font-weight: 700;
    font-size: 171px;
    color: #00b0f0;
    line-height: 1;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .text--171 {
        font-size: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .text--171 {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .text--171 {
        font-size: 59px;
    }
}

@media (max-width: 380px) {
    .text--171 {
        font-size: 45px;
    }
}

.text--65 {
    font-weight: 700;
    font-size: 65px;
    color: #001e50;
    line-height: 1.05;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .text--65 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .text--65 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .text--65 {
        font-size: 22px;
    }
}

@media (max-width: 380px) {
    .text--65 {
        font-size: 20px;
    }
}

.text--28 {
    font-size: 28px;
    line-height: 1.33;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .text--28 {
        font-size: 24px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .text--28 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.text--24 {
    font-size: 24px;
    line-height: 1.33;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .text--24 {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .text--24 {
        font-size: 18px;
        line-height: 1.5;
    }
}

.text--21 {
    font-size: 21px;
    line-height: 1.14;
}

.text--16 {
    font-size: 16px;
    line-height: 1.5;
}

.text--14 {
    font-size: 14px;
    line-height: 1.43;
}

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
    background-color: transparent;
}

a:focus-visible {
    outline-offset: 0;
    outline: 2.5px solid #000;
}

.bg-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

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

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

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

body {
    margin: 0;
    text-align: left;
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

a:hover,
a:focus {
    text-decoration: none;
}

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

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

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

pre,
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
}

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

select {
    word-wrap: normal;
    text-transform: none;
}

input {
    overflow: visible;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }

    .text-xs-left {
        text-align: left;
    }

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

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

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

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

    .d-xs-flex {
        display: flex !important;
    }

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

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

    .text-sm-left {
        text-align: left;
    }

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

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

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

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

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

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

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

    .text-md-left {
        text-align: left;
    }

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

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

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

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

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

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

@media (min-width: 1200px) {
    .text-lg-center {
        text-align: center;
    }

    .text-lg-left {
        text-align: left;
    }

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

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

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

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

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

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

@media (min-width: 1439px) {
    .text-xl-center {
        text-align: center;
    }

    .text-xl-left {
        text-align: left;
    }

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

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

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

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

    .d-xl-flex {
        display: flex !important;
    }

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

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.container {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 48px);
    padding: 0;
    width: 100%;
}

.container .container {
    padding: 0 !important;
}

@media only screen and (max-width: 1023px) {
    .container .container {
        max-width: 100%;
    }
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

[class*='col-'] {
    padding-left: 17px;
    padding-right: 17px;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.666667%;
    flex-basis: 16.666667%;
    max-width: 16.666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .container {
        max-width: calc(100% - 48px);
    }

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .container {
        max-width: 976px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .container {
        max-width: 1116px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}



@media only screen and (min-width: 1440px) {
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .container {
        max-width: 1280px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .col-xl {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-xl-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-xl-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-xl-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-xl-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.667%;
    }

    .start-xl {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-xl {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .end-xl {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-xl {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-xl {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-xl {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-xl {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-xl {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-xl {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: calc(100% - 232px);
        padding: 0 8px;
    }
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font: 12px/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)';
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: '';
}

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

@font-face {
    font-family: 'Porsche Next';
    src: url('../fonts/PorscheNext-Regular.woff2') format('woff2'),
        url('../fonts/PorscheNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Porsche Next';
    src: url('../fonts/PorscheNext-SemiBold.woff2') format('woff2'),
        url('../fonts/PorscheNext-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Porsche Next';
    src: url('../fonts/PorscheNext-Bold.woff2') format('woff2'),
        url('../fonts/PorscheNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.cover-bg {
    background-size: cover;
    background-position: center center;
}

.cover-bg img {
    display: none;
}

.covered {
    max-height: inherit;
}

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

.bg--blue {
    background-color: #000;
    color: #fff;
}

.bg--blue .title {
    color: inherit;
}

.bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.text--bd {
    font-weight: 700;
}

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

.stretched-link::before {
    z-index: 3;
}

.p-relative {
    position: relative;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.pad-0 {
    padding: 0;
}

.f-auto {
    flex: auto;
    display: flex;
    flex-direction: column;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

body {
    color: #fff;
    font-family: "Porsche Next", sans-serif;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
    body.is-open-menu {
        overflow: hidden;
    }
}

.noselect,
.noselect * {
    user-select: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, border 0.3s ease;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
}

h1 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h5 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

:focus {
    outline: none;
}

img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}

figure img {
    margin: 0;
}

.sc-general {
    position: relative;
    width: 100%;
}

form select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input:invalid {
    outline: none;
}

textarea::-ms-clear,
input::-ms-clear {
    display: none;
}

hr {
    border: 0;
    height: 1px;
}

blockquote {
    margin: 0;
}

main {
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.container-fluid {
    width: 100%;
    padding: 0 54px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .container-fluid {
        padding: 0;
        max-width: 702px;
    }
}

@media only screen and (max-width: 767px) {
    .container-fluid {
        max-width: calc(100% - 68px);
    }
}

.btn {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding: 8px 36px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    border: 1px solid currentColor;
    font-family: "Porsche Next", sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

@media only screen and (max-width: 1023px) {
    .btn {
        min-height: 1px;
        padding: 8px 22px;
        min-width: 162px;
    }
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.bg-white .btn {
    border-color: #000;
    color: #000;
}

.btn i,
.btn span {
    position: relative;
    z-index: 4;
}

.btn .icon {
    margin-left: 15px;
    opacity: 0.5;
}

.btn .icon::before {
    background-color: #fff;
}

.btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.bg-white .btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.btn:hover i::before {
    background-color: #001e50;
}

.btn:focus-visible {
    background-color: #fff;
    color: #001e50;
    box-shadow: none;
    border-color: #001e50;
}

.btn:focus-visible i::before {
    background-color: #001e50;
}

.btn--icon {
    text-align: left;
    justify-content: space-between;
    padding: 8px 22px;
}

@media only screen and (max-width: 767px) {
    .btn--icon {
        padding: 8px 18px;
    }
}

.checkbox {
    user-select: none;
    font-size: 12px;
    line-height: 1.1;
}

.checkbox__label {
    position: relative;
    padding-left: 24px;
    width: 100%;
    cursor: pointer;
    margin: 0;
    display: block;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 767px) {
    .checkbox__label {
        padding-left: 30px;
    }
}

.checkbox__label::before,
.checkbox__label::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}

.checkbox__label::before {
    border: 1px solid #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox__label::after {
    height: 10px;
    width: 10px;
    top: 1px;
    left: 1px;
    background-color: #D5001C;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.checkbox input:checked~label::before {
    border-color: #fff;
}

.checkbox input:checked~label::after {
    opacity: 1;
    transform: scale(1);
}

.checkbox.hide-label {
    width: 12px;
    height: 12px;
}

.checkbox.is-validation-failed .checkbox__label {
    color: #ff3636;
}

.checkbox.is-validation-failed .checkbox__label::before {
    border-color: #ff3636;
}

.icon::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.icon {
    display: block;
    position: relative;
}

.icon::before {
    background-color: var(--icon-color, #001e50);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.3s ease;
}

.icon-arrow-right,
.icon-arrow-left {
    width: 10px;
    height: 10px;
}

.icon-arrow-right::before,
.icon-arrow-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10.2px' height='9px' viewBox='0 0 10.2 9' style='enable-background:new 0 0 10.2 9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000;%7D .st1%7Bfill:none;stroke:%23000;stroke-linecap:square;%7D%0A%3C/style%3E%3Cg transform='translate(10.200000, 10.800000)'%3E%3Cpolyline class='st0' points='-4.9,-10.4 -0.7,-6.3 -4.9,-2.1 '/%3E%3Cline class='st1' x1='-1.2' y1='-6.3' x2='-10.2' y2='-6.3'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10.2px' height='9px' viewBox='0 0 10.2 9' style='enable-background:new 0 0 10.2 9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000;%7D .st1%7Bfill:none;stroke:%23000;stroke-linecap:square;%7D%0A%3C/style%3E%3Cg transform='translate(10.200000, 10.800000)'%3E%3Cpolyline class='st0' points='-4.9,-10.4 -0.7,-6.3 -4.9,-2.1 '/%3E%3Cline class='st1' x1='-1.2' y1='-6.3' x2='-10.2' y2='-6.3'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-chevron-right,
.icon-chevron-left {
    width: 8px;
    height: 12px;
}

.icon-chevron-right::before,
.icon-chevron-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.534' height='12.413' viewBox='0 0 8.534 12.413'%3E%3Cpath id='Icon_open-chevron-bottom' data-name='Icon open-chevron-bottom' d='M2.327,0,0,2.327,6.206,8.534l6.206-6.206L10.085,0,6.206,3.879Z' transform='translate(0 12.413) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.534' height='12.413' viewBox='0 0 8.534 12.413'%3E%3Cpath id='Icon_open-chevron-bottom' data-name='Icon open-chevron-bottom' d='M2.327,0,0,2.327,6.206,8.534l6.206-6.206L10.085,0,6.206,3.879Z' transform='translate(0 12.413) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.icon-chevron-up,
.icon-chevron-down {
    width: 12px;
    height: 6px;
}

.icon-chevron-up:before,
.icon-chevron-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.295' height='5.541' viewBox='0 0 12.295 5.541'%3E%3Cpath id='arrow-head-right' d='M14.412,11.645,9.557,5.5l-.682.607,4.38,5.54-4.38,5.54.681.607,4.855-6.142.005,0h0Z' transform='translate(17.795 -8.875) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.295' height='5.541' viewBox='0 0 12.295 5.541'%3E%3Cpath id='arrow-head-right' d='M14.412,11.645,9.557,5.5l-.682.607,4.38,5.54-4.38,5.54.681.607,4.855-6.142.005,0h0Z' transform='translate(17.795 -8.875) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.icon-chevron-up:before,
.icon-chevron-left:before,
.icon-arrow-left:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.icon-play {
    width: 112px;
    height: 124px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .icon-play {
        width: 80px;
        height: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .icon-play {
        width: 58px;
        height: 64px;
    }
}

.icon-play:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='111.126' height='123.214' viewBox='0 0 111.126 123.214'%3E%3Cdefs%3E%3Cfilter id='Path_11' x='0' y='0' width='111.126' height='123.214' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.533'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_11)'%3E%3Cpath id='Path_11-2' data-name='Path 11' d='M896,751.707l-54.071-31.217-23.1-13.335c-6.214-3.587-11.3-.652-11.3,6.523v89.1c0,7.176,5.084,10.111,11.3,6.523l23.1-13.335L896,764.753C902.212,761.165,902.212,755.294,896,751.707Z' transform='translate(-798.53 -699.62)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='111.126' height='123.214' viewBox='0 0 111.126 123.214'%3E%3Cdefs%3E%3Cfilter id='Path_11' x='0' y='0' width='111.126' height='123.214' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.533'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_11)'%3E%3Cpath id='Path_11-2' data-name='Path 11' d='M896,751.707l-54.071-31.217-23.1-13.335c-6.214-3.587-11.3-.652-11.3,6.523v89.1c0,7.176,5.084,10.111,11.3,6.523l23.1-13.335L896,764.753C902.212,761.165,902.212,755.294,896,751.707Z' transform='translate(-798.53 -699.62)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-info {
    width: 18px;
    height: 18px;
}

.icon-info:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'%3E%3Cg enable-background='new '%3E%3Cpath fill='%23FFFFFF' d='M8,13.3c0-0.3,0.1-0.5,0.2-0.6s0.3-0.2,0.6-0.2c0.3,0,0.5,0.1,0.6,0.2c0.1,0.2,0.2,0.4,0.2,0.6 c0,0.3-0.1,0.5-0.2,0.6c-0.1,0.2-0.3,0.2-0.6,0.2c-0.2,0-0.4-0.1-0.6-0.2S8,13.6,8,13.3z M9.2,11.1H8.5L8.3,6.9V4.5h1.2v2.4 L9.2,11.1z'/%3E%3C/g%3E%3Ccircle fill='none' cx='9' cy='9' r='9'/%3E%3Ccircle fill='none' stroke='%23FFFFFF' cx='9' cy='9' r='8.5'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'%3E%3Cg enable-background='new '%3E%3Cpath fill='%23FFFFFF' d='M8,13.3c0-0.3,0.1-0.5,0.2-0.6s0.3-0.2,0.6-0.2c0.3,0,0.5,0.1,0.6,0.2c0.1,0.2,0.2,0.4,0.2,0.6 c0,0.3-0.1,0.5-0.2,0.6c-0.1,0.2-0.3,0.2-0.6,0.2c-0.2,0-0.4-0.1-0.6-0.2S8,13.6,8,13.3z M9.2,11.1H8.5L8.3,6.9V4.5h1.2v2.4 L9.2,11.1z'/%3E%3C/g%3E%3Ccircle fill='none' cx='9' cy='9' r='9'/%3E%3Ccircle fill='none' stroke='%23FFFFFF' cx='9' cy='9' r='8.5'/%3E%3C/svg%3E%0A");
}

.mod-input {
    width: 100%;
    font-size: 16px;
    max-width: 346px;
    position: relative;
}

.mod-input__label {
    margin-bottom: 2px;
}

.mod-input__inner {
    position: relative;
}

.mod-input__inner::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 22px;
    height: 16px;
    right: 0;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, -50%);
    transition: opacity 0.3s ease;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.515' height='16.749' viewBox='0 0 21.515 16.749'%3E%3Cpath d='M785.365,400.573l5.511,5.879,11.763-12.44' transform='translate(-783.244 -391.892)' fill='none' stroke='%2300b0f0' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}

.mod-input__field {
    position: relative;
    width: 100%;
    height: 38px;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    z-index: 1;
    padding: 0;
    border: 0;
    color: inherit;
    border-bottom: 1px solid currentColor;
    transition: border-color 0.3s ease;
    font-weight: 400;
    font-family: "Porsche Next", sans-serif;
}

.is-validation-failed .mod-input__field,
.mod-input__field.is-validation-failed {
    color: #ff3636;
}

.mod-input__field::placeholder {
    color: inherit;
    opacity: 1;
}

.mod-input__field:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

.mod-input__field::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

.mod-input textarea {
    resize: none;
    height: 200px;
}

@media only screen and (max-width: 767px) {
    .mod-input textarea {
        height: 160px;
    }
}

.mod-input__info-text {
    position: absolute;
    top: calc(100% + 2px);
    color: #D5001C;
    font-size: 13px;
    line-height: 1.2;
}

.is-validation-failed .mod-input__info-text {
    display: none;
}

.mod-input.is-disabled {
    pointer-events: none;
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.05);
}

.mod-input.is-validation-passed .mod-input__inner {
    color: #00b0f0;
}

.mod-input.is-validation-passed .mod-input__inner::after {
    opacity: 1;
}

.mod-input.is-validation-failed .mod-input__inner {
    color: #ff3636;
}

.validation-message {
    display: none;
    color: #ff3636;
    font-size: 14px;
    padding-top: 4px;
    position: absolute;
    top: 100%;
}

.is-validation-failed .validation-message {
    display: block;
}

.link {
    font-size: 16px;
    line-height: 1.5;
}

.link {
    color: #00b0f0;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #00b0f0;
    transition: width 0.3s ease;
}

.link:hover::after {
    width: 100%;
}

.link i:before {
    background-color: #00b0f0;
}

.link--external {
    text-transform: initial;
    font-size: 18px;
    line-height: 1.44;
}

@media only screen and (max-width: 1023px) {
    .link--external {
        font-size: 16px;
    }
}

.link--external span {
    padding-right: 12px;
}

.link--external i {
    position: relative;
    top: -2px;
}

.margin {
    display: block;
    width: 100%;
}

.margin--200 {
    height: 200px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .margin--200 {
        height: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin--200 {
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .margin--200 {
        height: 80px;
    }
}

.margin--176 {
    height: 176px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .margin--176 {
        height: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin--176 {
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .margin--176 {
        height: 60px;
    }
}

.margin--160 {
    height: 160px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .margin--160 {
        height: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin--160 {
        height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .margin--160 {
        height: 40px;
    }
}

.margin--120 {
    height: 120px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .margin--120 {
        height: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin--120 {
        height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 40px;
    }
}

.margin--100 {
    height: 100px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .margin--100 {
        height: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin--100 {
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .margin--100 {
        height: 32px;
    }
}

.margin--80 {
    height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin--80 {
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .margin--80 {
        height: 32px;
    }
}

.margin--70 {
    height: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin--70 {
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .margin--70 {
        height: 32px;
    }
}

.margin--60 {
    height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin--60 {
        height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .margin--60 {
        height: 24px;
    }
}

.margin--50 {
    height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin--50 {
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .margin--50 {
        height: 32px;
    }
}

.margin--40 {
    height: 40px;
}

@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 24px;
    }
}

.margin--32 {
    height: 32px;
}

@media only screen and (max-width: 767px) {
    .margin--32 {
        height: 24px;
    }
}

.margin--24 {
    height: 24px;
}

@media only screen and (max-width: 767px) {
    .margin--24 {
        height: 20px;
    }
}

.margin--20 {
    height: 20px;
}

.margin--16 {
    height: 16px;
}

.margin--12 {
    height: 12px;
}

.margin--8 {
    height: 8px;
}

.dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 346px;
    user-select: none;
}

.dropdown__title {
    margin-bottom: 8px;
}

.dropdown__placeholder {
    position: relative;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid currentColor;
}

.dropdown__placeholder__icon {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown__placeholder .icon {
    transition: transform 0.3s ease;
}

.dropdown__placeholder .icon::before {
    background-color: currentColor;
}

.dropdown__placeholder-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown__list {
    z-index: 21;
    left: 0;
    width: 100%;
    display: none;
}

.dropdown__list ul {
    padding: 18px 0 0;
    list-style: none;
}

.dropdown__list-option {
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding-right: 30px;
    transition: color 0.3s ease;
}

.dropdown__list-option::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid currentColor;
    border-radius: 100%;
    transition: border 0.3s ease, background-color 0.3s ease;
}

.dropdown__list-item+.dropdown__list-item {
    margin-top: 4px;
}

.dropdown__list input:not([type='submit']):not(.input-field__input) {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.dropdown__list input:not([type='submit']):not(.input-field__input):focus+.dropdown__list-option::after,
.dropdown__list input:not([type='submit']):not(.input-field__input):checked+.dropdown__list-option::after {
    background-color: #D5001C;
}

.dropdown.is-open .icon {
    transform: scaleY(-1);
}

.dropdown.is-open .dropdown__list {
    display: block;
}

.dropdown.is-validation-failed {
    color: #ff3636;
}

.image-aspect__bg,
.image-aspect>*,
.image-aspect--cover {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.image-aspect {
    position: relative;
    overflow: hidden;
}

.image-aspect::before {
    content: '';
    display: block;
    position: relative;
    height: 0;
    width: 100%;
}

.image-aspect img {
    width: 100%;
    height: 100%;
}

.image-aspect__bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-aspect__bg[style*='background-image']>img {
    position: absolute;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    width: 0;
    height: 0;
}

.image-aspect figure {
    margin: 0;
}

.image-aspect picture {
    width: 100%;
    height: auto;
}

.image-aspect--16-9::before {
    padding-bottom: 56.25%;
}

.image-aspect--16-6::before {
    padding-bottom: 37.5%;
}

.image-aspect--16-11::before {
    padding-bottom: 68.75%;
}

.image-aspect--6-7::before {
    padding-bottom: 116.66%;
}

.image-aspect--cover {
    position: absolute;
}

.image-aspect--cover::before {
    display: none;
}

.title--h1,
.title--h2,
.title--h3,
.title--h4,
.title--h5,
.title--h6 {
    color: #fff;
    font-weight: 600;
    font-family: "Porsche Next", sans-serif;
}

.title--h1 {
    font-size: 73px;
    font-weight: 400;
    line-height: 1.05;
}

@media only screen and (max-width: 1199px) {
    .title--h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 40px;
    }
}

.title--h2 {
    font-size: 48px;
    line-height: 1.17;
}

@media only screen and (max-width: 1199px) {
    .title--h2 {
        font-size: 42px;
        line-height: normal;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .title--h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 28px;
        line-height: 1.06;
    }
}

.title--h3 {
    font-size: 48px;
    line-height: 1.15;
}

@media only screen and (max-width: 1199px) {
    .title--h3 {
        font-size: 38px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .title--h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .title--h3 {
        font-size: 26px;
        line-height: 1.42;
    }
}

.title--h4 {
    font-size: 21px;
    line-height: 1.25;
}

@media (max-width: 1023px) {
    .title--h4 {
        font-size: 18px;
    }
}

.title--h5 {
    font-size: 20px;
    line-height: 1.33;
}

.title--h6 {
    font-size: 16px;
    line-height: 1.5;
}

.radio-button {
    user-select: none;
    font-size: 16px;
    min-width: 70px;
}

.radio-button__label {
    position: relative;
    padding: 4px 16px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid currentColor;
    cursor: pointer;
    margin: 0;
    text-align: center;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Porsche Next", sans-serif;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.radio-button__label:hover {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}

.radio-button input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.radio-button input:focus~label,
.radio-button input:checked~label {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.radio-button input:focus~label {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.is-validation-failed .radio-button .radio-button__label,
.radio-button.is-validation-failed .radio-button__label {
    border-color: #ff3636;
    color: #ff3636;
}

.cta {
    padding: 136px 0;
    text-align: center;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .cta {
        padding: 110px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cta {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cta {
        padding: 70px 0;
    }
}

.cta .btn {
    margin-top: 68px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cta .btn {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .cta .btn {
        margin-top: 32px;
    }
}

.sc-cta {
    z-index: 3;
}

.car-model-list {
    display: grid;
    grid-gap: 120px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .car-model-list {
        grid-gap: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .car-model-list {
        grid-gap: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .car-model-list {
        grid-gap: 42px;
    }
}

.confirmation-screen {
    position: relative;
}

.confirmation-screen__top {
    display: flex;
    align-items: center;
    min-height: 380px;
    padding: 112px 0 20px;
}

.confirmation-screen__header {
    min-height: 380px;
    display: flex;
    flex-direction: column;
}

.confirmation-screen__header .container {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.confirmation-screen__header-content {
    display: flex;
    flex-direction: column;
    flex: auto;
    justify-content: center;
    padding-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .confirmation-screen__top {
        min-height: 300px;
        padding: 100px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .confirmation-screen__top {
        min-height: 226px;
        padding: 88px 0 20px;
    }

    .confirmation-screen__header {
        min-height: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .confirmation-screen__top .title {
        font-size: 32px;
        line-height: 1.06;
    }

    .confirmation-screen__middle {
        padding: 34px 0;
    }
}

.bg-white {
    background: #fff;
    color: #000;
}

.confirmation-screen__middle {
    padding: 84px 0;
}

.confirmation-screen__bottom {
    min-height: 300px;
    flex: auto;
    position: relative;
    background-color: #fff;
}

.confirmation-screen__bottom-inner {
    padding: 36px 0 30px;
}

.confirmation-screen__bottom .mod-map {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.confirmation-screen__middle .btn {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .confirmation-screen__bottom-inner {
        padding: 20px 0;
    }
}

.confirmation-screen .editor-text strong {
    color: #D5001C;
}

.confirmation-screen .editor-text p+p {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .confirmation-screen .editor-text p+p {
        margin-top: 30px;
    }

    .confirmation-screen__middle {
        padding: 40px 0;
    }

    .confirmation-screen__middle .btn {
        margin-top: 0;
    }
}

.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    font-weight: 700;
    font-family: "Porsche Next", sans-serif;
}

.editor-text h1 {
    font-size: 55px;
    line-height: 1.05;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .editor-text h1 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .editor-text h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 32px;
    }
}

.editor-text h2 {
    font-size: 60px;
    line-height: 1.17;
}

@media only screen and (max-width: 1199px) {
    .editor-text h2 {
        font-size: 50px;
        line-height: normal;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .editor-text h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 32px;
        line-height: 1.06;
    }
}

.editor-text h3 {
    font-size: 48px;
    line-height: 1.15;
}

@media only screen and (max-width: 1199px) {
    .editor-text h3 {
        font-size: 38px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .editor-text h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .editor-text h3 {
        font-size: 26px;
        line-height: 1.42;
    }
}

.editor-text h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

@media only screen and (max-width: 1199px) {
    .editor-text h4 {
        font-size: 28px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .editor-text h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .editor-text h4 {
        font-size: 26px;
        line-height: 1.15;
    }
}

.editor-text h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
}

@media only screen and (max-width: 1023px) {
    .editor-text h5 {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 767px) {
    .editor-text h5 {
        font-size: 18px;
    }
}

.editor-text h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.editor-text ol li:before {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
    background-color: transparent;
}

.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}

.editor-text h1 {
    margin-bottom: 22px;
}

*+.editor-text h1 {
    margin-top: 40px;
}

.editor-text h1:first-child {
    margin-top: 0;
}

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

.editor-text h2 {
    margin-bottom: 22px;
}

*+.editor-text h2 {
    margin-top: 40px;
}

.editor-text h2:first-child {
    margin-top: 0;
}

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

.editor-text h3 {
    margin-bottom: 22px;
}

*+.editor-text h3 {
    margin-top: 40px;
}

.editor-text h3:first-child {
    margin-top: 0;
}

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

.editor-text h4 {
    margin-bottom: 22px;
}

*+.editor-text h4 {
    margin-top: 40px;
}

.editor-text h4:first-child {
    margin-top: 0;
}

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

.editor-text h5 {
    margin-bottom: 22px;
}

*+.editor-text h5 {
    margin-top: 40px;
}

.editor-text h5:first-child {
    margin-top: 0;
}

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

.editor-text h6 {
    margin-bottom: 22px;
}

*+.editor-text h6 {
    margin-top: 40px;
}

.editor-text h6:first-child {
    margin-top: 0;
}

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

.editor-text h6 {
    font-size: 18px;
}

.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
    margin: 28px 0;
}

.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text img:first-child,
.editor-text figure:first-child,
.editor-text table:first-child {
    margin-top: 0;
}

.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text img:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
    margin-bottom: 0;
}

.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text img a,
.editor-text figure a,
.editor-text table a {
    color: #001e50;
}

.editor-text p a:hover,
.editor-text ul a:hover,
.editor-text ol a:hover,
.editor-text img a:hover,
.editor-text figure a:hover,
.editor-text table a:hover {
    text-decoration: underline;
}

.editor-text figure img {
    margin: 0;
}

.editor-text ul,
.editor-text ol {
    list-style: none;
    margin-bottom: 38px;
}

.editor-text ul li,
.editor-text ol li {
    position: relative;
}

.editor-text ul li+li,
.editor-text ol li+li {
    margin-top: 16px;
}

.editor-text ul li {
    padding-left: 40px;
}

.editor-text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #001e50;
    top: 10px;
}

.editor-text ol {
    counter-reset: ol_text_counter;
}

.editor-text ol li {
    padding-left: 1.75em;
    counter-increment: ol_text_counter;
}

.editor-text ol li:before {
    content: counter(ol_text_counter) ".";
    font-size: inherit;
    position: absolute;
    left: 0;
    color: #001e50;
}

.editor-text table {
    border: 1px solid;
    width: 100%;
}

.editor-text table tr {
    border-bottom: 1px solid;
}

.editor-text table th,
.editor-text table td {
    padding: 0.5em;
}

.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
    border-left: 1px solid;
}

.editor-text blockquote p {
    margin: 0 !important;
}

.mod-form {
    padding-bottom: 100px;
}

.mod-form__close {
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 9;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    padding: 0 0 4px;
    border: 1px solid #fff;
}

@media only screen and (max-width: 1023px) {
    .mod-form__close {
        top: 12px;
    }


    .mod-form {
        padding-bottom: 60px;
    }
}

.mod-form__logo {
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .mod-form__logo img {
        max-width: 214px;
    }

    .mod-form {
        padding-bottom: 40px;
    }
}

.mod-form__left {
    justify-content: center;
    max-width: calc(100% - 376px);
}

.mod-form__info-text {
    margin-top: 42px;
    display: grid;
    grid-template-columns: 18px 1fr;
    grid-gap: 12px;
    line-height: 1.43;
}

.mod-form__left-inner {
    max-width: 645px;
}

@media (max-width: 1023px) {
    .mod-form__left {
        max-width: calc(100% - 48px);
    }
}

@media only screen and (max-width: 767px) {
    .mod-form__info-text {
        margin-top: 28px;
    }
}

.mod-form__row {
    margin-top: 32px;
    display: grid;
    grid-gap: 16px 36px;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
    .mod-form__row {
        grid-gap: 16px 34px;
        margin-top: 26px;
    }
}

.mod-form__col {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .mod-form__col {
        grid-column: span 2;
    }
}

.mod-form__col-span-2 {
    grid-column: span 2;
}

.mod-form__col-title {
    padding: 0;
    font-weight: 600;
    margin-top: 32px;
}

.mod-form__button {
    margin-top: 42px;
}

.mod-form__footer {
    padding: 16px 54px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .mod-form__footer {
        padding: 16px 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .mod-form__footer {
        padding: 15px 0;
    }
}

@media only screen and (min-width: 1024px) {
    .mod-form__footer .container {
        padding: 0;
        max-width: 100%;
    }
}

.mod-form__footer br {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mod-form__footer br {
        display: block;
    }
}

.mod-form__footer a:hover {
    text-decoration: underline;
    color: #001e50;
}

.mod-form .checkbox {
    grid-column: span 2;
    margin-top: 28px;
}

.mod-form .checkbox+.checkbox {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .mod-form .checkbox {
        margin-top: 10px;
    }
}

.mod-form .radio-button-list {
    margin-top: 8px;
}

.mod-form .mod-input {
    max-width: 100%;
}

.mod-form .validation-message {
    padding-top: 2px;
}


.footer-main {
    position: relative;
    width: 100%;
    color: #000;
    padding: 16px 54px;
    z-index: 3;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .footer-main {
        padding: 16px 30px 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer-main {
        padding: 14px 0 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-main .container {
        padding: 0;
        max-width: 100%;
    }
}

.footer-main__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .footer-main__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer-main__contact-info {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .footer-main__contact-info {
        margin: 0;
    }
}

.footer-main__contact-info li {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .footer-main__contact-info li {
        display: block;
    }
}

.footer-main__contact-info li:not(:last-child) {
    margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .footer-main__contact-info li:not(:last-child) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-main__contact-info li:not(:last-child) {
        margin: 0;
    }
}

.footer-main a:hover {
    color: #00b0f0;
}

.intro-screen__header {
    position: relative;
    padding: 80px 0 24px;
    min-height: 422px;
    display: flex;
    flex-direction: column;
}


.intro-screen__header .container {
    position: relative;
    z-index: 3;
    flex: auto;
    flex-direction: column;
    gap: 8px;
    display: flex;
}

.intro-screen__header-content {
    display: flex;
    flex-direction: column;
    flex: auto;
    justify-content: center;
    gap: 12px;
}

.intro-screen .mod-input {
    max-width: 346px;
    margin-top: 32px;
}

@media only screen and (max-width: 767px) {
    .intro-screen .mod-input {
        margin-top: 34px;
    }

    .intro-screen__header {
        padding: 40px 0 24px;
    }

    .intro-screen__logo {
        display: block;
        max-width: 160px;
    }
}

.intro-screen .mod-input__field {
    font-size: 25px;
    height: 44px;
}

.intro-screen .mod-input.is-validation-failed .mod-input__field {
    color: #ff3636;
    border-color: #ff3636;
}

.intro-screen__button {
    margin-top: 42px;
}

.intro-screen__body {
    padding: 85px 0;
}

.intro-screen__body .editor-text {
    max-width: 730px;
    line-height: 1.5;
}

.intro-screen__body .container {
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .intro-screen__button {
        margin-top: 40px;
    }

    .intro-screen__body {
        padding: 50px 0;
    }
}

.intro-screen__footer {
    padding: 16px 54px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .intro-screen__footer {
        padding: 16px 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .intro-screen__footer {
        padding: 15px 0;
    }
}

@media only screen and (min-width: 1024px) {
    .intro-screen__footer .container {
        padding: 0;
        max-width: 100%;
    }
}

.intro-screen__footer br {
    display: none;
}

@media only screen and (max-width: 767px) {
    .intro-screen__footer br {
        display: block;
    }

    .intro-screen__header {
        min-height: 250px;
    }

    .intro-screen__header-content {
        gap: 4px;
    }
}

.intro-screen__footer a:hover {
    text-decoration: underline;
    color: #001e50;
}

.intro-screen__info-text {
    margin-top: 30px;
}

.join-us {
    text-align: center;
    font-family: "Porsche Next", sans-serif;
    padding: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-us .editor-text {
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .join-us .margin--60 {
        height: 35px;
    }
}

.landing {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 114px 0 94px;
}

@media only screen and (max-width: 1023px) {
    .landing {
        padding: 180px 0 110px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .landing {
        padding: 100px 0 20px;
    }
}

@media (max-width: 380px) {
    .landing {
        padding: 100px 0 60px;
    }
}

.landing__title {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 2;
}

.landing__content {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 90px;
}

.landing .btn {
    margin-top: 40px;
}

.landing__bg-top {
    z-index: 1;
}

.landing__bg-bottom {
    z-index: 5;
}

.landing__bg-mobile {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .landing__bg-mobile {
        display: block;
        z-index: 2;
    }
}

@media only screen and (max-width: 767px) {
    .landing .title {
        max-width: 164px;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

.sc-landing {
    height: 100vh;
}

.paragraph {
    text-align: center;
    margin-bottom: 104px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .paragraph {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 1023px) {
    .paragraph {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .paragraph {
        text-align: left;
        margin-bottom: 50px;
    }
}

.sc-paragraph {
    padding-top: 106px;
    background-color: #fff;
    z-index: 3;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .sc-paragraph {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1023px) {
    .sc-paragraph {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .sc-paragraph {
        padding-top: 40px;
    }
}

.mobile-hamburger {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
}

.header-main {
    width: 100%;
    z-index: 100;
}

.section-header__logo,
.header-main__logo {
    display: inline-block;
    max-width: 200px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .header-main__logo {
        max-width: 160px;
    }
}

.header-main__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main--white {
    color: #fff;
}

.mobile-hamburger {
    position: relative;
    cursor: pointer;
    z-index: 9;
    width: 26px;
}

.mobile-hamburger .bars {
    background-color: currentColor;
    height: 1px;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.mobile-hamburger .bars:last-child {
    margin-bottom: 0;
}

.is-open-menu .mobile-hamburger .bars:first-child {
    transform: translateY(7px) rotate(225deg);
    -webkit-transform: translateY(7px) rotate(225deg);
}

.is-open-menu .mobile-hamburger .bars:nth-child(2) {
    transform: scale(0);
    -webkit-transform: scale(0);
}

.is-open-menu .mobile-hamburger .bars:last-child {
    transform: translateY(-7px) rotate(315deg);
    -webkit-transform: translateY(-7px) rotate(315deg);
}

.video-screen__skip-btn {
    font-size: 16px;
    line-height: 1.5;
}

.video-screen {
    position: relative;
    padding: 0 0 38px;
}

.video-screen__video {
    display: flex;
    flex: auto;
    position: relative;
}

.video-screen__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media only screen and (max-width: 1023px) {
    .video-screen__video {
        height: 0;
        position: relative;
        padding-bottom: 56.25%;
        margin-top: 0;
        flex: initial;
        margin-bottom: 80px;
    }
}

.video-screen__video-poster {
    transition: opacity 0.3s ease;
    z-index: 9;
}

.is-playing .video-screen__video-poster {
    opacity: 0;
    pointer-events: none;
}

.video-screen__video-play-btn {
    pointer-events: all;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.is-playing .video-screen__video-play-btn {
    opacity: 0;
    pointer-events: none;
}

.video-screen__video-play-btn i {
    transition: transform 0.3s ease;
}

.video-screen__video video {
    object-fit: contain;
}

.video-screen__video:hover .video-screen__video-play-btn i {
    transform: scale(1.1);
}

.video-screen__skip-btn {
    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 24px;
    font-family: "Porsche Next", sans-serif;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px 14px 36px;
    background-color: rgba(0, 0, 0, 0.45);
    transition: background-color 0.3s ease;
    border-radius: 40px 0 0 40px;
    font-weight: 700;
}

@media only screen and (max-width: 1023px) {
    .video-screen__skip-btn {
        bottom: -10px;
        padding: 14px 0;
        transform: translate(0, 100%);
    }
}

.video-screen__skip-btn:hover {
    background-color: #000;
}

.video-screen__skip-btn i {
    margin-left: 12px;
    position: relative;
    top: 2px;
}

.car-model .title {
    font-weight: 700;
    font-size: 81px;
    color: #001e50;
    line-height: 1.06;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .car-model .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .car-model .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .car-model .title {
        font-size: 32px;
    }
}

@media (max-width: 380px) {
    .car-model .title {
        font-size: 28px;
    }
}

.car-model {
    overflow: hidden;
    width: 100%;
    display: grid;
    grid-template-columns: 81.5% 10%;
    grid-gap: 52px;
    align-items: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .car-model {
        grid-gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .car-model {
        grid-template-columns: 83% 10%;
        grid-gap: 16px;
    }
}

.car-model__image {
    position: relative;
    height: 0;
    padding-bottom: 58%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .car-model__image {
        padding-bottom: 90%;
    }
}

.car-model__title {
    position: relative;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    display: flex;
}

.car-model--reverse {
    grid-template-columns: 10% 81.5%;
    justify-content: flex-end;
}

@media only screen and (min-width: 1200px) {
    .car-model--reverse {
        grid-gap: 62px;
    }
}

@media only screen and (max-width: 767px) {
    .car-model--reverse {
        grid-template-columns: 10% 83%;
        grid-gap: 24px;
    }
}

@media (max-width: 380px) {
    .car-model--reverse {
        grid-gap: 16px;
    }
}

.car-model--reverse .car-model__title {
    order: -1;
    align-items: flex-end;
}

.tabs {
    margin-bottom: 120px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .tabs {
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .tabs {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .tabs {
        margin-bottom: 42px;
    }
}

.tabs__nav {
    font-family: "Porsche Next", sans-serif;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 2px solid #001e50;
}

.tabs__nav-link {
    display: block;
    height: 100%;
    width: 100%;
    padding: 26px 78px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .tabs__nav-link {
        padding: 18px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .tabs__nav-link {
        padding: 12px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .tabs__nav-link {
        padding: 12px;
        font-size: 20px;
    }
}

.tabs__nav-link.is-active {
    color: #fff;
    background-color: #001e50;
}

.tabs__nav-link:not(.is-active):hover {
    background-color: rgba(196, 196, 196, 0.2);
}

.tabs-content {
    width: 100%;
    display: none;
}

.tabs-content.is-active {
    display: block;
}

.sc-tabs {
    background-color: #fff;
    z-index: 3;
}

.video video,
.video__container {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.video {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    color: #fff;
    background-color: #000;
}

.video__wrapper {
    width: 100%;
}

.video__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

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

.video__play-button {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    width: 80px;
    height: 80px;
    background-color: #001e50;
    padding-left: 5px;
    border-radius: 100%;
}

@media only screen and (max-width: 767px) {
    .video__play-button {
        width: 50px;
        height: 50px;
    }
}

.video__play-button i {
    width: 30px;
    height: 30px;
}

.video:hover .video__play-button {
    opacity: 0.4;
    transform: scale(1.3);
}

.video .hide-on-play {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.is-playing .video .hide-on-play {
    opacity: 0;
    pointer-events: none;
}

.video video,
.video__container {
    pointer-events: auto;
}

.mod-map {
    position: relative;
    height: 400px;
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .mod-map {
        height: 250px;
    }
}

.mod-map__init {
    pointer-events: all;
}

.car-info {
    max-width: 642px;
    width: 100%;
    margin: 112px auto 144px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .car-info {
        max-width: 542px;
        margin: 80px auto 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .car-info {
        max-width: 500px;
        margin: 75px auto 44px;
    }
}

@media only screen and (max-width: 767px) {
    .car-info {
        margin: 58px auto 44px;
    }
}

.car-info__list {
    text-transform: uppercase;
    font-family: "Porsche Next", sans-serif;
    margin-left: 24px;
}

@media only screen and (max-width: 1199px) {
    .car-info__list {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .car-info__list {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .car-info__list {
        max-width: 202px;
    }
}

.car-info__list-item {
    display: grid;
    grid-template-columns: 20% 72%;
    grid-gap: 48px;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .car-info__list-item {
        grid-gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .car-info__list-item {
        grid-gap: 18px;
    }
}

.car-info__text {
    padding: 120px 0 0 122px;
    border-left: 2px solid #001e50;
    margin: 50px 0 0 74px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .car-info__text {
        margin-left: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .car-info__text {
        padding: 60px 0 0 82px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .car-info__text {
        padding: 0 34px;
        margin: 50px 0 0 0;
        text-align: center;
        border: 0;
        line-height: 1.25;
    }
}

.menu {
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .menu {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 8;
        left: 0;
        width: 100%;
        overflow: auto;
        background-color: #001e50;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        padding: 70px 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .is-open-menu .menu {
        opacity: 1;
        pointer-events: all;
    }
}

.menu ul {
    font-size: 0;
    line-height: 0;
}

.menu__item {
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .menu__item {
        width: 100%;
    }
}

.menu__item:not(:first-child) {
    margin-left: 52px;
}

@media only screen and (max-width: 1023px) {
    .menu__item:not(:first-child) {
        margin-left: 0;
    }
}

.menu__item.is-active>.menu__link,
.menu__item:hover>.menu__link {
    color: #00b0f0;
}

.menu__link {
    display: block;
    position: relative;
    line-height: normal;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 1023px) {
    .menu__link {
        padding: 12px 20px;
        font-size: 22px;
    }
}

.image-text {
    width: 100%;
    margin-bottom: 22px;
}

@media only screen and (max-width: 1023px) {
    .image-text {
        margin-bottom: 44px;
    }
}

.image-text__image {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 60px;
    background-color: #c4c4c4;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .image-text__image {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .image-text__image {
        margin-bottom: 26px;
    }
}

.image-text__image .video__wrapper,
.image-text__image .video {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.image-text__text {
    padding: 16px 0 30px 26px;
}

@media only screen and (max-width: 1199px) {
    .image-text__text {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .image-text__text {
        padding-bottom: 0;
    }
}

.image-text__title {
    min-height: 150px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .image-text__title {
        min-height: 120px;
    }
}

@media only screen and (max-width: 1023px) {
    .image-text__title {
        min-height: 1px;
    }
}


@media only screen and (max-width: 767px) {
    .radio-button-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 360px) {
    .radio-button-list {
        flex-direction: column;
        align-items: flex-start;
    }
}

.radio-button-list__title {
    margin-bottom: 6px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .radio-button-list__title {
        margin: 0 46px 0 0;
    }
}

@media (max-width: 360px) {
    .radio-button-list__title {
        margin: 0 0 10px;
    }
}

.radio-button-list__inner {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 16px;
}

.bg-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-main,
.section-header {
    padding: 80px 0 56px;
}


@media only screen and (max-width: 767px) {

    .header-main,
    .section-header {
        padding: 40px 0;
    }

    .header-main__logo,
    .section-header__logo {
        display: block;
        max-width: 160px;
    }
}

#screen-5 footer {
    display: flex;
}