body {
    margin: 0;
    font-display: swap;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.flex {
    display: flex
}

.separator {
    margin: 0 auto;
}

.logo {
    width: 26px;
    height: 22px;
    margin-top: 24px;
    margin-left: 22px;
}

@media (min-width:801px) {
    .logo {
        width: 37px;
        height: 30px;
        margin-top: 30px;
        margin-left: 60px;
    }
}

.pointer {
    cursor: pointer;
}

header {
    position: fixed;
    height: 70px;
    width: 100vw;
    z-index: 1000;
}

@media (min-width:801px) {
    header {
        height: 90px;
    }
}

header.scroll-active {
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#hamburger-open, #hamburger-close {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 22px;
}

@media (min-width:801px) {
    #hamburger-open, #hamburger-close, #hamburger-menu {
        display: none;
    }
}

#hamburger-close {
    position: absolute;
    right: 0;
}

#hamburger-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2000;
    background: white;
}

#hamburger-menu > div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#hamburger-menu > div > p {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 50px;
}

#hamburger-menu-demo {
    width: 177px;
    height: 52px;
    background: #C4FFA8;
    border-radius: 80px;
}

#hamburger-menu-demo > p {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding-top: 12px;
}

header > div > p {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-top: 22px;
    margin-left: 10px;
}

@media (min-width:801px) {
    header > div > p {
        font-size: 35px;
        line-height: 43px;
        margin-top: 22px;
        margin-left: 10px;
    }
}

nav {
    display: none;
}

@media (min-width:801px) {
    nav {
        display: flex;
    }
}

nav > p {
    font-size: 20px;
    line-height: 30px;
    margin-right: 30px;
    margin-top: 30px;
}

nav > p:hover {
    color: #9AEA74;
}

nav > div {
    background: #C4FFA8;
    border-radius: 80px;
    padding-left: 25px;
    padding-right: 25px;
    height: 50px;
    margin-top: 20px;
    margin-right: 60px;
}

nav > div:hover {
    background: black;
}

nav > div > p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

nav > div:hover > p {
    color: white;
}


#intro {
    width: 100vw;
    background: #F5F5F5;
    padding-top: 307px;
    padding-bottom: 30px;
}

@media (min-width:801px) {
    #intro {
        padding-top: 440px;
        padding-bottom: 60px;
    }
}

#typewriter {
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
    margin: 0;
}

@media (min-width:801px) {
    #typewriter {
        font-size: 200px;
        line-height: 200px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

#typewriter > a {
    text-decoration: none;
    color: #000000;
}

#wrap {
    border-right: 0.08em solid #C4FFA8;
    animation: blinker .5s linear infinite;
}

@keyframes blinker {
  20% {
    opacity: 0.5;
  }
}

#intro-divider {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100vw;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width:801px) {
    #intro-divider {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}

#intro-subtitle {
    display: none;
}

#intro-subtitle-mobile {
    padding: 0 22px;
}

#intro-subtitle-mobile > p, #intro-subtitle-mobile > div > p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

#intro-subtitle-mobile > div > p {
    font-weight: 700;
}

#intro-subtitle-mobile > div > svg {
    width: 21px;
    height: 12px;
    margin-left: 10px;
    margin-top: 6px;
}

@media (min-width:801px) {
    #intro-subtitle {
        display: block;
        margin: 0;
        padding-left: 60px;
        padding-right: 60px;
        font-size: 20px;
        line-height: 30px;
    }

    #intro-subtitle > div > svg {
        margin-left: 10px;
        width: 29px;
        height: 16px;
        margin-top: 30px;
    }

    #intro-subtitle-mobile {
        display: none;
    }
}

@media (min-width:801px) {
    #mission > div, #vision > div  {
        max-width: 1280px;
        margin: 0 auto;
    }
}

.equal-container {
    padding-right: 22px;
    padding-left: 22px;
    padding-top: 40px;
}

@media (min-width:801px) {
    .equal-container {
        padding-right: 60px;
        padding-left: 60px;
        padding-top: 60px;
        display: flex;
    }

    .equal-container > div {
        width: 50%;
    }
}

#vision > div > div.equal-container {
    padding-top: 0;
}

.equal-container > div > h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
}

.equal-container > div > img {
    display: none;
}

.equal-container > div > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-top: 20px;
}

.equal-container > img {
    width: 156px;
    height: 156px;
    float: right;
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
}

@media (min-width:801px) {
    .equal-container > div > h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .equal-container > div > img {
        height: 260px;
        width: 260px;
        margin-left: 200px;
        margin-top: 97px;
        display: block;
    }

    .equal-container > div > p {
        font-size: 20px;
        line-height: 34px;
    }

    .equal-container > img {
        display: none;
    }
}

#we-are-ayulla > div {
    background: #C4FFA8;
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 60px;
    padding-top: 80px;
    height: 235px;
    position: relative;
}

@media (min-width:801px) {
    #we-are-ayulla > div {
        margin-top: 100px;
        margin-bottom: 60px;
        padding-top: 55px;
        height: 435px;
    }
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 40s linear infinite;
}

.marquee h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -0.03em;
    margin: 0;
}

@media (min-width:801px) {
    .marquee h2 {
        font-size: 240px;
        line-height: 230px;
    }
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.open-text {
    color: white;
}

#we-are-ayulla-divider {
    border: none;
    border-top: 1px solid #FFFFFF;
    width: 100vw;
    margin-top: 60px;
    margin-bottom: 0;
}

#we-are-ayulla > div > img {
    width: 40px;
    height: 40px;
    position: absolute;
}

#we-are-ayulla > div > img:first-of-type {
    top: 0;
    right: 0;
}

#we-are-ayulla > div > img:nth-of-type(even) {
    bottom: 0;
    left: 0;
}

#we-are-ayulla > div > img:last-of-type {
    bottom: 0;
    right: 0;
    height: 80px;
    width: 160px;
}

#we-are-ayulla > div > div > img {
    display: none;
}

@media (min-width:801px) {
    #we-are-ayulla > div > div > img {
        width: auto;
        height: 160px;
        display: block;
    }

    #we-are-ayulla > div > img {
        display: none;
    }

    #we-are-ayulla-divider {
        margin-top: 43px;
    }
}

#products {
    margin-top: 250px
}

@media (min-width:801px) {
    #products {
        margin-top: 100px
    }
}

#products > div {
    width: 100vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#products > div:hover {
    color: white;
}

#tapdesk:hover {
    background: #00449D;
}

#quiosc:hover {
    background: #0084FF;
}

#prepboard:hover {
    background: #5E81F4;
}

#products > div:hover > div > div > svg {
    fill: white;
}

#products > div:hover > div > div > svg > circle {
    stroke: white;
}

#tapdesk:hover > div > div > svg > path {
    stroke: #00449D;
}

#quiosc:hover > div > div > svg > path {
    stroke: #0084FF;
}

#prepboard:hover > div > div > svg > path {
    stroke: #5E81F4;
}

.toggle-description  {
    transform: rotate(0deg);
    transition: transform .3s linear;
    flex-shrink: 0;
}

#products > div.open {
    color: white;
}

#tapdesk.open {
    background: #00449D;
}

#quiosc.open {
    background: #0084FF;
}

#prepboard.open {
    background: #5E81F4;
}

#products > div > div > div > svg.open {
    fill: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform .3s linear;
}

#products > div > div > div > svg.open > circle {
    stroke: white;
}

#products > div > div > div > svg.open > path {
    stroke: white;
}

#products > div > div, #contact > div, footer > div, #legal-main > div {
    max-width: 1280px;
    margin: 0 auto;
}

#products > div > div > div {
    padding-left: 22px;
    padding-right: 22px;
}

.product-header > h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-header > svg {
    width: 40px;
    height: 40px;
    margin-top: 37px;
}

@media (min-width:801px) {
    #products > div > div > div {
        padding-left: 60px;
        padding-right: 60px;
    }

    .product-header > h2 {
        font-size: 50px;
        line-height: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .product-header > svg {
        width: 62px;
        height: 62px;
        margin-top: 55px;
    }
}

#tapdesk > div > div.product-description {
    background: #00449D;
}

#quiosc > div > div.product-description {
    background: #0084FF;
}

#prepboard > div > div.product-description {
    background: #5E81F4;
}

.product-description > img {
    height: auto;
    width: 100%;
}

.product-description > div {
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (min-width:801px) {
    .product-description > div {
        padding-top: 40px;
        padding-bottom: 100px;
        display: flex;
    }
}

.product-images {
    display: none;
}

.product-images > div {
    border: 5px solid transparent;
    width: 160px;
    height: 102px;
    cursor: pointer;
    margin-right: 10px;
}

.product-images > div > img {
    width: 160px;
    height: 102px;
}

.carousel-container {
    display: flex;
}

.carousel {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.carousel-container > div > .carousel:not(:first-child) {
    margin-left: 10px;
}

.carousel.selected-carousel {
    width: 15px;
    background: #FFFFFF;
    border-radius: 30px;
}

@media (min-width:801px) {
    .product-images {
        width: 50%;
        padding-right: 30px;
        flex-wrap: wrap;
        display: flex;
    }

    .carousel {
        display: none;
    }
}

.product-images > div.selected {
    border: 5px solid #C4FFA8;
}

.detailed-description > p {
    font-size: 14px;
    line-height: 22px;
    color: white;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width:801px) {
    .detailed-description {
        width: 50%;
    }

    .detailed-description > p {
        font-size: 20px;
        line-height: 34px;
        padding-top: 5px;
        padding-bottom: 60px;
    }
}

a.product-button {
    background: #C4FFA8;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 80px;
    text-decoration: none;
    color: black;
    width: 100%;
    display: block;
    text-align: center;
}

@media (min-width:801px) {
    a.product-button {
        background: #C4FFA8;
        font-weight: 700;
        font-size: 20px;
        line-height: 34px;
        padding: 13px 30px;
        border-radius: 80px;
        text-decoration: none;
        color: black;
        display: inline;
        cursor: pointer;
    }
}

#contact {
    background: black;
    padding-bottom: 60px
}

#contact-container {
    padding-left: 22px;
    padding-right: 22px;
}

#contact-container > div {
    color: white;
    padding-top: 20px;
}

#contact-container > div:first-of-type {
    display: flex;
}

#contact-container > div > p {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding-top: 105px;
}

#contact-container > div > img {
    height: 156px;
    width: 156px;
    float:right;
}

#contact-container > div > div > svg {
    width: 79px;
    height: 60px;
    margin-left: 30px;
    margin-top: 60px;
}

@media (min-width:801px) {
    #contact {
        padding-bottom: 100px
    }

    #contact-container {
        display: flex;
        padding-left: 60px;
        padding-right: 60px;
    }

    #contact-container > div {
        width: 50%;
        padding-top: 60px;
    }

    #contact-container > div > p {
        font-size: 50px;
        line-height: 50px;
        padding-top: 0px;
    }

    #contact-container > div > img {
        height: 260px;
        width: 260px;
        margin-left: 200px;
        margin-top: 240px;
        float: none;
    }

    #contact-container > div:first-of-type {
        display: block;
    }
}

input[type="text"], textarea {
    background: transparent;
    border: 1px solid white;
    padding: 14px 20px;
    font-size: 14px;
    line-height: 22px;
    width: calc(100% - 40px);
    border-radius: 70px;
    color: white;
    margin-bottom: 20px;
}

textarea {
    border-radius: 20px;
    resize: none;
}

input[type="text"]:focus, textarea:focus {
    background: white;
    color: black;
}

@media (min-width:801px) {
    input[type="text"], textarea {
        padding: 13px 30px;
        font-size: 20px;
        line-height: 34px;
        width: calc(100% - 60px);
    }

    textarea {
        border-radius: 30px;
    }
}

footer {
    padding-top: 40px;
    background: black;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#footer-blanc {
    background: white;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer > div > div {
    padding-left: 22px;
    padding-right: 22px;
}

@media (min-width:801px) {
    footer, #footer-blanc {
        padding-top: 60px;
    }

    #footer-container > div, #footer-container-blanc > div {
        display: flex;
    }

    footer > div > div {
        padding-left: 60px;
        padding-right: 60px;
    }
}

#footer-container > div > div {
    color: white
}

#footer-container-blanc > div > div {
    color: black;
}

#footer-container > div > div, #footer-container-blanc > div > div {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer-container-blanc > div > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer-container > div > div:last-child, #footer-container-blanc > div > div:last-child {
    border-bottom: none;
}

@media (min-width:801px) {
    #footer-container > div > div, #footer-container-blanc > div > div {
        width: 35%;
    }
}

#footer-container > div  > div > p, footer > div > div > p, #footer-container-blanc > div  > div > p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

@media (min-width:801px) {
    #footer-container > div > div:last-child, #footer-container-blanc > div > div:last-child {
        width: 30%;
    }

    #footer-container > div  > div > p, footer > div > div > p, #footer-container-blanc > div  > div > p {
        font-size: 20px;
        line-height: 34px;
    }

    #footer-container > div > div, #footer-container-blanc > div > div {
        padding: 0;
        border: none;
    }
}

.footer-hr, .footer-hr-blanc {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    margin-top: 30px;
}

.footer-hr-blanc {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width:801px) {
    .footer-hr, .footer-hr-blanc {
        display: none;
    }
}

#footer-email {
    padding-top: 25px;
}

.footer-text > a, .footer-text-blanc > a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.footer-text-blanc > a {
    color: black;
}

.footer-text > a:hover {
    color: #C4FFA8;
}

.footer-text-blanc > a:hover {
    color: #9AEA74;
}

.footer-subheader {
    color: rgba(255, 255, 255, 0.3)
}

.footer-subheader-blanc {
    color: rgba(0, 0, 0, 0.4);
}

#footer-products, #footer-connect {
    padding-top: 30px;
}

@media (min-width:801px) {
    #footer-products, #footer-connect {
        padding-top: 35px;
    }
}

#footer-social, #footer-social-blanc {
    margin-top: 20px;
}

#footer-social > a, #footer-social-blanc > a {
    margin-right: 15px;
}

#footer-social > a:hover > svg > circle {
    fill: #C4FFA8;
    fill-opacity: 1;
}

#footer-social-blanc  > a:hover > svg > circle {
    fill: #9AEA74;
    fill-opacity: 1;
}

#footer-social > a:hover > svg > path {
    fill: black;
}

footer > div > div > p {
    padding-top: 30px;
    padding-bottom: 40px;
}

@media (min-width:801px) {
    footer > div > div > p {
        margin-left: 35%;
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

/* CAREERS */

@media (min-width:801px) {
    #career-main > div, #positions > div, #opportunity-main > div, #opportunity-description > div, #eeo > div {
        width: 880px;
        margin: 0 auto;
    }
}

#career-main > div > div, #opportunity-main > div > div {
    padding: 90px 22px 40px;
}

@media (min-width:801px) {
    #career-main > div > div, #opportunity-main > div > div {
        padding: 200px 60px 100px;
    }
}

#career-main > div > div > h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 20px;
    max-width: 234px;
}

#career-main > div > div > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

@media (min-width:801px) {
    #career-main > div > div > h1 {
        max-width: 510px;
        font-size: 80px;
        line-height: 80px;
        padding-bottom: 60px;
    }

    #career-main > div > div > p {
        font-size: 20px;
        line-height: 34px;
    }
}

#we-are-hiring > div {
    width: 100vw;
    background: #C4FFA8;
    padding: 70px 0px 80px;
    position: relative;
}

@media (min-width:801px) {
    #we-are-hiring > div {
        padding: 133px 0px 134px;
    }
}

#we-are-hiring > div > h2 {
    text-align: left;
    margin: 0;
    font-weight: 700;
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -0.03em;
    font-family: 'Bebas Neue';
    font-style: normal;
    width: 200px;
    padding-left: 22px;
}

@media (min-width:801px) {
    #we-are-hiring > div > h2 {
        text-align: center;
        font-size: 240px;
        line-height: 230px;
        font-family: 'Bebas Neue';
        font-style: normal;
        width: 100%;
        padding-left: 0;
    }
}

#we-are-hiring > div > img  {
    position: absolute;
    width: auto;
}

#we-are-hiring > div > img#blocks-6, #we-are-hiring > div > img#blocks-7  {
    display: none;
}

#blocks-mobile-3 {
    height: 80px;
    top: 0;
    right: 0;
}

#blocks-mobile-1 {
    height: 40px;
    left: 40px;
    bottom: 0;
}

#blocks-mobile-4 {
    height: 80px;
    right: 0;
    bottom: 0;
}

#we-are-hiring > div > hr {
    margin-top: 50px;
    margin-bottom: 0;
}

@media (min-width:801px) {
    #we-are-hiring > div > img#blocks-6, #we-are-hiring > div > img#blocks-7  {
        display: block;
        height: 120px;
    }

    #we-are-hiring > div > img#blocks-6 {
        bottom: 0;
        left: 0;
    }

    #we-are-hiring > div > img#blocks-7 {
        top: 0;
        right: 0;
    }

    #blocks-mobile-3, #blocks-mobile-1, #blocks-mobile-4, #we-are-hiring > div > hr {
        display: none;
    }
}

@media (min-width:801px) {
    #positions {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

.opportunity {
    padding: 40px 22px;
}

.opportunity > svg {
    flex-shrink: 0;
    width: 41px;
    height: 41px;
}

.opportunity > div > h2 {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    max-width: 272px;
}

.opportunity > div > p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    padding-top: 20px;
}

.opportunity:hover > svg {
    fill: black;
}

.opportunity:hover > svg > path {
    stroke: white;
}

@media (min-width:801px) {
    .opportunity {
        padding: 55px 60px 60px;
    }

    .opportunity > div > h2 {
        font-size: 50px;
        line-height: 50px;
        max-width: 600px;
    }

    .opportunity > svg {
        width: 62px;
        height: 62px;
    }

    .opportunity > div > p {
        font-size: 20px;
        line-height: 34px;
    }
}

#positions-divider {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100vw;
    margin:0;
}

#opportunity-main  {
    background: url("../images/blur-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 50px right calc(50% - 50px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width:801px) {
    #opportunity-main  {
        background: url("../images/blur-bg.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top 100px right calc(50% - 250px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

#job-summary > h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-bottom: 40px;
}

#job-summary > h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 20px;
    max-width: 300px;
}

#job-summary > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

@media (min-width:801px) {
    #job-summary > h2 {
        font-size: 35px;
        line-height: 41px;
        padding-bottom: 60px;
    }

    #job-summary > h1 {
        font-size: 80px;
        line-height: 80px;
        padding-bottom: 40px;
        max-width: 800px;
    }

    #job-summary > p {
        font-size: 20px;
        line-height: 34px;
    }
}

#opportunity-description > div > div {
    padding: 40px 22px;
}

#detailed-description > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

@media (min-width:801px) {
    #opportunity-description > div > div {
        padding: 60px 60px 100px;
    }

    #detailed-description > p {
        font-size: 20px;
        line-height: 34px;
    }
}

#detailed-description > div {
    padding-top: 40px;
}

#detailed-description > div > h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

#detailed-description > div > p, #detailed-description > div > ul > li {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-top: 20px;
}

#detailed-description > div > ul > li {
     padding-top: 0px;
}

@media (min-width:801px) {
    #detailed-description > div {
        padding-top: 60px;
    }

    #detailed-description > div > h3 {
        font-size: 35px;
        line-height: 41px;
    }

    #detailed-description > div > p, #detailed-description > div > ul > li {
        font-size: 20px;
        line-height: 34px;
    }
}

#eeo {
    background: rgba(0, 0, 0, 0.02);
}

#eeo > div > div {
    padding: 40px 22px;
}

#eeo > div > div > p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

@media (min-width:801px) {
    #eeo > div > div {
        padding: 60px 60px 100px;
    }

    #eeo > div > div > p {
        font-size: 20px;
        line-height: 34px;
    }
}

ul {
    list-style: none;
}

ul li::before {
    content: "\2022";
    color: #9AEA74;
    font-weight: bold;
    display: inline-block;
    width: 2em;
    margin-left: -2em;
}

/* LEGAL */

#legal-main > div > div {
    padding: 90px 22px 40px 22px;
}

#legal-main > div > div > h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin: 0
}

#legal-main > div > div > h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 20px 0;
}

#legal-main > div > div > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

@media (min-width:801px) {
    #legal-main > div > div {
        padding: 190px 60px 100px;
    }

    #legal-main > div > div > h1 {
        font-size: 80px;
        line-height: 80px;
    }

    #legal-main > div > div > h3 {
        font-size: 20px;
        line-height: 30px;
        padding: 40px 0;
    }

    #legal-main > div > div > p {
        font-size: 20px;
        line-height: 30px;
        padding-right: 160px;
    }
}

#legal > div {
    width: 100%;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#legal > div.open, #legal-section > div.open:hover {
    background: rgba(0, 0, 0, 0.02) !important;
    color: black !important;
}

#legal > div:hover {
    background: black;
    color: white;
}

#legal > div:hover > div > div > svg {
    fill: white;
}

#legal > div:hover > div > div > svg > circle {
    stroke: white;
}

#legal > div > div {
    max-width: 1280px;
    margin: 0 auto;
}

#legal > div > div > div {
    padding: 0 22px 60px;;
}

#legal > div > div > div:first-child {
    padding: 30px 22px;
}

#legal > div > div > div > h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding-top: 9px;
    padding-right: 36px;
}

#legal > div > div > div > svg {
    height: 40px;
    width: 40px;
}

#legal > div > div > div > p, .sac > ol > li {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

#legal > div > div > div > svg.open {
    fill: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform .3s linear;
}

#legal > div > div > div > svg.open > circle {
    stroke: black;
}

@media (min-width:801px) {
    #legal > div > div > div:first-child {
        padding: 40px 60px;
    }

    #legal > div > div > div {
        padding: 0 60px 100px;
    }

    #legal > div > div > div > h2 {
        font-size: 35px;
        line-height: 41px;
        padding-top: 10px;
        padding-right: 56px;
    }

    #legal > div > div > div > svg {
        height: 60px;
        width: 60px;
    }

    #legal > div > div > div > p, .sac > ol > li {
        font-size: 20px;
        line-height: 34px;
        margin: 0;
        padding-right: 160px;
    }
}

.sac > ol > li {
    list-style-type: lower-roman;
}

.sac > p > em > a, .sac > p > a, p > a {
    color: black;
}

.sac > p > em > a:hover, .sac > p > a:hover, p > a:hover {
    color: #9AEA74;
}
