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

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

li {
    list-style: none
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

button,
input,
select,
textarea {
    font: inherit
}

.facebook {
    background: #3b5998
}

.twitter {
    background: #55acee
}

.gplus {
    background: #dd4b39
}

.instagram {
    background: #405de6
}

.vimeo {
    background: #1ab7ea
}

.pinterest {
    background: #bd081c
}

.youtube {
    background: #cd201f
}

.linkedin {
    background: #0077b5
}

.buffer {
    background: #222
}

.mix {
    background: #f77e25
}

html {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth
}

html {
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    html {
        font-size: calc(1rem + .3 * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {
    html {
        font-size: 1.3rem
    }
}

body {
    background: #d3d3d3;
    color: #111;
    font-family: Inter, sans-serif;
    /*font-family: Nunito, serif;*/
    font-weight: 300;
    line-height: 1.7;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}
@media screen and (max-width:768px) {
    body {
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        font-size: 1.1rem;
    }
}


a {
    color: #ff004a;
    text-decoration: none;
    text-decoration: none
}

h1,
h2,
h6 {
    font-family: Inter, sans-serif;
    letter-spacing: .05rem;
    line-height: 1.8rem;
    font-weight: 100;
    margin-top: calc(1.5rem + 1vw);
    text-transform: lowercase
}

h5 {
    color: #111;
    font-family: Inter, sans-serif;
    letter-spacing: .05rem;
    line-height: 1.8rem;
    font-weight: 100;
    margin: 0;
    text-transform: none
}



h4 {
    color: #777;
    font-family: "Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New", monospace, serif;
    letter-spacing: .05rem;
    line-height: 1.8rem;
    font-weight: 100;
    margin: 0;
    text-transform: none
}

.u-h1,
h1 {
    margin: .5rem 0 1.5rem
}

.u-h1,
h1 {
    font-size: 1.9rem
}

@media screen and (min-width:20rem) {

    .u-h1,
    h1 {
        font-size: calc(1.60181rem + .67889 * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {

    .u-h1,
    h1 {
        font-size: 2.2807rem
    }
}

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

@media screen and (min-width:20rem) {

    .u-h2,
    h2 {
        font-size: calc(1.7rem + .53641 * ((100vw - 20rem) / 220));
        line-height: 1.2;
        text-align: center
    }

    @media screen and (min-width:240rem) {

        .u-h2,
        h2 {
            font-size: 1.80203rem
        }
    }

    .u-h3,
    h3 {
        font-size: 1.48rem
    }

    @media screen and (min-width:20rem) {

        .u-h3,
        h3 {
            font-size: calc(1.48rem + .47681 * ((100vw - 20rem) / 220))
        }
    }

    @media screen and (min-width:240rem) {

        .u-h3,
        h3 {
            font-size: 1.60181rem
        }
    }

    .u-h4,
    h4 {
        font-size: 1rem
    }

    @media screen and (min-width:20rem) {

        .u-h4,
        h4 {
            font-size: calc(.7rem + .42383 * ((100vw - 20rem) / 220))
        }
    }

    @media screen and (min-width:240rem) {

        .u-h4,
        h4 {
            font-size: 1.42383rem
        }
    }

    .u-h5,
    h5 {
        font-size: .88889rem
    }

    @media screen and (min-width:20rem) {

        .u-h5,
        h5 {
            font-size: calc(1.3rem + .37674 * ((100vw - 20rem) / 220))
        }
    }

    @media screen and (min-width:240rem) {

        .u-h5,
        h5 {
            font-size: 1.26562rem
        }
    }

    .u-h6,
    h6 {
        font-size: .79012rem
    }

    @media screen and (min-width:20rem) {

        .u-h6,
        h6 {
            font-size: calc(.79012rem + .33488 * ((100vw - 20rem) / 220))
        }
    }

    @media screen and (min-width:240rem) {

        .u-h6,
        h6 {
            font-size: 1.125rem
        }
    }

    h2+p,
    h3+p,
    h4+p,
    h5+p,
    h6+p {
        margin-top: calc(.75rem + .25vw)
    }

    b,
    strong {
        font-weight: 600
    }

    blockquote {
        border-right: .2rem solid #02bb80;
        font-family: Nunito, serif;
        font-style: italic;
        padding: .75rem 0 .75rem 1.75rem
    }

    blockquote cite {
        color: #111;
        display: block;
        font-size: .88889rem;
        margin-top: .75rem
    }

    blockquote cite:before {
        content: "- "
    }

    blockquote>:first-child {
        margin-top: 0
    }

    ol,
    ul {
        margin-left: 1rem
    }

    ol>li,
    ul>li {
        list-style: inherit;
        padding: 0 0 .25rem 1rem
    }

    dl dt {
        font-weight: 600
    }
}

pre {
    font-family: Inter, sans-serif;
    color: #000;
    display: inline;
    font-size: 1rem;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding-top: 2px;
    padding-bottom: 3px
}


code {
    font-family: Inter, sans-serif;
    font-weight: 500;
    text-shadow: -1px -2px 4px rgba(0, 0, 0, .1);
    display: inline;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

table th {
    border-bottom: 2px solid #dedede;
    padding: .75rem 1.25rem
}

table tr:nth-child(2n) {
    background: #f3f3f3
}

table td {
    padding: .75rem 1.25rem
}

figcaption {
    clear: both;
    color: #000;
    font-style: bold;
    font-size: 1rem;
    margin: .75rem 0 0;
    text-align: left
}

hr {
    background: 0 0;
    border: none;
    height: auto;
    line-height: 1;
    max-width: none;
    text-align: center
}

hr::before {
    content: "\00b7 \00b7 \00b7";
    color: #111;
    font-size: 1.26562rem;
    font-weight: 600;
    letter-spacing: 1rem;
    padding-left: 1rem
}

.btn,
[type=button],
[type=submit],
button {
    background: 0 0;
    noncolor: #111111;
    cursor: pointer;
    display: none;
    font: 400 0.70233rem Montserrat, sans-serif;
    letter-spacing: .5px;
    padding: .5rem 1.5rem;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .12s linear 0s;
    -o-transition: all .12s linear 0s;
    transition: all .12s linear 0s;
    width: 100%
}

@media all and (min-width:20em) {

    .btn,
    [type=button],
    [type=submit],
    button {
        width: auto
    }
}

.btn:focus,
.btn:hover,
:focus[type=button],
:focus[type=submit],
:hover[type=button],
:hover[type=submit],
button:focus,
button:hover {
    border-color: #02bb80;
    color: #02bb80;
    text-decoration: none
}

.btn:focus,
:focus[type=button],
:focus[type=submit],
button:focus {
    outline: 2px dotted #02bb80
}

.btn:disabled,
:disabled[type=button],
:disabled[type=submit],
button:disabled {
    background-color: #f3f3f3;
    border-color: #c4c4c4;
    color: #888;
    cursor: not-allowed
}

.btn:active,
:active[type=button],
:active[type=submit],
button:active {
    border: 1px solid #111
}

@media all and (max-width:19.9375em) {

    .btn+.btn,
    .btn+[type=button],
    .btn+[type=submit],
    .btn+button,
    [type=button]+.btn,
    [type=button]+[type=button],
    [type=button]+[type=submit],
    [type=button]+button,
    [type=submit]+.btn,
    [type=submit]+[type=button],
    [type=submit]+[type=submit],
    [type=submit]+button,
    button+.btn,
    button+[type=button],
    button+[type=submit],
    button+button {
        margin-top: .5rem
    }
}

[type=button],
[type=submit],
button {
    -webkit-appearance: none;
    -moz-appearance: none
}

fieldset {
    border: 1px solid #b8b8b8;
    margin: 0 0 1.5rem;
    padding: 1.5rem
}

fieldset>legend {
    margin-left: -1rem;
    padding: 0 1rem
}

legend {
    font-weight: 600
}

label {
    font-weight: 600;
    margin: 0 1rem .75rem 0
}

option {
    font-weight: 300
}

[type=email],
[type=number],
[type=search],
[type=tel],
[type=text],
[type=url],
select,
textarea {
    background-color: #fff;
    border: none;
    border: 1px solid #b8b8b8;
    font-size: 1rem;
    outline: 0;
    padding: .5rem .75rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media all and (min-width:37.5em) {

    [type=email],
    [type=number],
    [type=search],
    [type=tel],
    [type=text],
    [type=url],
    select,
    textarea {
        width: auto
    }
}

[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #02bb80
}

[type=file] {
    margin-bottom: 1.5rem;
    width: 100%
}

select {
    max-width: 100%;
    width: auto;
    position: relative
}

select:not([multiple]) {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6"><polygon points="3 6 3 6 0 0 6 0 3 6" fill="%238a8b8c"/></svg>') no-repeat 90% 50%;
    background-size: 8px;
    padding-right: 3rem
}

select[multiple] {
    border: 1px solid #b8b8b8;
    padding: 1.5rem;
    width: 100%
}

select[multiple]:hover {
    border-color: #b8b8b8
}

select[multiple]:focus {
    border-color: #02bb80
}

select[multiple]:disabled {
    background-color: #f3f3f3;
    cursor: not-allowed
}

select[multiple]:disabled:hover {
    border-color: #b8b8b8
}

textarea {
    display: block;
    overflow: auto;
    resize: vertical;
    max-width: 100%
}

.container {
    margin: 0 auto;
    padding: 0 0;
    max-width: calc(48rem + 8%)
}
.container>header {
        padding-bottom: 10px;
        padding-left: 22px;
        padding-right: 20px;
        position: relative;
        text-align: center;
}

@media all and (max-width:56.1875em) {
    .container>header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .25rem 0;
        position: relative
    }
}

.container>header.is-sticky {
    background: #d3d3d3;
    border-bottom: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .1rem;
    position: fixed !important;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 4000;
    padding-bottom: 0;
}

@media all and (min-width:56.25em) {
    .container>header.is-sticky {
        max-width: 48rem;
    }
}

.container>header.is-sticky .logo {
    font-size: 1rem;
    margin: 1rem;
    margin-left: 12px
}

.container>header.is-sticky .search {
    top: auto
}

.container>header.is-sticky .search+.navbar {
    margin-right: 1.5rem
}

.logo {
    color: #ff004a !important;
    margin-left: 20px;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 3px;
    text-align: center
}

@media all and (min-width:56.25em) {
    .logo {
        font-size: 2.3rem;
        margin: 0rem 0 0rem
    }
}

.logo:hover {
    text-decoration: none
}

.logo:focus {
    outline: 0
}

.search__btn {
    border: none;
    padding: 0;
    position: absolute;
    right: 3rem;
    top: 40%;
    width: auto
}

@media all and (min-width:56.25em) {
    .search__btn {
        right: 0
    }
}

.search__input {
    border: none;
    border-bottom: 2px solid #dedede;
    display: none;
    font-size: 1.26562rem;
    opacity: 0;
    width: 48rem;
    -webkit-transition: all .48s ease-in-out;
    -o-transition: all .48s ease-in-out;
    transition: all .48s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.search__close {
    border: none;
    color: transparent;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 2.5rem;
    text-indent: -999rem;
    -webkit-transition: all .48s ease-in-out;
    -o-transition: all .48s ease-in-out;
    transition: all .48s ease-in-out;
    top: 2.5rem;
    width: auto
}

.search__close:after,
.search__close:before {
    background-color: #111;
    content: '';
    left: 1rem;
    height: 2rem;
    opacity: .4;
    position: absolute;
    width: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search__close:hover {
    opacity: 1
}

.search__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    transition: all .48s;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden
}

.search__overlay.expanded {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    z-index: 100000000;
    display: block;
    visibility: visible
}

.search__overlay.expanded .search__input {
    -webkit-animation: slideininput .98s forwards;
    animation: slideininput .98s forwards;
    display: block
}

@-webkit-keyframes slideininput {
    60% {
        opacity: 0;
        width: 0
    }

    100% {
        opacity: 1;
        max-width: 92%
    }
}

@keyframes slideininput {
    60% {
        opacity: 0;
        width: 0
    }

    100% {
        opacity: 1;
        max-width: 92%
    }
}

.search__overlay.expanded .search__close {
    -webkit-animation: slideinclose .98s forwards;
    animation: slideinclose .98s forwards
}

@-webkit-keyframes slideinclose {
    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slideinclose {
    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.navbar__menu {
    color: #ff004a;
    font-family: Inter, sans-serif;
    margin: 0;
    overflow: hidden;
    font-style: bold;
    padding: 10px;
    letter-spacing: .01em;
    background-color: none
}

@media all and (max-width:56.1875em) {
    .navbar__menu {
        background: #d3d3d3;
        height: auto;
        width: 102vw;
        left: -1%;
        opacity: 0;
        position: absolute;
        top: 2.8rem;
        text-align: left;
        line-height: 3em;
        visibility: hidden;
        -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        transform: translateY(-5%);
        z-index: 4000
    }

    .navbar__menu>li {
        border-bottom: 0 solid #dedede;
        padding-left: 0
    }
}

@media all and (min-width:56.25em) {
    .navbar__menu {
        max-height: none;
        overflow: visible;
        text-align: center
    }
}

.navbar__menu li {
    color: #f3f3f3;
    font-size: .9rem;
    list-style: none;
    text-transform: lowercase
}

@media all and (min-width:56.25em) {
    .navbar__menu li {
        display: inline-block;
        margin: 0 .5rem;
        padding: 0;
        position: relative;
        z-index: 999
    }
}

.navbar__menu li:hover,
.navbar__menu li[aria-expanded=true] {
    cursor: pointer
}

@media all and (min-width:56.25em) {

    .navbar__menu li:hover>ul,
    .navbar__menu li[aria-expanded=true]>ul {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible
    }

    .navbar__menu li:hover>ul li,
    .navbar__menu li[aria-expanded=true]>ul li {
        margin: 0;
        display: block
    }
}

.navbar__menu li a,
.navbar__menu li span {
    background-color: #d3d3d3;
    color: #010345;
    margin: 0 0 0 40px;
    white-space: nowrap
}

@media all and (max-width:56.1875em) {

    .navbar__menu li a,
    .navbar__menu li span {
        padding: 15rem 0
    }
}

.navbar__menu li a:after,
.navbar__menu li span:after {
    content: "";
    display: block;
    margin: 0 auto
}

.navbar__menu li a:hover:not(span),
.navbar__menu li span:hover:not(span) {
    color: #02bb80
}

.navbar__menu li span {
    cursor: default
}

@media all and (max-width:56.1875em) {
    .navbar__submenu {
        margin: 0
    }
}

@media all and (min-width:56.25em) {
    .navbar__submenu {
        /*background: #fff;
        -webkit-box-shadow: 0 0 0 1px #dedede;
        box-shadow: 0 0 0 1px #dedede;
        left: auto;
        margin: 15px 0 0;
        opacity: 0;
        padding: 1rem 1.5rem;
        position: absolute;
        top: 100%;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        transform: translate(0, -10%);
        visibility: hidden;
        width: auto;
        z-index: 998;
        border: none !important;
    }

    .navbar__submenu:after {
        background: #fff;
        /*border-left: 1px solid #dedede;
        border-top: 1px solid #dedede;*/
        content: '';
        display: block;
        height: 10px;
        left: 20px;
        position: absolute;
        top: -6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 10px
    }

    .navbar__submenu:before {
        content: '';
        display: block;
        height: 15px;
        left: 0;
        position: absolute;
        top: -15px;
        width: 100%
    }

    .navbar__submenu li {
        border: none;
        margin: 0
    }
}

@media all and (min-width:56.25em) and (max-width:56.1875em) {
    .navbar__submenu li {
        padding: .25rem 0
    }
}

@media all and (min-width:56.25em) {
    .navbar__submenu li ul {
        left: calc(100% + 12px);
        top: -22px;
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        transform: translate(-10%, 0)
    }

    .navbar__submenu li ul:after {
        left: -6px;
        top: 15px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .navbar__submenu li ul:before {
        height: 10%;
        left: -12px;
        top: 0;
        width: 12px
    }

    .navbar__submenu li ul.navbar__submenu--reversed {
        left: auto;
        right: calc(100% + 12px);
        top: -22px
    }

    .navbar__submenu li ul.navbar__submenu--reversed:after {
        left: auto;
        right: -6px;
        top: 15px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .navbar__submenu li ul.navbar__submenu--reversed:before {
        height: 100%;
        left: auto;
        right: -12px;
        top: 0;
        width: 12px
    }

    .col-2 .navbar__submenu {
        -webkit-column-count: 2;
        column-count: 2
    }

    .col-3 .navbar__submenu {
        -webkit-column-count: 3;
        column-count: 3
    }
}

.navbar__toggle {
    background: 0 0;
    border: none;
    border-top: 2px solid #000;
    border-radius: 0;
    display: block;
    height: 14px;
    margin-right: 30px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    text-indent: -99999rem;
    width: 2rem;
    z-index: 3
}

@media all and (min-width:56.25em) {
    .navbar__toggle {
        display: none
    }
}

.navbar__toggle:before {
    border-top: 2px solid #000;
    content: "";
    left: 0;
    position: absolute;
    top: 4px;
    width: 100%
}

.navbar__toggle:after {
    border-bottom: 2px solid #000;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.navbar__toggle:focus {
    background: 0 0;
    outline: 0;
    border: none;
    border-top: 2px solid #111
}

.navbar__toggle:hover {
    background: 0 0
}

.is-opened>ul {
    opacity: 1;
    overflow: auto;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.is-opened>ul li {
    padding: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.is-opened>ul li ul {
    height: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    visibility: hidden
}

.is-opened>ul li ul li {
    border-top: 1px solid #dedede
}

.is-opened>ul li:hover>ul {
    height: auto;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.is-opened>ul li[aria-expanded=true]>ul {
    display: block
}

@media all and (max-width:56.1875em) {
    .has-submenu:after {
        background: #fff;
        border-right: 1px solid #02bb80;
        border-bottom: 1px solid #02bb80;
        content: '';
        display: block;
        height: 10px;
        position: absolute;
        right: 10px;
        top: 1rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 10px
    }
}

@media all and (min-width:56.25em) {
    .u-innerwrap {
        width: 46rem;
        margin-left: auto;
        margin-right: auto
    }
}

.hero {
    margin: 0 0 1.5rem;
    text-align: center
}

.hero p {
    margin: 0
}

.hero p:first-letter {
    text-transform: uppercase
}

.hero a {
    text-decoration: underline
}

.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.75rem
}

.category>article {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: .88889rem;
    line-height: 1.4;
    padding: 1.5rem;
    padding-top: calc(1.5rem + 1vw);
    position: relative;
    text-align: center
}

@media all and (min-width:37.5em) {
    .category>article {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media all and (min-width:56.25em) {
    .category>article {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
}

.category>article a:hover {
    text-decoration: none
}

@media all and (min-width:56.25em) {
    .category--layout-1>article {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .category--layout-1>article:first-child {
        -webkit-box-flex: 2;
        -ms-flex: 2 100%;
        flex: 2 100%
    }

    .category--layout-1>article:nth-child(11),
    .category--layout-1>article:nth-child(2),
    .category--layout-1>article:nth-child(3),
    .category--layout-1>article:nth-child(4),
    .category--layout-1>article:nth-child(5),
    .category--layout-1>article:nth-child(6) {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {
    .category--layout-2>article {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .category--layout-2>article:first-child,
    .category--layout-2>article:nth-child(10),
    .category--layout-2>article:nth-child(2),
    .category--layout-2>article:nth-child(3),
    .category--layout-2>article:nth-child(4),
    .category--layout-2>article:nth-child(5) {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {

    .category--layout-3>article:nth-child(5n-3),
    .category--layout-3>article:nth-child(5n-4) {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {

    .category--layout-4>article:nth-child(5n),
    .category--layout-4>article:nth-child(5n-1) {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {
    .category--layout-5>article:nth-child(3n-2) {
        -webkit-box-flex: 2;
        -ms-flex: 2 100%;
        flex: 2 100%
    }

    .category--layout-5>article:nth-child(3n),
    .category--layout-5>article:nth-child(3n-1) {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {
    .category--layout-6>article {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {
    .category--layout-7>article {
        -webkit-box-flex: 2;
        -ms-flex: 2 100%;
        flex: 2 100%
    }
}

.card__image {
    margin: 0 -.75rem;
    overflow: hidden
}

.card__image-link {
    display: block;
    height: 0;
    position: relative;
    width: 100%
}

.card__image img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    width: 100%;
    will-change: transform
}

.card__header {
    background: #fff
}

.card__header>h2 {
    font-size: .88889rem;
    font-weight: 600;
    margin-top: .5rem
}

.card__header>p {
    color: #888;
    font-size: .6243rem;
    text-transform: uppercase
}

.post {
    margin: 0;
    position: relative
}

.post__image--left {
    float: left;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    max-width: 50%
}

.post__image--right {
    float: right;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    max-width: 50%
}

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

@media all and (min-width:56.25em) {
    .post__image--wide {
        margin-left: -6rem;
        margin-right: -6rem
    }

    .post__image--wide>img {
        width: 100%
    }
}

.post__image--full {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%)
}

.post__image--full>img {
    width: 100%
}

.post__video {
    height: 0;
    overflow: hidden;
    padding-top: 1.5rem;
    padding-bottom: 56.25%;
    position: relative
}

.post__video>iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post__meta {
    color: #888;
    font-size: .79012rem
}

.post__featured-image {
    display: block;
    height: 0;
    margin-top: calc(1.5rem + 1vw);
    margin-bottom: calc(1.5rem + 1vw);
    position: relative;
    width: 100%
}

.post__featured-image>img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post__featured-image>figcaption {
    background: #000;
    bottom: 1rem;
    color: #ccc;
    max-width: 90%;
    padding: 0 .5rem;
    position: absolute;
    right: 1rem
}

.post__entry>:first-child {
    margin-top: 0
}

.post__entry a:hover {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.post__toc h3 {
    font-size: .88889rem
}

@media screen and (min-width:20rem) {
    .post__toc h3 {
        font-size: calc(.88889rem + .23611 * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {
    .post__toc h3 {
        font-size: 1.125rem
    }
}

.post__toc ul {
    counter-reset: item;
    list-style: decimal;
    margin: calc(.5rem + .25vw) 0 calc(1.5rem + .25vw) 1rem
}

.post__toc ul li {
    counter-increment: item;
    padding: 0
}

.post__toc ul ul {
    margin-top: 0
}

.post__toc ul ul li {
    display: block
}

.post__toc ul ul li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px
}

.post__last-updated {
    color: #888;
    font-size: .79012rem;
    font-style: italic;
    margin: 1rem 0 0;
    text-align: left
}

.post__tag {
    margin-left: 0
}

.post__tag li {
    display: inline-block;
    list-style: none;
    padding: 0 1rem 0 0
}

.post__tag li>a {
    color: #888;
    text-decoration: none;
    -webkit-transition: all .12s linear 0s;
    -o-transition: all .12s linear 0s;
    transition: all .12s linear 0s
}

.post__tag li>a:hover {
    color: #02bb80
}

.post__tag li>a:active {
    color: #111
}

.post__tag li>a:focus {
    color: #111;
    outline: 0
}

.post__tag li>a:before {
    content: "# "
}

.post__bio {
    border-top: 1px solid #dedede;
    font-size: .88889rem;
    margin-top: calc(3rem + 1vw);
    padding-top: calc(1.5rem + 1vw);
    text-align: center
}

.post__bio:after {
    content: " ";
    display: block;
    clear: both
}

.post__bio h3 {
    margin: 0 0 1.5rem
}

.post__bio>img {
    border-radius: 50%;
    height: 4rem;
    margin-bottom: 1.5rem;
    width: 4rem
}

.post__nav {
    border-top: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .6243rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(3rem + 1vw);
    padding-top: calc(1.5rem + .25vw);
    text-transform: uppercase;
    z-index: 0
}

.post__nav__link {
    color: #888
}

@media all and (min-width:37.5em) {
    .post__nav__link {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.post__nav__link>img {
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
    will-change: transform;
    width: 100px
}

@media all and (max-width:37.4375em) {
    .post__nav__link>img {
        display: none
    }
}

.post__nav__link:hover {
    text-decoration: none
}

.post__nav__link:hover h5 {
    -webkit-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear;
    color: #02bb80
}

.post__nav__link:hover:hover img {
    opacity: .8
}

.post__nav h5 {
    font-size: .79012rem;
    margin: .25rem 0 0;
    position: relative
}

.post__nav__prev {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left
}

.post__nav__next {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left: auto;
    text-align: right
}

@media all and (min-width:37.5em) {
    .post__nav__text {
        width: 55%
    }
}

.post__nav+.post__related {
    margin-top: calc(1.5rem + .25vw)
}

.post__related {
    border-top: 1px solid #dedede;
    margin-top: calc(1.5rem + 1vw)
}

.post__related__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.5rem -2% 0;
    width: 104%
}

.post__related__wrap figure {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0;
    padding: .75rem 2% 0
}

@media all and (min-width:37.5em) {
    .post__related__wrap figure {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
}

.post__related__wrap figure a>img {
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
    will-change: transform
}

.post__related__wrap figure a:hover img {
    opacity: .8
}

.post__related__wrap figcaption {
    font-style: normal
}

.post__related__wrap figcaption>time {
    color: #888;
    font-size: .6243rem;
    margin: .75rem 0 .75rem;
    text-transform: uppercase
}

.post__related__wrap h4 {
    font-size: .79012rem;
    margin: .5rem 0 .75rem
}

.post__related__wrap h4 a:hover {
    text-decoration: none
}

.post__share {
    margin: 2.25rem 0 calc(3rem + 1vw);
    text-align: center
}

.post__share>a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 2rem;
    margin: 0 .25rem;
    text-align: center;
    width: 2rem
}

.post__share>a:hover {
    color: #fff;
    text-decoration: none;
    background: #000
}

.post__share .icon {
    fill: #ffffff;
    margin: 0 auto;
    opacity: 1 !important;
    pointer-events: none;
    vertical-align: text-bottom
}

.comments {
    border-top: 1px solid #dedede;
    margin-top: calc(3rem + 1vw)
}

.comments>h3 {
    margin-bottom: 1.25rem
}

.banner {
    text-align: center
}

.banner--before-post {
    margin-bottom: 3rem
}

@media all and (min-width:56.25em) {
    .banner--before-post {
        margin-bottom: 3.75rem
    }
}

.banner--after-post {
    margin-top: calc(1.5rem + 1vw)
}

.author__thumb {
    border-radius: 50%;
    height: 5rem;
    margin-bottom: 1.5rem;
    width: 5rem
}

.search-page__input {
    width: 100%
}

.gsc-control-cse {
    padding: 0
}

.gs-webResult {
    border-top: 1px solid #dedede;
    padding-top: 1rem
}

.gsc-table-result {
    margin-top: .5rem;
    white-space: initial
}

.gsc-table-result td {
    padding: 0
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.align-justify {
    text-align: justify
}

.msg {
    padding: 1rem 1.5rem
}

.msg--highlight {
    background-color: #fff7e5
}

.msg--info {
    background-color: #d9edf7
}

.msg--success {
    background: #f9f9f9
}

.dropcap:first-letter {
    float: left;
    font-family: Montserrat, sans-serif;
    font-size: 4.10989rem;
    line-height: .7;
    margin-right: .5rem;
    padding: .5rem .5rem .5rem 0
}

.pagination {
    margin-top: 1.5rem;
    text-align: center;
    width: 100%
}

@media all and (min-width:56.25em) {
    .pagination {
        margin-top: 4.5rem
    }
}

@media all and (min-width:20em) {
    .pagination>a+a {
        margin-left: .5rem
    }
}

.footer {
    border-top: 1px solid #dedede;
    overflow: hidden;
    padding: 2.5rem 4%;
    text-align: center
}

.footer__copyright {
    color: #888;
    font-size: .6243rem;
    letter-spacing: 1px;
    text-transform: none;
    padding: 1rem 0
}

.footer__social>a {
    padding: .25rem
}

.footer__social>a:hover {
    text-decoration: none
}

.footer__social .icon {
    fill: #111111;
    opacity: .6
}

.footer__social .icon:hover {
    opacity: 1
}

.icon {
    display: inline-block;
    height: .9rem;
    -webkit-transition: all .12s linear 0s;
    -o-transition: all .12s linear 0s;
    transition: all .12s linear 0s;
    width: .9rem
}

.gallery {
    padding-top: 1rem
}

@media all and (min-width:20em) {
    .gallery {
        display: block;
        margin-inline-start: -10px;
        margin-inline-end: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media all and (min-width:20em) {
    .gallery[data-columns="1"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

@media all and (min-width:30em) {
    .gallery[data-columns="2"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

@media all and (min-width:37.5em) {
    .gallery[data-columns="3"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="4"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="5"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="6"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.666%;
        flex: 0 1 16.666%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="7"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 14.285%;
        flex: 1 0 14.285%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="8"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
        flex: 1 0 12.5%
    }
}

.gallery__item {
    padding: 0;
    top: -50px;
    position: relative
}

@media all and (min-width:20em) {
    .gallery__item {
        margin-top: 2rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

@media all and (min-width:30em) {
    .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%
    }
}

@media all and (min-width:37.5em) {
    .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.gallery__item a {
    display: block
}

.gallery__item a::after {
    bottom: .5rem;
    content: "";
    display: block;
    opacity: 0;
    left: .5rem;
    height: calc(100% - 1rem);
    position: absolute;
    right: .5rem;
    top: .5rem;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out;
    width: calc(100% - 1rem)
}

.gallery__item a:hover::after {
    opacity: 1
}

.gallery__item img {
    margin-top: 100px;
    margin-bottom: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-filter: drop-shadow(0 20px 2px #a7a4a2);
    -webkit-filter: drop-shadow(0 20px 2px #a7a4a2);
    filter: drop-shadow(0 20px 2px #a7a4a2);
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    color: #000;
    display: inline;
    font-size: .8rem;
    background-color: #cbc7c4;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 2.5em
}

.pswp--dark .pswp__bg {
    background: #000
}

.pswp--light .pswp__bg {
    background: #fff
}

.pswp--light .pswp__counter {
    color: #000
}

.pswp--light .pswp__caption__center {
    color: #111
}

html {
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    html {
        font-size: calc(1rem + (1.3 - 1) * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {
    html {
        font-size: 1.3rem
    }
}

.inverse:active,
.inverse:focus,
.inverse:hover,
.post__tag li>a:hover,
a {
    color: #ff004a
}

.btn:active,
.btn:hover,
[type=button]:active,
[type=button]:hover,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=submit]:active,
[type=submit]:hover,
[type=tel]:focus,
[type=text]:focus,
[type=url]:focus,
blockquote,
button:active,
button:hover,
select:focus,
select[multiple]:focus,
textarea:focus {
    border-color: #ff004a
}

input[type=checkbox]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='%23FF004A'/%3e%3c/svg%3e")
}

input[type=radio]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ccircle cx='4' cy='4' r='4' fill='%23FF004A'/%3e%3c/svg%3e")
}

.cookie-popup,
.cookie-popup__save {
    background: #ff004a
}

.container {
    max-width: calc(100% + 8%)
}

@media all and (min-width:56.25em) {
    .container>header.is-sticky {
        max-width: 100%
    }
}

.search__input {
    width: 100%
}

.navbar__menu li a:hover:not(span),
.navbar__menu li span:hover:not(span) {
    color: #ff004a
}

.card__image img:hover {
    -webkit-filter: brightness(46);
    filter: brightness(46);
    -webkit-transform: scale(3.85);
    -ms-transform: scale(3.85);
    transform: scale(3.85)
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 2s cubic-bezier(.215, .61, .355, 1)
}

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

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

li {
    list-style: none
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

button,
input,
select,
textarea {
    font: inherit
}

.facebook {
    background: #3b5998
}

.twitter {
    background: #55acee
}

.gplus {
    background: #dd4b39
}

.instagram {
    background: #405de6
}

.vimeo {
    background: #1ab7ea
}

.pinterest {
    background: #bd081c
}

.youtube {
    background: #cd201f
}

.linkedin {
    background: #0077b5
}

.buffer {
    background: #222
}

.mix {
    background: #f77e25
}

html {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth
}

html {
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    html {
        font-size: calc(1rem + .3 * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {
    html {
        font-size: 1.3rem
    }
}



a {
    color: #ff004a;
    text-decoration: none
}

h1,
h2,
h6 {
    font-family: Inter, sans-serif;
    letter-spacing: .05rem;
    line-height: 1.8rem;
    font-weight: 100;
    margin-top: calc(1.5rem + 1vw);
    text-transform: lowercase
}

h5 {
    color: #111;
    font-family: Inter, sans-serif;
    letter-spacing: .05rem;
    line-height: 1.8rem;
    font-weight: 100;
    margin: 0;
    text-transform: none
}

h3 {
    color: #000;
    font-family: Inter, sans-serif;
    letter-spacing: 0.1rem;
    font-weight: 300;
    text-transform: none;
    background-color: none;
    text-align: left;
    /*font-style: italic;*/
    padding-right: 200px;
    word-wrap: break-word;
    line-height: 1.4;
    
 
}
@media screen and (max-width:768px) {
    h3 {
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }
}


h4 {
    color: #777;
    font-family: "Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New", monospace, serif;
    letter-spacing: .05rem;
    line-height: 1.8rem;
    font-weight: 100;
    margin: 0;
    text-transform: none
}

.u-h1,
h1 {
    margin: .5rem 0 1.5rem
}

.u-h1,
h1 {
    font-size: 1.9rem
}

@media screen and (min-width:20rem) {

    .u-h1,
    h1 {
        font-size: calc(1.60181rem + .67889 * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {

    .u-h1,
    h1 {
        font-size: 2.2807rem
    }
}

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

@media screen and (min-width:20rem) {

    .u-h2,
    h2 {
        font-size: calc(1.7rem + .53641 * ((100vw - 20rem) / 220));
        line-height: 1.2;
        text-align: center
    }
}

@media screen and (min-width:240rem) {

    .u-h2,
    h2 {
        font-size: 1.80203rem
    }
}

.u-h3,
h3 {
    font-size: 1.48rem
}

@media screen and (min-width:20rem) {

    .u-h3,
    h3 {
        font-size: calc(1.48rem + .47681 * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {

    .u-h3,
    h3 {
        font-size: 1.60181rem
    }
}

.u-h4,
h4 {
    font-size: 1rem
}

@media screen and (min-width:20rem) {

    .u-h4,
    h4 {
        font-size: calc(.7rem + .42383 * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {

    .u-h4,
    h4 {
        font-size: 1.42383rem
    }
}

.u-h5,
h5 {
    font-size: .88889rem
}

@media screen and (min-width:20rem) {

    .u-h5,
    h5 {
        font-size: calc(1.3rem + .37674 * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {

    .u-h5,
    h5 {
        font-size: 1.26562rem
    }
}

.u-h6,
h6 {
    font-size: .79012rem
}

@media screen and (min-width:20rem) {

    .u-h6,
    h6 {
        font-size: calc(.79012rem + .33488 * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {

    .u-h6,
    h6 {
        font-size: 1.125rem
    }
}

h2+p,
h3+p,
h4+p,
h5+p,
h6+p {
    margin-top: calc(.75rem + .25vw)
}

b,
strong {
    font-weight: 600
}

blockquote {
    border-right: .2rem solid #02bb80;
    font-family: Nunito, serif;
    font-style: italic;
    padding: .75rem 0 .75rem 1.75rem
}

blockquote cite {
    color: #111;
    display: block;
    font-size: .88889rem;
    margin-top: .75rem
}

blockquote cite:before {
    content: "- "
}

blockquote>:first-child {
    margin-top: 0
}

ol,
ul {
    margin-left: 1rem
}

ol>li,
ul>li {
    list-style: inherit;
    padding: 0 0 .25rem 1rem
}

dl dt {
    font-weight: 600
}



code {
    font-family: Inter, sans-serif;
    font-weight: 500;
    text-shadow: -1px -2px 4px rgba(0, 0, 0, .1);
    display: inline;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

table th {
    border-bottom: 2px solid #dedede;
    padding: .75rem 1.25rem
}

table tr:nth-child(2n) {
    background: #f3f3f3
}

table td {
    padding: .75rem 1.25rem
}

figcaption {
    clear: both;
    color: #000;
    font-style: bold;
    font-size: 1rem;
    margin: .75rem 0 0;
    text-align: left
}

hr {
    background: 0 0;
    border: none;
    height: auto;
    line-height: 1;
    max-width: none;
    text-align: center
}

hr::before {
    content: "\00b7 \00b7 \00b7";
    color: #111;
    font-size: 1.26562rem;
    font-weight: 600;
    letter-spacing: 1rem;
    padding-left: 1rem
}

.btn,
[type=button],
[type=submit],
button {
    background: 0 0;
    noncolor: #111111;
    cursor: pointer;
    display: none;
    font: 400 0.70233rem Montserrat, sans-serif;
    letter-spacing: .5px;
    padding: .5rem 1.5rem;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .12s linear 0s;
    -o-transition: all .12s linear 0s;
    transition: all .12s linear 0s;
    width: 100%
}

@media all and (min-width:20em) {

    .btn,
    [type=button],
    [type=submit],
    button {
        width: auto
    }
}

.btn:focus,
.btn:hover,
:focus[type=button],
:focus[type=submit],
:hover[type=button],
:hover[type=submit],
button:focus,
button:hover {
    border-color: #02bb80;
    color: #02bb80;
    text-decoration: none
}

.btn:focus,
:focus[type=button],
:focus[type=submit],
button:focus {
    outline: 2px dotted #02bb80
}

.btn:disabled,
:disabled[type=button],
:disabled[type=submit],
button:disabled {
    background-color: #f3f3f3;
    border-color: #c4c4c4;
    color: #888;
    cursor: not-allowed
}

.btn:active,
:active[type=button],
:active[type=submit],
button:active {
    border: 1px solid #111
}

@media all and (max-width:19.9375em) {

    .btn+.btn,
    .btn+[type=button],
    .btn+[type=submit],
    .btn+button,
    [type=button]+.btn,
    [type=button]+[type=button],
    [type=button]+[type=submit],
    [type=button]+button,
    [type=submit]+.btn,
    [type=submit]+[type=button],
    [type=submit]+[type=submit],
    [type=submit]+button,
    button+.btn,
    button+[type=button],
    button+[type=submit],
    button+button {
        margin-top: .5rem
    }
}

[type=button],
[type=submit],
button {
    -webkit-appearance: none;
    -moz-appearance: none
}

fieldset {
    border: 1px solid #b8b8b8;
    margin: 0 0 1.5rem;
    padding: 1.5rem
}

fieldset>legend {
    margin-left: -1rem;
    padding: 0 1rem
}

legend {
    font-weight: 600
}

label {
    font-weight: 600;
    margin: 0 1rem .75rem 0
}

option {
    font-weight: 300
}

[type=email],
[type=number],
[type=search],
[type=tel],
[type=text],
[type=url],
select,
textarea {
    background-color: #fff;
    border: none;
    border: 1px solid #b8b8b8;
    font-size: 1rem;
    outline: 0;
    padding: .5rem .75rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media all and (min-width:37.5em) {

    [type=email],
    [type=number],
    [type=search],
    [type=tel],
    [type=text],
    [type=url],
    select,
    textarea {
        width: auto
    }
}

[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #02bb80
}

[type=file] {
    margin-bottom: 1.5rem;
    width: 100%
}

select {
    max-width: 100%;
    width: auto;
    position: relative
}

select:not([multiple]) {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6"><polygon points="3 6 3 6 0 0 6 0 3 6" fill="%238a8b8c"/></svg>') no-repeat 90% 50%;
    background-size: 8px;
    padding-right: 3rem
}

select[multiple] {
    border: 1px solid #b8b8b8;
    padding: 1.5rem;
    width: 100%
}

select[multiple]:hover {
    border-color: #b8b8b8
}

select[multiple]:focus {
    border-color: #02bb80
}

select[multiple]:disabled {
    background-color: #f3f3f3;
    cursor: not-allowed
}

select[multiple]:disabled:hover {
    border-color: #b8b8b8
}

textarea {
    display: block;
    overflow: auto;
    resize: vertical;
    max-width: 100%
}

.container {
    margin: 0 auto;
    padding: 0 0;
    max-width: calc(48rem + 8%)
}

.container>header {
    position: relative;
    text-align: center
}

@media all and (max-width:56.1875em) {
    .container>header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .25rem 0;
        position: relative
    }
}

.container>header.is-sticky {
    background: #d3d3d3;
    border-bottom: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .1rem;
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3000
}

@media all and (min-width:56.25em) {
    .container>header.is-sticky {
        max-width: 48rem
    }
}

.container>header.is-sticky .logo {
    font-size: 1.6rem;
    margin-left: 12px
}

.container>header.is-sticky .search {
    top: auto
}

.container>header.is-sticky .search+.navbar {
    margin-right: 1.5rem
}

.logo {
    margin-left: 40px;
    font-family: Inter, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 3px;
    text-align: center;
    display: inline-block
}

@media all and (min-width:56.25em) {
    .logo {
        font-size: 2.2rem
    }
}

.logo:hover {
    text-decoration: none
}

.logo:focus {
    outline: 0
}

.search__btn {
    border: none;
    padding: 0;
    position: absolute;
    right: 3rem;
    top: 40%;
    width: auto
}

@media all and (min-width:56.25em) {
    .search__btn {
        right: 0
    }
}

.search__input {
    border: none;
    border-bottom: 2px solid #dedede;
    display: none;
    font-size: 1.26562rem;
    opacity: 0;
    width: 48rem;
    -webkit-transition: all .48s ease-in-out;
    -o-transition: all .48s ease-in-out;
    transition: all .48s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.search__close {
    border: none;
    color: transparent;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 2.5rem;
    text-indent: -999rem;
    -webkit-transition: all .48s ease-in-out;
    -o-transition: all .48s ease-in-out;
    transition: all .48s ease-in-out;
    top: 2.5rem;
    width: auto
}

.search__close:after,
.search__close:before {
    background-color: #111;
    content: '';
    left: 1rem;
    height: 2rem;
    opacity: .4;
    position: absolute;
    width: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search__close:hover {
    opacity: 1
}

.search__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    transition: all .48s;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden
}

.search__overlay.expanded {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    z-index: 100000000;
    display: block;
    visibility: visible
}

.search__overlay.expanded .search__input {
    -webkit-animation: slideininput .98s forwards;
    animation: slideininput .98s forwards;
    display: block
}

@-webkit-keyframes slideininput {
    60% {
        opacity: 0;
        width: 0
    }

    100% {
        opacity: 1;
        max-width: 92%
    }
}

@keyframes slideininput {
    60% {
        opacity: 0;
        width: 0
    }

    100% {
        opacity: 1;
        max-width: 92%
    }
}

.search__overlay.expanded .search__close {
    -webkit-animation: slideinclose .98s forwards;
    animation: slideinclose .98s forwards
}

@-webkit-keyframes slideinclose {
    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slideinclose {
    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.navbar__menu {
    color: #ff004a;
    font-family: Inter, sans-serif;
    margin: 0;
    overflow: hidden;
    font-style: bold;
    letter-spacing: .01em;
    background-color: none
}

@media all and (max-width:56.1875em) {
    .navbar__menu {
        background: #d3d3d3;
        width: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 3rem;
        text-align: left;
        line-height: 3em;
        visibility: hidden;
        -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        transform: translateY(-5%);
        z-index: 4000;
        display: block
    }

    .navbar__menu>li {
        border-bottom: 0 solid #dedede;
        padding-left: 10
    }
}

@media all and (min-width:56.25em) {
    .navbar__menu {
        max-height: none;
        overflow: visible;
        text-align: center
    }
}

.navbar__menu li {
    color: #f3f3f3;
    font-size: .9rem;
    list-style: none;
    text-transform: lowercase
}

@media all and (min-width:56.25em) {
    .navbar__menu li {
        display: inline-block;
        margin: 0 .5rem;
        padding: 0;
        position: relative;
        z-index: 999
    }
}

.navbar__menu li:hover,
.navbar__menu li[aria-expanded=true] {
    cursor: pointer
}

@media all and (min-width:56.25em) {

    .navbar__menu li:hover>ul,
    .navbar__menu li[aria-expanded=true]>ul {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible
    }

    .navbar__menu li:hover>ul li,
    .navbar__menu li[aria-expanded=true]>ul li {
        margin: 0;
        display: block
    }
}

.navbar__menu li a,
.navbar__menu li span {
    background-color: #d3d3d3;
    color: #010345;
    margin: 0 0 0 40px;
    white-space: nowrap
}

@media all and (max-width:56.1875em) {

    .navbar__menu li a,
    .navbar__menu li span {
        padding: .15rem 0
    }
}

.navbar__menu li a:after,
.navbar__menu li span:after {
    content: "";
    display: block;
    margin: 0 auto
}

.navbar__menu li a:hover:not(span),
.navbar__menu li span:hover:not(span) {
    color: #02bb80
}

.navbar__menu li span {
    cursor: default
}

@media all and (max-width:56.1875em) {
    .navbar__submenu {
        margin: 0
    }
}

@media all and (min-width:56.25em) { /*submenu positioning ekt*/
    .navbar__submenu {
        background: #d3d3d300;
        margin-top: 20px;
        opacity: 0;
        /*padding: 1rem 1.5rem;*/
        position: absolute;
        top: 20%;
        left: -45%;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        transform: translate(0, -10%);
        visibility: hidden;
        width: 10rem;
        height: 6rem;
        z-index: 998
    }


    .navbar__submenu:after {
        background: #13371300;
        border-left: 1px solid #dedede;
        border-top: 1px solid #dedede;
        content: '';
        height: 10px;
        left: 10px;
        position: absolute;
        top: -6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 10px;
        display: none;
    }

    .navbar__submenu:before {
        content: '';
        display: block;
        height: 15px;
        left: 0;
        position: absolute;
        top: -15px;
        width: 100%
    }

    .navbar__submenu li {
        border: none;
        margin: 0
    }
}

@media all and (min-width:56.25em) and (max-width:56.1875em) {
    .navbar__submenu li {
        padding: .25rem 0
    }
}

@media all and (min-width:56.25em) {
    .navbar__submenu li ul {
        left: calc(100% + 12px);
        top: -22px;
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        transform: translate(-10%, 0)
    }

    .navbar__submenu li ul:after {
        left: -6px;
        top: 15px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .navbar__submenu li ul:before {
        height: 100%;
        left: -12px;
        top: 0;
        width: 12px
    }

    .navbar__submenu li ul.navbar__submenu--reversed {
        left: auto;
        right: calc(100% + 12px);
        top: -22px
    }

    .navbar__submenu li ul.navbar__submenu--reversed:after {
        left: auto;
        right: -6px;
        top: 15px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .navbar__submenu li ul.navbar__submenu--reversed:before {
        height: 100%;
        left: auto;
        right: -12px;
        top: 0;
        width: 12px
    }

    .col-2 .navbar__submenu {
        -webkit-column-count: 2;
        column-count: 2
    }

    .col-3 .navbar__submenu {
        -webkit-column-count: 3;
        column-count: 3
    }
}

.navbar__toggle {
    background: 0 0;
    border: none;
    border-top: 2px solid #000;
    border-radius: 0;
    display: block;
    margin-right: 5px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    text-indent: -99999rem;
    width: 2rem;
    z-index: 3
}

@media all and (min-width:56.25em) {
    .navbar__toggle {
        display: none
    }
}

.navbar__toggle:before {
    border-top: 2px solid #000;
    content: "";
    left: 0;
    position: absolute;
    top: 4px;
    width: 100%
}

.navbar__toggle:after {
    border-bottom: 2px solid #000;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.navbar__toggle:focus {
    background: 0 0;
    outline: 0;
    border: none;
    border-top: 2px solid #111
}

.navbar__toggle:hover {
    background: 0 0
}

.is-opened>ul {
    opacity: .99;
    overflow: hidden;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.is-opened>ul li {
    font-size: 1.341rem;
    line-height: 3rem;
    padding: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block;
}

.is-opened>ul li ul {
    height: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    visibility: hidden
}

.is-opened>ul li ul li {
    border-top: 1px solid #dedede
}

.is-opened>ul li:hover>ul {
    height: auto;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.is-opened>ul li[aria-expanded=true]>ul {
    display: block
}

@media all and (max-width:56.1875em) {
    .has-submenu:after {
        background: #fff;
        border-right: 1px solid #02bb80;
        border-bottom: 1px solid #02bb80;
        content: '';
        display: block;
        height: 10px;
        position: absolute;
        right: 10px;
        top: 1rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 10px
    }
}

@media all and (min-width:56.25em) {
    .u-innerwrap {
        width: 46rem;
        margin-left: auto;
        margin-right: auto
    }
}

.hero {
    margin: 0 0 1.5rem;
    text-align: center;
    display: none
}

.hero p {
    margin: 0
}

.hero p:first-letter {
    text-transform: uppercase
}

.hero a {
    text-decoration: underline
}

.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.75rem
}

.category>article {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: .88889rem;
    line-height: 1.4;
    padding: 1.5rem;
    padding-top: calc(1.5rem + 1vw);
    position: relative;
    text-align: center
}

@media all and (min-width:37.5em) {
    .category>article {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media all and (min-width:56.25em) {
    .category>article {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
}

.category>article a:hover {
    text-decoration: none
}

@media all and (min-width:56.25em) {
    .category--layout-1>article {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .category--layout-1>article:first-child {
        -webkit-box-flex: 2;
        -ms-flex: 2 100%;
        flex: 2 100%
    }

    .category--layout-1>article:nth-child(11),
    .category--layout-1>article:nth-child(2),
    .category--layout-1>article:nth-child(3),
    .category--layout-1>article:nth-child(4),
    .category--layout-1>article:nth-child(5),
    .category--layout-1>article:nth-child(6) {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {
    .category--layout-2>article {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .category--layout-2>article:first-child,
    .category--layout-2>article:nth-child(10),
    .category--layout-2>article:nth-child(2),
    .category--layout-2>article:nth-child(3),
    .category--layout-2>article:nth-child(4),
    .category--layout-2>article:nth-child(5) {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {

    .category--layout-3>article:nth-child(5n-3),
    .category--layout-3>article:nth-child(5n-4) {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {

    .category--layout-4>article:nth-child(5n),
    .category--layout-4>article:nth-child(5n-1) {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {
    .category--layout-5>article:nth-child(3n-2) {
        -webkit-box-flex: 2;
        -ms-flex: 2 100%;
        flex: 2 100%
    }

    .category--layout-5>article:nth-child(3n),
    .category--layout-5>article:nth-child(3n-1) {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {
    .category--layout-6>article {
        -webkit-box-flex: 2;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
}

@media all and (min-width:56.25em) {
    .category--layout-7>article {
        -webkit-box-flex: 2;
        -ms-flex: 2 100%;
        flex: 2 100%
    }
}

.card__image {
    margin: 0 -.75rem;
    overflow: hidden
}

.card__image-link {
    display: block;
    height: 0;
    position: relative;
    width: 100%
}

.card__image img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    width: 100%;
    will-change: transform
}

.card__header {
    background: #fff
}

.card__header>h2 {
    font-size: .88889rem;
    font-weight: 600;
    margin-top: .5rem
}

.card__header>p {
    color: #888;
    font-size: .6243rem;
    text-transform: uppercase
}

.post {
    margin: 0;
    position: relative
}

.post__image--left {
    float: left;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    max-width: 50%
}

.post__image--right {
    float: right;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    max-width: 50%
}

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

@media all and (min-width:56.25em) {
    .post__image--wide {
        margin-left: -6rem;
        margin-right: -6rem
    }

    .post__image--wide>img {
        width: 100%
    }
}

.post__image--full {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%)
}

.post__image--full>img {
    width: 100%
}

.post__video {
    height: 0;
    overflow: hidden;
    padding-top: 1.5rem;
    padding-bottom: 56.25%;
    position: relative
}

.post__video>iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post__meta {
    color: #888;
    font-size: .79012rem
}

.post__featured-image {
    display: block;
    height: 0;
    margin-top: calc(1.5rem + 1vw);
    margin-bottom: calc(1.5rem + 1vw);
    position: relative;
    width: 100%
}

.post__featured-image>img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post__featured-image>figcaption {
    background: #000;
    bottom: 1rem;
    color: #ccc;
    max-width: 90%;
    padding: 0 .5rem;
    position: absolute;
    right: 1rem
}

.post__entry>:first-child {
    margin-top: 0
}

.post__entry a:hover {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.post__toc h3 {
    font-size: .88889rem
}

@media screen and (min-width:20rem) {
    .post__toc h3 {
        font-size: calc(.88889rem + .23611 * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {
    .post__toc h3 {
        font-size: 1.125rem
    }
}

.post__toc ul {
    counter-reset: item;
    list-style: decimal;
    margin: calc(.5rem + .25vw) 0 calc(1.5rem + .25vw) 1rem
}

.post__toc ul li {
    counter-increment: item;
    padding: 0
}

.post__toc ul ul {
    margin-top: 0
}

.post__toc ul ul li {
    display: block
}

.post__toc ul ul li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px
}

.post__last-updated {
    color: #888;
    font-size: .79012rem;
    font-style: italic;
    margin: 1rem 0 0;
    text-align: left
}

.post__tag {
    margin-left: 0
}

.post__tag li {
    display: inline-block;
    list-style: none;
    padding: 0 1rem 0 0
}

.post__tag li>a {
    color: #888;
    text-decoration: none;
    -webkit-transition: all .12s linear 0s;
    -o-transition: all .12s linear 0s;
    transition: all .12s linear 0s
}

.post__tag li>a:hover {
    color: #02bb80
}

.post__tag li>a:active {
    color: #111
}

.post__tag li>a:focus {
    color: #111;
    outline: 0
}

.post__tag li>a:before {
    content: "# "
}

.post__bio {
    border-top: 1px solid #dedede;
    font-size: .88889rem;
    margin-top: calc(3rem + 1vw);
    padding-top: calc(1.5rem + 1vw);
    text-align: center
}

.post__bio:after {
    content: " ";
    display: block;
    clear: both
}

.post__bio h3 {
    margin: 0 0 1.5rem
}

.post__bio>img {
    border-radius: 50%;
    height: 4rem;
    margin-bottom: 1.5rem;
    width: 4rem
}

.post__nav {
    border-top: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .6243rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(3rem + 1vw);
    padding-top: calc(1.5rem + .25vw);
    text-transform: uppercase;
    z-index: 0
}

.post__nav__link {
    color: #888
}

@media all and (min-width:37.5em) {
    .post__nav__link {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.post__nav__link>img {
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
    will-change: transform;
    width: 100px
}

@media all and (max-width:37.4375em) {
    .post__nav__link>img {
        display: none
    }
}

.post__nav__link:hover {
    text-decoration: none
}

.post__nav__link:hover h5 {
    -webkit-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear;
    color: #02bb80
}

.post__nav__link:hover:hover img {
    opacity: .8
}

.post__nav h5 {
    font-size: .79012rem;
    margin: .25rem 0 0;
    position: relative
}

.post__nav__prev {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left
}

.post__nav__next {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left: auto;
    text-align: right
}

@media all and (min-width:37.5em) {
    .post__nav__text {
        width: 55%
    }
}

.post__nav+.post__related {
    margin-top: calc(1.5rem + .25vw)
}

.post__related {
    border-top: 1px solid #dedede;
    margin-top: calc(1.5rem + 1vw)
}

.post__related__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.5rem -2% 0;
    width: 104%
}

.post__related__wrap figure {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0;
    padding: .75rem 2% 0
}

@media all and (min-width:37.5em) {
    .post__related__wrap figure {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
}

.post__related__wrap figure a>img {
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
    will-change: transform
}

.post__related__wrap figure a:hover img {
    opacity: .8
}

.post__related__wrap figcaption {
    font-style: normal
}

.post__related__wrap figcaption>time {
    color: #888;
    font-size: .6243rem;
    margin: .75rem 0 .75rem;
    text-transform: uppercase
}

.post__related__wrap h4 {
    font-size: .79012rem;
    margin: .5rem 0 .75rem
}

.post__related__wrap h4 a:hover {
    text-decoration: none
}

.post__share {
    margin: 2.25rem 0 calc(3rem + 1vw);
    text-align: center
}

.post__share>a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 2rem;
    margin: 0 .25rem;
    text-align: center;
    width: 2rem
}

.post__share>a:hover {
    color: #fff;
    text-decoration: none;
    background: #000
}

.post__share .icon {
    fill: #ffffff;
    margin: 0 auto;
    opacity: 1 !important;
    pointer-events: none;
    vertical-align: text-bottom
}

.comments {
    border-top: 1px solid #dedede;
    margin-top: calc(3rem + 1vw)
}

.comments>h3 {
    margin-bottom: 1.25rem
}

.banner {
    text-align: center
}

.banner--before-post {
    margin-bottom: 3rem
}

@media all and (min-width:56.25em) {
    .banner--before-post {
        margin-bottom: 3.75rem
    }
}

.banner--after-post {
    margin-top: calc(1.5rem + 1vw)
}

.author__thumb {
    border-radius: 50%;
    height: 5rem;
    margin-bottom: 1.5rem;
    width: 5rem
}

.search-page__input {
    width: 100%
}

.gsc-control-cse {
    padding: 0
}

.gs-webResult {
    border-top: 1px solid #dedede;
    padding-top: 1rem
}

.gsc-table-result {
    margin-top: .5rem;
    white-space: initial
}

.gsc-table-result td {
    padding: 0
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.align-justify {
    text-align: justify
}

.msg {
    padding: 1rem 1.5rem
}

.msg--highlight {
    background-color: #fff7e5
}

.msg--info {
    background-color: #d9edf7
}

.msg--success {
    background: #f9f9f9
}

.dropcap:first-letter {
    float: left;
    font-family: Montserrat, sans-serif;
    font-size: 4.10989rem;
    line-height: .7;
    margin-right: .5rem;
    padding: .5rem .5rem .5rem 0
}

.pagination {
    margin-top: 1.5rem;
    text-align: center;
    width: 100%
}

@media all and (min-width:56.25em) {
    .pagination {
        margin-top: 4.5rem
    }
}

@media all and (min-width:20em) {
    .pagination>a+a {
        margin-left: .5rem
    }
}

.footer {
    border-top: 1px solid #dedede;
    overflow: hidden;
    padding: 2.5rem 4%;
    text-align: center
}

.footer__copyright {
    color: #888;
    font-size: .6243rem;
    letter-spacing: 1px;
    text-transform: none;
    padding: 1rem 0
}

.footer__social>a {
    padding: .25rem
}

.footer__social>a:hover {
    text-decoration: none
}

.footer__social .icon {
    fill: #111111;
    opacity: .6
}

.footer__social .icon:hover {
    opacity: 1
}

.icon {
    display: inline-block;
    height: .9rem;
    -webkit-transition: all .12s linear 0s;
    -o-transition: all .12s linear 0s;
    transition: all .12s linear 0s;
    width: .9rem
}

.gallery {
    padding-top: 1rem
}

@media all and (min-width:20em) {
    .gallery {
        display: block;
        margin-inline-start: -10px;
        margin-inline-end: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media all and (min-width:20em) {
    .gallery[data-columns="1"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

@media all and (min-width:30em) {
    .gallery[data-columns="2"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

@media all and (min-width:37.5em) {
    .gallery[data-columns="3"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="4"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="5"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="6"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.666%;
        flex: 0 1 16.666%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="7"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 14.285%;
        flex: 1 0 14.285%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="8"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
        flex: 1 0 12.5%
    }
}

.gallery__item {
    padding: 0;
    top: -50px;
    position: relative
}

@media all and (min-width:20em) {
    .gallery__item {
        margin-top: 2rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

@media all and (min-width:30em) {
    .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%
    }
}

@media all and (min-width:37.5em) {
    .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.gallery__item a {
    display: block
}

.gallery__item a::after {
    bottom: .5rem;
    content: "";
    display: block;
    opacity: 0;
    left: .5rem;
    height: calc(100% - 1rem);
    position: absolute;
    right: .5rem;
    top: .5rem;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out;
    width: calc(100% - 1rem)
}

.gallery__item a:hover::after {
    opacity: 1
}

.gallery__item img {
    margin-top: 100px;
    margin-bottom: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 20px 2px #a7a4a2;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    color: #000;
    display: inline;
    font-size: .8rem;
    background-color: #cbc7c4;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 2.5em
}

.pswp--dark .pswp__bg {
    background: #000
}

.pswp--light .pswp__bg {
    background: #fff
}

.pswp--light .pswp__counter {
    color: #000
}

.pswp--light .pswp__caption__center {
    color: #111
}

html {
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    html {
        font-size: calc(1rem + (1.3 - 1) * ((100vw - 20rem) / 220))
    }
}

@media screen and (min-width:240rem) {
    html {
        font-size: 1.3rem
    }
}

.inverse:active,
.inverse:focus,
.inverse:hover,
.post__tag li>a:hover,
a {
    color: #ff004a
}

.btn:active,
.btn:hover,
[type=button]:active,
[type=button]:hover,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=submit]:active,
[type=submit]:hover,
[type=tel]:focus,
[type=text]:focus,
[type=url]:focus,
blockquote,
button:active,
button:hover,
select:focus,
select[multiple]:focus,
textarea:focus {
    border-color: #ff004a
}

input[type=checkbox]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='%23FF004A'/%3e%3c/svg%3e")
}

input[type=radio]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ccircle cx='4' cy='4' r='4' fill='%23FF004A'/%3e%3c/svg%3e")
}

.cookie-popup,
.cookie-popup__save {
    background: #ff004a
}

.container {
    max-width: calc(100% + 8%)
}

@media all and (min-width:56.25em) {
    .container>header.is-sticky {
        max-width: 100%
    }
}

.search__input {
    width: 100%
}

.navbar__menu li a:hover:not(span),
.navbar__menu li span:hover:not(span) {
    color: #ff004a
}

.card__image img:hover {
    -webkit-filter: brightness(46);
    filter: brightness(46);
    -webkit-transform: scale(3.85);
    -ms-transform: scale(3.85);
    transform: scale(3.85)
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 2s cubic-bezier(.215, .61, .355, 1)
}

.anatomy-mobile {
    display: none
}

@media only screen and (max-width:640px) {
    .anatomy-mobile {
        display: block
    }
}

.current-time,
.duration {
    display: inline-block;
    color: #fff;
    display: inline-block;
    margin-left: .5rem;
    margin-top: 35vh;
    font-size: 1rem;
    font-weight: 900
}

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

    .current-time,
    .duration {
        font-size: 1rem;
        margin-left: .1rem
    }
}

@keyframes pspkt-FadeInOut {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.pspkt-h3[data-aos] {
    opacity: 0;
    transition: opacity 1s
}

.pspkt-h3.aos-animate {
    opacity: 1
}

@media screen and (min-width:641px) {

    .pspkt-wrapper--eight .gallery__item:nth-child(n+5),
    .pspkt-wrapper--five .gallery__item:nth-child(n+5),
    .pspkt-wrapper--four .gallery__item:nth-child(n+5),
    .pspkt-wrapper--one .gallery__item:nth-child(n+5),
    .pspkt-wrapper--seven .gallery__item:nth-child(n+5),
    .pspkt-wrapper--six .gallery__item:nth-child(n+5),
    .pspkt-wrapper--three .gallery__item:nth-child(n+5),
    .pspkt-wrapper--two .gallery__item:nth-child(n+5),
    .pspkt-wrapper--zero .gallery__item:nth-child(n+5) {
        display: none
    }
}

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

    .pspkt-wrapper--eight .gallery__item:not(:first-child),
    .pspkt-wrapper--five .gallery__item:not(:first-child),
    .pspkt-wrapper--four .gallery__item:not(:first-child),
    .pspkt-wrapper--one .gallery__item:not(:first-child),
    .pspkt-wrapper--seven .gallery__item:not(:first-child),
    .pspkt-wrapper--six .gallery__item:not(:first-child),
    .pspkt-wrapper--three .gallery__item:not(:first-child),
    .pspkt-wrapper--two .gallery__item:not(:first-child),
    .pspkt-wrapper--zero .gallery__item:not(:first-child) {
        display: none
    }
}

.wall-vignettes {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 35%, rgba(42, 32, 0, .1) 100%);
    z-index: 1
}

.pspkt-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0)
}

.pspkt-overlay h3 {
    position: absolute;
    color: #fff;
    font-size: 4rem
}

.pspkt-overlay .pspkt-h3 {
    font-family: 'Ysabeau Office', sans-serif;
    color: #000;
    font-size: 4em;
    opacity: 1;
    background: 0 0;
    top: 66%;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .pspkt-overlay .pspkt-h3 {
        font-size: 2.5em;
        top: 58%;
        line-height: 150%
    }
}

.pspkt-wrapper {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    left: calc(-50vw + 50%);
    box-sizing: border-box;
    display: block;
    background-color: #c1c1c1
}

.pspkt-wrapper .gallery {
    padding-bottom: 100px
}

@media screen and (max-width:767px) {
    .pspkt-wrapper .gallery {
        padding-bottom: 30px
    }
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important
}

.swiper-pagination-bullet {
    background-color: #fff !important;
    width: 15px !important;
    height: 15px !important
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}

@media screen and (max-width:767px) {
    .pspkt-wrapper .swiper-container {
        height: 100vh
    }

    .swiper-slide {
        height: 50vh
    }

    .swiper-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .pspkt-wrapper .swiper-container {
        height: 100vh
    }
}

.swiper-container {
    position: relative;
    overflow-x: hidden;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #434343
}

.swiper-slide img {
    border-radius: 4px;
    object-fit: contain;
    padding: 20px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.slideshow-text-link {
    font-family: Inter, sans-serif;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
    border-radius: 5px
}

.detail-slideshow {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .detail-slideshow {
        height: 100%;
        left: 0;
        position: relative;
        object-fit: contain
    }
}

.detail-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: detail-slideFade 32s infinite
}

.detail-slide:first-child {
    animation-delay: 0s
}

.detail-slide:nth-child(2) {
    animation-delay: 8s
}

.detail-slide:nth-child(3) {
    animation-delay: 16s
}

.detail-slide:nth-child(4) {
    animation-delay: 24s
}

@keyframes detail-slideFade {
    10% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    30% {
        opacity: 0
    }

    /*40% {
        transform: scale(1.05)*/
    
}

.land-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.land-item {
    flex: 0 1 calc(33.33%);
    height: calc(50vh);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    position: relative;
    border: 1px solid #000;
    left: -8px
}

@media (max-width:767px) {
    .land-item {
        flex: 0 1 calc(50%)
    }
}

.fullscreen-button {
    width: 60px;
    height: 60px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-50%)
}

.left-half {
    position: absolute;
    left: -5vw;
    margin-top: 37vw;
    height: 8vh;
    width: calc(100vw * .2);
    display: flex;
    justify-content: center;
    z-index: 400;
    
    
}

.left-half code {
    transform: rotate(270deg);
    white-space: nowrap;
    font-size: 2vw;
    color: #fff;
    text-shadow: -1px -1px 4px rgba(0, 0, 0, .271)
}

@media (max-width:767px) {
    .left-half code {
        transform: rotate(270deg);
        white-space: nowrap;
        font-size: calc(1.1rem + .5vw)
    }
}

@media (max-width:767px) {
    .left-half {
        display: none;
        width: 25vw;
        height: 8vh;
        margin-top: 67vw
        
    }
}

.left-half .strike {
    transform: rotate(270deg);
    white-space: nowrap;
    font-size: 2vw;
    color: #fff;
    text-shadow: -1px -1px 4px rgba(0, 0, 0, .271);
    text-decoration: line-through
}

@media (max-width:767px) {
    .left-half .strike {
        transform: rotate(270deg);
        white-space: nowrap;
        font-size: calc(1.1rem + .5vw)
    }
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.video-background video {
    object-fit: contain
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px;
    color: #fff
}

.show-icon {
    color: #fff;
    display: block;
    fill: #0000001f;
    width: 100px;
    height: 4.2em;
    padding-top: 10px;
    padding-left: 8px;
    margin: 0
}

.show-icon:hover {
    color: #fff
}

@media (max-width:767px) {
    .show-icon {
        margin: 0;
        width: 60px;
        padding-left: 0
    }
}

.hide-icon {
    display: none;
    color: #fff;
    display: block;
    fill: none;
    width: 100px;
    height: 4.2em;
    padding-top: 10px;
    padding-left: 8px;
    background-color: #005573;
    margin: 0;
    transition: background-color .3s
}

.hide-icon,
.show-icon {
    transition: background-color 1s ease
}

.show-icon:active,
.show-icon:hover {
    background-color: #005573
}

.hide-icon:active,
.hide-icon:hover {
    background-color: rgba(0, 85, 115, .5)
}

@media (max-width:767px) {
    .hide-icon {
        margin: 0;
        width: 60px;
        padding-left: 0
    }
}

.text-btn-wrapper {
    position: absolute;
    margin-top: 10vh;
    margin-right: 10%;
    border: none
}

.text-btn-wrapper:hover {
    background-color: #005573
}

.video-style {
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    .video-style {
        object-fit: cover;
        transform: scale(2.2)
    }
}

@keyframes fadeInMoveUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fullscreen-text {
    position: absolute;
    left: 10%;
    height: auto;
    width: auto;
    background-color: #ffffff;
    color: #000;
    display: none;
    z-index: 2000;
    color: #000;
    animation: fadeInMoveUp .5s ease-out forwards;
    overflow: auto;
    padding-left: 40px;
    padding-right: 30px;
    padding-top:10px;
    padding-bottom: 30px;
    transition: opacity .3s;
    top: 50%;
    transform: translateY(-50%)
}

.fullscreen-text.fade-out {
    opacity: 0
}

@media (min-width:769px) {
    .fullscreen-text {
        top: 10vh;
        max-width: 80vw
    }
}

@media (max-width:768px) {
    .fullscreen-text {
        left: 16vw;
        height: 63vh;
        border: 1px solid #ffffff84;
        padding-left: 10px;
        padding-top: 0px;    
        
    }
}
@media (max-width:768px) {
    .fullscreen-text p {
        line-height: 1.4;
        font-size: 1.3rem;         
    }
}

@media (max-width:767px) {
    .full-width-iframe {
        left: 0
    }
}

.playericon {
    width: 80px;
    height: 3.2rem
}

.icon-pause {
    display: none
}

.audio-players-container {
    position: absolute;
    width: 100vw;
    display: block;
    align-items: center;
    margin-left: 0;
    margin-top: 0;
    z-index: 2000;
    top: 0
}

.audio-wrapper {
    margin-top: 10%;
    margin-right: 10%;
    border: none
}

.play-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    border-radius: 0;
    transition: background-color .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 60px;
    fill: rgba(0, 85, 115, 1);
    position: absolute;
    margin-top: 25vh
}

@media only screen and (max-width:767px) {
    .play-btn {
        width: 60px;
        height: 80px;
        margin-top: 20vh
    }
}

.play-btn:hover {
    background-color: rgba(0, 85, 115, .8)
}

.play-btn.playing {
    background: #005573;
    animation: pulsate 1s infinite alternate
}

.play-btn.playing .playericon {
    fill: rgba(0, 85, 115, 0.8)
}

@keyframes pulsate {
    0% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@media only screen and (max-width:767px) {
    .audio-players-container audio {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }
}

audio {
    max-width: 100%
}

.slideshow {
    width: 100vw;
    height: 56.25vw;
    overflow: hidden;
    position: relative;
    
}

@media (max-width: 767px) {
    .slideshow {
        height: 120vw;
        left: 0;
        position: absolute;
        object-fit: contain;
    }
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideFade 28s infinite;
    -webkit-animation: slideFade 28s infinite;
    /*will-change: transform, opacity; /* Hint to the browser */
}

.slide:first-child {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.slide:nth-child(2) {
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
}

.slide:nth-child(3) {
    animation-delay: 14s;
    -webkit-animation-delay: 14s;
}

.slide:nth-child(4) {
    animation-delay: 21s;
    -webkit-animation-delay: 21s;
}

@keyframes slideFade {
    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    /*40% {
        transform: scale(1.05);*/
    
}

@-webkit-keyframes slideFade {
    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    /*40% {
        -webkit-transform: scale(1.05);*/
    
}

.slide3 {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideFade3 21s infinite;
    -webkit-animation: slideFade3 21s infinite;
    /*will-change: transform, opacity; /* Hint to the browser */
}

.slide3:first-child {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.slide3:nth-child(2) {
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
}

.slide3:nth-child(3) {
    animation-delay: 14s;
    -webkit-animation-delay: 14s;
}

@keyframes slideFade3 {
    10% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    /*60% {
        transform: scale(1.05);*/
    
}

@-webkit-keyframes slideFade3 {
    10% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

   /* 60% {
        -webkit-transform: scale(1.05);*/
    
}

.slide5 {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideFade5 35s infinite;
    -webkit-animation: slideFade5 35s infinite;
    /*will-change: transform, opacity; */
}

.slide5:first-child {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.slide5:nth-child(2) {
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
}

.slide5:nth-child(3) {
    animation-delay: 14s;
    -webkit-animation-delay: 14s;
}

.slide5:nth-child(4) {
    animation-delay: 21s;
    -webkit-animation-delay: 21s;
}

.slide5:nth-child(5) {
    animation-delay: 28s;
    -webkit-animation-delay: 28s;
}

@keyframes slideFade5 {
    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    /*40% {
        transform: scale(1.05);*/
    
}

@-webkit-keyframes slideFade5 {
    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    /*40% {
        -webkit-transform: scale(1.05);*/
    
}

.slide6 {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideFade6 42s infinite;
    -webkit-animation: slideFade6 42s infinite;
    /*will-change: transform, opacity; /* Hint to the browser */
}

.slide6:first-child {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.slide6:nth-child(2) {
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
}

.slide6:nth-child(3) {
    animation-delay: 14s;
    -webkit-animation-delay: 14s;
}

.slide6:nth-child(4) {
    animation-delay: 21s;
    -webkit-animation-delay: 21s;
}

.slide6:nth-child(5) {
    animation-delay: 28s;
    -webkit-animation-delay: 28s;
}

.slide6:nth-child(6) {
    animation-delay: 35s;
    -webkit-animation-delay: 35s;
}

@keyframes slideFade6 {
    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    /*40% {
        transform: scale(1.05);*/
    
}

@-webkit-keyframes slideFade6 {
    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    /*40% {
        -webkit-transform: scale(1.05);*/
    
}

.slide7 {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideFade7 49s infinite;
    -webkit-animation: slideFade7 49s infinite;
    /*will-change: transform, opacity; /* Hint to the browser */
}

.slide7:first-child {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.slide7:nth-child(2) {
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
}

.slide7:nth-child(3) {
    animation-delay: 14s;
    -webkit-animation-delay: 14s;
}

.slide7:nth-child(4) {
    animation-delay: 21s;
    -webkit-animation-delay: 21s;
}

.slide7:nth-child(5) {
    animation-delay: 28s;
    -webkit-animation-delay: 28s;
}

.slide7:nth-child(6) {
    animation-delay: 35s;
    -webkit-animation-delay: 35s;
}

.slide7:nth-child(7) {
    animation-delay: 42s;
    -webkit-animation-delay: 42s;
}

@keyframes slideFade7 {
    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    /*40% {
        transform: scale(1.05);*/
    
}

@-webkit-keyframes slideFade7 {
    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    /*40% {
        -webkit-transform: scale(1.05);*/
    
}

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

.full-width-iframe {
    width: 100vw;
    height: 56vw;
    position: relative;
    left: calc(-50vw + 50%);
    box-sizing: border-box;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}

@keyframes rotateGradient {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateGradient {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.full-width-iframe::before {
    content: "";
    position: absolute;
    top: -150%;
    right: -150%;
    bottom: -150%;
    left: -150%;
    z-index: 1;
}

.gradient-stillimage1 {
    background: linear-gradient(45deg, rgba(255, 0, 255, 0.18), #ffff005c);
    animation: linear-gradient(120deg, #f6d365 0, #fda085 100%) 240s linear infinite, linear-gradient(transparent, transparent) 2s ease-out 2s forwards;
    -webkit-animation: linear-gradient(120deg, #f6d365 0, #fda085 100%) 240s linear infinite, linear-gradient(transparent, transparent) 2s ease-out 2s forwards;
}

.gradient-stillimage::before {
    background: linear-gradient(45deg, rgba(255, 0, 255, 0.6), #ff0);
    animation: rotateGradient 240s linear infinite, fadeOut 2s ease-out 2s forwards;
    -webkit-animation: rotateGradient 240s linear infinite, fadeOut 2s ease-out 2s forwards;
}

.gradient-1::before {
    background: linear-gradient(to top right, rgba(255, 255, 0, 0.73), #0e4fb5);
    animation: rotateGradient 300s linear infinite, fadeOut 2s ease-out 2s forwards;
    -webkit-animation: rotateGradient 300s linear infinite, fadeOut 2s ease-out 2s forwards;
}

.gradient-2::before {
    background: linear-gradient(45deg, rgba(255, 72, 0, 0.9), rgba(247, 255, 0, 0.8));
    animation: rotateGradient 220s linear infinite, fadeOut 2s ease-out 3s forwards;
    -webkit-animation: rotateGradient 220s linear infinite, fadeOut 2s ease-out 3s forwards;
}

.gradient-3::before {
    background: linear-gradient(to top right, #ff00dc 24.79%, #ff4141 35.71%, #d7fc01 69.75%);
    animation: rotateGradient 220s linear infinite, fadeOut 2s ease-out 4s forwards;
    -webkit-animation: rotateGradient 220s linear infinite, fadeOut 2s ease-out 4s forwards;
}

.gradient-4::before {
    background: linear-gradient(to top right, red, #00d4fc 72.27%);
    animation: rotateGradient 220s linear infinite, fadeOut 1s ease-out 2s forwards;
    -webkit-animation: rotateGradient 220s linear infinite, fadeOut 1s ease-out 2s forwards;
}

.gradient-5::before {
    background: linear-gradient(45deg, #00008b, #32cd32);
    animation: fadeOut 1s ease-out 6s forwards;
    -webkit-animation: fadeOut 1s ease-out 6s forwards;
}

.gradient-6::before {
    background: linear-gradient(45deg, #ff231398, #f2f602a8);
    animation: fadeOut 1s ease-out 6s forwards;
    -webkit-animation: fadeOut 1s ease-out 6s forwards;
}

.gradient-bw::before {
    background: linear-gradient(45deg, #d1d1d1, #ffd83c00);
    animation: fadeOut 1s ease-out 6s forwards;
    -webkit-animation: fadeOut 1s ease-out 6s forwards;
}

.gradient-7::before {
    background: linear-gradient(45deg, #d1d1d1, #d1d1d1);
    animation: fadeOut 1s ease-out 6s forwards;
    -webkit-animation: fadeOut 1s ease-out 6s forwards;
}

.gradient-8::before {
    background: linear-gradient(45deg, #fff, #fff);
    animation: fadeOut 1s ease-out 6s forwards;
    -webkit-animation: fadeOut 1s ease-out 6s forwards;
}

.gradient-9::before {
    background: linear-gradient(to top right, rgba(255, 0, 208, 0.42) 10%, #00d2fc91 90%);
    animation: rotateGradient 220s linear infinite, fadeOut 1s ease-out 2s forwards;
    -webkit-animation: rotateGradient 220s linear infinite, fadeOut 1s ease-out 2s forwards;
}

.gradient-null::before {
    background: linear-gradient(to top right, #ff00dd00 24.79%, #ff414100 35.71%, #d6fc0100 69.75%);
    animation: rotateGradient 220s linear infinite, fadeOut 2s ease-out 4s forwards;
    -webkit-animation: rotateGradient 220s linear infinite, fadeOut 2s ease-out 4s forwards;
}

.video-wrapper {
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
    left: calc(-50vw + 50%);
    box-sizing: border-box;
    display: block;
}

@media (max-width: 767px) {
    .video-wrapper {
        height: 120vw;
        object-fit: cover;
    }
}

.slidey-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slidey-wrapper {
    display: flex;
    width: calc(200%);
    animation: scrollLeftToRight 20s linear infinite;
    -webkit-animation: scrollLeftToRight 20s linear infinite;
}

.slidey-container img {
    width: 30%;
    height: 100%;
    flex-shrink: 0;
}

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

    100% {
        transform: translateX(-50%);
    }
}

@-webkit-keyframes scrollLeftToRight {
    0% {
        -webkit-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
    }
}

.poppy-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .poppy-container {
        height: 120vw;
        left: 0;
        position: absolute;
        object-fit: contain;
    }
}

.poppy-container img {
    flex-shrink: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: poppyFadeInOut 36s linear infinite;
    -webkit-animation: poppyFadeInOut 36s linear infinite;
    will-change: transform, opacity; /* Hint to the browser */
}

@keyframes poppyFadeInOut {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 1;
    }

    16.67% {
        opacity: 1;
    }

    18.67% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes poppyFadeInOut {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 1;
    }

    16.67% {
        opacity: 1;
    }

    18.67% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.poppy-container img:first-child {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.poppy-container img:nth-child(2) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.poppy-container img:nth-child(3) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
}

.poppy-container img:nth-child(4) {
    animation-delay: 18s;
    -webkit-animation-delay: 18s;
}

.poppy-container img:nth-child(5) {
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
}

.poppy-container img:nth-child(6) {
    animation-delay: 30s;
    -webkit-animation-delay: 30s;
}

.QuestionContent {
    padding-left: 10px;
    height: 240px;
    width: 100%;
    overflow: auto;
    background: #fff;
    margin-top: 40px;
    margin-bottom: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 2px #bbb;
    -webkit-box-shadow: inset 0 0 2px #bbb;
    box-shadow: inset 0 0 2px #bbb;
    overflow-y: scroll;
    -ms-overflow-style: none
}

.wrap-collabsible {
    width: 100%;
    text-align: right
}

input[type=checkbox] {
    display: none
}

.lbl-toggle {
    display: inline;
    font-weight: 300;
    font-family: Nunito, serif;
    font-size: 1.4rem;
    text-transform: none;
    text-align: center;
    padding-left: .5rem;
    padding-top: .25rem;
    color: #000;
    background: #fff;
    cursor: pointer;
    border-radius: 2px;
    transition: all .25s ease-out
}

.lbl-toggle:hover {
    color: #ff004a
}

.lbl-toggle::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out
}

.toggle:checked+.lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px)
}

.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease-in-out
}

.toggle:checked+.lbl-toggle+.collapsible-content {
    max-height: 400px
}

.toggle:checked+.lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.collapsible-content .content-inner {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    font-size: .85rem;
    background: rgba(238, 238, 238, .1);
    border-radius: 2px;
    padding: .05rem 1rem
}

.navbar__menu li.active a {
    color: #101010;
    border-bottom: 1px solid #111;
    padding-bottom: 2px
    
}



.js-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .logo {
    margin: 0;
    padding: 0;
  }
  
  .navbar {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .navbar__menu {
    display: block;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  .navbar__menu li {
    margin: 0 10px;
    padding: 0;
    text-align: left;
  }
  

.slideshow-js {
    width: 100vw;
    height: 56.25vw;
    overflow: hidden;
    position: relative;
}

.slide5-js {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0; /* Initially invisible */
    /*transform: scale(1); /* Start at minimum size (1) */
    transition: opacity 2s linear; /* Transform and fade together */
    /*will-change: opacity, transform; /* Optimize rendering */
}

@media (max-width: 767px) {
    .slideshow-js {
        height: 120vw;
        left: 0;
        position: absolute;
        object-fit: contain;
    }
}
