

/* Start:/local/templates/rioni/assets/css/rioni-standard-hero.css?178691987044960*/
/*
 * Rioni Standard Hero v2.3.2.2
 * One image standard. Fixed safe-zone profiles. No cropping.
 */

.rioni-standard-hero,
.rioni-standard-hero *,
.rioni-standard-hero *::before,
.rioni-standard-hero *::after {
    box-sizing: border-box;
}

.rioni-standard-hero {
    padding: 0;
    background: #ffffff;
    color: #2a2a2a;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.rioni-standard-hero__container {
    width: min(1280px, 100%);
    margin: 0 auto;
}

.rioni-standard-hero__canvas {
    position: relative;
    width: 100%;
}

.rioni-standard-hero__picture,
.rioni-standard-hero__image {
    display: block;
    width: 100%;
}

.rioni-standard-hero__image {
    height: auto;
}

.rioni-standard-hero__safe-zone {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.rioni-standard-hero__safe-zone--v-top {
    justify-content: flex-start;
}

.rioni-standard-hero__safe-zone--v-center {
    justify-content: center;
}

.rioni-standard-hero__safe-zone--v-bottom {
    justify-content: flex-end;
}

.rioni-standard-hero__title {
    margin: 0 0 24px;
    color: var(--rioni-hero-title-color, #2a2a2a);
    font-size: var(--rioni-hero-title-size, 42px);
    font-weight: var(--rioni-hero-title-weight, 500);
    line-height: 1.1;
    letter-spacing: 0;
    text-align: var(--rioni-hero-title-align, left);
    overflow-wrap: anywhere;
}

.rioni-standard-hero__text {
    margin: 0 0 32px;
    color: var(--rioni-hero-text-color, #2a2a2a);
    font-size: var(--rioni-hero-text-size, 14px);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: var(--rioni-hero-text-align, left);
    overflow-wrap: anywhere;
}

.rioni-standard-hero__actions {
    display: flex;
    justify-content: inherit;
}

.rioni-standard-hero__button {
    display: inline-flex;
    width: max-content;
    min-height: 42px;
    overflow: hidden;
    align-items: stretch;
    border: 1px solid var(--rioni-hero-button-border, #2e4376);
    border-radius: 999px;
    color: var(--rioni-hero-button-text, #2e4376);
    text-decoration: none;
    background: var(--rioni-hero-button-bg, #edf6ff);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.rioni-standard-hero__button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.rioni-standard-hero__button-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.rioni-standard-hero__button-icon {
    display: inline-flex;
    width: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    color: var(--rioni-hero-button-icon, #ffffff);
    background: var(--rioni-hero-button-icon-bg, #2e4376);
}

.rioni-standard-hero__button-icon > span {
    position: relative;
    display: block;
    width: 14px;
    height: 10px;
}

.rioni-standard-hero__button-icon > span::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 1px;
    width: 12px;
    height: 2px;
    background: currentColor;
}

.rioni-standard-hero__button-icon > span::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.rioni-standard-hero__button-label-mobile {
    display: none;
}

/* First Screen desktop/tablet safe-zone profiles. Canvas standard: 2560x1510. */
.rioni-standard-hero--profile-cutout-left .rioni-standard-hero__safe-zone {
    top: 19.55%;
    bottom: 7.11%;
    left: 4.5%;
    width: 39%;
    max-width: 510px;
}

.rioni-standard-hero--profile-overlay-left .rioni-standard-hero__safe-zone {
    top: 21.33%;
    bottom: 10.66%;
    left: 5%;
    width: 42%;
}

.rioni-standard-hero--profile-main-split .rioni-standard-hero__safe-zone {
    top: 37.33%;
    right: 4.5%;
    bottom: 7.11%;
    width: 41%;
}

/* Search mode. */
.rioni-standard-hero__search {
    display: flex;
    width: min(100%, 460px);
    min-height: 44px;
    overflow: hidden;
    border: 1px solid var(--rioni-hero-button-border, #2e4376);
    border-radius: 999px;
    background: #ffffff;
}

.rioni-standard-hero__search-input {
    min-width: 0;
    flex: 1 1 auto;
    padding: 10px 16px;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
}

.rioni-standard-hero__search-button {
    width: 44px;
    flex: 0 0 44px;
    border: 0;
    color: var(--rioni-hero-button-icon, #ffffff);
    background: var(--rioni-hero-button-icon-bg, #2e4376);
}

.rioni-standard-hero__legacy-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .rioni-standard-hero {
        padding-top: 0;
    }

    .rioni-standard-hero__title {
        margin-bottom: 18px;
    }

    .rioni-standard-hero__text {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .rioni-standard-hero {
        padding: 0;
    }

    .rioni-standard-hero--no-mobile {
        display: none;
    }

    .rioni-standard-hero__legacy-mobile {
        display: block;
    }

    .rioni-standard-hero__container {
        width: 100%;
    }

    .rioni-standard-hero__safe-zone {
        right: auto;
        max-width: none;
    }

    .rioni-standard-hero--mobile-profile-cutout-left .rioni-standard-hero__safe-zone {
        top: 15%;
        bottom: 43%;
        left: 8%;
        width: 59.2%;
    }

    .rioni-standard-hero--mobile-profile-overlay-left .rioni-standard-hero__safe-zone {
        top: 25%;
        bottom: 18%;
        left: 8%;
        width: 72%;
    }

    .rioni-standard-hero--mobile-profile-main-split .rioni-standard-hero__safe-zone {
        top: 48%;
        right: 7%;
        bottom: 8%;
        left: auto;
        width: 72%;
    }

    .rioni-standard-hero__safe-zone--v-mobile-top {
        justify-content: flex-start;
    }

    .rioni-standard-hero__safe-zone--v-mobile-center {
        justify-content: center;
    }

    .rioni-standard-hero__safe-zone--v-mobile-bottom {
        justify-content: flex-end;
    }

    .rioni-standard-hero__title {
        margin-bottom: 14px;
        font-size: var(--rioni-hero-title-size-mobile, 24px);
        text-align: var(--rioni-hero-title-align-mobile, left);
    }

    .rioni-standard-hero__text {
        margin-bottom: 20px;
        font-size: var(--rioni-hero-text-size-mobile, 12px);
        line-height: 1.3;
        text-align: var(--rioni-hero-text-align-mobile, left);
    }

    .rioni-standard-hero__button {
        min-height: 36px;
    }

    .rioni-standard-hero__button-label {
        padding: 7px 14px;
        font-size: 12px;
    }

    .rioni-standard-hero__button-icon {
        width: 38px;
        flex-basis: 38px;
    }

    .rioni-standard-hero__button-label-desktop {
        display: none;
    }

    .rioni-standard-hero__button-label-mobile {
        display: inline;
    }
}

/* ============================================================
   RIONI FIRST SCREEN FIGMA CTA v2.3.2.2
   Figma reference: node 3481:41424.

   Structure:
   [ label pill ] 6px gap [ arrow pill ]
   Desktop label: 16px / 600, 21px horizontal padding.
   Arrow pill: 54×39.
   ============================================================ */

/*
 * TEXT mode: when there is no CTA/search below the text,
 * .rioni-standard-hero__text is the last child of safe-zone.
 * Its historical 32px margin must not participate in bottom alignment.
 */
.rioni-standard-hero__text:last-child {
    margin-bottom: 0;
}

/*
 * HTML preview text may contain editor-generated paragraph margins.
 * Normalize only the outer edges. TEXT_CTA keeps the container's own
 * margin-bottom, therefore spacing before CTA remains intact.
 */
.rioni-standard-hero__text > :first-child {
    margin-top: 0;
}

.rioni-standard-hero__text > :last-child {
    margin-bottom: 0;
}

/* Figma CTA: two independent pills, not one merged capsule. */
.rioni-standard-hero__button {
    display: inline-flex;
    width: max-content;
    min-height: 0;
    overflow: visible;
    align-items: center;
    gap: 6px;
    border: 0;
    border-radius: 0;
    color: var(--rioni-hero-button-text, #0f171f);
    text-decoration: none;
    background: transparent;
}

.rioni-standard-hero__button-label {
    display: inline-flex;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    padding: 8px 21px 10px;
    border: 1px solid var(--rioni-hero-button-border, transparent);
    border-radius: 30px;
    color: var(--rioni-hero-button-text, #0f171f);
    background: var(--rioni-hero-button-bg, #edf6ff);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.rioni-standard-hero__button-icon {
    display: inline-flex;
    width: 54px;
    height: 39px;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rioni-hero-button-border, transparent);
    border-radius: 30px;
    color: var(--rioni-hero-button-icon, #0f171f);
    background: var(--rioni-hero-button-icon-bg, #edf6ff);
}

.rioni-standard-hero__button-icon > span {
    position: relative;
    display: block;
    width: 20px;
    height: 14px;
}

.rioni-standard-hero__button-icon > span::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 2px;
    width: 16px;
    height: 2px;
    background: currentColor;
}

.rioni-standard-hero__button-icon > span::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .rioni-standard-hero__button {
        min-height: 0;
        gap: 4px;
    }

    .rioni-standard-hero__button-label {
        min-height: 36px;
        padding: 7px 14px;
        font-size: 12px;
    }

    .rioni-standard-hero__button-icon {
        width: 44px;
        height: 36px;
        flex-basis: 44px;
    }
}

/* ============================================================
   RIONI FIRST SCREEN RICH TEXT COMPATIBILITY v2.3.3D.1

   Rioni site-wide typography assigns font-size / line-height to
   generic text tags. Plain Standard Hero text is protected because
   the component class sits on the final <p>. Rich PREVIEW_TEXT uses
   a wrapper <div>, so nested block text must explicitly inherit the
   component-controlled typography.

   Explicit inline author formatting remains stronger.
   ============================================================ */

.rioni-standard-hero .rioni-standard-hero__text p,
.rioni-standard-hero .rioni-standard-hero__text li,
.rioni-standard-hero .rioni-standard-hero__text blockquote {
    font-size: inherit;
    line-height: inherit;
}

/* RIONI MAIN_SPLIT HOME FIGMA PILOT v1.0.3 START */
/*
 * Desktop Figma source of truth:
 * Hero artwork node: 7:9100
 * UTP node: 7:9099 — x=650, y=493, w=509, h=231
 * H1: 42px / 110%, 3 lines, node h=138
 * H1 -> body gap: 24px
 * Body: 18px / Figma AUTO, 3 lines, node h=69 (23px per line)
 * Body -> CTA gap: 24px
 * CTA node: 2346:13658 — x=650, y=748, w=229, h=39
 *
 * Safe-zone coordinates remain unchanged: they already match the
 * intended left edge / width and vertical bottom anchor.
 */
.rioni-standard-hero--profile-main-split .rioni-standard-hero__safe-zone {
    top: 37.33%;
    right: 9.45%;
    bottom: 5.40%;
    width: 39.80%;
    max-width: none;
}

.rioni-standard-hero--profile-main-split .rioni-standard-hero__title {
    margin: 0 0 22px;
    padding-bottom: 2px;
    overflow: visible;
    line-height: 1.1;
    background-image: linear-gradient(
        33.204deg,
        #103673 40.454%,
        #4A77C1 81.539%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.rioni-standard-hero--profile-main-split .rioni-standard-hero__text {
    margin-bottom: 24px;
    line-height: 23px;
}

/* Safe-zone vertical BOTTOM must not become horizontal CTA alignment. */
.rioni-standard-hero--profile-main-split .rioni-standard-hero__actions {
    justify-content: flex-start;
}

@media (max-width: 767px) {
    /* Mobile pilot geometry retained unchanged until separate mobile QA. */
    .rioni-standard-hero--mobile-profile-main-split .rioni-standard-hero__safe-zone {
        top: 43.86%;
        right: auto;
        bottom: 8%;
        left: 21.33%;
        width: 65.60%;
        max-width: none;
    }

    .rioni-standard-hero--mobile-profile-main-split .rioni-standard-hero__title {
        margin-bottom: 18px;
        background-image: none;
        color: var(--rioni-hero-title-color, #2E4376);
        -webkit-text-fill-color: currentColor;
    }

    .rioni-standard-hero--mobile-profile-main-split .rioni-standard-hero__text {
        margin-bottom: 18px;
        line-height: 1;
    }

    .rioni-standard-hero--mobile-profile-main-split .rioni-standard-hero__button {
        gap: 4px;
    }

    .rioni-standard-hero--mobile-profile-main-split .rioni-standard-hero__button-label {
        min-height: 33px;
        padding: 8px 20px 10px;
        font-size: 12px;
    }

    .rioni-standard-hero--mobile-profile-main-split .rioni-standard-hero__button-icon {
        width: 42px;
        height: 31px;
        flex-basis: 42px;
    }
}
/* RIONI MAIN_SPLIT HOME FIGMA PILOT v1.0.3 END */

/* RIONI MAIN_SPLIT LANGUAGE TUNE v1.0.0 START */
/*
 * GE desktop only.
 * Georgian glyphs need 3px more bottom paint reserve.
 * The title-to-body rhythm remains unchanged:
 * padding-bottom 2px -> 5px (+3)
 * margin-bottom 22px -> 19px (-3)
 *
 * Both ka and ge are supported because site URL language id is "ge"
 * while semantic Georgian language code is "ka".
 */
@media (min-width: 768px) {
    html[lang="ge"] .rioni-standard-hero--profile-main-split .rioni-standard-hero__title,
    html[lang="ka"] .rioni-standard-hero--profile-main-split .rioni-standard-hero__title,
    html[lang^="ge-"] .rioni-standard-hero--profile-main-split .rioni-standard-hero__title,
    html[lang^="ka-"] .rioni-standard-hero--profile-main-split .rioni-standard-hero__title {
        padding-bottom: 5px;
        margin-bottom: 19px;
    }
}
/* RIONI MAIN_SPLIT LANGUAGE TUNE v1.0.0 END */

/* RIONI MAIN HERO EN DESKTOP GLYPH RESERVE v1.0.0 START
 * EN MAIN_SPLIT desktop/tablet only.
 * Adds +3px glyph paint reserve and compensates title→body spacing
 * by -3px so the approved composition does not move.
 */
@media (min-width: 768px) {
    html[lang="en"] .rioni-standard-hero--profile-main-split .rioni-standard-hero__title,
    html[lang^="en-"] .rioni-standard-hero--profile-main-split .rioni-standard-hero__title {
        padding-bottom: 5px;
        margin-bottom: 19px;
    }
}
/* RIONI MAIN HERO EN DESKTOP GLYPH RESERVE v1.0.0 END */

/* RIONI STANDARD HERO MOBILE CUTOUT_LEFT v1.0.1 BEGIN */
/*
 * Mobile-only safe zone for the approved CUTOUT_LEFT PNG 750x1336.
 * The desktop/tablet profile and content alignment classes are untouched.
 */
@media (max-width: 767px) {
    /* RIONI STANDARD HERO MOBILE CUTOUT_LEFT GEOMETRY TUNE v1.0.4 */
/* RIONI STANDARD HERO MOBILE CUTOUT_LEFT RIGHT GAP TUNE v1.0.5 */
.rioni-standard-hero--mobile-profile-cutout-left .rioni-standard-hero__safe-zone {
        top: 9%;
        right: auto;
        bottom: 43%;
        left: 6%;
        width: 67%;
        max-width: none;
    }
}
/* RIONI STANDARD HERO MOBILE CUTOUT_LEFT v1.0.1 END */

/* RIONI STANDARD HERO MOBILE PREVIEW OVERRIDE v1.0.4 CSS BEGIN */
.rioni-standard-hero__text--mobile-preview-override {
    display: none;
}

@media (max-width: 767px) {
    .rioni-standard-hero--has-mobile-preview-override
    .rioni-standard-hero__safe-zone > .rioni-standard-hero__text:not(.rioni-standard-hero__text--mobile-preview-override) {
        display: none;
    }

    .rioni-standard-hero--has-mobile-preview-override
    .rioni-standard-hero__text--mobile-preview-override {
        display: block;
    }
}
/* RIONI STANDARD HERO MOBILE PREVIEW OVERRIDE v1.0.4 CSS END */

/* ============================================================
   RIONI STANDARD HERO PAGE_INTRO v1.0.1 CSS
   Generic first-page intro without image.
   Desktop pilot geometry is based on the existing Documents page:
   title start = 48px section padding + 100px docs-hero padding.
   User-approved change: body width 780px, 14px, #2A2A2A, centered.
   ============================================================ */

.rioni-standard-hero--profile-page-intro {
    padding: 170px 0 20px;
}

.rioni-standard-hero--profile-page-intro .rioni-standard-hero__canvas {
    position: relative;
}

.rioni-standard-hero--profile-page-intro .rioni-standard-hero__safe-zone {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(780px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
}

.rioni-standard-hero--profile-page-intro .rioni-standard-hero__title {
    width: min(580px, 100%);
    margin: 0 auto 36px;
    line-height: 1.2;
}

.rioni-standard-hero--profile-page-intro .rioni-standard-hero__text {
    width: 100%;
    margin: 0;
    line-height: 1.55;
}

/* Documents pilot: existing search remains page-owned and follows PAGE_INTRO. */
.section-docs-hero.section-docs-hero--page-intro-search {
    padding: 0 0 70px;
}

.docs-hero.docs-hero--page-intro-search {
    max-width: 580px;
    margin: 0 auto;
    padding-top: 0;
}

@media (max-width: 767px) {
    .rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro {
        padding: 90px 0 20px;
    }

    .rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro
    .rioni-standard-hero__safe-zone {
        width: calc(100% - 32px);
    }

    .rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro
    .rioni-standard-hero__title {
        width: 100%;
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro
    .rioni-standard-hero__text {
        line-height: 1.45;
    }

    .section-docs-hero.section-docs-hero--page-intro-search {
        padding: 0 0 20px;
    }
}


/* ============================================================
   RIONI STANDARD HERO PAGE_INTRO SPACING TUNE v1.0.2
   Documents pilot — exact Figma spacing:
   Desktop: TEXT → SEARCH 20px; SEARCH → first preview 70px.
   Mobile:  TEXT → SEARCH 20px; SEARCH → first preview 20px.
   No typography, widths, search styling or document content changed.
   ============================================================ */

/* ============================================================
   RIONI SERVICES STANDARD HERO RU PILOT v1.0.5 CSS
   Generic ROULETTE_CTA completion for Standard Hero.
   No safe-zone profile geometry is changed here.
   ============================================================ */
.rioni-standard-hero__title--roulette {
    margin-bottom: 60px;
    line-height: 1.0714286;
}

.rioni-standard-hero__roulette-prefix,
.rioni-standard-hero__roulette-title,
.rioni-standard-hero__roulette-lead {
    display: inline;
}

.rioni-standard-hero__roulette {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    transition: height 0.55s cubic-bezier(.65, 0, .35, 1);
}

.rioni-standard-hero__roulette-item {
    display: none;
    width: 100%;
}

.rioni-standard-hero__roulette-item:first-child,
.rioni-standard-hero__roulette-item.is-active {
    display: block;
}

.rioni-standard-hero__roulette.is-ready .rioni-standard-hero__roulette-item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    transform: translateY(110%);
    transition:
        transform 0.58s cubic-bezier(.65, 0, .35, 1),
        opacity 0.18s linear;
    pointer-events: none;
}

.rioni-standard-hero__roulette.is-ready .rioni-standard-hero__roulette-item.is-active {
    opacity: 1;
    transform: translateY(0);
}

.rioni-standard-hero__roulette.is-ready .rioni-standard-hero__roulette-item.is-leaving {
    opacity: 0;
    transform: translateY(-110%);
}

@media (max-width: 767px) {
    .rioni-standard-hero__title--roulette {
        margin-bottom: 30px;
        line-height: .92;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rioni-standard-hero__roulette,
    .rioni-standard-hero__roulette-item {
        transition: none !important;
    }
}
/* RIONI SERVICES STANDARD HERO RU PILOT v1.0.5 CSS END */

/* RIONI SERVICES STANDARD HERO ROULETTE CTA ALIGN FIX v1.0.7 BEGIN
   Roulette CTA must align with the left edge of the roulette/title block.
   This avoids inheriting flex-end from vertical BOTTOM safe-zone alignment.
   No safe-zone geometry is changed.
*/
.rioni-standard-hero__title--roulette ~ .rioni-standard-hero__actions {
    justify-content: flex-start;
}
/* RIONI SERVICES STANDARD HERO ROULETTE CTA ALIGN FIX v1.0.7 END */
/* RIONI SERVICES SHARED MOBILE LAYOUT v1.0.1 BEGIN */
/*
 * Shared Services Mobile safe-zone.
 *
 * Vertical geometry remains based on Figma cutout variant 3779:17991:
 *   top = 55.24%
 *   bottom = 21.86%
 *
 * Horizontal tuning:
 *   left = 8% (30px on 375px canvas; matches roulette Figma text edge)
 *   width = 70.4%
 *
 * The previous right boundary is preserved:
 *   12% + 66.4% = 78.4%
 *    8% + 70.4% = 78.4%
 *
 * IMPORTANT:
 * - geometry only;
 * - typography remains editor-controlled;
 * - no CTA styling here;
 * - existing CUTOUT_LEFT / OVERLAY_LEFT profiles are untouched.
 */
@media (max-width: 767px) {
    .rioni-standard-hero--mobile-profile-services .rioni-standard-hero__safe-zone {
        top: 55.24%;
        right: auto;
        bottom: 21.86%;
        left: 8%;
        width: 70.4%;
        max-width: none;
    }
}
/* RIONI SERVICES SHARED MOBILE LAYOUT v1.0.1 END */
/* RIONI SERVICES MOBILE ROULETTE DESCENDER SAFE PADDING v1.0.4 BEGIN */
/*
 * Typographic breathing room only.
 * At 36px, 0.16em ≈ 5.8px.
 * Applied to roulette items so the measured height includes descenders.
 */
@media (max-width: 767px) {
    .rioni-standard-hero--mobile-profile-services .rioni-standard-hero__roulette-item {
        padding-bottom: 0.16em;
    }
}
/* RIONI SERVICES MOBILE ROULETTE DESCENDER SAFE PADDING v1.0.4 END */
/* RIONI SERVICES FINAL ROULETTE TYPOGRAPHY v1.0.6 BEGIN */
/*
 * Desktop/Tablet:
 * 54px Services roulette needs additional paint reserve for descenders.
 * 0.14em = 7.56px at 54px.
 *
 * GE Mobile:
 * Georgian glyphs are not clipped, but multiline pairs need more vertical air.
 * The public Georgian HTML language is ka; ge variants are kept for compatibility.
 */
@media (min-width: 768px) {
    .rioni-standard-hero--mobile-profile-services .rioni-standard-hero__roulette-item {
        padding-bottom: 0.14em;
    }
}

@media (max-width: 767px) {
    html[lang="ka"] .rioni-standard-hero--mobile-profile-services .rioni-standard-hero__roulette-item,
    html[lang^="ka-"] .rioni-standard-hero--mobile-profile-services .rioni-standard-hero__roulette-item,
    html[lang="ge"] .rioni-standard-hero--mobile-profile-services .rioni-standard-hero__roulette-item,
    html[lang^="ge-"] .rioni-standard-hero--mobile-profile-services .rioni-standard-hero__roulette-item {
        line-height: 1.08;
    }
}
/* RIONI SERVICES FINAL ROULETTE TYPOGRAPHY v1.0.6 END */

/* RIONI STANDARD HERO MOBILE TECHNICAL TAIL FIRST PAINT AB v1.0.0 BEGIN */
/*
 * Mobile image-based Standard Hero only.
 *
 * Visible canvas remains 750x1336 design coordinates.
 * Outer Hero receives a 4-design-px compositor safety tail:
 *   4 / 750 = 0.533333%
 *
 * Equal negative margin keeps the following block at H=1336,
 * while the physical Hero box continues underneath to H=1340.
 *
 * PAGE_INTRO / imageless is explicitly excluded.
 */
@media (max-width: 767px) {
    .rioni-standard-hero:not(.rioni-standard-hero--imageless) {
        padding-bottom: 0.533333%;
        margin-bottom: -0.533333%;
    }
}
/* RIONI STANDARD HERO MOBILE TECHNICAL TAIL FIRST PAINT AB v1.0.0 END */

/* ============================================================
   RIONI STANDARD HERO LINE HEIGHT OPT-IN v1.0.0 CSS BEGIN

   Backward compatibility:
   - no existing line-height declaration above is changed;
   - these rules match only when the corresponding Content property
     is explicitly filled and the template adds the opt-in class.
   ============================================================ */

@media (min-width: 768px) {
    .rioni-standard-hero.rioni-standard-hero--custom-title-line-height
    .rioni-standard-hero__safe-zone
    .rioni-standard-hero__title,
    .rioni-standard-hero.rioni-standard-hero--custom-title-line-height
    .rioni-standard-hero__safe-zone
    .rioni-standard-hero__roulette-item,
    .rioni-standard-hero.rioni-standard-hero--custom-title-line-height
    .rioni-standard-hero__safe-zone
    .rioni-standard-hero__roulette-lead {
        line-height: var(--rioni-hero-title-line-height);
    }

    .rioni-standard-hero.rioni-standard-hero--custom-text-line-height
    .rioni-standard-hero__safe-zone
    .rioni-standard-hero__text {
        line-height: var(--rioni-hero-text-line-height);
    }
}

@media (max-width: 767px) {
    .rioni-standard-hero.rioni-standard-hero--custom-title-line-height-mobile
    .rioni-standard-hero__safe-zone
    .rioni-standard-hero__title,
    .rioni-standard-hero.rioni-standard-hero--custom-title-line-height-mobile
    .rioni-standard-hero__safe-zone
    .rioni-standard-hero__roulette-item,
    .rioni-standard-hero.rioni-standard-hero--custom-title-line-height-mobile
    .rioni-standard-hero__safe-zone
    .rioni-standard-hero__roulette-lead {
        line-height: var(--rioni-hero-title-line-height-mobile);
    }

    .rioni-standard-hero.rioni-standard-hero--custom-text-line-height-mobile
    .rioni-standard-hero__safe-zone
    .rioni-standard-hero__text {
        line-height: var(--rioni-hero-text-line-height-mobile);
    }
}

/* New generic optional CTA alignment classes.
   They do nothing unless the editor selects a value.
   Existing profile/template rules remain authoritative when properties are empty. */
.rioni-standard-hero__actions--align-left {
    justify-content: flex-start !important;
}

.rioni-standard-hero__actions--align-center {
    justify-content: center !important;
}

.rioni-standard-hero__actions--align-right {
    justify-content: flex-end !important;
}

@media (max-width: 767px) {

    .rioni-standard-hero__actions--align-mobile-left {
        justify-content: flex-start !important;
    }

    .rioni-standard-hero__actions--align-mobile-center {
        justify-content: center !important;
    }

    .rioni-standard-hero__actions--align-mobile-right {
        justify-content: flex-end !important;
    }
}

/* RIONI PAGE_INTRO DOCUMENTS GEOMETRY CTA ALIGN v1.1.1 CSS END */

/* ============================================================
   RIONI PAGE_INTRO SEARCH PERSISTENCE CLEAR v1.0.0 CSS BEGIN

   UX-only addition. Outer Search geometry is intentionally unchanged.
   Custom clear control sits between input and submit icon.
   ============================================================ */

.rioni-standard-hero__page-intro-search-input::-webkit-search-cancel-button,
.rioni-standard-hero__page-intro-search-input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.rioni-standard-hero__page-intro-search-clear {
    position: relative;
    flex: 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin: 0 12px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0F171F;
    cursor: pointer;
}

.rioni-standard-hero__page-intro-search-clear[hidden] {
    display: none !important;
}

.rioni-standard-hero__page-intro-search-clear > span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
}

.rioni-standard-hero__page-intro-search-clear > span::before,
.rioni-standard-hero__page-intro-search-clear > span::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: 50% 50%;
}

.rioni-standard-hero__page-intro-search-clear > span::before {
    transform: rotate(45deg);
}

.rioni-standard-hero__page-intro-search-clear > span::after {
    transform: rotate(-45deg);
}

.rioni-standard-hero__page-intro-search-clear:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .rioni-standard-hero__page-intro-search-clear {
        flex-basis: 16px;
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }

    .rioni-standard-hero__page-intro-search-clear > span {
        width: 12px;
        height: 12px;
    }

    .rioni-standard-hero__page-intro-search-clear > span::before,
    .rioni-standard-hero__page-intro-search-clear > span::after {
        top: 5px;
        width: 12px;
        height: 1.5px;
    }
}

/* RIONI PAGE_INTRO SEARCH PERSISTENCE CLEAR v1.0.0 CSS END */

/* ============================================================
   RIONI PAGE_INTRO DOCUMENTS DESKTOP 420 + CLEAR HOVER v1.0.0 CSS BEGIN

   Accepted Search UX refinement:
   - JS [hidden] remains authoritative for empty input.
   - Desktop: non-empty clear × is visually revealed on Search hover
     or focus-within.
   - Mobile/touch <=767px: non-empty clear × remains visible because
     hover is not a reliable interaction.
   - Search outer geometry is unchanged.
   ============================================================ */

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
    .rioni-standard-hero__page-intro-search-clear:not([hidden]) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: scale(0.88);
        transition:
            opacity 140ms ease,
            visibility 140ms ease,
            transform 140ms ease;
    }

    .rioni-standard-hero__page-intro-search:hover
    .rioni-standard-hero__page-intro-search-clear:not([hidden]),
    .rioni-standard-hero__page-intro-search:focus-within
    .rioni-standard-hero__page-intro-search-clear:not([hidden]) {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: scale(1);
    }
}

@media (max-width: 767px), (hover: none), (pointer: coarse) {
    .rioni-standard-hero__page-intro-search-clear:not([hidden]) {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }
}

@media (max-width: 767px) {
}

/* RIONI PAGE_INTRO DISCLOSURE TEXT_SEARCH ROLLOUT v1.0.0 CSS END */

/* RIONI PAGE_INTRO DESKTOP 248 + CTA MAIN DEFAULT v1.0.0 CSS */

/* RIONI PAGE_INTRO TEXT ACTION SLOT RESERVE v1.0.0 SUPERSEDED BY UNIVERSAL CORE */

/* ============================================================
   RIONI PAGE_INTRO UNIVERSAL CORE + TARIFFS DECOUPLE v1.0.0 BEGIN

   PAGE_INTRO owns ONLY its own first-screen composition:
     TEXT / TEXT_SEARCH / TEXT_CTA

   It does not know which page section follows it.

   Desktop invariant:
     min-height 420
     top content origin 170
     safe-zone min-height 248
     technical tail 2
     Search/CTA footprint = 20 + 56
     TEXT invisible reserve = 76

   Mobile invariant:
     min-height 328
     top content origin 90
     safe-zone min-height 235
     technical tail 3
     Search/CTA footprint = 20 + 48
     TEXT invisible reserve = 68

   Long editor-managed content still grows naturally.
   ============================================================ */

.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless {
    box-sizing: border-box;
    min-height: 420px;
    height: auto;
    padding: 170px 0 2px;
    overflow: visible;
}

.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless
.rioni-standard-hero__container,
.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless
.rioni-standard-hero__canvas {
    min-height: 0;
    height: auto;
}

.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless
.rioni-standard-hero__safe-zone {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(780px, calc(100% - 40px));
    max-width: none;
    min-height: 248px;
    height: auto;
    margin: 0 auto;
    transform: none;
}

.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless
.rioni-standard-hero__title {
    width: min(580px, 100%);
    max-width: 580px;
    margin-right: auto;
    margin-bottom: 36px;
    margin-left: auto;
}

.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless
.rioni-standard-hero__text {
    width: 100%;
    margin-bottom: 0;
}

/* TEXT_SEARCH — universal PAGE_INTRO functional slot */
.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless.rioni-standard-hero--page-intro-mode-text-search
.rioni-standard-hero__page-intro-search {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    box-sizing: border-box;
    width: min(480px, 100%);
    max-width: 480px;
    height: 56px;
    margin: 20px auto 0;
    padding: 4px 20px;
}

/* TEXT_CTA — same universal action footprint as Search */
.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless.rioni-standard-hero--page-intro-mode-text-cta
.rioni-standard-hero__actions {
    box-sizing: border-box;
    width: min(480px, 100%);
    max-width: 480px;
    height: 56px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEXT — reserve the same action footprint, without rendering an action */


@media (max-width: 767px) {
    .rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro.rioni-standard-hero--imageless {
        min-height: 328px;
        height: auto;
        padding: 90px 0 3px;
    }

    .rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro.rioni-standard-hero--imageless
    .rioni-standard-hero__safe-zone {
        width: min(343px, calc(100% - 32px));
        max-width: none;
        min-height: 235px;
        height: auto;
    }

    .rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro.rioni-standard-hero--imageless
    .rioni-standard-hero__title {
        width: 100%;
        max-width: 343px;
        margin-bottom: 12px;
    }

    .rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro.rioni-standard-hero--imageless.rioni-standard-hero--page-intro-mode-text-search
    .rioni-standard-hero__page-intro-search {
        width: min(335px, 100%);
        max-width: 335px;
        height: 48px;
        margin-top: 20px;
        padding: 0 20px;
    }

    .rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro.rioni-standard-hero--imageless.rioni-standard-hero--page-intro-mode-text-cta
    .rioni-standard-hero__actions {
        width: min(335px, 100%);
        max-width: 335px;
        height: 48px;
        margin-top: 20px;
        justify-content: center;
    }

    
}

/* RIONI PAGE_INTRO UNIVERSAL CORE + TARIFFS DECOUPLE v1.0.0 END */

/* ============================================================
   RIONI PAGE_INTRO UNIVERSAL SEARCH SKIN v1.0.0 BEGIN

   The TEXT_SEARCH markup is a Standard Hero feature, therefore its
   visual skin must be a Standard Hero PAGE_INTRO feature as well.
   No PAGE_KEY selectors are allowed here.

   Documents/Disclosure historical page-scoped rules may remain as
   compatible legacy duplicates; these generic rules are authoritative
   for every PAGE_INTRO, including future pages.
   ============================================================ */

.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless.rioni-standard-hero--page-intro-mode-text-search
.rioni-standard-hero__page-intro-search {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    align-items: center;
    width: min(480px, 100%);
    max-width: 480px;
    height: 56px;
    margin: 20px auto 0;
    padding: 4px 20px;
    transform: none;
    border: 0;
    border-radius: 40px;
    background: #CAD9F6;
    box-sizing: border-box;
}

.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless
.rioni-standard-hero__page-intro-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0 16px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0F171F;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
}

.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless
.rioni-standard-hero__page-intro-search-input::placeholder {
    color: #0F171F;
    opacity: 1;
}

.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless
.rioni-standard-hero__page-intro-search-button {
    flex: 0 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--imageless
.rioni-standard-hero__page-intro-search-button > span {
    display: block;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    background:
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230F171F' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E")
        50% / contain no-repeat;
}

@media (max-width: 767px) {
    .rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro.rioni-standard-hero--imageless.rioni-standard-hero--page-intro-mode-text-search
    .rioni-standard-hero__page-intro-search {
        width: min(335px, 100%);
        max-width: 335px;
        height: 48px;
        margin-top: 20px;
        padding: 0 20px;
    }

    .rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro.rioni-standard-hero--imageless
    .rioni-standard-hero__page-intro-search-input {
        padding-right: 12px;
        font-size: 12px;
    }

    .rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro.rioni-standard-hero--imageless
    .rioni-standard-hero__page-intro-search-button,
    .rioni-standard-hero.rioni-standard-hero--profile-page-intro.rioni-standard-hero--mobile-profile-page-intro.rioni-standard-hero--imageless
    .rioni-standard-hero__page-intro-search-button > span {
        flex-basis: 16px;
        width: 16px;
        height: 16px;
    }
}

/* RIONI PAGE_INTRO UNIVERSAL SEARCH SKIN v1.0.0 END */

/* ============================================================
   RIONI PAGE_INTRO TEXT REAL-CONTENT FLOW v1.0.0 BEGIN

   Final invariant:
   - TEXT contains only its real Title + Text.
   - No invisible Search/CTA footprint is reserved.
   - PAGE_INTRO base min-height remains unchanged.
   - Short TEXT may therefore leave natural free space.
   - As text grows, that free space shrinks.
   - When content exceeds the base minimum, Hero auto-grows.

   TEXT_SEARCH and TEXT_CTA are unchanged.
   ============================================================ */
/* RIONI PAGE_INTRO TEXT REAL-CONTENT FLOW v1.0.0 END */

/* RIONI DICTIONARY STANDARD HERO CANONICALIZED v1.0.0 BEGIN */
/* Migrated 1:1 from dictionary-standard-hero.css.
 * Scope remains Dictionary wrapper only; geometry/Search selectors unchanged. */
.rioni-dictionary-standard-hero .rioni-standard-hero {
    padding: 0;
}

/* Desktop Figma 1280×755:
 * text x=110, y=300; search width=580; text width≈403.
 */
.rioni-dictionary-standard-hero
.rioni-standard-hero--profile-overlay-left
.rioni-standard-hero__safe-zone {
    top: 39.1%;
    right: auto;
    bottom: auto;
    left: 8.59375%;
    width: 45.3125%;
    max-width: none;
}

.rioni-dictionary-standard-hero .rioni-standard-hero__title,
.rioni-dictionary-standard-hero .rioni-standard-hero__text {
    max-width: 403px;
}

.rioni-dictionary-standard-hero .rioni-standard-hero__title {
    margin-bottom: 24px;
    line-height: 1.1;
}

.rioni-dictionary-standard-hero .rioni-standard-hero__text {
    margin-bottom: 58px;
    line-height: 1.25;
}

.rioni-dictionary-standard-hero .rioni-standard-hero__search {
    width: 100%;
    max-width: 580px;
    height: 60px;
    min-height: 60px;
    border: 0;
    border-radius: 40px;
    background: #fff;
}

.rioni-dictionary-standard-hero .rioni-standard-hero__search-input {
    height: 60px;
    padding: 0 20px;
    color: #0f171f;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.rioni-dictionary-standard-hero .rioni-standard-hero__search-input::placeholder {
    color: #a7a7a7;
    opacity: 1;
}

.rioni-dictionary-standard-hero .rioni-standard-hero__search-button {
    position: relative;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    padding: 0;
    color: #0f171f;
    background: #fff;
}

.rioni-dictionary-standard-hero .rioni-standard-hero__search-button > span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
}

.rioni-dictionary-standard-hero .rioni-standard-hero__search-button > span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border: 1.8px solid currentColor;
    border-radius: 50%;
}

.rioni-dictionary-standard-hero .rioni-standard-hero__search-button > span::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 7px;
    height: 1.8px;
    border-radius: 2px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
}

/* Mobile Figma uses 750×1336 asset → 375×668 rendered image.
 * The Figma mobile copy is stale, therefore search stays in normal flow
 * after the current canonical RU subtitle instead of being absolutely fixed.
 */
@media (max-width: 767px) {
    /* Dictionary RU mobile Figma v1.0.2
     * The current glossary block starts ~64px lower than the Figma target
     * after the complete 750×1336 hero image. Compensate only on mobile.
     */

    .rioni-dictionary-standard-hero .rioni-standard-hero {
        padding: 0;
    }

    .rioni-dictionary-standard-hero
    .rioni-standard-hero--mobile-profile-overlay-left
    .rioni-standard-hero__safe-zone {
        top: 29.9401%;
        right: auto;
        bottom: auto;
        left: 8%;
        width: 70.1333%;
        max-width: none;
    }

    .rioni-dictionary-standard-hero .rioni-standard-hero__title,
    .rioni-dictionary-standard-hero .rioni-standard-hero__text {
        max-width: 219px;
    }

    .rioni-dictionary-standard-hero .rioni-standard-hero__title {
        margin-bottom: 20px;
        line-height: 1;
    }

    .rioni-dictionary-standard-hero .rioni-standard-hero__text {
        margin-bottom: 20px;
        line-height: 1.25;
    }

    .rioni-dictionary-standard-hero .rioni-standard-hero__search {
        width: 100%;
        max-width: 263px;
        height: 35px;
        min-height: 35px;
        border-radius: 40px;
    }

    .rioni-dictionary-standard-hero .rioni-standard-hero__search-input {
        height: 35px;
        padding: 0 12px;
        font-size: 12px;
    }

    .rioni-dictionary-standard-hero .rioni-standard-hero__search-button {
        width: 35px;
        height: 35px;
        flex-basis: 35px;
    }

    .rioni-dictionary-standard-hero .rioni-standard-hero__search-button > span {
        width: 18px;
        height: 18px;
    }

    .rioni-dictionary-standard-hero .rioni-standard-hero__search-button > span::before {
        top: 2px;
        left: 2px;
        width: 10px;
        height: 10px;
        border-width: 1.5px;
    }

    .rioni-dictionary-standard-hero .rioni-standard-hero__search-button > span::after {
        top: 12px;
        left: 12px;
        width: 6px;
        height: 1.5px;
    }
}
/* RIONI DICTIONARY STANDARD HERO CANONICALIZED v1.0.0 END */

/* End */


/* Start:/local/components/rioni/standard.hero/templates/services-cutout/style.css?17869198705496*/
/* RIONI SERVICES SEPARATE CUTOUT TEMPLATE v1.0.0 BEGIN */
/*
 * SECOND, independent Services component template.
 *
 * Figma:
 * Desktop 3777:17816
 * Mobile  3779:17991
 *
 * This CSS is auto-loaded only with component template "services-cutout".
 * It does not modify the roulette/.default template.
 */

.rioni-standard-hero--template-services-cutout
.rioni-standard-hero__safe-zone {
    right: auto;
    bottom: auto;
    max-width: none;
}

/*
 * Desktop / Tablet.
 *
 * 1280x755 reference:
 * x=80  => 6.25%
 * y=450 => 59.602649%
 * w=403 => 31.484375%
 */
@media (min-width: 768px) {
    /* RIONI SERVICES CUTOUT SAFE-ZONE CANONICAL FINAL v1.0.2 */
    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__safe-zone {
        top: calc(49.53642384% + 30px);
        right: auto;
        bottom: 30px;
        left: 6.25%;
        width: 31.484375%;
        max-width: none;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__title {
        margin: 0 0 12px;
        line-height: 1.1;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__text {
        margin: 0 0 24px;
        line-height: 1;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__actions {
        justify-content: flex-start;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__button {
        gap: 6px;
        min-height: 39px;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__button-label,
    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__button-label-mobile {
        font-size: 16px;
        font-weight: 600;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__button-icon {
        width: 54px;
        height: 39px;
        min-width: 54px;
    }
}

/*
 * Mobile.
 *
 * 375x668 image reference:
 * x=45 => 12%
 * w=249 => 66.4%
 * page y=422, image page y=53
 * relative y = 369/668 = 55.239521%
 */
@media (max-width: 767px) {
    /*
     * The default header mobile logo remains in the DOM
     * so header layout is untouched; only its artwork is hidden.
     * This template renders the Figma white logo over the hero.
     */
    .header__logo--mobile {
        visibility: hidden;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__container {
        position: relative;
    }

    .rioni-services-cutout__mobile-logo {
        position: absolute;
        z-index: 20;
        top: 20px;
        left: 16px;
        display: block;
        width: 90px;
        height: 34px;
    }

    .rioni-services-cutout__mobile-logo img {
        display: block;
        width: 90px;
        height: 34px;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__safe-zone {
        top: calc(46.10778443% + 30px);
        right: auto;
        bottom: 30px;
        left: 12%;
        width: 66.4%;
        max-width: none;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__title {
        margin: 0 0 12px;
        font-size: 24px;
        line-height: 1.1;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__text {
        margin: 0 0 24px;
        font-size: 12px;
        line-height: 1;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__actions {
        justify-content: flex-start;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__button {
        gap: 4px;
        min-height: 31px;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__button-label,
    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__button-label-mobile {
        font-size: 12px;
        font-weight: 600;
    }

    .rioni-standard-hero--template-services-cutout
    .rioni-standard-hero__button-icon {
        width: 42px;
        height: 31px;
        min-width: 42px;
    }
}

@media (min-width: 768px) {
    .rioni-services-cutout__mobile-logo {
        display: none;
    }
}
/* RIONI SERVICES SEPARATE CUTOUT TEMPLATE v1.0.0 END */

/* RIONI SERVICES CUTOUT MOBILE HEADER FINAL FIGMA FIX v1.0.4 BEGIN */
@media (max-width: 767px) {
    /*
     * Figma 3779:17991 — verified in browser preview at 375px.
     *
     * 42px controls container:
     * - language 56x36 centered => visible y=17
     * - burger 36x36 centered   => visible y=17
     * - 10px gap
     * - 16px right edge
     */
    .header--with-topbar .header__inner,
    .header--with-topbar.header--topbar-compact .header__inner {
        top: 14px;
        right: 16px;
        height: 42px;
        gap: 10px;
        padding: 0;
        align-items: center;
    }

    /*
     * The desktop nav is visually hidden on Mobile but remains a zero-width
     * flex item and consumes one additional flex gap.
     *
     * The Mobile drawer navigation is a different element and is not
     * affected by this rule.
     */
    .header__nav {
        display: none;
    }

    .header__burger {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }
}
/* RIONI SERVICES CUTOUT MOBILE HEADER FINAL FIGMA FIX v1.0.4 END */


/* RIONI_SERVICES_CUTOUT_VERTICAL_ALIGNMENT_FIX_V1_0_1
 * Services CUTOUT safe-zone no longer hard-forces vertical flex-start.
 * Standard Hero editor TOP/CENTER/BOTTOM classes are authoritative.
 */

/* End */


/* Start:/local/components/rioni/feedback/templates/.default/style.min.css?1784302038251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /local/templates/rioni/assets/css/rioni-standard-hero.css?178691987044960 */
/* /local/components/rioni/standard.hero/templates/services-cutout/style.css?17869198705496 */
/* /local/components/rioni/feedback/templates/.default/style.min.css?1784302038251 */
