@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@400;600;700;800;900&family=Noto+Sans:wght@100;300;400;500;600;700;800;900&display=swap');

*,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

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

:root {
    --accent-color: #e68217;
    --accent-color-light: #b5d9ff;
    --accent-color-hover: #006fe6;
    --accent-color-down: #0066d3;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v118/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v92/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');
}


icon {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    cursor: default;
}

icon.f {
    font-family: 'Material Icons';
}


body {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

opac {
    opacity: .6;
}

html {
    background-color: #F8F5F0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input,
textarea {
    position: relative;
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    outline: unset;
    border: 1px solid #ececec;
    font-size: 15px;
    line-height: 1.25;
    font-family: 'Noto Sans', sans-serif;
}



input:focus {
    border: 1px solid var(--accent-color);
}

textarea {
    resize: none;
    font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
}

a,
lnk {
    margin: 0;
    font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--accent-color);
    text-decoration: none;
    cursor: pointer;
}



select {
    display: block;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.25;
    color: #495057;
    background-color: #F8F5F0;
    background-clip: padding-box;
    border: 1px solid #ececec;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/images/sc-select-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
eh1,
eh2,
eh3,
eh4,
eh5,
eh6 {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    letter-spacing: 0.4px;
    line-height: 1.25;
    cursor: default;
    margin: 0 0 12px 0;
}

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

h6 {
    font-size: 16px;
    font-weight: 600;
}

h5 {
    font-size: 17px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}


h3 {
    font-size: 23px;
    font-weight: 700;
}

h2 {
    font-size: 34px;
    font-weight: 700;
}

h1 {
    font-size: 38px;
    font-weight: 700;
}




p,
a {
    position: relative;
    margin-top: 0;
    font-size: 16px;
    cursor: default;
}

@media (max-width: 900px) {
    h6 {
        font-size: 15px;
        font-weight: 600;
    }
    
    h5 {
        font-size: 16px;
        font-weight: 600;
    }
    
    h4 {
        font-size: 18px;
        font-weight: 600;
    }
    
    
    h3 {
        font-size: 20px;
        font-weight: 700;
    }
    
    h2 {
        font-size: 22px;
    }
    
    h1 {
        font-size: 26px;
    }

    p,
    a {
        font-size: 14px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #222222;
}

body p,
a {
    color: #888888;
}

a {
    color: var(--accent-color);
    cursor: pointer;
    display: inline-block;
}

a:hover {
    text-decoration: underline;
}

a:active {
    opacity: .75;
}

a.more::after {
    position: relative;
    color: var(--accent-color);
    content: 'arrow_forward_ios';
    font-family: "Material Icons";
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0 2px;
}


spinner {
    height: 36px;
    width: 36px;
    overflow: hidden;
    position: relative;
}

spinner span {
    border-radius: 5000px;
    width: 10px;
    height: 4px;
    display: block;
    position: absolute;
    left: 1px;
    top: 17px;
    transform-origin: 170% center;
    background-color: #3d3d3d;
    animation: petal .8s 0s ease-out forwards infinite
}

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

spinner span:nth-child(2) {
    transform: rotate(45deg);
    animation-delay: -.1s
}

spinner span:nth-child(3) {
    transform: rotate(90deg)
}

spinner span:nth-child(4) {
    transform: rotate(135deg);
    animation-delay: -.7s
}

spinner span:nth-child(5) {
    transform: rotate(-180deg);
    animation-delay: -.6s
}

spinner span:nth-child(6) {
    transform: rotate(-135deg);
    animation-delay: -.5s
}

spinner span:nth-child(7) {
    transform: rotate(-90deg);
    animation-delay: -.4s
}

spinner span:nth-child(8) {
    transform: rotate(-45deg);
    animation-delay: -.3s
}

spinner span:nth-child(n+9) {
    display: none;
}


@keyframes petal {
    0% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
    }

    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    100% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
    }
}



button {
    position: relative;
    display: inline-block;
    outline: unset;
    box-shadow: unset;
    border: unset;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: var(--accent-color);
    border-radius: 10px;
    padding: 12px 16px;
    color: #F8F5F0;
    cursor: pointer;
    border: 1px solid transparent;
}

button:hover {
    opacity: .9;
}

button:active {
    opacity: .85;
}


button.grey {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: var(--accent-color);
}

button.grey:hover {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
}

button.grey:active {
    background: #e0e0e0;
    border: 1px solid #b1b1b1;
}

button.grey.delete,
slink.delete,
finput.b.delete p,
finput.b.delete icon {
    color: #ff2121;
}


button.delete:not(.grey) {
    background: #ff2121;
    border: 1px solid #e61e1e;
    color: #F8F5F0;
}

button.delete:not(.grey):hover {
    background: #e61e1e;
    border: 1px solid #e61e1e;
}

button.delete:not(.grey):active {
    background: #e61e1e;
    border: 1px solid #e61e1e;
}


newshero {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background: #888888;
}


newsherooverlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, #F8F5F000 0%, #F8F5F0 100%);
    display: block;
    z-index: -1;
}

body > newsherooverlay {
    background: linear-gradient(to bottom, #F8F5F000 0%, #F8F5F0 800px);
    min-height: 100vh;
}

newshero > img {
    position: sticky;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 800px;
    margin: 0;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    opacity: .6;
}


newshero > overlay {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

footer {
    position: relative;
    width: 100%;
    display: block;
    padding: 52px 12px;
    background: #F8F5F0;
}

footer > p {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    opacity: .5;
}


section.logo {
    background: transparent;
}

section.logo > content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px 0;
}

section.logo > content > a {
    position: relative;
    display: inline-block;
}

section.logo > content > a > img {
    position: relative;
    display: block;
    margin: 0;
    height: 100px;
}

section.logo > content > a > img:not(.full-color) {
    -webkit-filter: drop-shadow(0px 1px 3px rgba(0,0,0,.5));
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,.5));
}

@media(max-width: 700px) {
    section.logo > content > a > img {
        height: 70px;
    }
}

@media(max-width: 350px) {
    section.logo > content > a > img {
        height: 60px;
    }
}




*:not(section).bg-grey,
section.bg-grey > content {
    background: #ffffff;
}


section {
    position: relative;
    width: 100%;
    padding: 16px 32px;
    background: #F8F5F0;
}


section.bg-grey {
    padding: 16px 32px;
}

@media(max-width: 500px) {
    section.bg-grey {
        padding: 16px 8px;
    }
}


section > content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

section.bg-grey > content,
section.bg-dark > content {
    max-width: 1400px;
    padding: 0 52px;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0,0,0,.12);
}

@media(max-width: 700px) {
    section.bg-grey > content,
    section.bg-dark > content {
        max-width: 1400px;
        padding: 0 24px;
        border-radius: 12px;
    }
}
 

section.blocks {
    padding: 16px 32px;
}

@media(max-width: 500px) {
    section.blocks,
    section {
        padding: 16px 8px;
    }
}

section.blocks > content {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}



block {
    position: relative;
    padding: 52px;
    transform: scale(1) translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
    transform-origin: left top;
    transition: transform .4s cubic-bezier(0.215, 0.610, 0.355, 1), opacity .2s cubic-bezier(0.215, 0.610, 0.355, 1);
}

block.hi {
    transform: translate3d(0, 150px, 0) rotate(2deg);
    opacity: 0;
}

@media(max-width:700px) {
    section.blocks > content {
        grid-template-columns: 1fr;
    }

    block {
        padding: 24px;
    }
}

block > a {
    position: relative;
    display: block;
    margin: 12px 0 0 0;
}

section.posts block > textwrap > h3 {
    font-size: 20px;
}

@media(max-width: 900px) {
    section.posts block > textwrap > h3 {
        font-size: 16px;
    }
}

section.posts block > textwrap > p:first-of-type {
    margin: 0 0 8px 0;
}



heroblocks {
    position: relative;
    width: 100%;
    padding: 22px 32px;
    overflow: hidden;
    display: block;
}

heroblocks > content {
    position: relative;
    width: 100%;
    display: block;
    max-width: 1400px;
    margin: 0 auto;
}

block {
    position: relative;
    width: 100%;
    border-radius: 12px;
    background: #ffffff;
    display: block;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0,0,0,.12);
}

@media(max-width: 900px) {
    heroblocks > content {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 500px) {
    heroblocks {
        padding: 22px 8px;
    }
}



block.news {
    padding: 0;
    z-index: 5;
    display: flex;
}

@media(max-width:1000px) {
    block.news {
        display: block;
    }
}

block.news > hero {
    position: relative;
    height: 400px;
    padding: 52px 32px;
    display: block;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    flex: 0 0 50%;
}


block.news > hero > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    display: block;
    margin: 0;
    object-fit: cover;
    object-position: center center;
    transform: scale(1);
    transition: transform 4s cubic-bezier(0.215, 0.610, 0.355, 1);
}

@media(max-width: 900px) {
    block.news > hero > img {
        height: 300px;
    }

    block.news > hero {
        height: 300px;
    }
}

block.news > hero:hover > img {
    transition: transform .4s cubic-bezier(0.215, 0.610, 0.355, 1);
    transform: scale(1.05);
}



block.news > hero > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
    padding: 32px 52px;
    cursor: pointer;
}

block.news > hero > a:hover,
block.news > hero > a:active {
    text-decoration: unset;
}


block.news > hero > a > textwrap {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}

block.news > hero > a > textwrap > h1,
block.news > hero > a > textwrap > h2,
block.news > hero > a > textwrap > h3,
block.news > hero > a > textwrap > h4,
block.news > hero > a > textwrap > h5,
block.news > hero > a > textwrap > h6,
block.news > hero > a > textwrap > p {
    position: relative;
    width: 100%;
    display: block;
    color:#ffffff;
    margin: 0;
    cursor: pointer;
}

block.news > hero > a > textwrap > p {
    color: #dddddd;
    margin: 6px 0;
}

block.news > hero > a > textwrap > p:last-of-type {
    margin: 6px 0 0 0;
    opacity: .5;
}


@media(max-width: 700px) {
    block.news > hero > a {
        padding: 32px 24px;
    }
}


block.photos {
    padding: 0;
}

block.photos titlewrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 32px 0 0 32px;
    margin: 0 0 24px 0;
}


photos {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    padding: 0 0 32px 0;
}

@media(max-width:600px) {
    photos {
        grid-template-columns: 1fr 1fr;
    }
}

photos > entry {
    position: relative;
    display: block;
    align-items: center;
    padding: 12px 32px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

photos > entry > a {
    position: relative;
    display: block;
    width: 100%;
    margin: 12px 0 0 0;
    text-align: center;
}

photos > entry > imagewrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
}

photos > entry > imagewrap > img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    z-index: 1;
}

photos > entry > imagewrap > img:last-of-type {
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: right bottom;
    transform: rotate(4deg);
    z-index: 0;
    transition: transform .2s cubic-bezier(0.215, 0.610, 0.355, 1);
}

photos > entry:hover > imagewrap > img:last-of-type {
    transform: rotate(6deg);
}

photos > entry:hover > a {
    text-decoration: underline;
}




posts {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
}

posts > post:not(:last-of-type) {
    border-bottom: 1px solid #ececec;
}

post {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 52px;
}



post > h1,
post > h2,
post > h3,
post > h4,
post > h5,
post > h6,
post > p,
post > a {
    position: relative;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}

post > p {
    text-align: right;
}

@media(max-width: 900px) {
    post {
        display: block;
    }
    
    post > p {
        text-align: left;
    }
}

post > textwrap > p:not(:last-child) {
    color: #dddddd;
    margin: 4px 0;
}


@media(max-width: 700px) {
    post {
        position: relative;
        display: block;
        width: 100%;
        padding: 12px 24px;
    }
}


















section.bb-app > content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.bb-app > content > textwrap {
    position: relative;
    display: block;
    flex: 0 0 50%;
    padding: 0 84px 0 0;
}


section.bb-app > content > textwrap > appicon {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 12px 0;
}

section.bb-app > content > textwrap > appicon > img {
    position: relative;
    display: block;
    flex: 0 0 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 20%;
    margin: 0 8px 0 0;
}

section.bb-app > content > textwrap > appicon > p {
    position: relative;
    margin: 0;
}


section.bb-app > content > textwrap > stores {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 22px;
}

section.bb-app > content > textwrap > stores > a{
    position: relative;
    display: block;
    width: 100%;
    margin: 4px 0;
}

@media(max-width: 1000px) {
    section.bb-app > content > textwrap {
        flex: 0 0 65%;
    }
}

@media(max-width: 700px) {
    section.bb-app > content {
        flex-wrap: wrap;
    }

    section.bb-app > content > textwrap {
        flex: 0 0 100%;
        padding: 32px 0 12px 0;
    }
}



section.bb-app > content > imagewrap {
    position: relative;
    display: block;
    flex: 0 0 50%;
    padding: 80px 0 0;
    overflow: hidden;
}

section.bb-app > content > imagewrap > img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    z-index: 1;
    transform: translate3d(17%, 0, 0);
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

section.bb-app > content > imagewrap > img:last-of-type {
    position: absolute;
    left:0;
    top:80px;
    z-index: 0;
    transform: translate3d(-17%, 0, 0);
}

@media(max-width: 1000px) {
    section.bb-app > content > imagewrap {
        flex: 0 0 35%;
    }

    section.bb-app > content > imagewrap > img {
        width: 150%;
        transform: translate3d(0, 200px, 0);
    }

    section.bb-app > content > imagewrap > img:last-of-type {
        display: none;
    }
}

@media(max-width: 700px) {
    section.bb-app > content > imagewrap {
        flex: 0 0 100%;
    }

    section.bb-app > content > imagewrap > img {
        width: 150%;
        height: 400px;
        object-fit: cover;
        object-position: top center;
    }

    section.bb-app > content > imagewrap > img:last-of-type {
        display: none;
    }
}




section.blocks block.person {
    display: flex;
}

section.blocks block.person > textwrap h6 {
    position: relative;
    margin: 0;

}

section.blocks block.person > picwrap {
    position: relative;
    flex: 0 0 120px;
    height: 120px;
    display: block;
    margin: 0 32px 0 0;
}


section.blocks block.person > picwrap img:first-of-type {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0,8px,0);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: .4;
    border: unset;
}

section.blocks block.person > picwrap img {
    position: relative;
    display: block;
    flex: 0 0 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    object-position: center center;
    object-fit: cover;
    border: 3px solid #ffffff;
}