.margin + .margin,
.margin + h1,
.margin + h2,
.margin + p,
.margin + ul,
.margin + ol,
h1 + .margin,
h2 + .margin,
p + .margin,
ul + .margin,
ol + .margin {
    margin-top: calc(2vh + 2vw + 60px);
}
.gutter {
    margin-top: 50px;
    margin-bottom: 50px;
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[hidden] {
    display: none;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    font-family: "proxima-nova", Roboto, -apple-system, BlinkMacSystemFont,
        "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans",
        Arial, sans-serif;
    font-weight: 300;
}
body {
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: black;
}
header,
main,
footer {
    width: 100%;
    position: relative;
}
.wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.clear::after,
.clear::before {
    content: " ";
    display: table;
}
.clear::after {
    clear: both;
}
.protected-address {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
*[hidden] {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
iframe,
img {
    vertical-align: middle;
}
nobr {
    white-space: nowrap;
}
.gutter + .gutter {
    margin-top: 0;
}
h1,
h2,
p {
    margin: 0;
}
p a {
    display: inline;
}
p:last-of-type,
ul:last-of-type,
ol:last-of-type,
li:last-of-type {
    margin-bottom: 0;
}
a {
    display: inline-block;
    text-decoration: none;
    color: black;
}
ul,
ol {
    padding: 0 0 0 1px;
    margin: 0;
}
li {
    list-style: none;
    position: relative;
}
strong {
    font-weight: bold;
}
h1 {
    line-height: 1.05;
    font-weight: 300;
    margin-top: -3px;
    margin-bottom: -3px;
}
h1 {
    font-size: 30px;
}
h1 + h2 {
    margin-top: calc(1vh + 1vw + 35px);
}
h1 + p {
    margin-top: 2rem;
}
h1 + ol,
h1 + ul {
    margin-top: 2rem;
}
h2 {
    line-height: 1.05;
    font-weight: 700;
    margin-top: -1.7px;
    margin-bottom: -1.7px;
}
h2 {
    font-size: 17px;
}
h2 + h1 {
    margin-top: 2rem;
}
h2 + p {
    margin-top: 1.4rem;
}
h2 + ol,
h2 + ul {
    margin-top: 1.4rem;
}
p,
li {
    line-height: 1.45;
    font-weight: 400;
    margin-top: -1.7px;
    margin-bottom: -1.7px;
}
p,
li {
    font-size: 17px;
}
p a,
li a {
    border-top: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid #bbb;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
@media (-webkit-min-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2/1),
    (min-resolution: 192dpi) {
    p a,
    li a {
        border-top-width: 1px;
        border-bottom-width: 0.5px;
    }
}
p a:hover,
li a:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
    background: black;
    color: white;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
}
p + h1,
li + h1 {
    margin-top: calc(1vh + 1vw + 35px);
}
p + h2,
li + h2 {
    margin-top: calc(1vh + 1vw + 35px);
}
p + ol,
p + ul,
li + ol,
li + ul {
    margin-top: 0.1rem;
}
ol + h1,
ul + h1 {
    margin-top: calc(1vh + 1vw + 35px);
}
ol + h2,
ul + h2 {
    margin-top: calc(1vh + 1vw + 35px);
}
ol + p,
ul + p {
    margin-top: 1.4rem;
}
li {
    line-height: 1.3;
}
li + li {
    margin-top: 0.4rem;
}
strong {
    font-weight: 700;
}
body {
    background: -webkit-radial-gradient(
        center,
        ellipse,
        #fefefe 0%,
        #d8d8d8 100%
    );
    background: -o-radial-gradient(center, ellipse, #fefefe 0%, #d8d8d8 100%);
    background: radial-gradient(ellipse at center, #fefefe 0%, #d8d8d8 100%);
    background-repeat: none;
    min-height: 100vh;
    padding: calc(5vh + 3vw + 5px) 0 calc(5vh + 3vw + 15px) 0;
}
main section {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.wrapper {
    width: calc(870px + 10%);
    padding-left: 5%;
    padding-right: 5%;
}
@media (max-width: 1000px) {
    .wrapper {
        width: calc(560px + 10%);
    }
}
@media (max-width: 800px) {
    .wrapper {
        width: calc(540px + 10%);
    }
}
@media (max-width: 650px) {
    .wrapper {
        width: calc(250px + 10%);
    }
}
.overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    float: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.overlay-container .overlay {
    background: white;
    border-radius: 15px;
    padding: 20px;
    -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.25);
    margin-bottom: calc(5vh + 3vw);
}
input#trigger:checked ~ main .overlay-container {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
input#trigger:checked ~ main section:not(.overlay-container) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
#reset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header {
    margin-bottom: calc(1vh + 1vw + 25px);
    z-index: 99;
}
.logo {
    line-height: 1.2;
    font-weight: 300;
    display: inline-block;
    position: relative;
    min-width: 250px;
    padding: 8px 62px 8px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: lowercase;
    border-radius: 10px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.logo {
    font-size: 30px;
}
.logo:hover {
    /* color: white; */
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
}
@supports (-webkit-overflow-scrolling: touch) {
    .logo:hover {
        color: black;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
    }
}
@media (pointer: coarse) {
    .logo:hover {
        color: black;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
    }
}
/* .logo:hover::after {
    opacity: 0.8;
    background: url(../img/icon-info.svg) no-repeat center center;
} */
@supports (-webkit-overflow-scrolling: touch) {
    .logo:hover::after {
        opacity: 0.2;
    }
}
@media (pointer: coarse) {
    .logo:hover::after {
        opacity: 0.2;
    }
}
.logo:active {
    background: rgba(0, 0, 0, 0.55);
}
.logo::after {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
    width: 24px;
    height: 24px;
    background: url(../img/icon-info-black.svg) no-repeat center center;
    opacity: 0.2;
    -webkit-transition: opacity 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
}
@supports (-webkit-overflow-scrolling: touch) {
    .logo::after {
        right: 0;
    }
}
@media (pointer: coarse) {
    .logo::after {
        right: 0;
    }
}
input#trigger:checked ~ header .logo {
    color: white;
    background: rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
}
input#trigger:checked ~ header .logo::after {
    opacity: 0.8;
    background: url(../img/icon-info.svg) no-repeat center center;
}
@supports (-webkit-overflow-scrolling: touch) {
    input#trigger:checked ~ header .logo::after {
        -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@media (pointer: coarse) {
    input#trigger:checked ~ header .logo::after {
        -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
input#trigger:checked ~ header .logo:active {
    background: rgba(0, 0, 0, 0.55);
}
img.align_right {
    float: right;
    margin: 0 0 20px 20px;
}
@media (max-width: 1400px) and (min-width: 201px) {
    img.align_right {
        max-width: 60%;
        height: auto;
    }
}
@media (max-width: 900px) {
    img.align_right {
        max-width: 50%;
    }
}
img.align_left {
    float: left;
    margin: 0 20px 20px 0;
}
@media (max-width: 1400px) {
    img.align_left {
        max-width: 60%;
        height: auto;
    }
}
@media (max-width: 900px) {
    img.align_left {
        max-width: 50%;
    }
}
img.align_center {
    width: 100%;
    height: auto;
}
.tile-container {
    margin-bottom: -60px;
}
@media (max-width: 800px) and (min-width: 651px) {
    .tile-container {
        margin-bottom: -40px;
    }
}
.tile {
    width: 250px;
    float: left;
    -webkit-perspective: 1000;
    perspective: 1000;
    margin-bottom: 60px;
}
@media (max-width: 800px) and (min-width: 651px) {
    .tile {
        margin-bottom: 40px;
    }
}
@media (max-width: 650px) {
    .tile {
        width: 100%;
    }
}
.tile:hover .flip-container {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@supports (-webkit-overflow-scrolling: touch) {
    .tile:hover .flip-container {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@media (pointer: coarse) {
    .tile:hover .flip-container {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@media (max-width: 650px) {
    .tile:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media (min-width: 1001px) {
    .tile:nth-child(3n + 1) {
        margin-right: 40px;
    }
}
@media (min-width: 1001px) {
    .tile:nth-child(3n + 2) {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 1001px) {
    .tile:nth-child(3n + 3) {
        margin-left: 40px;
    }
}
@media (max-width: 1000px) and (min-width: 651px) {
    .tile:nth-child(2n + 1) {
        margin-right: 30px;
    }
}
@media (max-width: 800px) and (min-width: 651px) {
    .tile:nth-child(2n + 1) {
        margin-right: 20px;
    }
}
@media (max-width: 1000px) and (min-width: 651px) {
    .tile:nth-child(2n + 2) {
        margin-left: 30px;
    }
}
@media (max-width: 800px) and (min-width: 651px) {
    .tile:nth-child(2n + 2) {
        margin-left: 20px;
    }
}
.tile-trigger:checked ~ .flip-container {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.tile-trigger:checked ~ .flip .reset {
    display: block;
}
.flip-container {
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding-top: 100%;
}
.flip-container .flip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.25);
}
.flip-container .flip.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.flip-container .flip.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 20px;
    color: white;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flip-container .flip.back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@supports (display: flex) {
    .flip-container .flip.back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.flip-container .flip.back a {
    color: white;
    border-bottom-color: white;
}
.flip-container .flip.back a:hover {
    background: white;
    color: black;
}
.flip-container .flip.back.black {
    color: black;
}
.flip-container .flip.back.black a {
    color: black;
    border-bottom-color: black;
}
.flip-container .flip.back.black a:hover {
    background: black;
}
.flip-container .flip.back .link {
    white-space: nowrap;
    position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flip-container .flip.back .link {
        margin-top: auto;
    }
}
@supports (display: flex) {
    .flip-container .flip.back .link {
        margin-top: auto;
    }
}
.flip-container .flip.back .link a {
    border-top: 1px solid rgba(0, 0, 0, 0);
}
@media (-webkit-min-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2/1),
    (min-resolution: 192dpi) {
    .flip-container .flip.back .link a {
        border-top-width: 0.5px;
    }
}
.flip-container .flip.back .link a::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 30px);
}
.flip-container .flip .reset {
    display: none;
}
.flip-container .flip h1 + p {
    margin-top: 0.8rem;
}
.flip-container .flip p,
.flip-container .flip li {
    line-height: 1.3;
}
