/* Start custom CSS for html, class: .elementor-element-b9d47bb *//* =========================================================
   Training page - Hero with image background
   ========================================================= */

.wro-tr-hero {
    background-image: linear-gradient(
        90deg,
        rgba(16, 9, 159, 0.18) 0%,
        rgba(16, 9, 159, 0.08) 52%,
        rgba(16, 9, 159, 0.02) 100%
    ), var(--wro-tr-hero-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 0;
    margin: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.wro-tr-hero-inner {
    max-width: 1440px;
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    padding: 86px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wro-tr-hero-panel {
    max-width: 920px;
    padding: 28px 32px;
    background: linear-gradient(
        90deg,
        rgba(16, 9, 159, 0.86) 0%,
        rgba(16, 9, 159, 0.68) 68%,
        rgba(16, 9, 159, 0.42) 100%
    );
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.wro-tr-eyebrow-light {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 16px 0;
    opacity: 0.95;
}

.wro-tr-hero-panel h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.12;
    font-weight: 700;
    margin: 0 0 18px 0;
    max-width: 860px;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.wro-tr-hero-panel p:not(.wro-tr-eyebrow-light) {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.55;
    max-width: 820px;
    margin: 0;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

/* Tablet */
@media (max-width: 1024px) {
    .wro-tr-hero-inner {
        min-height: 460px;
        padding: 72px 32px;
    }

    .wro-tr-hero-panel {
        max-width: 780px;
        padding: 24px 28px;
    }

    .wro-tr-hero-panel h1 {
        font-size: 40px;
    }

    .wro-tr-hero-panel p:not(.wro-tr-eyebrow-light) {
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wro-tr-hero {
        background-image: linear-gradient(
            rgba(16, 9, 159, 0.54),
            rgba(16, 9, 159, 0.54)
        ), var(--wro-tr-hero-image);
    }

    .wro-tr-hero-inner {
        min-height: 430px;
        padding: 58px 16px;
    }

    .wro-tr-hero-panel {
        max-width: 100%;
        padding: 22px 18px;
        background: rgba(16, 9, 159, 0.84);
    }

    .wro-tr-hero-panel h1 {
        font-size: 30px;
        line-height: 1.18;
        margin-bottom: 14px;
    }

    .wro-tr-hero-panel p:not(.wro-tr-eyebrow-light) {
        font-size: 17px;
        line-height: 1.45;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-26b2909 *//* =========================================================
   Training page - Anchor cards
   ========================================================= */

.wro-tr-subnav-section {
    background: #ffffff;
    padding: 48px 24px;
    margin: 0;
}

.wro-tr-subnav-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.wro-tr-subnav-card {
    display: block;
    background: #ffffff;
    border-bottom: 5px solid #10099F;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
    padding: 26px 22px;
    min-height: 210px;
    text-decoration: none;
}

.wro-tr-subnav-card span {
    display: block;
    color: #10099F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.wro-tr-subnav-card h2 {
    color: #10099F;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px 0;
}

.wro-tr-subnav-card p {
    color: #222222;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.wro-tr-subnav-card:hover,
.wro-tr-subnav-card:focus {
    background: #f7f7fb;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .wro-tr-subnav-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .wro-tr-subnav-section {
        padding: 36px 16px;
    }

    .wro-tr-subnav-inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wro-tr-subnav-card {
        min-height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-377756f *//* =========================================================
   Training page - Off-season training
   ========================================================= */

.wro-tr-intro-section {
    background: #ffffff;
    padding: 76px 24px;
    margin: 0;
}

.wro-tr-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.wro-tr-heading {
    max-width: 900px;
    margin: 0 0 38px 0;
    text-align: left;
}

.wro-tr-eyebrow {
    color: #10099F;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 14px 0;
}

.wro-tr-heading h2 {
    color: #10099F;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.wro-tr-heading p {
    color: #222222;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

.wro-tr-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.wro-tr-benefit-card {
    background: #ffffff;
    border-top: 5px solid #10099F;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 30px 26px;
    min-height: 250px;
}

.wro-tr-benefit-card h3 {
    color: #10099F;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.wro-tr-benefit-card p {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1024px) {
    .wro-tr-benefit-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .wro-tr-benefit-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .wro-tr-intro-section {
        padding: 52px 16px;
    }

    .wro-tr-heading h2 {
        font-size: 30px;
    }

    .wro-tr-heading p {
        font-size: 16px;
    }

    .wro-tr-benefit-card {
        padding: 26px 22px;
    }

    .wro-tr-benefit-card h3 {
        font-size: 21px;
    }

    .wro-tr-benefit-card p {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a5b9a7 *//* =========================================================
   Training page - StarterMission
   ========================================================= */

.wro-tr-starter-section {
    background: #f7f7fb;
    padding: 76px 24px;
    margin: 0;
}

.wro-tr-feature-card {
    background: #10099F;
    color: #ffffff;
    padding: 40px 36px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.wro-tr-feature-card h2 {
    color: #ffffff;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 18px 0;
}

.wro-tr-feature-card p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.65;
    max-width: 900px;
    margin: 0;
}

.wro-tr-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.wro-tr-feature-mini-card {
    background: #ffffff;
    border-top: 5px solid #10099F;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 30px 26px;
    min-height: 250px;
}

.wro-tr-feature-mini-card h3 {
    color: #10099F;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.wro-tr-feature-mini-card p {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1024px) {
    .wro-tr-feature-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .wro-tr-feature-mini-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .wro-tr-starter-section {
        padding: 52px 16px;
    }

    .wro-tr-feature-card {
        padding: 30px 24px;
    }

    .wro-tr-feature-card h2 {
        font-size: 30px;
    }

    .wro-tr-feature-card p {
        font-size: 16px;
    }

    .wro-tr-feature-mini-card {
        padding: 26px 22px;
    }

    .wro-tr-feature-mini-card h3 {
        font-size: 21px;
    }

    .wro-tr-feature-mini-card p {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92c6a32 *//* =========================================================
   Training page - Starter Innovators
   ========================================================= */

.wro-tr-innovators-section {
    background: #ffffff;
    padding: 76px 24px;
    margin: 0;
}

.wro-tr-innovators-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
}

.wro-tr-innovators-card {
    background: #ffffff;
    border-bottom: 5px solid #10099F;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 28px 24px;
    min-height: 300px;
}

.wro-tr-innovators-card span {
    display: block;
    color: #10099F;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.wro-tr-innovators-card h3 {
    color: #10099F;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px 0;
}

.wro-tr-innovators-card p {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1100px) {
    .wro-tr-innovators-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wro-tr-innovators-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .wro-tr-innovators-section {
        padding: 52px 16px;
    }

    .wro-tr-innovators-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wro-tr-innovators-card {
        padding: 26px 22px;
    }

    .wro-tr-innovators-card h3 {
        font-size: 21px;
    }

    .wro-tr-innovators-card p {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e81ba6b *//* =========================================================
   Training page - Courses
   ========================================================= */

.wro-tr-courses-section {
    background: #f7f7fb;
    padding: 76px 24px;
    margin: 0;
}

.wro-tr-courses-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 38px;
}

.wro-tr-course-card {
    background: #ffffff;
    border-top: 5px solid #10099F;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 34px 30px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wro-tr-course-card h3 {
    color: #10099F;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.wro-tr-course-card p {
    color: #222222;
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 22px 0;
}

.wro-tr-course-card a,
.wro-tr-course-card a:visited {
    margin-top: auto;
    color: #10099F;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .wro-tr-courses-grid {
        grid-template-columns: 1fr;
    }

    .wro-tr-course-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .wro-tr-courses-section {
        padding: 52px 16px;
    }

    .wro-tr-course-card {
        padding: 28px 22px;
    }

    .wro-tr-course-card h3 {
        font-size: 22px;
    }

    .wro-tr-course-card p {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7293d5 *//* =========================================================
   Training page - Resources
   ========================================================= */

.wro-tr-resources-section {
    background: #ffffff;
    padding: 76px 24px;
    margin: 0;
}

.wro-tr-resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 38px;
}

.wro-tr-resource-card {
    background: #ffffff;
    border-left: 5px solid #10099F;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 30px 26px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wro-tr-resource-card h3 {
    color: #10099F;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.wro-tr-resource-card p {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.wro-tr-resource-card a,
.wro-tr-resource-card a:visited {
    display: inline-block;
    margin-top: auto;
    background: #10099F;
    color: #ffffff;
    border: 2px solid #10099F;
    padding: 11px 18px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.wro-tr-resource-card a:hover,
.wro-tr-resource-card a:focus {
    background: #08055f;
    border-color: #08055f;
    color: #ffffff;
    text-decoration: none;
}

.wro-mark {
    font-size: 0.45em;
    line-height: 0;
    vertical-align: super;
    margin-left: 1px;
}

@media (max-width: 1024px) {
    .wro-tr-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .wro-tr-resources-section {
        padding: 52px 16px;
    }

    .wro-tr-resource-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wro-tr-resource-card {
        min-height: auto;
        padding: 26px 22px;
    }

    .wro-tr-resource-card h3 {
        font-size: 21px;
    }

    .wro-tr-resource-card p {
        font-size: 15px;
    }

    .wro-tr-resource-card a {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b23ee8f *//* =========================================================
   Training page - Final CTA
   ========================================================= */

.wro-tr-page-cta {
    background: #10099F;
    color: #ffffff;
    padding: 82px 24px;
    margin: 0;
}

.wro-tr-page-cta-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.wro-tr-page-cta-eyebrow {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 18px 0;
    opacity: 0.9;
}

.wro-tr-page-cta h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 22px 0;
}

.wro-tr-page-cta-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.65;
    max-width: 760px;
    margin: 0 auto 30px auto;
}

.wro-tr-page-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.wro-tr-page-cta-filled,
.wro-tr-page-cta-filled:visited {
    display: inline-block;
    background: #ffffff;
    color: #10099F;
    border: 2px solid #ffffff;
    padding: 13px 24px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.wro-tr-page-cta-filled span,
.wro-tr-page-cta-filled:visited span {
    color: #10099F;
    -webkit-text-fill-color: #10099F;
}

.wro-tr-page-cta-filled:hover,
.wro-tr-page-cta-filled:focus {
    background: #f2f1ff;
    border-color: #f2f1ff;
    color: #10099F;
    text-decoration: none;
}

.wro-tr-page-cta-outline,
.wro-tr-page-cta-outline:visited {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 13px 24px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.wro-tr-page-cta-outline span,
.wro-tr-page-cta-outline:visited span {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.wro-tr-page-cta-outline:hover,
.wro-tr-page-cta-outline:focus {
    background: #ffffff;
    color: #10099F;
    border-color: #ffffff;
    text-decoration: none;
}

.wro-tr-page-cta-outline:hover span,
.wro-tr-page-cta-outline:focus span {
    color: #10099F;
    -webkit-text-fill-color: #10099F;
}

@media (max-width: 767px) {
    .wro-tr-page-cta {
        padding: 58px 16px;
    }

    .wro-tr-page-cta-inner {
        text-align: left;
    }

    .wro-tr-page-cta h2 {
        font-size: 31px;
    }

    .wro-tr-page-cta-text {
        font-size: 16px;
    }

    .wro-tr-page-cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .wro-tr-page-cta-filled,
    .wro-tr-page-cta-outline {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */