@font-face {
    font-family: "GTZ";
    src: url("../fonts/NewPanamSkyline-Regular-WebTrial.eot");
    src: url("../fonts/NewPanamSkyline-Regular-WebTrial.eot") format("embedded-opentype"), url("../fonts/NewPanamSkyline-Regular-WebTrial.woff2") format("woff2"), url("../fonts/NewPanamSkyline-Regular-WebTrial.woff") format("woff"), url("../fonts/NewPanamSkyline-Regular-WebTrial.ttf") format("truetype"),
        url("../fonts/NewPanamSkyline-Regular-WebTrial.svg#GTZ") format("svg");
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
}
@font-face {
    font-family: "GTZ";
    src: url("../fonts/NewPanamSkyline-RegularItalic-WebTrial.eot");
    src: url("../fonts/NewPanamSkyline-RegularItalic-WebTrial.eot") format("embedded-opentype"), url("../fonts/NewPanamSkyline-RegularItalic-WebTrial.woff2") format("woff2"), url("../fonts/NewPanamSkyline-RegularItalic-WebTrial.woff") format("woff"), url("../fonts/NewPanamSkyline-RegularItalic-WebTrial.ttf") format("truetype"),
        url("../fonts/NewPanamSkyline-RegularItalic-WebTrial.svg#GTZ") format("svg");
    font-weight: 400;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: "D";
    src: url("../fonts/DomaineDispRegular.eot");
    src: url("../fonts/DomaineDispRegular.eot") format("embedded-opentype"), url("../fonts/DomaineDispRegular.woff2") format("woff2"), url("../fonts/DomaineDispRegular.woff") format("woff"),
        url("../fonts/DomaineDispRegular.ttf") format("truetype"), url("../fonts/DomaineDispRegular.svg#D") format("svg");
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
div[class*="col-"] {
    display: block;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
div[class*="col-"] .grid {
    width: 100%;
}
div[class*="col-"] div[class*="col-"]:first-child {
    padding-left: 0;
}
div[class*="col-"] div[class*="col-"]:last-child {
    padding-right: 0;
}
div[class*="col-"].block {
    display: block;
}
.container,
.container-fluid {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 95px;
}
@media (max-width: 1023px) {
    .container,
    .container-fluid {
        padding: 0 25px;
    }
}
[class*="visible-"] {
    display: none;
}
[class*="hidden-"] {
    display: block;
}
.grid div.col-24-xs {
    -webkit-flex-grow: 24;
    -ms-flex-positive: 24;
    flex-grow: 24;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.grid div.col-23-xs {
    -webkit-flex-grow: 23;
    -ms-flex-positive: 23;
    flex-grow: 23;
    -webkit-flex-basis: 95.83333%;
    -ms-flex-preferred-size: 95.83333%;
    flex-basis: 95.83333%;
    max-width: 95.83333%;
}
.grid div.col-22-xs {
    -webkit-flex-grow: 22;
    -ms-flex-positive: 22;
    flex-grow: 22;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
.grid div.col-21-xs {
    -webkit-flex-grow: 21;
    -ms-flex-positive: 21;
    flex-grow: 21;
    -webkit-flex-basis: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
}
.grid div.col-20-xs {
    -webkit-flex-grow: 20;
    -ms-flex-positive: 20;
    flex-grow: 20;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}
.grid div.col-19-xs {
    -webkit-flex-grow: 19;
    -ms-flex-positive: 19;
    flex-grow: 19;
    -webkit-flex-basis: 79.16667%;
    -ms-flex-preferred-size: 79.16667%;
    flex-basis: 79.16667%;
    max-width: 79.16667%;
}
.grid div.col-18-xs {
    -webkit-flex-grow: 18;
    -ms-flex-positive: 18;
    flex-grow: 18;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.grid div.col-17-xs {
    -webkit-flex-grow: 17;
    -ms-flex-positive: 17;
    flex-grow: 17;
    -webkit-flex-basis: 70.83333%;
    -ms-flex-preferred-size: 70.83333%;
    flex-basis: 70.83333%;
    max-width: 70.83333%;
}
.grid div.col-16-xs {
    -webkit-flex-grow: 16;
    -ms-flex-positive: 16;
    flex-grow: 16;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
.grid div.col-15-xs {
    -webkit-flex-grow: 15;
    -ms-flex-positive: 15;
    flex-grow: 15;
    -webkit-flex-basis: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
}
.grid div.col-14-xs {
    -webkit-flex-grow: 14;
    -ms-flex-positive: 14;
    flex-grow: 14;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}
.grid div.col-13-xs {
    -webkit-flex-grow: 13;
    -ms-flex-positive: 13;
    flex-grow: 13;
    -webkit-flex-basis: 54.16667%;
    -ms-flex-preferred-size: 54.16667%;
    flex-basis: 54.16667%;
    max-width: 54.16667%;
}
.grid div.col-12-xs {
    -webkit-flex-grow: 12;
    -ms-flex-positive: 12;
    flex-grow: 12;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.grid div.col-11-xs {
    -webkit-flex-grow: 11;
    -ms-flex-positive: 11;
    flex-grow: 11;
    -webkit-flex-basis: 45.83333%;
    -ms-flex-preferred-size: 45.83333%;
    flex-basis: 45.83333%;
    max-width: 45.83333%;
}
.grid div.col-10-xs {
    -webkit-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
.grid div.col-9-xs {
    -webkit-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9;
    -webkit-flex-basis: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
}
.grid div.col-8-xs {
    -webkit-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
.grid div.col-7-xs {
    -webkit-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7;
    -webkit-flex-basis: 29.16667%;
    -ms-flex-preferred-size: 29.16667%;
    flex-basis: 29.16667%;
    max-width: 29.16667%;
}
.grid div.col-6-xs {
    -webkit-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.grid div.col-5-xs {
    -webkit-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    -webkit-flex-basis: 20.83333%;
    -ms-flex-preferred-size: 20.83333%;
    flex-basis: 20.83333%;
    max-width: 20.83333%;
}
.grid div.col-4-xs {
    -webkit-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
.grid div.col-3-xs {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
}
.grid div.col-2-xs {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
.grid div.col-1-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 4.16667%;
    -ms-flex-preferred-size: 4.16667%;
    flex-basis: 4.16667%;
    max-width: 4.16667%;
}
.grid div.order-24-xs {
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24;
}
.grid div.order-23-xs {
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23;
}
.grid div.order-22-xs {
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22;
}
.grid div.order-21-xs {
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21;
}
.grid div.order-20-xs {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
}
.grid div.order-19-xs {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
}
.grid div.order-18-xs {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
}
.grid div.order-17-xs {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
}
.grid div.order-16-xs {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
}
.grid div.order-15-xs {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}
.grid div.order-14-xs {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
}
.grid div.order-13-xs {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.grid div.order-12-xs {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.grid div.order-11-xs {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.grid div.order-10-xs {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.grid div.order-9-xs {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.grid div.order-8-xs {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.grid div.order-7-xs {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.grid div.order-6-xs {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.grid div.order-5-xs {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.grid div.order-4-xs {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.grid div.order-3-xs {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.grid div.order-2-xs {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.grid div.order-1-xs {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.hcenter-xs {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hspace-between-xs {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hstart-xs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.hend-xs {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.vstart-xs {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.vend-xs {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.vcenter-xs {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.vstretch-xs {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.vcenter-self-xs {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.vright-self-xs {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.visible-xs {
    display: block;
}
.visible-xs.table {
    display: table;
}
.hidden-xs {
    display: none;
}
@media all and (min-width: 480px) {
    .container {
        max-width: 480px;
    }
    .grid div.col-24-m {
        -webkit-flex-grow: 24;
        -ms-flex-positive: 24;
        flex-grow: 24;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .grid div.col-23-m {
        -webkit-flex-grow: 23;
        -ms-flex-positive: 23;
        flex-grow: 23;
        -webkit-flex-basis: 95.83333%;
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    .grid div.col-22-m {
        -webkit-flex-grow: 22;
        -ms-flex-positive: 22;
        flex-grow: 22;
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .grid div.col-21-m {
        -webkit-flex-grow: 21;
        -ms-flex-positive: 21;
        flex-grow: 21;
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    .grid div.col-20-m {
        -webkit-flex-grow: 20;
        -ms-flex-positive: 20;
        flex-grow: 20;
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .grid div.col-19-m {
        -webkit-flex-grow: 19;
        -ms-flex-positive: 19;
        flex-grow: 19;
        -webkit-flex-basis: 79.16667%;
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    .grid div.col-18-m {
        -webkit-flex-grow: 18;
        -ms-flex-positive: 18;
        flex-grow: 18;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .grid div.col-17-m {
        -webkit-flex-grow: 17;
        -ms-flex-positive: 17;
        flex-grow: 17;
        -webkit-flex-basis: 70.83333%;
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    .grid div.col-16-m {
        -webkit-flex-grow: 16;
        -ms-flex-positive: 16;
        flex-grow: 16;
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .grid div.col-15-m {
        -webkit-flex-grow: 15;
        -ms-flex-positive: 15;
        flex-grow: 15;
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    .grid div.col-14-m {
        -webkit-flex-grow: 14;
        -ms-flex-positive: 14;
        flex-grow: 14;
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .grid div.col-13-m {
        -webkit-flex-grow: 13;
        -ms-flex-positive: 13;
        flex-grow: 13;
        -webkit-flex-basis: 54.16667%;
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    .grid div.col-12-m {
        -webkit-flex-grow: 12;
        -ms-flex-positive: 12;
        flex-grow: 12;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .grid div.col-11-m {
        -webkit-flex-grow: 11;
        -ms-flex-positive: 11;
        flex-grow: 11;
        -webkit-flex-basis: 45.83333%;
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    .grid div.col-10-m {
        -webkit-flex-grow: 10;
        -ms-flex-positive: 10;
        flex-grow: 10;
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .grid div.col-9-m {
        -webkit-flex-grow: 9;
        -ms-flex-positive: 9;
        flex-grow: 9;
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    .grid div.col-8-m {
        -webkit-flex-grow: 8;
        -ms-flex-positive: 8;
        flex-grow: 8;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .grid div.col-7-m {
        -webkit-flex-grow: 7;
        -ms-flex-positive: 7;
        flex-grow: 7;
        -webkit-flex-basis: 29.16667%;
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    .grid div.col-6-m {
        -webkit-flex-grow: 6;
        -ms-flex-positive: 6;
        flex-grow: 6;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .grid div.col-5-m {
        -webkit-flex-grow: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -webkit-flex-basis: 20.83333%;
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    .grid div.col-4-m {
        -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
        flex-grow: 4;
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .grid div.col-3-m {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    .grid div.col-2-m {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .grid div.col-1-m {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 4.16667%;
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    .grid div.order-24-m {
        -webkit-order: 24;
        -ms-flex-order: 24;
        order: 24;
    }
    .grid div.order-23-m {
        -webkit-order: 23;
        -ms-flex-order: 23;
        order: 23;
    }
    .grid div.order-22-m {
        -webkit-order: 22;
        -ms-flex-order: 22;
        order: 22;
    }
    .grid div.order-21-m {
        -webkit-order: 21;
        -ms-flex-order: 21;
        order: 21;
    }
    .grid div.order-20-m {
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20;
    }
    .grid div.order-19-m {
        -webkit-order: 19;
        -ms-flex-order: 19;
        order: 19;
    }
    .grid div.order-18-m {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18;
    }
    .grid div.order-17-m {
        -webkit-order: 17;
        -ms-flex-order: 17;
        order: 17;
    }
    .grid div.order-16-m {
        -webkit-order: 16;
        -ms-flex-order: 16;
        order: 16;
    }
    .grid div.order-15-m {
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15;
    }
    .grid div.order-14-m {
        -webkit-order: 14;
        -ms-flex-order: 14;
        order: 14;
    }
    .grid div.order-13-m {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .grid div.order-12-m {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .grid div.order-11-m {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .grid div.order-10-m {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .grid div.order-9-m {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .grid div.order-8-m {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .grid div.order-7-m {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .grid div.order-6-m {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .grid div.order-5-m {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .grid div.order-4-m {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .grid div.order-3-m {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .grid div.order-2-m {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .grid div.order-1-m {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .hcenter-m {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hspace-between-m {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .hstart-m {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .hend-m {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .vstart-m {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .vend-m {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .vcenter-m {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
    .vstretch-m {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .vcenter-self-m {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .vright-self-m {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .visible-m {
        display: block;
    }
    .visible-m.table {
        display: table;
    }
    .hidden-m {
        display: none;
    }
}
@media all and (min-width: 768px) {
    .container {
        max-width: 768px;
    }
    .grid div.col-24-sm {
        -webkit-flex-grow: 24;
        -ms-flex-positive: 24;
        flex-grow: 24;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .grid div.col-23-sm {
        -webkit-flex-grow: 23;
        -ms-flex-positive: 23;
        flex-grow: 23;
        -webkit-flex-basis: 95.83333%;
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    .grid div.col-22-sm {
        -webkit-flex-grow: 22;
        -ms-flex-positive: 22;
        flex-grow: 22;
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .grid div.col-21-sm {
        -webkit-flex-grow: 21;
        -ms-flex-positive: 21;
        flex-grow: 21;
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    .grid div.col-20-sm {
        -webkit-flex-grow: 20;
        -ms-flex-positive: 20;
        flex-grow: 20;
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .grid div.col-19-sm {
        -webkit-flex-grow: 19;
        -ms-flex-positive: 19;
        flex-grow: 19;
        -webkit-flex-basis: 79.16667%;
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    .grid div.col-18-sm {
        -webkit-flex-grow: 18;
        -ms-flex-positive: 18;
        flex-grow: 18;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .grid div.col-17-sm {
        -webkit-flex-grow: 17;
        -ms-flex-positive: 17;
        flex-grow: 17;
        -webkit-flex-basis: 70.83333%;
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    .grid div.col-16-sm {
        -webkit-flex-grow: 16;
        -ms-flex-positive: 16;
        flex-grow: 16;
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .grid div.col-15-sm {
        -webkit-flex-grow: 15;
        -ms-flex-positive: 15;
        flex-grow: 15;
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    .grid div.col-14-sm {
        -webkit-flex-grow: 14;
        -ms-flex-positive: 14;
        flex-grow: 14;
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .grid div.col-13-sm {
        -webkit-flex-grow: 13;
        -ms-flex-positive: 13;
        flex-grow: 13;
        -webkit-flex-basis: 54.16667%;
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    .grid div.col-12-sm {
        -webkit-flex-grow: 12;
        -ms-flex-positive: 12;
        flex-grow: 12;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .grid div.col-11-sm {
        -webkit-flex-grow: 11;
        -ms-flex-positive: 11;
        flex-grow: 11;
        -webkit-flex-basis: 45.83333%;
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    .grid div.col-10-sm {
        -webkit-flex-grow: 10;
        -ms-flex-positive: 10;
        flex-grow: 10;
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .grid div.col-9-sm {
        -webkit-flex-grow: 9;
        -ms-flex-positive: 9;
        flex-grow: 9;
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    .grid div.col-8-sm {
        -webkit-flex-grow: 8;
        -ms-flex-positive: 8;
        flex-grow: 8;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .grid div.col-7-sm {
        -webkit-flex-grow: 7;
        -ms-flex-positive: 7;
        flex-grow: 7;
        -webkit-flex-basis: 29.16667%;
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    .grid div.col-6-sm {
        -webkit-flex-grow: 6;
        -ms-flex-positive: 6;
        flex-grow: 6;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .grid div.col-5-sm {
        -webkit-flex-grow: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -webkit-flex-basis: 20.83333%;
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    .grid div.col-4-sm {
        -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
        flex-grow: 4;
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .grid div.col-3-sm {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    .grid div.col-2-sm {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .grid div.col-1-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 4.16667%;
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    .grid div.order-24-sm {
        -webkit-order: 24;
        -ms-flex-order: 24;
        order: 24;
    }
    .grid div.order-23-sm {
        -webkit-order: 23;
        -ms-flex-order: 23;
        order: 23;
    }
    .grid div.order-22-sm {
        -webkit-order: 22;
        -ms-flex-order: 22;
        order: 22;
    }
    .grid div.order-21-sm {
        -webkit-order: 21;
        -ms-flex-order: 21;
        order: 21;
    }
    .grid div.order-20-sm {
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20;
    }
    .grid div.order-19-sm {
        -webkit-order: 19;
        -ms-flex-order: 19;
        order: 19;
    }
    .grid div.order-18-sm {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18;
    }
    .grid div.order-17-sm {
        -webkit-order: 17;
        -ms-flex-order: 17;
        order: 17;
    }
    .grid div.order-16-sm {
        -webkit-order: 16;
        -ms-flex-order: 16;
        order: 16;
    }
    .grid div.order-15-sm {
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15;
    }
    .grid div.order-14-sm {
        -webkit-order: 14;
        -ms-flex-order: 14;
        order: 14;
    }
    .grid div.order-13-sm {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .grid div.order-12-sm {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .grid div.order-11-sm {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .grid div.order-10-sm {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .grid div.order-9-sm {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .grid div.order-8-sm {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .grid div.order-7-sm {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .grid div.order-6-sm {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .grid div.order-5-sm {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .grid div.order-4-sm {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .grid div.order-3-sm {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .grid div.order-2-sm {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .grid div.order-1-sm {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .hcenter-sm {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hspace-between-sm {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .hstart-sm {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .hend-sm {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .vstart-sm {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .vend-sm {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .vcenter-sm {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
    .vstretch-sm {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .vcenter-self-sm {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .vright-self-sm {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .visible-sm {
        display: block;
    }
    .visible-sm.table {
        display: table;
    }
    .hidden-sm {
        display: none;
    }
}
@media all and (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
    .grid div.col-24-md {
        -webkit-flex-grow: 24;
        -ms-flex-positive: 24;
        flex-grow: 24;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .grid div.col-23-md {
        -webkit-flex-grow: 23;
        -ms-flex-positive: 23;
        flex-grow: 23;
        -webkit-flex-basis: 95.83333%;
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    .grid div.col-22-md {
        -webkit-flex-grow: 22;
        -ms-flex-positive: 22;
        flex-grow: 22;
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .grid div.col-21-md {
        -webkit-flex-grow: 21;
        -ms-flex-positive: 21;
        flex-grow: 21;
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    .grid div.col-20-md {
        -webkit-flex-grow: 20;
        -ms-flex-positive: 20;
        flex-grow: 20;
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .grid div.col-19-md {
        -webkit-flex-grow: 19;
        -ms-flex-positive: 19;
        flex-grow: 19;
        -webkit-flex-basis: 79.16667%;
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    .grid div.col-18-md {
        -webkit-flex-grow: 18;
        -ms-flex-positive: 18;
        flex-grow: 18;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .grid div.col-17-md {
        -webkit-flex-grow: 17;
        -ms-flex-positive: 17;
        flex-grow: 17;
        -webkit-flex-basis: 70.83333%;
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    .grid div.col-16-md {
        -webkit-flex-grow: 16;
        -ms-flex-positive: 16;
        flex-grow: 16;
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .grid div.col-15-md {
        -webkit-flex-grow: 15;
        -ms-flex-positive: 15;
        flex-grow: 15;
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    .grid div.col-14-md {
        -webkit-flex-grow: 14;
        -ms-flex-positive: 14;
        flex-grow: 14;
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .grid div.col-13-md {
        -webkit-flex-grow: 13;
        -ms-flex-positive: 13;
        flex-grow: 13;
        -webkit-flex-basis: 54.16667%;
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    .grid div.col-12-md {
        -webkit-flex-grow: 12;
        -ms-flex-positive: 12;
        flex-grow: 12;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .grid div.col-11-md {
        -webkit-flex-grow: 11;
        -ms-flex-positive: 11;
        flex-grow: 11;
        -webkit-flex-basis: 45.83333%;
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    .grid div.col-10-md {
        -webkit-flex-grow: 10;
        -ms-flex-positive: 10;
        flex-grow: 10;
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .grid div.col-9-md {
        -webkit-flex-grow: 9;
        -ms-flex-positive: 9;
        flex-grow: 9;
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    .grid div.col-8-md {
        -webkit-flex-grow: 8;
        -ms-flex-positive: 8;
        flex-grow: 8;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .grid div.col-7-md {
        -webkit-flex-grow: 7;
        -ms-flex-positive: 7;
        flex-grow: 7;
        -webkit-flex-basis: 29.16667%;
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    .grid div.col-6-md {
        -webkit-flex-grow: 6;
        -ms-flex-positive: 6;
        flex-grow: 6;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .grid div.col-5-md {
        -webkit-flex-grow: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -webkit-flex-basis: 20.83333%;
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    .grid div.col-4-md {
        -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
        flex-grow: 4;
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .grid div.col-3-md {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    .grid div.col-2-md {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .grid div.col-1-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 4.16667%;
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    .grid div.order-24-md {
        -webkit-order: 24;
        -ms-flex-order: 24;
        order: 24;
    }
    .grid div.order-23-md {
        -webkit-order: 23;
        -ms-flex-order: 23;
        order: 23;
    }
    .grid div.order-22-md {
        -webkit-order: 22;
        -ms-flex-order: 22;
        order: 22;
    }
    .grid div.order-21-md {
        -webkit-order: 21;
        -ms-flex-order: 21;
        order: 21;
    }
    .grid div.order-20-md {
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20;
    }
    .grid div.order-19-md {
        -webkit-order: 19;
        -ms-flex-order: 19;
        order: 19;
    }
    .grid div.order-18-md {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18;
    }
    .grid div.order-17-md {
        -webkit-order: 17;
        -ms-flex-order: 17;
        order: 17;
    }
    .grid div.order-16-md {
        -webkit-order: 16;
        -ms-flex-order: 16;
        order: 16;
    }
    .grid div.order-15-md {
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15;
    }
    .grid div.order-14-md {
        -webkit-order: 14;
        -ms-flex-order: 14;
        order: 14;
    }
    .grid div.order-13-md {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .grid div.order-12-md {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .grid div.order-11-md {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .grid div.order-10-md {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .grid div.order-9-md {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .grid div.order-8-md {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .grid div.order-7-md {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .grid div.order-6-md {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .grid div.order-5-md {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .grid div.order-4-md {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .grid div.order-3-md {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .grid div.order-2-md {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .grid div.order-1-md {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .hcenter-md {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hspace-between-md {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .hstart-md {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .hend-md {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .vstart-md {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .vend-md {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .vcenter-md {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
    .vstretch-md {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .vcenter-self-md {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .vright-self-md {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .visible-md {
        display: block;
    }
    .visible-md.table {
        display: table;
    }
    .hidden-md {
        display: none;
    }
}
@media all and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .grid div.col-24-lg {
        -webkit-flex-grow: 24;
        -ms-flex-positive: 24;
        flex-grow: 24;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .grid div.col-23-lg {
        -webkit-flex-grow: 23;
        -ms-flex-positive: 23;
        flex-grow: 23;
        -webkit-flex-basis: 95.83333%;
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    .grid div.col-22-lg {
        -webkit-flex-grow: 22;
        -ms-flex-positive: 22;
        flex-grow: 22;
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .grid div.col-21-lg {
        -webkit-flex-grow: 21;
        -ms-flex-positive: 21;
        flex-grow: 21;
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    .grid div.col-20-lg {
        -webkit-flex-grow: 20;
        -ms-flex-positive: 20;
        flex-grow: 20;
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .grid div.col-19-lg {
        -webkit-flex-grow: 19;
        -ms-flex-positive: 19;
        flex-grow: 19;
        -webkit-flex-basis: 79.16667%;
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    .grid div.col-18-lg {
        -webkit-flex-grow: 18;
        -ms-flex-positive: 18;
        flex-grow: 18;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .grid div.col-17-lg {
        -webkit-flex-grow: 17;
        -ms-flex-positive: 17;
        flex-grow: 17;
        -webkit-flex-basis: 70.83333%;
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    .grid div.col-16-lg {
        -webkit-flex-grow: 16;
        -ms-flex-positive: 16;
        flex-grow: 16;
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .grid div.col-15-lg {
        -webkit-flex-grow: 15;
        -ms-flex-positive: 15;
        flex-grow: 15;
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    .grid div.col-14-lg {
        -webkit-flex-grow: 14;
        -ms-flex-positive: 14;
        flex-grow: 14;
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .grid div.col-13-lg {
        -webkit-flex-grow: 13;
        -ms-flex-positive: 13;
        flex-grow: 13;
        -webkit-flex-basis: 54.16667%;
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    .grid div.col-12-lg {
        -webkit-flex-grow: 12;
        -ms-flex-positive: 12;
        flex-grow: 12;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .grid div.col-11-lg {
        -webkit-flex-grow: 11;
        -ms-flex-positive: 11;
        flex-grow: 11;
        -webkit-flex-basis: 45.83333%;
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    .grid div.col-10-lg {
        -webkit-flex-grow: 10;
        -ms-flex-positive: 10;
        flex-grow: 10;
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .grid div.col-9-lg {
        -webkit-flex-grow: 9;
        -ms-flex-positive: 9;
        flex-grow: 9;
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    .grid div.col-8-lg {
        -webkit-flex-grow: 8;
        -ms-flex-positive: 8;
        flex-grow: 8;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .grid div.col-7-lg {
        -webkit-flex-grow: 7;
        -ms-flex-positive: 7;
        flex-grow: 7;
        -webkit-flex-basis: 29.16667%;
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    .grid div.col-6-lg {
        -webkit-flex-grow: 6;
        -ms-flex-positive: 6;
        flex-grow: 6;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .grid div.col-5-lg {
        -webkit-flex-grow: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -webkit-flex-basis: 20.83333%;
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    .grid div.col-4-lg {
        -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
        flex-grow: 4;
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .grid div.col-3-lg {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    .grid div.col-2-lg {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .grid div.col-1-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 4.16667%;
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    .grid div.order-24-lg {
        -webkit-order: 24;
        -ms-flex-order: 24;
        order: 24;
    }
    .grid div.order-23-lg {
        -webkit-order: 23;
        -ms-flex-order: 23;
        order: 23;
    }
    .grid div.order-22-lg {
        -webkit-order: 22;
        -ms-flex-order: 22;
        order: 22;
    }
    .grid div.order-21-lg {
        -webkit-order: 21;
        -ms-flex-order: 21;
        order: 21;
    }
    .grid div.order-20-lg {
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20;
    }
    .grid div.order-19-lg {
        -webkit-order: 19;
        -ms-flex-order: 19;
        order: 19;
    }
    .grid div.order-18-lg {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18;
    }
    .grid div.order-17-lg {
        -webkit-order: 17;
        -ms-flex-order: 17;
        order: 17;
    }
    .grid div.order-16-lg {
        -webkit-order: 16;
        -ms-flex-order: 16;
        order: 16;
    }
    .grid div.order-15-lg {
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15;
    }
    .grid div.order-14-lg {
        -webkit-order: 14;
        -ms-flex-order: 14;
        order: 14;
    }
    .grid div.order-13-lg {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .grid div.order-12-lg {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .grid div.order-11-lg {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .grid div.order-10-lg {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .grid div.order-9-lg {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .grid div.order-8-lg {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .grid div.order-7-lg {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .grid div.order-6-lg {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .grid div.order-5-lg {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .grid div.order-4-lg {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .grid div.order-3-lg {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .grid div.order-2-lg {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .grid div.order-1-lg {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .hcenter-lg {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hspace-between-lg {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .hstart-lg {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .hend-lg {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .vstart-lg {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .vend-lg {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .vcenter-lg {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
    .vstretch-lg {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .vcenter-self-lg {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .vright-self-lg {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .visible-lg {
        display: block;
    }
    .visible-lg.table {
        display: table;
    }
    .hidden-lg {
        display: none;
    }
}
@media all and (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
    .grid div.col-24-xlg {
        -webkit-flex-grow: 24;
        -ms-flex-positive: 24;
        flex-grow: 24;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .grid div.col-23-xlg {
        -webkit-flex-grow: 23;
        -ms-flex-positive: 23;
        flex-grow: 23;
        -webkit-flex-basis: 95.83333%;
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    .grid div.col-22-xlg {
        -webkit-flex-grow: 22;
        -ms-flex-positive: 22;
        flex-grow: 22;
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .grid div.col-21-xlg {
        -webkit-flex-grow: 21;
        -ms-flex-positive: 21;
        flex-grow: 21;
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    .grid div.col-20-xlg {
        -webkit-flex-grow: 20;
        -ms-flex-positive: 20;
        flex-grow: 20;
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .grid div.col-19-xlg {
        -webkit-flex-grow: 19;
        -ms-flex-positive: 19;
        flex-grow: 19;
        -webkit-flex-basis: 79.16667%;
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    .grid div.col-18-xlg {
        -webkit-flex-grow: 18;
        -ms-flex-positive: 18;
        flex-grow: 18;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .grid div.col-17-xlg {
        -webkit-flex-grow: 17;
        -ms-flex-positive: 17;
        flex-grow: 17;
        -webkit-flex-basis: 70.83333%;
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    .grid div.col-16-xlg {
        -webkit-flex-grow: 16;
        -ms-flex-positive: 16;
        flex-grow: 16;
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .grid div.col-15-xlg {
        -webkit-flex-grow: 15;
        -ms-flex-positive: 15;
        flex-grow: 15;
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    .grid div.col-14-xlg {
        -webkit-flex-grow: 14;
        -ms-flex-positive: 14;
        flex-grow: 14;
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .grid div.col-13-xlg {
        -webkit-flex-grow: 13;
        -ms-flex-positive: 13;
        flex-grow: 13;
        -webkit-flex-basis: 54.16667%;
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    .grid div.col-12-xlg {
        -webkit-flex-grow: 12;
        -ms-flex-positive: 12;
        flex-grow: 12;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .grid div.col-11-xlg {
        -webkit-flex-grow: 11;
        -ms-flex-positive: 11;
        flex-grow: 11;
        -webkit-flex-basis: 45.83333%;
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    .grid div.col-10-xlg {
        -webkit-flex-grow: 10;
        -ms-flex-positive: 10;
        flex-grow: 10;
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .grid div.col-9-xlg {
        -webkit-flex-grow: 9;
        -ms-flex-positive: 9;
        flex-grow: 9;
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    .grid div.col-8-xlg {
        -webkit-flex-grow: 8;
        -ms-flex-positive: 8;
        flex-grow: 8;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .grid div.col-7-xlg {
        -webkit-flex-grow: 7;
        -ms-flex-positive: 7;
        flex-grow: 7;
        -webkit-flex-basis: 29.16667%;
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    .grid div.col-6-xlg {
        -webkit-flex-grow: 6;
        -ms-flex-positive: 6;
        flex-grow: 6;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .grid div.col-5-xlg {
        -webkit-flex-grow: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -webkit-flex-basis: 20.83333%;
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    .grid div.col-4-xlg {
        -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
        flex-grow: 4;
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .grid div.col-3-xlg {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    .grid div.col-2-xlg {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .grid div.col-1-xlg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 4.16667%;
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    .grid div.order-24-xlg {
        -webkit-order: 24;
        -ms-flex-order: 24;
        order: 24;
    }
    .grid div.order-23-xlg {
        -webkit-order: 23;
        -ms-flex-order: 23;
        order: 23;
    }
    .grid div.order-22-xlg {
        -webkit-order: 22;
        -ms-flex-order: 22;
        order: 22;
    }
    .grid div.order-21-xlg {
        -webkit-order: 21;
        -ms-flex-order: 21;
        order: 21;
    }
    .grid div.order-20-xlg {
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20;
    }
    .grid div.order-19-xlg {
        -webkit-order: 19;
        -ms-flex-order: 19;
        order: 19;
    }
    .grid div.order-18-xlg {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18;
    }
    .grid div.order-17-xlg {
        -webkit-order: 17;
        -ms-flex-order: 17;
        order: 17;
    }
    .grid div.order-16-xlg {
        -webkit-order: 16;
        -ms-flex-order: 16;
        order: 16;
    }
    .grid div.order-15-xlg {
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15;
    }
    .grid div.order-14-xlg {
        -webkit-order: 14;
        -ms-flex-order: 14;
        order: 14;
    }
    .grid div.order-13-xlg {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .grid div.order-12-xlg {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .grid div.order-11-xlg {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .grid div.order-10-xlg {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .grid div.order-9-xlg {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .grid div.order-8-xlg {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .grid div.order-7-xlg {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .grid div.order-6-xlg {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .grid div.order-5-xlg {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .grid div.order-4-xlg {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .grid div.order-3-xlg {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .grid div.order-2-xlg {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .grid div.order-1-xlg {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .hcenter-xlg {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hspace-between-xlg {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .hstart-xlg {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .hend-xlg {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .vstart-xlg {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .vend-xlg {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .vcenter-xlg {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
    .vstretch-xlg {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .vcenter-self-xlg {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .vright-self-xlg {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .visible-xlg {
        display: block;
    }
    .visible-xlg.table {
        display: table;
    }
    .hidden-xlg {
        display: none;
    }
}
.tns-outer {
    padding: 0 !important;
}
.tns-outer [hidden] {
    display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}
.tns-slider {
    transition: all 0s;
}
.tns-slider > .tns-item {
    box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}
.tns-no-calc {
    position: relative;
    left: 0;
}
.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}
.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}
.tns-gallery > .tns-moving {
    transition: all 0.25s;
}
.tns-autowidth {
    display: inline-block;
}
.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6;
}
.tns-lazy-img.tns-complete {
    opacity: 1;
}
.tns-ah {
    transition: height 0s;
}
.tns-ovh {
    overflow: hidden;
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}
.tns-transparent {
    opacity: 0;
    visibility: hidden;
}
.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}
.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.tns-vpfix {
    white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
    display: inline-block;
}
.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}
.tns-t-ct {
    width: 2333.3333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}
.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}
.tns-t-ct > div {
    width: 1.4285714%;
    width: calc(100% / 70);
    height: 10px;
    float: left;
}
.lity-active,
.lity-active body {
    overflow: hidden;
}
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    box-shadow: none;
}
.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.lity-close:active {
    top: 1px;
}
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
.lity-iframe .lity-container {
    width: 100%;
    max-width: 964px;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-hide {
    display: none;
}
* {
    box-sizing: border-box;
}
html {
    display: block !important;
}
body {
    font-family: "GTZ", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    font-variant-ligatures: none;
    -webkit-text-size-adjust: 100%;
}
body ::-moz-selection {
    background: #000;
    color: #fff;
}
body ::selection {
    background: #000;
    color: #fff;
}
@media (max-width: 1023px) {
    body {
        font-size: 12px;
    }
}
input,
button,
select,
textarea {
    outline: 0 !important;
    font-family: "GTZ", Helvetica, Arial, sans-serif;
}
a {
    outline: 0 !important;
    text-decoration: none !important;
}
@media (min-width: 1025px) {
    a:hover {
        color: #cccccc;
    }
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}
svg {
    width: 100%;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.hide {
    display: none !important;
}
section.padtop {
    padding-top: 168px;
}
@media (max-width: 1023px) {
    section.padtop {
        padding-top: 90px;
    }
    section.padtop + section.marq {
        margin-top: 25px;
    }
}
.line {
    height: 50px;
    border-bottom: 1px solid #000;
}
.line a {
    color: #000;
}
.line .left {
    width: 150px;
}
@media (max-width: 767px) {
    .line .left {
        width: 105px;
    }
}
.line .right {
    width: 175px;
    text-align: right;
}
@media (max-width: 767px) {
    .line .right {
        width: 122px;
    }
}
.line .middle {
    width: calc(100% - 325px);
}
@media (max-width: 767px) {
    .line .middle {
        width: calc(100% - 227px);
    }
    .line .middle.newsletter {
        width: calc(100% - 105px);
    }
}
.btn {
    color: #000;
    padding: 17px 35px;
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
}
.btn.black {
    color: #fff;
    background: #000;
}
.btn.pad {
    padding-left: 25px;
    padding-right: 25px;
}
@media (max-width: 1023px) {
    .btn.pad {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1023px) {
    .btn {
        padding: 12px 20px;
    }
}
@media (max-width: 1023px) {
    section.image .col-24-sm.text-center {
        padding: 75px 0 50px !important;
    }
}
@media (max-width: 767px) {
    section.image .col-24-sm.text-center {
        padding: 50px 0 30px !important;
    }
}
body.home #top, body.film #top {
	background: none;
}
#top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 17px 0;
    color: #fff;
    overflow: hidden;
    z-index: 9;
}
#top .button {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 25px;
    text-transform: uppercase;
    transition: background 0.2s ease;
}
#top .button + .button {
    left: 185px;
}
@media (max-width: 1023px) {
    #top .button {
        padding: 0 12px;
    }
    #top .button + .button {
        left: 139px;
    }
}
#top a {
    color: #fff;
}
#top .grid > div {
    margin: 0 auto;
}
@media (max-width: 1023px) {
    #top {
        padding: 12px 0;
    }
    #top .grid > div {
        width: 100%;
        text-align: right;
        padding-right: 25px;
    }
}
body.header-black header.scroll {
    background: #fff;
}
body.header-black header .logo {
    background-image: url(../img/logo-black.svg);
}
body.header-black header .nav li a {
    color: #000;
}
body.header-black header .nav li a.active:after {
    background: #fff;
}
body.home header, body.film header {
	background: none;
}
body.home footer {
	margin-top: -1px;
}
body.film footer {
    margin-top: 0;
}
@media (min-width: 1024px) {
    body.about footer {
        margin-top: 100px;
    }
}
header {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    transition: background 0.5s ease;
    z-index: 99;
    background: #000;
}
header .search span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/icon-search.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 100%;
    background-position: center center;
    display: block;
    margin-top: -3px;
}
header .container-fluid {
    padding: 0 75px;
}
@media (max-width: 1023px) {
    header .container-fluid {
        padding: 0 25px;
    }
}
header.scroll {
    background: #000!important;
    top: 0;
    position: fixed;
}
header.scroll .nav li:after {
    color: #fff;
}
header.scroll .nav li a {
    color: #fff;
}
header.scroll .nav li a.active:after {
    background: #fff;
}

header .logo {
    display: block;
    width: 212px;
    height: 95px;
    background: url(../img/logo.png) no-repeat;
    background-size: 100%;
    background-position: center center;
}
@media (max-width: 1023px) {
    header .logo {
        width: 104px;
        height: 48px;
    }
}
header .nav {
    text-align: right;
    margin-right: -12px;
}
header .nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
header .nav li:nth-last-child(2):after,
header .nav li:last-child:after {
    display: none;
}
header .nav li:after {
    content: ".";
    display: block;
    position: absolute;
    bottom: 10px;
    right: -3px;
    color: #fff;
}
header .nav li a {
    display: block;
    color: #fff;
    transition: opacity 0.2s ease;
    padding: 10px 12px;
    font-size: 18px;
}
@media (max-width: 767px) {
    header .nav li a {
        font-size: 14px;
        padding: 10px;
    }
}
header .nav li a.active {
    position: relative;
}
header .nav li a.active:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 24px);
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 12px;
}
@media (min-width: 1025px) {
    header .nav li a:hover {
        color: #ccc;
    }
}
@media (max-width: 1023px) {
    header {
        top: 23px;
        padding: 10px 0;
    }
}
body.market footer {
	margin-top: -1px;
}
footer {
    margin-top: 150px;
    border-top: 1px solid #000;
}
@media (max-width: 1199px) {
    footer .line {
        height: 80px;
    }
}
@media (max-width: 767px) {
    footer .line {
        height: 100%;
        padding: 20px 0;
        line-height: 1.5;
    }

    footer .social {
        margin-top: 10px;
    }
}
footer .social li {
    display: inline-block;
    vertical-align: top;
}
footer .social li a {
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
footer .social li a.fb {
    background-image: url(../img/icon-fb.svg);
}
footer .social li a.in {
    background-image: url(../img/icon-in.svg);
}
@media (max-width: 479px) {
    footer .social {
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
footer form {
    position: relative;
    width: 100%;
    max-width: 280px;
}
footer form.sent .success {
    opacity: 1;
    visibility: visible;
}
footer form .success {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 50px);
    height: 100%;
    background: #fff;
    z-index: 1;
    line-height: 45px;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
}
footer form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-size: 14px;
    height: 45px;
    background: none;
}
footer form button {
    position: absolute;
    width: 50px;
    height: 45px;
    background: none;
    cursor: pointer;
    border: 0;
    top: 0;
    right: -20px;
}
@media (max-width: 1439px) {
    footer form button {
        right: 0;
    }
}
footer form button:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/arrow-black.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}
footer .full {
    width: 100%;
}
footer .menu {
    margin-left: -10px;
}
footer .menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
footer .menu li:last-child:after {
    display: none;
}
footer .menu li:after {
    content: ".";
    display: block;
    position: absolute;
    bottom: 10px;
    right: -3px;
}
footer .menu li a {
    padding: 10px 12px;
    display: block;
}
@media (max-width: 1023px) {
    footer {
        margin-top: 75px;
    }
}
body.black {
    background: #000;
}
body.black header:not(.scroll) .nav li a {
    color: #fff;
}
body.black header:not(.scroll) .nav li a.active::after {
    background: #fff;
}
body.black #top {
    color: #000;
    background: #fff;
}
body.black #top .button + .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    height: 100%;
    background: #000;
}
body.black section.marq {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
body.black footer {
    border-color: #fff;
    color: #fff;
}
body.black footer a {
    color: #fff;
}
body.black footer .line {
    border-color: #fff;
}
body.black footer form input {
    color: #fff;
}
body.black footer form button:after {
    background-image: url(../img/arrow.svg);
}
body.black footer .social li a.in {
    background-image: url(../img/icon-in-white.svg);
}
body.black footer .social li a.fb {
    background-image: url(../img/icon-fb-white.svg);
}
section.main {
    color: #000;
    border-bottom: 1px solid;
    transition: background-color 2s ease;
    background: none!important;
}
section.main .wrap {
    min-height: 100vh;
}
@media (max-width: 1023px) {
    section.main .wrap {
        min-height: auto;
        min-height: initial;
    }
}
section.main a {
    color: #000;
}
section.main [data-action="stop"] {
    display: none!important;
}
section.main .container {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
    bottom: 0;
    top: 50vh;
}
@media (max-width: 1199px) {
	section.main .container {
		top: 43vh;
	}
}
@media (max-width: 767px) {
	section.main .container {
		top: 0;
		transform: none;
		position: relative;
		left: 0;
		padding: 250px 25px 50px;
	}
}
section.main .prev {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -680px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: border-color 0.2s ease;
    z-index: 2;
}
@media (min-width: 1025px) {
    section.main .prev:hover {
        border-color: #fff;
    }
}
section.main .prev:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
    background: url(../img/arrow.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}
@media (max-width: 1439px) {
    section.main .prev {
        margin-left: -560px;
    }
}
@media (max-width: 1199px) {
    section.main .prev {
        margin-left: -455px;
    }
}
@media (max-width: 1023px) {
    section.main .prev {
        margin-left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 25px;
        margin-top: -50px;
    }
}
@media (max-width: 767px) {
    section.main .prev {
        transform: translateY(-50%);
        margin-top: 0;
        left: 0;
    }
}
section.main .next {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 680px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: border-color 0.2s ease;
    z-index: 2;
}
@media (min-width: 1025px) {
    section.main .next:hover {
        border-color: #fff;
    }
}
section.main .next:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/arrow.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}
@media (max-width: 1439px) {
    section.main .next {
        margin-left: 560px;
    }
}
@media (max-width: 1199px) {
    section.main .next {
        margin-left: 455px;
    }
}
@media (max-width: 1023px) {
    section.main .next {
        margin-left: 0;
        left: auto;
        left: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 25px;
        margin-top: -50px;
    }
}
@media (max-width: 767px) {
    section.main .next {
        transform: translateY(-50%);
        margin-top: 0;
        right: 0;
    }
}
section.main .slider {
    width: 100%;
    overflow: hidden;
}
section.main .slide > div > div {
    position: relative;
    z-index: 2;
}
section.main .slide {
    /*transition: opacity 1s ease, -webkit-transform 2s cubic-bezier(0.405, 0.135, 0.095, 1);
    transition: transform 2s cubic-bezier(0.405, 0.135, 0.095, 1), opacity 1s ease;
    transition: transform 2s cubic-bezier(0.405, 0.135, 0.095, 1), opacity 1s ease, -webkit-transform 2s cubic-bezier(0.405, 0.135, 0.095, 1);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);*/
    opacity: 0;
}
section.main .slide.out {
    /*-webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);*/
    opacity: 0;
}
/*section.main .slide.out .title {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}
section.main .slide.out .info {
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
}*/
section.main .slide.in {
    /*-webkit-transform: none;
    -ms-transform: none;
    transform: none;*/
    opacity: 1;
}
section.main .slide .title,
section.main .slide .info {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
@media (max-width: 767px) {
	section.main .slide .title,
	section.main .slide .info {
		text-align: center;
	}
}
section.main .thumb {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0;
    height: calc(100vh - 51px);
    z-index: 0;
}
@media (max-width: 1199px) {
	section.main .thumb {
		height: calc(100vh - 81px);
	}
}
@media (max-width: 767px) {
	section.main .thumb {
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}
section.main .inside {
	display: inline-block;
}
section.main .title {
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    transition: -webkit-transform 1.5s cubic-bezier(0.405, 0.135, 0.095, 1);
    transition: transform 1.5s cubic-bezier(0.405, 0.135, 0.095, 1);
    transition: transform 1.5s cubic-bezier(0.405, 0.135, 0.095, 1), -webkit-transform 1.5s cubic-bezier(0.405, 0.135, 0.095, 1);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    position: relative;
    z-index: 1;
    text-align: center;
}
section.main .title:before {
    /*content: "";*/
    display: inline-block;
    width: 150px;
    height: 1px;
    background: #000;
    margin-right: 10px;
    vertical-align: middle;
}
@media (max-width: 1023px) {
    section.main .title {
        font-size: 50px;
        -webkit-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        transform: translateX(-150px);
    }
    section.main .title:before {
        width: 75px;
    }
}
@media (max-width: 767px) {
    section.main .title {
        font-size: 40px;
        -webkit-transform: translateX(-75px);
        -ms-transform: translateX(-75px);
        transform: translateX(-75px);
    }
    section.main .title:before {
        width: 45px;
    }
}
@media (max-width: 479px) {
    section.main .title {
    	text-align: left;
    }
  }
section.main .info {
    padding-left: 0;
    margin-top: 25px;
    position: relative;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    transition: -webkit-transform 2s cubic-bezier(0.405, 0.135, 0.095, 1);
    transition: transform 2s cubic-bezier(0.405, 0.135, 0.095, 1);
    transition: transform 2s cubic-bezier(0.405, 0.135, 0.095, 1), -webkit-transform 2s cubic-bezier(0.405, 0.135, 0.095, 1);
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
}
section.main .info .main {
    width: 250px;
    font-size: 18px;
    line-height: 1.3;
}
@media (max-width: 1023px) {
    section.main .info .main {
        width: 150px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
	section.main {
		position: relative;
	}
    section.main .info .main {
        width: 100%;
		margin-bottom: 10px;
    }
}
section.main .info .intro {
    width: 100%;
    max-width: 355px;
    line-height: 1.5;
}
section.main .info .intro a {
    border-bottom: 1px solid;
}
@media (max-width: 1023px) {
    section.main .info .intro {
        max-width: 250px;
    }
    section.main .info .intro br {
        display: none;
    }
}
@media (max-width: 767px) {
	section.main .info .intro {
		margin: 0 auto;
	}
}
@media (max-width: 479px) {
	section.main .info .intro {
		max-width: 100%;
	}
}
section.main .info .logos {
    position: absolute;
    top: 0;
    left: 105%;
    width: 100%;
    max-width: 330px;
}
@media (max-width: 1439px) {
    section.main .info .logos {
        max-width: 240px;
    }
}
section.main .info .logos td {
    vertical-align: middle;
}
section.main .info .logos img {
    max-height: 80px;
}
@media (max-width: 1023px) {
    section.main .info .logos {
        max-width: 150px;
    }
}
@media (max-width: 767px) {
    section.main .info .logos {
        /*position: relative;
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
        text-align: center;
        left: 0;*/
        display: none;
    }
    section.main .info .logos table {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    section.main .info {
        padding-left: 0;
    }
}
@media (max-width: 1023px) {
    section.main .info {
        margin-top: 12px;
        font-size: 14px;
    }
}
section.marq {
    overflow: hidden;
    padding: 50px 0 45px;
    font-size: 30px;
    border-bottom: 1px solid #000;
}
section.marq.border-top {
    border-top: 1px solid #000;
}
section.marq + section.lineup {
    border-top: 0;
}
section.marq .grid > div {
    padding: 0 80px;
    position: relative;
}
section.marq .grid > div:after {
    content: ".";
    display: block;
    position: absolute;
    bottom: 0;
    right: 2px;
}
@media (max-width: 1023px) {
    section.marq .grid > div {
        padding: 0 40px;
    }
}
@media (max-width: 479px) {
    section.marq .grid > div {
        padding: 0 20px;
    }
}
section.marq a {
    color: #000;
    transition: all 0.2s ease;
}
@media (min-width: 1025px) {
    section.marq a:hover {
        opacity: 0.6;
    }
}
section.marq a:not([href]) {
    opacity: 1 !important;
}
@media (max-width: 1023px) {
    section.marq {
        padding: 25px 0 22px;
        font-size: 15px;
    }
}
section.movies {
    text-align: center;
    padding: 100px 0;
    overflow: hidden;
}
section.movies + section.marq {
    border-top: 1px solid #000;
}
section.movies .thumb {
    width: 100%;
    width: 620px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto 40px;
}
@media (max-width: 1023px) {
    section.movies .thumb {
        width: 510px;
        height: 320px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    section.movies .thumb {
        width: calc(100% - 25px);
    }
}
@media (max-width: 479px) {
    section.movies .thumb {
        height: 270px;
    }
}
section.movies a {
    color: #000;
    display: block;
}
section.movies .slider {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}
section.movies .tns-ovh {
    overflow: auto;
    overflow: initial;
}
section.movies button {
    border: 0;
    background: none;
    font-size: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.2s ease;
    z-index: 4;
}
@media (min-width: 1025px) {
    section.movies button:hover {
        opacity: 1;
    }
}
section.movies button:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/arrow-black.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}
section.movies [data-controls="prev"] {
    position: absolute;
    top: 50%;
    left: 125px;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 1023px) {
    section.movies [data-controls="prev"] {
        left: 75px;
    }
}
@media (max-width: 767px) {
    section.movies [data-controls="prev"] {
        display: none;
    }
}
section.movies [data-controls="next"] {
    position: absolute;
    top: 50%;
    right: 125px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1023px) {
    section.movies [data-controls="next"] {
        right: 75px;
    }
}
@media (max-width: 767px) {
    section.movies [data-controls="next"] {
        display: none;
    }
}
@media (max-width: 1023px) {
    section.movies {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    section.movies {
        padding: 25px 0 35px;
    }
}
@media (max-width: 479px) {
    section.movies {
        padding-top: 0;
    }
}
section.headline {
    padding: 65px 0;
    text-align: center;
}
section.headline:not(.images) img {
    margin-top: 25px;
}
section.headline:not(.images) .tns-horizontal.tns-subpixel {
    display: flex;
    align-items: center;
}
section.headline.images .slider {
	max-width: 625px;
	margin: 0 auto;
	position: relative;
}

section.headline.images [data-controls="prev"] {
	transform: translate(-200%, -50%) scaleX(-1);
}
section.headline.images [data-controls="next"] {
	transform: translate(200%, -50%);
}

@media (max-width: 1023px) {
    section.headline:not(.images) img {
        margin-top: 16px;
        max-width: 120px;
    }
    section.headline.images [data-controls="prev"] {
    	transform: translate(-100%, -50%) scaleX(-1);
    }
    section.headline.images [data-controls="next"] {
    	transform: translate(100%, -50%);
    }
}
@media (max-width: 1023px) {
    section.headline.images img {
        max-width: 85%;
    }
}
section.headline p {
    font-size: 30px;
    line-height: 1.2;
}
@media (max-width: 1023px) {
    section.headline p {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    section.headline p {
        padding: 0 20px;
    }
    section.headline.images [data-controls="prev"] {
    	transform: translate(-25px, -50%) scaleX(-1);
    }
    section.headline.images [data-controls="next"] {
    	transform: translate(25px, -50%);
    }
}
section.headline button {
    border: 0;
    background: none;
    font-size: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.2s ease;
    z-index: 4;
    margin-top: -10px;
}
@media (min-width: 1025px) {
    section.headline button:hover {
        opacity: 1;
    }
}
section.headline button:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/arrow-black.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}
section.headline [data-controls="prev"] {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 1023px) {
    section.headline [data-controls="prev"] {
        left: 10px;
    }
}
section.headline [data-controls="next"] {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1023px) {
    section.headline [data-controls="next"] {
        right: 10px;
    }
}
@media (max-width: 1023px) {
    section.headline {
        padding: 60px 0;
    }
}
section.instagram {
    padding: 30px 0 75px;
    background: #000;
    color: #fff;
}
section.instagram .hashtag {
    font-size: 14px;
    position: relative;
    padding-left: 35px;
}
section.instagram .hashtag:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: url(../img/icon-in-white.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}
section.instagram .list {
    margin-top: 40px;
}
section.instagram .list a {
    display: block;
    width: calc(25% - 10px);
}
section.instagram .list a + a {
    margin-left: 10px;
}
@media (max-width: 1023px) {
    section.instagram {
        padding: 20px 0 40px;
    }
}
section.lineup {
    padding: 50px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
section.lineup + section.lineup {
    border-top: 0;
}
section.lineup.open {
    background: #f2f2f2;
}
section.lineup.open p.first {
    font-size: 30px;
}
section.lineup.open p a {
	color: #000;
	text-decoration: underline!important;
}
@media (max-width: 1023px) {
    section.lineup.open p.first {
        font-size: 22px;
    }
}
section.lineup p.first {
    line-height: 1.2;
}
section.lineup small {
    display: block;
    margin-top: 15px;
}
section.lineup .up {
    display: inline-block;
    vertical-align: top;
    margin-top: 75px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    color: #000;
}
@media (max-width: 1023px) {
    section.lineup .up {
        margin-top: 35px;
    }
}
section.lineup .plus {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 20px;
    margin-top: 16px;
}
section.lineup .plus:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
section.lineup .plus:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
    section.lineup .plus {
        margin-top: 11px;
    }
}
@media (max-width: 1023px) {
    section.lineup {
        padding: 25px 0;
    }
}
.filter-name {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-right: 1px solid;
	font-size: 26px;
	padding-right: 40px;
	display: flex;
	align-items: center;
    z-index: 9;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .filter-name {
        position: relative;
        padding-right: 0;
        border-right: 0;
        height: auto;
        height: initial;
        padding: 30px;
    }
     .filter-name::before {
        content: '';
        position: absolute;
        left: 50%;
        height: 1px;
        background: #000;
        transform: translateX(-50%);
        width: 100vw;
        bottom: 0;
     }
}
@media (max-width: 767px) {
    .filter-name {
        font-size: 20px;
        padding: 30px 15px;
    }
}
section.masonry .grid + .grid {
	margin-top: 25px;
}
section.masonry .filter {
    text-align: center;
    font-size: 26px;
    padding: 30px 0;
    position: relative;
    z-index: 5;
}
@media (max-width: 1439px) {
    section.masonry .filter {
        padding-left: 50px;
    }
}
@media (max-width: 1199px) {
    section.masonry .filter {
        padding-left: 0px;
        text-align: left;
    }
}
section.masonry .filter::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: #000;
	width: 99vw;
}
section.masonry .filter.on > li > a {
    color: #bfbfbf;
}
section.masonry .filter.on > li > a.on {
    color: #000;
}
section.masonry .filter > li {
    display: inline-block;
    vertical-align: top;
}
section.masonry .filter > li:last-child a:after {
    display: none;
}
section.masonry .filter > li > a {
    display: block;
    color: #000;
    padding: 10px 30px;
    position: relative;
}
section.masonry .filter > li > a:after {
    content: ".";
    display: block;
    position: absolute;
    bottom: 10px;
    right: -6px;
}
@media (max-width: 767px) {
    section.masonry .filter > li > a {
        padding: 5px 15px;
        font-size: 16px;
    }
    section.masonry .filter > li > a:after {
        bottom: 5px;
    }
}
@media (max-width: 479px) {
    section.masonry .filter > li > a {
        padding: 5px 10px;
    }
}
section.masonry .filter > li .drop {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    background: #fff;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
    margin-top: -55px;
    font-size: 14px;
    text-align: left;
    display: none;
    z-index: 9;
}
section.masonry .filter > li .drop.active {
    display: block;
}
section.masonry .filter > li .drop .top {
    position: relative;
}
section.masonry .filter > li .drop .top input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 20px;
    width: 100%;
}
section.masonry .filter > li .drop .top .clear {
    display: block;
    padding: 20px 20px 20px 55px;
    position: relative;
    color: #bfbfbf;
    cursor: pointer;
}
section.masonry .filter > li .drop .top .clear:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 1px;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    background: #bfbfbf;
}
section.masonry .filter > li .drop .top .clear:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 1px;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background: #bfbfbf;
}
section.masonry .filter > li .drop .top .go {
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
}
section.masonry .filter > li .drop .top .go:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/arrow-black.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}
section.masonry .filter > li .drop .list {
    max-height: 250px;
    overflow: auto;
    padding-left: 0;
    border-top: 1px solid #000;
}
section.masonry .filter > li .drop .list label {
    display: block;
    color: #bfbfbf;
    padding: 20px 20px 20px 55px;
    cursor: pointer;
}
section.masonry .filter > li .drop .list label input {
    display: none;
}
section.masonry .filter > li .drop .list label input:checked + span:before {
    background: #000;
    border-color: #000;
}
section.masonry .filter > li .drop .list label span {
    position: relative;
}
section.masonry .filter > li .drop .list label span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
}
@media (max-width: 1023px) {
    section.masonry .filter > li .drop {
        margin-top: -55px;
    }
}
@media (max-width: 1023px) {
    section.masonry .filter {
        padding: 20px 0;
        font-size: 20px;
    }
}
@media (max-width: 479px) {
    section.masonry .filter {
        padding: 30px 0;
        font-size: 15px;
    }
}
section.masonry #masonry {
    margin: -5px;
}
/*section.masonry .col-24-sm .item {
    width: 25%;
}
section.masonry .col-24-sm .item a {
    padding-bottom: 133%;
}
@media (max-width: 767px) {
    section.masonry .col-24-sm .item {
        width: 50%;
    }
}*/
section.masonry .item {
    width: calc(100% / 3);
    padding: 5px;
}

section.masonry .item.year {
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

section.masonry .item.year span {
    font-size: 20px;
    color: rgba(0,0,0,.4);
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 5px 15px;
}

section.masonry .item.year::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: calc(100% - 10px);
    height: 1px;
    background: rgba(0,0,0,.4);
    z-index: 0;
}

@media (max-width: 767px) {
    section.masonry .item {
        width: 100%!important;
    }
    section.masonry .item a {
        padding-bottom: 70%!important;
    }
}

section.masonry .item.one_two {
    width: calc(100% * 2 / 3);
}
section.masonry .item.one_two a {
    padding-bottom: calc(34% + 3px);
}
section.masonry .item.one_three {
    width: 100%;
}
section.masonry .item.one_three a {
    padding-bottom: calc(24% - 1px);
}
section.masonry .item.two_one a {
    padding-bottom: calc(142% + 3px);
}
section.masonry .item.two_two {
    width: calc(100% * 2 / 3);
}
section.masonry .item.two_two a {
    padding-bottom: calc(70% + 3px);
}
section.masonry .item.two_three {
    width: 100%
}

section.masonry .item a {
    display: block;
    padding-bottom: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
section.masonry .item a.hov .hover {
    opacity: 1;
}
section.masonry .item a.hov .hover .details {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
@media (min-width: 1025px) {
    section.masonry .item a:hover .hover {
        opacity: 1;
    }
    section.masonry .item a:hover .hover .details {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
section.masonry .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    transition: opacity 0.5s ease;
    opacity: 0;
}
section.masonry .item .hover .details {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.5s cubic-bezier(0.405, 0.135, 0.095, 1);
    opacity: 0;
}
section.masonry .item .hover strong {
    text-transform: uppercase;
    position: relative;
    font-size: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
    display: inline-block;
}
section.masonry .list {
    padding-left: 55px;
}
@media (max-width: 767px) {
    section.masonry .list {
        display: none;
    }
    section.masonry .item a {
        background: none!important;
        padding-bottom: 0!important;
        margin-bottom: 15px;
    }
    section.masonry .item .bg {
        padding-bottom: 70%;
        background-size: cover;
        background-position: center center;
        margin-top: 10px;
    }
    section.masonry .item .hover {
        opacity: 1;
        position: relative;
        width: auto;
        width: initial;
        height: auto;
        height: initial;
        background: none;
        display: block;
    }
    section.masonry .item .hover strong {
        font-size: 20px;
    }
    section.masonry .item .hover .details {
        opacity: 1;
        transform: none;
    }
}
section.masonry .list li {
    display: block;
    border-top: 1px solid #000;
}
section.masonry .list li:last-child {
    border-bottom: 1px solid #000;
}
section.masonry .list li a {
    display: block;
    padding: 25px 0;
    min-height: 100px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #000;
}
section.masonry .list li a.hov {
    background: #f7f7f7;
}
@media (min-width: 1025px) {
    section.masonry .list li a:hover {
        background: #f7f7f7;
    }
}
section.masonry .list li a p {
    font-size: 11px;
}
section.masonry .list li a strong {
    display: block;
    margin-bottom: 9px;
}
@media (max-width: 767px) {
    section.masonry .list li a {
        min-height: 50px;
    }
}
@media (max-width: 1023px) {
    section.masonry .list {
        padding-left: 25px;
    }
}
@media (max-width: 767px) {
    section.masonry .list {
        padding-left: 0;
    }
}
section.top {
    position: relative;
    color: #fff;
}
section.top .bg {
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
section.top .inside {
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-top: 475px;
    padding-bottom: 30px;
}
@media (max-width: 1023px) {
    section.top .inside {
        padding-top: 300px;
    }
}
@media (max-width: 479px) {
    section.top .inside {
        padding-top: 200px;
    }
}
section.top h1 {
    font-size: 100px;
    letter-spacing: -1px;
    font-family: "D", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
}
@media (max-width: 1023px) {
    section.top h1 {
        font-size: 50px;
    }
    section.top h1:before {
        width: 75px;
    }
}
@media (max-width: 479px) {
    section.top h1 {
        font-size: 30px;
    }
    section.top h1:before {
        width: 35px;
    }
}
section.top .desc {
    line-height: 1.25;
    padding-top: 35px;
    font-size: 18px;
}
@media (max-width: 1023px) {
    section.top .desc {
        padding-top: 20px;
        font-size: 16px;
    }
}
section.top .next {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 680px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: border-color 0.2s ease;
    z-index: 9;
}
@media (min-width: 1025px) {
    section.top .next:hover {
        border-color: #fff;
    }
}
section.top .next:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/arrow.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}
@media (max-width: 1439px) {
    section.top .next {
        margin-left: 560px;
    }
}
@media (max-width: 1199px) {
    section.top .next {
        margin-left: 455px;
    }
}
@media (max-width: 1023px) {
    section.top .next {
        margin-left: 0;
        left: auto;
        left: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 25px;
        margin-top: -25px;
    }
}
@media (max-width: 767px) {
    section.top .next {
        margin-top: -15px;
    }
}
section.lines .line .middle {
    width: calc(100% - 450px);
}
section.lines .line .right {
    width: 300px;
}
@media (max-width: 479px) {
    section.lines {
        line-height: 1.5;
    }
}
section.movie-about {
    padding: 50px 0;
}
section.movie-about + section {
    border-top: 1px solid #000;
}
section.movie-about .grid + .grid {
    padding-top: 115px;
}
@media (max-width: 1023px) {
    section.movie-about .grid + .grid {
        padding-top: 10px;
    }
}
section.movie-about .btn + .btn {
    margin-left: 10px;
}
section.movie-about .logos {
	margin-bottom: -80px;
}
@media (max-width: 1023px) {
	section.movie-about .logos {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	section.movie-about .logos {
		margin-bottom: 0;
	}
}
section.movie-about .logos img {
    max-height: 80px;
    margin: 5px;
}
section.movie-about .left {
    padding-left: 150px;
    width: calc(100% - 300px);
}
section.movie-about .left h2 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
}
section.movie-about .left h2.alt {
    margin-top: -165px;
}
@media (max-width: 1023px) {
    section.movie-about .left h2 {
        font-size: 20px;
    }
    section.movie-about .left h2.alt {
        margin-top: -105px;
    }
}
@media (max-width: 767px) {
    section.movie-about .left h2.alt {
        margin-top: 25px;
    }
}

section.movie-about .left p {
    line-height: 1.25;
    max-width: 610px;
}
@media (max-width: 1439px) {
    section.movie-about .left {
        padding-left: 0;
        padding-right: 50px;
    }
}
@media (max-width: 767px) {
    section.movie-about .left {
        width: 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0;
    }
}
section.movie-about .accs {
    padding-top: 80px;
}
@media (max-width: 1023px) {
    section.movie-about .accs {
        padding-top: 40px;
    }
}
section.movie-about .accs h2 {
    margin-bottom: 0;
    cursor: pointer;
}
section.movie-about .accs p {
    line-height: 1.25;
    max-width: 610px;
}
section.movie-about .accs .body {
    padding: 25px 0;
    display: none;
}
@media (max-width: 1023px) {
    section.movie-about .accs .body {
        padding: 15px 0;
    }
}
section.movie-about .bottom {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 165px;
}
section.movie-about .bottom a {
    color: #000;
}
@media (max-width: 1023px) {
    section.movie-about .bottom {
        font-size: 20px;
        padding-top: 80px;
    }
}
section.movie-about .right {
    width: 300px;
}
@media (max-width: 767px) {
    section.movie-about .right {
        width: 100%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 25px;
    }
    section.movie-about .right img {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    section.movie-about .text-right {
        text-align: center;
        margin-top: 25px;
    }
}
@media (max-width: 1023px) {
    section.movie-about {
        padding: 50px 0 30px;
    }
}
section.about {
    color: #fff;
    padding: 50px 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
}
section.about a {
    color: #fff;
}
section.about img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: -1;
    margin-top: -15px;
    margin-bottom: -15px;
}
section.about .main {
    text-align: center;
    font-size: 75px;
}
@media (max-width: 1023px) {
    section.about .main {
        font-size: 40px;
    }
}
@media (max-width: 479px) {
    section.about .main {
        font-size: 30px;
    }
}
section.about .next {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: border-color 0.2s ease;
    margin: 130px auto 100px;
    position: relative;
}
@media (min-width: 1025px) {
    section.about .next:hover {
        border-color: #fff;
    }
}
section.about .next:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    background: url(../img/arrow.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}
@media (max-width: 1023px) {
    section.about .next {
        margin: 60px auto 50px;
    }
}
@media (max-width: 767px) {
    section.about .next {
        margin: 30px auto 25px;
    }
}
section.about .bottom p {
    line-height: 1.4;
    text-align: justify;
}
@media (max-width: 1023px) {
    section.about .bottom .col-12-sm {
        padding-right: 15px;
    }
    section.about .bottom .col-12-sm + .col-12-sm {
        padding-left: 15px;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    section.about .bottom .col-12-sm {
        padding-right: 0;
    }
    section.about .bottom .col-12-sm + .col-12-sm {
        padding-left: 0;
        padding-top: 15px;
        padding-right: 0;
    }
}
section.about .bottom form {
    position: relative;
    width: 100%;
    max-width: 460px;
}
section.about .bottom form label {
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
section.about .bottom form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    padding: 16px 60px 14px 160px;
    background: none;
    color: #fff;
    width: 100%;
}
section.about .bottom form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    background: none;
    border: 0;
}
section.about .bottom form button:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/arrow.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}
@media (max-width: 1023px) {
    section.about {
        padding: 25px 0 40px;
    }
}

section.team h2 {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}
@media (max-width: 1023px) {
    section.team h2 {
        font-size: 20px;
    }
}
section.team {
    padding: 25px 0 75px;
}
section.team .member {
    padding: 5px;
}
section.team .member img {
    border-radius: 50%;
    padding: 0 15px;
}
section.team .info {
    padding: 25px 0;
    color: #fff;
    line-height: 1.2;
}
section.team .info a {
    color: #fff;
}
@media (max-width: 1023px) {
    section.team .info {
        padding: 15px 0;
    }
}
@media (max-width: 1023px) {
    section.team {
        padding: 40px 0;
    }
}
section.group {
    color: #fff;
    border-top: 1px solid #fff;
    padding: 100px 0 50px;
}
section.group .title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1023px) {
    section.group .title {
        font-size: 20px;
    }
}
section.group ul li {
    display: block;
    padding: 0 20px;
}
@media (max-width: 1023px) {
    section.group {
        padding: 50px 0 25px;
    }
}
section.group img {
    max-width: 200px;
}

body.market .padtop + .marq {
    border-top: 1px solid #000;
}

[data-action="start"], [data-action="stop"] {
    display: none!important;
}

.marquee3k__wrapper {
    transform: translateX(-50px) !important;
}

#years-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    font-size: 30px;
    padding-right: 20px;
    display: none!important;
}

@media (max-width: 1023px) {
    #years-sidebar {
        display: none;
    }
}

#years-sidebar .block {
    height: 300px;
}

.y2026 ~ .y2026 { display: none!important }
.y2025 ~ .y2025 { display: none!important }
.y2024 ~ .y2024 { display: none!important }
.y2023 ~ .y2023 { display: none!important }
.y2022 ~ .y2022 { display: none!important }
.y2021 ~ .y2021 { display: none!important }
.y2020 ~ .y2020 { display: none!important }
.y2019 ~ .y2019 { display: none!important }
.y2018 ~ .y2018 { display: none!important }

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

#search.active {
    opacity: 1;
    visibility: visible;
}

#search .close {
    width: 25px;
    height: 25px;
    display: block;
    top: 22px;
    right: 22px;
    cursor: pointer;
    position: absolute;
}

#search .close:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #fff;
}

#search .close:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
}

#search form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

#search input {
    width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #fff;
    background: none;
    font-size: 40px;
    padding: 20px;
    color: #fff;
    text-align: center;
}

#search button {
    display: none;
}



section.searches .filter {
    display: block;
    color: #000;
    padding: 30px;
    position: relative;
    text-align: center;
    font-size: 26px;
}

@media (max-width: 1023px) {
    section.searches .filter {
        padding: 20px 0;
        font-size: 20px;
    }
}

section.searches .filter:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #000;
    width: 99vw;
}

section.searches ul {
    counter-reset: sekcja;
}

section.searches ul li {
   position: relative;
padding-left: 20px;
}

section.searches ul li:before {
  counter-increment: sekcja;
  content: counters(sekcja, ".") ". ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

section.searches ul li a {
    display: block;
    color: #000;
    margin-bottom: 30px;
}