body.popup-open {
    overflow: hidden;
}
.section-container {
    padding: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.section-title {
    text-align: center;
}

#hero-section {
    padding: 170px 20px 80px;
    background: var(--banner-bg);
    color: var(--color-white);
}
#hero-section .col-left {
    width: 50%;
}
#hero-section .page-title {
    margin-bottom: 20px;
    font-size: var(--font-size-6xl);
    font-weight: 900;
    line-height: 1.33;
    color: var(--color-white);
}
#hero-section .description {
    margin-bottom: 40px;
}
#hero-section .description p {
    padding-right: 40px;
    color: var(--color-white);
}
.card-bottons.flex {
    gap: 20px;
}

.inner-nav-wrapper .section-container {
    height: 100%;
}
#calico-inner-menu {
    gap: 0 2%;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: var(--font-size-sm);
}
#calico-inner-menu a {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0 12px;
    font-weight: 600;
    color: var(--color-white);
}
#calico-inner-menu a:hover {
    text-decoration: none;
    color: var(--color-brand-accent);
}

#why-calico {
    padding: 80px 0;
}
#why-calico .section-container {
    max-width: 750px;
    text-align: center;
}
#why-calico .entry-content {
    font-weight: 500;
}

#benefits {
    padding: 80px 0;
    background: #efefef;
}
#benefits .section-container {
    padding: 0 20px;
}
#benefits .section-title {
    padding: 0;
    margin-bottom: 32px;
}
#benefits .benefits-cards .card-item {
    width: 33.33%;
    padding: 10px 20px 0;
    text-align: center;
}
#benefits .benefits-cards .card-item .img-wrapper {
    margin-bottom: 15px;
}
#benefits .benefits-cards .card-item .content-wrapper .card-title {
    margin-bottom: 0;
}
#benefits .benefits-cards .card-item .content-wrapper .card-desc {
    margin-bottom: 0;
}

#who-should-take-the-certifications {
    padding: 80px 0;
}
#who-should-take-the-certifications .section-title {
    margin-bottom: 0;
}
#who-should-take-the-certifications .certifications-cards {
    margin-top: 30px;
    gap: 8px;
}
.certifications-cards .cert-card {
    justify-content: flex-start;
    width: 25%;
    padding: 40px;
    text-align: center;
}
.certifications-cards .cert-card .img-wrapper {
    margin-bottom: 20px;
}
.certifications-cards .cert-card .card-title {
    margin: 0;
    font-size: var(--font-size-md);
}
#who-should-take-the-certifications .cert2-cards-wrapper {
    padding-top: 60px;
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert2-title {
    margin-bottom: 0;
    padding-bottom: 30px;
    text-align: center;
    font-size: var(--font-size-5xl);
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert2-cards {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.cert2-cards-wrapper .cert-card {
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(50% - 10px);
    padding: 40px;
}
.cert2-cards-wrapper .cert-card .card-top {
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.cert2-cards-wrapper .cert-card .card-top .img-wrapper {
    width: 25%;
    margin-right: 25px;
}
.cert2-cards-wrapper .cert-card .card-top .card-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: var(--font-size-2xl);
    line-height: 1.3;
}
.cert2-cards-wrapper .cert-card .card-top .card-title span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 4px 10px;
    font-size: var(--font-size-sm);
    color: var(--color-white);
    background-color: var(--color-brand-accent);
}
.cert2-cards-wrapper .cert-card .card-text {
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 500;
}

#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup.open {
    display: flex;
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .popup-inner {
    position: relative;
    width: 640px;
    height: 100%;
    max-width: 95%;
    max-height: 90vh;
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-color: var(--color-white);
    border: none;
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .close-popup span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: var(--color-gray-900);
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .close-popup span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .close-popup span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .popup-content {
    position: relative;
    height: 100%;
    padding: 40px;
    background-color: var(--color-white);
    overflow: auto;
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .popup-content .entry-content {
    height: 100%;
    padding-bottom: 30px;
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .popup-content .entry-content h2 {
    font-size: 26px;
}
#who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .popup-content .entry-content > *:last-child {
    padding-bottom: 50px;
}

#ebook-promo {
    padding: 80px 0;
    background: #efefef;
}
#ebook-promo .section-container {
    max-width: 890px;
    text-align: center;
}
#ebook-promo .ebook-desc {
    margin-bottom: 35px;
}
#ebook-promo .ebook-btn {
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 1299px) {
    .section-container {
        max-width: 1200px;
    }
    .inner-nav-wrapper .section-container {
        padding: 0 20px;
    }
    #who-should-take-the-certifications .certifications-cards {
        padding: 0 30px;
    }
    #who-should-take-the-certifications .cert2-cards-wrapper {
        padding: 60px 30px 0;
    }
}

@media (max-width: 1099px) {
    #benefits {
        padding-top: 50px;
    }
    #who-should-take-the-certifications .certifications-cards {
        flex-wrap: wrap;
    }
    .certifications-cards .cert-card {
        width: calc(50% - 4px);
    }
    .cert2-cards-wrapper .cert-card {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    #hero-section .col-left {
        width: 100%;
        text-align: center;
    }
    #hero-section .description p {
        padding-right: 0;
    }
    #hero-section .btns-wrapper {
        justify-content: center;
    }
    #calico-inner-menu {
        display: flex;
        flex-shrink: 0;
        gap: 20px;
        overflow-x: auto;
        width: 100%;
        max-width: unset;
        white-space: nowrap;
    }
    #calico-inner-menu .menu-item {
        width: auto;
    }
    #calico-inner-menu .menu-item a {
        padding: 0;
    }
    #why-calico {
        padding: 50px 0;
    }
    #why-calico .section-container {
        padding: 0 20px;
    }
    #who-should-take-the-certifications {
        padding-top: 50px;
    }
    #ebook-promo .section-container {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    #hero-section {
        padding: 120px 20px 60px;
    }
    #hero-section .col-left .page-title,
    .section-title {
        font-size: var(--font-size-4xl);
    }
    #benefits .benefits-cards {
        flex-direction: column;
    }
    #benefits .benefits-cards .card-item {
        width: 100%;
    }
    #who-should-take-the-certifications .section-container {
        padding: 0 20px;
    }
    #who-should-take-the-certifications .certifications-cards {
        padding: 0;
    }
    .certifications-cards .cert-card {
        width: 100%;
    }
    #who-should-take-the-certifications .section-container {
        padding: 0 20px;
    }
    #who-should-take-the-certifications .cert2-cards-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    #who-should-take-the-certifications .cert2-cards-wrapper .cert2-title {
        font-size: 26px;
    }
    .cert2-cards-wrapper .cert-card {
        text-align: center;
    }
    .cert2-cards-wrapper .cert-card .card-top {
        flex-direction: column;
        gap: 25px;
    }
    .cert2-cards-wrapper .cert-card .card-top .img-wrapper {
        width: 80%;
        margin-right: 0;
    }
    .cert2-cards-wrapper .cert-card .card-top .card-title {
        font-size: var(--font-size-md);
    }
    .cert2-cards-wrapper .cert-card .card-bottons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
    }
    #who-should-take-the-certifications .cert2-cards-wrapper .cert-card-popup .popup-content {
        max-height: 92vh;
        padding: 30px 20px;
    }
    #ebook-promo {padding: 50px 0}
    #ebook-promo .section-container {padding: 0 20px}
}
