/* Start custom CSS for html, class: .elementor-element-031d7cd *//* =========================================================
   English Registration page - Hero
   ========================================================= */

.wro-en-reg-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-en-reg-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-en-reg-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-en-reg-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-en-reg-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-en-reg-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-en-reg-hero-panel p:not(.wro-en-reg-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);
}

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

@media (max-width: 1024px) {
    .wro-en-reg-hero-inner {
        min-height: 460px;
        padding: 72px 32px;
    }

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

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

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

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

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

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

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

    .wro-en-reg-hero-panel p:not(.wro-en-reg-eyebrow-light) {
        font-size: 17px;
        line-height: 1.45;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-8b9246f *//* =========================================================
   English Registration page - Anchor cards
   ========================================================= */

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

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

.wro-en-reg-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-en-reg-subnav-card span {
    display: block;
    color: #10099F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

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

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

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

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

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

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

    .wro-en-reg-subnav-card {
        min-height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a142ff *//* =========================================================
   English Registration page - Process
   ========================================================= */

.wro-en-reg-process-section {
    background: #ffffff;
    padding: 76px 24px;
    margin: 0;
}

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

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

.wro-en-reg-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-en-reg-heading h2 {
    color: #10099F;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 20px 0;
}

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

.wro-en-reg-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

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

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

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

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

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

    .wro-en-reg-process-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .wro-en-reg-process-section {
        padding: 52px 16px;
    }

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

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

    .wro-en-reg-process-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wro-en-reg-process-card {
        padding: 26px 22px;
    }

    .wro-en-reg-process-card h3 {
        font-size: 21px;
    }

    .wro-en-reg-process-card p {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-126fa8f *//* =========================================================
   English Registration page - Dates
   ========================================================= */

.wro-en-reg-dates-section {
    background: #f7f7fb;
    padding: 76px 24px;
    margin: 0;
}

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

.wro-en-reg-date-card {
    background: #ffffff;
    border-left: 5px solid #10099F;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 28px 24px;
    min-height: 250px;
}

.wro-en-reg-date-card span {
    display: block;
    color: #10099F;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 18px;
}

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

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

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

    .wro-en-reg-date-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .wro-en-reg-dates-section {
        padding: 52px 16px;
    }

    .wro-en-reg-dates-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wro-en-reg-date-card {
        padding: 26px 22px;
    }

    .wro-en-reg-date-card h3 {
        font-size: 21px;
    }

    .wro-en-reg-date-card p {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2cbfa6c *//* =========================================================
   English Registration page - Forms
   ========================================================= */

.wro-en-reg-forms-section {
    background: #ffffff;
    padding: 76px 24px;
    margin: 0;
}

.wro-en-reg-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 38px;
}

.wro-en-reg-form-card {
    background: #ffffff;
    border: 1px solid #e7e7ee;
    border-top: 6px solid #10099F;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
    padding: 34px 30px;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wro-en-reg-form-label {
    color: #10099F;
    background: #f2f1ff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 10px;
    margin-bottom: 22px;
}

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

.wro-en-reg-form-card p {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.wro-en-reg-form-button,
.wro-en-reg-form-button:visited {
    display: inline-block;
    margin-top: auto;
    background: #10099F;
    color: #ffffff;
    border: 2px solid #10099F;
    padding: 13px 22px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.wro-en-reg-form-button span,
.wro-en-reg-form-button:visited span {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.wro-en-reg-form-button:hover,
.wro-en-reg-form-button:focus {
    background: #08055f;
    border-color: #08055f;
    color: #ffffff;
    text-decoration: none;
}

.wro-en-reg-contact-note {
    margin-top: 34px;
    background: #f7f7fb;
    border-left: 5px solid #10099F;
    padding: 32px 30px;
}

.wro-en-reg-contact-note h3 {
    color: #10099F;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px 0;
}

.wro-en-reg-contact-note p {
    color: #222222;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.wro-en-reg-contact-note a,
.wro-en-reg-contact-note a:visited {
    color: #10099F;
    font-weight: 700;
    text-decoration: none;
}

.wro-en-reg-contact-note a:hover,
.wro-en-reg-contact-note a:focus {
    text-decoration: underline;
}

.wro-email-obfuscated {
    color: #10099F;
    font-weight: 700;
}

/* White text when inside blue/dark sections */
.wro-site-footer .wro-email-obfuscated,
.wro-page-cta .wro-email-obfuscated,
.wro-kit-cta .wro-email-obfuscated,
.wro-rm-note-card .wro-email-obfuscated,
.wro-fi-note-card .wro-email-obfuscated,
.wro-start-equipment-note .wro-email-obfuscated,
.wro-en-start-equipment-note .wro-email-obfuscated {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .wro-en-reg-form-grid {
        grid-template-columns: 1fr;
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }

    .wro-en-reg-form-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .wro-en-reg-forms-section {
        padding: 52px 16px;
    }

    .wro-en-reg-form-card {
        padding: 28px 22px;
    }

    .wro-en-reg-form-card h3 {
        font-size: 23px;
    }

    .wro-en-reg-form-card p {
        font-size: 15px;
    }

    .wro-en-reg-form-button {
        width: 100%;
        text-align: center;
    }

    .wro-en-reg-contact-note {
        padding: 28px 22px;
    }

    .wro-en-reg-contact-note h3 {
        font-size: 22px;
    }

    .wro-en-reg-contact-note p {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58df9ed *//* =========================================================
   English Registration page - Preparation checklist
   ========================================================= */

.wro-en-reg-prep-section {
    background: #f7f7fb;
    padding: 76px 24px;
    margin: 0;
}

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

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

.wro-en-reg-prep-card h3 {
    color: #10099F;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.wro-en-reg-prep-card ul {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding-left: 22px;
}

.wro-en-reg-prep-card li {
    margin-bottom: 8px;
}

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

    .wro-en-reg-prep-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .wro-en-reg-prep-section {
        padding: 52px 16px;
    }

    .wro-en-reg-prep-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wro-en-reg-prep-card {
        padding: 26px 22px;
    }

    .wro-en-reg-prep-card h3 {
        font-size: 21px;
    }

    .wro-en-reg-prep-card ul {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10a5d93 *//* =========================================================
   English Registration page - Final CTA
   ========================================================= */

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

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

.wro-en-reg-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-en-reg-page-cta h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 22px 0;
}

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

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

.wro-en-reg-page-cta-filled,
.wro-en-reg-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-en-reg-page-cta-filled span,
.wro-en-reg-page-cta-filled:visited span {
    color: #10099F;
    -webkit-text-fill-color: #10099F;
}

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

.wro-en-reg-page-cta-outline,
.wro-en-reg-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-en-reg-page-cta-outline span,
.wro-en-reg-page-cta-outline:visited span {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

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

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

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

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

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

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

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

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