@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.clearfix:after,
.clearfix:before,
.toolbox__item:after,
.toolbox__item:before {
    content: " ";
    display: table
}

.clearfix:after,
.toolbox__item:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

[data-animate] {
    opacity: 0
}

[data-animate].animated,
[data-animate].animatedslow,
[data-animate].animatedsuperslow {
    opacity: 1
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
    animation-duration: .6s;
    animation-fill-mode: both
}

.animatedslow {
    animation-duration: 1.6s;
    animation-fill-mode: both
}

.animatedsuperslow {
    animation-duration: 3s;
    animation-fill-mode: both
}

.animatedduration1 {
    animation-duration: .4s;
    animation-fill-mode: both
}

.animatedduration2 {
    animation-duration: .8s;
    animation-fill-mode: both
}

.animatedduration3 {
    animation-duration: 1.2s;
    animation-fill-mode: both
}

.animatedduration4 {
    animation-duration: 1.6s;
    animation-fill-mode: both
}

.animatedduration5 {
    animation-duration: 2s;
    animation-fill-mode: both
}

.animatedduration6 {
    animation-duration: 2.4s;
    animation-fill-mode: both
}

.animatedduration7 {
    animation-duration: 2.8s;
    animation-fill-mode: both
}

.animatedduration8 {
    animation-duration: 3.2s;
    animation-fill-mode: both
}

.animatedduration9 {
    animation-duration: 3.6s;
    animation-fill-mode: both
}

.animatedduration10 {
    animation-duration: 4s;
    animation-fill-mode: both
}

.animateddelay1 {
    animation-delay: .1s
}

.animateddelay2 {
    animation-delay: .2s
}

.animateddelay3 {
    animation-delay: .3s
}

.animateddelay4 {
    animation-delay: .4s
}

.animateddelay5 {
    animation-delay: .5s
}

.animateddelay6 {
    animation-delay: .6s
}

.animateddelay7 {
    animation-delay: .7s
}

.animateddelay8 {
    animation-delay: .8s
}

.animateddelay9 {
    animation-delay: .9s
}

.animateddelay10 {
    animation-delay: 1s
}

.delay-sequence :nth-child(1) {
    animation-delay: 50ms
}

.delay-sequence :nth-child(2) {
    animation-delay: .1s
}

.delay-sequence :nth-child(3) {
    animation-delay: .15s
}

.delay-sequence :nth-child(4) {
    animation-delay: .2s
}

.delay-sequence :nth-child(5) {
    animation-delay: .25s
}

.delay-sequence :nth-child(6) {
    animation-delay: .3s
}

.delay-sequence :nth-child(7) {
    animation-delay: .35s
}

.delay-sequence :nth-child(8) {
    animation-delay: .4s
}

.delay-sequence :nth-child(9) {
    animation-delay: .45s
}

.delay-sequence :nth-child(10) {
    animation-delay: .5s
}

.delay-sequence :nth-child(11) {
    animation-delay: .55s
}

.delay-sequence :nth-child(12) {
    animation-delay: .6s
}

.delay-sequence :nth-child(13) {
    animation-delay: .65s
}

.delay-sequence :nth-child(14) {
    animation-delay: .7s
}

.delay-sequence :nth-child(15) {
    animation-delay: .75s
}

.delay-sequence :nth-child(16) {
    animation-delay: .8s
}

.delay-sequence :nth-child(17) {
    animation-delay: .85s
}

.delay-sequence :nth-child(18) {
    animation-delay: .9s
}

.delay-sequence :nth-child(19) {
    animation-delay: .95s
}

.delay-sequence :nth-child(20) {
    animation-delay: 1s
}

.delay-sequence2 :nth-child(1) {
    animation-delay: .2s
}

.delay-sequence2 :nth-child(2) {
    animation-delay: .4s
}

.delay-sequence2 :nth-child(3) {
    animation-delay: .6s
}

.delay-sequence2 :nth-child(4) {
    animation-delay: .8s
}

.delay-sequence2 :nth-child(5) {
    animation-delay: 1s
}

.delay-sequence2 :nth-child(6) {
    animation-delay: 1.2s
}

.delay-sequence2 :nth-child(7) {
    animation-delay: 1.4s
}

.delay-sequence2 :nth-child(8) {
    animation-delay: 1.6s
}

.delay-sequence2 :nth-child(9) {
    animation-delay: 1.8s
}

.delay-sequence2 :nth-child(10) {
    animation-delay: 2s
}

.delay-sequence2 :nth-child(11) {
    animation-delay: 2.2s
}

.delay-sequence2 :nth-child(12) {
    animation-delay: 2.4s
}

.delay-sequence2 :nth-child(13) {
    animation-delay: 2.6s
}

.delay-sequence2 :nth-child(14) {
    animation-delay: 2.8s
}

.delay-sequence2 :nth-child(15) {
    animation-delay: 3s
}

.delay-sequence2 :nth-child(16) {
    animation-delay: 3.2s
}

.delay-sequence2 :nth-child(17) {
    animation-delay: 3.4s
}

.delay-sequence2 :nth-child(18) {
    animation-delay: 3.6s
}

.delay-sequence2 :nth-child(19) {
    animation-delay: 3.8s
}

.delay-sequence2 :nth-child(20) {
    animation-delay: 4s
}

.origin-top {
    -ms-transform-origin: top;
    transform-origin: top
}

.origin-left {
    -ms-transform-origin: left;
    transform-origin: left
}

.origin-bottom {
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.origin-right {
    -ms-transform-origin: right;
    transform-origin: right
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    100% {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -ms-transform-origin: top center;
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes bounceIn {

    0%,
    100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.9, .9, .9)
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    100% {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    100% {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut;
    animation-duration: .75s
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-30%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-500px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(30px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(500px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 60px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    100% {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, -80deg);
        transition-timing-function: ease-in;
        opacity: 0
    }

    100% {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }

    100% {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
    animation-duration: .75s
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes dollyIn {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.dollyIn {
    animation-name: dollyIn
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        transform: translateY(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        transform: translateX(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        transform: translateX(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        transform: translateY(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        transform: translateY(100%)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        transform: translateX(100%)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        transform: translateY(-100%)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.section {
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media (min-width:768px) {
    .section {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .section {
        padding-bottom: 10rem
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .75;
    filter: alpha(opacity=75)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000002;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1000004
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #fff;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1000003
}

.mfp-preloader a {
    color: #fff
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1000005;
    box-shadow: none
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #fff
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 0;
    padding-bottom: 0
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-preloader {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    background-color: #000;
    width: auto;
    margin-top: 0;
    left: 50%;
    right: auto;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px
}

.mfp-counter {
    display: none
}

.mfp-cover .mfp-close {
    background-color: #000
}

.no-touch .mfp-cover .mfp-close:hover {
    background-color: #fff;
    color: #000
}

@media (min-width:768px) {
    .mfp-cover .mfp-close {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 48px
    }
}

.mfp-gallery .mfp-arrow {
    background-color: #000;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    -ms-transform: none;
    transform: none
}

@media (min-width:768px) {
    .mfp-gallery .mfp-arrow {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-top: -35px
    }
}

.no-touch .mfp-gallery .mfp-arrow:hover {
    background-color: #fff;
    color: #000
}

.mfp-gallery .mfp-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    border: none;
    margin: 0;
    font-size: 16px;
    opacity: 1
}

@media (min-width:768px) {
    .mfp-gallery .mfp-arrow:before {
        font-size: 26px;
        line-height: 70px
    }
}

.mfp-gallery .mfp-arrow:after {
    display: none
}

.mfp-gallery .mfp-arrow-left {
    left: 0
}

.mfp-gallery .mfp-arrow-left:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin: 0
}

.mfp-gallery .mfp-arrow-left:before {
    margin-top: 1px;
    margin-left: -1px
}

@media (min-width:768px) {
    .mfp-gallery .mfp-arrow-left:before {
        margin-left: -2px
    }
}

.mfp-gallery .mfp-arrow-right {
    right: 0
}

.mfp-gallery .mfp-arrow-right:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin: 0
}

.mfp-gallery .mfp-arrow-right:before {
    margin-top: 1px;
    margin-left: 1px
}

@media (min-width:768px) {
    .mfp-gallery .mfp-arrow-right:before {
        margin-left: 2px
    }
}

.mfp-iframe .mfp-container,
.mfp-video .mfp-container {
    padding: 0
}

.mfp-iframe .mfp-iframe-holder .mfp-content,
.mfp-video .mfp-iframe-holder .mfp-content {
    max-height: 100%
}

.mfp-iframe .mfp-iframe-scaler .mfp-close,
.mfp-video .mfp-iframe-scaler .mfp-close {
    display: none
}

.mfp-image .mfp-container {
    padding: 0
}

.mfp-image .mfp-image-holder .mfp-content {
    max-height: 100%
}

.mfp-image .mfp-figure .mfp-close {
    display: none
}

.mfp-image img.mfp-img {
    padding: 0
}

.mfp-inline.mfp-bg {
    opacity: .5
}

.mfp-inline .mfp-inline-holder {
    padding-left: 15px;
    padding-right: 15px
}

.mfp-inline .mfp-close {
    top: -44px;
    font-size: 32px
}

@media (min-width:768px) {
    .mfp-inline .mfp-close {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 48px;
        top: -50px
    }
}

.mfp-inline__download {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: relative;
    background-color: #fff;
    max-width: 410px;
    border-radius: 15px
}

@media (min-width:768px) {
    .mfp-inline__download {
        max-width: 560px;
        padding: 30px;
        border-radius: 30px
    }
}

.mfp-inline__download__header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #d9d9d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .mfp-inline__download__header {
        padding-bottom: 30px;
        margin-bottom: 20px
    }
}

.mfp-inline__download__header h4 {
    margin-bottom: 5px;
    margin-top: -1px
}

@media (min-width:768px) {
    .mfp-inline__download__header h4 {
        font-size: 2.6rem;
        margin-bottom: 10px
    }
}

.mfp-inline__download__header p {
    font-size: 1.2rem
}

@media (min-width:768px) {
    .mfp-inline__download__header p {
        font-size: 1.4rem
    }
}

.mfp-inline__download__header__image {
    border-radius: 10px;
    width: 70px;
    height: 70px
}

@media (min-width:768px) {
    .mfp-inline__download__header__image {
        border-radius: 15px;
        width: 115px;
        height: 115px
    }
}

.mfp-inline__download__header__content {
    margin-left: 10px
}

@media (min-width:768px) {
    .mfp-inline__download__header__content {
        margin-left: 20px
    }
}

.mfp-inline__download__content p {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem
}

@media (min-width:768px) {
    .mfp-inline__download__content p {
        font-size: 1.4rem
    }
}

.mfp-inline__download__content__badge {
    display: inline-block;
    max-width: 50%;
    margin-top: 1rem
}

.no-touch .mfp-inline__download__content__badge:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.mfp-inline__download__content__badge:nth-of-type(odd) {
    padding-right: .5rem
}

.mfp-inline__download__content__badge:nth-of-type(even) {
    padding-left: .5rem
}

.mfp-inline__download__content__badge:only-of-type {
    padding: 0
}

.mfp-inline__download__content__send {
    margin-top: 4.5rem;
    text-align: center
}

.mfp-inline__download__content__title {
    margin-bottom: 2rem
}

.mfp-inline__download__content__input {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    padding: .75rem 1.5rem;
    border-radius: 3px;
    border: solid 1px #d2d2d2
}

.mfp-inline__download__content__input.error {
    border: solid 1px #ff0036
}

.loading .mfp-inline__download__content__input {
    opacity: .33
}

.mfp-inline__download__content__error-container {
    text-align: left;
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem)
}

.mfp-inline__download__content__error {
    font-family: Lora, Georgia, "Times New Roman", Times, serif;
    font-size: 1.6rem;
    background-color: #ff0036;
    color: #fff !important;
    padding: .25rem 1.75rem .5rem 1.75rem;
    border-radius: 20px;
    display: inline-block;
    font-weight: 700;
    text-transform: none
}

.mfp-inline__download__content__form {
    display: block
}

.success .mfp-inline__download__content__form {
    display: none
}

.mfp-inline__download__content__success {
    display: none
}

.success .mfp-inline__download__content__success {
    display: block
}

.mfp-inline__download--header-img {
    padding: 0;
    border-radius: 25px 25px 15px 15px
}

@media (min-width:768px) {
    .mfp-inline__download--header-img {
        padding: 0;
        border-radius: 40px 40px 30px 30px
    }
}

.mfp-inline__download--header-img .mfp-inline__download__header {
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px 15px 0 0;
    height: 110px
}

@media (min-width:768px) {
    .mfp-inline__download--header-img .mfp-inline__download__header {
        height: 150px
    }
}

.mfp-inline__download--header-img .mfp-inline__download__content {
    padding: 10px
}

@media (min-width:768px) {
    .mfp-inline__download--header-img .mfp-inline__download__content {
        padding: 30px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .75
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.mfp-cover.mfp-bg {
    opacity: 0;
    -ms-transform: scale(.5, .5) translateY(0);
    transform: scale(.5, .5) translateY(0);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.mfp-video.mfp-cover.mfp-bg {
    -ms-transform: scale(.75, .25) translateY(0);
    transform: scale(.75, .25) translateY(0)
}

.mfp-cover.mfp-bg.mfp-ready {
    opacity: 1;
    -ms-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
}

.mfp-cover.mfp-bg.mfp-removing {
    opacity: 0;
    -ms-transform: scale(1, 1) translateY(20%);
    transform: scale(1, 1) translateY(20%)
}

.mfp-cover.mfp-wrap .mfp-arrow,
.mfp-cover.mfp-wrap .mfp-close,
.mfp-cover.mfp-wrap .mfp-content {
    opacity: 0;
    -ms-transform: scale(.5, .5) translateY(0);
    transform: scale(.5, .5) translateY(0);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.mfp-video.mfp-cover.mfp-wrap .mfp-arrow,
.mfp-video.mfp-cover.mfp-wrap .mfp-close,
.mfp-video.mfp-cover.mfp-wrap .mfp-content {
    -ms-transform: scale(.75, .25) translateY(0);
    transform: scale(.75, .25) translateY(0)
}

.mfp-cover.mfp-wrap.mfp-ready .mfp-arrow,
.mfp-cover.mfp-wrap.mfp-ready .mfp-close,
.mfp-cover.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -ms-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
}

.mfp-cover.mfp-wrap.mfp-removing .mfp-arrow,
.mfp-cover.mfp-wrap.mfp-removing .mfp-close,
.mfp-cover.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -ms-transform: scale(1, 1) translateY(20%);
    transform: scale(1, 1) translateY(20%)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.html) center center no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: ""
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir=rtl] .slick-next:before {
    content: ""
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: .75
}

.slick-slider {
    margin-bottom: 0
}

.slick-loading .slick-list {
    background: #fff url(../../img/ajax-loader.gif) center center no-repeat
}

.slick-next,
.slick-prev {
    width: 25px;
    height: 50px
}

@media (min-width:1600px) {

    .slick-next,
    .slick-prev {
        width: 35px;
        height: 70px
    }
}

.slick-next:before,
.slick-prev:before {
    color: #000
}

@media (min-width:1600px) {

    .slick-next:before,
    .slick-prev:before {
        font-size: 24px
    }
}

.playlist-carousel .slick-next,
.playlist-carousel .slick-prev {
    box-shadow: 0 0 0 1px #dbe0e7 inset;
    border-radius: .5rem;
    overflow: hidden;
    height: 100%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    background-color: #e6e6e6;
    background: linear-gradient(to bottom, #eeeef6 0, #d0d6df 100%);
    width: 30px
}

@media (min-width:1600px) {

    .playlist-carousel .slick-next,
    .playlist-carousel .slick-prev {
        width: 50px
    }
}

.no-touch .playlist-carousel .slick-next:hover,
.no-touch .playlist-carousel .slick-prev:hover {
    background-color: #fff;
    background: linear-gradient(to bottom, #eeeef6 0, #eeeef6 100%)
}

.playlist-carousel .slick-next::before,
.playlist-carousel .slick-prev::before {
    display: inline-block;
    text-shadow: none;
    color: #1b1c20;
    opacity: 1;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .75)
}

.playlist-carousel--custom-color .slick-next,
.playlist-carousel--custom-color .slick-prev {
    color: #1b1c20;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    background-color: #ffec00;
    background: linear-gradient(to bottom, #ffec00 0, #ffc600 100%);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .75) inset, 0 2px 10px 0 rgba(0, 0, 0, .15)
}

.no-touch .playlist-carousel--custom-color .slick-next:hover,
.no-touch .playlist-carousel--custom-color .slick-prev:hover {
    background-color: #ffc600;
    background: linear-gradient(to bottom, #ffec00 0, #ffec00 100%)
}

.playlist-carousel .slick-next.slick-disabled,
.playlist-carousel .slick-prev.slick-disabled {
    box-shadow: none;
    background: #d0d6df;
    cursor: not-allowed;
    opacity: .25
}

.playlist-carousel .slick-next.slick-disabled::before,
.playlist-carousel .slick-prev.slick-disabled::before {
    color: #1b1c20
}

.no-touch .playlist-carousel .slick-next.slick-disabled:hover,
.no-touch .playlist-carousel .slick-prev.slick-disabled:hover {
    box-shadow: none;
    background: #d0d6df
}

@media (min-width:1600px) {
    .slick-next {
        right: -50px
    }
}

.playlist-carousel .slick-next {
    right: -30px
}

@media (min-width:1600px) {
    .playlist-carousel .slick-next {
        right: -50px
    }
}

.playlist-carousel .slick-next::before {
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

@media (min-width:1600px) {
    .slick-prev {
        left: -50px
    }
}

.playlist-carousel .slick-prev {
    left: -30px
}

@media (min-width:1600px) {
    .playlist-carousel .slick-prev {
        left: -50px
    }
}

.slick-dots {
    bottom: -3rem;
    margin-bottom: 0
}

.slick-dots li {
    margin: 0;
    vertical-align: bottom
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    opacity: .75;
    transition: color .5s ease
}

.slick-dots li.slick-active button:before {
    font-size: 12px;
    opacity: 1
}

.playlist-carousel .slick-dots li button:before {
    color: #000
}

.juicer-feed h1.referral {
    display: none !important
}

.juicer-feed .j-text {
    font-family: Oswald, Helvetica, Arial, sans-serif
}

.juicer-feed.white li.feed-item {
    border-width: 1px !important
}

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

.wpp-list li {
    margin-bottom: 1.75rem
}

.no-touch .wpp-list li a:hover {
    color: #ff5b8a
}

.wpp-list .wpp-post-title {
    display: inline-block
}

.wpp-list .wpp-meta {
    font-size: 1.2rem;
    display: block;
    color: #8f8f8f;
    text-transform: none
}

.nf-form-fields-required {
    font-family: Lora, Georgia, "Times New Roman", Times, serif;
    font-size: 1.6rem;
    margin-bottom: 3rem;
    display: none
}

.nf-error-msg {
    font-family: Lora, Georgia, "Times New Roman", Times, serif;
    font-size: 1.6rem;
    background-color: #ff0036;
    color: #fff !important;
    padding: .25rem 1.75rem .5rem 1.75rem;
    border-radius: 20px;
    display: inline-block;
    font-weight: 700
}

.nf-form-content label {
    text-transform: uppercase
}

.nf-form-content .nf-element {
    padding: .5rem 1rem;
    border-radius: 3px;
    border: solid 1px #d2d2d2
}

.checkbox-wrap a,
.list-checkbox-wrap a {
    text-decoration: underline
}

.creator-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.creator-form .submit-container {
    margin-top: 4rem
}

.creator-form .html-wrap {
    text-align: center
}

.creator-form .submit-wrap {
    text-align: center
}

.creator-form .nf-form-errors {
    text-align: center
}

html {
    box-sizing: border-box;
    font-size: 8px;
    background-color: #011;
    overflow-x: hidden
}

@media (min-width:0) {
    html {
        font-size: 8.5px
    }
}

@media (min-width:768px) {
    html {
        font-size: 9px
    }
}

@media (min-width:992px) {
    html {
        font-size: 9.5px;
        overflow-y: scroll
    }
}

@media (min-width:1200px) {
    html {
        font-size: 10px
    }
}

@media (min-width:1920px) {
    html {
        background-image: url(../../img/html-background.jpg);
        background-size: 100% auto;
        background-repeat: repeat-y;
        background-position: center top
    }
}

*,
:after,
:before {
    box-sizing: inherit;
    outline: 0
}

button,
html,
input,
select,
textarea {
    color: #1b1c20;
    font-family: inherit;
    line-height: inherit
}

body {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.62857;
    color: #1b1c20;
    background-color: #fff;
    font-weight: 400;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width:1920px) {
    body {
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5)
    }
}

a {
    cursor: pointer
}

img {
    vertical-align: middle;
    max-width: 100%
}

.chromeframe {
    font-size: 1.4rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffed87;
    color: #000;
    z-index: 99998;
    padding: 10px 15px;
    text-align: center
}

.chromeframe a {
    color: #ff5b8a
}

.body {
    padding-top: 60px;
    background-color: #fff
}

@media (min-width:992px) {
    .body {
        padding-top: 90px
    }
}

.el {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.clearfix::after,
.toolbox__item::after {
    clear: both;
    content: "";
    display: table
}

.center--all {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.center--vertical {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.center--horizontal {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.center--content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.equal-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.clickable {
    position: relative;
    cursor: pointer;
    display: block
}

.clickable__item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: 0 0
}

.background-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.padding {
    padding: 30px
}

.padding--xxl {
    padding: 115px
}

.padding--xl {
    padding: 100px
}

.padding--lg {
    padding: 60px
}

.padding--md {
    padding: 40px
}

.padding--sm {
    padding: 30px
}

.padding--xs {
    padding: 20px
}

.padding--xxs {
    padding: 10px
}

.margin {
    margin: 30px
}

.margin--xxl {
    margin: 115px
}

.margin--xl {
    margin: 100px
}

.margin--lg {
    margin: 60px
}

.margin--md {
    margin: 40px
}

.margin--sm {
    margin: 30px
}

.margin--xs {
    margin: 20px
}

.margin--xxs {
    margin: 10px
}

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

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

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

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

.h2,
.h3,
.h4,
.h5,
.h6,
.wpp-list .wpp-post-title,
h1,
h2,
h3,
h4,
h5,
h6 .h1 {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.1;
    text-transform: uppercase;
    color: inherit;
    margin: 0;
    padding: 0
}

.h5,
.h6,
.wpp-list .wpp-post-title,
h5,
h6 {
    font-weight: 400;
    font-style: normal;
    color: inherit
}

.h1,
h1 {
    font-size: 3.8rem
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: 4.2rem
    }
}

.h2,
h2 {
    font-size: 3rem
}

@media (min-width:768px) {

    .h2,
    h2 {
        font-size: 3.8rem
    }
}

.h3,
h3 {
    font-size: 3rem
}

.h4,
h4 {
    font-size: 2.6rem
}

.h5,
.wpp-list .wpp-post-title,
h5 {
    font-size: 2rem
}

.h6,
h6 {
    font-size: 1.8rem
}

.text-xxxl {
    font-size: 3.8rem
}

@media (min-width:768px) {
    .text-xxxl {
        font-size: 4.2rem
    }
}

.text-xxl {
    font-size: 3rem
}

@media (min-width:768px) {
    .text-xxl {
        font-size: 3.8rem
    }
}

.text-xl {
    font-size: 3rem
}

.text-lg {
    font-size: 2.6rem
}

.text-md {
    font-size: 2rem
}

.text-sm {
    font-size: 1.8rem
}

.text-xs {
    font-size: 1.4rem
}

.text-xxs {
    font-size: 1.2rem
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

p {
    margin: 0;
    padding: 0
}

p:last-child {
    margin-bottom: 0
}

p.accent {
    color: #d2d2d2;
    font-style: italic
}

strong {
    font-weight: 700
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

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

a {
    color: inherit;
    text-decoration: none;
    transition: all .25s cubic-bezier(.19, 1, .22, 1)
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

p a:hover {
    text-decoration: underline
}

.scheme2 h1,
.scheme2 h2,
.scheme2 h3,
.scheme2 h4,
.scheme2 h5,
.scheme2 h6,
.scheme2 p {
    color: #fff
}

.title {
    color: #ffec00
}

.columns__row {
    margin-left: -15px;
    margin-right: -15px
}

.columns__row::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:992px) {
    .columns__row {
        display: -ms-flexbox;
        display: flex
    }

    .columns__row--align-middle {
        -ms-flex-align: center;
        align-items: center
    }

    .columns__row--align-bottom {
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.columns__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99;
    padding-bottom: 4rem
}

.columns__item h1,
.columns__item h2,
.columns__item h3,
.columns__item h4,
.columns__item h5,
.columns__item h6 {
    color: inherit;
    margin-top: 3rem;
    margin-bottom: 3rem
}

.columns__item ol li,
.columns__item ul li {
    margin: 0 0 5px 0
}

.columns__item p {
    margin-bottom: 3rem
}

.columns__item p:last-child {
    margin-bottom: 0
}

.columns__item hr {
    padding-top: 3rem;
    border: none;
    background: 0 0;
    height: 0;
    border-bottom: solid 1px #e6e6e6
}

.columns__item blockquote,
.columns__item dd,
.columns__item dl,
.columns__item ol,
.columns__item ul {
    margin-bottom: 3rem
}

.columns__item blockquote+ol,
.columns__item blockquote+ul,
.columns__item dd+ol,
.columns__item dd+ul,
.columns__item dl+ol,
.columns__item dl+ul,
.columns__item ol+ol,
.columns__item ol+ul,
.columns__item ul+ol,
.columns__item ul+ul {
    margin-bottom: 0
}

.columns__item blockquote a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.columns__item dd a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.columns__item dl a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.columns__item ol a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.columns__item p a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.columns__item ul a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn) {
    color: #ff5b8a
}

.columns__item img {
    height: auto
}

.columns__item .wp-caption {
    max-width: 100%
}

.columns__item .wp-caption img {
    margin-bottom: .3em
}

.columns__item p.wp-caption-text {
    font-size: 1.4rem;
    opacity: .6;
    margin: 0
}

.columns__item .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 3rem
}

.columns__item .alignnone img {
    width: 100%
}

.columns__item .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 3rem
}

.columns__item .alignleft,
.columns__item .alignright {
    max-width: 48%;
    margin-bottom: 2rem
}

.columns__item .alignleft {
    float: left;
    margin-right: 2%
}

.columns__item .alignright {
    float: right;
    margin-left: 2%
}

.columns__item .fb-post {
    margin-bottom: 3rem
}

.columns__item:last-child {
    padding-bottom: 0
}

@media (min-width:768px) {
    .columns__item {
        padding-bottom: 0
    }
}

.columns__item .el {
    padding-left: 10%;
    padding-right: 10%
}

.columns__item:only-of-type .el {
    padding-left: 15px;
    padding-right: 15px
}

.columns[data-count="2"] .columns__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .columns[data-count="2"] .columns__item {
        float: left;
        width: 50%
    }
}

.columns[data-count="3"] .columns__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .columns[data-count="3"] .columns__item {
        float: left;
        width: 33.33333%
    }
}

.columns[data-count="4"] .columns__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .columns[data-count="4"] .columns__item {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .columns[data-count="4"] .columns__item {
        float: left;
        width: 25%
    }
}

@media (min-width:768px) {
    .columns[data-count="4"] .columns__item {
        margin-bottom: 4rem
    }

    .columns[data-count="4"] .columns__item:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width:992px) {
    .columns[data-count="4"] .columns__item {
        margin-bottom: 0
    }

    .columns[data-count="4"] .columns__item:nth-child(2n+1) {
        clear: none
    }
}

@media (min-width:768px) and (min-width:768px) {
    .columns--staggered:nth-child(odd) .columns__item:first-child {
        left: 50%
    }
}

@media (min-width:768px) and (min-width:768px) {
    .columns--staggered:nth-child(odd) .columns__item:last-child {
        right: 50%
    }
}

.grid__row {
    margin-left: -15px;
    margin-right: -15px
}

.grid__row::after {
    clear: both;
    content: "";
    display: table
}

.grid__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.grid__row[data-count="2"] .grid__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .grid__row[data-count="2"] .grid__item {
        float: left;
        width: 50%
    }
}

.grid__row[data-count="3"] .grid__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .grid__row[data-count="3"] .grid__item {
        float: left;
        width: 33.33333%
    }
}

.grid__row[data-count="4"] .grid__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .grid__row[data-count="4"] .grid__item {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .grid__row[data-count="4"] .grid__item {
        float: left;
        width: 25%
    }
}

.grid__row[data-count="5"] .grid__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .grid__row[data-count="5"] .grid__item {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .grid__row[data-count="5"] .grid__item {
        float: left;
        width: 25%
    }
}

.grid__row[data-count="6"] .grid__item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .grid__row[data-count="6"] .grid__item {
        float: left;
        width: 25%
    }
}

@media (min-width:992px) {
    .grid__row[data-count="6"] .grid__item {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    .grid__row[data-count="6"] .grid__item {
        float: left;
        width: 16.66667%
    }
}

.grid--fixed .grid__item {
    height: 400px;
    background: #c02227;
    position: relative
}

.grid--no-gutter .grid__container {
    width: 100% !important;
    max-width: 100%
}

.grid--no-gutter .grid__row {
    margin-left: 0;
    margin-right: 0
}

.grid--no-gutter .grid__row::after {
    clear: both;
    content: "";
    display: table
}

.grid--no-gutter .grid__item {
    overflow: hidden;
    padding: 0 !important
}

.masonry {
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden
}

@media (min-width:768px) {
    .masonry {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .masonry {
        padding-bottom: 10rem
    }
}

.masonry__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.masonry__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .masonry__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .masonry__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .masonry__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .masonry__container {
        max-width: 1420px
    }
}

.masonry__items {
    margin-left: -10px;
    margin-right: -10px
}

.masonry__items::after {
    clear: both;
    content: "";
    display: table
}

.masonry__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 10px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .masonry__item {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .masonry__item {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:1200px) {
    .masonry__item {
        float: left;
        width: 25%
    }
}

.masonry__item__inner {
    background: #fff
}

.table-div {
    display: block;
    width: 100%
}

@media (min-width:992px) {
    .table-div {
        display: table;
        border-collapse: separate
    }
}

.table-div__row {
    display: block
}

@media (min-width:992px) {
    .table-div__row {
        display: table-row
    }
}

.table-div__col {
    display: block;
    position: relative
}

@media (min-width:992px) {
    .table-div__col {
        display: table-cell;
        vertical-align: middle
    }
}

.table-div--links {
    text-align: center
}

@media (min-width:992px) {
    .table-div--links .table-div__row[data-count="3"] .table-div__col {
        width: 33.33%
    }
}

.table-div--links .table-div__row .table-div__col {
    padding: 8rem 6rem
}

@media (min-width:1200px) {
    .table-div--links .table-div__row .table-div__col--span1 {
        width: 25% !important
    }

    .table-div--links .table-div__row .table-div__col--span2 {
        width: 50% !important
    }

    .table-div--links .table-div__row .table-div__col--span3 {
        width: 75% !important
    }

    .table-div--links .table-div__row .table-div__col--span4 {
        width: 100% !important
    }
}

.anchor-menu {
    position: relative;
    color: #1b1c20;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    background-color: #ffec00;
    background: linear-gradient(to bottom, #ffec00 0, #ffc600 100%);
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .15)
}

@media (min-width:768px) {
    .anchor-menu {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 998
    }
}

.anchor-menu__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 7px
}

.anchor-menu__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .anchor-menu__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .anchor-menu__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .anchor-menu__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .anchor-menu__container {
        max-width: 1420px
    }
}

@media (min-width:768px) {
    .anchor-menu__container {
        padding-top: 0;
        padding-bottom: 0
    }
}

.anchor-menu__item {
    font-size: 2rem;
    text-transform: uppercase
}

.no-touch .anchor-menu__item:hover {
    background-color: #ffc600;
    background: linear-gradient(to bottom, #ffec00 0, #ffec00 100%)
}

.anchor-menu__link {
    display: block;
    padding: 3px 10px
}

@media (min-width:768px) {
    .anchor-menu__link {
        padding: 10px 15px
    }
}

.block-listing {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center
}

.block-listing__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6rem;
    padding-bottom: 6rem
}

.block-listing__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .block-listing__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .block-listing__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .block-listing__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .block-listing__container {
        max-width: 1420px
    }
}

@media (min-width:768px) {
    .block-listing__container {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .block-listing__container {
        padding-bottom: 10rem
    }
}

.block-listing__row {
    margin-left: -15px;
    margin-right: -15px
}

.block-listing__row::after {
    clear: both;
    content: "";
    display: table
}

.block-listing__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3rem
}

@media (min-width:992px) {
    .block-listing__item {
        margin-bottom: 4rem
    }
}

@media (min-width:992px) {
    .block-listing__item {
        margin-bottom: 0
    }
}

.block-listing__item__image {
    margin-bottom: 2rem
}

.block-listing__item__title {
    font-size: 2.6rem;
    margin-bottom: 2rem
}

.block-listing__item__content {
    margin-bottom: 2rem
}

.block-listing__row[data-count="2"] .block-listing__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .block-listing__row[data-count="2"] .block-listing__item {
        float: left;
        width: 50%
    }
}

.block-listing__row[data-count="3"] .block-listing__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .block-listing__row[data-count="3"] .block-listing__item {
        float: left;
        width: 33.33333%
    }
}

.block-listing__row[data-count="4"] .block-listing__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .block-listing__row[data-count="4"] .block-listing__item {
        float: left;
        width: 25%
    }
}

.blog {
    padding-bottom: 4rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
    background-color: #fff
}

@media (min-width:992px) {
    .blog {
        padding-bottom: 6rem
    }
}

@media (min-width:992px) {
    .blog {
        padding-top: 4rem
    }
}

@media (min-width:1200px) {
    .blog {
        padding-top: 6rem
    }
}

.blog:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 5px;
    width: 100%;
    background-image: url(../../img/blog-mix-bottom.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
    z-index: 9
}

.blog__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 99
}

.blog__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .blog__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .blog__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .blog__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .blog__container {
        max-width: 1420px
    }
}

.blog__row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px
}

.blog__row::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:992px) {
    .blog__row {
        max-width: none
    }
}

.blog__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:0) {
    .blog__content {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .blog__content {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .blog__content {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .blog__content {
        float: left;
        width: 50%
    }
}

@media (min-width:1200px) {
    .blog__content {
        padding-left: 30px;
        padding-right: 30px
    }
}

.blog__sidebar {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media (min-width:0) {
    .blog__sidebar {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .blog__sidebar {
        float: left;
        width: 25%
    }
}

@media (min-width:992px) {
    .blog__sidebar {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .blog__sidebar {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    .blog__sidebar {
        padding-left: 30px;
        padding-right: 30px
    }
}

.blog__header {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
    background-color: #1b1c20;
    text-align: center;
    position: relative
}

@media (min-width:992px) {
    .blog__header {
        padding-top: 4rem
    }
}

@media (min-width:992px) {
    .blog__header {
        padding-bottom: 4rem
    }
}

.blog__header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-image: url(../../img/post-header-mix-bottom.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
    z-index: 9
}

.blog__header__title {
    margin-bottom: .5rem
}

.blog__header__background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .25
}

.blog__nav {
    margin-bottom: 2.5rem;
    border-bottom: solid 1px #e6e6e6
}

.blog__nav::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:992px) {
    .blog__nav {
        display: none
    }
}

.blog__nav__item {
    font-size: 1.8rem;
    color: #d2d2d2;
    cursor: pointer;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 33.33%;
    float: left;
    text-transform: uppercase;
    text-align: center
}

.blog__nav__item:first-of-type {
    text-align: left
}

.blog__nav__item:last-of-type {
    text-align: right
}

.blog__nav__item.slick-current {
    color: #1b1c20;
    text-align: center
}

.archive #menu-primary-menu .menu-item-16 {
    text-decoration: underline
}

.carousel {
    overflow: hidden
}

.carousel .slick-dots {
    bottom: 3rem
}

.columns-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

.columns-block__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6rem;
    padding-bottom: 6rem
}

.columns-block__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .columns-block__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .columns-block__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .columns-block__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .columns-block__container {
        max-width: 1420px
    }
}

@media (min-width:768px) {
    .columns-block__container {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .columns-block__container {
        padding-bottom: 10rem
    }
}

.columns-block--pattern {
    background-size: auto;
    background-repeat: repeat
}

.columns-block--center {
    text-align: center
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1420px
    }
}

.container--full {
    max-width: 2600px
}

.creator-leafs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    opacity: 0;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.creator-leafs.is-loaded {
    opacity: .26
}

.creator-leafs .creator-leaf {
    position: absolute
}

.creator-leafs .creator-leaf img {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:991px) {
    .creator-leafs .creator-leaf img {
        max-width: 100px
    }
}

.creator-leafs .creator-leaf--01,
.creator-leafs .creator-leaf--07 {
    top: 15%;
    left: 12%
}

.creator-leafs .creator-leaf--02,
.creator-leafs .creator-leaf--08 {
    top: 65%;
    left: 17%
}

.creator-leafs .creator-leaf--03,
.creator-leafs .creator-leaf--09 {
    top: 25%;
    left: 30%
}

.creator-leafs .creator-leaf--04,
.creator-leafs .creator-leaf--10 {
    top: 18%;
    left: 75%
}

.creator-leafs .creator-leaf--05,
.creator-leafs .creator-leaf--11 {
    top: 28%;
    left: 85%
}

.creator-leafs .creator-leaf--06,
.creator-leafs .creator-leaf--12 {
    top: 75%;
    left: 82%
}

@keyframes ab10BeakAnimation {
    0% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes ab10EyebrowAnimation {
    0% {
        transform: translateY(2px) rotate(.75deg)
    }

    100% {
        transform: translateY(-2px) rotate(-.25deg)
    }
}

@keyframes ab10BeakAnimationIntense {
    0% {
        transform: translateY(-6px) rotate(-1deg)
    }

    100% {
        transform: translateY(0) rotate(1deg)
    }
}

@keyframes ab10EyebrowAnimationIntense {
    0% {
        transform: translateY(10px) rotate(0)
    }

    100% {
        transform: translateY(5px) rotate(0)
    }
}

.custom-highlight--no-padding-top {
    padding-top: 0
}

.custom-highlight--creator .highlight__container {
    position: relative
}

.custom-highlight--creator .highlight__content {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: none;
    transform: none
}

.custom-highlight--creator .highlight__content__inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.custom-highlight--creator .highlight__content__title {
    padding-bottom: 3rem
}

.custom-highlight--creator .highlight__content__title img {
    max-width: none;
    max-height: none
}

@media (max-width:991px) {
    .custom-highlight--creator .highlight__content__title img {
        max-height: 250px
    }
}

.custom-highlight--creator .highlight__content__subtitle {
    max-width: 330px
}

@media (min-width:768px) {
    .custom-highlight--creator .highlight__content__subtitle {
        max-width: 350px
    }
}

@media (min-width:992px) {
    .custom-highlight--creator .highlight__content__subtitle {
        max-width: 425px
    }
}

@media (min-width:1200px) {
    .custom-highlight--creator .highlight__content__subtitle {
        max-width: 475px
    }
}

@media (min-width:1600px) {
    .custom-highlight--creator .highlight__content__subtitle {
        max-width: 500px
    }
}

@media (min-width:992px) {
    .custom-highlight--unicef-backpack .highlight__image--left img {
        left: 50%;
        right: auto;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (min-width:1200px) {
    .custom-highlight--ab10-ragerider {
        padding-top: 25px
    }
}

@media (min-width:992px) {
    .custom-highlight--ab10-ragerider .highlight__image--right img {
        left: 0
    }
}

.custom-highlight--ab10-ragerider .highlight__content__title {
    padding-bottom: 3rem
}

@media (min-width:768px) {
    .custom-highlight--ab10-ragerider .highlight__content__title img {
        max-width: 500px;
        max-height: 175px
    }
}

@media (min-width:992px) {
    .custom-highlight--ab10-ragerider .highlight__content__title img {
        max-width: 500px;
        max-height: 150px
    }
}

@media (min-width:1200px) {
    .custom-highlight--ab10-ragerider .highlight__content__title img {
        max-width: 550px;
        max-height: 200px
    }
}

@media (min-width:1600px) {
    .custom-highlight--ab10-ragerider .highlight__content__title img {
        max-width: 600px;
        max-height: 250px
    }
}

.custom-highlight--ab10-unicef {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap
}

.custom-highlight--ab10-unicef .highlight__custom {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    height: auto;
    z-index: 97;
    margin-top: 50px
}

.custom-highlight--ab10-unicef .highlight__custom::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .custom-highlight--ab10-unicef .highlight__custom {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .custom-highlight--ab10-unicef .highlight__custom {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .custom-highlight--ab10-unicef .highlight__custom {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .custom-highlight--ab10-unicef .highlight__custom {
        max-width: 1420px
    }
}

@media (min-width:992px) {
    .custom-highlight--ab10-unicef .highlight__custom {
        margin-top: 75px
    }
}

@media (min-width:1200px) {
    .custom-highlight--ab10-unicef .highlight__custom {
        margin-top: 100px
    }
}

.custom-highlight--ab10-unicef .highlight__custom img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px 5px
}

@media (min-width:1200px) {
    .custom-highlight--ab10-unicef .highlight__custom img {
        padding: 20px 35px 10px
    }
}

@media (min-width:1600px) {
    .custom-highlight--ab10-unicef .highlight__custom img {
        padding: 25px 50px 15px
    }
}

.custom-highlight--ab10 .highlight__container {
    position: static
}

.custom-highlight--ab10 .highlight__content__title img {
    max-height: none;
    max-width: 100%
}

@media (min-width:992px) {
    .custom-highlight--ab10 .highlight__image {
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.custom-highlight--ab10 .highlight__custom-images {
    pointer-events: none
}

.custom-highlight--ab10 .highlight__custom-image {
    font-size: 0
}

.custom-highlight--ab10 .highlight__custom-image.beak {
    -ms-transform-origin: 20% 75%;
    transform-origin: 20% 75%;
    animation: ab10BeakAnimation .5s linear infinite alternate-reverse;
    z-index: 2
}

.custom-highlight--ab10 .highlight__custom-image.eyebrow {
    -ms-transform-origin: 50% 60%;
    transform-origin: 50% 60%;
    animation: ab10EyebrowAnimation .75s linear infinite alternate-reverse;
    z-index: 1
}

.custom-highlight--ab10 .highlight__image img {
    transition: all .25s cubic-bezier(.19, 1, .22, 1)
}

@media (min-width:992px) {
    .custom-highlight--ab10 .highlight__image img {
        left: 100%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.no-touch .custom-highlight--ab10 .highlight__image img:hover {
    -ms-transform: scale(1.01) translateY(4%);
    transform: scale(1.01) translateY(4%)
}

@media (min-width:992px) {
    .no-touch .custom-highlight--ab10 .highlight__image img:hover {
        -ms-transform: scale(1.01) translate(-50%, -48%);
        transform: scale(1.01) translate(-50%, -48%)
    }
}

.no-touch .custom-highlight--ab10 .highlight__image img:hover+.highlight__custom-images .highlight__custom-image.beak {
    animation: ab10BeakAnimationIntense .1s linear infinite alternate-reverse
}

.no-touch .custom-highlight--ab10 .highlight__image img:hover+.highlight__custom-images .highlight__custom-image.eyebrow {
    animation: ab10EyebrowAnimationIntense .15s linear infinite reverse
}

.custom-highlight__home__movie.highlight {
    overflow: visible
}

.custom-highlight__home__movie .highlight__container {
    padding-bottom: 0;
    z-index: 6
}

.custom-highlight__home__movie .highlight__image {
    padding-bottom: 0
}

.custom-highlight__home__movie .highlight__image img {
    width: 100%;
    max-height: none;
    max-width: 500px
}

@media (min-width:768px) {
    .custom-highlight__home__movie .highlight__image img {
        max-width: 750px
    }
}

@media (min-width:992px) {
    .custom-highlight__home__movie .highlight__image img {
        max-width: 900px;
        top: auto;
        bottom: 0;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media (min-width:1200px) {
    .custom-highlight__home__movie .highlight__image img {
        max-width: 1000px
    }
}

@media (min-width:1600px) {
    .custom-highlight__home__movie .highlight__image img {
        max-width: 1191px
    }
}

@media (min-width:1600px) {
    .custom-highlight__home__movie .highlight__content {
        right: auto;
        left: 42.5%
    }
}

.custom-highlight__home__movie .highlight__custom {
    overflow: visible
}

.custom-highlight__home__movie .highlight__custom__overlay {
    opacity: .8
}

.custom-highlight__home__movie .highlight__custom__mix {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    height: auto;
    top: auto;
    bottom: 0;
    overflow: visible
}

.custom-highlight__home__movie .highlight__custom__mix__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px
}

@media (min-width:768px) {
    .custom-highlight__home__movie .highlight__custom__mix__image img {
        max-width: 750px
    }
}

@media (min-width:992px) {
    .custom-highlight__home__movie .highlight__custom__mix__image img {
        max-width: 900px
    }
}

@media (min-width:1200px) {
    .custom-highlight__home__movie .highlight__custom__mix__image img {
        max-width: 1000px
    }
}

@media (min-width:1600px) {
    .custom-highlight__home__movie .highlight__custom__mix__image img {
        max-width: 1191px
    }
}

.custom-highlight__home__ab2 .highlight__content {
    margin-top: -25%
}

@media (min-width:600px) {
    .custom-highlight__home__ab2 .highlight__content {
        margin-top: -110px
    }
}

@media (min-width:768px) {
    .custom-highlight__home__ab2 .highlight__content {
        margin-top: -140px
    }
}

@media (min-width:992px) {
    .custom-highlight__home__ab2 .highlight__content {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .custom-highlight__home__ab2 .highlight__content {
        bottom: 12%
    }
}

@media (min-width:992px) {
    .custom-highlight__home__ab2 .highlight__content__title {
        -ms-transform: translate(20px, 10px);
        transform: translate(20px, 10px)
    }
}

.custom-highlight__movie__trailer .highlight__custom {
    z-index: 5
}

.custom-highlight__movie__trailer .highlight__custom__image {
    display: none
}

@media (min-width:992px) {
    .custom-highlight__movie__trailer .highlight__custom__image {
        display: block;
        position: absolute;
        top: 0;
        height: 100%
    }
}

.custom-highlight__movie__trailer .highlight__custom__image img {
    height: 100%;
    max-width: none
}

@media (min-width:992px) {
    .custom-highlight__movie__trailer .highlight__custom__image--left {
        left: -100px
    }
}

@media (min-width:1600px) {
    .custom-highlight__movie__trailer .highlight__custom__image--left {
        left: 0
    }
}

@media (min-width:992px) {
    .custom-highlight__movie__trailer .highlight__custom__image--right {
        right: -100px
    }
}

@media (min-width:1600px) {
    .custom-highlight__movie__trailer .highlight__custom__image--right {
        right: 0
    }
}

.custom-highlight__characters__red .highlight__custom {
    z-index: 5
}

.custom-highlight__characters__red .highlight__custom__image {
    position: absolute;
    top: 25px;
    right: 0;
    width: 100px
}

@media (min-width:768px) {
    .custom-highlight__characters__red .highlight__custom__image {
        width: 150px;
        top: 50px
    }
}

@media (min-width:1200px) {
    .custom-highlight__characters__red .highlight__custom__image {
        top: 250px;
        width: 165px
    }
}

@media (min-width:1600px) {
    .custom-highlight__characters__red .highlight__custom__image {
        top: 325px;
        width: auto
    }
}

.custom-highlight__characters__chuck .highlight__custom {
    z-index: 100
}

.custom-highlight__characters__chuck .highlight__custom__image {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px
}

@media (min-width:768px) {
    .custom-highlight__characters__chuck .highlight__custom__image {
        width: 150px;
        top: 70px
    }
}

@media (min-width:992px) {
    .custom-highlight__characters__chuck .highlight__custom__image {
        width: 150px;
        top: 80px
    }
}

@media (min-width:1200px) {
    .custom-highlight__characters__chuck .highlight__custom__image {
        top: 75px;
        width: 165px
    }
}

@media (min-width:1600px) {
    .custom-highlight__characters__chuck .highlight__custom__image {
        top: 225px;
        width: auto
    }
}

.custom-highlight__characters__bomb .highlight__custom {
    z-index: 5
}

.custom-highlight__characters__bomb .highlight__custom__image {
    position: absolute;
    top: 170px;
    right: -25px;
    width: 100px
}

@media (min-width:768px) {
    .custom-highlight__characters__bomb .highlight__custom__image {
        width: 150px;
        right: -10px;
        top: 200px
    }
}

@media (min-width:992px) {
    .custom-highlight__characters__bomb .highlight__custom__image {
        top: 290px;
        width: 125px;
        right: 0
    }
}

@media (min-width:1200px) {
    .custom-highlight__characters__bomb .highlight__custom__image {
        top: 270px;
        width: 175px
    }
}

@media (min-width:1600px) {
    .custom-highlight__characters__bomb .highlight__custom__image {
        top: 300px;
        width: auto
    }
}

.custom-highlight__characters__matilda .highlight__custom {
    z-index: 100
}

.custom-highlight__characters__matilda .highlight__custom__image {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px
}

@media (min-width:768px) {
    .custom-highlight__characters__matilda .highlight__custom__image {
        width: 150px;
        top: 275px
    }
}

@media (min-width:992px) {
    .custom-highlight__characters__matilda .highlight__custom__image {
        width: 160px;
        top: 320px
    }
}

@media (min-width:1200px) {
    .custom-highlight__characters__matilda .highlight__custom__image {
        top: 310px;
        width: 195px
    }
}

@media (min-width:1600px) {
    .custom-highlight__characters__matilda .highlight__custom__image {
        top: 380px;
        width: auto
    }
}

.custom-highlight__characters__pigs .highlight__custom {
    z-index: 5
}

.custom-highlight__characters__pigs .highlight__custom__image {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -75px;
    width: 85px
}

@media (min-width:768px) {
    .custom-highlight__characters__pigs .highlight__custom__image {
        top: -5px;
        width: 115px;
        margin-left: -115px
    }
}

@media (min-width:992px) {
    .custom-highlight__characters__pigs .highlight__custom__image {
        width: 145px;
        margin-left: -150px
    }
}

@media (min-width:1200px) {
    .custom-highlight__characters__pigs .highlight__custom__image {
        width: 185px;
        margin-left: 0;
        left: auto;
        right: 50%;
        margin-right: -570px
    }
}

@media (min-width:1600px) {
    .custom-highlight__characters__pigs .highlight__custom__image {
        width: auto;
        right: 50%;
        margin-right: -775px
    }
}

.custom-highlight__characters__mighty-eagle .highlight__custom {
    z-index: 100
}

.custom-highlight__characters__mighty-eagle .highlight__custom__image {
    position: absolute;
    top: 260px;
    left: 25px;
    width: 75px
}

@media (min-width:768px) {
    .custom-highlight__characters__mighty-eagle .highlight__custom__image {
        width: 125px;
        left: 75px;
        top: 390px
    }
}

@media (min-width:992px) {
    .custom-highlight__characters__mighty-eagle .highlight__custom__image {
        width: 135px;
        top: 440px;
        left: 20px
    }
}

@media (min-width:1200px) {
    .custom-highlight__characters__mighty-eagle .highlight__custom__image {
        top: 480px;
        width: 150px;
        left: 30px
    }
}

@media (min-width:1600px) {
    .custom-highlight__characters__mighty-eagle .highlight__custom__image {
        top: 530px;
        width: auto;
        left: 50px
    }
}

.custom-highlight__abgo__keyart .highlight__content__title img {
    max-height: 150px
}

@media (min-width:768px) {
    .custom-highlight__abgo__keyart .highlight__content__title img {
        max-height: 180px
    }
}

@media (min-width:992px) {
    .custom-highlight__abgo__keyart .highlight__content__title img {
        max-height: 200px
    }
}

@media (min-width:1200px) {
    .custom-highlight__abgo__keyart .highlight__content__title img {
        max-height: 250px
    }
}

@media (min-width:1600px) {
    .custom-highlight__abgo__keyart .highlight__content__title img {
        max-height: 300px
    }
}

.custom-highlight__abtf__music .highlight__content__inner {
    padding-left: 30px;
    padding-right: 30px
}

.custom-highlight__abtf__music .highlight__content__inner .btn--custom {
    margin-bottom: 1rem
}

.custom-highlight__abpop__keyart .highlight__content__title img {
    max-height: 150px
}

@media (min-width:768px) {
    .custom-highlight__abpop__keyart .highlight__content__title img {
        max-height: 180px
    }
}

@media (min-width:992px) {
    .custom-highlight__abpop__keyart .highlight__content__title img {
        max-height: 200px
    }
}

@media (min-width:1200px) {
    .custom-highlight__abpop__keyart .highlight__content__title img {
        max-height: 225px
    }
}

@media (min-width:1600px) {
    .custom-highlight__abpop__keyart .highlight__content__title img {
        max-height: 250px
    }
}

.custom-highlight__ab2__keyart .highlight__content {
    margin-top: -25%
}

@media (min-width:600px) {
    .custom-highlight__ab2__keyart .highlight__content {
        margin-top: -110px
    }
}

@media (min-width:768px) {
    .custom-highlight__ab2__keyart .highlight__content {
        margin-top: -140px
    }
}

@media (min-width:992px) {
    .custom-highlight__ab2__keyart .highlight__content {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .custom-highlight__ab2__keyart .highlight__content {
        bottom: 12%
    }
}

@media (min-width:992px) {
    .custom-highlight__ab2__keyart .highlight__content__title {
        -ms-transform: translate(20px, 10px);
        transform: translate(20px, 10px)
    }
}

@media (min-width:992px) {
    .custom-highlight__ab2__keyart .highlight__image img {
        top: 20px;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media (min-width:1600px) {
    .custom-highlight__ab2__keyart .highlight__image img {
        top: 50px
    }
}

.custom-highlight__blog__featured .highlight__content__subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal
}

.custom-highlight__blog__featured .highlight__content__subtitle:after,
.custom-highlight__blog__featured .highlight__content__subtitle:before {
    content: '';
    display: inline-block;
    width: 5rem;
    height: 1px;
    background-color: #ffec00;
    margin-bottom: .6rem
}

.custom-highlight__blog__featured .highlight__content__subtitle:before {
    margin-right: .6rem
}

.custom-highlight__blog__featured .highlight__content__subtitle:after {
    margin-left: .6rem
}

.custom-columns--playlist-header {
    padding-bottom: 0
}

.custom-columns--playlist-header+.playlist-carousel {
    padding-top: 3rem
}

.custom-columns--video-embeds .section-header__title {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto
}

.custom-columns--video-embeds .columns__item .el {
    padding-left: 0;
    padding-right: 0
}

.custom-columns--video-embeds+.custom-columns--video-embeds .columns-block__container {
    padding-top: 3rem
}

.custom-columns--creator .section-header__title {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    color: #ffa800;
    margin-bottom: 3rem
}

.custom-columns--no-header-margin .section-header {
    margin-bottom: 1rem
}

.custom-columns--no-header-margin .section-header__title {
    margin-bottom: 0
}

.custom-columns--no-padding-top .columns-block__container {
    padding-top: 0
}

.custom-columns--no-padding-bottom .columns-block__container {
    padding-bottom: 0
}

.custom-columns__epic__characters .columns__item .el {
    padding-left: 0;
    padding-right: 0
}

.custom-columns__epic__features {
    padding-bottom: 2rem
}

.custom-columns__epic__details {
    background-position: top center
}

@media (min-width:768px) {
    .custom-columns__abtf__features .columns-block__container {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

.custom-columns__abtf__features .columns__item .el {
    padding-bottom: 3rem;
    padding-top: 3rem;
    background-color: #2e2775;
    border-radius: 15px;
    border-top: solid 1px #585495;
    border-left: solid 1px #2f2a61;
    border-right: solid 1px #211c51;
    border-bottom: solid 1px #211c51;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5)
}

@media (min-width:992px) {
    .custom-columns__abtf__features .columns__item .el {
        padding-bottom: 4rem
    }
}

.custom-columns__stella__features {
    padding-top: 2rem;
    padding-bottom: 4rem
}

@media (min-width:992px) {
    .custom-columns__stella__features {
        padding-bottom: 6rem
    }
}

.custom-columns__fight__features {
    padding-bottom: 4rem
}

@media (min-width:992px) {
    .custom-columns__fight__features {
        padding-bottom: 6rem
    }
}

.custom-columns__fight__details .columns-block__container {
    padding-top: 3rem
}

@media (min-width:992px) {
    .custom-columns__fight__details .columns-block__container {
        padding-top: 4rem
    }
}

.custom-columns__characters__support {
    overflow: hidden
}

.custom-columns__characters__support .custom-columns__item {
    z-index: 2
}

.custom-columns__characters__support .custom-columns__item:nth-of-type(2) {
    z-index: 1
}

.custom-columns__characters__support .custom-columns__item__image {
    position: relative;
    z-index: 2;
    height: 325px
}

@media (min-width:992px) {
    .custom-columns__characters__support .custom-columns__item__image {
        height: 450px
    }
}

@media (min-width:1200px) {
    .custom-columns__characters__support .custom-columns__item__image {
        height: 500px
    }
}

@media (min-width:1600px) {
    .custom-columns__characters__support .custom-columns__item__image {
        height: 577px
    }
}

.custom-columns__characters__support .custom-columns__item__image img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    max-width: none
}

.custom-columns__characters__support .custom-columns__item__title {
    position: relative;
    z-index: 3;
    margin-top: -90px
}

@media (min-width:768px) {
    .custom-columns__characters__support .custom-columns__item__title {
        margin-top: -90px
    }
}

@media (min-width:992px) {
    .custom-columns__characters__support .custom-columns__item__title {
        margin-top: -100px
    }
}

@media (min-width:1200px) {
    .custom-columns__characters__support .custom-columns__item__title {
        margin-top: -120px
    }
}

@media (min-width:1600px) {
    .custom-columns__characters__support .custom-columns__item__title {
        margin-top: -160px
    }
}

.custom-columns__characters__support .custom-columns__item__title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 115px;
    max-width: 280px
}

@media (min-width:768px) {
    .custom-columns__characters__support .custom-columns__item__title img {
        max-width: 100%
    }
}

.custom-columns__characters__support .custom-columns__item__content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 300px
}

@media (min-width:768px) {
    .custom-columns__characters__support .custom-columns__item__content {
        max-width: 340px
    }
}

@media (min-width:992px) {
    .custom-columns__characters__support .custom-columns__item__content {
        max-width: 90%
    }
}

@media (min-width:1200px) {
    .custom-columns__characters__support .custom-columns__item__content {
        max-width: 85%
    }
}

.custom-columns__characters__support .custom-columns__item__content h1,
.custom-columns__characters__support .custom-columns__item__content h2,
.custom-columns__characters__support .custom-columns__item__content h3,
.custom-columns__characters__support .custom-columns__item__content h4,
.custom-columns__characters__support .custom-columns__item__content h5,
.custom-columns__characters__support .custom-columns__item__content h6 {
    margin-top: 1rem;
    margin-bottom: 1.5rem
}

.custom-columns__characters__support .custom-columns__item__content p {
    font-size: 1.4rem
}

.custom-columns__movie__cast {
    overflow: hidden
}

.custom-columns__movie__cast .columns__custom__title {
    padding-bottom: 1rem
}

@media (min-width:992px) {
    .custom-columns__movie__cast .columns__custom__title {
        padding-bottom: 3rem
    }
}

@media (min-width:992px) and (min-width:992px) {
    .custom-columns__movie__cast .columns__custom__title {
        padding-bottom: 4rem
    }
}

.custom-columns__movie__cast .columns__custom__image a {
    display: block
}

.custom-columns__movie__cast .columns__custom__image img.alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 0;
    max-width: 1200px
}

.custom-columns__movie__cast .columns__custom__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0
}

@media (min-width:992px) {
    .custom-columns__movie__cast .columns__custom__list {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%
    }
}

.custom-columns__movie__cast .columns__custom__list li {
    display: inline-block;
    width: 33.33%;
    white-space: nowrap;
    font-size: 1.4rem;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .custom-columns__movie__cast .columns__custom__list li {
        width: 20%;
        font-size: 1.6rem
    }
}

@media (min-width:1200px) {
    .custom-columns__movie__cast .columns__custom__list li {
        font-size: 2rem
    }
}

.custom-columns__movie__cast .columns__custom__list li a,
.custom-columns__movie__cast .columns__custom__list li strong {
    color: #ffec00;
    display: block;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.25;
    font-size: 1.6rem
}

@media (min-width:768px) {

    .custom-columns__movie__cast .columns__custom__list li a,
    .custom-columns__movie__cast .columns__custom__list li strong {
        font-size: 2rem
    }
}

@media (min-width:1200px) {

    .custom-columns__movie__cast .columns__custom__list li a,
    .custom-columns__movie__cast .columns__custom__list li strong {
        font-size: 2.6rem
    }
}

@media (min-width:992px) {
    .custom-columns__movie__cast .columns__custom__list li a {
        overflow: hidden;
        transition: all .5s cubic-bezier(.19, 1, .22, 1)
    }

    .custom-columns__movie__cast .columns__custom__list li a:after {
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        margin: 0
    }

    .custom-columns__movie__cast .columns__custom__list li a:after {
        font-size: 1.4rem;
        -ms-transform: translate(200px, -.5rem);
        transform: translate(200px, -.5rem);
        transition: all .25s cubic-bezier(.19, 1, .22, 1)
    }

    .no-touch .custom-columns__movie__cast .columns__custom__list li a:hover {
        -ms-transform: translate(-5px, 0);
        transform: translate(-5px, 0)
    }

    .no-touch .custom-columns__movie__cast .columns__custom__list li a:hover:after {
        -ms-transform: translate(.5rem, -.5rem);
        transform: translate(.5rem, -.5rem)
    }
}

.decoration {
    position: relative;
    background-color: #000;
    height: 200px;
    overflow: hidden
}

@media (min-width:768px) {
    .decoration {
        height: 225px
    }
}

@media (min-width:992px) {
    .decoration {
        height: 275px
    }
}

@media (min-width:1200px) {
    .decoration {
        height: 325px
    }
}

@media (min-width:1600px) {
    .decoration {
        height: 390px
    }
}

.decoration__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.decoration__image--pattern .decoration__image {
    background-size: auto;
    background-repeat: repeat
}

.example {
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media (min-width:768px) {
    .example {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .example {
        padding-bottom: 10rem
    }
}

.example__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.example__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .example__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .example__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .example__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .example__container {
        max-width: 1420px
    }
}

.example__row {
    margin-left: -15px;
    margin-right: -15px
}

.example__row::after {
    clear: both;
    content: "";
    display: table
}

.example__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.footer {
    position: relative;
    background: #000;
    color: #fff;
    text-align: center
}

.footer:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    height: 5px;
    width: 100%;
    background-image: url(../../img/footer-mix-top.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
    z-index: 9
}

.footer__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3rem;
    padding-bottom: 2rem
}

.footer__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .footer__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .footer__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .footer__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .footer__container {
        max-width: 1420px
    }
}

@media (min-width:992px) {
    .footer__container {
        padding-top: 4rem
    }
}

.footer__row {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 3rem
}

.footer__row::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:992px) {
    .footer__row {
        padding-bottom: 4rem
    }
}

.footer__row:last-of-type {
    padding-bottom: 0
}

.footer__row--nav {
    padding-bottom: 3rem
}

.footer__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.footer__content .nav__list--bar li {
    float: none;
    width: auto;
    display: inline
}

.footer__content .nav__list--bar li a {
    width: auto;
    display: inline-block
}

@media (min-width:992px) {
    .footer__content .nav__list--bar li a {
        overflow: hidden;
        transition: all .5s cubic-bezier(.19, 1, .22, 1)
    }

    .footer__content .nav__list--bar li a:after {
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        margin: 0
    }

    .footer__content .nav__list--bar li a:after {
        font-size: 1.4rem;
        -ms-transform: translate(200px, -.3rem);
        transform: translate(200px, -.3rem);
        transition: all .25s cubic-bezier(.19, 1, .22, 1)
    }

    .no-touch .footer__content .nav__list--bar li a:hover {
        -ms-transform: translate(-5px, 0);
        transform: translate(-5px, 0)
    }

    .no-touch .footer__content .nav__list--bar li a:hover:after {
        -ms-transform: translate(.5rem, -.3rem);
        transform: translate(.5rem, -.3rem)
    }
}

.footer__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 132px;
    padding-bottom: 7px
}

@media (min-width:992px) {
    .footer__logo {
        max-width: 160px;
        padding-bottom: 10px
    }
}

.no-touch .footer__logo:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.footer__logo__svg__icon {
    fill: #c12428
}

.footer__logo__svg__wordmark {
    fill: #fff
}

.gallery-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .gallery-block {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .gallery-block {
        padding-bottom: 10rem
    }
}

.gallery-block__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.gallery-block__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .gallery-block__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .gallery-block__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .gallery-block__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .gallery-block__container {
        max-width: 1420px
    }
}

.gallery-block__item,
.gallery-block__sizer {
    width: 50%
}

@media (min-width:768px) {

    .gallery-block__item,
    .gallery-block__sizer {
        width: 50%
    }
}

@media (min-width:992px) {

    .gallery-block__item,
    .gallery-block__sizer {
        width: 33.333%
    }
}

@media (min-width:992px) {
    .gallery-block__item--double {
        width: 66.666%
    }
}

.gallery-block__items {
    opacity: 0
}

.gallery-block__items::after {
    clear: both;
    content: "";
    display: table
}

.gallery-block__item {
    float: left
}

.ie-lt10 .gallery-block__items {
    opacity: 1
}

.game-list {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 6rem;
    background-position: top center;
    background-color: #1b1c20;
    color: #fff
}

@media (min-width:768px) {
    .game-list {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .game-list {
        padding-bottom: 10rem
    }
}

@media (min-width:768px) {
    .game-list {
        padding-top: 10rem
    }
}

@media (min-width:1200px) {
    .game-list {
        padding-top: 11.5rem
    }
}

.game-list__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.game-list__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .game-list__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .game-list__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .game-list__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .game-list__container {
        max-width: 1420px
    }
}

.game-list__row {
    margin-left: 0;
    margin-right: 0
}

.game-list__row::after {
    clear: both;
    content: "";
    display: table
}

.game-list__item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:0) {
    .game-list__item {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:768px) {
    .game-list__item {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:768px) {
    .game-list__item {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:1200px) {
    .game-list__item {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    .game-list__item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.game-list__item:nth-child(2n+1) {
    clear: left
}

@media (min-width:768px) {
    .game-list__item:nth-child(2n+1) {
        clear: none
    }

    .game-list__item:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width:1200px) {
    .game-list__item:nth-child(3n+1) {
        clear: none
    }

    .game-list__item:nth-child(4n+1) {
        clear: left
    }
}

.hero-block {
    position: relative;
    overflow: hidden;
    background: #c02227
}

.hero-block .hero-block__slide {
    width: 100%;
    height: 500px
}

@media (min-width:768px) {
    .hero-block .hero-block__slide {
        height: 800px
    }
}

.highlight {
    position: relative;
    overflow: hidden;
    background-color: #000
}

.highlight__container {
    min-height: auto
}

@media (min-width:768px) {
    .highlight__container {
        min-height: auto
    }
}

@media (min-width:992px) {
    .highlight__container {
        min-height: 550px
    }
}

@media (min-width:1200px) {
    .highlight__container {
        min-height: 600px
    }
}

@media (min-width:1600px) {
    .highlight__container {
        min-height: 720px
    }
}

@media (min-width:992px) {
    .highlight--short .highlight__container {
        min-height: 467px
    }
}

@media (min-width:1200px) {
    .highlight--short .highlight__container {
        min-height: 510px
    }
}

@media (min-width:1600px) {
    .highlight--short .highlight__container {
        min-height: 612px
    }
}

.highlight--short .highlight__container--no-image {
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media (min-width:992px) {
    .highlight--tall .highlight__container {
        min-height: 660px
    }
}

@media (min-width:1200px) {
    .highlight--tall .highlight__container {
        min-height: 720px
    }
}

@media (min-width:1600px) {
    .highlight--tall .highlight__container {
        min-height: 864px
    }
}

.highlight__background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden
}

.highlight__background__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top center
}

.highlight__background__image--pattern {
    background-size: auto;
    background-repeat: repeat
}

.highlight__background__video {
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    display: none
}

@media (min-width:768px) {
    .highlight__background__video {
        display: block
    }
}

.highlight__background__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.highlight__background__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .45;
    z-index: 3
}

.highlight__background__fade {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 33.33%;
    z-index: 4
}

.highlight__background__fade--extend {
    height: 100%
}

.highlight__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
    z-index: 99
}

.highlight__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .highlight__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .highlight__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .highlight__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .highlight__container {
        max-width: 1420px
    }
}

@media (min-width:992px) {
    .highlight__container {
        padding-top: 0;
        padding-bottom: 0
    }
}

.highlight__container--no-image {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.highlight__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 3rem;
    font-size: 0;
    z-index: 97
}

@media (min-width:992px) {
    .highlight__image {
        padding-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.highlight__image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 275px
}

@media (min-width:768px) {
    .highlight__image img {
        max-height: 400px
    }
}

@media (min-width:992px) {
    .highlight__image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        max-height: 85%
    }
}

@media (min-width:992px) {
    .highlight__image--left {
        width: calc(50% - 15px)
    }
}

@media (min-width:992px) {
    .highlight__image--left img {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: auto;
        right: 0
    }
}

@media (min-width:992px) {
    .highlight__image--right {
        width: calc(50% - 15px);
        left: auto;
        right: 0
    }
}

@media (min-width:992px) {
    .highlight__image--right img {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: auto
    }
}

@media (min-width:992px) {
    .highlight__image--wide {
        width: 100%
    }
}

@media (min-width:992px) {
    .highlight__image--wide.highlight__image--left img {
        left: 15px;
        right: auto
    }
}

@media (min-width:992px) {
    .highlight__image--wide.highlight__image--right img {
        left: auto;
        right: 15px
    }
}

@media (min-width:992px) {
    .highlight__image--tall img {
        max-height: 100%
    }
}

.highlight__image--reversed {
    padding-bottom: 2rem
}

@media (min-width:992px) {
    .highlight__image--reversed {
        padding-bottom: 3rem
    }
}

.highlight__custom-image,
.highlight__custom-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.highlight__content {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 98
}

@media (min-width:992px) {
    .highlight__content {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.highlight__content__title {
    padding-bottom: 2rem
}

.highlight__content__title img {
    max-height: 115px;
    max-width: 280px
}

@media (min-width:768px) {
    .highlight__content__title img {
        max-height: 150px;
        max-width: 408px
    }
}

@media (min-width:992px) {
    .highlight__content__title img {
        max-height: 125px;
        max-width: 408px
    }
}

@media (min-width:1200px) {
    .highlight__content__title img {
        max-height: 175px;
        max-width: 456px
    }
}

@media (min-width:1600px) {
    .highlight__content__title img {
        max-height: 225px;
        max-width: 504px
    }
}

.highlight__content__subtitle {
    padding-bottom: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.6rem;
    max-width: 280px
}

@media (min-width:768px) {
    .highlight__content__subtitle {
        font-size: 2.8rem;
        max-width: 340px
    }
}

@media (min-width:992px) {
    .highlight__content__subtitle {
        font-size: 3rem;
        max-width: 340px
    }
}

@media (min-width:1200px) {
    .highlight__content__subtitle {
        max-width: 380px
    }
}

@media (min-width:1600px) {
    .highlight__content__subtitle {
        max-width: 420px
    }
}

.highlight__content p {
    padding-bottom: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.9rem;
    max-width: 280px
}

@media (min-width:768px) {
    .highlight__content p {
        font-size: 1.9rem;
        max-width: 340px
    }
}

@media (min-width:992px) {
    .highlight__content p {
        font-size: 1.8rem;
        max-width: 340px
    }
}

@media (min-width:1200px) {
    .highlight__content p {
        font-size: 2rem;
        max-width: 380px
    }
}

@media (min-width:1600px) {
    .highlight__content p {
        font-size: 2.2rem;
        max-width: 420px
    }
}

.highlight__content .block-listing__item__btn,
.highlight__content .btn,
.highlight__content .nf-form-content .nf-element[type=button],
.highlight__content .nf-form-content .nf-element[type=submit],
.nf-form-content .highlight__content .nf-element[type=button],
.nf-form-content .highlight__content .nf-element[type=submit] {
    margin-top: .5rem
}

@media (min-width:992px) {
    .highlight__content--left {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        left: 15px;
        right: auto
    }
}

@media (min-width:992px) {
    .highlight__content--right {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        left: auto;
        right: 15px
    }
}

@media (min-width:992px) {
    .highlight__content--top {
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 10%;
        bottom: auto
    }
}

@media (min-width:1600px) {
    .highlight__content--top {
        top: 15%
    }
}

@media (min-width:992px) {
    .highlight__content--bottom {
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: 10%
    }
}

@media (min-width:1600px) {
    .highlight__content--bottom {
        bottom: 15%
    }
}

@media (min-width:992px) {

    .highlight__content--left.highlight__content--bottom,
    .highlight__content--left.highlight__content--top,
    .highlight__content--right.highlight__content--bottom,
    .highlight__content--right.highlight__content--top {
        -ms-transform: none;
        transform: none
    }
}

.highlight__content--reversed {
    padding-bottom: 1rem
}

@media (min-width:992px) {
    .highlight__content--reversed {
        padding-bottom: 0
    }
}

.highlight__content--extra-top {
    margin-top: 25%
}

@media (min-width:992px) {
    .highlight__content--extra-top {
        margin-top: 0
    }
}

.highlight__content--extra-bottom {
    margin-bottom: 25%
}

@media (min-width:992px) {
    .highlight__content--extra-bottom {
        margin-bottom: 0
    }
}

.highlight__wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.highlight__clickable {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.highlight--banner {
    height: 500px
}

@media (min-width:768px) {
    .highlight--banner {
        height: 550px
    }
}

@media (min-width:992px) {
    .highlight--banner {
        height: 550px
    }
}

@media (min-width:1200px) {
    .highlight--banner {
        height: 600px
    }
}

@media (min-width:1600px) {
    .highlight--banner {
        height: 720px
    }
}

.highlight--banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: 100%
}

.highlight__custom {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.highlight__custom__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
    opacity: .45
}

.links-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.logo-listing {
    text-align: center
}

.logo-listing .logo-listing__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6rem;
    padding-bottom: 6rem
}

.logo-listing .logo-listing__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .logo-listing .logo-listing__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .logo-listing .logo-listing__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .logo-listing .logo-listing__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .logo-listing .logo-listing__container {
        max-width: 1420px
    }
}

@media (min-width:768px) {
    .logo-listing .logo-listing__container {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .logo-listing .logo-listing__container {
        padding-bottom: 10rem
    }
}

.logo-listing .logo-listing__text {
    margin-bottom: 3rem
}

@media (min-width:992px) {
    .logo-listing .logo-listing__text {
        margin-bottom: 4rem
    }
}

.logo-listing .logo-listing__lists {
    margin-left: -15px;
    margin-right: -15px
}

.logo-listing .logo-listing__lists::after {
    clear: both;
    content: "";
    display: table
}

.logo-listing .logo-listing__list {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3rem
}

@media (min-width:992px) {
    .logo-listing .logo-listing__list {
        margin-bottom: 4rem
    }
}

.logo-listing .logo-listing__list:last-child {
    margin-bottom: 0
}

.logo-listing .logo-listing__list__title {
    margin: 0;
    margin-bottom: 3rem
}

.logo-listing .logo-listing__list__images {
    margin-left: 0;
    margin-right: 0;
    font-size: 0
}

.logo-listing .logo-listing__list__images::after {
    clear: both;
    content: "";
    display: table
}

.logo-listing .logo-listing__list__image {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    float: none !important;
    margin-top: -1px;
    margin-left: -1px;
    background: #fff;
    padding: 1rem 1rem;
    border: 1px solid #dae0e9
}

@media (min-width:768px) {
    .logo-listing .logo-listing__list__image {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .logo-listing .logo-listing__list__image {
        float: left;
        width: 25%
    }
}

@media (min-width:768px) {
    .logo-listing .logo-listing__list__image {
        padding: 2rem 4rem
    }

    .logo-listing .logo-listing__list__image:first-child {
        margin-left: 0
    }
}

.logo-listing .logo-listing__list__image__inner {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.page-not-found {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-color: #fff;
    text-align: center
}

@media (min-width:992px) {
    .page-not-found {
        padding-top: 4rem
    }
}

@media (min-width:992px) {
    .page-not-found {
        padding-bottom: 6rem
    }
}

.page-not-found__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 650px
}

.page-not-found__container::after {
    clear: both;
    content: "";
    display: table
}

.playlist-carousel {
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media (min-width:768px) {
    .playlist-carousel {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .playlist-carousel {
        padding-bottom: 10rem
    }
}

.playlist-carousel__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 99
}

.playlist-carousel__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .playlist-carousel__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .playlist-carousel__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .playlist-carousel__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .playlist-carousel__container {
        max-width: 1420px
    }
}

@media (min-width:768px) {
    .playlist-carousel__container {
        padding-left: 50px;
        padding-right: 50px
    }
}

.playlist-carousel__title {
    padding-bottom: 3rem
}

@media (min-width:992px) {
    .playlist-carousel__title {
        padding-bottom: 4rem
    }
}

.playlist-carousel__title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 75px
}

@media (min-width:768px) {
    .playlist-carousel__title img {
        max-height: 100px
    }
}

@media (min-width:992px) {
    .playlist-carousel__title img {
        max-height: 125px
    }
}

@media (min-width:1200px) {
    .playlist-carousel__title img {
        max-height: 150px
    }
}

.playlist-carousel__items {
    margin-left: -15px;
    margin-right: -15px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.playlist-carousel__items::after {
    clear: both;
    content: "";
    display: table
}

.playlist-carousel__items.slick-initialized {
    opacity: 1;
    height: auto;
    overflow: visible
}

.playlist-carousel__slide {
    position: relative
}

.playlist-carousel__slide::after {
    clear: both;
    content: "";
    display: table
}

.playlist-carousel__item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    .playlist-carousel__item {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .playlist-carousel__item {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    .playlist-carousel__item {
        float: left;
        width: 20%
    }
}

@media (min-width:992px) {
    .playlist-carousel__item {
        margin-bottom: 20px
    }
}

@media (min-width:1600px) {
    .playlist-carousel__item {
        margin-bottom: 25px
    }
}

.playlist-carousel__item:nth-child(2n+1) {
    clear: left
}

@media (min-width:768px) {
    .playlist-carousel__item:nth-child(2n+1) {
        clear: none
    }

    .playlist-carousel__item:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width:992px) {
    .playlist-carousel__item:nth-child(3n+1) {
        clear: none
    }

    .playlist-carousel__item:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width:1200px) {
    .playlist-carousel__item:nth-child(4n+1) {
        clear: none
    }

    .playlist-carousel__item:nth-child(5n+1) {
        clear: left
    }
}

.playlist-carousel__item--large {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .playlist-carousel__item--large {
        float: left;
        width: 66.66667%
    }
}

@media (min-width:992px) {
    .playlist-carousel__item--large {
        float: left;
        width: 50%
    }
}

@media (min-width:1200px) {
    .playlist-carousel__item--large {
        float: left;
        width: 40%
    }
}

.playlist-carousel--padding {
    padding-bottom: 8rem
}

@media (min-width:768px) {
    .playlist-carousel--padding {
        padding-bottom: 15rem
    }
}

.post-hero {
    background: #e6e6e6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 1rem
}

.post-hero .container {
    position: relative;
    min-height: 400px
}

.product-list {
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media (min-width:768px) {
    .product-list {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .product-list {
        padding-bottom: 10rem
    }
}

.product-list__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 99
}

.product-list__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .product-list__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .product-list__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .product-list__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .product-list__container {
        max-width: 1420px
    }
}

.product-list__title {
    padding-bottom: 3rem
}

.product-list__title img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.product-list__items {
    margin-left: -15px;
    margin-right: -15px
}

.product-list__items::after {
    clear: both;
    content: "";
    display: table
}

.product-list__item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .product-list__item {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .product-list__item {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    .product-list__item {
        float: left;
        width: 16.66667%
    }
}

.product-list__item:nth-child(2n+1) {
    clear: left
}

@media (min-width:768px) {
    .product-list__item:nth-child(2n+1) {
        clear: none
    }

    .product-list__item:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width:992px) {
    .product-list__item:nth-child(3n+1) {
        clear: none
    }

    .product-list__item:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width:1200px) {
    .product-list__item:nth-child(4n+1) {
        clear: none
    }

    .product-list__item:nth-child(6n+1) {
        clear: left
    }
}

.product-list__button {
    text-align: center;
    margin-top: 2rem;
    position: relative;
    top: 2rem
}

@media (min-width:768px) {
    .product-list__button {
        text-align: right
    }
}

.product-list+.product-list {
    padding-top: 0
}

.search-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff
}

@media (min-width:768px) {
    .search-block {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .search-block {
        padding-bottom: 10rem
    }
}

.search-block:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 5px;
    width: 100%;
    background-image: url(../../img/blog-mix-bottom.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
    z-index: 9
}

.search-block__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 620px;
    position: relative;
    z-index: 99
}

.search-block__container::after {
    clear: both;
    content: "";
    display: table
}

.separator {
    position: relative;
    height: 0;
    margin: 0;
    padding: 0;
    z-index: 7;
    pointer-events: none
}

.separator__image {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.single-post #menu-primary-menu .menu-item-16 {
    text-decoration: underline
}

.single-article {
    position: relative
}

.single-article:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 5px;
    width: 100%;
    background-image: url(../../img/blog-mix-bottom.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
    z-index: 9
}

.single-article__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.single-article__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .single-article__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .single-article__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .single-article__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .single-article__container {
        max-width: 1420px
    }
}

.social-feed {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .social-feed {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .social-feed {
        padding-bottom: 10rem
    }
}

.social-feed__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.social-feed__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .social-feed__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .social-feed__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .social-feed__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .social-feed__container {
        max-width: 1420px
    }
}

.social-feed--pattern {
    background-size: auto;
    background-repeat: repeat
}

.timeline {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #000
}

@media (min-width:768px) {
    .timeline {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .timeline {
        padding-bottom: 10rem
    }
}

@media (max-width:991px) {
    .timeline {
        padding-top: 12rem
    }
}

@media (min-width:768px) {
    .timeline {
        padding-top: 20rem
    }
}

.timeline__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.timeline__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .timeline__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .timeline__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .timeline__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .timeline__container {
        max-width: 1420px
    }
}

.timeline__content {
    margin-top: 20px
}

.timeline .slick-next,
.timeline .slick-prev {
    top: 55%
}

.timeline .slick-prev {
    left: 3px;
    z-index: 2
}

@media (min-width:768px) {
    .timeline .slick-prev {
        left: 8px
    }
}

.timeline .slick-prev,
.timeline .slick-prev::before {
    color: #ff0036
}

.timeline .slick-next {
    right: 3px;
    z-index: 2
}

@media (min-width:768px) {
    .timeline .slick-next {
        right: 8px
    }
}

.timeline .slick-next,
.timeline .slick-next::before {
    color: #ff0036
}

.js-toolbox-open .body,
.js-toolbox-open .main-header .nav-bar {
    padding-left: 400px
}

.js-toolbox-open .toolbox__navbar {
    width: 400px;
    overflow-y: auto
}

.js-toolbox-open .toolbox__navbar .toolbox__navbar__boxs-container {
    opacity: 1;
    visibility: visible
}

.toolbox {
    padding: 0 !important
}

.toolbox__navbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 45px;
    z-index: 900;
    background: #c02227;
    color: #fff
}

.toolbox__navbar h2 {
    color: #fff;
    font-size: 2.6rem;
    text-transform: capitalize;
    padding-bottom: 2rem;
    margin: 3rem 0;
    border-bottom: 1px solid #eee
}

.toolbox__navbar__nav-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 1rem
}

.toolbox__navbar__nav-container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .toolbox__navbar__nav-container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .toolbox__navbar__nav-container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .toolbox__navbar__nav-container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .toolbox__navbar__nav-container {
        max-width: 1420px
    }
}

.toolbox__navbar__boxs-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3rem;
    opacity: 0;
    visibility: hidden
}

.toolbox__navbar__boxs-container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .toolbox__navbar__boxs-container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .toolbox__navbar__boxs-container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .toolbox__navbar__boxs-container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .toolbox__navbar__boxs-container {
        max-width: 1420px
    }
}

.toolbox__navbar:hover {
    cursor: pointer
}

.toolbox .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.toolbox .container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .toolbox .container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .toolbox .container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .toolbox .container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .toolbox .container {
        max-width: 1420px
    }
}

.toolbox__item {
    margin: 20rem auto
}

.toolbox__item:first-child {
    margin-top: 0
}

.toolbox__item__title {
    color: #c02227;
    margin: 2rem 0
}

.toolbox__item__meta {
    margin-bottom: 5rem;
    background: #eee;
    padding: 2rem
}

.toolbox__item__code.js-show {
    display: block
}

.toolbox__item__code .prettyprint {
    max-height: 500px;
    overflow: auto
}

.toolbox__item__preview {
    position: relative;
    min-height: 300px
}

.wysiwyg-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .wysiwyg-block {
        padding-top: 10rem
    }
}

@media (min-width:768px) {
    .wysiwyg-block {
        padding-bottom: 10rem
    }
}

.wysiwyg-block__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px
}

.wysiwyg-block__container::after {
    clear: both;
    content: "";
    display: table
}

.wysiwyg-block--pattern {
    background-size: auto;
    background-repeat: repeat
}

.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #c02227;
    color: #c02227;
    background-color: #fff;
    border-color: #c02227;
    border-radius: 2px;
    background-clip: padding-box
}

.alert__hint {
    font-weight: 700
}

.alert--info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert--success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert--warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert--error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.breadcrumbs {
    padding: .5rem;
    margin: 0 0 1rem 0;
    background: #eee
}

.breadcrumbs li:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 3px
}

.breadcrumbs li:first-child:before {
    content: ""
}

.block-listing__item__btn,
.btn,
.nf-form-content .nf-element[type=button],
.nf-form-content .nf-element[type=submit] {
    display: inline-block;
    text-decoration: none;
    padding: 1.2rem 3rem;
    color: #1b1c20;
    cursor: pointer;
    border: none;
    background: #ffec00;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.4rem;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .75) inset, 0 2px 10px 0 rgba(0, 0, 0, .15);
    border-radius: 1rem;
    overflow: hidden;
    margin-left: .5rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    white-space: nowrap;
    overflow: hidden;
    color: #1b1c20;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    background-color: #ffec00;
    background: linear-gradient(to bottom, #ffec00 0, #ffc600 100%)
}

@media (min-width:375px) {

    .block-listing__item__btn,
    .btn,
    .nf-form-content .nf-element[type=button],
    .nf-form-content .nf-element[type=submit] {
        font-size: 2rem
    }
}

.block-listing__item__btn:active,
.block-listing__item__btn:focus,
.block-listing__item__btn:hover,
.btn:active,
.btn:focus,
.btn:hover,
.nf-form-content .nf-element[type=button]:active,
.nf-form-content .nf-element[type=button]:focus,
.nf-form-content .nf-element[type=button]:hover,
.nf-form-content .nf-element[type=submit]:active,
.nf-form-content .nf-element[type=submit]:focus,
.nf-form-content .nf-element[type=submit]:hover {
    outline: 0;
    color: #1b1c20
}

.nf-form-content p+.nf-element[type=button],
.nf-form-content p+.nf-element[type=submit],
p+.block-listing__item__btn,
p+.btn {
    margin-top: .25em
}

.btn.disabled,
.disabled.block-listing__item__btn,
.nf-form-content .disabled.nf-element[type=button],
.nf-form-content .disabled.nf-element[type=submit] {
    cursor: not-allowed;
    opacity: .5
}

.btn--icon {
    padding-left: 3rem;
    padding-right: 1.5rem;
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.btn--icon:after,
.btn--icon:before {
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    line-height: 1
}

.btn--icon:before {
    -ms-transform: translate(-4px, -1px);
    transform: translate(-4px, -1px)
}

.btn--icon:after {
    -ms-transform: translate(54px, -1px);
    transform: translate(54px, -1px)
}

.no-touch .btn--icon:hover {
    padding-left: 1.5rem;
    padding-right: 3rem
}

.no-touch .btn--icon:hover:before {
    -ms-transform: translate(-54px, -1px);
    transform: translate(-54px, -1px)
}

.no-touch .btn--icon:hover:after {
    -ms-transform: translate(4px, -1px);
    transform: translate(4px, -1px)
}

.btn--download:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin: 0
}

.btn--download:after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin: 0
}

.btn--download:before {
    -ms-transform: translate(-4px, -1px);
    transform: translate(-4px, -1px)
}

.btn--download:after {
    -ms-transform: translate(4px, -55px);
    transform: translate(4px, -55px)
}

.no-touch .btn--download:hover:before {
    -ms-transform: translate(-4px, 53px);
    transform: translate(-4px, 53px)
}

.no-touch .btn--download:hover:after {
    -ms-transform: translate(4px, -1px);
    transform: translate(4px, -1px)
}

.btn--video:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin: 0
}

.btn--video:after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin: 0
}

.btn--external {
    padding-left: 1.5rem;
    padding-right: 3rem
}

.btn--external:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin: 0
}

.btn--external:after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin: 0
}

.btn--external:after,
.btn--external:before {
    font-size: 1.6rem
}

.btn--external:before {
    transform: translate3d(-54px, -2px, 0)
}

.btn--external:after {
    transform: translate3d(4px, -2px, 0)
}

.no-touch .btn--external:hover {
    padding-left: 3rem;
    padding-right: 1.5rem
}

.no-touch .btn--external:hover:before {
    transform: translate3d(-4px, -2px, 0)
}

.no-touch .btn--external:hover:after {
    transform: translate3d(54px, -2px, 0)
}

.btn--custom {
    display: inline-block;
    margin-left: .5rem;
    margin-right: .5rem;
    margin-bottom: .5rem
}

.btn--custom img {
    max-height: 47px;
    transition: all .35s cubic-bezier(.19, 1, .22, 1)
}

@media (min-width:768px) {
    .btn--custom img {
        max-height: 51px
    }
}

@media (min-width:992px) {
    .btn--custom img {
        max-height: 53px
    }
}

@media (min-width:1200px) {
    .btn--custom img {
        max-height: 56px
    }
}

.no-touch .btn--custom:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.btn--low {
    background: 0 0;
    color: #ffec00;
    box-shadow: 0 0 0 2px #ffec00 inset;
    text-shadow: none
}

.btn--small {
    font-size: 1.6rem;
    padding: 1rem 2.4rem
}

.btn--small.btn--icon {
    padding-left: 2.4rem;
    padding-right: 1.2rem
}

.no-touch .btn--small.btn--icon:hover {
    padding-left: 1.2rem;
    padding-right: 2.4rem
}

.btn--small.btn--icon.btn--external {
    padding-left: 1.2rem;
    padding-right: 2.4rem
}

.no-touch .btn--small.btn--icon.btn--external:hover {
    padding-left: 2.4rem;
    padding-right: 1.2rem
}

.btn--extra-small {
    font-size: 1.4rem;
    padding: .8rem 2rem
}

.btn--extra-small:after,
.btn--extra-small:before {
    font-size: 1.4rem
}

.btn--extra-small.btn--icon {
    padding-left: 2rem;
    padding-right: .8rem
}

.no-touch .btn--extra-small.btn--icon:hover {
    padding-left: .8rem;
    padding-right: 2rem
}

.btn--extra-small.btn--icon.btn--external {
    padding-left: .8rem;
    padding-right: 2rem
}

.no-touch .btn--extra-small.btn--icon.btn--external:hover {
    padding-left: 2rem;
    padding-right: .8rem
}

.nf-form-content .no-touch .nf-element[type=button]:hover,
.nf-form-content .no-touch .nf-element[type=submit]:hover,
.no-touch .block-listing__item__btn:hover,
.no-touch .btn:hover,
.no-touch .nf-form-content .nf-element[type=button]:hover,
.no-touch .nf-form-content .nf-element[type=submit]:hover {
    background-color: #ffc600;
    background: linear-gradient(to bottom, #ffec00 0, #ffec00 100%)
}

.btn--low:active,
.btn--low:focus,
.no-touch .btn--low:hover {
    background: #ffec00;
    color: #1b1c20
}

.btn--red {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .25) inset, 0 2px 10px 0 rgba(0, 0, 0, .15);
    background-color: #a50932;
    background: linear-gradient(to bottom, #a50932 0, #7d0a28 100%);
    color: #fff;
    text-shadow: none
}

.btn--red:active,
.btn--red:focus,
.no-touch .btn--red:hover {
    background-color: #7d0a28;
    background: linear-gradient(to bottom, #a50932 0, #a50932 100%);
    color: #fff
}

.btn--red.btn--low {
    background: 0 0;
    color: #a50932;
    box-shadow: 0 0 0 2px #a50932 inset
}

.btn--pink {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .25) inset, 0 2px 10px 0 rgba(0, 0, 0, .15);
    background-color: #e63568;
    background: linear-gradient(to bottom, #ff5b8a 0, #e63568 100%);
    color: #fff;
    text-shadow: none
}

.btn--pink:active,
.btn--pink:focus,
.no-touch .btn--pink:hover {
    background-color: #ff5b8a;
    background: linear-gradient(to bottom, #ff5b8a 0, #ff5b8a 100%);
    color: #fff
}

.btn--pink.btn--low {
    background: 0 0;
    color: #ff5b8a;
    box-shadow: 0 0 0 2px #ff5b8a inset
}

.btn--black {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .15) inset, 0 2px 10px 0 rgba(0, 0, 0, .15);
    background-color: #000;
    background: linear-gradient(to bottom, #1b1c20 0, #000 100%);
    color: #fff;
    text-shadow: none
}

.btn--black:active,
.btn--black:focus,
.no-touch .btn--black:hover {
    background-color: #000;
    background: linear-gradient(to bottom, #1b1c20 0, #1b1c20 100%);
    color: #fff
}

.btn--black.btn--low {
    background: 0 0;
    color: #1b1c20;
    box-shadow: 0 0 0 2px #1b1c20 inset
}

.btn--low.btn--icon:active,
.btn--low.btn--icon:focus,
.no-touch .btn--low.btn--icon:hover {
    background: 0 0;
    color: #ffec00
}

.btn--low.btn--icon.btn--red:active,
.btn--low.btn--icon.btn--red:focus,
.no-touch .btn--low.btn--icon.btn--red:hover {
    background: 0 0;
    color: #a50932
}

.btn--low.btn--icon.btn--pink:active,
.btn--low.btn--icon.btn--pink:focus,
.no-touch .btn--low.btn--icon.btn--pink:hover {
    background: 0 0;
    color: #ff5b8a
}

.btn--low.btn--icon.btn--black:active,
.btn--low.btn--icon.btn--black:focus,
.no-touch .btn--low.btn--icon.btn--black:hover {
    background: 0 0;
    color: #000
}

.form fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.form__group {
    width: 100%;
    margin-bottom: 1rem
}

.form label {
    width: 100%;
    text-transform: capitalize
}

.form input[type=email],
.form input[type=number],
.form input[type=text],
.form select,
.form textarea {
    border: none;
    width: 100%;
    padding: 1rem;
    margin: 2px 0;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: none
}

.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=text]:focus,
.form select:focus,
.form textarea:focus {
    outline: 0
}

.form input[type=email].error,
.form input[type=number].error,
.form input[type=text].error,
.form select.error,
.form textarea.error {
    border: 1px solid red
}

.form input[type=checkbox],
.form input[type=radio] {
    margin-left: 1rem
}

.form input[type=submit] {
    width: auto
}

.form textarea {
    resize: vertical
}

.form__select {
    width: 100%;
    overflow: hidden;
    background: url(../../img/select-arrow.html) no-repeat 99% #fff;
    border: 1px solid #ccc
}

.form__select select {
    background: 0 0;
    width: 120%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1;
    border: none;
    border-radius: 0
}

.form--inline input[type=email],
.form--inline input[type=number],
.form--inline input[type=text],
.form--inline label,
.form--inline select,
.form--inline textarea {
    width: auto
}

.full-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallery-item {
    padding: 5px;
    overflow: hidden
}

.gallery-item__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: zoom-in;
    height: 125px;
    box-shadow: 0 3px 10px 0 rgba(27, 28, 32, .5);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

@media (min-width:768px) {
    .gallery-item__image {
        height: 250px
    }
}

@media (min-width:992px) {
    .gallery-item__image {
        height: 200px
    }
}

@media (min-width:1200px) {
    .gallery-item__image {
        height: 260px
    }
}

@media (min-width:992px) {
    .gallery-item__image--double {
        height: 410px
    }
}

@media (min-width:1200px) {
    .gallery-item__image--double {
        height: 530px
    }
}

.gallery-item__link {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: zoom-in
}

.no-touch .gallery-item__link:hover .gallery-item__image {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.game-item {
    text-align: center;
    margin-bottom: 3.2rem
}

@media (min-width:768px) {
    .game-item {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 4rem
    }
}

.game-item__icon {
    margin-bottom: 2.2rem;
    transition: all .25s cubic-bezier(.19, 1, .22, 1)
}

.no-touch .game-item__icon:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.no-touch .game-item__icon:hover img {
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, .25)
}

@media (min-width:768px) {
    .game-item__icon {
        margin-bottom: 2.6rem
    }
}

.game-item__icon img {
    border-radius: 5rem;
    width: 100%;
    max-width: 222px
}

.game-item__title {
    color: #fff;
    margin-bottom: 1.7rem;
    font-size: 1.7rem;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width:768px) {
    .game-item__title {
        color: #ffec00;
        font-size: 2.2rem
    }
}

@media (min-width:992px) {
    .game-item__title {
        font-size: 2.4rem
    }
}

@media (min-width:1200px) {
    .game-item__title {
        font-size: 2rem
    }
}

@media (min-width:1600px) {
    .game-item__title {
        font-size: 2.5rem
    }
}

.game-item__description {
    display: none
}

@media (min-width:768px) {
    .game-item__description {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 2.25rem
    }
}

@media (min-width:1200px) {
    .game-item__description {
        font-size: 1.5rem
    }
}

@media (min-width:1600px) {
    .game-item__description {
        font-size: 1.6rem
    }
}

.game-item__link {
    color: #ff0036;
    display: block;
    margin-top: .4rem;
    font-size: 1.4rem
}

@media (min-width:768px) {
    .game-item__link {
        font-size: 1.6rem
    }
}

.headline--xxxl {
    font-size: 3.8rem
}

@media (min-width:768px) {
    .headline--xxxl {
        font-size: 4.2rem
    }
}

.headline--xxl {
    font-size: 3rem
}

@media (min-width:768px) {
    .headline--xxl {
        font-size: 3.8rem
    }
}

.headline--xl {
    font-size: 3rem
}

.headline--lg {
    font-size: 2.6rem
}

.headline--md {
    font-size: 2rem;
    font-weight: 400
}

.headline--sm {
    font-size: 1.8rem;
    font-weight: 500
}

.hero {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    color: #fff
}

.hero__background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.hero__bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    display: none
}

@media (min-width:768px) {
    .hero__bg-video {
        display: block
    }
}

.hero__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(192, 34, 39, .6)
}

.hero__content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3rem;
    width: 100%;
    text-align: center;
    z-index: 4
}

.hero__content__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(192, 34, 39, .6)
}

.hero__content__overlay--fade-bottom {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(192, 34, 39, .6);
    background: linear-gradient(to bottom, rgba(192, 34, 39, .6) 0, rgba(192, 34, 39, .6) 65%, rgba(192, 34, 39, 0) 100%)
}

.hero__content__overlay--fade-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(192, 34, 39, .6);
    background: linear-gradient(to bottom, rgba(192, 34, 39, 0) 0, rgba(192, 34, 39, .6) 35%, rgba(192, 34, 39, .6) 100%)
}

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

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

.hero__content--top {
    top: 0;
    bottom: auto;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.hero__content--bottom {
    top: auto;
    bottom: 0;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.hero__content--dynamic {
    position: relative;
    top: auto;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.hero--cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero--square {
    padding-top: 100%;
    height: 0
}

.breadcrumbs,
.list,
.page-numbers,
.pagination {
    padding: 0
}

.breadcrumbs li,
.list--horizontal li,
.page-numbers li,
.pagination li {
    display: inline-block
}

.list--vertical li {
    list-style: none
}

.list-item {
    position: relative;
    overflow: hidden
}

.list-item__image {
    float: left;
    height: 20rem;
    overflow: hidden
}

.list-item__image img {
    max-height: 100%;
    transition: all .3s ease
}

.list-item__body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20rem
}

.list-item__content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%
}

.list-item__content h1,
.list-item__content h2,
.list-item__content h3,
.list-item__content h4,
.list-item__content h5,
.list-item__content h6,
.list-item__content ol li,
.list-item__content p,
.list-item__content ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.list-item__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff;
    left: 20rem;
    right: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease
}

.list-item__overlay__content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%
}

.list-item--small .list-item__image {
    height: 12rem
}

.list-item--small .list-item__body,
.list-item--small .list-item__overlay {
    left: 12rem
}

.list-item--small h1,
.list-item--small h2,
.list-item--small h3,
.list-item--small h4,
.list-item--small h5,
.list-item--small h6 {
    font-size: 1.8rem
}

.list-item--small ol li,
.list-item--small p,
.list-item--small ul li {
    font-size: 1.4rem
}

.list-item--extend .list-item__image.js-active img {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.list-item--extend .list-item__image.js-active~.list-item__overlay {
    visibility: visible;
    opacity: 1
}

.list-item--extend--onclick .list-item__image:hover {
    cursor: pointer
}

.list--social li i {
    color: #fff !important;
    border-radius: 50%;
    background-clip: padding-box;
    height: 40px;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-right: 5px;
    font-size: 1.3em;
    background: #c02227
}

.media-object-item {
    display: table;
    width: 100%
}

.media-object-item__body,
.media-object-item__object {
    display: table-cell;
    vertical-align: middle
}

.media-object-item__object {
    padding-right: 3rem
}

@media (max-width:767px) {
    .media-object-item--stack {
        display: block
    }

    .media-object-item--stack .media-object-item__content,
    .media-object-item--stack .media-object-item__object {
        display: block;
        width: 100%
    }
}

.nav__list,
.nav__list ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.nav__list li {
    position: relative;
    width: 100%
}

.nav__list li a {
    font-size: 2rem;
    padding: 1rem 2rem;
    display: block;
    text-transform: uppercase
}

.nav__list li ul {
    display: none
}

.nav__list li:hover ul {
    display: block
}

.nav__list li ul li {
    display: block;
    float: none;
    width: 100%
}

@media (min-width:992px) {
    .nav__list--bar li {
        display: inline-block;
        float: left;
        width: auto
    }

    .nav__list--bar li ul {
        opacity: 0;
        visibility: hidden
    }

    .nav__list--bar li:hover ul {
        opacity: 1;
        visibility: visible
    }
}

.nav-bar__logo {
    display: block;
    width: 100%;
    max-width: 285px;
    height: 95px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../../domain/corecontent/themes/zinga/assets/img/test/logo-ab-black.png);
    text-indent: -9990px;
    z-index: 200;
    float: left;
    position: relative;
    transition: all .25s cubic-bezier(.19, 1, .22, 1)
}
.navbar-brand {
    background-image: url("/domain/corecontent/themes/zinga/assets/img/test/logo-ab-black.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 210px;
    height: 71px;
  }


@media (min-width:992px) {
    .nav-bar__logo {
        max-width: 280px;
        height: 95px
    }
}

.no-touch .nav-bar__logo:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.js-hero-active .nav-bar__logo,
.nav-bar__logo--inverted,
body.nav-open .nav-bar__logo {
    background-image: url(../../img/test/logo-ab-white.png)
}

.navtoggle {
    position: relative;
    float: right;
    cursor: pointer;
    z-index: 200;
    padding-top: 20px;
    padding-bottom: 10px;
    display: none
}

.navtoggle span,
.navtoggle:after,
.navtoggle:before {
    display: block;
    overflow: hidden;
    content: '';
    width: 25px;
    height: 4px;
    border-radius: 4px;
    background: #1b1c20;
    margin-bottom: 4px;
    transition: all .2s ease-in-out;
    position: relative;
    top: 0;
    text-indent: 9999px
}

@media (max-width:991px) {
    .navtoggle {
        display: block
    }
}

body.nav-open .navtoggle span,
body.nav-open .navtoggle:after,
body.nav-open .navtoggle:before {
    background: #fff;
    margin-bottom: 3px
}

body.nav-open .navtoggle:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

body.nav-open .navtoggle:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -7px
}

body.nav-open .navtoggle span {
    opacity: 0
}

.nav-bar--header {
    z-index: 998;
    width: 100%;
    position: absolute;
    top: 0;
    max-width: 1920px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1)
}

.nav-bar--header .container {
    height: 60px;
    overflow: hidden;
    transition: height .2s linear
}

@media (min-width:992px) {
    .nav-bar--header .container {
        height: 90px
    }
}

.nav-bar--header .nav__list {
    z-index: 2;
    position: relative
}

.nav-bar--header .nav__list li.menu-item-external a:after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin: 0
}

.nav-bar--header .nav__list li.menu-item-external a:after {
    font-size: 1.6rem;
    padding-left: .5rem;
    -ms-transform: translateY(-.3rem);
    transform: translateY(-.3rem)
}

@media (max-width:991px) {
    .nav-bar--header .nav {
        visibility: hidden;
        opacity: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: #000;
        overflow-y: auto;
        overflow-x: hidden;
        text-align: center;
        transition: all, .2s ease-in-out
    }

    .nav-bar--header .nav__list {
        padding-top: 60px
    }
}

@media (max-width:991px) and (min-width:992px) {
    .nav-bar--header .nav__list {
        padding-top: 90px
    }
}

@media (max-width:991px) {
    .nav-bar--header .nav__list li a {
        color: #fff;
        width: 70%;
        background: #c02227;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background: rgba(255, 255, 255, 0);
        transition: all, .4s, ease-in-out;
        padding: 1rem 0;
        font-size: 2.6rem
    }

    .nav-bar--header .nav__list li.current-menu-item a {
        text-decoration: underline
    }

    .nav-bar--header .nav__list li.current-page-ancestor a {
        text-decoration: underline
    }

    .nav-bar--header .nav__social-links {
        padding-top: 3rem;
        padding-bottom: 2rem
    }
}

@media (min-width:992px) {
    .nav-bar--header .nav {
        position: relative;
        height: 90px
    }

    .nav-bar--header .nav__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 247px;
        margin-right: 247px;
        text-align: center;
        font-size: 0
    }

    .nav-bar--header .nav__list li {
        transition: all .25s cubic-bezier(.19, 1, .22, 1);
        float: none
    }

    .nav-bar--header .nav__list li a {
        font-size: 1.8rem;
        color: #1b1c20;
        transition: all .25s cubic-bezier(.19, 1, .22, 1);
        padding: 0 1.75rem;
        height: 90px;
        line-height: 90px
    }

    .no-touch .nav-bar--header .nav__list li a:hover {
        background: #1b1c20;
        color: #fff;
        text-decoration: underline
    }

    .nav-bar--header .nav__list li.current-menu-item:not(.current-page-ancestor) a {
        background: #1b1c20;
        color: #fff;
        text-decoration: underline
    }

    .nav-bar--header .nav__list li.current-page-ancestor a {
        text-decoration: underline
    }

    .nav-bar--header .nav__list li ul {
        background: #1b1c20
    }

    .nav-bar--header .nav__list li ul li a {
        color: #fff
    }

    .js-hero-active .nav-bar--header .nav__list li a,
    .nav-bar--header .js-hero-active .nav__list li a,
    .nav-bar--header .nav__list--inverted li a {
        color: #fff
    }

    .js-hero-active .nav-bar--header .nav__list li.current-menu-item,
    .js-hero-active .no-touch .nav-bar--header .nav__list li:hover,
    .nav-bar--header .js-hero-active .nav__list li.current-menu-item,
    .nav-bar--header .nav__list--inverted li.current-menu-item,
    .no-touch .nav-bar--header .js-hero-active .nav__list li:hover,
    .no-touch .nav-bar--header .nav__list--inverted li:hover {
        background: #aa1e23
    }

    .js-hero-active .nav-bar--header .nav__list li.current-menu-item a,
    .js-hero-active .no-touch .nav-bar--header .nav__list li:hover a,
    .nav-bar--header .js-hero-active .nav__list li.current-menu-item a,
    .nav-bar--header .nav__list--inverted li.current-menu-item a,
    .no-touch .nav-bar--header .js-hero-active .nav__list li:hover a,
    .no-touch .nav-bar--header .nav__list--inverted li:hover a {
        color: #fff
    }

    .nav-bar--header .nav__social-links {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        text-align: right
    }
}

@media (min-width:1200px) {
    .nav-bar--header .nav__list li a {
        font-size: 2rem;
        padding: 0 2.5rem
    }
}

@media (min-width:1600px) {
    .nav-bar--header .nav__list li a {
        font-size: 2.6rem;
        padding: 0 3rem
    }
}

.nav-bar--header .nav__list li.menu-item-creators a {
    font-size: 0;
    padding: 0;
    width: calc(139px + 5rem);
    background-size: 139px auto !important;
    height: 100%;
    background-image: url(../../img/ab-creators-navigation-item.png) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important
}

@media (max-width:991px) {
    .nav-bar--header .nav__list li.menu-item-creators a {
        height: 60px;
        background-image: url(../img/svg/facebook.svg) !important
    }
}

@media (min-width:992px) {
    .nav-bar--header .nav__list li.menu-item-creators a {
        width: calc(100px + 3rem);
        background-size: 100px auto !important
    }
}

@media (min-width:1200px) {
    .nav-bar--header .nav__list li.menu-item-creators a {
        width: calc(120px + 4rem);
        background-size: 120px auto !important
    }
}

@media (min-width:1600px) {
    .nav-bar--header .nav__list li.menu-item-creators a {
        width: calc(139px + 5rem);
        background-size: 139px auto !important
    }
}

.no-touch .nav-bar--header .nav__list li.menu-item-creators a:hover {
    background-image: url(../../img/ab-creators-navigation-item-hover.png) !important
}

.nav-bar--header .nav__list li.menu-item-creators.current-menu-item:not(.current-page-ancestor) a {
    background-image: url(../../img/ab-creators-navigation-item-hover.png) !important
}

html {
    height: 100%
}

body.nav-open {
    overflow: hidden;
    width: 100%;
    height: 100%
}

body.nav-open .nav {
    visibility: visible;
    opacity: 1
}

body.nav-open .nav-bar--header {
    height: 100%
}

.overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: rgba(0, 0, 0, .7)
}

.overlay--fade-bottom {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(192, 34, 39, .6);
    background: linear-gradient(to bottom, rgba(192, 34, 39, .6) 0, rgba(192, 34, 39, .6) 65%, rgba(192, 34, 39, 0) 100%)
}

.overlay--fade-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(192, 34, 39, .6);
    background: linear-gradient(to bottom, rgba(192, 34, 39, 0) 0, rgba(192, 34, 39, .6) 35%, rgba(192, 34, 39, .6) 100%)
}

.page-numbers {
    text-align: center;
    padding-top: 4rem;
    margin-bottom: 0
}

@media (min-width:992px) {
    .page-numbers {
        padding-top: 6rem
    }
}

.page-numbers li {
    text-transform: uppercase;
    font-size: 1.6rem;
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    margin-left: 1px;
    margin-right: 1px
}

.page-numbers li .page-numbers {
    padding: 0
}

.page-numbers li a,
.page-numbers li span {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px
}

.no-touch .page-numbers li a:hover,
.no-touch .page-numbers li span:hover {
    color: #ff5b8a
}

.page-numbers li a.current,
.page-numbers li span.current {
    background: #ff5b8a;
    color: #fff;
    border-radius: 30px
}

.no-touch .page-numbers li a.current:hover,
.no-touch .page-numbers li span.current:hover {
    color: #fff
}

.page-numbers li a.next,
.page-numbers li a.prev,
.page-numbers li span.next,
.page-numbers li span.prev {
    width: auto
}

.page-numbers li a.next i,
.page-numbers li a.prev i,
.page-numbers li span.next i,
.page-numbers li span.prev i {
    margin-top: -1px
}

.page-numbers li a.prev i,
.page-numbers li span.prev i {
    margin-right: 5px
}

.page-numbers li a.next i,
.page-numbers li span.next i {
    margin-left: 5px
}

.pagination li a {
    display: block;
    padding: .5rem 1rem;
    background: #c02227;
    color: #fff;
    border: none;
    transition: all .15s ease-out 0s
}

.pagination li a.active,
.pagination li a:hover {
    background: #dc393e
}

.post-list__meta,
.post__meta {
    font-size: 1.2rem;
    color: #8f8f8f
}

.post-list__meta a,
.post__meta a {
    color: #8f8f8f !important
}

.post__meta__divider {
    margin: 0 2px;
    display: inline-block
}

.post-list__title a,
.post__title a {
    color: inherit
}

.no-touch .post-list__title a:hover,
.no-touch .post__title a:hover {
    color: #ff5b8a
}

.post__share {
    min-height: 29px
}

.post__image img {
    width: 100%
}

.post__excerpt {
    padding-bottom: 2rem;
    font-family: Lora, Georgia, "Times New Roman", Times, serif
}

.post__btn {
    font-size: 2rem;
    text-transform: uppercase
}

.post--preview {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: solid 1px #e6e6e6
}

.post--preview:first-of-type {
    padding-top: 0
}

.post--preview:last-of-type {
    padding-bottom: 0;
    border-bottom: none
}

.post--preview .post-list__title h1,
.post--preview .post-list__title h2,
.post--preview .post-list__title h3,
.post--preview .post-list__title h4,
.post--preview .post-list__title h5,
.post--preview .post-list__title h6,
.post--preview .post__title h1,
.post--preview .post__title h2,
.post--preview .post__title h3,
.post--preview .post__title h4,
.post--preview .post__title h5,
.post--preview .post__title h6 {
    margin-top: 2rem;
    margin-bottom: 1.5rem
}

.post--preview .post__share {
    margin-bottom: 2rem
}

.post--preview .post__image {
    margin-bottom: 3rem
}

.post--related .post-list__title h1,
.post--related .post-list__title h2,
.post--related .post-list__title h3,
.post--related .post-list__title h4,
.post--related .post-list__title h5,
.post--related .post-list__title h6,
.post--related .post__title h1,
.post--related .post__title h2,
.post--related .post__title h3,
.post--related .post__title h4,
.post--related .post__title h5,
.post--related .post__title h6 {
    font-size: 2.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.post--related .post__share {
    margin-bottom: 1.5rem
}

.post--related .post__image {
    margin-bottom: 1.5rem
}

.post--related .post__excerpt {
    font-size: 1.4rem
}

.post--related .post__btn {
    font-size: 1.8rem
}

.post-body {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-family: Lora, Georgia, "Times New Roman", Times, serif
}

@media (min-width:992px) {
    .post-body {
        padding-top: 6rem
    }
}

@media (min-width:992px) {
    .post-body {
        padding-bottom: 6rem
    }
}

@media (min-width:768px) {

    .post-body iframe,
    .post-body img.aligncenter,
    .post-body img.alignnone {
        width: calc(100% + (60px * 2));
        max-width: none;
        margin-left: -60px
    }
}

.post-body .fb_iframe_widget iframe,
.post-body .twitter-tweet {
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.post-body #disqus_thread {
    padding-top: 3rem
}

.post-body #disqus_thread iframe {
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.post-body__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 650px
}

.post-body__container::after {
    clear: both;
    content: "";
    display: table
}

.post-body--no-image {
    padding-top: 0
}

.post-footer {
    padding-bottom: 4rem
}

@media (min-width:992px) {
    .post-footer {
        padding-bottom: 6rem
    }
}

.post-footer__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.post-footer__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width:768px) {
    .post-footer__container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .post-footer__container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .post-footer__container {
        max-width: 1170px
    }
}

@media (min-width:1600px) {
    .post-footer__container {
        max-width: 1420px
    }
}

.post-footer__title {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: solid 1px #e6e6e6
}

.post-footer__title h2 {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    color: #8f8f8f
}

.post-footer__related {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 4rem
}

@media (min-width:0) {
    .post-footer__related {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .post-footer__related {
        float: left;
        width: 50%
    }
}

@media (min-width:768px) {
    .post-footer__related {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .post-footer__related {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .post-footer__related {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .post-footer__related {
        margin-left: 16.66667%
    }
}

@media (min-width:768px) {
    .post-footer__related {
        padding-bottom: 0
    }
}

.post-footer__related__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:0) {
    .post-footer__related__item {
        padding-left: 15px;
        padding-right: 15px
    }
}

.post-footer__related .post-footer__title {
    margin-left: 15px;
    margin-right: 15px
}

.post-footer__related.slick-slider {
    padding-bottom: 7rem
}

.post-footer__related.slick-slider .slick-dots {
    bottom: 4rem
}

.post-footer__related.slick-slider .slick-dots li button:before {
    color: #8f8f8f
}

.post-footer__list {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:0) {
    .post-footer__list {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) {
    .post-footer__list {
        float: left;
        width: 50%
    }
}

@media (min-width:768px) {
    .post-footer__list {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .post-footer__list {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .post-footer__list {
        padding-left: 15px;
        padding-right: 15px
    }
}

.post-footer__row {
    margin-left: -15px;
    margin-right: -15px
}

.post-footer__row::after {
    clear: both;
    content: "";
    display: table
}

.post-footer__row[data-count="2"] .post-footer__related {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:0) {
    .post-footer__row[data-count="2"] .post-footer__related {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .post-footer__row[data-count="2"] .post-footer__related {
        float: left;
        width: 50%
    }
}

@media (min-width:768px) {
    .post-footer__row[data-count="2"] .post-footer__related {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .post-footer__row[data-count="2"] .post-footer__related {
        float: left;
        width: 66.66667%
    }
}

@media (min-width:992px) {
    .post-footer__row[data-count="2"] .post-footer__related {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .post-footer__row[data-count="2"] .post-footer__related {
        margin-left: 0
    }
}

.post-footer__row[data-count="2"] .post-footer__related__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .post-footer__row[data-count="2"] .post-footer__related__item {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .post-footer__row[data-count="2"] .post-footer__related__item {
        padding-left: 15px;
        padding-right: 15px
    }
}

.post-footer__row[data-count="2"] .post-footer__list {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .post-footer__row[data-count="2"] .post-footer__list {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .post-footer__row[data-count="2"] .post-footer__list {
        padding-left: 15px;
        padding-right: 15px
    }
}

.post-footer__row[data-count="3"] .post-footer__related {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:0) {
    .post-footer__row[data-count="3"] .post-footer__related {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .post-footer__row[data-count="3"] .post-footer__related {
        float: left;
        width: 50%
    }
}

@media (min-width:768px) {
    .post-footer__row[data-count="3"] .post-footer__related {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .post-footer__row[data-count="3"] .post-footer__related {
        float: left;
        width: 75%
    }
}

@media (min-width:992px) {
    .post-footer__row[data-count="3"] .post-footer__related {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .post-footer__row[data-count="3"] .post-footer__related {
        margin-left: 0
    }
}

.post-footer__row[data-count="3"] .post-footer__related__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .post-footer__row[data-count="3"] .post-footer__related__item {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .post-footer__row[data-count="3"] .post-footer__related__item {
        padding-left: 15px;
        padding-right: 15px
    }
}

.post-footer__row[data-count="3"] .post-footer__list {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .post-footer__row[data-count="3"] .post-footer__list {
        float: left;
        width: 25%
    }
}

@media (min-width:992px) {
    .post-footer__row[data-count="3"] .post-footer__list {
        padding-left: 15px;
        padding-right: 15px
    }
}

.post-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
    text-align: center;
    min-height: 400px
}

@media (min-width:768px) {
    .post-header {
        min-height: 450px
    }
}

@media (min-width:992px) {
    .post-header {
        min-height: 500px
    }
}

.post-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-image: url(../../img/post-header-mix-bottom.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
    z-index: 9
}

.post-header__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 28, 32, .75);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .9) 100%)
}

.post-header__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 650px
}

.post-header__container::after {
    clear: both;
    content: "";
    display: table
}

.post-header .post-list__meta,
.post-header .post__meta {
    font-size: 1.6rem;
    margin-bottom: 1.5rem
}

.post-header .post-list__title,
.post-header .post__title {
    color: #fff;
    margin-bottom: 3.5rem
}

.post-header .post__share {
    margin-bottom: 1rem
}

.post-header--no-image {
    min-height: 0;
    background-color: #fff
}

.post-header--no-image:after {
    display: none
}

.post-header--no-image .post-header__overlay {
    display: none
}

.post-header--no-image .post-header__container {
    position: relative;
    left: 0;
    -ms-transform: none;
    transform: none
}

.post-header--no-image .post-list__title,
.post-header--no-image .post__title {
    color: inherit
}

.post-list__item {
    padding-bottom: 2rem
}

.post-list__btn {
    padding-top: 1rem;
    margin-left: -.5rem
}

.product {
    position: relative;
    text-align: center
}

.product__image {
    margin-bottom: 10px
}

.product__image a {
    position: relative;
    height: 200px;
    display: block;
    overflow: hidden
}

.product__image a:after {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    content: '';
    width: 100px;
    height: 50px;
    opacity: 0;
    background-image: url(../../img/amazon-logo-shop.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s cubic-bezier(.19, 1, .22, 1)
}

.product__image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.no-touch .product__image a:hover:after {
    opacity: 1;
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    transition: all .4s cubic-bezier(.19, 1, .22, 1)
}

.product__title {
    position: relative;
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.3;
    text-transform: none
}

.no-touch .product__title a:hover {
    color: #ff5b8a
}

.product__rating {
    font-size: 1.2rem;
    color: #8f8f8f;
    margin-bottom: 5px
}

.product__rating img {
    display: inline-block;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.product__price {
    color: #900;
    font-size: 1.4rem
}

.search-result {
    padding-bottom: 3rem;
    border-bottom: solid 1px #e6e6e6
}

.search-result:last-of-type {
    border-bottom: none
}

.search-result__meta {
    padding-top: 3rem;
    font-size: 1.4rem;
    color: #8f8f8f
}

.search-result__meta span {
    text-transform: uppercase
}

.search-result__meta a {
    color: #8f8f8f !important
}

.search-result__meta__divider {
    margin: 0 2px;
    display: inline-block
}

.search-result__title {
    margin-top: 0
}

.search-result:first-of-type .search-result__meta {
    padding-top: 0
}

.section-header {
    margin: 0;
    margin-bottom: 3rem
}

.section-header__subtitle {
    font-size: 1.8rem;
    margin: 0;
    margin-top: 2rem
}

@media (min-width:992px) {
    .section-header {
        margin-bottom: 4rem
    }
}

.section-header--centered {
    text-align: center
}

.section-header--centered:after {
    margin-left: auto;
    margin-right: auto
}

.section-header--right {
    text-align: right
}

.section-header--right:after {
    float: right
}

.sidebar__item {
    padding-bottom: 3rem
}

.nf-form-content .sidebar__item .nf-element[type=button]:first-of-type,
.nf-form-content .sidebar__item .nf-element[type=submit]:first-of-type,
.sidebar__item .block-listing__item__btn:first-of-type,
.sidebar__item .btn:first-of-type,
.sidebar__item .nf-form-content .nf-element[type=button]:first-of-type,
.sidebar__item .nf-form-content .nf-element[type=submit]:first-of-type {
    margin-left: 0
}

.sidebar__title h1,
.sidebar__title h2,
.sidebar__title h3,
.sidebar__title h4,
.sidebar__title h5,
.sidebar__title h6 {
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    color: #8f8f8f;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 1rem;
    margin-bottom: 2rem
}

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

.sidebar__list li {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: .75rem
}

.no-touch .sidebar__list li a:hover {
    color: #ff5b8a
}

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

.sidebar__links li {
    margin-bottom: 2.5rem
}

.sidebar__links li::after {
    clear: both;
    content: "";
    display: table
}

.sidebar__links__image {
    width: 65px;
    height: 65px;
    float: left
}

.sidebar__links__image img {
    width: 100%;
    border-radius: 50%
}

.sidebar__links__title {
    margin-left: 75px;
    margin-bottom: .5rem
}

.sidebar__links__title span {
    white-space: nowrap
}

.sidebar__links__title i {
    font-size: 1.4rem;
    transition: transform .15s cubic-bezier(.19, 1, .22, 1), color .15s cubic-bezier(.19, 1, .22, 1);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px)
}

.no-touch .sidebar__links__title:hover {
    color: #ff5b8a
}

.no-touch .sidebar__links__title:hover i {
    -ms-transform: translate(4px, -4px);
    transform: translate(4px, -4px)
}

.sidebar__links__description {
    font-size: 1.2rem;
    margin-left: 75px;
    color: #8f8f8f
}

.social-links {
    padding: 0;
    text-align: center
}

.social-links__item {
    display: inline;
    position: relative
}

.social-links__item a {
    display: inline-block;
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    color: #fff;
    background-color: #50525b;
    margin: 1px;
    transition: .15s cubic-bezier(.19, 1, .22, 1)
}

@media (min-width:768px) {
    .social-links__item a {
        font-size: 28px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px
    }
}

@media (min-width:992px) {
    .social-links__item a {
        font-size: 36px;
        width: 65px;
        height: 65px;
        line-height: 65px;
        border-radius: 65px
    }
}

.social-links__item a i {
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.no-touch .social-links__item a:hover {
    box-shadow: 0 0 0 2px #fff;
    background-color: #fff
}

.social-links__item--facebook a {
    background-color: #3b5998
}

.no-touch .social-links__item--facebook a:hover {
    box-shadow: 0 0 0 2px #3b5998;
    color: #3b5998
}

.social-links__item--twitter a {
    background-color: #00aced
}

.no-touch .social-links__item--twitter a:hover {
    box-shadow: 0 0 0 2px #00aced;
    color: #00aced
}

.social-links__item--flickr a {
    background-color: #ff0084
}

.no-touch .social-links__item--flickr a:hover {
    box-shadow: 0 0 0 2px #ff0084;
    color: #ff0084
}

.social-links__item--instagram a {
    background-color: #517fa4
}

.no-touch .social-links__item--instagram a:hover {
    box-shadow: 0 0 0 2px #517fa4;
    color: #517fa4
}

.social-links__item--linkedin a {
    background-color: #007bb5
}

.no-touch .social-links__item--linkedin a:hover {
    box-shadow: 0 0 0 2px #007bb5;
    color: #007bb5
}

.social-links__item--vimeo a {
    background-color: #aad450
}

.no-touch .social-links__item--vimeo a:hover {
    box-shadow: 0 0 0 2px #aad450;
    color: #aad450
}

.social-links__item--tumblr a {
    background-color: #35465c
}

.no-touch .social-links__item--tumblr a:hover {
    box-shadow: 0 0 0 2px #35465c;
    color: #35465c
}

.social-links__item--youtube a {
    background-color: #b00
}

.no-touch .social-links__item--youtube a:hover {
    box-shadow: 0 0 0 2px #b00;
    color: #b00
}

.social-links__item--google-plus a {
    background-color: #dd4b39
}

.no-touch .social-links__item--google-plus a:hover {
    box-shadow: 0 0 0 2px #dd4b39;
    color: #dd4b39
}

.social-links__item--weibo a {
    background-color: #e6162d
}

.no-touch .social-links__item--weibo a:hover {
    box-shadow: 0 0 0 2px #e6162d;
    color: #e6162d
}

.social-links__item--vine a {
    background-color: #00bf8f
}

.no-touch .social-links__item--vine a:hover {
    box-shadow: 0 0 0 2px #00bf8f;
    color: #00bf8f
}

@media (min-width:992px) {
    .social-links--small .social-links__item a {
        font-size: 24px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 45px
    }
}

.no-touch .social-links--dark .social-links__item a:hover {
    box-shadow: 0 0 0 2px #fff
}

table {
    width: 100%
}

table td,
table th {
    text-align: left;
    padding: .5rem
}

table th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.timeline-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.timeline-background__item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.timeline-background__item.is-active,
.timeline-background__item:first-child {
    opacity: 1
}

.timeline-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    border-radius: 10px
}

.slick-initialized .timeline-content {
    display: block
}

.timeline-content__item {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.timeline-content__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.timeline-content__label {
    font-size: 3rem;
    background-color: #ff0036;
    color: #fff;
    margin-right: 2px;
    padding: 5px 20px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .timeline-content__label {
        font-size: 3.8rem
    }
}

.timeline-content__title {
    background-color: #ff0036;
    color: #fff;
    padding: 10px 20px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .timeline-content__title h2 {
        font-size: 2.4rem
    }
}

.timeline-content__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 15px 35px;
    margin-top: 2px;
    background-color: rgba(255, 255, 255, .85)
}

@media (min-width:768px) {
    .timeline-content__main {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 55px
    }
}

@media (min-width:1200px) {
    .timeline-content__main {
        padding: 40px 65px
    }
}

.timeline-content__image {
    width: 100%
}

@media (min-width:768px) {
    .timeline-content__image {
        width: 50%
    }
}

.timeline-content__text {
    width: 100%;
    margin-top: 20px
}

.timeline-content__text h1,
.timeline-content__text h2,
.timeline-content__text h3,
.timeline-content__text h4,
.timeline-content__text h5,
.timeline-content__text h6 {
    color: inherit;
    margin-top: 3rem;
    margin-bottom: 3rem
}

.timeline-content__text ol li,
.timeline-content__text ul li {
    margin: 0 0 5px 0
}

.timeline-content__text p {
    margin-bottom: 3rem
}

.timeline-content__text p:last-child {
    margin-bottom: 0
}

.timeline-content__text hr {
    padding-top: 3rem;
    border: none;
    background: 0 0;
    height: 0;
    border-bottom: solid 1px #e6e6e6
}

.timeline-content__text blockquote,
.timeline-content__text dd,
.timeline-content__text dl,
.timeline-content__text ol,
.timeline-content__text ul {
    margin-bottom: 3rem
}

.timeline-content__text blockquote+ol,
.timeline-content__text blockquote+ul,
.timeline-content__text dd+ol,
.timeline-content__text dd+ul,
.timeline-content__text dl+ol,
.timeline-content__text dl+ul,
.timeline-content__text ol+ol,
.timeline-content__text ol+ul,
.timeline-content__text ul+ol,
.timeline-content__text ul+ul {
    margin-bottom: 0
}

.timeline-content__text blockquote a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.timeline-content__text dd a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.timeline-content__text dl a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.timeline-content__text ol a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.timeline-content__text p a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.timeline-content__text ul a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn) {
    color: #ff5b8a
}

.timeline-content__text img {
    height: auto
}

.timeline-content__text .wp-caption {
    max-width: 100%
}

.timeline-content__text .wp-caption img {
    margin-bottom: .3em
}

.timeline-content__text p.wp-caption-text {
    font-size: 1.4rem;
    opacity: .6;
    margin: 0
}

.timeline-content__text .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 3rem
}

.timeline-content__text .alignnone img {
    width: 100%
}

.timeline-content__text .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 3rem
}

.timeline-content__text .alignleft,
.timeline-content__text .alignright {
    max-width: 48%;
    margin-bottom: 2rem
}

.timeline-content__text .alignleft {
    float: left;
    margin-right: 2%
}

.timeline-content__text .alignright {
    float: right;
    margin-left: 2%
}

.timeline-content__text .fb-post {
    margin-bottom: 3rem
}

@media (max-width:991px) {
    .timeline-content__text {
        padding-bottom: 30px
    }
}

@media (min-width:768px) {
    .timeline-content__text {
        width: 50%;
        margin-left: 30px;
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .timeline-content__text {
        margin-left: 50px
    }
}

.timeline-content__text p {
    font-size: 2.6rem
}

@media (max-width:991px) {
    .timeline-content__text p {
        font-size: 1.6rem
    }
}

.timeline-controller {
    position: relative;
    display: block
}

@media (min-width:992px) {
    .timeline-controller {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center
    }
}

.timeline-controller__line {
    height: 2px;
    background-color: #ff0036;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -15px;
    right: -15px
}

@media (max-width:991px) {
    .timeline-controller__line {
        display: none
    }
}

.timeline-controller__line::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff0036;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.timeline-controller__label {
    font-size: 2.6rem;
    box-shadow: 0 0 0 2px #ff0036 inset;
    background-color: #fff;
    color: #8f8f8f;
    padding: 10px 15px;
    line-height: 1;
    font-weight: 700;
    border-radius: 5px
}

.is-active .timeline-controller__label,
.slick-active .timeline-controller__label {
    background-color: #ff0036;
    color: #fff
}

@media (max-width:991px) {
    .timeline-controller__label {
        display: none
    }
}

.timeline-controller__icon {
    height: 135px;
    width: 135px;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, calc(-100% + 10px));
    transform: translate(-50%, calc(-100% + 10px));
    visibility: hidden;
    opacity: 0;
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.timeline-controller__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.is-active .timeline-controller__icon,
.slick-active .timeline-controller__icon {
    visibility: visible;
    -ms-transform: translate(-50%, calc(-100% - 10px));
    transform: translate(-50%, calc(-100% - 10px));
    opacity: 1
}

@media (max-width:991px) {
    .timeline-controller__icon {
        height: 100px;
        width: 100px;
        -ms-transform: translate(0, calc(-100% + 10px));
        transform: translate(0, calc(-100% + 10px))
    }

    .is-active .timeline-controller__icon,
    .slick-active .timeline-controller__icon {
        -ms-transform: translate(0, calc(-100% - 10px));
        transform: translate(0, calc(-100% - 10px))
    }
}

.timeline-controller__item {
    position: absolute;
    bottom: 0;
    left: -10px
}

@media (min-width:992px) {
    .timeline-controller__item {
        position: relative;
        left: 0;
        cursor: pointer
    }
}

.no-touch .timeline-controller__item:hover .timeline-controller__label {
    background-color: #ff0036;
    color: #fff
}

.video-thumbnail {
    position: relative
}

.video-thumbnail__image {
    position: relative;
    margin-bottom: 10px;
    background-color: #000;
    overflow: hidden
}

.video-thumbnail__image::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05) inset;
    z-index: 2
}

.video-thumbnail__image img {
    width: 100%;
    transition: all .35s cubic-bezier(.19, 1, .22, 1)
}

.video-thumbnail__image::after {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    content: '';
    width: 50px;
    height: 35px;
    opacity: 0;
    background-image: url(../../img/icon-youtube-play
    );
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s cubic-bezier(.19, 1, .22, 1)
}

@media (min-width:1600px) {
    .video-thumbnail__image::after {
        width: 57px;
        height: 40px
    }
}

.video-thumbnail__title {
    text-transform: none;
    line-height: 1.25;
    margin-bottom: 5px
}

.video-thumbnail__meta {
    font-size: 1.4rem;
    color: #8f8f8f
}

.video-thumbnail__duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: .5rem
}

.no-touch .video-thumbnail__link:hover .video-thumbnail__image img {
    opacity: .9;
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.no-touch .video-thumbnail__link:hover .video-thumbnail__image::after {
    opacity: 1;
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    transition: all .4s cubic-bezier(.19, 1, .22, 1)
}

.wysiwyg-html h1,
.wysiwyg-html h2,
.wysiwyg-html h3,
.wysiwyg-html h4,
.wysiwyg-html h5,
.wysiwyg-html h6 {
    color: inherit;
    margin-top: 3rem;
    margin-bottom: 3rem
}

.wysiwyg-html ol li,
.wysiwyg-html ul li {
    margin: 0 0 5px 0
}

.wysiwyg-html p {
    margin-bottom: 3rem
}

.wysiwyg-html p:last-child {
    margin-bottom: 0
}

.wysiwyg-html hr {
    padding-top: 3rem;
    border: none;
    background: 0 0;
    height: 0;
    border-bottom: solid 1px #e6e6e6
}

.wysiwyg-html blockquote,
.wysiwyg-html dd,
.wysiwyg-html dl,
.wysiwyg-html ol,
.wysiwyg-html ul {
    margin-bottom: 3rem
}

.wysiwyg-html blockquote+ol,
.wysiwyg-html blockquote+ul,
.wysiwyg-html dd+ol,
.wysiwyg-html dd+ul,
.wysiwyg-html dl+ol,
.wysiwyg-html dl+ul,
.wysiwyg-html ol+ol,
.wysiwyg-html ol+ul,
.wysiwyg-html ul+ol,
.wysiwyg-html ul+ul {
    margin-bottom: 0
}

.wysiwyg-html blockquote a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.wysiwyg-html dd a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.wysiwyg-html dl a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.wysiwyg-html ol a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.wysiwyg-html p a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn),
.wysiwyg-html ul a:not(.btn):not(.nf-form-content.nf-element[type=submit]):not(.nf-form-content.nf-element[type=button]):not(.block-listing__item__btn) {
    color: #ff5b8a
}

.wysiwyg-html img {
    height: auto
}

.wysiwyg-html .wp-caption {
    max-width: 100%
}

.wysiwyg-html .wp-caption img {
    margin-bottom: .3em
}

.wysiwyg-html p.wp-caption-text {
    font-size: 1.4rem;
    opacity: .6;
    margin: 0
}

.wysiwyg-html .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 3rem
}

.wysiwyg-html .alignnone img {
    width: 100%
}

.wysiwyg-html .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 3rem
}

.wysiwyg-html .alignleft,
.wysiwyg-html .alignright {
    max-width: 48%;
    margin-bottom: 2rem
}

.wysiwyg-html .alignleft {
    float: left;
    margin-right: 2%
}

.wysiwyg-html .alignright {
    float: right;
    margin-left: 2%
}

.wysiwyg-html .fb-post {
    margin-bottom: 3rem
}

