/* GENERAL */
body {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
input.danger, select.danger {
    border-color: #BD314A !important;
}

.container {
    width: 1200px;
    margin: auto;
}

.btn-simple {
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    color: #171819CC;
    text-decoration: none;
    padding: 13px 24px 13px 24px;
    cursor: pointer;
}
.btn-primary {
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    color: #FFF;
    background-color: #171819;
    text-decoration: none;
    padding: 13px 24px 13px 24px;
    cursor: pointer;
}
.btn-01 {
    width: 252px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #000;
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #FFF;
    color: #000;
    cursor: pointer;
}
.btn-01 img {
    float: right;
}

/* HOME */

.countbox {
    border: 2px solid #171819;
    border-radius: 20%;
    background-color: #FFF;
    color: #000;
    font-family: "Space Grotesk";
    font-weight: 700;
    text-align: center;
    padding: 0 10px 0 10px;
    margin: 0 2.5px 0 2.5px;
}

.menubar {
    height: 92px;
}
.menubar .menu {
    float: left;
    margin-top: 20px;
}
.menubar .menu a {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0.02em;
    text-align: left;
    text-decoration: none;
    color: #17181980;
}
.menubar .logo {
    margin-top: 10px;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.menubar .logo img {
    height: 30px;
    margin-top: 16px;
}
.menubar .actions {
    float: right;
    margin-top: 25px;
}
.menubar .actions .btn-primary {
    height: 42px;
    line-height: 42px;
    margin-left: 5px;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.02em;
    text-align: center;
    border: solid 1px #171819;
}
.menubar .actions .btn-simple {
    height: 42px;
    line-height: 42px;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #171819;
    border: solid 1px #171819;
}

.announcements {
    text-align: center;
}
.announcements div {
    display: inline-block;
    background-color: #FFEA9D;
    line-height: 48px;
    height: 48px;
    color: #171819;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    border-radius: 24px;
    padding: 0 30px 0 30px;
}

.home-main {
    margin-top: 64px;
    margin-bottom: 32px;
}
.home-main h1 {
    font-family: "MuseoModerno";
    font-size: 79.34px;
    font-weight: 500;
    line-height: 99.97px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 0;
}
.home-main h1 img {
    height: 99.97px;
    vertical-align: bottom;
}
.home-main p {
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-align: center;
}
.home-main .home-main-buttons {
    width: 600px;
    margin: 92px auto 124px auto;
}
.home-main .home-main-buttons .btn-01 {
    float: left;
    margin: 0 20px 0 20px;
}
.home-main .home-main-buttons p {
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171819B2;
    margin-top: 30px;
}

.home-secondary {
    text-align: center;
}
.home-secondary .countbox {
    padding: 0 5px 0 5px;
    margin: 0 1px 0 1px;
    border-width: 1px;
}
.home-secondary h2 {
    margin: 0;
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}
.home-secondary p {
    margin: 10px 0 20px 0;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}
.home-secondary img.home-secondary-main-image {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.home-secondary .content {
    padding: 60px;
}
.home-secondary-students {
    background-color: #FFCF26;
    width: calc(50% - 5px);
    float: left;
    border-radius: 20px;
}
.home-secondary-donors {
    background-color: #E3D8F1;
    width: calc(50% - 5px);
    float: right;
    border-radius: 20px;
}
.home-secondary-students .btn-01, .home-secondary-donors .btn-01, .home-restaurants .btn-01 {
    margin: auto;
}

.home-restaurants {
    margin-top: 10px;
    background-color: #171819;
    padding: 60px;
    color: #FFF;
    border-radius: 20px;
    text-align: center;
}
.home-restaurants h2 {
    margin: 0;
    font-family: "DM Sans";
    font-size: 36px;
    font-weight: 700;
    line-height: 46.87px;

}
.home-restaurants p {
    margin: 20px 0 50px 0;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.home-stats {
    margin-top: 90px;
    text-align: center;
}
.home-stats h2 {
    font-family: "DM Sans";
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
}
.home-stats p {
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}
.home-stats .home-stats-main {
    margin: 30px 0 0 0;
    padding: 40px;
    background-color: #E3D8F1;
    border-radius: 20px;
}
.home-stats .home-stats-group:nth-child(1) {
    margin-bottom: 40px;
}
.home-stats .home-stats-col {
    float: left;
    width: calc(100% / 3 - 1px);
    padding: 30px 0 30px 0;
    background-color: #F2EDF9;
    border: solid 1px #171819;
    border-right: none;
    line-height: 40px;
    font-size: 48px;
}
.home-stats .home-stats-col:nth-child(3) {
    border: solid 1px #171819;
    width: calc(100% / 3 - 2px);
}
.home-stats .home-stats-col h3 {
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: bottom;
    margin: 20px 0 20px 0;
}
.home-stats .home-stats-col h4 {
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF;
    background-color: #171819;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    margin-bottom: 0;
}
.home-stats .home-stats-col p {
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 20px 0 20px;
}

.home-faq {
    margin-top: 90px;
    margin-bottom: 90px;
}
.home-faq .home-faq-title {
    float: left;
    width: 50%;
}
.home-faq .home-faq-title h2 {
    font-family: "DM Sans";
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
    margin: 0;
}
.home-faq .home-faq-title a {
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #17181999;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}
.home-faq .home-faq-title a img {
    width: 16px;
}
.home-faq .home-faq-questions {
    float: right;
    width: 50%;
}
.home-faq .home-faq-questions .home-faq-question {
    height: 52px;
    overflow: hidden;
    margin-bottom: -1px;
}
.home-faq .home-faq-questions .home-faq-question.active {
    height: auto;
}
.home-faq .home-faq-questions .home-faq-question.active .home-faq-question-title div span {
    display: block;
    rotate: 45deg;
}
.home-faq .home-faq-questions .home-faq-question-title {
    border: 1px solid #171819;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    cursor: pointer;
}
.home-faq .home-faq-questions .home-faq-question-title div {
    width: 50px;
    height: 50px;
    float: right;
    background-color: #171819;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
}
.home-faq .home-faq-questions .home-faq-question-title p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
    line-height: 26px;
    margin: 12px 0 12px 20px;
}
.home-faq .home-faq-questions .home-faq-question.active .home-faq-question-title p {
    white-space: normal;
}
.home-faq .home-faq-questions .home-faq-question-answer p {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 20px;
}

.footer {
    background-color: #171819;
    color: #FFF;
    padding: 90px 0 60px 0;
}
.footer .logo img {
    height: 130px;
}
.footer .ctas {
    margin-bottom: 120px;
}
.footer-ctas-student {
    background-color: #FFCF26;
    width: calc(50% - 45px);
    float: left;
    border-radius: 20px;
    text-align: center;
    padding: 60px 20px 60px 20px;
}
.footer-ctas-donor {
    background-color: #E3D8F1;
    width: calc(50% - 45px);
    float: right;
    border-radius: 20px;
    text-align: center;
    padding: 60px 20px 60px 20px;
}
.footer-ctas-student h2, .footer-ctas-donor h2 {
    margin: 0;
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 500;
    line-height: 41px;
    text-align: center;
    color: #171819;
    margin-bottom: 30px;
}
.footer-ctas-student .btn-01, .footer-ctas-donor .btn-01 {
    margin: auto;
}
.footer-ctas-restaurant {
    margin-top: 10px;
    background-color: #27292A;
    padding: 60px;
    color: #FFF;
    border-radius: 20px;
    text-align: center;
    padding: 60px 20px 60px 20px;
}
.footer-ctas-restaurant h2 {
    margin: 0;
    font-family: "DM Sans";
    font-size: 36px;
    font-weight: 500;
    line-height: 46.87px;
    margin-bottom: 30px;
}
.footer-ctas-restaurant .btn-01 {
    margin: auto;
}
.footer-left {
    float: left;
    width: 50%;
    text-align: left;
}
.footer-right {
    float: right;
    width: 50%;
    text-align: right;
}
.footer .social a {
    margin-right: 30px;
}
.footer .social a:nth-child(4) {
    margin-right: 0;
}
.footer .social img {
    width: 32px;
}
.footer .btn-footer {
    width: 220px;
    margin-top: 30px;
    border: 1px solid #FFFFFF;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    float: right;
    cursor: pointer;
}
.footer .btn-footer img {
    float: right;
    width: 50px;
}
.footer .copyright {
    font-family: "DM Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 16.93px;
    text-align: left;
    float: left;
    width: 28%;
    color: #FFF;
}
.footer .copyright img {
    margin-top: 80px;
}
.footer .footer-contact {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #FFFFFFB2;
    margin-top: 20px;
}
.footer .footer-contact a {
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 26.04px;
    color: #FFCF26;
    text-decoration: none;
}
.footer .footer-bottom {
    margin-top: 90px;
}
.footer .footer-links {
    width: 72%;
    float: left;
}
.footer .footer-links .footer-links-col {
    float: left;
    width: 25%;
}
.footer .footer-links .footer-links-col h5 {
    font-family: "DM Sans";
    font-size: 13px;
    font-weight: 500;
    line-height: 16.93px;
    text-align: left;
    color: #FFFFFFCC;
    margin: 0 0 10px 0;
}
.footer .footer-links .footer-links-col:first-child h5 {
    color: #FFCF26;
}
.footer .footer-links .footer-links-col ul {
    margin: 0;
    padding: 0;
}
.footer .footer-links .footer-links-col ul a {
    text-decoration: none;
}
.footer .footer-links .footer-links-col ul li {
    display: block;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #FFFFFF80;
    margin: 0 0 10px 0;
}

/* SIGN-UP */
.sign-page .sign-form {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: auto;
    padding-bottom: 120px;
    background-color: #F9F8F4;
}
.sign-page .sign-form div.divider {
    height: 1px;
    background-color: #17181933;
}
.sign-page .marketing-area {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #171819;
}
.sign-page .logo {
    margin-top: 10px;
    height: 30px;
}
.sign-page .logo img {
    height: 30px;
    margin-top: 16px;
}
.sign-page .container {
    width: 600px;
}
.sign-page .sign-form .form {
    margin-top: 75px;
}
.sign-page .sign-form .form h1 {
    font-family: "DM Sans";
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 0;
}
.sign-page .sign-form .form p {
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 10px;
}
.sign-page .sign-form .form div.role {
    border: 1px solid #17181933;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #17181999;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
}
.sign-page .sign-form .form div.role.active {
    background-color: #FFCF2633;
}
.sign-page .sign-form .form div.role img {
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}
.sign-page .sign-form .form div.separator, .sign-page .sign-form .buttons div.separator {
    height: 1px;
    background-color: #17181933;
    margin-bottom: 20px;
}
.sign-page .sign-form div.btn-sign-01 {
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    background-color: #171819;
    cursor: pointer;
}
.sign-page .sign-form .buttons p {
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #17181999;
}
.sign-page .sign-form .buttons p a {
    color: inherit;
}
.sign-page .sign-form .action {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;

}
.sign-page .sign-form .action a {
    color: #D9A900;
    text-decoration: none;
}
.sign-page .sign-form .row {
    margin: 15px 0 15px 0;
}
.sign-page .sign-form .col-2 {
    width: calc(50% - 20px);
    float: left;
}
.sign-page .sign-form .col-2:nth-child(2n) {
    float: right;
}
.sign-page .sign-form .row label {
    display: block;
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: left;
    color: #17181999;
}
.sign-page .sign-form .row input {
    border: 1px solid #17181933;
    width: calc(100% - 40px);
    height: 60px;
    padding: 0 20px 0 20px;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    background-color: Transparent;
}
.sign-page .sign-form .row input:focus {
    outline: none;
}
.sign-page .sign-form .row select {
    border: 1px solid #17181933;
    width: calc(100% + 2px);
    height: 62px;
    padding: 0 20px 0 20px;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: Transparent;
}
.sign-page .sign-form .row select:focus {
    outline: none;
}
.sign-page .sign-form .row p {
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 500;
    line-height: 19.53px;
    text-align: left;
    color: #171819;
}
.sign-page .sign-form .row p a {
    color: inherit;
}
.sign-page .sign-form .actions {
    margin-top: 30px;
}
.sign-page .sign-form .actions div.btn-sign-02 {
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #171819;
    background-color: #FFF;
    cursor: pointer;
    border: solid 1px #171819;
}
.sign-page .sign-form .actions div.btn-sign-02 img {
    float: right;
}
.sign-page p.info {
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #171819CC;
    background-color: #FFCF261A;
    border: 1px solid #FFCF26;
    padding: 10px 10px 10px 40px;
    background-image: url('/assets/images/pin.png');
    background-size: 20px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.sign-page .sign-info {
    line-height: 60px;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    margin-top: 40px;
}
.sign-page .sign-info.success {
    background-color: #4C9F5433;
}
.sign-page .sign-info.error {
    background-color: #9f4c4f33;
}
.sign-page .btn-footer {
    width: 220px;
    margin-top: 30px;
    border: 1px solid #171819;
    color: #171819;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #FFF;
}
.sign-page .btn-footer img {
    float: right;
    width: 50px;
    background-color: #171819;
}

.page-faq {
    background-color: #FFF;
    border-top: solid 1px #D1D1D1;
    padding-top: 50px;
}
.page-faq-table {
    float: left;
    width: calc(32% - 62px);
    padding: 30px;
    background-color: #F9F8F4;
    border: 1px solid #D1D1D1;
}
.page-faq-table .separator {
    background-color: #17181933;
    width: 100%;
    height: 1px;
    margin: 10px 0 10px 0;
}
.page-faq-table a {
    color: inherit;
    text-decoration: none;
}
.page-faq-table h3 {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #171819;
    margin: 0;
    padding: 0;
}
.page-faq-table h3 img {
    width: 24px;
    float: right;
    margin-top: 12.5px;
}
.page-faq-table ul {
    margin: 0;
    padding: 0;
}
.page-faq-table ul li {
    display: block;
}
.page-faq-table ul li p {
    margin: 0;
    padding: 5px 0 5px 0;
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #171819CC;
}
.page-faq-contents {
    float: right;
    width: 63%;
}
.page-faq-contents h2 {
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
    color: #171819;
    margin-bottom: 40px;
}
.page-faq-question {
    margin-bottom: 50px;
}
.page-faq-question h3 {
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #171819;    
}
.page-faq-question p {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;    
}

.about {
    background-color: #F9F8F4;
}
.about-hero img {
    width: 100%;
}
.about-oecd-info {
    float: left;
    width: 47%;
}
.about-oecd-info h3 {
    font-family: "DM Sans";
    font-size: 44px;
    font-weight: 500;
    line-height: 57.2px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-top: 20px;
}
.about-oecd-info p {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #171819;
}
.about-oecd-info p.subnote {
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
    letter-spacing: 0.04em;
    color: #D9A900;   
    margin-top: 40px;
}
.about-oecd-info p.subnote a {
    color: inherit;
}
.about-oecd-graphic {
    float: right;
    width: 47%;
}
.about-oecd-graphic img {
    width: 100%;
}
.about-how {
    padding: 60px 0 60px 0;
}
.about-how h3 {
    text-align: center;
    font-family: "DM Sans";
    font-size: 44px;
    font-weight: 600;
    line-height: 57.2px;
}
.about-how-bg {
    background-color: #EBE9E4;
    padding: 60px 0 60px 0;
}
.about-how-band {
    line-height: 30px;
    padding: 18px 0 18px 0;
    text-align: center;
    background-color: #171819;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
}
.about-how-bg ul {
    margin: 0;
    padding: 0;
}
.about-how-bg ul li {
    display: block;
    float: left;
}
.about-how-bg ul li:nth-child(2n+1) {
    width: calc((100% - 100px) / 6);
}
.about-how-bg ul li:nth-child(2n) {
    width: 20px;
    margin-top: 100px;
}
.about-how-bg ul li:nth-child(2n) img {
    width: 20px;
}
.about-how-box {
    border: 1px solid #171819;
    height: 215px;
}
.about-how-box div {
    border-bottom: 1px solid #171819;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #171819;
    padding: 0 10px 0 10px;
}
.about-how-box div span {
    float: right;
}
.about-how-box p {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #171819;
    margin: 10px 10px 0 10px;
}
.about-how-box-restaurant {
    background-color: #EBE9E4;
}
.about-how-box-restaurant div {
    background-color: #C3C1B8;
}
.about-how-box-student {
    background-color: #FFEA9D;
}
.about-how-box-student div {
    background-color: #FFCF26;
}
.about-how-box-donor {
    background-color: #E3D8F1;
}
.about-how-box-donor div {
    background-color: #A47DE5CC;
}
.about-founders {
    text-align: center;
    background-color: #FFCF25;
    padding-top: 60px;
    margin-top: 90px;
}
.about-founders h3 {
    font-family: "DM Sans";
    font-size: 44px;
    font-weight: 600;
    line-height: 57.2px;
    text-align: center;
    color: #171819;
    margin-top: 0;
    margin-bottom: 0px;
}
.about-founders p a {
    text-decoration: none;
    color: inherit;
}
.about-founders p a:hover {
    text-decoration: underline;
}
.about-founders img {
    width: 100%;
    margin-bottom: -5px;
}
.about-crew {
    margin-top: 90px;
    text-align: center;
}
.about-crew img.title {
    height: 82px;
}
.about-crew p.title {
    max-width: 900px;
    margin: 30px auto 60px auto;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #171819;
}
.about-crew ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.about-crew ul li {
    display: block;
    float: left;
    width: 25%;
}
.about-crew ul li a {
    color: inherit;
}
.about-crew ul li a:hover p {
    text-decoration: underline;
}
.about-crew ul li a:hover img {
    border: solid 1px #000;
}
.about-crew ul li div {
    height: 32px;
    margin-bottom: 24px;
}
.about-crew ul li img {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #ECECEC;
    border: solid 1px Transparent;
    margin-top: -1px;
    transition: border 0.3s;
}
.about-crew ul li p {
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 0;
}
.about-values {
    padding: 60px 0 120px 0;
}
.about-values h3 {
    text-align: center;
    font-family: "DM Sans";
    font-size: 44px;
    font-weight: 600;
    line-height: 57.2px;
    color: #171819;
}
.about-values ul {
    margin: 0;
    padding: 0;
}
.about-values ul li {
    display: block;
    float: left;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}
.about-values ul li:nth-child(3) {
    margin-right: 0;
}
.about-values ul li div {
    width: 100%;
    height: 480px;
    border-radius: 20px;
    border: solid 0px #000;
    position: relative;
    transition: border 0.3s, margin 0.3s;
}
.about-values ul li div:hover {
    border: solid 1px #000;
    border-left-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
}
.about-values ul li div:hover h4 {
    bottom: 180px;
}
.about-values ul li div:hover p {
    opacity: 1.0;
}
.about-values ul li div:hover img {
    width: 40px;
}
.about-values ul li div img {
    width: 60px;
    margin: 60px;
    transition: width 0.3s;
}
.about-values ul li div h4 {
    font-family: "MuseoModerno";
    font-size: 32px;
    font-weight: 500;
    line-height: 41.6px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #171819;
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 60px;
    transition: bottom 0.3s;
}
.about-values ul li div p {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #171819;
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.about-values ul li div.about-values-yellow {
    background-color: #FBEAAE;
}
.about-values ul li div.about-values-orange {
    background-color: #FBDCAE;
}
.about-values ul li div.about-values-purple {
    background-color: #E3D8F1;
}

.sign-up-scholarship {
    margin-top: 50px !important;
}
.sign-up-scholarship h2 {
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
    color: #171819;
}
.sign-up-scholarship label.checkbox {
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: left;
    cursor: pointer;
}
.sign-up-scholarship label.checkbox img {
    width: 20px;
    display: inline;
    vertical-align: bottom;
    margin: 1px 5px 1px 0;
}
.sign-up-scholarship label.checkbox span {
    color: #17181966;
}
.sign-up-scholarship table {
    width: 100%;
    margin: 15px 0 0 0;
}
.sign-up-scholarship table th {
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: left;
    color: #17181999;
}
.sign-up-scholarship table td:first-child {
    padding-right: 20px;
}
.sign-up-scholarship table input[type="file"] {
    background-color: #E2E2DE;
    border-color: #E2E2DE !important;
}
.sign-up-scholarship a.btn-link {
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #D9A900;
    display: block;
    margin: 5px 0 5px 0;
    text-decoration: none;
}
.sign-up-scholarship p.info, .sign-up-scholarship div.info {
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #171819CC;
    background-color: #FFCF261A;
    border: 1px solid #FFCF26;
    padding: 10px 10px 10px 40px;
    background-image: url('/assets/images/pin.png');
    background-size: 20px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.sign-up-scholarship label.radio {
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    color: #171819;
    text-align: left;
    cursor: pointer;
    border: 1px solid #17181933;
    padding: 12px;
    display: inline-block !important;
}
.sign-up-scholarship label.radio img {
    width: 20px;
    display: inline;
    vertical-align: bottom;
    margin: 1px 5px 1px 0;
}

/* MISC */

.clear {
    clear: both;
}
.hide-desktop {
    display: none !important;
}
.hide-mobile {
    display: block !important;
}

@media only screen and (max-width: 768px) {
    body {
        padding-top: 92px;
    }
    .hide-mobile {
        display: none !important;
    }
    .hide-desktop {
        display: block !important;
    }
    .container, .sign-page .container {
        width: calc(100% - 30px);
        margin: auto;
    }
    .home-main {
        margin-top: 42px;
    }
    .home-main h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .home-main h1 img {
        height: 50px;
    }
    .home-main .home-main-buttons {
        width: 100%;
        margin: 42px auto 84px auto;
    }
    .home-main .home-main-buttons {
        text-align: center;
    }
    .home-main .home-main-buttons .btn-01 {
        float: none;
        margin: 10px auto 10px auto;
    }
    .home-secondary .content {
        padding: 30px;
    }
    .home-secondary-students, .home-secondary-donors {
        float: none;
        width: 100%;
    }
    .home-secondary-students {
        margin-bottom: 10px;
    }
    .home-secondary-main-image {
        margin-top: 10px;
    }
    .home-restaurants p {
        width: 100%;
    }
    .home-restaurants .btn-01 {
        float: none;
        margin-top: 30px;
    }
    .home-faq .home-faq-title, .home-faq .home-faq-questions {
        float: none;
        width: 100%;
    }
    .home-faq .home-faq-title {
        margin-bottom: 30px;
    }
    .footer .ctas {
        margin-bottom: 60px;
    }
    .footer-ctas-student {
        margin-bottom: 10px;
    }
    .footer-ctas-student, .footer-ctas-donor {
        float: none;
        width: calc(100% - 40px);
    }
    .footer-left, .footer-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer .social {
        margin-top: 60px;
    }
    .footer .btn-footer {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
    }
    .footer .footer-links, .footer .footer-links .footer-links-col {
        width: 100%;
        float: none;
    }
    .footer .footer-links .footer-links-col {
        margin-bottom: 30px;
    }
    .footer .footer-links .footer-links-col h5 {
        font-size: 15px;
        line-height: 19.53px;
    }
    .footer .footer-links .footer-links-col ul li {
        font-size: 14px;
        line-height: 18.23px;
    }
    .footer .copyright {
        text-align: center;
        float: none;
        width: 100%;
    }
    .footer .copyright img {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .page-faq-table {
        float: none;
        width: calc(100% - 60px);
    }
    .page-faq-contents {
        float: none;
        width: 100%;
    }

    .about-oecd-info {
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-oecd-graphic {
        float: none;
        width: 100%;
    }
    .about-how-bg ul li {
        float: none;
        width: 100%;
    }
    .about-how-bg ul li div {
        padding-bottom: 10px;
        height: auto;
    }
    .about-how-bg ul li:nth-child(2n) {
        float: none;
        width: 100%;
        margin: 0;
        margin-left: calc(50% - 10px);
        margin-bottom: 5px;
    }
    .about-how-bg ul li:nth-child(2n+1) {
        float: none;
        width: 100%;
    }
    .about-how-bg ul li:nth-child(2n) img {
        transform: rotate(90deg);
        width: 20px;
        height: 8px;
    }
    .about-crew ul li {
        float: none;
        width: 100%;
    }
    .about-values ul li {
        float: none;
        width: 100%;
    }

    .marketing-area {
        display: none;
    }
    .sign-page .sign-form {
        width: 100%;
    }
    .sign-page .sign-form .action {
        position: inherit;
    }
    .sign-page .sign-form .buttons {
        position: inherit;
    }
    .sign-page .btn-footer {
        margin-left: auto;
        margin-right: auto;
    }
    .sign-page .sign-form .form h1 {
        font-family: "DM Sans";
        font-size: 32px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 0;
        text-align: center;
    }
    .sign-page .sign-form .form p {
        font-family: "DM Sans";
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        margin-top: 10px;
        text-align: center;
    }
    .sign-page .sign-form .form div.role {
        border: 1px solid #17181933;
        font-family: "DM Sans";
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: #17181999;
        padding: 15px;
        cursor: pointer;
        margin-bottom: 20px;
    }
    .sign-page .sign-info {
        font-size: 13px;
        line-height: 48px;
    }
    .sign-page .sign-form .form {
        margin-top: 15px;
    }
    .sign-page .sign-form .logo {
        height: 72px;
        background-color: #171819;
        text-align: center;
        margin: 0 -15px 0 -15px;
    }
    .sign-page .sign-form .logo img {
        height: 40px;
    }

    .menubar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #FFF;
        height: 60px;
    }
    .menubar .logo img {
        height: 23px;
        margin-top: 10px;
    }
    .menubar .menu-btn {
        position: fixed;
        right: 15px;
        top: 20px;
        height: 24px;
        cursor: pointer;
    }
    .menubar .menu-btn.menu-btn-open {
        display: block;
    }
    .menubar.show .menu-btn.menu-btn-open {
        display: none;
    }
    .menubar .menu-btn.menu-btn-close {
        display: none;
    }
    .menubar.show .menu-btn.menu-btn-close {
        display: block;
    }
    .menu-mobile {
        position: fixed;
        left: 0;
        top: 60px;
        right: 0;
        bottom: 0;
        background-color: #00000099;
        display: none;
    }
    .menubar.show .menu-mobile {
        display: block;
    }
    .menu-mobile .menu-mobile-content {
        background-color: #FFF;
        padding: 15px;
    }
    .menu-mobile .menu-mobile-content a {
        font-family: "DM Sans";
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.02em;
        text-align: left;
        text-decoration: none;
        color: #171819;
    }
    .menu-mobile .menu-mobile-content .btn-primary {
        height: 42px;
        font-family: "DM Sans";
        font-size: 16px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: 0.02em;
        text-align: center;
        border: solid 1px #171819;
        width: 100%;
        display: block;
        color: #FFF;
        padding: 0;
    }
    .menu-mobile .menu-mobile-content .btn-simple {
        height: 42px;
        font-family: "DM Sans";
        font-size: 16px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: 0.02em;
        text-align: center;
        color: #171819;
        border: solid 1px #171819;
        width: 100%;
        display: block;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .home-faq .home-faq-title {
        text-align: center;
    }
    .home-faq .home-faq-title h2 {
        font-family: "DM Sans";
        font-size: 24px;
        font-weight: 600;
        line-height: 31.2px;
        text-align: center;
    }
    .home-faq .home-faq-questions .home-faq-question-title {
        font-size: 15px;
    }
    .home-faq .home-faq-questions .home-faq-question-title p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 5px;
        line-height: 18px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .home-faq .home-faq-questions .home-faq-question.active .home-faq-question-title p {
        white-space: normal;
    }
    .home-faq .home-faq-answer p {
        font-size: 13px;
    }
    .home-restaurants {
        padding: 30px;
    }
    .home-secondary h2, .home-restaurants h2 {
        font-size: 24px;
        line-height: 31px;
    }
    .home-secondary p, .home-restaurants p {
        font-size: 15px;
        line-height: 21px;
    }

    .home-stats .home-stats-col {
        float: none;
        width: calc(100%);
        padding: 15px 0 15px 0;
        border: solid 1px #171819;
        border-bottom: none;
    }
    .home-stats .home-stats-col:nth-child(3) {
        float: none;
        width: calc(100%);
        border: solid 1px #171819;
    }
    .home-stats h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 31px;
    }
    .home-stats p {
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
    }
    .home-stats .home-stats-col h3 {
        font-size: 36px;
    }
    .home-stats .home-stats-col p {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        color: #171819;
    }
}