#get-ahead {
    font-family: 'Inter', sans-serif;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}
#get-ahead .bkg {
    z-index: 1;
}
#get-ahead .bkg .wrapper {
    max-width: 1440px;
}
#get-ahead .bkg .wrapper div {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#get-ahead .bkg .wrapper div:nth-child(1) {
    background-image: url(//cdn.testingmom.com/summer-study/bkg/bkg1.svg);
    width: 250px;
    height: 250px;
    top: 14px;
    right: -86px;
}
#get-ahead .bkg .wrapper div:nth-child(2) {
    background-image: url(//cdn.testingmom.com/summer-study/bkg/bkg2.svg);
    width: 189.46px;
    height: 189.46px;
    top: 208px;
    left: 620px;
}
#get-ahead .bkg .wrapper div:nth-child(3) {
    background-image: url(//cdn.testingmom.com/summer-study/bkg/bkg3.svg);
    width: 250.803px;
    height: 295.408px;
    top: 1102px;
    right: -98px;
}
#get-ahead .bkg .wrapper div:nth-child(4) {
    background-image: url(//cdn.testingmom.com/summer-study/bkg/bkg4.svg);
    width: 459.807px;
    height: 459.746px;
    top: 1928px;
    left: -177px;
}
#get-ahead .bkg .wrapper div:nth-child(5) {
    background-image: url(//cdn.testingmom.com/summer-study/bkg/bkg5.svg);
    width: 316px;
    height: 307px;
    top: 3172px;
    right: -65px;
}
#get-ahead .wrapper {
    max-width: 1160px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}
#get-ahead .blue-btn {
    display: flex;
    align-content: center;
    border-radius: 8px;
    background: #232896;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    min-height: 50px;
    text-align: center;
    max-width: 390px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 10px 44px;
}
#get-ahead .lt-blue-btn {
    margin-top: 20px;
    background-color: var(--light-blue);
    color: #000;
}
#get-ahead .hero {
    margin-bottom: 100px;
}
#get-ahead .hero-info {
    flex-basis: 560px;
}
#get-ahead h1 {
    color: #232896;
    font-family: 'Belanosima', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 67.9px;
    text-align: left;
    position: relative;
    margin-bottom: 50px;
    margin-top: 80px;
}
#get-ahead h1::after {
    content: url(//cdn.testingmom.com/summer-study/bkg/underline.svg);
    width: 396.2px;
    height: 21.71px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#get-ahead h1::before {
    content: url(//cdn.testingmom.com/summer-study/bkg/burst.svg);
    width: 85px;
    height: 91px;
    transform: rotate(3deg);
    position: absolute;
    top: -68px;
    left: -57px;
}
#get-ahead .hero-info p:last-of-type {
    color: #4E4E4E;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 400px;
    margin-bottom: 15px;
}
#get-ahead .hero .wrapper {
    display: flex;
    align-items: flex-start;
}
#get-ahead .hero-image {
    position: relative;
    flex-basis: calc(100% - 560px);
}
#get-ahead .hero-image .img {
    position: absolute;
    top: -20px;
    right: 95px;
    width: 353px;
    height: 529.5px;
    z-index: 9;
}
#get-ahead .hero-image img {
    border-radius: 360px;
}
#get-ahead .hero .info {
    position: absolute;
    border-radius: 8px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 24px 48px -32px rgba(0, 0, 0, 0.18);
    z-index: 99;
    display: inline-flex;
    align-items: center;
}
#get-ahead .hero .info p {
    margin: 0;
}
#get-ahead .hero .info p:first-child {
    border-radius: 50px;
}
#get-ahead .hero .info p:last-child {
    font-weight: bold;
}
#get-ahead .hero .info p span {
    display: block;
    font-size: 0.6em;
    font-weight: normal;
}
#get-ahead .hero .success {
    font-size: 24px;
    top: 358px;
    right: 324px;
    padding: 20px;
    gap: 17px;
    min-width: 326px;
}
#get-ahead .hero .success p:first-child {
    display: flex;
    width: 72px;
    height: 72px;
    padding: 20px 13px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #00805E;
    border-radius: 36px;
    background: #F6FFED;
}
#get-ahead .hero .onetoone {
    top: 140px;
    right: -48px;
    padding: 14.286px;
    align-items: center;
    gap: 12.143px;
    border-radius: 5.714px;
    border: 0.714px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 17.143px 34.286px -22.857px rgba(0, 0, 0, 0.18);
    font-size: 17.5px;
}
#get-ahead .hero .onetoone p:first-child {
    display: flex;
    width: 51.429px;
    height: 51.429px;
    padding: 14.286px 9.286px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.143px;
    border-radius: 25.714px;
    background: #EFF8FF;
}
#get-ahead .hero .onetoone p span {
    font-size: 0.8em;
}
#get-ahead .hero .certified {
    top: 73px;
    right: 410px;
    padding: 12.5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10.625px;
    border-radius: 5px;
    border: 0.625px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 15px 30px -16px rgba(0, 0, 0, 0.18);
    text-align: center;
    font-size: 17px;
    line-height: 20.5px; /* 70% */
}
#get-ahead .hero .certified p:first-child {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 12.5px 8.125px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.25px;
    border-radius: 22.5px;
    background: #FFF5F4;
}
#get-ahead .hero .certified p span {
    font-size: 0.8em;
}
#get-ahead section {
    position: relative;
    z-index: 2;
    max-width: 1160px;
    border-radius: 32px;
    border: 1px solid #E9E9E9;
    padding: 72px 52px 12px;
    margin: 0 auto 20px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
}
#get-ahead section .wrapper {
    flex-basis: 550px;
    margin: 0;
    padding-bottom: 60px;
}
#get-ahead section .blue-btn {
    margin: 16px 0;
}
#get-ahead section h2, #get-ahead section h3 {
    text-align: left;
    color: #232896;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
}
#get-ahead section p {
    max-width: 420px;
    margin-top: 10px;
}
#get-ahead section p.sign-up {
    font-style: italic;
    color: #4E4E4E;
    font-size: 18px;
    max-width: 400px;
}
#get-ahead section ul {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-left: 20px;
}
#get-ahead .program-info {
    background: #F0F9FF;
    padding: 60px 0;
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
    font-size: 24px;
}
#get-ahead .program-info p {
    text-align: center;
}
#get-ahead .program-info h2 {
    color: #232896;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
}
#get-ahead .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 96%;
    margin: 20px auto 72px;
}
#get-ahead .program-info .flex > div {
    flex-basis: 48%;
    display: flex;
    width: 252.174px;
    flex-direction: column;
    border-radius: 27.019px;
    background: #FFF;
    box-shadow: 0px 0px 5.404px -1.351px rgba(16, 24, 40, 0.10);
    gap: 16.211px;
    padding: 10px;
    overflow: hidden;
    font-size: 18px;
    color: #3C3D3C;
}
#get-ahead .program-info h3 {
    color: #000;
    font-size: 17px;
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
    margin: 0;
    text-align: left;
}
#get-ahead .program-info img {
    flex-shrink: 0;
    border-radius: 25px;
}
#get-ahead .programs {
    padding: 60px 0;
}
#get-ahead .programs h2 {
    color: #232896;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
}
#get-ahead .programs p {
    text-align: center;
}
#get-ahead .programs .flex > div {
    flex-basis: 20%;
    text-align: center;
    font-size: 15px;
    color: #4E4E4E;
}
#get-ahead .programs .flex .icon {
    display: flex;
    height: 150px;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#get-ahead .programs .flex > div p:first-child {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
#get-ahead .programs .schedule {
    color: #4E4E4E;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
    display: block;
}
#get-ahead .programs .package {
    display: flex;
    margin-bottom: 30px;
}
#get-ahead .programs .package > div {
    flex-basis: 50%;
}
#get-ahead .programs .package .title {
    display: flex;
    padding: 50px 70px;
    background: url(//cdn.testingmom.com/summer-study/bkg/pricing2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-direction: column;
    text-align: left;
}
#get-ahead .programs .package .title p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
    text-align: left;
    padding-left: 5px;
}
#get-ahead .programs .package .title p:nth-of-type(2) {
    color: #000;
    font-size: 83.214px;
    font-style: normal;
    font-weight: 500;
    line-height: 85px; /* 102.146% */
    padding: 0;
}
#get-ahead .programs .package .title p:last-of-type {
    margin-top: 30px;
    max-width: 320px;
}
#get-ahead .programs .wrapper > div:last-of-type .title {
    background-image: url(//cdn.testingmom.com/summer-study/bkg/pricing1.png);
}
#get-ahead .programs .package .info {
    display: flex;
    width: 565px;
    padding: 0 70px;
    align-items: center;
    border-radius: 20px;
    background: #F9F9F9;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    font-size: 18px;
}
#get-ahead .programs .package .sessions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 300px;
}
#get-ahead .programs .package .sessions p {
    margin-left: 15px;
}
#get-ahead .programs .package .price {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 40px 0;
}
#get-ahead .programs .package .price span {
    color: #848484;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 70% */
    text-decoration-line: line-through;
    margin-right: 25px;
    display: inline-block;
    vertical-align: center;
}
#get-ahead .programs .package .blue-btn {
    min-width: 300px;
}
#get-ahead .tutors-testimonials {
    background: #F9F9F9;
    padding: 80px 80px 40px;
}
#get-ahead .tutors-header h3 {
    font-size: 48px;
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
    text-align: center;
}

#get-ahead .tutors-header h3 span:last-child {
    color: #232896;
}
#get-ahead .coach__list {
    margin: 60px auto 0;
    display: flex;
    justify-content: space-evenly;
}
#get-ahead .tutor-list > li {
    flex-basis: 23%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 8px -2px rgba(16, 24, 40, 0.10);
    padding: 52px 16px 20px;
    text-align: left;
    list-style: none;
}
#get-ahead .tutor-list .profile-image {
    max-width: 160px;
    margin: 0 auto 40px;
    overflow: hidden;
    height: 160px;
    border-radius: 50%;
}
#get-ahead .tutor-list .profile-image img {
    width: 100%;
}
#get-ahead .tutor-list li:nth-child(3) .profile-image img {
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: 1;
    object-fit: cover;
}
#get-ahead .tutor-list a {
    color: #3C3D3C;
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
    font-size: 16px;
}
#get-ahead .tutor-list a span {
    text-decoration: underline;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    display: block;
    line-height: 30px;
}
#get-ahead .schedule-now {
    padding: 90px;
    text-align: center;
}
#get-ahead .schedule-now h2 {
    color: #232896;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    font-family: 'Inter', sans-serif;
}
#get-ahead .calendly-inline-widget {
    height: 680px;
    width: 100%;
    margin: -40px auto 0;
}
#get-ahead .bottom {
    position: relative;
    border-radius: 24px;
    background: #232896;
    padding: 98.76px 189px 100px 189px;
    max-width: 1240px;
    margin: 0 auto;
    width: 96%;
    color: #fff;
    margin-bottom: 100px;
}
#get-ahead .bottom p {
    color: #FFF;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 58.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 75.52px; /* 129.094% */
    text-transform: capitalize;
}
#get-ahead .bottom .buttons {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: center;
}
#get-ahead .bottom .flex {
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
}
#get-ahead .bottom .buttons > div {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    color: #03010D;
    cursor: pointer;
}
#get-ahead .bottom .buttons > div:hover {
    background: none;
    color: #fff;
    border: 1px solid #FFF;
}
#get-ahead .bottom .buttons > div:last-child {
    border-radius: 12px;
    border: 1px solid #FFF;
    background: #232896;
    color: #fff;
}
#get-ahead .bottom .buttons > div:last-child:hover {
    background: #fff;
    color: #03010D;
}
#get-ahead .bottom .icons {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
#get-ahead .bottom .icons div {
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#get-ahead .bottom .icons div:nth-child(1) {
    background-image: url(//cdn.testingmom.com/summer-study/bkg/footer1.png);
    height: 70px;
    width: 70px;
    top: 35px;
    left: 130px;
}
#get-ahead .bottom .icons div:nth-child(2) {
    background-image: url(//cdn.testingmom.com/summer-study/bkg/footer2.png);
    height: 82px;
    width: 82px;
    bottom: 47px;
    left: 260px;
}
#get-ahead .bottom .icons div:nth-child(3) {
    background-image: url(//cdn.testingmom.com/summer-study/bkg/footer3.png);
    height: 83px;
    width: 83px;
    top: 40px;
    right: 114px;
}
#get-ahead .bottom .icons div:nth-child(4) {
    background-image: url(//cdn.testingmom.com/summer-study/bkg/footer4.png);
    height: 83px;
    width: 83px;
    bottom: 66px;
    right: 174px;
}
@media (max-width: 1280px){
    #get-ahead .hero .onetoone {
        top: 360px;
        right: 10px;
    }
    #get-ahead .hero .success {
        top: 411px;
        right: 340px;
    }
    #get-ahead section {
        width: 96%;
    }
    #get-ahead .hero-info {
        margin-left: 40px;
    }
    #get-ahead .premium::before {
        left: -38px;
    }
    #get-ahead .hero-info {
        flex-basis: 600px;
    }
    #get-ahead .wrapper {
        width: 96%;
    }
}
@media (max-width: 1200px) {
    #get-ahead .calendly-inline-widget {
        height: 1090px;
        margin-top: 0;
    }
}
@media (max-width: 1120px) {
    #get-ahead .hero .success {
        top: 461px;
        right: 240px;
    }
    #get-ahead .hero .success, #get-ahead .hero .certified, #get-ahead .hero-image .img  {
        right: 10px;
    }
    #get-ahead .bottom .icons div:nth-child(2) {
        left: 40px;
    }
    #get-ahead .bottom .icons div:nth-child(4) {
        right: 40px;
    }
    #get-ahead .bottom p {
        font-size: 40px;
        line-height: normal;
    }
}
@media (max-width: 1020px)  {
    #get-ahead h1 {
        margin-top: 50px;
    }
    #get-ahead .hero-info .premium {
        margin-top: 48px;
    }
    #get-ahead .hero .success {
        top: 374px;
    }
    #get-ahead .hero .onetoone {
        top: 278px;
    }
    #get-ahead .hero .certified {
        top: 0;
    }
    #get-ahead .bkg .wrapper div:nth-child(2) {
        left: auto;
        right: 160px;
    }
    #get-ahead section h2, #get-ahead section h3 {
        font-size: 28px;
    }
    #get-ahead section .wrapper {
        padding-bottom: 0;
    }
    #get-ahead .program-info .flex > div {
        flex-basis: 48%;
        margin-bottom: 20px;
    }
    #get-ahead .program-info {
        padding-bottom: 0;
    }
    #get-ahead .programs {
        padding: 40px 20px;
    }
    #get-ahead .programs .package .title p:nth-of-type(2) {
        font-size: 42px;
        line-height: normal;
    }
    #get-ahead .programs p {
        text-align: left;
    }
    #get-ahead .programs .package .info {
        padding: 20px 30px;
    }
    #get-ahead .tutor-list {
        flex-wrap: wrap;
    }
    #get-ahead .tutor-list > li {
        flex-basis: 48%;
        margin-bottom: 20px;
    }
    #get-ahead .bottom {
        padding: 60px;
    }
    #get-ahead .bottom .icons {
        z-index: 1;
    }
    #get-ahead .bottom .icons div:nth-child(1) {
        left: 40px;
    }
    #get-ahead .bottom .icons div:nth-child(3) {
        right: 40px;
        top: 20px;
    }
}
@media (max-width: 820px) {
    #get-ahead .hero .wrapper {
        display: block;
    }
    #get-ahead .hero-image .img {
        position: relative;
        right: auto;
    }
    #get-ahead .bkg .wrapper div:nth-child(2) {
        top: 580px;
    }
    #get-ahead .hero .certified, #get-ahead .hero .onetoone, #get-ahead .hero .success {
        left: 330px;
        right: auto;
    }
    #get-ahead .hero .certified {
        top: 50px;
        flex-direction: row;
    }
    #get-ahead .hero .onetoone {
        top: 180px;
    }
    #get-ahead .hero .success {
        top: 315px;
    }
    #get-ahead .hero {
        margin-bottom: -72px;
    }
    #get-ahead section {
        align-items: flex-start;
        padding: 20px 20px 20px 0;
    }
    #get-ahead section:nth-child(2n) {
        padding-right: 0;
        padding-left: 20px;
    }
    #get-ahead .programs .flex > div {
        flex-basis: 40%;
    }
    #get-ahead .programs .package {
        flex-wrap: wrap;
    }
    #get-ahead .programs .package > div {
        flex-basis: 100%;
    }
    #get-ahead .tutor-list {
        justify-content: space-around;
    }
    #get-ahead .tutor-list > li {
        flex-basis: 68%;
    }
    #get-ahead .program-info .flex > div {
        flex-basis: 100%;
    }
}

@media (max-width: 660px) {
    #get-ahead .hero .certified, #get-ahead .hero .onetoone, #get-ahead .hero .success {
        left: auto;
        right: 10px;
    }
    #get-ahead section {
        flex-wrap: wrap;
    }
    #get-ahead section .wrapper {
        flex-basis: 100%;
        padding-left: 30px;
        margin-top: -30px;
    }
    #get-ahead section .img {
        text-align: center;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    #get-ahead section:nth-child(2n) {
        flex-direction: column-reverse;
    }
    #get-ahead .programs .wrapper > div:last-of-type .title {
        padding: 30px 20px;
    }
    #get-ahead .programs .package .price {
        font-size: 40px;
    }
    #get-ahead .bottom p {
        font-size: 28px;
    }
    #get-ahead .bottom .icons div:nth-child(1) {
        top: 10px;
        left: 10px;
    }
    #get-ahead .bottom .icons div:nth-child(2) {
        left: 10px;
        bottom: 10px;
    }
    #get-ahead .bottom .icons div:nth-child(3) {
        right: 10px;
        top: 10px;
    }
    #get-ahead .bottom .icons div:nth-child(4) {
        right: 10px;
        bottom: 10px;
    }
    #get-ahead .bottom .buttons {
        flex-wrap: wrap;
    }
}
@media (max-width: 500px) {
    #get-ahead .hero-image .img {
        right: 40px;
    }
    #get-ahead .hero-info, #get-ahead .hero-info h1 {
        margin: 35px auto 0;
        text-align: center;
        width: 96%;
    }
    #get-ahead h1::before {
        left: 10px;
    }
    #get-ahead h1::after {
        position: relative;
        bottom: 20px;
    }
    #get-ahead .hero-info p:last-of-type {
        width: 96%;
        margin: 0 auto;
    }
    #get-ahead .hero-info .blue-btn {
        margin: 20px auto 0;
    }
    #get-ahead .program-info .flex > div {
        flex-basis: 96%;
    }
    #get-ahead .programs .package .blue-btn, #get-ahead .programs .package .info {
        width: auto;
        min-width: auto;
    }
    #get-ahead .programs .package .sessions {
        min-width: 100%;
    }
    #get-ahead .tutor-list > li {
        flex-basis: 100%;
    }
    #get-ahead .bottom {
        padding: 100px 40px;
    }
    #get-ahead .hero-info .premium {
        max-width: 330px;
        margin: 48px auto 0;
        font-size: 30px;
    }
    #get-ahead .hero-info h1 {
        font-size: 48px;
        line-height: normal;
    }
}