@font-face {
    font-family: "Nunito";
    font-weight: 300;
    font-style: normal;
    font-display: auto;
    src: url(https://snowdrift.coop/static/fonts/nunito/nunito-light.woff2?etag=9wiHDJEK) format("woff2"), url(https://snowdrift.coop/static/fonts/nunito/nunito-light.woff?etag=sgRRgOtD) format("woff");
}
@font-face {
    font-family: "Nunito";
    font-weight: 300;
    font-style: italic;
    font-display: auto;
    src: url(https://snowdrift.coop/static/fonts/nunito/nunito-lightitalic.woff2?etag=bT_hNffm) format("woff2"), url(https://snowdrift.coop/static/fonts/nunito/nunito-lightitalic.woff?etag=Sp9L6b-u) format("woff");
}
@font-face {
    font-family: "Nunito";
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    src: url(https://snowdrift.coop/static/fonts/nunito/nunito-regular.woff2?etag=_mfhBEUy) format("woff2"), url(https://snowdrift.coop/static/fonts/nunito/nunito-regular.woff?etag=sBsw5-eF) format("woff");
}
@font-face {
    font-family: "Nunito";
    font-weight: 400;
    font-style: italic;
    font-display: auto;
    src: url(https://snowdrift.coop/static/fonts/nunito/nunito-italic.woff2?etag=9jGgjerQ) format("woff2"), url(https://snowdrift.coop/static/fonts/nunito/nunito-italic.woff?etag=mVORVHt1) format("woff");
}
@font-face {
    font-family: "Nunito";
    font-weight: 600;
    font-style: normal;
    font-display: auto;
    src: url(https://snowdrift.coop/static/fonts/nunito/nunito-semibold.woff2?etag=5X3ebynx) format("woff2"), url(https://snowdrift.coop/static/fonts/nunito/nunito-semibold.woff?etag=rmpfLonV) format("woff");
}
@font-face {
    font-family: "Nunito";
    font-weight: 700;
    font-style: normal;
    font-display: auto;
    src: url(https://snowdrift.coop/static/fonts/nunito/nunito-bold.woff2?etag=3ULzKsLj) format("woff2"), url(https://snowdrift.coop/static/fonts/nunito/nunito-bold.woff?etag=vEnxMNgU) format("woff");
}
@font-face {
    font-family: "Nunito";
    font-weight: 700;
    font-style: italic;
    font-display: auto;
    src: url(https://snowdrift.coop/static/fonts/nunito/nunito-bolditalic.woff2?etag=OgJ09Xrm) format("woff2"), url(https://snowdrift.coop/static/fonts/nunito/nunito-bolditalic.woff?etag=Lw_fH8Ih) format("woff");
}
@font-face {
    font-family: "Nunito";
    font-weight: 800;
    font-style: normal;
    font-display: auto;
    src: url(https://snowdrift.coop/static/fonts/nunito/nunito-extrabold.woff2?etag=OJhI4xXx) format("woff2"), url(https://snowdrift.coop/static/fonts/nunito/nunito-extrabold.woff?etag=_RcYUQxk) format("woff");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@media (max-width: 389px)  {
    html {
        font-size: 50%;
    }
}
@media (min-width: 390px) and (max-width: 749px)  {
    html {
        font-size: 62.5%;
    }
}
@media (min-width: 750px)  {
    html {
        font-size: 62.5%;
    }
}
.m--div {
    display: block;
}
.status-wrap {
    position: absolute;
    top: 6rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 0;
    display: grid;
}
@media (max-width: 389px)  {
    .status-wrap {
        width: 280px;
        grid-template-columns: 30px 1fr 30px;
    }
}
@media (min-width: 390px) and (max-width: 749px)  {
    .status-wrap {
        width: 390px;
        grid-template-columns: 30px 1fr repeat(3, 30px 1fr) 30px;
    }
}
@media (min-width: 750px)  {
    .status-wrap {
        width: 750px;
        grid-template-columns: 30px 1fr 30px 1fr repeat(5, 30px 1fr) 30px 1fr 30px;
    }
}
.status-flag {
    position: relative;
    grid-column-start: 2;
    top: -6px;
    z-index: 1;
    padding: 3px 14px;
    width: 82px;
    height: 34px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    background: #fdffc7;
    color: #8c9100;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    font-family: Nunito, sans-serif;
    transform: rotate(-4deg);
}
.status-flag:hover {
    height: 40px;
    padding: 9px 14px 3px;
}
.navbar {
    background: #ffffff;
    color: #13628e;
    box-shadow: 0 0 1.5rem 0.1rem rgba(9, 98, 142, 0.4);
    width: 100%;
    height: 6rem;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
}
.navbar .logo {
    background: url(https://snowdrift.coop/static/img/main/navbar-logo.png?etag=lAD1ZFoY) center/contain no-repeat;
    width: 3.8rem;
    height: 4rem;
    margin: auto;
}
.nav-menu .m--active {
    pointer-events: none;
}
@media (max-width: 389px)  {
    .navbar .link.m--logo {
        flex: 1 1 50%;
    }
    .nav-menu {
        list-style: none;
        background: #09628e;
        display: none;
        width: 100%;
        margin: 0;
        position: absolute;
        top: 6rem;
        left: 0;
        flex-wrap: wrap;
    }
    .nav-menu-toggle:checked + .nav-menu-label:before {
        background: url(https://snowdrift.coop/static/img/main/navbar-menu-close.png?etag=nZlcaks_) center/contain no-repeat;
        width: 1.3rem;
        height: 1.3rem;
        top: -0.2rem;
    }
    .nav-menu-toggle {
        width: 50%;
        height: 6rem;
        position: absolute;
        top: 0;
        left: 50%;
        opacity: 0;
    }
    .nav-menu-toggle:checked + .nav-menu-label + .nav-menu {
        display: flex;
    }
    .nav-menu-label {
        font: 700 2.1rem Nunito;
        color: #13628e;
        text-align: center;
        text-decoration: none;
        margin: auto;
        flex: 1 1 50%;
    }
    .nav-menu-label:before {
        background: url(https://snowdrift.coop/static/img/main/navbar-menu-open.png?etag=nB3FCu9e) center/contain no-repeat;
        width: 1.7rem;
        height: 1.5rem;
        content: " ";
        margin: 0 0.6rem 0 0;
        display: inline-block;
    }
    .nav-menu .item {
        color: #ffffff;
        font: 700 2.1rem/1 Nunito;
        text-align: center;
        text-decoration: none;
        text-shadow: 0.3rem 0.3rem #13628e;
        border-bottom: 0.1rem solid rgba(197, 241, 253, 0.2);
        width: 50%;
        height: 6rem;
        padding: 1.8rem 0;
        flex: 1 1 50%;
    }
    .nav-menu .item.m--left {
        border-right: 0.1rem solid rgba(197, 241, 253, 0.2);
    }
    .nav-menu .item.m--last {
        color: #ffffff;
        font: 700 2.1rem/1 Nunito;
        text-align: center;
        text-decoration: none;
        text-shadow: 0.3rem 0.3rem #13628e;
        border-bottom: 0.1rem solid rgba(197, 241, 253, 0.2);
        width: 50%;
        height: 6rem;
        padding: 1.8rem 0;
        box-shadow: 0 0.6rem 0.6rem 0.1rem rgba(9, 98, 142, 0.4);
        flex: 1 1 100%;
    }
    .nav-menu .item.m--active {
        background: rgba(255, 255, 255, 0.3);
    }
    .nav-user {
        display: none;
        width: 100%;
        flex-wrap: wrap;
    }
    .nav-user-label,.nav-user .item {
        color: #ffffff;
        font: 700 2.1rem/1 Nunito;
        text-align: center;
        text-decoration: none;
        text-shadow: 0.3rem 0.3rem #13628e;
        border-bottom: 0.1rem solid rgba(197, 241, 253, 0.2);
        width: 50%;
        height: 6rem;
        padding: 1.8rem 0;
    }
    .nav-user-label {
        width: 100%;
    }
    .nav-user-toggle:checked + .nav-user-label .arrow {
        background: url(https://snowdrift.coop/static/img/main/navbar-menu-arrow.png?etag=u8C-Kx9L) center/contain no-repeat;
        width: 2.3rem;
        height: 1.2rem;
        content: " ";
        margin: auto;
        position: relative;
        top: 1.8rem;
    }
    .nav-user-toggle {
        height: 6rem;
        position: absolute;
        opacity: 0;
    }
    .nav-user-toggle:checked + .nav-user-label + .nav-user {
        display: flex;
    }
    .nav-user .item {
        background: rgba(255, 255, 255, 0.15);
        border-bottom: 0.1rem solid #09628e;
        flex: 1 1 100%;
    }
    .nav-user .m--active {
        background: rgba(255, 255, 255, 0.3);
        border-bottom: 0.2 solid #09628e;
    }
    .nav-user-dropdown {
        width: 100%;
    }
    .nav-user-label {
        box-shadow: 0 0.6rem 0.6rem 0.1rem rgba(9, 98, 142, 0.4);
    }
    .nav-user-label:before {
        background: url(https://snowdrift.coop/static/img/main/navbar-menu-user.png?etag=dk6G7oC0) center/contain no-repeat;
        width: 1.3rem;
        height: 1.4rem;
        content: " ";
        position: relative;
        margin: 0 0.6rem 0 0;
        display: inline-block;
    }
    .nav-user-toggle {
        width: 100%;
    }
    .nav-user-toggle:checked + .nav-user-label {
        box-shadow: unset;
    }
    .nav-user .item.m--last {
        box-shadow: 0 0.6rem 0.6rem 0.1rem rgba(9, 98, 142, 0.4);
    }
}
@media (min-width: 390px) and (max-width: 749px)  {
    .navbar .link.m--logo {
        flex: 1 1 50%;
    }
    .nav-menu {
        list-style: none;
        background: #09628e;
        display: none;
        width: 100%;
        margin: 0;
        position: absolute;
        top: 6rem;
        left: 0;
        flex-wrap: wrap;
    }
    .nav-menu-toggle:checked + .nav-menu-label:before {
        background: url(https://snowdrift.coop/static/img/main/navbar-menu-close.png?etag=nZlcaks_) center/contain no-repeat;
        width: 1.3rem;
        height: 1.3rem;
        top: -0.2rem;
    }
    .nav-menu-toggle {
        width: 50%;
        height: 6rem;
        position: absolute;
        top: 0;
        left: 50%;
        opacity: 0;
    }
    .nav-menu-toggle:checked + .nav-menu-label + .nav-menu {
        display: flex;
    }
    .nav-menu-label {
        font: 700 2.1rem Nunito;
        color: #13628e;
        text-align: center;
        text-decoration: none;
        margin: auto;
        flex: 1 1 50%;
    }
    .nav-menu-label:before {
        background: url(https://snowdrift.coop/static/img/main/navbar-menu-open.png?etag=nB3FCu9e) center/contain no-repeat;
        width: 1.7rem;
        height: 1.5rem;
        content: " ";
        margin: 0 0.6rem 0 0;
        display: inline-block;
    }
    .nav-menu .item {
        color: #ffffff;
        font: 700 2.1rem/1 Nunito;
        text-align: center;
        text-decoration: none;
        text-shadow: 0.3rem 0.3rem #13628e;
        border-bottom: 0.1rem solid rgba(197, 241, 253, 0.2);
        width: 50%;
        height: 6rem;
        padding: 1.8rem 0;
        flex: 1 1 50%;
    }
    .nav-menu .item.m--left {
        border-right: 0.1rem solid rgba(197, 241, 253, 0.2);
    }
    .nav-menu .item.m--last {
        color: #ffffff;
        font: 700 2.1rem/1 Nunito;
        text-align: center;
        text-decoration: none;
        text-shadow: 0.3rem 0.3rem #13628e;
        border-bottom: 0.1rem solid rgba(197, 241, 253, 0.2);
        width: 50%;
        height: 6rem;
        padding: 1.8rem 0;
        box-shadow: 0 0.6rem 0.6rem 0.1rem rgba(9, 98, 142, 0.4);
        flex: 1 1 100%;
    }
    .nav-menu .item.m--active {
        background: rgba(255, 255, 255, 0.3);
    }
    .nav-user {
        display: none;
        width: 100%;
        flex-wrap: wrap;
    }
    .nav-user-label,.nav-user .item {
        color: #ffffff;
        font: 700 2.1rem/1 Nunito;
        text-align: center;
        text-decoration: none;
        text-shadow: 0.3rem 0.3rem #13628e;
        border-bottom: 0.1rem solid rgba(197, 241, 253, 0.2);
        width: 50%;
        height: 6rem;
        padding: 1.8rem 0;
    }
    .nav-user-label {
        width: 100%;
    }
    .nav-user-toggle:checked + .nav-user-label .arrow {
        background: url(https://snowdrift.coop/static/img/main/navbar-menu-arrow.png?etag=u8C-Kx9L) center/contain no-repeat;
        width: 2.3rem;
        height: 1.2rem;
        content: " ";
        margin: auto;
        position: relative;
        top: 1.8rem;
    }
    .nav-user-toggle {
        height: 6rem;
        position: absolute;
        opacity: 0;
    }
    .nav-user-toggle:checked + .nav-user-label + .nav-user {
        display: flex;
    }
    .nav-user .item {
        background: rgba(255, 255, 255, 0.15);
        border-bottom: 0.1rem solid #09628e;
        flex: 1 1 100%;
    }
    .nav-user .m--active {
        background: rgba(255, 255, 255, 0.3);
        border-bottom: 0.2 solid #09628e;
    }
    .nav-user-dropdown {
        width: 100%;
    }
    .nav-user-label {
        box-shadow: 0 0.6rem 0.6rem 0.1rem rgba(9, 98, 142, 0.4);
    }
    .nav-user-label:before {
        background: url(https://snowdrift.coop/static/img/main/navbar-menu-user.png?etag=dk6G7oC0) center/contain no-repeat;
        width: 1.3rem;
        height: 1.4rem;
        content: " ";
        position: relative;
        margin: 0 0.6rem 0 0;
        display: inline-block;
    }
    .nav-user-toggle {
        width: 100%;
    }
    .nav-user-toggle:checked + .nav-user-label {
        box-shadow: unset;
    }
    .nav-user .item.m--last {
        box-shadow: 0 0.6rem 0.6rem 0.1rem rgba(9, 98, 142, 0.4);
    }
}
@media (min-width: 750px)  {
    .navbar .item,.nav-user-label {
        font: 700 2.1rem/6rem Nunito;
        color: #44a76b;
        text-decoration: none;
    }
    .navbar .item {
        cursor: pointer;
    }
    .navbar .item:hover {
        color: #13628e;
    }
}
@media (min-width: 750px)  {
    .navbar .link.m--logo {
        width: 7.5rem;
        padding: 0rem 1.5rem 0rem 0rem;
        margin-left: auto;
    }
    .nav-menu {
        width: 67.5rem;
        display: flex;
        margin: auto auto auto 0;
    }
    .nav-menu-toggle,.nav-menu-label,.nav-user-toggle {
        display: none;
    }
    .nav-menu .m--active {
        color: #13628e;
    }
    .navbar .item {
        padding: 0rem 1.5rem;
    }
    .navbar .m--last,.nav-user-dropdown {
        margin-left: auto;
    }
    .nav-user {
        display: none;
    }
    .nav-user-label {
        padding: 0rem 1.5rem;
        cursor: default;
    }
    .nav-user-label:hover {
        color: #13628e;
    }
    .nav-user-label:hover + .nav-user,.nav-user:hover {
        display: block;
    }
    .nav-user .item {
        background: #ffffff;
        display: block;
    }
    .nav-user .item:last-child {
        height: 6.6rem;
        border-radius: 0 0 0.5rem 0.5rem;
        box-shadow: 0rem 1.5rem 1.5rem -1rem rgba(9, 98, 142, 0.4);
    }
}
.header.m--tilt {
    background: url(https://snowdrift.coop/static/img/main/header-bg-flbk.png?etag=L8IoxvQJ) center bottom/cover no-repeat;
    font: 700 3.7rem/1 Nunito, sans-serif;
    color: #13628e;
    text-align: center;
    margin: 0 0 3rem 0;
}
@media (max-width: 389px)  {
    .header.m--tilt {
        padding: 10.5rem 0 6rem;
    }
}
@media (min-width: 390px) and (max-width: 749px)  {
    .header.m--tilt {
        padding: 10.5rem 0 6rem;
    }
}
@media (min-width: 750px)  {
    .header.m--tilt {
        padding: 15rem 0 9rem;
    }
}
.footer {
    margin: 15rem 0rem 0rem 0rem;
}
.footer .logo {
    background: url(https://snowdrift.coop/static/img/main/footer-logo.png?etag=baC4bbI8) center/contain no-repeat;
    width: 100%;
    height: 4.4rem;
}
.footer .link {
    font: 400 2.1rem/3rem Nunito, sans-serif;
    color: #44a76b;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease-in 0s;
}
.footer .link:hover,.footer .link:active,.footer .link:focus {
    color: #378756;
}
.footer .link:visited {
    color: #44a76b;
}
.footer .menu {
    list-style: none;
}
.footer .menu .link {
    font-weight: 600;
}
.footer .licenses {
    font: 300 2.1rem/3rem Nunito, sans-serif;
    font-weight: 400;
    color: #47cfec;
}
.footer .licenses .ccbysa {
    height: 1.5rem;
    width: 8rem;
}
.footer .partners {
    background: url(https://snowdrift.coop/static/img/main/footer-bg-flbk.png?etag=Da9lqS_7) center/contain repeat-x;
    color: #47cfec;
    list-style: none;
}
.footer .partners-header {
    font: 300 2.1rem/3rem Nunito, sans-serif;
    font-weight: 400;
    color: #47cfec;
    text-align: center;
}
.footer .link.m--osi,.footer .link.m--qco,.footer .link.m--oin,.footer .link.m--cfi,.footer .link.m--osl {
    opacity: 0.7;
}
.footer .link.m--osi:hover,.footer .link.m--qco:hover,.footer .link.m--oin:hover,.footer .link.m--cfi:hover,.footer .link.m--osl:hover {
    opacity: 1.0;
}
.footer .osi {
    background: url(https://snowdrift.coop/static/img/main/partner-osi.png?etag=T3N3iZDk) center/contain no-repeat;
    width: 100%;
    height: 6rem;
}
.footer .qco {
    background: url(https://snowdrift.coop/static/img/main/partner-qco.png?etag=tQi7_gsE) center/contain no-repeat;
    width: 100%;
    height: 6rem;
}
.footer .oin {
    background: url(https://snowdrift.coop/static/img/main/partner-oin.png?etag=AGE8DgIT) center/contain no-repeat;
    width: 100%;
    height: 6rem;
}
.footer .cfi {
    background: url(https://snowdrift.coop/static/img/main/partner-cfi.png?etag=5B8iH20C) center/contain no-repeat;
    width: 100%;
    height: 6rem;
}
.footer .osl {
    background: url(https://snowdrift.coop/static/img/main/partner-osl.png?etag=17Aq5_53) center/contain no-repeat;
    width: 100%;
    height: 6rem;
}
@media (max-width: 389px)  {
    .footer .link.m--logo {
        margin-top: 3rem;
        margin-bottom: 3rem;
        padding: 0rem 3rem;
    }
    .footer nav {
        margin: 3rem 3rem 6rem;
    }
    .footer .menu {
        max-width: 15rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .footer .partners {
        padding: 3rem 3rem;
    }
    .footer .partners-header {
        margin: 3rem auto;
    }
    .footer .link.m--osi,.footer .link.m--qco,.footer .link.m--oin,.footer .link.m--cfi,.footer .link.m--osl {
        max-width: 24rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}
@media (min-width: 390px) and (max-width: 749px)  {
    .footer .link.m--logo {
        width: 33rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .footer nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .footer .menu.m--1-2 {
        width: 15rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .footer .menu.m--2-2 {
        width: 15rem;
        margin-right: 3rem;
    }
    .footer .licenses {
        width: 33rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 6rem;
        margin-bottom: 3rem;
    }
    .footer .partners {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
    .footer .partners-header {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .footer .partners .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 6rem;
        margin-bottom: 0rem;
    }
    .footer .partners .row.m--1-2 {
        margin: 0;
    }
    .footer .link.m--osi,.footer .link.m--oin {
        width: 15rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .footer .link.m--qco,.footer .link.m--cfi {
        width: 15rem;
        margin-right: 3rem;
    }
    .footer .link.m--osl {
        width: 6rem;
    }
}
@media (min-width: 750px)  {
    .footer .logo {
        max-width: 33rem;
        margin: auto;
    }
    .footer .link.m--logo {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .footer nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6rem;
        margin-bottom: 9rem;
    }
    .footer .menu.m--1-2 {
        width: 15rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .footer .menu.m--2-2 {
        width: 15rem;
        margin-right: 3rem;
    }
    .footer .licenses {
        flex: 33rem;
    }
    .footer .partners {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .footer .partners-header {
        margin-top: 9rem;
        margin-bottom: 3rem;
    }
    .footer .partners .row {
        display: flex;
        flex-wrap: wrap;
    }
    .footer .partners .row.m--1-2 {
        width: 33rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .footer .partners .row.m--2-2 {
        width: 33rem;
        margin-right: 3rem;
    }
    .footer .partners .row.m--1-3 {
        width: 33rem;
        margin-left: 3rem;
        margin-right: 3rem;
        padding-top: 3rem;
    }
    .footer .partners .row.break {
        flex-basis: 100%;
        height: 0;
    }
    .footer .link.m--osi,.footer .link.m--qco,.footer .link.m--oin,.footer .link.m--cfi,.footer .link.m--osl {
        width: 15rem;
    }
    .footer .link.m--osi,.footer .link.m--oin {
        width: 15rem;
        margin-right: 3rem;
    }
}
@media (min-width: 390px) and (max-width: 390px)  {
    .mk__grid {
        opacity: 0.33;
        width: 39rem;
        height: 100vh;
        margin: 0;
        position: fixed;
        left: calc((100% - 39rem)/ 2);
        z-index: 99;
        background-color: transparent;
        background-image: linear-gradient(90deg, green 3rem, transparent 3rem), linear-gradient(transparent 3rem, blue 3rem);
        background-size: 9rem 6rem;
    }
}
@media (min-width: 750px) and (max-width: 750px)  {
    .mk__grid {
        opacity: 0.33;
        width: 75rem;
        height: 100vh;
        margin: 0;
        position: fixed;
        left: calc((100% - 75rem)/ 2);
        z-index: 99;
        background-color: transparent;
        background-image: linear-gradient(90deg, green 3rem, transparent 3rem), linear-gradient(transparent 3rem, blue 3rem);
        background-size: 9rem 6rem;
    }
}
.header .slogan {
    color: rgba(9, 98, 142, 0.6);
    font-family: Nunito, sans-serif;
    font-weight: 300;
    line-height: 1em;
}
.video {
    box-shadow: 0 0.3rem 1rem 0 rgba(9, 98, 142, 0.24), 0 1rem 4rem 0rem rgba(9, 98, 142, 0.1);
    outline: none;
    cursor: pointer;
}
.signup .button {
    font-weight: 800;
    line-height: 1;
    font-family: Nunito, sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 0.2rem 0.2rem 0 #3d955f;
    color: #ffffff;
    background-color: #44a76b;
    background-image: linear-gradient(#4ebf7a, #44a76b);
    cursor: pointer;
    display: table;
    position: relative;
    width: auto;
    border: 0;
    border-radius: 0.6rem/3rem;
    box-shadow: 0.3rem 0.3rem 0.3rem 0.3rem rgba(19, 98, 142, 0.1);
    transition: all 0.12s ease-out;
    font-size: 2.9rem;
    padding: 1.5rem 11rem 1.2rem;
}
.signup .button:hover {
    color: #ffffff;
    text-shadow: 0.1rem 0.1rem 0 rgba(19, 98, 142, 0.4), 0rem 0rem 1rem rgba(255, 255, 255, 0.5);
}
.signup .more-info {
    font: 400 2.1rem/3rem Nunito, sans-serif;
    color: #44a76b;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease-in 0s;
    font: 600 2.9rem/3rem Nunito, sans-serif;
}
.signup .more-info:hover,.signup .more-info:active,.signup .more-info:focus {
    color: #378756;
}
.signup .more-info:visited {
    color: #44a76b;
}
.text {
    font: 300 2.1rem/3rem Nunito, sans-serif;
    color: #13628e;
}
.text .headline {
    font: 700 2.9rem/3rem Nunito, sans-serif;
}
.header .logo {
    display: block;
}
.video {
    margin-top: 0rem;
    margin-bottom: 6rem;
    display: block;
    width: 100%;
}
.signup {
    margin-top: 6rem;
    margin-bottom: 6rem;
    text-align: center;
}
.signup .button {
    margin: 0rem auto 1.5rem;
}
.headline {
    margin-top: 3.69rem;
    margin-bottom: 2.31rem;
}
.handshake {
    margin: 12rem auto;
    display: block;
}
@media (max-width: 389px)  {
    .header {
        background: url(https://snowdrift.coop/static/img/main/header-bg-flbk.png?etag=L8IoxvQJ) center bottom/cover no-repeat;
        margin: 0 0 3rem 0;
        padding-top: 10.5rem;
        padding-bottom: 6rem;
    }
    .header .logo {
        max-width: 100%;
    }
    .header .slogan {
        margin-left: 15.2%;
    }
    .section {
        max-width: 84.61538%;
        margin-left: auto;
        margin-right: auto;
    }
    .signup .button {
        font-weight: 800;
        line-height: 1;
        font-family: Nunito, sans-serif;
        text-align: center;
        text-decoration: none;
        text-shadow: 0.2rem 0.2rem 0 #3d955f;
        color: #ffffff;
        background-color: #44a76b;
        background-image: linear-gradient(#4ebf7a, #44a76b);
        cursor: pointer;
        display: table;
        position: relative;
        width: auto;
        border: 0;
        border-radius: 0.6rem/3rem;
        box-shadow: 0.3rem 0.3rem 0.3rem 0.3rem rgba(19, 98, 142, 0.1);
        transition: all 0.12s ease-out;
        font-size: 2.1rem;
        padding: 0.9rem 6rem 1.2rem;
    }
    .signup .button:hover {
        color: #ffffff;
        text-shadow: 0.1rem 0.1rem 0 rgba(19, 98, 142, 0.4), 0rem 0rem 1rem rgba(255, 255, 255, 0.5);
    }
    .signup .more-info {
        font: 400 2.1rem/3rem Nunito, sans-serif;
        color: #44a76b;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.15s ease-in 0s;
    }
    .signup .more-info:hover,.signup .more-info:active,.signup .more-info:focus {
        color: #378756;
    }
    .signup .more-info:visited {
        color: #44a76b;
    }
}
@media (min-width: 390px) and (max-width: 749px)  {
    .header {
        background: url(https://snowdrift.coop/static/img/main/header-bg-flbk.png?etag=L8IoxvQJ) center bottom/cover no-repeat;
        margin: 0 0 3rem 0;
        padding-top: 10.5rem;
        padding-bottom: 6rem;
    }
    .header .logo {
        max-width: 100%;
    }
    .header .slogan {
        margin-left: 15.2%;
    }
    .section {
        max-width: 84.61538%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 640px)  {
    .header {
        padding-left: 7.7%;
        padding-right: 7.7%;
    }
    .header .slogan {
        font-size: calc(0.04527 * 100vw);
        margin-top: calc(0.02029 * 100vw);
    }
}
@media (min-width: 641px) and (max-width: 749px)  {
    .header {
        padding-left: calc((100% - 542px) / 2);
        padding-right: calc((100% - 542px) / 2);
    }
    .header .slogan {
        font-size: 29px;
        margin-top: 13px;
    }
}
@media (min-width: 750px)  {
    main {
        background: url(https://snowdrift.coop/static/img/home/bg.png?etag=XEUVRZjI) top 6rem center no-repeat;
    }
    .header {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        padding-top: 12rem;
        padding-bottom: 6rem;
    }
    .header .logo {
        left: 9rem;
        position: relative;
    }
    .header .slogan {
        font-size: 2.9rem;
        margin-left: 17.2rem;
        margin-top: 1.3rem;
    }
    .section {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
    }
    .video {
        max-width: 69rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
    }
    .text {
        max-width: 69rem;
        margin-left: auto;
        margin-right: auto;
    }
    .signup {
        max-width: 33rem;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1950px)  {
    main {
        background-size: 100%;
    }
}
