@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=auto");

@font-face {
    font-family: "Helvetica Neue";
    src: url("https://daneesv.heliohost.us/demos/dreamscape/css/HelveticaNeue.woff2") format("woff2"),
        url("https://daneesv.heliohost.us/demos/dreamscape/css/HelveticaNeue.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("https://daneesv.heliohost.us/demos/dreamscape/css/HelveticaNeueBold.woff2") format("woff2"),
        url("https://daneesv.heliohost.us/demos/dreamscape/css/HelveticaNeueBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    background-color: #F2F2F5;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    cursor: default;
}

.noscroll {
    overflow: hidden;
}

input,
textarea,
select {
    outline: none;
    background-image: none;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
}

input:focus,
div:focus,
span:focus,
textarea:focus,
select:focus {
    outline: none;
    background-image: none;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
}

input::placeholder,
textarea::placeholder {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    opacity: 1;
}

input::-ms-clear {
    display: none;
}

div,
span,
input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
}

div::-moz-focus-inner,
span::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
}

.touch {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.canvas {
    width: 100%;
    box-sizing: border-box;
    max-width: 1250px;
    margin: 0 auto;
}

/* LOST */

.lost {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80%;
    padding: 24px;
    box-sizing: border-box;
    background-color: #C39CC7;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.lost img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 16px;
    margin-bottom: 16px;
    border: solid 3px #000000;
}

/* HEADER */

.header-fix {
    height: 200px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
    z-index: 99;
}

.header-article {
    border-bottom: solid 1px var(--color);
}

.header-frame {
    display: flex;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    padding-left: 56px;
    padding-right: 56px;
    box-sizing: border-box;
}

.header-fill {
    display: none;
    flex: none;
    order: 3;
    width: 72px;
}

.header-brand {
    flex: none;
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
}

.header-brand-link {
    display: block;
    height: 100%;
    max-height: 158px;
    margin: 0 auto;
}

.header-brand-logo {
    display: block;
    width: 158px;
    height: 100%;
}

.header-brand-logo path {
    fill: var(--color);
}

.header-menu {
    flex: none;
    display: flex;
    align-items: flex-end;
    padding-left: 40px;
    padding-right: 20px;
}

.menu-btn {
    width: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 16px;
    cursor: pointer;
}

.menu-btn-line {
    height: 3px;
    margin-bottom: 5px;
    background-color: #000000;
    transition: 0.18s;
}

.menu-btn-line:last-of-type {
    margin-bottom: 0px;
}

.menu-btn:hover .menu-btn-line {
    animation: menu-btn-anima 0.25s infinite;
}

.touch .menu-btn:hover .menu-btn-line {
    animation: none;
}

.menu-btn:active .menu-btn-line,
.touch .menu-btn:active .menu-btn-line {
    animation: menu-btn-anima 0.25s infinite;
}

@keyframes menu-btn-anima {

    0% {
        background-color: #E36365;
    }

    100% {
        background-color: #82AEC8;
    }
}

.menu-btn:hover .menu-btn-line:nth-child(1) {
    transform: translateX(-5px);
}

.touch .menu-btn:hover .menu-btn-line:nth-child(1) {
    transform: none;
}

.menu-btn:active .menu-btn-line:nth-child(1),
.touch .menu-btn:active .menu-btn-line:nth-child(1) {
    transform: translateX(-5px);
}

.menu-btn:hover .menu-btn-line:nth-child(3) {
    transform: translateX(5px);
}

.touch .menu-btn:hover .menu-btn-line:nth-child(3) {
    transform: none;
}

.menu-btn:active .menu-btn-line:nth-child(3),
.touch .menu-btn:active .menu-btn-line:nth-child(3) {
    transform: translateX(5px);
}

.header-nav {
    flex: auto;
    display: flex;
    align-items: flex-end;
}

.nav {
    display: flex;
    position: relative;
    padding-bottom: 14px;
}

.nav-button,
.nav-button:link,
.nav-button:visited {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.18s;
}

.nav-button:hover {
    color: #C39CC7;
}

.touch .nav-button:hover {
    color: #000000;
}

.nav-button:active,
.touch .nav-button:active {
    color: #C39CC7;
}

.nav-button-on {
    color: var(--color) !important;
}

.nav-point {
    background-color: #F09369;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -2px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
}

.nav-button-dropdown svg {
    display: inline-block;
    width: 15px;
    height: 9px;
    margin: 0 0 0;
    margin-top: -7px;
    margin-left: 6px;
    margin-right: 0;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.nav-button-dropdown svg path {
    transition: 0.18s;
}

.nav-button-dropdown:hover svg path {
    fill: #C39CC7;
}

.touch .nav-button-dropdown:hover svg path {
    fill: #000000;
}

.nav-button-dropdown:active svg path,
.touch .nav-button-dropdown:active svg path {
    fill: #C39CC7;
}

.nav-button-dropdown.nav-button-on svg path {
    fill: var(--color) !important;
}

.nav-dropdown {
    display: none;
    position: absolute;
    top: 32px;
    left: 177px;
    min-width: 180px;
    padding-top: 26px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.nav-dropdown-button,
.nav-dropdown-button:link,
.nav-dropdown-button:visited {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 24px;
    margin-left: 5px;
    margin-right: 5px;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: 0.18s;
}

.nav-dropdown-button:hover {
    color: var(--color);
}

.touch .nav-dropdown-button:hover {
    color: #000000;
}

.nav-dropdown-button:active,
.touch .nav-dropdown-button:active {
    color: var(--color);
}

.nav-dropdown-button-on {
    color: var(--color) !important;
}

.nav-dropdown-show {
    animation-name: anima-nav-dropdown-show;
    animation-duration: 0.18s;
}

@keyframes anima-nav-dropdown-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nav-dropdown-hide {
    animation-name: anima-nav-dropdown-hide;
    animation-duration: 0.18s;
    animation-fill-mode: forwards;
}

@keyframes anima-nav-dropdown-hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* PANEL */

.panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
}

.panel-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.panel-show {
    animation-name: anima-panel-show;
    animation-duration: 0.25s;
}

@keyframes anima-panel-show {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.panel-hide {
    animation-name: anima-panel-hide;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes anima-panel-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.96);
    }
}

.panel-nav {
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 56px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.panel-logo {
    display: inline-block;
}

.panel-logo svg {
    display: block;
    width: 70px;
    margin-bottom: 16px;
    margin-left: 16px;
}

.panel-logo path {
    fill: var(--color);
}

.panel-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: #FFD166;
    background: -moz-linear-gradient(top, #FFD166 0%, #E36365 25%, #82AEC8 50%, #70B890 75%, #F09369 100%);
    background: -webkit-linear-gradient(top, #FFD166 0%, #E36365 25%, #82AEC8 50%, #70B890 75%, #F09369 100%);
    background: linear-gradient(to bottom, #FFD166 0%, #E36365 25%, #82AEC8 50%, #70B890 75%, #F09369 100%);
}

.panel-extra {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C39CC7;
}

.panel-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: 0.18s;
}

.panel-close svg {
    display: block;
    width: 24px;
}

.panel-close:hover {
    background-color: #000000;
}

.touch .panel-close:hover {
    background-color: #FFFFFF;
}

.panel-close:active,
.touch .panel-close:active {
    background-color: #000000;
}

.panel-close:hover svg path {
    fill: #FFFFFF;
}

.touch .panel-close:hover svg path {
    fill: #000000;
}

.panel-close:active svg path,
.touch .panel-close:active svg path {
    fill: #FFFFFF;
}

.panel-button,
.panel-button:link,
.panel-button:visited {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.18s;
}

.panel-button:hover {
    color: #C39CC7;
}

.touch .panel-button:hover {
    color: #000000;
}

.panel-button:active,
.touch .panel-button:active {
    color: #C39CC7;
}

.panel-button-on {
    color: var(--color) !important;
}

.panel-point {
    position: absolute;
    top: 50%;
    right: -3px;
    width: 6px;
    height: 6px;
    margin-top: -1px;
    background-color: #F09369;
    border-radius: 100px;
}

.panel-button-dropdown svg {
    display: inline-block;
    width: 15px;
    height: 9px;
    margin: 0 0 0;
    margin-top: -7px;
    margin-left: 6px;
    margin-right: 0;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.panel-button-dropdown svg path {
    transition: 0.18s;
}

.panel-button-dropdown:hover svg path {
    fill: #C39CC7;
}

.touch .panel-button-dropdown:hover svg path {
    fill: #000000;
}

.panel-button-dropdown:active svg path,
.touch .panel-button-dropdown:active svg path {
    fill: #C39CC7;
}

.panel-button-dropdown.panel-button-on svg path {
    fill: var(--color) !important;
}

.panel-dropdown-button,
.panel-dropdown-button:link,
.panel-dropdown-button:visited {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 28px;
    padding-right: 24px;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--color);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: 0.18s;
}

.panel-dropdown-button:hover {
    filter: brightness(80%);
}

.touch .panel-dropdown-button:hover {
    filter: brightness(100%);
}

.panel-dropdown-button:active,
.touch .panel-dropdown-button:active {
    filter: brightness(80%);
}

.panel-dropdown-button-on {
    filter: brightness(80%);
}

/* ABOUT */

.about {
    position: relative;
    background-color: #C39CC7;
}

.about-bg-alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #82AEC8;
    animation: about-bg-anima 2.5s infinite;
}

@keyframes about-bg-anima {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.about-layout {
    position: relative;
    max-width: 632px !important;
    padding-left: 26px;
    padding-right: 26px;
    z-index: 2;
}

.about-title {
    padding-top: 45px;
    padding-bottom: 18px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
}

.about-content {
    padding-top: 28px;
    padding-bottom: 120px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
}

.about-content p {
    padding: 0;
    padding-bottom: 28px;
    margin: 0;
}

.about-slider {
    width: 100%;
    height: auto;
    background-color: transparent;
}

.about-pic-frame {
    width: 100%;
    height: 100%;
    padding: 26px;
    box-sizing: border-box;
    border: solid 3px #000000;
}

.about-pic-image {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* CONTACT */

.contact {
    background-color: #006989;
    padding-bottom: 70px;
}

.contact-layout {
    max-width: 628px !important;
    padding-left: 28px;
    padding-right: 28px;
}

.contact-title {
    padding-top: 45px;
    padding-bottom: 24px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
}

.contact-form {
    display: block;
    padding: 0;
    margin: 0;
}

.contact-textbox {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
    height: 76px;
    background-color: #FFFFFF;
    border: solid 2px transparent;
    box-sizing: border-box;
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    transition: 0.18s;
}

.contact-textbox::placeholder {
    color: #000000;
    font-weight: 700;
}

.contact-textbox:-ms-input-placeholder {
    color: #000000;
    font-weight: 700;
}

.contact-textbox::-ms-input-placeholder {
    color: #000000;
    font-weight: 700;
}

.contact-textbox:focus {
    background-color: #C39CC7;
    color: #FFFFFF;
    font-weight: 700;
}

.contact-textbox:focus::placeholder {
    color: #FFFFFF;
}

.contact-textbox:focus:-ms-input-placeholder {
    color: #FFFFFF;
}

.contact-textbox:focus::-ms-input-placeholder {
    color: #FFFFFF;
}

.contact-textarea {
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
    padding-top: 16px;
    height: 320px;
    background-color: #FFFFFF;
    border: solid 2px transparent;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    transition: 0.18s;
}

.contact-textarea::placeholder {
    color: #000000;
    font-weight: 700;
}

.contact-textarea:-ms-input-placeholder {
    color: #000000;
    font-weight: 700;
}

.contact-textarea::-ms-input-placeholder {
    color: #000000;
    font-weight: 700;
}

.contact-textarea:focus {
    background-color: #C39CC7;
    color: #FFFFFF;
    font-weight: 700;
}

.contact-textarea:focus::placeholder {
    color: #FFFFFF;
}

.contact-textarea:focus:-ms-input-placeholder {
    color: #FFFFFF;
}

.contact-textarea:focus::-ms-input-placeholder {
    color: #FFFFFF;
}

.contact-accept {
    display: flex;
    padding-top: 20px;
    justify-content: center;
}

.contact-accept label {
    color: #000000;
    font-size: 16px;
    line-height: 19px;
}

.contact-accept a,
.contact-accept a:link,
.contact-accept a:visited {
    color: #000000;
    text-decoration: none;
    transition: 0.18s;
}

.contact-accept a:hover {
    opacity: 1;
}

.contact-accept a:hover {
    opacity: 0.5;
}

.contact-accept a:active,
.touch .contact-accept a:active {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.contact-accept-checkbox {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    margin-right: 14px;
    box-sizing: border-box;
    border: solid 3px transparent;
    border-radius: 0px;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: 0.18s;
}

.contact-accept-checkbox:checked {
    background-color: #C39CC7;
    border: solid 3px #FFFFFF;
}

.contact-submit {
    display: block;
    margin: 0 auto;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border: solid 3px #000000;
    background-color: transparent;
    text-align: center;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    width: 180px;
    padding-top: 12px;
    padding-bottom: 14px;
    margin-top: 30px;
    transition: 0.18s;
}

.contact-submit:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.touch .contact-submit:hover {
    color: #000000;
    border-color: #000000;
}

.contact-submit:active,
.touch .contact-submit:active {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.contact-submit:focus {
    font-weight: 700;
}

/* NEWSLETTER */

.newsletter {
    background-color: #C39CC7;
}

.newsletter-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.panel-extra .newsletter-layout {
    grid-template-columns: 1fr;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    padding-bottom: 64px;
    box-sizing: border-box;
}

.panel-extra .newsletter-form {
    order: 1 !important;
    padding: 24px;
    padding-top: 32px;
    padding-bottom: 24px;
}

.newsletter-form-block {
    display: block;
    padding: 0;
    margin: 0;
}

.newsletter-confirm {
    display: none;
}

.newsletter-title {
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 49px;
    font-weight: 700;
}

.panel-extra .newsletter-title {
    text-align: center;
}

.newsletter-subtitle {
    width: 100%;
    max-width: 400px;
    padding-bottom: 48px;
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.panel-extra .newsletter-subtitle {
    text-align: center;
    padding-bottom: 20px;
}

.newsletter-textbox-frame {
    position: relative;
}

.newsletter-textbox {
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 32px;
    margin: 0;
    box-sizing: border-box;
    background-color: transparent;
    border-style: none;
    border-bottom: solid 1px #000000;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    transition: 0.18s;
}

.newsletter-textbox::placeholder {
    color: #000000;
}

.newsletter-textbox:-ms-input-placeholder {
    color: #000000;
}

.newsletter-textbox::-ms-input-placeholder {
    color: #000000;
}

.newsletter-textbox:focus {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.newsletter-button {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 32px;
    height: 40px;
    padding: 0;
    margin: 0;
    border-style: none;
    background-color: transparent;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.18s;
}

.newsletter-button:hover {
    transform: scale(1.12);
}

.touch .newsletter-button:hover {
    transform: scale(1);
}

.newsletter-button:active,
.touch .newsletter-button:active {
    transform: scale(1.12);
}

.newsletter-button-on {
    opacity: 1;
}

.newsletter-button img {
    display: block;
    height: 20px;
}

.newsletter-accept {
    display: flex;
    padding-top: 12px;
}

.newsletter-accept label {
    color: #000000;
    font-size: 12px;
    line-height: 14px;
}

.newsletter-accept a,
.newsletter-accept a:link,
.newsletter-accept a:visited {
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.18s;
}

.newsletter-accept a:hover {
    opacity: 0.5;
}

.touch .newsletter-accept a:hover {
    opacity: 1;
}

.newsletter-accept a:active,
.touch .newsletter-accept a:active {
    opacity: 0.5;
}

.newsletter-accept-checkbox {
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    margin-right: 8px;
    box-sizing: border-box;
    border: solid 1px #000000;
    border-radius: 0px;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: 0.18s;
}

.newsletter-accept-checkbox:checked {
    background-color: #000000;
    border: solid 2px #FFFFFF;
}

.newsletter-pic {
    padding: 52px;
    padding-left: 0px;
    box-sizing: border-box;
}

.panel-extra .newsletter-pic {
    order: 2 !important;
    padding: 24px;
    padding-top: 0px;
}

.newsletter-pic-frame {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.newsletter-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 26px;
    box-sizing: border-box;
    border: solid 3px #000000;
}

.newsletter-pic-image {
    display: none;
    width: 100%;
    padding-bottom: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter-pic-image-shown {
    display: block;
}

/* CATEGORY */

.category-header {
    width: 100%;
    background-color: var(--color);
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 45px;
    padding-top: 50px;
    box-sizing: border-box;
}

.category-header-all {
    background: #FFD166;
    background: -moz-linear-gradient(left, #FFD166 0%, #E36365 25%, #82AEC8 50%, #70B890 75%, #F09369 100%);
    background: -webkit-linear-gradient(left, #FFD166 0%, #E36365 25%, #82AEC8 50%, #70B890 75%, #F09369 100%);
    background: linear-gradient(to right, #FFD166 0%, #E36365 25%, #82AEC8 50%, #70B890 75%, #F09369 100%);
}

.category-title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 8px;
}

.category-headline {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.grid-block {
    background-color: #F2F2F5;
    padding-bottom: 12px;
}

.grid-layout {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.grid-sizer {
    width: 33.3333%;
}

.grid-item {
    width: 33.3333%;
    padding: 12px;
    box-sizing: border-box;
    display: block;
}

.grid-item-suggestion {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
}

.grid-frame {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 24px;
    box-sizing: border-box;
}

.ad{
    padding: 0 !important;
    background-color: #DDDDDD;
}

.grid-item-suggestion .grid-frame {
    background-color: #F2F2F5;
}

.grid-picture {
    position: relative;
    width: 100%;
    padding-bottom: var(--aspect);
}

.grid-pic{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-pic img,
.grid-pic video {
    display: block;
    width: 100%;
}

.grid-category {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none;
    z-index: 2;
}

.grid-title {
    color: #000000;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 9px;
}

.grid-summary {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
}

.grid-link,
.grid-link:link,
.grid-link:visited {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-sizing: border-box;
    border: solid 2px var(--color);
    transition: 0.18s;
}

.grid-link:hover {
    opacity: 1;
}

.touch .grid-link:hover {
    opacity: 0;
}

.grid-link:active,
.touch .grid-link:active {
    opacity: 1;
}

.grid-ad-link,
.grid-ad-link:link,
.grid-ad-link:visited {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    box-sizing: border-box;
    transition: 0.18s;
}

.grid-ad-link:hover {
    opacity: 0.1;
}

.touch .grid-ad-link:hover {
    opacity: 0;
}

.grid-ad-link:active,
.touch .grid-ad-link:active {
    opacity: 0.1;
}

.grid-loading {
    width: 150px;
    height: 60px;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(0%);
}

.grid-loading span {
    position: relative;
    display: inline-block;
    transform: translateY(19px);
    z-index: 2;
}

.grid-loading:before {
    content: '';
    display: block;
    width: 128px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #A8E5D5;
    animation: 1.8s grid-loading-before infinite ease-in-out;
}

@keyframes grid-loading-before {
    0% {
        transform: translateX(-14px);
    }

    50% {
        transform: translateX(14px);
    }

    100% {
        transform: translateX(-14px);
    }
}

.grid-loading:after {
    content: '';
    display: block;
    width: 14px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #E36365;
    opacity: 0.5;
    animation: 1.8s grid-loading-after infinite ease-in-out;
}

@keyframes grid-loading-after {
    0% {
        transform: translateX(-50px);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(-50px);
    }
}

/* FOOTER */

.footer {
    background-color: #000000;
}

.footer-layout {
    display: flex;
    padding-bottom: 54px;
    padding-left: 46px;
    padding-right: 46px;
}

.footer-brand {
    padding-top: 46px;
    padding-right: 110px;
}

.footer-brand a {
    display: inline-block;
}

.footer-brand img {
    display: block;
    width: 116px;
}

.footer-columns {
    display: flex;
}

.footer-column {
    padding-top: 36px;
    padding-right: 110px;
}

.footer-column:last-of-type {
    padding-right: 0;
}

.footer-link-main,
.footer-link-main:link,
.footer-link-main:visited {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #C39CC7;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-link-main:hover {
    color: #C39CC7;
}

.touch .footer-link-main:hover {
    color: #C39CC7;
}

.footer-link-main:active,
.touch .footer-link-main:active {
    color: #C39CC7;
}

.footer-link,
.footer-link:link,
.footer-link:visited {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 4px;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.18s;
}

.footer-link:hover {
    color: var(--color);
}

.touch .footer-link:hover {
    color: #000000;
}

.footer-link:active,
.touch .footer-link:active {
    color: var(--color);
}

.footer-link-on {
    color: var(--color) !important;
}

.footer-link-white:hover {
    color: #FFFFFF;
    opacity: 0.5;
}

.touch .footer-link-white:hover {
    color: #FFFFFF;
    opacity: 1;
}

.footer-link-white:active,
.touch .footer-link-white:active {
    color: #FFFFFF;
    opacity: 0.5;
}

.footer-link-white.footer-link-on {
    color: #FFFFFF !important;
    opacity: 0.5 !important;
}

/* SLIDER */

.slider {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background-color: #F2F2F5;
}

.slide,
.slide:link,
.slide:visited {
    text-decoration: none;
    color: #000000;
}

.slide-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1250px;
    height: 100%;
    margin: 0 auto;
}

.slide-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 32px;
    box-sizing: border-box;
}

.slide-content-inverse {
    order: 2;
}

.slide-content-text {
    display: inline;
    padding-bottom: 8px;
    color: var(--color);
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--bgcolor);
}

.slide-button,
.slide-button:link,
.slide-button:visited {
    display: inline-block;
    padding: 8px;
    padding-bottom: 11px;
    padding-left: 28px;
    padding-right: 28px;
    margin-top: 24px;
    border: solid 2px transparent;
    background-color: var(--bgcolor);
    cursor: pointer;
    color: var(--color);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.18s;
}

.slide-button:hover {
    border-color: var(--color);
}

.touch .slide-button:hover {
    border-color: transparent;
}

.slide-button:active,
.touch .slide-button:active {
    border-color: var(--color);
}

.slide-pic {
    height: 100%;
    padding: 52px;
    padding-left: 0px;
    box-sizing: border-box;
}

.slide-pic-inverse {
    order: 1;
    padding-left: 52px;
    padding-right: 0;
}

.slide-pic-frame {
    width: 100%;
    height: 100%;
    padding: 26px;
    box-sizing: border-box;
    border: solid 3px var(--color);
}

.slide-pic-image {
    width: 100%;
    padding-bottom: 100%;
    background-color: var(--color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* TOAST */

#toast {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    padding-top: 48px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1200;
}

#toast-content {
    display: inline-block;
    padding: 10px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    opacity: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    -ms-transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}

#contact-confirm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    z-index: 99999;
}

#contact-confirm strong {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

#contact-confirm>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 32px;
    box-sizing: border-box;
}

#contact-confirm>div>div {
    max-width: 600px;
    margin: 0 auto;
}

#contact-confirm>div>div>div {
    padding-bottom: 16px;
}

#contact-confirm-exit {
    text-decoration: underline;
    cursor: pointer;
}

/* SHEET */

.sheet {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.sheet-frame {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    overflow: auto;
}

.sheet-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.sheet-loading {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
    padding-bottom: 2px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.sheet-loading span {
    position: relative;
    z-index: 2;
}

.sheet-loading:before {
    content: '';
    display: block;
    width: 128px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #A8E5D5;
    animation: 1.8s sheet-loading-before infinite ease-in-out;
}

@keyframes sheet-loading-before {
    0% {
        transform: translateX(-14px);
    }

    50% {
        transform: translateX(14px);
    }

    100% {
        transform: translateX(-14px);
    }
}

.sheet-loading:after {
    content: '';
    display: block;
    width: 14px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #E36365;
    opacity: 0.5;
    animation: 1.8s sheet-loading-after infinite ease-in-out;
}

@keyframes sheet-loading-after {
    0% {
        transform: translateX(-50px);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(-50px);
    }
}

.sheet-actions {
    position: absolute;
    top: 0;
    right: 0;
}

.sheet-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 33px;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: 0.18s;
}

.mobile .sheet-close {
    top: 10px;
    right: 10px;
}

.sheet-close svg {
    display: block;
    width: 16px;
    height: 16px;
}

.sheet-close svg path {
    transition: 0.18s;
}

.sheet-close:hover {
    background-color: #000000;
}

.touch .sheet-close:hover {
    background-color: #FFFFFF;
}

.sheet-close:active,
.touch .sheet-close:active {
    background-color: #000000;
}

.sheet-close:hover svg path {
    fill: #FFFFFF;
}

.touch .sheet-close:hover svg path {
    fill: #000000;
}

.sheet-close:active svg path,
.touch .sheet-close:active svg path {
    fill: #FFFFFF;
}

.sheet-show {
    animation-name: anima-sheet-show;
    animation-duration: 0.25s;
}

@keyframes anima-sheet-show {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sheet-hide {
    animation-name: anima-sheet-hide;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes anima-sheet-hide {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-50px);
    }
}

/* ARTICLE */

.article {
    min-height: 100%;
    background-color: #FFFFFF;
    color: #000000;
}

.article-header {
    display: flex;
    justify-content: center;
    padding-top: 52px;
    padding-bottom: 69px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background: var(--color);
    background: -moz-linear-gradient(top, var(--color) 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(top, var(--color) 0%, #FFFFFF 100%);
    background: linear-gradient(to bottom, var(--color) 0%, #FFFFFF 100%);
}

.article-header-1 {
    width: 100%;
}

.article-header-2 {
    max-width: 580px;
}

.article-header-3 {
    width: 100%;
}

.article-picture {
    position: relative;
    width: 580px;
    padding-bottom: var(--aspect);
}

.article-picture-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 26px;
    box-sizing: border-box;
    border: solid 3px #000000;
}

.article-pic {
    width: 100%;
    height: 100%;
    background-color: var(--color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.article-picture img {
    display: block;
    width: 100%;
}

.article-layout {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 96px;
    margin: 0 auto;
    box-sizing: border-box;
}

.article-layout-1 {
    width: 100%;
}

.article-layout-2 {
    max-width: 580px;
    min-width: 580px;
}

.article-layout-3 {
    width: 100%;
}

.article-suggestions-grid {
    padding-left: 70px;
    box-sizing: border-box;
}

.article-suggestions {
    padding-bottom: 4px;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.article-headline {
    padding: 0;
    padding-bottom: 29px;
    margin: 0;
    color: var(--color);
    font-size: 40px;
    line-height: 49px;
    font-weight: 700;
}

.article-summary {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    padding-bottom: 12px;
}

.article-writers {
    padding-top: 40px;
    font-size: 18px;
    line-height: 23px;
}

.article-writers-title {
    padding-top: 12px;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: solid 1px #ACACAC;
    color: var(--color);
    font-weight: 700;
}

.article-writer {
    display: flex;
    padding-bottom: 8px;
    margin-top: 8px;
    border-bottom: solid 1px #EFEFEF;
    font-size: 16px;
    line-height: 21px;
}

.article-writer:last-of-type {
    border-bottom-style: none;
}

.article-writer-noline {
    border-bottom-style: none;
}

.article-writer-pic {
    flex: none;
    margin-left: 12px;
}

.article-writer-profile-frame {
    width: 60px;
    height: 60px;
    padding: 3px;
    box-sizing: border-box;
    border: solid 2px #000000;
    transition: 0.18s;
}

.article-writer-profile {
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-writer-info {
    flex: auto;
}

.article-writer-name {
    padding-bottom: 1px;
    color: #000000;
    font-weight: 700;
    transition: 0.18s;
}

.article-writer-alias {
    font-weight: 400;
}

.article-writer-activity {
    padding-top: 1px;
    color: #999999;
}

.article-writer-bio {
    display: none;
    padding-top: 6px;
    padding-bottom: 8px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
}

.article-writer-more {
    cursor: pointer;
}

.article-writer-more:hover .article-writer-name {
    color: var(--color);
}

.touch .article-writer-more:hover .article-writer-name {
    color: #000000;
}

.article-writer-more:active .article-writer-name,
.touch .article-writer-more:active .article-writer-name {
    color: var(--color);
}

.article-writer-more:hover .article-writer-profile-frame {
    border-color: var(--color);
}

.touch .article-writer-more:hover .article-writer-profile-frame {
    border-color: #000000;
}

.article-writer-more:active .article-writer-profile-frame,
.touch .article-writer-more:active .article-writer-profile-frame {
    border-color: var(--color);
}

.article-date {
    padding-top: 12px;
    padding-bottom: 8px;
    color: #999999;
    font-size: 16px;
    line-height: 20px;
}

.article-actions {
    padding-top: 24px;
}

.article-share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 38px;
    padding-bottom: 1px;
    box-sizing: border-box;
    background-color: var(--color);
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.18s;
}

.article-share:hover {
    background-color: #000000;
}

.touch .article-share:hover {
    background-color: var(--color);
}

.article-share:active,
.touch .article-share:active {
    background-color: #000000;
}

.article-content {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}

.article-content strong,
.article-content b {
    font-weight: 700;
}

.article-content em,
.article-content i {
    font-style: italic;
}

.article-content u {
    text-decoration: underline;
}

.article-content mark {
    background-color: #FFF9B8;
}

.article-content h2 {
    padding: 0;
    padding-top: 24px;
    padding-bottom: 12px;
    margin: 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}

.article-content h3 {
    padding: 0;
    padding-top: 24px;
    padding-bottom: 12px;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.article-content h4 {
    padding: 0;
    padding-top: 24px;
    padding-bottom: 12px;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.article-content p {
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
}

.article-content ul,
.article-content ol {
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    margin: 0;
}

.article-content ul li {
    padding-bottom: 4px;
}

.article-content ul li:last-of-type {
    padding-bottom: 0px;
}

.article-content ol li {
    padding-bottom: 4px;
}

.article-content ol li:last-of-type {
    padding-bottom: 0px;
}

.article-alignment-right {
    text-align: right;
}

.article-alignment-center {
    text-align: center;
}

.article-content a,
.article-content a:link,
.article-content a:visited {
    color: #1155CC;
    text-decoration: none;
    transition: 0.18s;
}

.article-content a:hover {
    color: #6F9DEC;
}

.touch .article-content a:hover {
    color: #1155CC;
}

.article-content a:active,
.touch .article-content a:active {
    color: #6F9DEC;
}

.article-content img {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: var(--color);
    cursor: pointer;
}

.carousel__button.is-prev {
    display: none;
}

.carousel__button.is-next {
    display: none;
}

.article-picture-caption {
    padding-bottom: 3px;
    margin-top: -3px;
    color: #999999;
    font-size: 16px;
    line-height: 20px;
}

.article-quote {
    padding-top: 18px;
    padding-bottom: 18px;
    color: var(--color);
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 34px;
    font-style: italic;
}

.article-quote-author {
    padding-top: 12px;
    color: #AAAAAA;
    font-family: "Playfair Display", serif;
    font-size: 17px;
    line-height: 23px;
    font-style: italic;
}

.article-checklist {
    padding-top: 12px;
    padding-bottom: 12px;
}

.article-checklist div {
    padding: 0 !important;
}

.article-checklist-item {
    display: flex;
    margin-bottom: 4px;
}

.article-checklist-item:last-of-type {
    margin-bottom: 0px;
}

.article-checklist-tick-box {
    width: 24px;
    height: 24px;
    margin-top: 1px;
    margin-right: 10px;
    box-sizing: border-box;
    background-color: transparent;
    border: solid 1px #AAAAAA;
}

.article-checklist-tick-on {
    background-color: var(--color);
    border-color: var(--color);
    background-image: url(../resources/tick.svg);
    background-position: center;
    background-size: 12px auto;
    background-repeat: no-repeat;
}

.article-delimiter {
    width: 100%;
    height: 10px;
    margin-top: 28px;
    margin-bottom: 24px;
    background-image: url(../resources/delimiter.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.article-button-frame {
    padding-top: 28px;
    padding-bottom: 24px;
    text-align: center;
}

.article-button,
.article-button:link,
.article-button:visited {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--color);
    border-radius: 4px;
    color: #FFFFFF !important;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.18s;
}

.article-button:hover {
    background-color: #000000;
}

.touch .article-button:hover {
    background-color: var(--color);
}

.article-button:active,
.touch .article-button:active {
    background-color: #000000;
}

.article-alert {
    padding-top: 12px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 16px;
    margin-top: 16px;
    margin-bottom: 12px;
    border: none 1px #CCCCCC;
    border-radius: 5px;
    font-size: 18px;
    line-height: 23px;
}

.article-alert-primary {
    color: #2B6CB0;
    border-color: #4299E1;
    background-color: #EBF8FF;
}

.article-alert-secondary {
    color: #222731;
    border-color: #CBD5E0;
    background-color: #F7FAFC;
}

.article-alert-info {
    color: #00727C;
    border-color: #4CD4CE;
    background-color: #E6FDFF;
}

.article-alert-success {
    color: #2F855A;
    border-color: #68D391;
    background-color: #F0FFF4;
}

.article-alert-warning {
    color: #C05621;
    border-color: #ED8936;
    background-color: #FFFAF0;
}

.article-alert-danger {
    color: #C53030;
    border-color: #FC8181;
    background-color: #FFF5F5;
}

.article-alert-light {
    color: #1A202C;
    border-color: #EDF2F7;
    background-color: #F3F3F3;
}

.article-alert-dark {
    color: #E6E6E6;
    border-color: #1A202C;
    background-color: #2D3748;
}

.article-embed {
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden;
}

.article-embed-caption {
    margin-top: -3px;
    padding-bottom: 3px;
    color: #999999;
    font-size: 16px;
    line-height: 20px;
}

.twitter-tweet,
.instagram-media,
.imgur-embed-iframe-pub {
    margin: 0 !important;
}

.pinterest-container>span {
    display: block !important;
}

/* SHARE */

.share-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111;
    opacity: 0.9;
    z-index: 1000;
}

@keyframes anima-share-overlay-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}

.share-overlay-show {
    animation-name: anima-share-overlay-show;
    animation-duration: 0.25s;
}

@keyframes anima-share-overlay-hide {
    from {
        opacity: 0.9;
    }

    to {
        opacity: 0;
    }
}

.share-overlay-hide {
    animation-name: anima-share-overlay-hide;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

.share-loader-spin {
    display: none;
    position: relative;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 0.7;
    animation: anima-share-loader-spin 0.45s linear infinite;
}

@keyframes anima-share-loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#share {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
}

@keyframes anima-share-show {
    from {
        opacity: 0;
        transform: scale(1.35);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.share-show {
    animation-name: anima-share-show;
    animation-duration: 0.4s;
}

@keyframes anima-share-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

.share-hide {
    animation-name: anima-share-hide;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

.share-options {
    display: table;
    width: 100%;
    height: 100%;
}

.share-options-center {
    display: table-cell;
    vertical-align: middle;
}

.share-buttons {
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
}

.share-button {
    display: inline-block;
    width: 86px;
    margin-top: 16px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}

.share-button img {
    display: block;
    width: 84px;
    height: 84px;
    margin: 0 auto;
}

.share-button:hover {
    transform: scale(1.2);
}

.touch .share-button:hover {
    transform: scale(1);
}

.share-button:active,
.touch .share-button:active {
    transform: scale(1.2);
}

.share-name {
    display: block;
    margin-top: -3px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.2s;
}

.share-button:hover .share-name {
    opacity: 1;
}

.touch .share-button:hover .share-name {
    opacity: 0.5;
}

.share-button:active .share-name,
.touch .share-button:active .share-name {
    opacity: 1;
}

.share-url {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 0;
    text-align: center;
    line-height: 0px;
}

.share-box-container {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    padding-left: 9px;
    padding-right: 9px;
    box-sizing: border-box;
    line-height: normal;
    vertical-align: top;
}

.share-box {
    width: 100%;
    height: 47px;
    max-width: 320px;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 100px;
    border: solid 2px #FFFFFF;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.share-buttons-2 {
    display: inline-block;
    line-height: normal;
}

.share-button-2 {
    position: relative;
    display: inline-block;
    width: 67px;
    height: 67px;
    margin-left: -7px;
    cursor: pointer;
}

.share-button-2 img {
    display: block;
    width: 67px;
    height: 67px;
    transition: 0.2s;
}

.share-button-2:hover img {
    transform: scale(1.2);
}

.touch .share-button-2:hover img {
    transform: scale(1);
}

.share-button-2:active img,
.touch .share-button-2:active img {
    transform: scale(1.2);
}

/* SPOTIFY */

.spotify {
    position: fixed;
    bottom: 16%;
    left: -3px;
    box-sizing: border-box;
    border: solid 2px transparent;
    background: #FFD166;
    background: -moz-linear-gradient(top, #FFD166 0%, #E36365 25%, #82AEC8 50%, #70B890 75%, #F09369 100%);
    background: -webkit-linear-gradient(top, #FFD166 0%, #E36365 25%, #82AEC8 50%, #70B890 75%, #F09369 100%);
    background: linear-gradient(to bottom, #FFD166 0%, #E36365 25%, #82AEC8 50%, #70B890 75%, #F09369 100%);
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    cursor: pointer;
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.18s;
    z-index: 800;
}

.spotify:hover {
    border-color: #000000;
}

.touch .spotify:hover {
    border-color: transparent;
}

.spotify:active,
.touch .spotify:active {
    border-color: #000000;
}

.spotify-show {
    animation: spotify-show-anima 0.5s;
    animation-fill-mode: forwards;
}

@keyframes spotify-show-anima {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.spotify-content {
    width: 100%;
    height: 100%;
    padding-top: 22px;
    padding-bottom: 24px;
    padding-left: 28px;
    padding-right: 24px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.spotify-logo {
    display: flex;
    width: 120px;
    float: right;
}

.spotify-follow {
    padding-top: 2px;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}

.spotify-hide {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.45;
    transition: 0.18s;
}

.spotify-hide img {
    display: block;
    width: 10px;
}

.spotify-hide:hover {
    opacity: 1;
}

.touch .spotify-hide:hover {
    opacity: 0.45;
}

.spotify-hide:active,
.touch .spotify-hide:active {
    opacity: 1;
}

@media (max-width: 1290px) {

    .article-layout {
        max-width: 1050px;
    }

    .article-header-1 {
        display: none;
    }

    .article-header-3 {
        display: none;
    }

    .article-layout-1 {
        display: none;
    }

}

@media (max-width: 1240px) {

    .nav-social {
        display: none !important;
    }

}

@media (max-width: 1000px) {

    .header-fix {
        height: 120px;
    }

    .header {
        height: 120px;
    }

    .header-frame {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-nav {
        display: none;
    }

    .header-brand {
        flex: auto;
        order: 2;
    }

    .header-brand-link {
        max-height: 98px;
    }

    .header-menu {
        flex: none;
        order: 1;
        padding-left: 21px;
        padding-right: 21px;
    }

    .menu-btn {
        width: 30px;
        margin-bottom: 16px;
    }

    .header-fill {
        display: block;
    }

    .newsletter-picture {
        padding: 18px;
    }

    .grid-sizer {
        width: 50%;
    }

    .grid-item {
        width: 50%;
    }

    .article-layout-2 {
        width: 100%;
        max-width: 580px;
        min-width: initial;
    }

    .article-layout-3 {
        display: none;
    }

}

@media (max-width: 940px) {

    .slide-layout {
        grid-template-columns: 1fr;
    }

    .slide-content {
        padding: 52px;
    }

    .slide-content-inverse {
        padding-top: 18px !important;
    }

    .slide-pic {
        padding-top: 0;
        padding-left: 52px;
    }

    .slide-pic-inverse {
        padding-top: 52px;
        padding-right: 52px;
    }

}

@media (max-width: 840px) {

    .footer-layout {
        flex-direction: column;
        padding-bottom: 32px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .footer-brand {
        order: 2;
        display: flex;
        justify-content: center;
        padding-top: 54px;
        padding-right: 0px;
    }

    .footer-brand img {
        width: 86px;
    }

    .footer-columns {
        order: 1;
        justify-content: space-between;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .footer-column {
        padding-top: 22px;
        padding-right: 0px;
    }

    .newsletter-layout {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        order: 2;
        padding: 52px;
        padding-top: 24px;
        padding-bottom: 120px;
    }

    .newsletter-title {
        text-align: center;
    }

    .newsletter-subtitle {
        text-align: center;
    }

    .newsletter-pic {
        order: 1;
        padding: 52px;
        padding-left: 52px;
    }

}

@media (max-width: 740px) {

    .panel-close {
        position: fixed;
    }
    
    .panel-layout {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 680px) {

    .grid-sizer {
        width: 100%;
    }

    .grid-item {
        width: 100%;
    }

}

@media (max-width: 648px) {

    .article-header-2 {
        width: 100%;
    }

    .article-picture {
        width: 100%;
    }

}

@media (max-width: 540px) {

    .slide-layout {
        grid-template-columns: 1fr;
    }

    .slide-content {
        padding: 24px;
        padding-bottom: 20px;
        padding-left: 42px;
        padding-right: 42px;
    }

    .slide-content-inverse {
        padding-bottom: 44px;
    }

    .slide-content-text {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 6px;
    }

    .slide-button {
        padding: 4px;
        padding-bottom: 7px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 16px;
        font-size: 16px;
        line-height: 22px;
    }

    .slide-pic {
        padding: 42px;
        padding-top: 0px;
        padding-bottom: 44px;
    }

    .slide-pic-inverse {
        padding-top: 24px;
        padding-bottom: 0px;
        padding-left: 42px;
        padding-right: 42px;
    }

    .slide-pic-frame {
        padding: 11px;
    }

    .newsletter-form {
        padding: 42px;
        padding-top: 24px;
        padding-bottom: 56px;
    }

    .newsletter-title {
        font-size: 24px;
        line-height: 29px;
    }

    .newsletter-subtitle {
        padding-bottom: 20px;
    }

    .newsletter-textbox {
        font-size: 16px;
        line-height: 19px;
        padding-top: 13px;
        padding-bottom: 8px;
    }

    .newsletter-pic {
        padding: 42px;
        padding-left: 42px;
        padding-bottom: 6px;
    }

    .newsletter-picture {
        padding: 11px;
    }

    .about-layout {
        padding-left: 11px;
        padding-right: 11px;
    }

    .about-title {
        padding-top: 34px;
        padding-left: 26px;
        padding-right: 26px;
        box-sizing: border-box;
        font-size: 30px;
        line-height: 37px;
    }

    .about-pic-frame {
        padding: 11px;
    }

    .about-content {
        padding-top: 20px;
        padding-bottom: 72px;
        padding-left: 14px;
        padding-right: 14px;
        box-sizing: border-box;
        font-size: 20px;
        line-height: 26px;
    }

    .about-content p {
        padding-bottom: 20px;
    }

    .contact-title {
        padding-top: 34px;
        font-size: 30px;
        line-height: 37px;
    }

    .contact-textbox {
        padding-left: 24px;
        padding-right: 24px;
        height: 59px;
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 22px;
    }

    .contact-textarea {
        height: 220px;
        font-size: 18px;
        line-height: 22px;
    }

    .contact-accept-checkbox {
        width: 18px;
        height: 18px;
        margin-right: 12px;
    }

    .contact-accept label {
        font-size: 14px;
        line-height: 17px;
    }

    .contact-submit {
        font-size: 18px;
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 12px;
        margin-top: 20px;
    }

    .category-header {
        padding-top: 50px;
        padding-bottom: 54px;
    }

    .category-title {
        padding-bottom: 8px;
        font-size: 32px;
        line-height: 39px;
    }

    .category-headline {
        font-size: 17px;
        line-height: 21px;
    }

    .article-header {
        padding-top: 8px;
        padding-bottom: 23px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .article-picture-frame {
        padding: 11px;
    }

    .article-headline {
        padding-bottom: 24px;
        font-size: 34px;
        line-height: 41px;
    }

}

@media (max-width: 436px) {

    .share-buttons {
        padding-top: 30px;
    }

    .share-url {
        padding-top: 12px;
    }

}

@media (max-width: 490px) {

    .grid-layout {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .grid-item {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .grid-frame {
        padding: 18px;
    }

    .grid-category {
        font-size: 12px;
        line-height: 15px;
    }

    .grid-title {
        font-size: 15px;
        line-height: 20px;
    }

    .grid-summary {
        font-size: 16px;
        line-height: 20px;
    }

}

@media (max-width: 320px) {

    .share-box-container {
        max-width: 220px;
    }

    .share-button {
        margin-top: 3px;
    }

}