* {
    margin: 0;
    padding: 0;
    cursor: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    touch-action: manipulation;
    text-rendering: optimizeLegibility;
    -ms-touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

a,input {
    cursor: text
}

body,html,#main,#map {
    width: 100%;
    height: 100%
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

#mfPreviewBar {
    display: none
}

@import url("//hello.myfonts.net/count/2e0692"); @font-face {
    font-family: 'DINNextRoundedLTPro-Regular';
    src: url("/assets/webfonts/2E0692_0_0.eot");
    src: url("/assets/webfonts/2E0692_0_0.eot?#iefix") format('embedded-opentype'),url("/assets/webfonts/2E0692_0_0.woff2") format('woff2'),url("/assets/webfonts/2E0692_0_0.woff") format('woff'),url("/assets/webfonts/2E0692_0_0.ttf") format('truetype')
}

@font-face {
    font-family: 'icomoon';
    src: url("assets/webfonts/icomoon.eot?-q9vdrx");
    src: url("assets/webfonts/icomoon.eot?#iefix-q9vdrx") format('embedded-opentype'),url("assets/webfonts/icomoon.woff?-q9vdrx") format('woff'),url("assets/webfonts/icomoon.ttf?-q9vdrx") format('truetype'),url("assets/webfonts/icomoon.svg?-q9vdrx#icomoon") format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-audio:before {
    content: "\ea27"
}

body {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: #fff;
    color: #02121a;
    -webkit-font-smoothing: antialiased;
    font: 2.25vmin/2.25vmin 'DINNextRoundedLTPro-Regular',sans-serif;
    letter-spacing: -.015em;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    -webkit-transition: background 0.7s 0s ease-in-out, color 0.7s 0s ease-in-out;
    -moz-transition: background 0.7s 0s ease-in-out, color 0.7s 0s ease-in-out;
    -o-transition: background 0.7s 0s ease-in-out, color 0.7s 0s ease-in-out;
    -ms-transition: background 0.7s 0s ease-in-out, color 0.7s 0s ease-in-out;
    transition: background 0.7s 0s ease-in-out, color 0.7s 0s ease-in-out;
}

body a {
    color: #02121a
}

body #title {
    border-bottom-color: #02121a
}

body #contact,body #email input,body .icon-audio {
    color: #02121a
}

body #email input::-webkit-input-placeholder {
    color: rgba(2,18,26,0.25)
}

body #email input {
    border-color: rgba(2,18,26,0.25)
}

body.pallette1 {
    background: #b8fdbe;
    color: #025409;
}

body.pallette1 a {
    color: #025409
}

body.pallette1 #title {
    border-bottom-color: #025409
}

body.pallette1 #contact,body.pallette1 #email input,body.pallette1 .icon-audio {
    color: #025409
}

body.pallette1 #email input::-webkit-input-placeholder {
    color: rgba(73,56,37,0.25)
}

body.pallette1 #email input {
    border-color: rgba(73,56,37,0.25)
}

body.pallette2 {
    background: #dec4f5;
    color: #2f1d24;
}

body.pallette2 a {
    color: #2f1d24
}

body.pallette2 #title {
    border-bottom-color: #2f1d24
}

body.pallette2 #contact,body.pallette2 #email input,body.pallette2 .icon-audio {
    color: #2f1d24
}

body.pallette2 #email input::-webkit-input-placeholder {
    color: rgba(47,29,36,0.25)
}

body.pallette2 #email input {
    border-color: rgba(47,29,36,0.25)
}

@media (max-width: 500px) {
    body {
        font-size:2.8vmin;
        line-height: 2.8vmin
    }
}

@media (max-height: 500px) {
    body {
        font-size:2.8vmin;
        line-height: 2.8vmin
    }
}

body #title {
    -webkit-transition: border-color 0.7s 0s ease-in-out;
    -moz-transition: border-color 0.7s 0s ease-in-out;
    -o-transition: border-color 0.7s 0s ease-in-out;
    -ms-transition: border-color 0.7s 0s ease-in-out;
    transition: border-color 0.7s 0s ease-in-out
}

body #email input {
    -webkit-transition: border-color 0.7s 0s ease-in-out, opacity 0.385s ease-in-out, color 0.7s 0s ease-in-out;
    -moz-transition: border-color 0.7s 0s ease-in-out, opacity 0.385s ease-in-out, color 0.7s 0s ease-in-out;
    -o-transition: border-color 0.7s 0s ease-in-out, opacity 0.385s ease-in-out, color 0.7s 0s ease-in-out;
    -ms-transition: border-color 0.7s 0s ease-in-out, opacity 0.385s ease-in-out, color 0.7s 0s ease-in-out;
    transition: border-color 0.7s 0s ease-in-out, opacity 0.385s ease-in-out, color 0.7s 0s ease-in-out
}

body #email input::-webkit-input-placeholder,body #contact,body .icon-audio {
    -webkit-transition: color 0.7s 0s ease-in-out;
    -moz-transition: color 0.7s 0s ease-in-out;
    -o-transition: color 0.7s 0s ease-in-out;
    -ms-transition: color 0.7s 0s ease-in-out;
    transition: color 0.7s 0s ease-in-out
}

@media (max-width: 500px) {
    body {
        -webkit-transition:background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
        -moz-transition: background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
        -o-transition: background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
        -ms-transition: background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
        transition: background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
    }

    body #title {
        -webkit-transition: border-color 0.3s 0s ease-in-out;
        -moz-transition: border-color 0.3s 0s ease-in-out;
        -o-transition: border-color 0.3s 0s ease-in-out;
        -ms-transition: border-color 0.3s 0s ease-in-out;
        transition: border-color 0.3s 0s ease-in-out
    }

    body #email input {
        -webkit-transition: border-color 0.3s 0s ease-in-out, opacity 0.165s ease-in-out, color 0.3s 0s ease-in-out;
        -moz-transition: border-color 0.3s 0s ease-in-out, opacity 0.165s ease-in-out, color 0.3s 0s ease-in-out;
        -o-transition: border-color 0.3s 0s ease-in-out, opacity 0.165s ease-in-out, color 0.3s 0s ease-in-out;
        -ms-transition: border-color 0.3s 0s ease-in-out, opacity 0.165s ease-in-out, color 0.3s 0s ease-in-out;
        transition: border-color 0.3s 0s ease-in-out, opacity 0.165s ease-in-out, color 0.3s 0s ease-in-out
    }

    body #email input::-webkit-input-placeholder,body #contact,body .icon-audio {
        -webkit-transition: color 0.3s 0s ease-in-out;
        -moz-transition: color 0.3s 0s ease-in-out;
        -o-transition: color 0.3s 0s ease-in-out;
        -ms-transition: color 0.3s 0s ease-in-out;
        transition: color 0.3s 0s ease-in-out
    }
}

@media (max-height: 500px) {
    body {
        -webkit-transition:background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
        -moz-transition: background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
        -o-transition: background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
        -ms-transition: background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
        transition: background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
    }

    body #title {
        -webkit-transition: border-color 0.3s 0s ease-in-out;
        -moz-transition: border-color 0.3s 0s ease-in-out;
        -o-transition: border-color 0.3s 0s ease-in-out;
        -ms-transition: border-color 0.3s 0s ease-in-out;
        transition: border-color 0.3s 0s ease-in-out
    }

    body #email input {
        -webkit-transition: border-color 0.3s 0s ease-in-out, opacity 0.165s ease-in-out, color 0.3s 0s ease-in-out;
        -moz-transition: border-color 0.3s 0s ease-in-out, opacity 0.165s ease-in-out, color 0.3s 0s ease-in-out;
        -o-transition: border-color 0.3s 0s ease-in-out, opacity 0.165s ease-in-out, color 0.3s 0s ease-in-out;
        -ms-transition: border-color 0.3s 0s ease-in-out, opacity 0.165s ease-in-out, color 0.3s 0s ease-in-out;
        transition: border-color 0.3s 0s ease-in-out, opacity 0.165s ease-in-out, color 0.3s 0s ease-in-out
    }

    body #email input::-webkit-input-placeholder,body #contact,body .icon-audio {
        -webkit-transition: color 0.3s 0s ease-in-out;
        -moz-transition: color 0.3s 0s ease-in-out;
        -o-transition: color 0.3s 0s ease-in-out;
        -ms-transition: color 0.3s 0s ease-in-out;
        transition: color 0.3s 0s ease-in-out
    }
}

a {
    cursor: pointer
}

body.record {
    overflow: hidden;
}

body.record .icon-audio {
    display: none !important
}

body.record #header {
    height: 100%;
    margin: 0
}

body.record #container > *:not(#header ) {
    display: none
}

.icon-audio {
    position: absolute;
    top: 2vmin;
    display: none;
    right: 2vmin;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 500px) {
    .icon-audio {
        font-size:1.5em
    }
}

@media (max-height: 500px) {
    .icon-audio {
        font-size:1.5em
    }
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

#header {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    height: 60vmin;
}

@media (max-width: 500px) {
    #header canvas {
        margin-top:-5vmin
    }
}

@media (max-height: 500px) {
    #header canvas {
        margin-top:-5vmin
    }
}

#header.unloaded {
    background: url("/assets/share/animated.gif") center center no-repeat;
    -webkit-background-size: 50vmin;
    -moz-background-size: 50vmin;
    background-size: 50vmin
}

.IMGSGX543 #header {
    height: 62.5vmin
}

#copy {
    width: 100%
}

#title {
    display: inline-block;
    font-size: 1.72em;
    border-bottom: .25em solid;
    padding-bottom: .7em;
    margin-bottom: 2em;
    white-space: pre;
}

#title sup {
    font-size: .4em;
    position: relative;
    letter-spacing: -2vmin;
    left: 1vmin;
    top: -1vmin
}

#email {
    width: 100%;
    font-size: 1em;
    line-height: 1.75em;
}

#email p {
    width: 90vmin;
    margin: 0 auto;
    margin-bottom: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#mce-EMAIL {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    font: 1em 'DINNextRoundedLTPro-Regular',sans-serif;
    background: none;
    margin-top: 1em;
    outline: none;
    cursor: text;
    border: 2px solid;
    padding: .8em;
    padding-bottom: .6em;
    width: 15em;
    display: inline-block
}

@media (max-width: 500px) {
    #mce-EMAIL {
        border-width:1px
    }
}

@media (max-height: 500px) {
    #mce-EMAIL {
        border-width:1px
    }
}

input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
    text-align: center;
    font: 1em 'DINNextRoundedLTPro-Regular',sans-serif;
    background: none;
    margin-top: 1.5em
}

input[type=submit].visible {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    pointer-events: all
}

@media (max-width: 500px) {
    input[type=submit] {
        border-width:1px
    }
}

@media (max-height: 500px) {
    input[type=submit] {
        border-width:1px
    }
}

#contact {
    font-size: .55em;
    text-decoration: none;
    cursor: pointer;
    margin: 6em;
    margin-top: 4em;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    letter-spacing: .2em;
}

@media (max-width: 500px) {
    #contact {
        font-size:.75em
    }
}

@media (max-height: 500px) {
    #contact {
        font-size:.75em
    }
}

#email div,#contact {
    color: #837b72
}

#container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: fade-in .2s 1s ease-in-out both;
    -moz-animation: fade-in .2s 1s ease-in-out both;
    -o-animation: fade-in .2s 1s ease-in-out both;
    -ms-animation: fade-in .2s 1s ease-in-out both;
    animation: fade-in .2s 1s ease-in-out both
}

#loader {
    background: #ddd;
    -webkit-transform: scale(1,.1);
    -moz-transform: scale(1,.1);
    -o-transform: scale(1,.1);
    -ms-transform: scale(1,.1);
    transform: scale(1,.1);
    -webkit-transition: opacity 0.25s 0.5s ease-in-out;
    -moz-transition: opacity 0.25s 0.5s ease-in-out;
    -o-transition: opacity 0.25s 0.5s ease-in-out;
    -ms-transition: opacity 0.25s 0.5s ease-in-out;
    transition: opacity 0.25s 0.5s ease-in-out;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    pointer-events: none
}

@-moz-keyframes fade-in {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes fade-in {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}
