h1 {
    font-weight: 600; 
    font-size: 40px; 
    line-height: 44px;
    color: #fff;
}
h1 span {
    color: #049ED5;
}

.training-hero {
    background-color: #f0e1cc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.training-hero-inner {
    padding: 62px 0 70px 210px;
}

.training-goals {
    background-color: #0666A0;
    padding: 88px 210px;
}
.training-goals-inner {
    max-width: 1020px;
    margin: auto;
}
.training-goals-inner h2, .training-goals-inner p, .training-goals-inner a {
    text-align: center;
}
.training-goals-inner h2 {
    font-weight: 600; 
    font-size: 28px; 
    line-height: 32px;
    color: #fff;
}
.training-goals-inner p {
    font-weight: 300; 
    font-size: 19px; 
    line-height: 24px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 48px;
}
.training-goals-inner a:hover {
    color: #fff;
}
.training-goals-contact {
    background-color: #049ED5;
    padding: 14px 27px;
    border: 1px solid #049ED5;
    border-radius: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    text-decoration: none;
}
.training-goals-download {
    background-color: transparent;
    padding: 14px 27px;
    border: 1px solid #049ED5;
    border-radius: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    text-decoration: none;
}
.training-goals-inner .training-goals-ctas {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.counting {
    background-color: #012E57;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 30px;
}

.benefits {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #F5F5F7;
}
.benefits h2 {
    text-align: center;
    font-weight: 600; 
    font-size: 30px;
    line-height: 32px;
    color: #2d2d2d;
    margin-top: 0;
    margin-bottom: 60px;
}
.benefits .page-width-boxed {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.benefit-item {
    background-color: #fff;
    padding: 72px 40px 78px 40px;
    position: relative;
    text-align: center;
    max-width: 285px;
    border-radius: 12px;
    box-shadow: 1px 2px 40px rgba(0, 0, 0, 0.15);
}
.benefit-item span {
    position: absolute;
    top: 32px;
    right: 32px;
    font-weight: 700; 
    font-size: 34px; 
    color: #EEEEEE;
}
.benefit-item h3 {
    font-weight: 600; 
    font-size: 23px; 
    line-height: 25px;
    color: #2d2d2d;
}
.benefit-item p {
    font-weight: 400; 
    font-size: 17px; 
    line-height: 22px;
    color: #2d2d2d;
    margin-bottom: 0;
}

.why-choose {
    padding-top: 96px;
    padding-bottom: 96px;
}
.why-choose .page-width-boxed {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.locations {
    background-color: #F5F5F7;
    padding-top: 96px;
    padding-bottom: 104px;
}
.locations h2 {
    text-align: center;
    font-weight: 600; 
    font-size: 30px; 
    line-height: 32px;
    color: #2b2b2b;
    margin-top: 0;
    margin-bottom: 64px;
}
.locations .page-width-boxed {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.location-item {
    background-color: #fff;
    box-shadow: 0.990966px 1.98193px 39.6386px rgba(0, 0, 0, 0.15); 
    border-radius: 12px;
    padding: 24px 30px 32px;
    flex: 0 0 23.1%;
    position: relative;
    height: 100px;
}
.location-item .item-loc {
    position: absolute;
    left: 30px;
    top: 24px;
    font-weight: 600; 
    font-size: 10px; 
    line-height: 20px;
    color: #2d2d2d;
}
.location-item .item-title {
    position: absolute;
    left: 30px;
    top: 42px;
    font-weight: 600; 
    font-size: 25px; 
    line-height: 28px;
    color: #2d2d2d;
}
.location-item .item-num {
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 700; 
    font-size: 24px; 
    line-height: 90%;
    color: #049ED5;
}
.location-item .additional {
    color: #2d2d2d;
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    bottom: 10px;
}

.why-choose {
    padding-top: 96px;
    padding-bottom: 96px;
}
.why-choose h2 {
    text-align: center;
    font-weight: 600; 
    font-size: 30px; 
    line-height: 34px;
    color: #2B2B2B;
    margin-top: 0;
    margin-bottom: 64px;
}
.why-choose .page-width-boxed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.why-choose .type-item {
    max-width: 390px;
    height: 470px;
    border-radius: 16px;
    padding: 56px 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0.730769px 1.46154px 29.2308px rgba(0, 0, 0, 0.1);
}
.why-choose .type-item h3 {
    font-weight: 600; 
    font-size: 25px; 
    line-height: 28px;
    margin-top: 0;
}
.why-choose .type-item p {
    font-weight: 400; 
    font-size: 17px; 
    line-height: 22px;
}

.reserve {
    background-image: url('/wp-content/uploads/2026/02/Mask-group-2-1-3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content;
}
.reserve-inner {
    padding: 96px 210px;
}
.reserve h2 {
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 500px;
    font-weight: 600; 
    font-size: 28px; 
    line-height: 32px;
    color: #fff;
}
.reserve p {
    margin-top: 0;
    margin-bottom: 32px;
    max-width: 500px;
    font-weight: 400; 
    font-size: 19px; 
    line-height: 24px;
    color: #fff;
}
.reserve a {
    padding: 14px 24px;
    color: #fff;
    background-color: #049ED5;
    border-radius: 30px;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
}

.download {
    background-image: url('/wp-content/uploads/2026/01/Mask-group-1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}
.download-inner {
    padding: 96px 210px;
}
.download h2 {
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 550px;
    font-weight: 600; 
    font-size: 28px; 
    line-height: 32px;
    color: #2d2d2d;
}
.download p {
    margin-top: 0;
    margin-bottom: 32px;
    max-width: 400px;
    font-weight: 400; 
    font-size: 19px; 
    line-height: 24px;
    color: #2d2d2d;
}
.download a {
    padding: 10px 24px;
    color: #fff;
    background-color: #03314A;
    border-radius: 30px;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    text-transform: uppercase;
    border: 1px solid #03314A;
    text-decoration: none;
}
.download a:last-of-type {
    color: #2D2D2D;
    background-color: transparent;
    border: 1px solid #012E57;
}
.download-ctas {
    display: flex;
    gap: 24px;
}


/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    h1 {
        margin: 0;
        font-size: 32px;
        line-height: 34px;
    }
    .training-hero {
        height: 220px;
        background-image: url('/wp-content/uploads/2026/03/Mask-group-10.png')!important;
    }
    .training-hero-inner {
        padding: 72px 53px;
    }

    .training-goals {
        height: 345px;
        padding: 72px 50px;
    }
    .training-goals-inner h2 {
        font-size: 22px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 24px;
    }
    .training-goals-inner p {
        margin-top: 0;
        margin-bottom: 48px;
        font-size: 16px;
        line-height: 20px;
    }
    .training-goals-inner .training-goals-ctas {
        gap: 16px;
    }
    .training-goals-contact,
    .training-goals-download {
        padding: 10px 27px;
    }

    .benefits {
        padding: 72px 50px;
    }
    .benefits h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 48px;
    }
    .benefits .page-width-boxed {
        gap: 24px 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .benefit-item {
        max-width: 260px;
        height: 340px;
        padding: 56px 33px;
    }

    .why-choose {
        padding: 72px 50px;
    }
    .why-choose h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 auto 48px;
        width: 500px;
    }
    .why-choose .page-width-boxed {
        gap: 24px 30px;
    }
    .why-choose .type-item {
        max-width: 320px;
        height: 390px;
        padding: 40px 32px;
    }
    .why-choose .type-item h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .why-choose .type-item p {
        font-size: 16px;
        line-height: 21px;
        margin: 0;
    }

    .locations {
        padding: 72px 50px;
    }
    .locations h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 auto 56px;
        width: 500px;
    }
    .locations .page-width-boxed {
        gap: 24px 30px;
    }
    .location-item {
        flex: unset;
        width: 203px;
        height: 97px;
        padding: 24px 24px 34px;
    }
    .location-item .item-loc {
        left: 24px;
        top: 24px;
    }
    .location-item .item-title {
        left: 24px;
        font-size: 22px;
        line-height: 18px;
    }
    .location-item .item-num {
        right: 24px;
        top: 24px;
        font-size: 20px;
    }

    .reserve {
        height: fit-content;
        background-image: url('/wp-content/uploads/2026/03/Mask-group-1-1-1.png')!important;
    }
    .reserve-inner {
        padding: 72px 50px;
    }
    .reserve h2 {
        font-size: 23px;
        line-height: 25px;
    }
    .reserve p {
        margin-bottom: 24px;
        max-width: 400px;
        font-size: 16px;
        line-height: 21px;
    }
    .reserve a {
        padding: 10px 24px;
    }

    .download {
        height: 320px;
    }
    .download-inner {
        padding: 72px 50px;
    }
    .download h2 {
        max-width: 500px;
        font-size: 23px;
        line-height: 25px;
    }
    .download p {
        max-width: 350px;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 24px;
    }
}


/*mobile*/
@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 32px;
        margin: 0;
    }
    .training-hero {
        height: 141px;
        background-image: url('/wp-content/uploads/2026/03/Mask-group-2-2.png')!important;
    }
    .training-hero-inner {
        padding: 40px 26px;
    }

    .training-goals {
        height: 465px;
        padding: 32px 30px 40px;
    }
    .training-goals-inner h2 {
        font-size: 22px;
        line-height: 24px;
        margin-top: 0;
        text-align: left;
    }
    .training-goals-inner p {
        margin-top: 0;
        margin-bottom: 32px;
        text-align: left;
        font-size: 16px;
        line-height: 21px;
    }
    .training-goals-inner .training-goals-ctas {
        flex-direction: column;
        gap: 16px;
    }
    .training-goals-contact,
    .training-goals-download {
        padding: 11px 24px;
        font-size: 12px;
    }
    .training-goals-contact {
        width: 245px;
    }
    .training-goals-download {
        width: 180px;
    }

    .benefits {
        padding: 56px 30px;
    }
    .benefits h2 {
        margin-bottom: 40px;
        font-size: 23px;
        line-height: 25px;
    }
    .benefits .page-width-boxed {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .benefit-item {
        padding: 40px 30px;
        height: 302px;
        max-width: 261px;
    }
    .benefit-item img {
        height: 65px;
    }
    .benefit-item h3 {
        margin: 10px auto 16px;
        font-size: 19px;
        line-height: 20px;
    }
    .benefit-item p {
        margin-top: 0;
    }

    .why-choose {
        padding: 56px 30px;
    }
    .why-choose h2 {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 40px;
    }
    .why-choose .page-width-boxed {
        gap: 16px;
    }
    .why-choose .type-item {
        padding: 40px 30px;
        max-width: 315px;
        height: 390px;
    }
    .why-choose .type-item h3 {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .why-choose .type-item p {
        margin: 0;
        font-size: 16px;
        line-height: 21px;
    }

    .locations {
        padding: 56px 30px;
    }
    .locations h2 {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 40px;
    }
    .locations .page-width-boxed {
        gap: 16px 20px;
    }
    .location-item {
        flex: unset;
        width: 147px;
        height: 73px;
        padding: 16px 16px 24px;
    }
    .location-item .item-loc {
        left: 16px;
        top: 16px;
        font-size: 8px;
        line-height: 14px;
    }
    .location-item .item-title {
        left: 16px;
        top: 30px;
        font-size: 18px;
        line-height: 20px;
    }
    .location-item .item-num {
        right: 16px;
        top: 16px;
        font-size: 17px;
    }
    .location-item .additional {
        font-size: 14px;
        bottom: 5px;
    }

    .reserve {
        height: 605px;
        position: relative;
        background-image: none!important;
        background-color: #093657;
    }
    .reserve-inner {
        padding: 56px 30px;
    }
    .reserve h2 {
        font-size: 22px;
        line-height: 24px;
        max-width: unset;
    }
    .reserve p {
        max-width: unset;
        font-size: 17px;
        line-height: 22px;
    }
    .reserve a {
        padding: 11px 24px;
        font-size: 12px;
    }
    .reserve img {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .download {
        height: 568px;
        background-image: none!important;
        background-color: #F2E3D0;
        position: relative;
    }
    .download-inner {
        padding: 56px 30px;
    }
    .download h2 {
        max-width: unset;
        font-size: 22px;
        line-height: 24px;
    }
    .download p {
        font-size: 17px;
        line-height: 22px;
    }
    .download-ctas {
        flex-direction: column;
        gap: 16px;
    }
    .download a {
        font-size: 12px;
        width: fit-content;
    }
    .download img {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}


@media screen and (min-width: 1441px) {
    .training-hero-inner,
    .reserve-inner,
    .download-inner {
        max-width: var(--global-width-boxed);
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.pre-pre-footer {
	display: none;
}