* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

#splash {
    width: 580px;
    margin: 0 auto;
    margin-top: 7em; 
    margin-bottom: 7em; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#splash .meat {
    margin: auto;
}

#splash .meat h2 {
    text-align: center;
}

#splash .meat h4.holiday {
    padding: 2px;
    text-align: center;
    font-size: 1.3em;
    color: red;
    background-color: #ffff7d;
}

#splashfaq {
    width: 580px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#value-prop {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#value-prop span {
    background: #71efce;
    border-radius: 13px;
    color: #0068ff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
    margin-bottom: 12px;
    padding: 0 16px
}

.beta-launch {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'SF UI Text';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.beta-launch img {
    width: 24px;
    height: 24px;
    margin-right: 12px
}

header.mobile-only {
	text-align: center;
}



#covid {
    width: 580px;
    margin: 0 auto;
    margin-top: 0em; 
    margin-bottom: 0em; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#covid .meat {
    margin: auto;
	font-family: 'SF UI Text';
    font-size: 14px;
    line-height: 24px;
}

#covid .meat h2 {
    text-align: center;
}

.covid19 {
    margin-top: 2em;
    text-align: center;
    font-size: 0.9m;
    color: silver;
}
.covid19 h4.contacts {
    text-align: center;
    font-size: 1.5rem;
    color: red;
}
.covid19 h4.contacts a {
    text-decoration: none;
    color: rgb(98, 143, 233);
}
.covid19 img {
    height: 5em;
    text-align: center;
    margin: 1em;
}

.cta .pill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 8px 10px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 8px 10px 0 rgba(10, 31, 68, 0.1);
    width: 100%
}

.cta .signup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cta .signup-container img.spinner {
    display: none;
    width: 48px;
    height: 48px
}

.cta input[type="text"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e0e4e8;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 48px;
    padding: 6px 16px;
    display: inline;
    font-size: 14px;
    line-height: 36px;
    color: #0a1f44
}

.cta input:focus {
    outline: none
}

.cta input[type="submit"] {
    border: none
}

.cta .signup.button {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0068ff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    text-transform: capitalize;
    padding: 0 27px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    cursor: pointer
}

.cta a.signup.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.expect {
    border-radius: 4px;
    border: 1px solid #e0e4e8;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}

.expect img {
    width: 24px;
    height: 24px;
    margin-right: 12px
}

#exchange {
    background: url("../img/gray_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 100px;
    width: 100%;
}

#exchange .strip-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#exchange .strip-container .copy {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

#exchange .strip-container .copy h3 {
    font-weight: 600;
    font-size: 12px;
    color: #0a1f44;
    letter-spacing: 1px;
    text-transform: uppercase
}

#exchange .strip-container .copy h1 {
    color: #0a1f44;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: .5px;
    text-align: left
}

#exchange .strip-container .copy p,li,ul {
    color: #4f637e;
    font-family: 'SF UI Text';
    font-size: 16px;
    line-height: 24px;
    list-style-type: none;
}

#exchange .strip-container .copy li .bolder {
    background-color: #FFF9C4;
}

#exchange .strip-container .spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#exchange .strip-container img {
    margin-top: 100px;
    width: 250px
}

#exchange .strip-container .badges img {
    margin: 10px;
    height: 100px!important;
    width: 80px!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

#exchange .strip-container .mobile-only.badges {
    padding-top: 40px;
    text-align: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
}

#quotes {
    background: url("../img/gray_dots.svg");
    background-size: cover;
    padding-top: 10px;
}

#quotes .even.quote .card {
    margin-right: 60px
}

#quotes .even.quote .card .attribution .text .affiliation {
    color: tomato;
}

#quotes .odd.quote .card {
    margin-left: 60px
}

#quotes .odd.quote .card .attribution .text .affiliation {
    color: tomato;
}

#quotes .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 120px;
}

#quotes .quote .card {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(10, 31, 68, 0.13), 0 26px 26px 0 rgba(10, 31, 68, 0.12);
    box-shadow: 0 0 3px 0 rgba(10, 31, 68, 0.13), 0 26px 26px 0 rgba(10, 31, 68, 0.12);
    border-radius: 27px;
    padding: 48px 60px 32px;
}

#quotes .quote .card .words {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .5px;
    color: #0a1f44;
    margin-bottom: 12px
}

#quotes .quote .card .words li{
	list-style-type: none;
}

#quotes .quote .card .attribution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#quotes .quote .card .attribution img {
    margin-right: 24px;
    width: 85px!important;
}

#quotes .quote .card .attribution .text .person {
    font-size: 13px;
    line-height: 20px;
    color: #4f637e
}

#quotes .quote .card .attribution .text .affiliation {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px
}

#quotes .quote .logo {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#ourcolor {
 color: rgb(240,78,77) !important;
}

#quotes .quote .logo img {
    width: 40%;
    opacity: 0.5;

}

.details.with-background-desktop {
    background: url("../img/pink_blob.svg") 100% 0%;
    background-repeat: no-repeat
}

.details.with-background-desktop1 {
    background-repeat: no-repeat
}

.details.with-background-desktop2 {
    background: url("../img/iphone_side.svg") 100% 50%;
    background-repeat: no-repeat
}

.details {
    padding-top: 80px;
    padding-bottom: 120px;
}

.details .strip-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.details .scan-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.details .scan-image img {
   margin-right: auto;
    width: 30%
}

.details .product-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.details .product-image img {
    margin-top: 32px;
    width: 100%
}

.details .points {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 60px;
}

.details .points h3 {
    font-weight: 600;
    font-size: 12px;
    color: #0a1f44;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 48px
}

.details .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.details .point .icon img {
    width: 44px;
    margin-top: 3px
}

.details .point .value-add {
    margin-left: 24px;
}

.details .point .value-add h2 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0a1f44;
    letter-spacing: .5px
}

.details .point .value-add p {
    color: #4f637e;
    font-family: 'SF UI Text';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

#how-works {
    background: #f8f9fb;
    padding: 80px 0 100px;
}

#how-works .mini-container {
    width: 580px;
    margin: 0 auto;
    text-align: center;
}

#how-works .mini-container h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #0a1f44;
    font-weight: 600;
    margin: 0
}

#how-works .mini-container p {
    color: #4f637e;
    font-family: 'SF UI Text';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px
}

#how-works .mini-container .cta {
    margin-top: 36px
}

#final-cta {
    background: #f8f9fb; 
    background: url("../img/porto_bg.png");
    padding: 80px 0 100px;
}

#final-cta .mini-container {
    width: 580px;
    margin: 0 auto;
    text-align: center;
}

#final-cta .mini-container h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #0a1f44;
    font-weight: 600;
    margin: 0
}

#final-cta .mini-container p {
    color: #4f637e;
    font-family: 'SF UI Text';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px
}

#final-cta .mini-container .cta {
    margin-top: 36px
}

@media only screen and (max-width:780px) {
    #splash {
        width: 86%;
        margin: 0 auto
    }
    #final-cta .mini-container {
        width: 86%;
        margin: 0 auto
    }
    #value-prop {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .beta-launch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        font-size: 14px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #quotes {
        margin-top: 0;
        padding-top: 60px;
    }
    #quotes .quote {
        margin-bottom: 60px;
    }
    #quotes .quote .card {
        padding: 48px 32px 32px
    }
    #quotes .even.quote .card,
    #quotes .odd.quote .card {
        margin: 0
    }
    #quotes .quote .hide-mobile {
        display: none
    }
    .details {
        padding-bottom: 90px;
    }
    .details .strip-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .details .strip-container h3.mobile-only {
        text-align: left
    }
    .details .strip-container .points {
        margin: 0
    }
    .details .strip-container .product-image img {
        margin-top: 0;
        margin-bottom: 32px
    }
    .details.with-background-mobile {
        background: url("../img/pink_blob.svg") 100% 0%;
        background-repeat: no-repeat;
        padding-bottom: 0
    }
    .details.with-background-desktop {
        background: none
    }
    .cta .pill {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 9px 9px 0 rgba(10, 31, 68, 0.1);
        box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 9px 9px 0 rgba(10, 31, 68, 0.1);
    }
    .cta .pill input[type="text"] {
        border: none;
        border-radius: 0
    }
    .cta .pill .signup.button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        width: 100%
    }
}
