/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


* {
    box-sizing: border-box;
}

body {
    font-family: "Nunito Sans", sans-serif;
}

header {
    background: url("../images/Cards.webp") no-repeat 98% 100% / 40%, var(--Violet-50, #EDECFD);
}

.btn {
    border-radius: 10px;
    background: var(--Violet-500, #3B38EB);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
}

.header-container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.header-top {
    padding-top: 32px;
}

.header-content {
    padding-top: 82px;
    max-width: 585px;
}

.header-tag {
    color: var(--Grey-950, #0B0C0F);
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    border-radius: 117.484px;
    background: rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 301px;
    height: 38px;
}

h1 {
    padding-top: 24px;
    padding-bottom: 46px;
    color: var(--Grey-950, #0B0C0F);
    font-feature-settings: 'case' on;
    font-family: Poppins;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

h1 span, h2 span {
    color: var(--Violet-500, #3B38EB);
}

h2 {
    color: var(--Grey-950, #0B0C0F);
    font-family: Poppins;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 50.6px */
}

h2 + p {
    color: var(--Grey-600, #56647B);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}


.header-form p {
    color: var(--Grey-600, #56647B);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}

.header-form form {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 549px;
}

.header-form select {
    flex-grow: 1;
    border-radius: 10px;
    background: url("../images/Arrow.png") no-repeat 98% 50%, #FFF;
    box-shadow: 0 4px 32.2px 0 rgba(212, 217, 232, 0.25);
    height: 60px;
    padding: 22px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    appearance: none;
    color: var(--Grey-950, #0B0C0F);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}

.select option {
    color: var(--Grey-950, #0B0C0F);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}

.header-form .btn {
    width: 167px;
    flex-shrink: 0;
    border: none;
    margin-left: 9px;
}

.form-alert {
    color: var(--Violet-700, #1915A6);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid var(--Violet-200, #B3B2F9);
    background: var(--Violet-100, #D7D7FC);
    padding: 10px 10px;
    height: 41px;
    max-width: 549px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_list {
    padding-top: 76px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 68px;
}

.header_list_item {
    max-width: 213px;
}

.header_list_item_icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}

.header_list_item_icon img {
    width: 100%;
    display: block;
}

.header_list_item p {
    color: var(--Grey-950, #0B0C0F);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    padding-top: 14px;
}

.how-we-reduce {
    background: #fff;
}

.how-we-reduce-container {
    padding: 84px 15px;
    margin: 0 auto;
    max-width: 1230px;
}

.how-we-reduce h2 {
    text-align: center;
    padding-bottom: 24px;
}

.how-we-reduce h2 + p {
    text-align: center;
}

.how-we-reduce-list {
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
}

.how-we-reduce-item {
    border-radius: 18px;
    background: #F5F7F9;
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.how-we-reduce-heading {
    display: flex;
    padding: 26px 26px 0;
}

.how-we-reduce-heading .num {
    border-radius: 1142.857px;
    background: var(--Violet-400, #6664F2);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'case' on;
    font-family: Poppins;
    font-size: 18.286px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.771px */
}

.how-we-reduce-heading h4 {
    color: var(--Grey-950, #0B0C0F);
    font-feature-settings: 'case' on;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
}

.how-we-reduce p {
    padding: 16px 26px 0;
    color: var(--Grey-600, #56647B);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    flex-grow: 1;
}

.how-we-reduce img {
    width: 100%;
    display: block;
}

.article-block .container {
    max-width: 1230px;
    padding: 84px 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.article-block:nth-of-type(2n) .container {
    flex-direction: row;
}

.article-block-content {
    max-width: 573px;
    padding-left: 15px;
}

.article-block:nth-of-type(2n) .container .article-block-content {
    padding-right: 15px;
    padding-left: 0;
    max-width: 573px;
}

.article-block-content h2 {
    padding-bottom: 24px;
}

.article-block-content p {
    padding-bottom: 42px;
}

.article-block-content .btn {
    text-decoration: none;
    max-width: 167px;
}

.article-block-img {
    max-width: 558px;
    position: relative;
    overflow: hidden;
}

.article-block-img img {
    width: 100%;
    display: block;
}

.college-fund {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 64px;
    background: #FFF;
    padding: 0 34px 0 7px;
}

.college-fund .price {
    color: var(--Green-600, #1E9665);
    font-feature-settings: 'case' on;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
}

.college-fund p {
    color: var(--Grey-950, #0B0C0F);
    font-feature-settings: 'case' on;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
}

.college-fund > div {
    display: flex;
    align-items: center;
}

.college-fund .download-btn {
    flex-shrink: 0;
    margin-right: 18px;
    text-decoration: none;
}

.bottom-banner-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 84px 15px;
}

.bottom-banner .banner {
    border-radius: 26px;
    background: url("../images/hand-with-card.webp") no-repeat 98% 100% / 40% var(--Violet-50, #EDECFD);
    padding: 60px 54px;
}

.banner-content {
    max-width: 644px;
}

.banner-content h2 {
    padding-bottom: 24px;
}

.banner-content h2 + p {
    padding-bottom: 42px;
}

.header-form p.black-banner-text {
    color: var(--Grey-950, #0B0C0F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.disclaimer {
    max-width: 1230px;
    margin: 0 auto;
    padding: 48px 15px;
    border-top: 1px solid #dadada;
}

.disclaimer p {
    color: #7A7A7A;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 19.6px */
}

.disclaimer p a {
    color: #7A7A7A;
}


@media (max-width: 1024px) {
    .article-block .container {
        padding: 42px 15px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    .how-we-reduce-container {
        padding: 32px 15px;
    }

    .how-we-reduce h2 {
        text-align: center;
        padding-bottom: 0px;
    }

    .header-content {
        max-width: 333px;
    }

    .header-form p {
        font-size: 14px;
    }

    .header-content h1 {
        padding-bottom: 36px;
    }

    .header-form form {
        flex-direction: column;
    }

    .header-form select {
        height: 54px;
        font-size: 16px;
        padding: 16px 22px;
    }

    .btn {
        font-size: 16px;
        height: 54px;
    }

    .header-form .btn {
        margin-left: 0;
        width: 100%;
        margin-top: 9px;
    }

    .form-alert {
        font-size: 12px;
        text-align: center;
        min-height: 56px;
    }

    .header_list {
        padding-bottom: 55px;
        padding-top: 36px;
    }

    header {
        background: url(../images/cards-tabs.webp) no-repeat 100% center / 41%, var(--Violet-50, #EDECFD);
    }

    .header-tag {
        font-size: 14px;
        height: 33px;
    }

    h2 + p {
        font-size: 14px;
    }

    .college-fund p, .college-fund .price {
        font-size: 12px;
    }

    .college-fund {
        height: 47px;
    }

    .college-fund svg {
        width: 37px;
        height: 37px;
    }

    .bottom-banner .banner {
        padding: 28px 20px;
    }

    .bottom-banner .banner h2 {
        padding-bottom: 16px;
    }

    .banner-content {
        max-width: 100%;
    }

    .banner-content .header-form form {
        max-width: 336px;
    }

    .banner-content .form-alert,
    .header-form p.black-banner-text {
        max-width: 336px;
    }

    .header_list_item {
        max-width: 213px;
        width: 48%;
    }
}

@media (max-width: 768px) {
    .how-we-reduce-list {
        flex-wrap: wrap;
    }

    .how-we-reduce-item {
        width: 48.5%;
        margin-bottom: 20px;
    }

    .how-we-reduce-item:last-child {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .article-block .container, .article-block:nth-of-type(2n) .container {
        flex-direction: column;
    }

    .article-block:nth-of-type(2n) .container .article-block-content {
        padding-right: 0;
        padding-bottom: 36px;
    }

    .article-block-content {
        padding-bottom: 36px;
    }

    .article-block:nth-of-type .container .article-block-content {
        padding-left: 0;
        padding-bottom: 36px;
    }

    .article-block .container {
        padding: 18px 15px;
    }
}

@media (max-width: 650px) {
    .header_list {
        padding-bottom: 347px;
    }

    header {
        background: url(../images/cards-mobile.webp) no-repeat center 100% / 70%, var(--Violet-50, #EDECFD);
    }

    .header-content {
        margin: 0 auto;
        max-width: 350px;
        padding-top: 47px;
    }

    .header-tag {
        font-size: 14px;
        height: 33px;
        max-width: 242px;
    }

    .how-we-reduce-item {
        width: 100%;
    }

    .how-we-reduce-item:last-child {
        width: 100%;
        flex-direction: column;
    }

    .disclaimer p {
        font-size: 12px;
    }

    .bottom-banner .banner {
        padding: 28px 20px 283px;
        background: url(../images/hand-with-card.webp) no-repeat center 100% / 80% var(--Violet-50, #EDECFD);
    }

    .banner-content .header-form form,
    .banner-content .form-alert{
        max-width: 100%;
    }
}