/* Homepage hero plus the contact-form width that affects mobile page sizing. */
body.home .elementor .elementor-widget-eael-gravity-form .eael-gravity-form,
body.home .elementor .elementor-widget-eael-gravity-form .gform_wrapper {
    max-width: 100%;
    min-width: 0;
}
body.home .elementor-widget-eael-gravity-form fieldset {
    min-width: 0;
}
body.home .elementor-widget-eael-gravity-form input,
body.home .elementor-widget-eael-gravity-form textarea,
body.home .elementor-widget-eael-gravity-form select {
    max-width: 100%;
    box-sizing: border-box;
}
body.home .elementor .elementor-element.sted-nd96-hero > .elementor-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.16fr);
    align-items: center;
    gap: clamp(64px, 9vw, 170px);
    width: 80%;
    max-width: 1440px;
    min-height: clamp(650px, calc(100svh - 110px), 890px);
    margin-inline: auto;
    padding-block: 56px;
}
body.home .sted-nd96-hero > .elementor-container > .elementor-element-42a57d1,
body.home .sted-nd96-hero > .elementor-container > .elementor-element-67ead11,
body.home .sted-nd96-hero > .elementor-container > .elementor-element-c2ac49b {
    display: none;
}
body.home .sted-nd96-hero > .elementor-container > .elementor-element-0549fbd {
    width: 100%;
    min-width: 0;
    z-index: 1;
}
body.home .sted-nd96-hero > .elementor-container > .elementor-element-cc869e5 {
    position: absolute;
    pointer-events: none;
    width: 220px;
    left: 32%;
    top: 48%;
    transform: translateY(-50%);
    opacity: .45;
    z-index: 0;
}
.sted-nd96 {
    --occasion-green: #24d177;
    --occasion-white: #ecfff3;
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 550px;
    justify-self: end;
    padding: 26px clamp(30px, 3vw, 48px) 18px 16px;
    color: var(--occasion-white);
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: 'STED Occasion Arabic', Georgia, serif;
    text-align: right;
    animation: sted-nd96-arrive .9s cubic-bezier(.2,.75,.25,1) both;
}
.sted-nd96::before {
    content: '';
    position: absolute;
    inset: -45px -35px -35px -85px;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(ellipse at 88% 28%, rgba(0, 154, 78, .18), transparent 64%), radial-gradient(ellipse at 75% 50%, rgba(3, 20, 35, .64) 8%, rgba(3, 20, 35, .34) 42%, transparent 72%);
    animation: sted-nd96-ambient 7s ease-in-out infinite;
}
.sted-nd96::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(115, 216, 187, .72) 12%, rgba(0, 173, 177, .3) 65%, transparent);
    box-shadow: 4px 0 22px rgba(0, 173, 177, .12);
    background-size: 100% 200%;
    animation: sted-nd96-lightline 7s ease-in-out infinite;
}
.sted-nd96__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.sted-nd96__occasion { display: flex; flex-direction: column; gap: 5px; font-size: 18px; line-height: 1.5; color: var(--occasion-green); }
.sted-nd96__occasion > span:last-child { font-family: Arial, sans-serif; font-size: 8px; line-height: 1.5; letter-spacing: 2px; color: var(--occasion-green); }
.sted-nd96__edition {
    direction: ltr;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.8px;
    color: var(--occasion-green);
    text-shadow: 0 0 24px rgba(36, 209, 119, .16);
}
.sted-nd96__edition > span { font-size: 10px; letter-spacing: 1px; color: #b1ccc5; }
body.home .sted-nd96 .sted-nd96__title {
    margin: 0 0 5px;
    padding: 0;
    font-family: inherit;
    font-size: clamp(46px, 5.2vw, 76px);
    line-height: 1.48;
    font-weight: 600;
    color: var(--occasion-white);
    letter-spacing: 0;
    text-shadow: 0 3px 24px rgba(0, 12, 22, .25), 0 0 28px rgba(36, 209, 119, .12);
}
.sted-nd96 .sted-nd96__message {
    margin: 0;
    color: var(--occasion-green);
    font-size: clamp(19px, 1.7vw, 25px);
    line-height: 1.85;
}
.sted-nd96 .sted-nd96__english {
    margin: 18px 0 28px;
    color: #c5d8d7;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .15px;
    text-align: right;
}
.sted-nd96__bottomline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 31px;
    padding-top: 18px;
    border-top: 1px solid rgba(147, 197, 187, .18);
}
.sted-nd96__date {
    color: var(--occasion-green);
    font-size: 16px;
    line-height: 1.7;
}
body.home .sted-nd96 a.sted-nd96__button {
    display: inline-flex;
    direction: ltr;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: auto;
    min-height: 70px;
    padding: 9px 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: #edfff5;
    text-decoration: none;
    transition: color .2s ease;
}
.sted-nd96__button-copy { display: block; font-family: Arial, sans-serif; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.5; font-weight: 600; letter-spacing: .15px; white-space: nowrap; }
.sted-nd96__brand { font-family: inherit; font-size: inherit; font-weight: 600; letter-spacing: .3px; color: var(--occasion-green); }
.sted-nd96__arrow-wrap { display: grid; place-items: center; width: 54px; height: 54px; flex: 0 0 54px; border: 2px solid var(--occasion-green); border-radius: 50%; background: rgba(4, 48, 36, .88); color: #fff; animation: sted-nd96-ring 5.5s ease-in-out infinite; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.sted-nd96__arrow { width: 26px; height: 26px; flex: 0 0 26px; transform: rotate(180deg); transition: transform .2s ease; }
.sted-nd96__arrow path { stroke-width: 2.25; }
body.home .sted-nd96 a.sted-nd96__button:hover { color: var(--occasion-green); background: none; }
.sted-nd96__button:hover .sted-nd96__arrow-wrap { background: rgba(8, 91, 53, .96); border-color: var(--occasion-green); box-shadow: 0 0 24px rgba(36, 209, 119, .25); }
.sted-nd96__button:hover .sted-nd96__arrow { transform: translateX(3px) rotate(180deg); }
.sted-nd96__button:hover .sted-nd96__arrow-wrap,
.sted-nd96__button:focus-visible .sted-nd96__arrow-wrap { animation-play-state: paused; }
body.home .sted-nd96 a.sted-nd96__button:focus-visible { outline: 2px solid #d1efcb; outline-offset: 5px; }
.sted-nd96__footnote { display: block; margin: 0; font-family: Arial, sans-serif; font-size: 8px; line-height: 1.8; letter-spacing: 1.6px; color: #a1babb; text-align: left; }
@keyframes sted-nd96-arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes sted-nd96-ambient {
    0%, 100% { opacity: .65; }
    50% { opacity: 1; }
}
@keyframes sted-nd96-lightline {
    0%, 100% { background-position: 0 0; opacity: .45; }
    50% { background-position: 0 100%; opacity: .9; }
}
@keyframes sted-nd96-ring {
    0%, 100% { box-shadow: 0 0 0 0 rgba(93, 216, 152, 0), 0 0 14px rgba(0, 154, 78, .08); }
    50% { box-shadow: 0 0 0 6px rgba(93, 216, 152, .035), 0 0 28px rgba(0, 154, 78, .2); }
}
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
    body.home .sted-nd96 .sted-nd96__title {
        color: transparent;
        background-image: linear-gradient(105deg, #ecfff3 20%, #ecfff3 40%, var(--occasion-green) 49%, #f8fffb 55%, #ecfff3 65%);
        background-size: 250% 100%;
        background-clip: text;
        -webkit-background-clip: text;
        animation: sted-nd96-shimmer 9s ease-in-out infinite;
    }
}
@keyframes sted-nd96-shimmer {
    0%, 18% { background-position: 100% 50%; }
    68%, 100% { background-position: 0 50%; }
}
@media (min-width: 1600px) { .sted-nd96 { padding: 30px 48px 22px 24px; } }
@media (max-width: 1024px) {
    body.home .elementor .elementor-element.sted-nd96-hero > .elementor-container { width: 88%; gap: 38px; }
    .sted-nd96 { padding: 22px 28px 18px 6px; }
    .sted-nd96__topline { gap: 10px; margin-bottom: 18px; }
    .sted-nd96__occasion { font-size: 16px; }
    .sted-nd96__edition { font-size: 30px; }
    .sted-nd96__occasion > span:last-child { font-size: 7px; letter-spacing: 1.4px; }
}
@media (max-width: 767px) {
    body.home .elementor .elementor-element.sted-nd96-hero > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        min-height: 0;
        padding: 44px 24px 56px;
        gap: 32px;
    }
    body.home .sted-nd96-hero > .elementor-container > .elementor-element-0549fbd { max-width: 440px; margin-inline: auto; }
    body.home .sted-nd96-hero > .elementor-container > .elementor-element-cc869e5 { width: 130px; top: 14%; left: auto; right: 8%; opacity: .25; }
    .sted-nd96 { justify-self: center; max-width: 440px; padding: 26px 23px 15px 3px; }
    .sted-nd96::before { inset: -25px -12px; }
    body.home .sted-nd96 .sted-nd96__title { font-size: 52px; }
    .sted-nd96 .sted-nd96__message { font-size: 20px; }
    .sted-nd96 .sted-nd96__english { margin-block: 14px 20px; }
    .sted-nd96__footnote { font-size: 7px; letter-spacing: 1.2px; }
    .sted-nd96__bottomline { margin-top: 24px; gap: 12px; }
    .sted-nd96__button-copy { font-size: 16px; }
}
@media (max-width: 359px) {
    body.home .elementor .elementor-element.sted-nd96-hero > .elementor-container { padding-inline: 16px; }
    .sted-nd96 { padding-right: 20px; padding-left: 5px; }
    body.home .sted-nd96 .sted-nd96__title { font-size: 46px; }
    .sted-nd96__occasion { font-size: 15px; }
    .sted-nd96__button-copy { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    .sted-nd96,
    .sted-nd96::before,
    .sted-nd96::after,
    .sted-nd96__arrow-wrap,
    body.home .sted-nd96 .sted-nd96__title { animation: none; }
    body.home .sted-nd96 .sted-nd96__title { color: var(--occasion-white); background: none; }
    .sted-nd96__arrow, .sted-nd96__arrow-wrap, body.home .sted-nd96 a.sted-nd96__button { transition: none; }
    .sted-nd96__button:hover .sted-nd96__arrow { transform: rotate(180deg); }
}
