body {
    font-size: 16px
}

.input__group {
    display: flex;
    margin-bottom: 1rem
}

.input, .input__input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 1em;
    padding: .5em .8em;
    font-family: GE Inspira Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 0;
    border: 2px solid #b1b3b3;
    width: 100%;
    display: block;
    flex: 1
}

.input__select {
    padding-right: 2em;
    background-image: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-chevron-down-128.png);
    background-color: #eceded;
    background-repeat: no-repeat;
    background-position: top 50% right .5em;
    background-size: 1em
}

.input__select::-ms-expand {
    display: none
}

.input__addon {
    background: #b1b3b3;
    padding: .5em .8em
}

.about__inner, .actions__inner, .add-photo__inner, .feed__inner, .front__inner, .frontpage, .instructions__inner, .logo-element__inner, .onboarding, .remove__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem
}

.about__inner:after, .actions__inner:after, .add-photo__inner:after, .feed__inner:after, .front__inner:after, .frontpage:after, .instructions__inner:after, .logo-element__inner:after, .onboarding:after, .remove__inner:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 769px) {
    .about__inner, .actions__inner, .add-photo__inner, .feed__inner, .front__inner, .frontpage, .instructions__inner, .logo-element__inner, .onboarding, .remove__inner {
        padding: 0 4rem
    }
}

.alongside-line {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 25.58941%
}

.alongside-line:last-child {
    margin-right: 0
}

@media screen and (min-width: 415px) {
    .alongside-line {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 17.05961%
    }

    .alongside-line:last-child {
        margin-right: 0
    }
}

@font-face {
    font-family: GE Inspira Sans;
    src: url(/static/fonts/GEInspiraSans-Regular.1be8e48.eot);
    src: url(/static/fonts/GEInspiraSans-Regular.1be8e48.eot?#iefix) format("embedded-opentype"), url(/static/fonts/GEInspiraSans-Regular.01edf39.woff2) format("woff2"), url(/static/fonts/GEInspiraSans-Regular.0bd0e98.woff) format("woff"), url(/static/fonts/GEInspiraSans-Regular.d2887db.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GE Inspira Sans;
    src: url(/static/fonts/GEInspiraSans-Bold.c7cd14d.eot);
    src: url(/static/fonts/GEInspiraSans-Bold.c7cd14d.eot?#iefix) format("embedded-opentype"), url(/static/fonts/GEInspiraSans-Bold.6297b00.woff2) format("woff2"), url(/static/fonts/GEInspiraSans-Bold.f367282.woff) format("woff"), url(/static/fonts/GEInspiraSans-Bold.445344a.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.title {
    margin-top: 0;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: .9em
}

@media screen and (min-width: 769px) {
    .title {
        font-size: 4em
    }
}

.subtitle {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 400;
    line-height: .9em
}

@media screen and (min-width: 769px) {
    .subtitle {
        font-size: 2.5em
    }
}

.heading {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.heading + * {
    margin-top: 0
}

.button {
    -webkit-appearance: none;
    display: inline-block;
    background-color: transparent;
    padding: .9em 2em;
    text-transform: uppercase;
    text-decoration: none;
    border: .2em solid #005eb8;
    border-radius: 99em;
    font-family: GE Inspira Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1em;
    color: #005eb8;
    outline: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease
}

.button:hover {
    background-color: #005eb8;
    color: #fff
}

.button:active {
    color: #fff;
    background-color: #004485;
    border-color: #004485
}

.button--danger {
    background-color: #fe5000;
    border-color: transparent;
    color: #fff
}

.button--danger:hover {
    background-color: #cb4000
}

.button--full {
    width: 100%;
    margin-bottom: .3rem
}

.button--spinner {
    position: relative
}

.button__spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    top: 50%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none
}

.button--disabled, .button[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.header {
    z-index: 40;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden
}

.header__inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    flex-direction: column-reverse;
    padding: 0 1rem
}

@media screen and (min-width: 769px) {
    .header__inner {
        flex-direction: row;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 4rem
    }

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

.header__logo {
    width: 40%
}

.header__logo svg {
    display: block;
    max-width: 400px;
    min-width: 200px;
    width: 100%
}

.header__navigation {
    display: flex;
    flex: 1;
    max-height: 0;
    transition: max-height .6s ease-in
}

.header__navigation--active {
    max-height: 60vh
}

@media screen and (min-width: 769px) {
    .header__navigation {
        max-height: none !important
    }
}

.header__navigation-list {
    background-color: #13294b;
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0 0 1.5rem;
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    box-shadow: inset 0 -2px 1rem rgba(0, 0, 0, .5), inset 0 2px 1rem rgba(0, 0, 0, .5);
    margin-left: -1rem;
    margin-right: -1rem
}

@media screen and (min-width: 769px) {
    .header__navigation-list {
        margin: 0;
        flex-direction: row;
        background-color: transparent;
        box-shadow: none
    }

    .header__navigation-list a {
        color: #005eb8
    }
}

.header__navigation-list-item {
    padding: 1rem;
    font-size: 1.5em;
    transition: border-color .3s ease
}

.header__navigation-list-item a {
    font-weight: 400;
    text-decoration: none;
    color: #fff
}

@media screen and (min-width: 769px) {
    .header__navigation-list-item {
        margin: 0 0 0 1.5rem;
        padding: 0 0 .3rem;
        font-size: .9em;
        font-weight: 400;
        text-transform: none;
        border-bottom: 3px solid transparent
    }

    .header__navigation-list-item:first-of-type {
        margin-left: 0
    }

    .header__navigation-list-item a {
        color: #10069f !important
    }
}

@media screen and (min-width: 1000px) {
    .header__navigation-list-item {
        margin-left: 3rem;
        font-size: 1em
    }
}

.header__navigation-list-item--active {
    background-color: #fff
}

.header__navigation-list-item--active a {
    font-weight: 600;
    color: #005eb8
}

@media screen and (min-width: 769px) {
    .header__navigation-list-item--active {
        padding-left: 0;
        border-bottom-color: #005eb8
    }
}

.header__burger {
    position: absolute;
    top: 1rem;
    right: 1rem
}

@media screen and (min-width: 769px) {
    .header__burger {
        display: none
    }
}

.burger {
    width: 32px;
    height: 24px;
    position: relative;
    cursor: pointer
}

.burger__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #005eb8;
    border-radius: 4px;
    transform-origin: center right;
    transition: transform .3s ease, opacity .3s ease, background-color .3s ease
}

.burger--active .burger__line {
    background-color: #fff
}

.burger__line--top {
    top: 0
}

.burger--active .burger__line--top {
    transform: rotate(-39deg)
}

.burger__line--mid {
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.burger--active .burger__line--mid {
    opacity: 0
}

.burger__line--bottom {
    bottom: 0
}

.burger--active .burger__line--bottom {
    transform: rotate(39deg)
}

.logo-element {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 20
}

.logo-element__inner {
    height: 100%
}

.logo-element__container {
    width: 40%
}

.logo-element svg {
    max-width: 400px;
    min-width: 200px;
    width: 100%;
    position: relative
}

.confetti {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    pointer-events: none;
    display: block
}

.spinner {
    color: #005eb8;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease
}

.small-spinner {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: .2em solid #000;
    border-top-color: transparent;
    border-radius: .5em;
    animation: small-spinner 1s infinite linear
}

@keyframes small-spinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    5%, 95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%, 59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
    to {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    5%, 95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%, 59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
    to {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.onboarding {
    margin-bottom: 3rem;
    margin-top: 3rem
}

@media screen and (min-width: 769px) {
    .onboarding {
        transform: translateY(-3rem);
        margin-top: 0
    }
}

.onboarding__image {
    display: block;
    width: 60%;
    margin: 0 auto
}

.front__country-select {
    text-align: right;
    margin-bottom: 1rem;
    z-index: 32;
    position: relative
}

@media screen and (min-width: 415px) {
    .front__country-select {
        margin-bottom: 3rem;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 51.17883%
    }

    .front__country-select:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 769px) {
    .front__country-select {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: 68.23843%
    }

    .front__country-select:last-child {
        margin-right: 0
    }
}

.front__country-select select {
    border: none;
    padding: 1rem 1.5rem;
    background-position: center right 1.5rem;
    background-color: #f6f6f6;
    font-weight: 700;
    padding-right: 3rem
}

.feed {
    min-height: 100vh
}

.feed__spinner {
    pointer-events: none;
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 39
}

.feed__scroll-to-top {
    position: fixed;
    top: 7rem;
    left: 0;
    z-index: 32;
    width: 100%
}

@media screen and (min-width: 575px) {
    .feed__scroll-to-top {
        top: 8rem
    }
}

@media screen and (min-width: 650px) {
    .feed__scroll-to-top {
        top: 9rem
    }
}

@media screen and (min-width: 850px) {
    .feed__scroll-to-top {
        top: 11rem
    }
}

@media screen and (min-width: 1000px) {
    .feed__scroll-to-top {
        top: 12rem
    }
}

@media screen and (min-width: 1200px) {
    .feed__scroll-to-top {
        top: 13rem
    }
}

.feed__scroll-to-top__button {
    font-family: GE Inspira Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    border: 0;
    background-color: hsla(180, 1%, 70%, .5);
    padding: .8rem 1rem;
    font-size: 1em;
    border-radius: 1000px;
    box-shadow: 0 .1rem .3rem rgba(0, 0, 0, .3);
    display: block;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    transition: background-color .3s ease;
    outline: none;
    cursor: pointer
}

.feed__scroll-to-top__button:hover {
    background-color: hsla(180, 1%, 70%, .8)
}

.feed__scroll-to-top__button:active {
    transition: background-color .1s ease;
    background-color: rgba(99, 102, 106, .8)
}

.feed-enter, .feed-leave-to {
    opacity: 0;
    transform: scale(.8) translateX(-100px)
}

.feed-enter-active, .feed-leave-active {
    transition: opacity 1s ease, transform .5s ease
}

.feed-leave-active {
    position: absolute
}

.feed-move {
    transition: transform .5s ease
}

.feed-item {
    margin-bottom: 1rem;
    width: 100%;
    position: relative
}

.feed-item--front {
    z-index: 30
}

.feed-item--back {
    z-index: 10
}

.feed-item--text {
    z-index: 31
}

.feed-item img {
    display: block
}

@media screen and (max-width: 414px) {
    .feed-item__parallax {
        transform: translate(0) !important
    }
}

.feed-image {
    position: relative;
    display: inline-block
}

.feed-image__image {
    display: block;
    max-height: 500px;
    max-width: 100%;
    min-width: 200px
}

.feed-image__caption {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-color: rgba(99, 102, 106, .4);
    color: #fff;
    padding: .7rem 1.2rem;
    border-radius: 99em;
    text-transform: uppercase
}

.feed-item .feed-image {
    transition: width 1s ease
}

.feed-text {
    top: 0;
    right: 0;
    z-index: 31;
    width: 40%
}

@media screen and (min-width: 415px) {
    .feed-text {
        position: absolute;
        transform: translate3d(0, -2rem, 0)
    }
}

.feed-text img {
    max-width: 100%
}

.feed-text:nth-of-type(2n) {
    background-color: #97d700
}

.feed-text__top-line {
    text-transform: uppercase;
    margin-bottom: 0
}

.feed-text__body {
    margin-top: 0;
    font-size: 2em
}

.triggers {
    position: fixed;
    width: 400px;
    bottom: 0;
    left: 0;
    padding: .5rem;
    z-index: 1000;
    opacity: 0;
    transition: opacity .2s ease
}

.triggers:hover {
    opacity: 1
}

.triggers * + * {
    margin-top: 10px
}

.triggers .button {
    display: block;
    width: 100%;
    background-color: #fff;
    transition: all .3s
}

.triggers .button:active, .triggers .button:hover {
    background-color: #005eb8
}

.feed-image {
    width: 100%
}

@media screen and (min-width: 415px) {
    .feed-image {
        width: auto
    }

    .feed-image--pl1 {
        transform: translate3d(-8.3%, 0, 0)
    }

    .feed-image--pr1 {
        transform: translate3d(8.3%, 0, 0)
    }
}

@media screen and (min-width: 415px) and (min-width: 769px) {
    .feed-image--pr2 {
        transform: translate3d(16.7%, 0, 0)
    }
}

.feed-text {
    width: 100%
}

@media screen and (min-width: 415px) {
    .feed-text--small {
        width: 33.3%
    }

    .feed-text--medium {
        width: 41.7%
    }

    .feed-text--large {
        width: 50%
    }

    .feed-text--pr1 {
        transform: translate3d(16.7%, 0, 0)
    }

    .feed-text img {
        transform: translate3d(2rem, -2rem, 0)
    }
}

.fade-enter-active, .fade-leave-actiive {
    transition: opacity .3s ease
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.bookeh {
    background-image: url(/static/img/bookeh.a8d0403.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 4rem 0 10rem
}

.add-photo {
    padding-bottom: 3rem
}

.add-photo__inner {
    z-index: 30;
    position: relative
}

.add-photo__upload-crop {
    position: relative;
    box-shadow: .3em 1em 3em rgba(0, 0, 0, .2);
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%
}

.add-photo__upload-crop:last-child {
    margin-right: 0
}

@media screen and (min-width: 769px) {
    .add-photo__upload-crop {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: -102.35765%
    }

    .add-photo__upload-crop:last-child {
        margin-right: 0
    }
}

.add-photo__upload-crop__inner {
    display: flex !important
}

.add-photo__success-image img {
    width: 100%
}

.add-photo__progress {
    position: absolute;
    z-index: 40;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.add-photo__marker {
    font-size: 3rem;
    width: 6rem;
    height: 6rem;
    background-color: #b1b3b3;
    border-radius: 3rem;
    text-align: center;
    line-height: 6rem;
    color: #fff
}

.add-photo__marker--success {
    background-color: #00bf6f
}

.add-photo__marker--failure {
    background-color: #fe5000
}

.add-photo__title {
    color: #fff;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%
}

.add-photo__title:last-child {
    margin-right: 0
}

@media screen and (min-width: 769px) {
    .add-photo__title {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: 68.23843%
    }

    .add-photo__title:last-child {
        margin-right: 0
    }
}

.add-photo__form {
    padding: 1rem;
    background-color: #fff;
    margin-top: -6rem;
    box-shadow: .3em 1em 3em rgba(0, 0, 0, .2)
}

@media screen and (min-width: 769px) {
    .add-photo__form {
        padding: 2rem 5rem;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%
    }

    .add-photo__form:last-child {
        margin-right: 0
    }
}

.add-photo__agree {
    background-image: url(/static/img/agree_background.312881b.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

@media screen and (min-width: 769px) {
    .add-photo__agree {
        display: table-cell;
        width: 33.33333%
    }
}

.add-photo__disclaimer {
    overflow: auto;
    background: #fff
}

@media screen and (min-width: 769px) {
    .add-photo__disclaimer {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        padding: 1rem;
        position: absolute
    }
}

.add-photo__errors {
    color: #fe5000
}

.add-photo__errors--upload {
    position: absolute;
    background: #fff;
    bottom: -2rem;
    right: 2rem;
    padding: 1rem;
    box-shadow: 0 .4rem 1rem rgba(0, 0, 0, .5)
}

.add-photo__button {
    overflow: hidden;
    position: relative;
    width: 30%;
    display: inline-block;
    height: 3rem
}

.add-photo__button-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.add-photo__button-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 200%)
}

.add-photo__button-label, .add-photo__button-spinner {
    transition: transform .2s ease
}

.add-photo__button--loading .add-photo__button-spinner {
    transform: translate(-50%, -50%)
}

.add-photo__button--loading .add-photo__button-label {
    transform: translate(-50%, -200%)
}

.uploader-crop {
    background-color: #fff;
    width: 100%;
    outline: 6px dashed #b1b3b3;
    outline-offset: -3px;
    position: relative
}

.uploader-crop__uploader {
    min-height: 400px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.uploader-crop__uploader__inner {
    text-align: center
}

.uploader-crop__uploader__drag-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2)
}

.uploader-crop__uploader__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.cropper {
    position: relative
}

.cropper__img {
    max-width: 100%;
    max-height: 70vh
}

.cropper__tools {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #fff;
    border-radius: 1000rem;
    box-shadow: 0 1px .2rem rgba(0, 0, 0, .5);
    overflow: hidden;
    display: flex
}

.cropper__tools--animation-enter-active, .cropper__tools--animation-leave-active {
    transition: opacity .2s ease, transform .2s ease
}

.cropper__tools--animation-enter, .cropper__tools--animation-leave-to {
    opacity: 0;
    transform: translate(-50%, 50%) scale(.3)
}

.cropper__tool {
    cursor: pointer;
    padding: 1rem 1.2rem;
    font-size: 1.2rem;
    background-color: #fff;
    border-left: 1px solid #b1b3b3
}

.cropper__tool:hover {
    background-color: #f2f2f2
}

.cropper__tool:first-of-type {
    padding-left: 1.5rem;
    border: none
}

.cropper__tool:last-of-type {
    padding-right: 1.5rem
}

.cropper__tool--danger {
    background-color: #fe5000;
    color: #fff
}

.cropper__tool--danger:hover {
    background-color: #e54800
}

.cropper__tool--success {
    background-color: #00bf6f;
    color: #fff
}

.cropper__tool--success:hover {
    background-color: #00a660
}

.instructions__title-box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 25.58941%
}

.instructions__title-box:last-child {
    margin-right: 0
}

@media screen and (min-width: 769px) {
    .instructions__title-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%
    }

    .instructions__title-box:last-child {
        margin-right: 0
    }
}

.instructions__title {
    padding: 2rem 0
}

@media screen and (min-width: 769px) {
    .instructions__title {
        padding: 4rem 0
    }
}

.instructions__boxes {
    position: relative;
    z-index: 30
}

@media screen and (min-width: 769px) {
    .instructions__boxes {
        display: flex
    }
}

.instructions__box {
    position: relative;
    z-index: 30;
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 2rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .4)
}

@media screen and (min-width: 769px) {
    .instructions__box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-bottom: 0
    }

    .instructions__box:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 769px) {
    .instructions__big-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%
    }

    .instructions__big-box:last-child {
        margin-right: 0
    }
}

.instructions__icon {
    display: block;
    margin: 0 auto 2rem;
    pointer-events: none
}

.instructions__bookeh {
    margin-top: -7rem;
    padding: 10rem 0 4rem;
    background-image: url(/static/img/bookeh.a8d0403.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.instructions__bookeh--sign {
    margin-top: 0;
    padding: 0
}

.instructions__image-stack {
    width: 100%
}

@media screen and (min-width: 769px) {
    .instructions__img-stack-box {
        margin-top: 4rem
    }
}

.instructions__sign__header {
    padding: 7rem 0;
    background-image: url(/static/img/sign_background.da1b777.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #ebebeb
}

@media screen and (min-width: 1000px) {
    .instructions__sign__header {
        background-position: center left -30%
    }
}

@media screen and (min-width: 1520px) {
    .instructions__sign__header {
        background-position: 0
    }
}

.instructions__sign__title {
    position: relative;
    z-index: 30;
    padding: 1rem
}

@media screen and (min-width: 769px) {
    .instructions__sign__title {
        margin-top: 3rem;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 17.05961%
    }

    .instructions__sign__title:last-child {
        margin-right: 0
    }
}

.instructions__sign__signs {
    display: none;
    margin-top: 1rem;
    transform: scale(1.3)
}

@media screen and (min-width: 769px) {
    .instructions__sign__signs {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%
    }

    .instructions__sign__signs:last-child {
        margin-right: 0
    }
}

.instructions__sign__signs img {
    width: 100%
}

.instructions__sign__box {
    z-index: 30;
    position: relative
}

@media screen and (min-width: 769px) {
    .instructions__sign__box {
        margin-top: -5rem
    }
}

.about {
    padding-top: 3rem
}

.remove {
    margin-top: 4rem
}

.remove__container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 17.05961%
}

.remove__container:last-child {
    margin-right: 0
}

.remove__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body {
    font-family: GE Inspira Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    overflow-x: hidden
}

html {
    box-sizing: border-box
}

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

body {
    padding-top: 7rem;
    margin: 0;
    color: #10069f
}

@media screen and (min-width: 769px) {
    body {
        padding-top: 15rem
    }
}

.router-enter-active, .router-leave-active {
    transition: all .2s ease
}

.router-leave-active {
    position: absolute
}

.router-enter, .router-leave-active {
    opacity: 0;
    transform: translate3d(-100px, 0, 0)
}

.fade-scale-enter-active, .fade-scale-leave-active {
    transition: opacity .2s ease, transform .2s ease
}

.fade-scale-enter, .fade-scale-leave-to {
    opacity: 0;
    transform: scale(.3)
}

a {
    font-weight: 700;
    color: #10069f
}

/*!
 * Cropper.js v1.0.0-rc.2
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-05-30T05:02:48.005Z
 */
.cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.cropper-container img {
    display: block;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100%;
    height: 100%;
    image-orientation: 0deg
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    opacity: 0;
    background-color: #fff
}

.cropper-modal {
    opacity: .5;
    background-color: #000
}

.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, .75)
}

.cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #eee
}

.cropper-dashed.dashed-h {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px
}

.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75
}

.cropper-center:after, .cropper-center:before {
    position: absolute;
    display: block;
    content: " ";
    background-color: #eee
}

.cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px
}

.cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px
}

.cropper-face, .cropper-line, .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1
}

.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff
}

.cropper-line {
    background-color: #39f
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    background-color: #39f
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75
    }
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: " ";
    opacity: 0;
    background-color: #39f
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
}

.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed
}

.fade-enter-active[data-v-801d1788] {
    transition: all .3s ease
}

.fade-leave-active[data-v-801d1788] {
    transition: all .8s cubic-bezier(1, .5, .8, 1)
}

.fade-enter[data-v-801d1788], .fade-leave-to[data-v-801d1788] {
    opacity: 0
}

.cropper-dashed, .cropper-modal, .cropper-point {
    transition: opacity .3s ease
}

.cropper-disabled .cropper-modal {
    opacity: 1
}

.cropper-disabled .cropper-dashed, .cropper-disabled .cropper-point {
    opacity: 0
}

.cropper-view-box {
    transition: outline-color .3s ease
}

.cropper-disabled .cropper-view-box {
    outline-color: transparent
}