.hero-home {
    background-color: #ffde00;
    overflow-x: hidden;
    padding: 1.4em 0 3em;
    position: relative;
    text-align: center
}

@media only screen and (min-width: 750px) {
    .hero-home {
        padding:1.4em 0 4.3em
    }
}

.hero-home_tagline {
    font: 1.75rem/1.15 Elizeth,Rund Text,Helvetica Neue,Arial,Helvetica,sans-serif;
    margin: .4em auto 0;
    max-width: 780px;
    padding: 0
}

@media only screen and (min-width: 750px) {
    .hero-home_tagline {
        font-size:2.25rem
    }
}

@media only screen and (min-width: 1020px) {
    .hero-home_tagline {
        font-size:44px
    }
}

.hero-home_intro {
    font-size: 1.0625em;
    line-height: 1.5;
    margin: .8em auto 1.5em
}

@media only screen and (min-width: 750px) {
    .hero-home_intro {
        margin:.8em auto 1.5em
    }
}

.hero-home_intro p {
    margin: 0
}

.hero-home_cta,.hero-home_intro,.hero-home_tagline {
    position: relative;
    z-index: 2
}

.hero-home_cta {
    margin: 1rem 0 .5rem
}

.hero-home_cta .cta-btn {
    margin-right: 0;
    vertical-align: top
}

.hero-home_cta-note {
    color: #007bc8;
    font-size: .875rem;
    margin-bottom: 0
}

.hero-home_cta-note strong {
    margin-right: .15em
}

.hero-home--bordered {
    border-bottom: 3px solid #e6c40e
}

.hero-home--plane {
    padding-bottom: 130px;
    background: no-repeat right bottom 10px/707px 120px url(/assets/images/illustrations/home-hero-trucks-bg.svg) #ffde00
}

@media only screen and (min-width: 750px) {
    .hero-home--plane {
        padding-top:40px;
        padding-bottom: 230px;
        background-position: center bottom 35px;
        background-size: 1414px 240px;
        text-align: left
    }
}

.hero-home--lovewall {
    padding: 1em 0 3em
}

@media only screen and (min-width: 750px) {
    .hero-home--lovewall {
        padding-bottom:4em
    }
}

@media only screen and (min-width: 885px) {
    .hero-home--lovewall {
        text-align:left
    }
}

.hero-home--lovewall:after {
    background: linear-gradient(0deg,rgba(255,128,0,.3),rgba(255,222,0,0));
    bottom: 0;
    content: "";
    display: block;
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.hero-home--lovewall .cta-btn {
    font-size: 1.25rem;
    padding: 18px 22px
}

.hero-home--lovewall .cta-secondary {
    color: #272727;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 15px
}

@media only screen and (min-width: 1020px) {
    .hero-home--lovewall .cta-secondary {
        display:inline-block;
        margin: 0 0 0 25px
    }
}

.hero-home--lovewall .u-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width: 885px) {
    .hero-home--lovewall .u-container {
        align-items:center;
        flex-direction: row
    }

    .hero-home--lovewall .hero-home_body {
        max-width: 520px;
        order: 1
    }
}

.hero-home--lovewall .hero-home_intro {
    margin: 1.6em auto 2.2em
}

.hero-home--lovewall .hero-home_intro p {
    font-size: 1.5rem;
    line-height: 1.6
}

.hero-home--lovewall .hero-home_tagline {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0
}

@media only screen and (min-width: 885px) {
    .hero-home--lovewall .hero-home_tagline {
        font-size:46px
    }
}

@media only screen and (min-width: 1020px) {
    .hero-home--lovewall .hero-home_tagline {
        font-size:52px
    }
}

.hero-home--lovewall .hero-home_logos {
    margin: 5em auto 0;
    max-width: 900px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    z-index: 2
}

.hero-home--lovewall .hero-home_logo-tagline {
    color: #8f7319;
    font-size: 1rem
}

@media only screen and (min-width: 885px) {
    .hero-home--lovewall .hero-home_logo-tagline {
        font-size:1.125rem;
        margin-top: 0
    }
}

.hero-home--lovewall .customer-logos_logo--asana,.hero-home--lovewall .customer-logos_logo--codeclimate,.hero-home--lovewall .customer-logos_logo--desk,.hero-home--lovewall .customer-logos_logo--ikea,.hero-home--lovewall .customer-logos_logo--indiehackers,.hero-home--lovewall .customer-logos_logo--invision,.hero-home--lovewall .customer-logos_logo--litmus,.hero-home--lovewall .customer-logos_logo--livechat,.hero-home--lovewall .customer-logos_logo--livestream,.hero-home--lovewall .customer-logos_logo--moz,.hero-home--lovewall .customer-logos_logo--paddle,.hero-home--lovewall .customer-logos_logo--unicef,.hero-home--lovewall .customer-logos_logo--wistia {
    display: none
}

.hero-home--lovewall .customer-logos_logo--betterment,.hero-home--lovewall .customer-logos_logo--faire,.hero-home--lovewall .customer-logos_logo--webflow {
    display: inline-block
}

.hero-home--lovewall .customer-logos_logo {
    opacity: .3
}

.lovewall {
    height: 250px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative
}

@media only screen and (min-width: 750px) {
    .lovewall {
        min-width:380px
    }
}

@media only screen and (min-width: 885px) {
    .lovewall {
        height:550px;
        margin: 0 0 0 40px;
        order: 2;
        padding: 30px 0
    }
}

@media only screen and (min-width: 1020px) {
    .lovewall {
        height:600px
    }
}

.lovewall_list {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

@media only screen and (min-width: 885px) {
    .lovewall_list {
        max-height:550px
    }
}

@media only screen and (min-width: 1020px) {
    .lovewall_list {
        max-height:600px
    }
}

.lovewall_list:after,.lovewall_list:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3
}

.lovewall_list:before {
    background: linear-gradient(0deg,rgba(255,222,0,0),#ffde01);
    height: 20px;
    top: 0
}

.lovewall_list:after {
    background: linear-gradient(0deg,#ffde01,rgba(255,222,0,0));
    bottom: 0;
    height: 50px
}

@media only screen and (min-width: 885px) {
    .lovewall_list:before {
        height:50px
    }

    .lovewall_list:after {
        height: 70px
    }
}

.lovewall_slider {
    animation: sliderloop calc(8s*var(--lovewall-quotes)) linear infinite
}

@media only screen and (min-width: 750px) {
    .lovewall_item-wrapper {
        padding-bottom:15px
    }
}

.lovewall_item {
    -webkit-font-smoothing: antialiased;
    background-color: hsla(0,0%,100%,.9);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    max-width: 480px;
    padding: 20px 22px;
    position: relative;
    transform: scale(.9);
    transition: opacity .15s ease-in-out
}

@media only screen and (min-width: 750px) {
    .lovewall_item {
        transform:scale(1)
    }
}

.lovewall_item:hover {
    opacity: .8
}

.lovewall_item-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.lovewall_avatar {
    height: 52px;
    margin-right: 15px;
    position: relative;
    width: 54px
}

.lovewall_avatar-img {
    background-color: #fff;
    border-radius: 50%;
    filter: grayscale(1) brightness(1);
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    z-index: 2;
    z-index: 1
}

.lovewall_avatar-bg-a .circle-left,.lovewall_avatar-bg-a .star-left {
    fill: #ed746f
}

.lovewall_avatar-bg-a .circle-right,.lovewall_avatar-bg-a .star-right,.lovewall_avatar-bg-b .circle-left,.lovewall_avatar-bg-b .star-left {
    fill: #ffde01
}

.lovewall_avatar-bg-b .circle-right,.lovewall_avatar-bg-b .star-right {
    fill: #3fbb72
}

.lovewall_avatar-bg-c .circle-left,.lovewall_avatar-bg-c .star-left {
    fill: #6e5bff
}

.lovewall_avatar-bg-c .circle-right,.lovewall_avatar-bg-c .star-right {
    fill: #ffde01
}

.lovewall_text {
    text-align: left
}

.lovewall_tweet p {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 4px
}

.lovewall_tweet p+p {
    margin-top: 1em
}

.lovewall_tweet p,.lovewall_tweet p a {
    color: #272727;
    text-decoration: none
}

.lovewall_name {
    color: rgba(39,39,39,.5);
    font-size: .875rem;
    margin: 5px 0 0
}

@keyframes sliderloop {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}

.tiny-heart {
    animation: animated-heart linear infinite;
    background-color: #ed746f;
    opacity: 0;
    position: absolute;
    z-index: 1
}

.tiny-heart:after,.tiny-heart:before {
    background-color: #ed746f;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tiny-heart:before {
    transform: translateX(-50%)
}

.tiny-heart:after {
    transform: translateY(-50%)
}

@keyframes animated-heart {
    0% {
        opacity: 0;
        transform: translate(0) rotate(45deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(-600%) rotate(45deg)
    }
}

.section {
    padding: 2em 0
}

.section_title {
    margin-bottom: .5em
}

@media only screen and (min-width: 750px) {
    .section_intro--narrow {
        margin-inline:auto;
        max-width: 60%
    }
}

.section--home {
    padding: 2em 0
}

@media only screen and (min-width: 750px) {
    .section--home {
        padding:3em 0
    }
}

.section--home .section_intro,.section--home .section_title {
    text-align: center
}

.section--home .u-container {
    padding: 0 25px
}

.section--home .reasons-nav_title,.section--home .section_title {
    font: 700 40px/1.2 Elizeth,Rund Text,Helvetica Neue,Arial,Helvetica,sans-serif
}

@media only screen and (min-width: 615px) {
    .section--home .reasons-nav_title,.section--home .section_title {
        font-size:2.25rem
    }
}

@media only screen and (min-width: 750px) {
    .section--home .reasons-nav_title,.section--home .section_title {
        font-size:40px
    }
}

.section--home .section_body {
    margin: 0 auto;
    max-width: 630px
}

.section--home .section_intro {
    font-size: 1.25rem;
    line-height: 1.6
}

.section--home-reason {
    padding: 2em 0
}

@media only screen and (min-width: 885px) {
    .section--home-reason {
        padding:4em 0
    }
}

.section--home-reason .u-container {
    display: flex;
    flex-flow: column;
    padding: 0 25px
}

@media only screen and (min-width: 885px) {
    .section--home-reason .u-container {
        align-items:center;
        flex-flow: row;
        justify-content: center
    }

    .section--home-reason .section_body {
        margin-left: 60px;
        max-width: 490px;
        order: 1
    }
}

.section--home-reason .section_intro {
    font-size: 1.125rem;
    line-height: 1.7
}

.section--home-reason .section_cta {
    font-weight: 700
}

.section--home-reason .section_illustration {
    margin: 0 auto;
    max-width: 300px;
    position: relative
}

@media only screen and (min-width: 615px) {
    .section--home-reason .section_illustration {
        max-width:400px
    }
}

@media only screen and (min-width: 885px) {
    .section--home-reason .section_illustration {
        margin:0;
        max-width: 425px;
        order: 1
    }
}

.section--home-reason .section_title {
    font: 700 2rem/1.2 Elizeth,Rund Text,Helvetica Neue,Arial,Helvetica,sans-serif
}

.section--home-reason-1 .section_title,.section--home-reason-1 a {
    color: #ed746f
}

.section--home-reason-1 a:hover {
    color: #e74842
}

.section--home-reason-2 .section_title,.section--home-reason-2 a {
    color: #6e5bff
}

.section--home-reason-2 a:hover {
    color: #4128ff
}

@media only screen and (min-width: 885px) {
    .section--home-reason-3 {
        padding-bottom:7em
    }
}

.section--home-reason-3 .section_title,.section--home-reason-3 a {
    color: #4fc47e
}

.section--home-reason-3 a:hover {
    color: #3fa46c
}

.section--home-reason-3 .section_illustration {
    max-width: none;
    width: 100%
}

@media only screen and (min-width: 615px) {
    .section--home-reason-3 .section_illustration {
        max-width:400px;
        width: auto
    }
}

@media only screen and (min-width: 885px) {
    .section--home-reason-3 .section_illustration {
        max-width:425px
    }
}

.section--home-reason-3 .section_illustration img {
    display: none
}

@media only screen and (min-width: 885px) {
    .section--home-reason-3 .section_illustration img {
        display:block;
        z-index: 2
    }
}

#home-bottom-cta {
    padding: 60px 0;
    text-align: center
}

#home-bottom-cta .section_title {
    font: 700 1.75rem/1.2 Elizeth,Rund Text,Helvetica Neue,Arial,Helvetica,sans-serif;
    margin-top: 0
}

@media only screen and (min-width: 615px) {
    #home-bottom-cta .section_title {
        font-size:2rem
    }
}

#home-bottom-cta .section_body {
    font-size: 18px
}

#home-bottom-cta .section_ctas {
    margin-top: 30px
}

@media only screen and (min-width: 750px) {
    #home-bottom-cta .cta-btn--default {
        margin-right:15px
    }
}

.section--cta-banner {
    background-color: #f5fafd;
    background-image: linear-gradient(90deg,#f5fafd,#deeef8);
    overflow: hidden;
    padding: 1.8em 0;
    position: relative
}

.customer-logos {
    list-style: none;
    margin: 0;
    padding: 0
}

.customer-logos_logo {
    background: url(/assets/images/ef5463774cfcdb391482.png) no-repeat;
    background-size: 2023px 55px;
    display: inline-block;
    height: 56px;
    list-style: none;
    margin: 0 20px;
    opacity: .2;
    overflow: hidden;
    text-indent: -9999em
}

.customer-logos_logo--ikea {
    background-position: 0 0;
    width: 79px
}

.customer-logos_logo--litmus {
    background-position: -84px 0;
    width: 110px
}

.customer-logos_logo--desk {
    background-position: -199px 0;
    width: 79px
}

.customer-logos_logo--minecraft {
    background-position: -283px 0;
    width: 112px
}

.customer-logos_logo--livestream {
    background-position: -400px 0;
    width: 122px
}

.customer-logos_logo--unicef {
    background-position: -527px 0;
    width: 86px
}

.customer-logos_logo--asana {
    background-position: -618px 0;
    width: 98px
}

.customer-logos_logo--codeclimate {
    background-position: -721px 0;
    width: 176px
}

.customer-logos_logo--livechat {
    background-position: -902px 0;
    width: 85px
}

.customer-logos_logo--onepassword {
    background-position: -992px 0;
    width: 123px
}

.customer-logos_logo--moz {
    background-position: -1120px 0;
    width: 74px
}

.customer-logos_logo--faire {
    background-position: -1199px 0;
    width: 132px
}

.customer-logos_logo--indiehackers {
    background-position: -1336px 0;
    width: 152px
}

.customer-logos_logo--webflow {
    background-position: -1493px 0;
    width: 106px
}

.customer-logos_logo--invision {
    background-position: -1604px 0;
    width: 100px
}

.customer-logos_logo--paddle {
    background-position: -1709px 0;
    width: 70px
}

.customer-logos_logo--betterment {
    background-position: -1784px 0;
    width: 137px
}

.customer-logos_logo--wistia {
    background-position: -1926px 0;
    width: 97px
}

.customer-logos_logo:first-child {
    margin-left: 0
}

.customer-logos_logo:last-child {
    margin-right: 0
}

.customer-logos--centered {
    text-align: center
}

.customer-logos--pad-top {
    padding-top: 2em
}

.customer-logos--pad-bottom {
    padding-bottom: 2em
}

.customer-logos--interactive .customer-logos_logo {
    overflow: visible;
    transition: filter .15s ease-in-out
}

.customer-logos--enterprise .customer-logos_logo--betterment,.customer-logos--enterprise .customer-logos_logo--codeclimate,.customer-logos--enterprise .customer-logos_logo--faire,.customer-logos--enterprise .customer-logos_logo--indiehackers,.customer-logos--enterprise .customer-logos_logo--invision,.customer-logos--enterprise .customer-logos_logo--litmus,.customer-logos--enterprise .customer-logos_logo--livechat,.customer-logos--enterprise .customer-logos_logo--livestream,.customer-logos--enterprise .customer-logos_logo--moz,.customer-logos--enterprise .customer-logos_logo--paddle,.customer-logos--enterprise .customer-logos_logo--webflow,.customer-logos--enterprise .customer-logos_logo--wistia,.customer-logos_logo--betterment,.customer-logos_logo--faire,.customer-logos_logo--indiehackers,.customer-logos_logo--invision,.customer-logos_logo--paddle,.customer-logos_logo--webflow,.customer-logos_logo--wistia {
    display: none
}

.customer-logos--home {
    margin: 0 auto;
    max-width: 800px
}

.customer-logos--home .customer-logos_logo--betterment,.customer-logos--home .customer-logos_logo--faire,.customer-logos--home .customer-logos_logo--indiehackers,.customer-logos--home .customer-logos_logo--invision,.customer-logos--home .customer-logos_logo--paddle,.customer-logos--home .customer-logos_logo--webflow,.customer-logos--home .customer-logos_logo--wistia {
    display: inline-block
}

.customer-logos--home .customer-logos_logo--asana,.customer-logos--home .customer-logos_logo--codeclimate,.customer-logos--home .customer-logos_logo--desk,.customer-logos--home .customer-logos_logo--ikea,.customer-logos--home .customer-logos_logo--litmus,.customer-logos--home .customer-logos_logo--livechat,.customer-logos--home .customer-logos_logo--livestream,.customer-logos--home .customer-logos_logo--moz,.customer-logos--home .customer-logos_logo--unicef {
    display: none
}

.logos-banner {
    position: relative;
    text-align: center
}

.logos-banner_cta {
    display: none
}

@media only screen and (min-width: 750px) {
    .logos-banner_cta {
        background:#e1dfd5;
        border-radius: 4px;
        color: #93928c;
        display: inline-block;
        left: 50%;
        max-width: 100%;
        opacity: 0;
        padding: .25em .5em;
        position: absolute;
        text-decoration: none;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: all .15s ease-in-out;
        width: 470px
    }

    .logos-banner_cta:focus,.logos-banner_cta:hover {
        color: #272727
    }

    .logos-banner:hover .logos-banner_cta {
        opacity: 1
    }

    .logos-banner:hover .customer-logos_logo {
        filter: blur(4px);
        opacity: .2
    }
}

.logos-banner--blue .logos-banner_cta {
    background: #c7e2f4;
    color: #007bc8
}

.logos-banner--blue .logos-banner_cta:focus,.logos-banner--blue .logos-banner_cta:hover {
    color: #00436d
}

.logos-banner--pad-bottom {
    margin-bottom: 40px
}

.technologies-list_meta {
    color: #aeaeae;
    text-align: center
}

.technologies-list_items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 2em 0 0;
    padding: 0
}

.technologies-list_item {
    margin: 0 1em 1em
}

@media only screen and (min-width: 480px) {
    .technologies-list_item {
        margin-bottom:0
    }
}

.technologies-list_link {
    filter: grayscale(100%);
    opacity: .4;
    transition: all .3s ease
}

.technologies-list_link:focus,.technologies-list_link:hover {
    filter: grayscale(0);
    opacity: 1
}

.technologies-list--left .technologies-list_items {
    justify-content: left
}

.technologies-list--left .technologies-list_item:first-child {
    margin-left: 0
}

.technologies-list--left .technologies-list_meta {
    text-align: left
}

.technologies-list--no-note .technologies-list_meta {
    display: none
}

.switch-banner {
    margin: -90px auto 1.5em;
    max-width: 896px;
    padding: 0 .75em;
    position: relative;
    text-align: center;
    z-index: 5
}

.switch-banner .u-container {
    background: #f5fafd;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,123,200,.2);
    overflow: hidden;
    padding: 1.25em 1.25em 1.25em 1.75em;
    position: relative
}

@media only screen and (min-width: 750px) {
    .switch-banner .u-container .u-grid-cell:first-child {
        flex:0 0 66.6666%;
        max-width: 66.6666%
    }
}

.switch-banner_title {
    color: #007bc8;
    font-family: Elizeth,Rund Text,Helvetica Neue,Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: .25rem 0 0
}

.switch-banner_desc {
    margin: .5em 0 .25rem
}

.switch-banner_desc,.switch-banner_desc a:link,.switch-banner_desc a:visited {
    color: rgba(0,123,200,.6)
}

.switch-banner_desc a:link:focus,.switch-banner_desc a:link:hover,.switch-banner_desc a:visited:focus,.switch-banner_desc a:visited:hover {
    color: #007bc8
}

.switch-banner_form {
    color: #007bc8;
    position: relative;
    text-align: center;
    z-index: 1
}

@media only screen and (min-width: 750px) {
    .switch-banner_form {
        padding:0 1.25em 0 2.75em
    }
}

.switch-banner_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/assets/images/8d01f2e155f08600bbe4.png) right 10px top 15px/13px 9px no-repeat #007bc8;
    border: 0;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    font-weight: 500;
    margin-top: .9em;
    padding: .7em 2.2em .7em .9em;
    position: relative;
    text-shadow: 0 1px 1px #005e99
}

.switch-banner_select::-ms-expand {
    display: none
}

@media only screen and (min-width: 750px) {
    .switch-banner_select {
        display:block;
        margin-top: 0;
        width: 100%
    }
}

.switch-banner_submit {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden
}

@media only screen and (min-width: 750px) {
    .switch-banner {
        text-align:left
    }

    .switch-banner .u-container:after {
        background: rgba(0,123,200,.04);
        border-left: 1px solid rgba(0,123,200,.1);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: -12px;
        top: 0;
        transform: skewX(-10deg);
        width: calc(33% + 12px);
        z-index: 0
    }
}

.switch-banner--pricing {
    box-sizing: border-box;
    margin-bottom: -200px;
    margin-top: 0;
    padding: 0;
    width: 100%
}

@media only screen and (min-width: 750px) {
    .switch-banner--pricing {
        margin-bottom:-170px;
        width: 650px
    }
}

.switch-banner--pricing .cta-btn {
    margin-top: 10px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 750px) {
    .switch-banner--pricing .cta-btn {
        margin-top:0
    }
}

.switch-banner--home {
    margin: 0 auto;
    max-width: none;
    padding: 0
}

.switch-banner--home .u-container {
    background-color: #ffde00;
    border-radius: 0 0 12px 12px;
    box-shadow: none;
    padding: 30px 50px
}

.switch-banner--home .u-container:after {
    display: none
}

.switch-banner--home .switch-banner_title {
    color: #272727
}

.switch-banner--home .switch-banner_desc {
    color: #ae8f18
}

.switch-banner--home .switch-banner_form {
    padding-right: 0
}

.switch-banner--home .switch-banner_select {
    background-color: #272727;
    text-shadow: none
}

.switch-banner--slim {
    max-width: 800px
}

.switch-banner--connect-top {
    margin-top: 0
}

.switch-banner--connect-top .u-container {
    border-radius: 0 0 6px 6px
}

.switch-banner--white .u-container {
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(0,123,200,.1)
}

.landing_title {
    font-family: Elizeth,Rund Text,Helvetica Neue,Arial,Helvetica,sans-serif;
    font-size: 44px;
    font-weight: 400;
    text-align: center
}

.homepage,.homepage .footer {
    background-color: #faf9f7
}

.home-snippets {
    margin: 0 auto;
    max-width: 1000px
}

.home-snippets_nav {
    margin: 2em 0 0!important
}

.home-snippets_nav .tabbed-nav_item--current {
    box-shadow: 0 4px 15px rgba(0,0,0,.07)
}

.home-snippets_tabs {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.07)
}

.home-snippets pre {
    padding: 30px
}

@media only screen and (min-width: 750px) {
    .home-snippets pre {
        padding:50px
    }
}

.home-snippets code {
    font-size: .875rem;
    line-height: 1.4
}

@media only screen and (min-width: 750px) {
    .home-snippets code {
        font-size:1rem
    }
}

.home-snippets code,.home-snippets pre {
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    color: #ed746f;
    margin: 0;
    text-shadow: none
}

.home-snippets .token.comment,.home-snippets .token.operator,.home-snippets .token.punctuation,.home-snippets .token.variable {
    color: #93928c
}

.home-snippets .token.attr-name,.home-snippets .token.attr-value,.home-snippets .token.boolean,.home-snippets .token.constant,.home-snippets .token.deleted,.home-snippets .token.property,.home-snippets .token.symbol {
    color: #ed746f
}

.home-snippets .token.class-name,.home-snippets .token.function,.home-snippets .token.keyword,.home-snippets .token.number {
    color: #6e5bff
}

.home-snippets .token.atrule,.home-snippets .token.builtin,.home-snippets .token.char,.home-snippets .token.inserted,.home-snippets .token.selector,.home-snippets .token.string,.home-snippets .token.tag {
    color: #4fc47e
}

.home-snippets .language-css .token.string,.home-snippets .style .token.string,.home-snippets .token.attr-value,.home-snippets .token.entity,.home-snippets .token.url,.home-snippets .token.variable {
    color: #ed746f
}

.block-code-snippets .section_description,.block-code-snippets .section_title {
    max-width: 720px
}

.reasons-nav {
    margin: 3em 0
}

@media only screen and (min-width: 750px) {
    .reasons-nav {
        margin:4em 0
    }
}

.reasons-nav_title {
    font-family: Elizeth,Rund Text,Helvetica Neue,Arial,Helvetica,sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 .15em;
    padding: 0;
    text-align: center
}

@media only screen and (min-width: 615px) {
    .reasons-nav_title {
        font-size:2.1875rem
    }
}

.reasons-nav p {
    margin-top: 0;
    text-align: center
}

.reasons-nav_list {
    -moz-column-gap: 10px;
    column-gap: 10px;
    -moz-columns: 2;
    column-count: 2;
    list-style: none;
    max-width: 780px;
    padding: 0
}

@media only screen and (min-width: 750px) {
    .reasons-nav_list {
        -moz-column-gap:20px;
        column-gap: 20px;
        -moz-columns: 3;
        column-count: 3;
        margin: 2em auto 0
    }
}

.reasons-nav_item {
    padding: 8px 0
}

.reasons-nav_item .nav_icon {
    margin-right: 6px
}

.reasons-nav_link,.reasons-nav_link:link,.reasons-nav_link:visited {
    align-items: center;
    color: #272727;
    display: flex;
    font-size: 1rem;
    transition: all .2s ease-in-out;
    white-space: nowrap
}

.reasons-nav_link:hover,.reasons-nav_link:link:hover,.reasons-nav_link:visited:hover {
    color: #4fc47e
}

@media only screen and (min-width: 750px) {
    .reasons-nav_link,.reasons-nav_link:link,.reasons-nav_link:visited {
        font-size:1.125rem
    }
}

.reasons-nav_item--current .reasons-nav_link,.reasons-nav_item--current .reasons-nav_link:link,.reasons-nav_item--current .reasons-nav_link:visited {
    color: #4fc47e
}

.reasons-nav--home {
    margin: 0
}

.reasons-nav--home .reasons-nav_link,.reasons-nav--home .reasons-nav_link:link,.reasons-nav--home .reasons-nav_link:visited {
    background-color: #fff;
    border-color: transparent;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,.07);
    padding: 12px;
    text-decoration: none
}

.reasons-nav--home .reasons-nav_link:hover,.reasons-nav--home .reasons-nav_link:link:hover,.reasons-nav--home .reasons-nav_link:visited:hover {
    border-color: #4fc47e;
    transform: translateY(-3px)
}

.reasons-nav--home .reasons-nav_item {
    padding: 5px 0
}

.lib-logo {
    background: url(/assets/images/12c6db9796334728e9e0.png) no-repeat 0 0/625px 54px;
    display: inline-block;
    height: 54px;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: middle
}

.lib-logo--curl {
    background-position: 0 0;
    width: 64px
}

.lib-logo--rails {
    background-position: -84px 0;
    width: 70px
}

.lib-logo--ruby {
    background-position: -174px 0;
    width: 28px
}

.lib-logo--c-sharp {
    background-position: -222px 0;
    width: 30px
}

.lib-logo--java {
    background-position: -272px 0;
    width: 69px
}

.lib-logo--php {
    background-position: -361px 0;
    width: 41px
}

.lib-logo--node {
    background-position: -422px 0;
    width: 60px
}

.lib-logo--wordpress {
    background-position: -502px 0;
    width: 124px
}

.lib-logo--more,.lib-logo--smtp {
    background-image: none;
    font-size: .8125rem;
    font-weight: 700;
    height: auto;
    letter-spacing: .05em;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase
}

.lib-logo--more {
    text-decoration: underline
}

.libs-tabs_link:hover .lib-logo--more {
    color: #272727
}

.libs-tabs_link:hover .lib-logo--more:after {
    background-color: #272727
}

.tabbed-nav {
    font-size: 1rem;
    margin: 2em 0
}

.tabbed-nav:last-child {
    margin-top: 3.5em
}

.tabbed-nav_list {
    border: 1px solid #e1dfd5;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

@media only screen and (min-width: 915px) {
    .tabbed-nav_list {
        flex-flow:row wrap;
        justify-content: space-between
    }
}

.tabbed-nav_item {
    border-right: 1px solid #e1dfd5;
    display: block;
    flex: 1 auto
}

.tabbed-nav_item:last-of-type {
    border: none
}

.tabbed-nav_link {
    background-color: #faf9f7;
    display: block;
    padding: 10px 5px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.tabbed-nav_link:hover {
    background-color: #fff
}

@media only screen and (min-width: 750px) {
    .tabbed-nav_link {
        text-align:center
    }
}

.tabbed-nav_item--current .tabbed-nav_link {
    background-color: #ffde00;
    color: #272727;
    font-weight: 700;
    text-decoration: none
}

.tabbed-nav--libs .tabbed-nav_list {
    border: none;
    flex-flow: row wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0
}

.tabbed-nav--libs .tabbed-nav_item {
    border: none;
    border-radius: 12px;
    flex: 0 auto;
    font-size: 1rem;
    font-weight: 400;
    justify-content: space-around;
    list-style: none;
    margin: 2px 2px 10px;
    padding: 0
}

@media only screen and (min-width: 750px) {
    .tabbed-nav--libs .tabbed-nav_item {
        border-bottom:0;
        border-radius: 12px 12px 0 0;
        margin: 0 1px
    }
}

.tabbed-nav--libs .tabbed-nav_link {
    align-items: center;
    background-color: transparent;
    border-radius: 12px;
    box-sizing: border-box;
    display: inline-flex;
    height: 60px;
    padding: 14px 12px;
    text-decoration: none;
    transition: all .25s ease-in-out
}

@media only screen and (min-width: 750px) {
    .tabbed-nav--libs .tabbed-nav_link {
        border-radius:12px 12px 0 0;
        height: 70px;
        padding: 14px 18px
    }
}

.tabbed-nav--libs .tabbed-nav_link:hover {
    background-color: hsla(0,0%,100%,.8)
}

.tabbed-nav--libs .tabbed-nav_item--current,.tabbed-nav--libs .tabbed-nav_item--current .tabbed-nav_link,.tabbed-nav--libs .tabbed-nav_item--current .tabbed-nav_link:hover {
    background-color: #fff;
    cursor: default;
    opacity: 1;
    z-index: 1
}

.testimonial_body {
    background-color: #fff;
    border: 1px solid #e1dfd5;
    border-radius: 6px;
    margin-bottom: 1.25em;
    padding: 14px 30px;
    position: relative;
    text-align: center
}

.testimonial_body:after {
    background-color: #fff;
    border-bottom: 1px solid #e1dfd5;
    border-left: 1px solid #e1dfd5;
    bottom: -11px;
    content: "";
    display: block;
    height: 20px;
    left: 40px;
    position: absolute;
    transform: skewY(-45deg);
    width: 20px
}

.testimonial_quote {
    font-style: italic;
    margin: 0;
    padding: 0
}

.testimonial_actions {
    margin-bottom: 1em
}

.testimonial_caption {
    color: #aeaeae;
    font-size: .875rem;
    text-align: center
}

.testimonial_meta {
    align-items: center;
    display: flex;
    flex-direction: row
}

.testimonial_avatar {
    border-radius: 20px;
    height: 40px;
    margin-right: 1.25em;
    width: 40px
}

.testimonial_name {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0
}

.testimonial_role {
    color: #929292;
    font-size: .875rem;
    margin: 0
}

.testimonial_role a {
    color: #929292
}

.testimonial_role a:focus,.testimonial_role a:hover {
    color: #000
}

.testimonial_logo {
    margin-left: 1.5em
}

.testimonial--filled .testimonial_body,.testimonial--filled .testimonial_body:after {
    background-color: #faf9f7
}

@media only screen and (min-width: 480px) {
    .testimonial--large {
        position:relative
    }

    .testimonial--large .testimonial_body {
        padding: 28px 60px
    }

    .testimonial--large .testimonial_body:after {
        bottom: -14px;
        height: 26px;
        left: 50%;
        margin-left: -14px;
        transform: rotate(-45deg);
        width: 26px
    }

    .testimonial--large .testimonial_quote {
        font-size: 1.375rem
    }

    .testimonial--large .testimonial_quote:after,.testimonial--large .testimonial_quote:before {
        color: #e1dfd5;
        font: normal 4.5rem/1 Elizeth,Rund Text,Helvetica Neue,Arial,Helvetica,sans-serif
    }

    .testimonial--large .testimonial_quote:before {
        content: "“";
        left: 20px;
        position: absolute;
        top: 15px
    }

    .testimonial--large .testimonial_quote:after {
        bottom: -15px;
        content: "”";
        position: absolute;
        right: 20px
    }

    .testimonial--large .testimonial_actions {
        margin-bottom: 0;
        margin-top: 1.6em
    }

    .testimonial--large .testimonial_meta {
        justify-content: center
    }
}

.testimonial--home {
    display: flex
}

.testimonial--home .testimonial_container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 15px 0 rgba(0,123,200,.1);
    color: #272727;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    text-decoration: none;
    transition: all .15s ease-in-out
}

@media only screen and (min-width: 750px) {
    .testimonial--home .testimonial_container:link:hover {
        box-shadow:0 1px 15px 0 rgba(0,123,200,.15);
        transform: scale(1.04)
    }
}

.testimonial--home .testimonial_logo {
    margin: .5em 0 0
}

.testimonial--home .testimonial_body {
    align-items: center;
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    justify-content: center
}

.testimonial--home .testimonial_body:after {
    display: none
}

@media only screen and (min-width: 480px) {
    .testimonial--home .testimonial_body {
        padding:28px 40px
    }
}

.testimonial--home .testimonial_quote {
    font-family: Rund Text,Helvetica Neue,Arial,Helvetica,sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    max-width: 100%
}

.testimonial--home .testimonial_quote:after,.testimonial--home .testimonial_quote:before {
    color: #deeef8
}

.testimonial--home .testimonial_actions {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0
}

.testimonial--home .testimonial_meta {
    border-radius: 0 0 10px 10px;
    color: #fff;
    flex-direction: column;
    padding: 0 1em 1.5em;
    position: relative
}

.testimonial--home .testimonial_meta-bg {
    border-radius: 0 0 10px 10px;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1
}

.testimonial--home .testimonial_meta-bg:before {
    background: #007bc8;
    border-radius: 120% 120% 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: -10%;
    position: absolute;
    width: 120%
}

.testimonial--home .testimonial_avatar {
    background: #fff;
    border: 3px solid #fff;
    border-radius: 27px;
    height: 48px;
    margin: -27px 0 .5em;
    width: 48px
}

.testimonial--home .testimonial_author {
    text-align: center
}

.testimonial--home .testimonial_avatar,.testimonial--home .testimonial_name,.testimonial--home .testimonial_role {
    position: relative;
    z-index: 2
}

.testimonial--home .testimonial_name,.testimonial--home .testimonial_role {
    display: inline-block
}

.testimonial--home .testimonial_name {
    font-size: 1rem
}

.testimonial--home .testimonial_role,.testimonial--home .testimonial_role a {
    color: #fff
}

.testimonial--home .testimonial_role:before {
    color: hsla(0,0%,100%,.5);
    content: " // "
}

.testimonial--vsco .testimonial_meta-bg:before {
    background: #1b1b1b
}

.testimonial--vsco .testimonial_actions {
    color: #1b1b1b
}

.testimonial--vsco .testimonial_quote:after,.testimonial--vsco .testimonial_quote:before {
    color: rgba(27,27,27,.1)
}

.testimonial--1password .testimonial_meta-bg:before {
    background: #1a8cff
}

.testimonial--1password .testimonial_actions {
    color: #1a8cff
}

.testimonial--1password .testimonial_quote:after,.testimonial--1password .testimonial_quote:before {
    color: rgba(26,140,255,.1)
}

.testimonial--childcare .testimonial_meta-bg:before {
    background: #7ac5cb
}

.testimonial--childcare .testimonial_actions {
    color: #7ac5cb
}

.testimonial--childcare .testimonial_quote:after,.testimonial--childcare .testimonial_quote:before {
    color: rgba(122,197,203,.1)
}

.testimonial--asana .testimonial_meta-bg:before {
    background: #fa6f72
}

.testimonial--asana .testimonial_actions {
    color: #fa6f72
}

.testimonial--asana .testimonial_quote:after,.testimonial--asana .testimonial_quote:before {
    color: rgba(250,111,114,.1)
}

.testimonial--livechat .testimonial_meta-bg:before {
    background: #f15a22
}

.testimonial--livechat .testimonial_actions {
    color: #f15a22
}

.testimonial--livechat .testimonial_quote:after,.testimonial--livechat .testimonial_quote:before {
    color: rgba(241,90,34,.1)
}

.testimonial--podia .testimonial_meta-bg:before {
    background: #ad97ef
}

.testimonial--podia .testimonial_actions {
    color: #ad97ef
}

.testimonial--podia .testimonial_quote:after,.testimonial--podia .testimonial_quote:before {
    color: rgba(173,151,239,.1)
}

.testimonial--freeagent .testimonial_meta-bg:before {
    background: #7cc04a
}

.testimonial--freeagent .testimonial_actions {
    color: #7cc04a
}

.testimonial--freeagent .testimonial_quote:after,.testimonial--freeagent .testimonial_quote:before {
    color: rgba(124,192,74,.1)
}

.testimonial--riess-group .testimonial_meta-bg:before {
    background: #095580
}

.testimonial--riess-group .testimonial_actions {
    color: #095580
}

.testimonial--riess-group .testimonial_quote:after,.testimonial--riess-group .testimonial_quote:before {
    color: rgba(9,85,128,.1)
}

.testimonial--middag .testimonial_meta-bg:before {
    background: #ff6463
}

.testimonial--middag .testimonial_actions {
    color: #ff6463
}

.testimonial--middag .testimonial_quote:after,.testimonial--middag .testimonial_quote:before {
    color: rgba(255,100,99,.1)
}

.testimonial--visual-dialogue .testimonial_meta-bg:before {
    background: #666
}

.testimonial--visual-dialogue .testimonial_actions {
    color: #666
}

.testimonial--visual-dialogue .testimonial_quote:after,.testimonial--visual-dialogue .testimonial_quote:before {
    color: hsla(0,0%,40%,.1)
}

@media only screen and (min-width: 885px) {
    .testimonial--asana .testimonial_quote {
        max-width:340px
    }

    .testimonial--livechat .testimonial_quote {
        max-width: 360px
    }
}

.testimonials--no-header {
    padding: 2em 0 3.5em
}

.tab {
    display: none
}

.tab--current {
    display: block
}

.tab h2:first-child {
    margin-top: 1.6em
}

.satisfaction {
    margin: 2em 0 1.2em
}

.satisfaction_bar {
    border-radius: 4px;
    display: flex;
    flex-flow: row;
    overflow: hidden
}

.satisfaction_item {
    color: #fff;
    flex-basis: 33.33%;
    padding: 1.2em 0;
    text-align: left
}

.satisfaction_item--great {
    background: #4fc47e
}

.satisfaction_item--okay {
    background: #b47cd4
}

.satisfaction_item--not-good {
    background: #d14642
}

.satisfaction_item:first-child {
    padding-left: 1.6em
}

.satisfaction_percentage {
    font-size: 2.5em;
    line-height: 1
}

.satisfaction_label {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: .5em;
    text-transform: uppercase
}

.satisfaction_key {
    font-size: .875rem;
    list-style: none;
    margin: 1.2em 0 .2em;
    padding: 0;
    text-align: center
}

.satisfaction_legend {
    display: inline-block;
    margin: 0 1em .5em
}

.satisfaction_legend--great {
    color: #4fc47e
}

.satisfaction_legend--okay {
    color: #b47cd4
}

.satisfaction_legend--not-good {
    color: #d14642
}

.satisfaction_note {
    color: #aeaeae;
    font-size: .8125rem;
    margin: 0 0 1.8em;
    text-align: center
}

.satisfaction--narrow {
    margin: 2.5em auto 0;
    max-width: 560px
}

.satisfaction--home {
    margin: 0
}

@media only screen and (min-width: 885px) {
    .satisfaction--home {
        left:21px;
        position: absolute;
        right: 21px;
        top: 189px;
        z-index: 1
    }

    .satisfaction--home .satisfaction_key {
        margin-top: 3.5em
    }
}

.satisfaction--home .satisfaction_note {
    margin-bottom: 0
}

@media only screen and (min-width: 885px) {
    .satisfaction--home .satisfaction_note {
        margin:0 auto;
        width: 75%
    }
}

.satisfaction--home .satisfaction_item {
    padding-bottom: .75em;
    padding-top: .75em
}

.satisfaction--home .satisfaction_label {
    font-size: .688rem
}

.satisfaction--home .satisfaction_legend {
    margin-left: .5em;
    margin-right: .5em
}

.satisfaction--labs {
    left: 20px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 174px;
    z-index: 1
}

@media only screen and (min-width: 1020px) {
    .satisfaction--labs {
        left:25px;
        right: 25px;
        top: 217px
    }
}

.satisfaction--labs .satisfaction_item {
    padding: .5em 0
}

.satisfaction--labs .satisfaction_item:first-child {
    padding-left: 1em
}

@media only screen and (min-width: 1020px) {
    .satisfaction--labs .satisfaction_item {
        padding:1.2em 0
    }

    .satisfaction--labs .satisfaction_item:first-child {
        padding-left: 1.6em
    }
}

.satisfaction--labs .satisfaction_label {
    font-size: .688rem
}

@media only screen and (min-width: 1020px) {
    .satisfaction--labs .satisfaction_label {
        font-size:.75rem
    }
}

.satisfaction--labs .satisfaction_key {
    margin-top: 4em
}

.satisfaction--labs .satisfaction_note {
    color: #8f7319;
    margin: 0
}

.satisfaction--labs .satisfaction_legend {
    font-size: .8125rem
}

@media only screen and (min-width: 1020px) {
    .satisfaction--labs .satisfaction_legend {
        font-size:.875rem
    }
}
