.sr-app,
.sr-app * {
    box-sizing: border-box;
}

@property --sr-app-card-glow-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

body:has(.sr-app) {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--sr-app-blue, #4148f4) !important;
    overflow-x: hidden;
}

body:has(.sr-app--all-view) {
    background: #f4f6fb !important;
}

body:has(.sr-app) .elementor,
body:has(.sr-app) .elementor-element,
body:has(.sr-app) .elementor-section,
body:has(.sr-app) .elementor-container,
body:has(.sr-app) .elementor-column,
body:has(.sr-app) .elementor-widget-wrap,
body:has(.sr-app) .elementor-widget,
body:has(.sr-app) .elementor-widget-container,
body:has(.sr-app) .e-con,
body:has(.sr-app) .e-con-inner,
body:has(.sr-app) #content,
body:has(.sr-app) #primary,
body:has(.sr-app) .site-content,
body:has(.sr-app) .site-main,
body:has(.sr-app) .page-content,
body:has(.sr-app) .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

body:has(.sr-app) .elementor-section,
body:has(.sr-app) .elementor-element,
body:has(.sr-app) .elementor-container,
body:has(.sr-app) .elementor-column,
body:has(.sr-app) .elementor-widget,
body:has(.sr-app) .elementor-widget-container,
body:has(.sr-app) .e-con,
body:has(.sr-app) .e-con-inner,
body:has(.sr-app) #content,
body:has(.sr-app) #primary,
body:has(.sr-app) .site-content,
body:has(.sr-app) .site-main,
body:has(.sr-app) .page-content,
body:has(.sr-app) .entry-content {
    width: 100% !important;
    max-width: none !important;
}

body:has(.sr-app) .entry-content > :first-child,
body:has(.sr-app) .page-content > :first-child,
body:has(.sr-app) .elementor-widget-container > :first-child {
    margin-top: 0 !important;
}

.sr-app {
    --sr-app-blue: #4148f4;
    --sr-app-blue-soft: #5960ff;
    --sr-app-line: rgba(255, 255, 255, 0.46);
    --sr-app-text: #ffffff;
    --sr-app-muted: rgba(255, 255, 255, 0.74);
    --sr-app-yellow: #fff082;
    --sr-app-mint: #98f3bf;
    --sr-app-pink: #c96bdb;

    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow: hidden;
    color: var(--sr-app-text);
    background: var(--sr-app-blue);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-family: inherit;
}

.sr-app--all-view {
    overflow: visible;
    color: #111111;
    background: #f4f6fb;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.sr-app__end-sentinel {
    width: 100%;
    height: 1px;
}

.sr-app-satisfaction {
    position: fixed;
    right: max(16px, calc((100vw - 990px) / 2 + 16px));
    bottom: 18px;
    z-index: 2147483647 !important;
    width: min(420px, calc(100vw - 32px));
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.sr-app-satisfaction[hidden] {
    display: none;
}

.sr-app-satisfaction.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sr-app-satisfaction__inner {
    padding: 14px 16px 16px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 8px;
    color: #1d2327;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(20, 24, 40, 0.18);
}

.sr-app-satisfaction__inner h2 {
    margin: 0 0 12px;
    color: #1d2327;
    font-size: 16px !important;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.sr-app-satisfaction__options {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.sr-app-satisfaction__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 48px;
    padding: 0 !important;
    border: 1px solid #d7dce7 !important;
    border-radius: 8px !important;
    color: #111111 !important;
    background: #f8fafc !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.sr-app-satisfaction__button span {
    font-size: 25px;
    line-height: 1;
}

.sr-app-satisfaction__button:hover,
.sr-app-satisfaction__button:focus-visible {
    border-color: var(--sr-app-blue) !important;
    background: #eef1ff !important;
    transform: translateY(-1px);
}

.sr-app-satisfaction__button:disabled,
.sr-app-satisfaction.is-submitting .sr-app-satisfaction__button {
    cursor: wait;
    opacity: 0.58;
}

.sr-app .sr-application-header {
    min-height: 118px;
    background: transparent;
}

.sr-app .sr-application-header__inner {
    width: min(100% - 48px, 990px);
    border-bottom-width: 2px;
}

.sr-app .sr-application-header__brand-logo {
    width: clamp(148px, 39vw, 248px);
}

.sr-app .sr-application-header__company {
    width: clamp(58px, 11vw, 72px);
    height: clamp(58px, 11vw, 72px);
    border-width: 2px;
    font-size: clamp(17px, 3vw, 22px) !important;
}

.sr-app__header-back {
    position: absolute;
    top: 43px;
    left: max(20px, calc((100% - 990px) / 2 + 28px));
    z-index: 4;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    border: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
}

.sr-app__header-back[hidden] {
    display: none;
}

.sr-app__header-back::before,
.sr-app__header-back::after {
    position: absolute;
    content: "";
    background: currentColor;
}

.sr-app__header-back::before {
    left: 8px;
    top: 18px;
    width: 22px;
    height: 2px;
}

.sr-app__header-back::after {
    left: 8px;
    top: 12px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    background: transparent;
    transform: rotate(45deg);
}

.sr-app__all-hero {
    margin-top: -1px;
    padding: 21px 20px 39px;
    color: #ffffff;
    background: var(--sr-app-blue);
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    text-align: center;
}

.sr-app__all-hero[hidden] {
    display: none;
}

.sr-app__all-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 4.6vw, 38px) !important;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.sr-app__all-hero p {
    max-width: 460px;
    margin: 9px auto 0;
    color: var(--sr-app-yellow);
    font-size: clamp(16px, 2.8vw, 20px) !important;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
}

.sr-app--all-view .sr-application-header {
    min-height: 88px;
    padding-top: 28px;
    padding-bottom: 0;
    background: var(--sr-app-blue);
}

.sr-app--all-view .sr-app__body {
    padding: 30px 0 42px;
    background: #f4f6fb;
}

.sr-app__connections[hidden],
.sr-app__all-screen[hidden] {
    display: none;
}

.sr-app__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
    padding: 0;
    background: #eef1f8;
}

.sr-app__connections {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 auto;
    padding: 28px 0 31px;
    background: var(--sr-app-blue);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    text-align: center;
}

.sr-app__heading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}

.sr-app__heading h1 {
    margin: 0;
    color: var(--sr-app-text);
    font-size: clamp(25px, 4.2vw, 32px) !important;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.sr-app__heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
}

.sr-app__heading-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sr-app[data-sr-app-state="auth"] .sr-app__heading,
.sr-app[data-sr-app-state="auth"] .sr-app__lead {
    display: none;
}

.sr-app__lead {
    max-width: 700px;
    margin: 12px auto 0;
    padding-inline: 12px;
    color: var(--sr-app-muted);
    font-size: clamp(18px, 3.2vw, 23px) !important;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0;
}

.sr-app__status {
    width: min(100% - 32px, 520px);
    margin: 34px auto 0;
    padding: 18px 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    font-size: 16px !important;
    line-height: 1.35;
}

.sr-app__status:empty,
.sr-app__status[hidden] {
    display: none;
}

.sr-app__status-message {
    margin: 0;
}

.sr-app__status-message + .sr-app__status-message {
    margin-top: 8px;
}

.sr-app__status-message--strong {
    font-weight: 800;
}

.sr-app__status-message--hint {
    color: var(--sr-app-yellow);
}

.sr-app__status-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 16px;
    padding: 11px 18px;
    color: #2738ff !important;
    background: var(--sr-app-mint);
    border-radius: 999px;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    text-decoration: none !important;
}

.sr-app__status-action:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.sr-app__status-action.is-loading {
    opacity: 0.76;
    pointer-events: none;
}

.sr-app__login-button {
    display: block;
    width: calc(100% + 40px);
    margin: -18px -20px;
    padding: 18px 20px;
    border: 0;
    color: inherit;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    letter-spacing: 0;
    text-align: center;
}

.sr-app__login-button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.sr-app__carousel {
    position: relative;
    width: min(100%, 760px);
    margin-top: 42px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    touch-action: pan-y;
}

.sr-app__track {
    display: flex;
    align-items: stretch;
    gap: 2%;
    width: 100%;
    transition: transform 240ms ease;
    will-change: transform;
}

.sr-app-card {
    position: relative;
    isolation: isolate;
    display: flex;
    flex: 0 0 min(68%, 392px);
    min-height: 288px;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid var(--sr-app-line);
    border-radius: 23px;
    opacity: 0.58;
    transform: scale(0.92);
    transition: opacity 200ms ease, transform 200ms ease;
}

.sr-app-card::before {
    position: absolute;
    inset: -2px;
    z-index: 1;
    padding: 2px;
    border-radius: inherit;
    background: conic-gradient(
        from var(--sr-app-card-glow-angle),
        rgba(255, 255, 255, 0.14),
        rgba(255, 240, 130, 1),
        rgba(255, 255, 255, 1),
        rgba(152, 243, 191, 1),
        rgba(255, 132, 219, 0.98),
        rgba(255, 255, 255, 0.14)
    );
    filter: saturate(1.35) drop-shadow(0 0 10px rgba(255, 240, 130, 0.62)) drop-shadow(0 0 14px rgba(152, 243, 191, 0.48));
    content: "";
    pointer-events: none;
    animation: sr-app-card-glow 3.6s linear infinite;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.sr-app-card.is-active {
    opacity: 1;
    transform: scale(1);
}

.sr-app--snapping .sr-app-card {
    transition: none !important;
}

.sr-app-card__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    overflow: hidden;
    color: var(--sr-app-blue);
    background: #ffffff;
    border-radius: 50%;
    font-size: 22px !important;
    font-weight: 800;
    line-height: 1;
}

.sr-app-card__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sr-app-card__tag {
    display: inline-flex;
    max-width: 100%;
    margin-top: 14px;
    padding: 4px 9px;
    color: #2637ff;
    background: var(--sr-app-yellow);
    border-radius: 3px;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sr-app-card__title {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    margin: 8px 0 0;
    color: #ffffff;
    font-size: clamp(21px, 4vw, 25px) !important;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.sr-app-card__person,
.sr-app-card__match {
    max-width: 100%;
    overflow: hidden;
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.83);
    font-size: 19px !important;
    line-height: 1.15;
    letter-spacing: 0;
}

.sr-app-card__match {
    display: -webkit-box;
    margin-top: 8px;
    font-size: 14px !important;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.sr-app-card__person {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sr-app-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
    gap: 14px;
    width: 100%;
    margin-top: auto;
    padding-top: 22px;
}

.sr-app-card__skip,
.sr-app-card__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 72px;
    padding: 0 16px;
    border: 0 !important;
    border-radius: 999px !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 17px !important;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none !important;
    white-space: nowrap;
}

.sr-app-card__skip {
    color: #ffffff !important;
    background: var(--sr-app-pink) !important;
}

.sr-app-card__contact {
    color: #2738ff !important;
    background: var(--sr-app-mint) !important;
}

.sr-app .sr-app-card__skip,
.sr-app .sr-app-card__contact {
    box-shadow: none !important;
    text-decoration: none !important;
}

.sr-app .sr-app-card__skip:hover,
.sr-app .sr-app-card__skip:focus,
.sr-app .sr-app-card__contact:hover,
.sr-app .sr-app-card__contact:focus {
    border: 0 !important;
    box-shadow: none !important;
    filter: brightness(1.02);
}

.sr-app-card__skip span,
.sr-app-card__contact span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex: 0 0 24px;
}

.sr-app-card__skip span img,
.sr-app-card__contact span img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sr-app-card__skip span:has(img)::before,
.sr-app-card__skip span:has(img)::after,
.sr-app-card__contact span:has(img)::before,
.sr-app-card__contact span:has(img)::after {
    display: none !important;
}

.sr-app-card__skip span::before {
    position: absolute;
    inset: 4px;
    display: block;
    content: "";
    border: 3px solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
}

.sr-app-card__skip span::after {
    position: absolute;
    right: 2px;
    top: 3px;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: rotate(31deg);
}

.sr-app-card__contact span::before,
.sr-app-card__contact span::after {
    position: absolute;
    display: block;
    content: "";
    border: 2px solid currentColor;
}

.sr-app-card__contact span::before {
    left: 1px;
    top: 7px;
    width: 18px;
    height: 11px;
    border-radius: 2px;
}

.sr-app-card__contact span::after {
    right: 0;
    top: 3px;
    width: 13px;
    height: 9px;
    border-radius: 2px;
}

.sr-app__view-all {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 54px auto 0;
    padding: 0 !important;
    border: 0 !important;
    color: rgba(255, 255, 255, 0.76) !important;
    background: transparent !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px !important;
}

.sr-app .sr-app__view-all:hover,
.sr-app .sr-app__view-all:focus {
    color: #ffffff !important;
    background: transparent !important;
    box-shadow: none !important;
}

.sr-app__view-all span {
    position: absolute;
    top: -46px;
    left: 50%;
    width: 36px;
    height: 36px;
    transform: translateX(-50%);
}

.sr-app__view-all span img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sr-app__view-all span:has(img)::before,
.sr-app__view-all span:has(img)::after {
    display: none !important;
}

.sr-app__view-all span::before {
    position: absolute;
    left: 4px;
    top: 12px;
    width: 23px;
    height: 18px;
    content: "";
    border: 4px solid var(--sr-app-yellow);
    border-top: 0;
    border-radius: 5px;
}

.sr-app__view-all span::after {
    position: absolute;
    left: 8px;
    top: 0;
    width: 19px;
    height: 24px;
    content: "";
    border-right: 5px solid var(--sr-app-yellow);
    border-bottom: 5px solid var(--sr-app-yellow);
    transform: rotate(38deg);
}

.sr-app-journey {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    margin-top: 0;
    padding: 0 0 34px;
    color: #080808;
    background: #eef1f8;
    text-align: left;
}

.sr-app-journey[hidden] {
    display: none;
}

.sr-app-journey__inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    width: min(100% - 16px, 720px);
    margin: 0 auto;
    padding: 20px 12px 0;
}

.sr-app-journey__loading {
    display: grid;
    min-height: 260px;
    place-items: center;
}

.sr-app-journey__loading[hidden],
.sr-app-journey__content[hidden],
.sr-app-journey__toolbar[hidden],
.sr-app-journey__days[hidden],
.sr-app-journey__list[hidden],
.sr-app-journey__loading-more[hidden] {
    display: none;
}

.sr-app-journey__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.sr-app-journey__loading-more {
    min-height: 32px;
}

.sr-app-journey__sentinel {
    width: 100%;
    height: 1px;
}

.sr-app-journey__loading img {
    display: block;
    width: 76px;
    height: 76px;
    object-fit: contain;
    animation: sr-app-spin 900ms linear infinite;
}

.sr-app-journey__intro {
    margin: 14px 0 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 12px 22px rgba(20, 30, 70, 0.06);
}

.sr-app-journey__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 18px 14px 0;
    background: transparent;
    border-radius: 0;
    text-align: center;
    box-shadow: none;
}

.sr-app-journey__heading h2 {
    margin: 0;
    color: #080808;
    font-size: 20px !important;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
}

.sr-app-journey--auth .sr-app-journey__heading,
.sr-app-journey--auth .sr-app-journey__lead,
.sr-app-journey--auth .sr-app-journey__toolbar,
.sr-app-journey--auth .sr-app-journey__intro,
.sr-app-journey--auth .sr-app-journey__days,
.sr-app-journey--auth .sr-app-journey__list,
.sr-app-journey--loading-empty .sr-app-journey__heading,
.sr-app-journey--loading-empty .sr-app-journey__lead,
.sr-app-journey--loading-empty .sr-app-journey__toolbar,
.sr-app-journey--loading-empty .sr-app-journey__intro,
.sr-app-journey--loading-empty .sr-app-journey__days,
.sr-app-journey--loading-empty .sr-app-journey__list {
    display: none;
}

.sr-app-journey--loading-empty .sr-app-journey__loading {
    min-height: 108px;
    padding-top: 12px;
}

.sr-app-journey__heading-icon {
    position: relative;
    display: inline-flex;
    width: 28px;
    height: 22px;
    flex: 0 0 28px;
    background: transparent url("../img/map.svg") center / contain no-repeat;
}

.sr-app-journey__lead {
    margin: 0;
    padding: 16px 14px 12px;
    color: #4e5b91;
    background: transparent;
    border-radius: 0;
    font-size: 16px !important;
    line-height: 1.12;
    letter-spacing: 0;
    text-align: left;
    box-shadow: none;
}

.sr-app-journey__toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 0;
    padding: 0 14px 12px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.sr-app-journey__search {
    position: relative;
    display: block;
    min-width: 0;
}

.sr-app-journey__search input {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 48px 0 14px;
    border: 0 !important;
    color: #526091;
    background: #eff2f8 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-family: inherit;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0;
}

.sr-app-journey__search input::placeholder {
    color: #6a73a0;
    opacity: 1;
}

.sr-app-journey__search input:focus {
    outline: 2px solid rgba(64, 72, 245, 0.18);
    outline-offset: 2px;
}

.sr-app-journey__search-icon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: 50%;
    width: 25px;
    height: 25px;
    color: #2544ff;
    transform: translateY(-50%);
}

.sr-app-journey__search-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.38);
}

.sr-app-journey__days {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin: 8px 0 14px;
    padding: 6px;
    background: #eef2f7;
    border: 1px solid #dfe5ef;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
    overflow-x: auto;
    scrollbar-width: none;
}

.sr-app-journey__days::-webkit-scrollbar {
    display: none;
}

.sr-app-journey__day {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 0 0 auto;
    min-width: 74px;
    height: 48px;
    padding: 6px 9px !important;
    border: 1px solid transparent !important;
    color: #415078 !important;
    background: transparent !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.sr-app-journey__day.is-active {
    border-color: #cad3e2 !important;
    color: #101828 !important;
    background: #ffffff !important;
    box-shadow: 0 7px 16px rgba(20, 30, 70, 0.12) !important;
}

.sr-app-journey__day:focus-visible {
    outline: 2px solid rgba(64, 72, 245, 0.32);
    outline-offset: 2px;
}

.sr-app-journey__day-label {
    display: grid;
    gap: 2px;
    min-width: 0;
    text-align: center;
}

.sr-app-journey__day-number {
    display: block;
    color: inherit;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

.sr-app-journey__day-name {
    display: block;
    max-width: 42px;
    overflow: hidden;
    color: #6a7390;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.sr-app-journey__day.is-active .sr-app-journey__day-name {
    color: #344054;
}

.sr-app-journey__day-total {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    padding: 0 5px;
    color: #ffffff;
    background: #3f45ff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.sr-app-journey__list {
    --sr-app-journey-icon-size: 66px;

    position: relative;
    display: grid;
    flex: 1 1 auto;
    align-content: start;
    gap: 0;
    margin: 0 -12px;
    padding: 22px 12px 2px;
    background: #ffffff;
    border-radius: 20px;
}

.sr-app-journey__list.is-loading {
    min-height: 156px;
    place-items: center;
}

.sr-app-journey__list.is-loading::after {
    display: block;
    width: 54px;
    height: 54px;
    content: "";
    background: transparent url("../img/logo-feira-2.svg") center / contain no-repeat;
    animation: sr-app-spin 900ms linear infinite;
}

.sr-app-journey-card {
    position: relative;
    display: grid;
    grid-template-columns: var(--sr-app-journey-icon-size) minmax(0, 1fr) 24px;
    align-items: start;
    width: 100%;
    min-height: 92px;
    gap: 22px;
    padding: 0 8px 18px 0 !important;
    border: 0 !important;
    color: #080808 !important;
    appearance: none;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: inherit;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
}

.sr-app-journey-card::before {
    position: absolute;
    left: calc(var(--sr-app-journey-icon-size) / 2);
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 1px;
    content: "";
    background: #dfe3ed;
    transform: translateX(-50%);
}

.sr-app-journey-card:first-child::before {
    top: calc(var(--sr-app-journey-icon-size) / 2);
}

.sr-app-journey-card:last-child::before {
    bottom: calc(100% - (var(--sr-app-journey-icon-size) / 2));
}

.sr-app-journey-card + .sr-app-journey-card {
    border-top: 0 !important;
}

.sr-app-journey-card:hover,
.sr-app-journey-card:focus {
    color: #080808 !important;
    text-decoration: none !important;
}

.sr-app-journey-card:focus {
    outline: 2px solid rgba(64, 72, 245, 0.24);
    outline-offset: 2px;
}

.sr-app-journey-card__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: var(--sr-app-journey-icon-size);
    height: var(--sr-app-journey-icon-size);
    color: #ffffff;
    border-radius: 50%;
}

.sr-app-journey-card__icon--0 {
    background: #4248ff;
}

.sr-app-journey-card__icon--1 {
    background: #ef4354;
}

.sr-app-journey-card__icon--2 {
    background: #ffc144;
}

.sr-app-journey-card__icon--3 {
    background: #78c45a;
}

.sr-app-journey-card__icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 30px;
    content: "";
    background: transparent url("../img/item-post-recommendation-1.svg") center / contain no-repeat;
    transform: translate(-50%, -50%);
}

.sr-app-journey-card__icon--custom::before {
    content: none;
}

.sr-app-journey-card__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.sr-app-journey-card__icon .dashicons {
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
}

.sr-app-journey-card__content {
    display: grid;
    align-content: start;
    min-width: 0;
    padding: 0 0 0;
}

.sr-app-journey-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: #080808;
    font-size: 17px !important;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.sr-app-journey-card__subtitle {
    overflow: hidden;
    margin-top: 2px;
    color: #4e5b91;
    font-size: 16px !important;
    line-height: 1.15;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sr-app-journey-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px solid #e2e6f0;
    color: #4e5b91;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
}

.sr-app-journey-card__meta-item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 5px;
    max-width: 100%;
    flex: 0 0 auto;
}

.sr-app-journey-card__meta-item:last-child {
    flex: 1 1 auto;
}

.sr-app-journey-card__meta-item > span:last-child {
    font-weight: 400;
    overflow-wrap: anywhere;
}

.sr-app-journey-card__meta-icon {
    position: relative;
    display: inline-flex;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: #4e5b91;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sr-app-journey-card__meta-icon--date {
    background-image: url("../img/calendar.svg");
}

.sr-app-journey-card__meta-icon--time {
    background-image: url("../img/clock.svg");
}

.sr-app-journey-card__meta-icon--location {
    background-image: url("../img/pin-map.svg");
}

.sr-app-journey-card__arrow {
    position: relative;
    align-self: start;
    width: 22px;
    height: 22px;
    margin-top: 20px;
    margin-right: 0;
    color: #080808;
}

.sr-app-journey-card__arrow::before {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 12px;
    height: 12px;
    content: "";
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: rotate(45deg);
}

.sr-app-journey__empty {
    margin: 18px 0 0;
    padding: 16px;
    color: #4e5b91;
    background: #ffffff;
    border-radius: 8px;
    font-size: 15px !important;
    line-height: 1.3;
    text-align: center;
}

.sr-app-journey__empty[hidden] {
    display: none;
}

.sr-app__all-screen {
    width: min(100% - 16px, 720px);
    margin: 0 auto;
}

.sr-app__all-toolbar {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 21px;
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 18px;
}

.sr-app__all-search {
    position: relative;
    display: block;
    min-width: 0;
}

.sr-app__all-search input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 45px 0 12px;
    border: 0 !important;
    color: #425080;
    background: #f3f5fb !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-family: inherit;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0;
}

.sr-app__all-search input::placeholder {
    color: #65719f;
    opacity: 1;
}

.sr-app__all-search input:focus {
    outline: 2px solid rgba(64, 72, 245, 0.18);
    outline-offset: 2px;
}

.sr-app__all-search-icon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 14px;
    top: 50%;
    width: 25px;
    height: 25px;
    color: #2544ff;
    transform: translateY(-50%);
}

.sr-app__all-search-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.38);
}

.sr-app__all-filter {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.sr-app__all-filter::before {
    display: block;
    width: 1px;
    height: 32px;
    margin-right: 14px;
    content: "";
    background: #d9deed;
}

.sr-app__all-filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border: 0 !important;
    color: #2544ff !important;
    background: transparent !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    cursor: pointer;
}

.sr-app__all-filter-button img {
    display: block;
    width: 27px;
    height: 31px;
    object-fit: contain;
}

.sr-app__all-filter-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 5;
    display: grid;
    width: 245px;
    padding: 8px;
    gap: 4px;
    background: #ffffff;
    border: 1px solid #e2e6f1;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(18, 26, 72, 0.15);
}

.sr-app__all-filter-menu[hidden] {
    display: none;
}

.sr-app__all-filter-menu button {
    width: 100%;
    padding: 10px 11px !important;
    border: 0 !important;
    color: #243166 !important;
    background: transparent !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px !important;
    line-height: 1.2;
    text-align: left;
}

.sr-app__all-filter-menu button:hover,
.sr-app__all-filter-menu button:focus,
.sr-app__all-filter-menu button.is-active {
    color: #2544ff !important;
    background: #f1f4ff !important;
}

.sr-app__all-list {
    display: grid;
    gap: 10px;
}

.sr-app__all-empty {
    margin: 18px 0 0;
    padding: 18px 20px;
    color: #4d5a8b;
    background: #ffffff;
    border-radius: 8px;
    font-size: 16px !important;
    line-height: 1.35;
    text-align: center;
}

.sr-app__all-loading {
    display: flex;
    justify-content: center;
    min-height: 92px;
    padding: 28px 0;
}

.sr-app__all-loading[hidden] {
    display: none;
}

.sr-app__all-loading::before {
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    background: transparent url("../img/logo-feira-2.svg") center / contain no-repeat;
    content: "";
    animation: sr-app-spin 900ms linear infinite;
}

.sr-app__all-sentinel {
    width: 100%;
    height: 1px;
}

.sr-app__scroll-top {
    position: fixed;
    right: max(18px, calc((100vw - 720px) / 2 + 18px));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0 !important;
    border: 0 !important;
    color: #ffffff !important;
    background: var(--sr-app-blue) !important;
    border-radius: 50% !important;
    box-shadow: 0 12px 32px rgba(18, 26, 72, 0.22) !important;
    cursor: pointer;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.sr-app__scroll-top[hidden] {
    display: none;
}

.sr-app__scroll-top::before {
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 6px;
    content: "";
    border-top: 3px solid currentColor;
    border-left: 3px solid currentColor;
    transform: rotate(45deg);
}

.sr-app .sr-app__scroll-top:hover,
.sr-app .sr-app__scroll-top:focus {
    color: #ffffff !important;
    background: var(--sr-app-blue-soft) !important;
    box-shadow: 0 14px 36px rgba(18, 26, 72, 0.28) !important;
}

.sr-app .sr-app__scroll-top:focus-visible {
    outline: 3px solid rgba(37, 68, 255, 0.28);
    outline-offset: 3px;
}

.sr-app-list-card {
    display: grid;
    padding: 28px 20px 20px;
    color: #070707;
    background: #ffffff;
    border-radius: 8px;
}

.sr-app-list-card__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: min(42vw, 180px) !important;
    height: 50px !important;
    margin: 0 auto 16px;
    overflow: hidden;
    color: var(--sr-app-blue);
    background: #ffffff;
    font-size: 42px !important;
    font-weight: 800;
    line-height: 1;
}

.sr-app-list-card__logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sr-app-list-card__tag {
    display: inline-flex;
    justify-self: start;
    max-width: 100%;
    margin: 0 0 7px;
    padding: 4px 6px;
    color: #2544ff;
    background: var(--sr-app-yellow);
    border-radius: 2px;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
}

.sr-app-list-card__title {
    margin: 0;
    color: #000000;
    font-size: 20px !important;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: 0;
}

.sr-app-list-card__person {
    margin: 4px 0 18px;
    color: #4d5a8b;
    font-size: 17px !important;
    line-height: 1.22;
    letter-spacing: 0;
}

.sr-app-list-card__match {
    margin: 0 0 18px;
    color: #4d5a8b;
    font-size: 15px !important;
    line-height: 1.3;
    letter-spacing: 0;
}

.sr-app-list-card hr {
    display: block;
    width: calc(100% + 40px);
    height: 1px;
    min-height: 1px;
    margin: 0 0 18px -20px;
    padding: 0;
    border: 0;
    background: #edf0f7;
}

.sr-app-list-card__contact-title {
    margin: 0 0 10px;
    color: #4d5a8b;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

.sr-app-list-card__contacts {
    display: grid;
    gap: 8px;
}

.sr-app-list-card__contact {
    display: inline-flex;
    align-items: center;
    min-height: 41px;
    padding: 0 25px;
    gap: 8px;
    color: #2952ff !important;
    background: #d7f8df !important;
    clip-path: polygon(2.4% 0, 100% 0, 97.6% 100%, 0 100%);
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    text-decoration: none !important;
}

.sr-app-list-card__contact:hover,
.sr-app-list-card__contact:focus {
    color: #1f43e7 !important;
    background: #cdf4d8 !important;
    text-decoration: none !important;
}

.sr-app-list-card__contact span:last-child {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.sr-app-list-card__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.sr-app-list-card__contact-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sr-app-list-card__empty {
    margin: 0;
    color: #4d5a8b;
    font-size: 15px !important;
}

.sr-app-modal[hidden] {
    display: none;
}

.sr-app-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 12px;
}

.sr-app-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 12, 84, 0.62);
}

.sr-app-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(calc(100vw - 20px), 728px);
    padding: 32px 32px 33px;
    overflow: hidden;
    color: #000000;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.sr-app-modal__content.sr-app-journey-detail {
    margin: -14px -14px -15px;
}

.sr-app-modal__dialog h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.sr-app-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    width: 34px;
    height: 34px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
    opacity: 0.42;
}

.sr-app-modal__close::before,
.sr-app-modal__close::after {
    position: absolute;
    left: 8px;
    top: 16px;
    width: 18px;
    height: 2px;
    content: "";
    background: #17205f;
}

.sr-app-modal__close::before {
    transform: rotate(45deg);
}

.sr-app-modal__close::after {
    transform: rotate(-45deg);
}

.sr-app-detail {
    display: grid;
    align-items: start;
}

.sr-app-detail__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: min(44vw, 220px);
    height: 166px;
    margin: 0 auto 24px;
    overflow: hidden;
    color: var(--sr-app-blue);
    background: #ffffff;
    font-size: 52px !important;
    font-weight: 800;
    line-height: 1;
}

.sr-app-detail__logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sr-app-detail__tag {
    display: inline-flex;
    justify-self: start;
    max-width: 100%;
    margin: 0 0 9px;
    padding: 5px 9px;
    color: #2544ff;
    background: var(--sr-app-yellow);
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
}

.sr-app-detail__company {
    color: #000000;
    font-size: clamp(26px, 4vw, 34px) !important;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
}

.sr-app-detail__person {
    margin: 8px 0 28px;
    color: #4d5a8b;
    font-size: clamp(24px, 3.5vw, 30px) !important;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
}

.sr-app-detail__match {
    margin: -14px 0 28px;
    color: #4d5a8b;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
}

.sr-app-detail hr {
    display: block;
    width: calc(100% + 64px);
    height: 2px;
    min-height: 2px;
    margin: 0 0 31px -32px;
    padding: 0;
    border: 0;
    background: #e8ebf3;
}

.sr-app-detail__section-title {
    margin: 0 0 14px;
    color: #4d5a8b;
    font-size: clamp(18px, 3.5vw, 28px) !important;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
}

.sr-app-journey-detail {
    position: relative;
    display: grid;
    align-items: start;
    min-height: 560px;
}

.sr-app-journey-detail__frame {
    display: block;
    width: 100%;
    height: min(78vh, 820px);
    min-height: 560px;
    border: 0;
    background: #ffffff;
    opacity: 0;
}

.sr-app-journey-detail.is-loaded .sr-app-journey-detail__frame {
    opacity: 1;
}

.sr-app-journey-detail__loading {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
    background: #ffffff;
}

.sr-app-journey-detail.is-loaded .sr-app-journey-detail__loading {
    display: none;
}

.sr-app-journey-detail__loading::before {
    display: block;
    width: 76px;
    height: 76px;
    content: "";
    background: transparent url("../img/logo-feira-2.svg") center / contain no-repeat;
    animation: sr-app-spin 900ms linear infinite;
}

.sr-app-detail__contact {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 66px;
    margin: 0 0 16px;
    padding: 0 42px;
    gap: 12px;
    color: #2952ff !important;
    background: #d7f8df !important;
    clip-path: polygon(2.4% 0, 100% 0, 97.6% 100%, 0 100%);
    font-size: clamp(24px, 3.4vw, 30px) !important;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    text-decoration: none !important;
}

.sr-app-detail__contact span:last-child {
    display: block;
    min-width: 0;
    overflow: visible;
    overflow-wrap: anywhere;
    white-space: normal;
}

.sr-app-detail__contact:hover,
.sr-app-detail__contact:focus {
    color: #1f43e7 !important;
    background: #cdf4d8 !important;
    text-decoration: none !important;
}

.sr-app-detail__contact-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.sr-app-detail__contact-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sr-app-detail__contact-icon:has(img)::before,
.sr-app-detail__contact-icon:has(img)::after {
    display: none !important;
}

.sr-app-detail__contact--phone .sr-app-detail__contact-icon::before {
    position: absolute;
    inset: 3px;
    content: "";
    border: 3px solid currentColor;
    border-radius: 50%;
}

.sr-app-detail__contact--phone .sr-app-detail__contact-icon::after {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 9px;
    height: 13px;
    content: "";
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    border-radius: 0 0 0 5px;
    transform: rotate(-35deg);
}

.sr-app-detail__contact--email .sr-app-detail__contact-icon::before {
    position: absolute;
    left: 1px;
    top: 7px;
    width: 28px;
    height: 17px;
    content: "";
    border: 3px solid currentColor;
}

.sr-app-detail__contact--email .sr-app-detail__contact-icon::after {
    position: absolute;
    left: 5px;
    top: 9px;
    width: 20px;
    height: 12px;
    content: "";
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-45deg) skew(8deg, 8deg);
}

.sr-app-detail__empty {
    margin: 0;
    color: #4d5a8b;
    font-size: 18px !important;
    line-height: 1.35;
}

.sr-app-tour[hidden] {
    display: none;
}

.sr-app-tour-open,
.sr-app-tour-open body {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}

.sr-app-tour__backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(10, 12, 22, 0.58);
}

.sr-app-tour__panel {
    position: fixed;
    left: 50%;
    z-index: 100;
    width: min(calc(100vw - 64px), 410px);
    padding: 22px 22px 24px;
    color: #ffffff;
    background: #1326a8;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(5, 12, 55, 0.28);
    text-align: center;
    transform: translateX(-50%);
}

.sr-app-tour__panel::before {
    position: absolute;
    left: 50%;
    top: -15px;
    width: 0;
    height: 0;
    content: "";
    border-right: 13px solid transparent;
    border-bottom: 16px solid #1326a8;
    border-left: 13px solid transparent;
    transform: translateX(-50%);
}

.sr-app-tour__panel--above-target::before {
    top: auto;
    bottom: -15px;
    border-top: 16px solid #1326a8;
    border-bottom: 0;
}

.sr-app--tour-step-1 .sr-app-tour__panel {
    top: min(61vh, 560px);
}

.sr-app--tour-step-2 .sr-app-tour__panel {
    top: min(43vh, 442px);
    text-align: left;
}

.sr-app-tour__title {
    max-width: 300px;
    margin: 0 auto 12px;
    color: #ffffff;
    font-size: 21px !important;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0;
}

.sr-app-tour__title[hidden] {
    display: none;
}

.sr-app-tour__description {
    margin: 0;
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
}

.sr-app-tour__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(156px, 100%);
    min-height: 58px;
    margin: 28px auto 0;
    padding: 12px 20px !important;
    border: 0 !important;
    color: #2544ff !important;
    background: #98f3bf !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none !important;
}

.sr-app-tour__button:focus {
    outline: 3px solid rgba(255, 255, 255, 0.86);
    outline-offset: 3px;
}

.sr-app--tour-step-1 .sr-app-tour__button {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    background: transparent !important;
}

.sr-app--tour-step-1 .sr-app-tour__button:hover,
.sr-app--tour-step-1 .sr-app-tour__button:focus {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.sr-app--tour-step-1 .sr-app-tour__button:focus {
    outline: 0;
    box-shadow: none !important;
}

.sr-app-tour-target {
    position: relative;
    z-index: 90;
    pointer-events: none;
}

.sr-app--tour-step-1 [data-sr-app-home].sr-app-tour-target {
    z-index: 90;
    box-shadow: 0 24px 34px rgba(3, 8, 35, 0.34);
}

.sr-app-modal-open {
    overflow: hidden;
}

@keyframes sr-app-card-glow {
    to {
        --sr-app-card-glow-angle: 1turn;
    }
}

@keyframes sr-app-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sr-app-card::before {
        animation: none;
    }

    .sr-app-journey__loading img,
    .sr-app-journey-detail__loading::before,
    .sr-app__all-loading::before {
        animation-duration: 1600ms;
    }

    .sr-app-tour__panel {
        transition: none;
    }
}

@media (max-width: 767px) {
    .sr-app {
        min-height: 100svh;
    }

    .sr-app .sr-application-header__inner {
        width: calc(100% - 52px);
        grid-template-columns: minmax(54px, 1fr) minmax(148px, auto) minmax(54px, 1fr);
    }

    .sr-app__header-back {
        top: 33px;
        left: 22px;
    }

    .sr-app--all-view .sr-application-header {
        min-height: 86px;
        padding-top: 28px;
    }

    .sr-app__all-hero {
        padding: 16px 20px 39px;
    }

    .sr-app--all-view .sr-app__body {
        padding-top: 0px;
    }

    .sr-app__all-screen {
        width: calc(100% - 16px);
    }

    .sr-app__all-toolbar {
        padding: 18px 20px;
        border-radius: 18px;
    }

    .sr-app__body {
        padding-top: 0px;
    }

    .sr-app__lead {
        padding-inline: 13px;
    }

    .sr-app-card {
        flex-basis: min(59%, 392px);
        min-height: 206px;
        padding: 27px;
        border-radius: 23px;
    }

    .sr-app-card__logo {
        width: 47px;
        height: 47px;
        font-size: 16px !important;
    }

    .sr-app-card__tag {
        margin-top: 10px;
        padding: 3px 6px;
        font-size: 8px !important;
        line-height: 1.05;
    }

    .sr-app-card__title {
        margin-top: 7px;
        font-size: 16px !important;
        line-height: 1.08;
    }

    .sr-app-card__person {
        margin-top: 4px;
        font-size: 14px !important;
    }

    .sr-app-card__match {
        margin-top: 5px;
        font-size: 9px !important;
    }

    .sr-app-card__actions {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr);
        gap: 14px;
        padding-top: 17px;
    }

    .sr-app-card__skip span,
    .sr-app-card__contact span {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        flex-basis: 18px;
    }

    .sr-app__view-all {
        margin-top: 42px;
        font-size: 20px !important;
    }

    .sr-app__view-all span {
        top: -38px;
        width: 36px;
        height: 36px;
    }

    .sr-app__scroll-top {
        right: 16px;
        bottom: max(16px, env(safe-area-inset-bottom));
        width: 48px;
        height: 48px;
    }

    .sr-app-modal {
        padding: 10px;
    }

    .sr-app-modal__dialog {
        width: calc(100vw - 20px);
        padding: 28px 32px 32px;
        border-radius: 14px;
    }

    .sr-app-modal__close {
        top: 14px;
        right: 14px;
    }

    .sr-app-detail__logo {
        width: 150px;
        height: 128px;
        margin-bottom: 19px;
        font-size: 44px !important;
    }

    .sr-app-detail__tag {
        padding: 5px 9px;
        font-size: 14px !important;
    }

    .sr-app-detail__company {
        font-size: 30px !important;
    }

    .sr-app-detail__person {
        margin-bottom: 26px;
        font-size: 28px !important;
    }

    .sr-app-detail__section-title {
        font-size: 18px !important;
    }

    .sr-app-detail__contact {
        min-height: 66px;
        padding-inline: 34px;
        font-size: 25px !important;
        clip-path: polygon(2.4% 0, 100% 0, 97.6% 100%, 0 100%);
    }

    .sr-app-tour__panel {
        width: min(calc(100vw - 56px), 410px);
        border-radius: 15px;
    }

    .sr-app--tour-step-1 .sr-app-tour__panel {
        top: min(61vh, 560px);
    }

    .sr-app--tour-step-2 .sr-app-tour__panel {
        top: min(43vh, 442px);
    }
}

@media (max-width: 560px) {
    .sr-app__track {
        gap: 2%;
    }

    .sr-app-card {
        flex-basis: min(59%, 392px);
    }
}

@media (max-width: 430px) {
    .sr-app__heading {
        gap: 10px;
    }

    .sr-app__heading h1 {
        font-size: 26px !important;
    }

    .sr-app__lead {
        font-size: 20px !important;
    }

    .sr-app__all-hero h1 {
        font-size: 29px !important;
    }

    .sr-app__all-hero p {
        font-size: 16px !important;
    }

    .sr-app__all-toolbar {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        padding: 18px 20px;
    }

    .sr-app__all-search input {
        height: 40px;
        font-size: 16px !important;
    }

    .sr-app__all-filter::before {
        margin-right: 10px;
    }

    .sr-app-list-card {
        padding: 28px 20px 20px;
    }

    .sr-app-list-card__logo {
        width: 180px;
        max-width: 64vw;
        height: 110px;
    }

    .sr-app-list-card__contact {
        min-height: 41px;
        padding-inline: 25px;
        font-size: 17px !important;
    }

    .sr-app-card {
        flex-basis: 59%;
        min-height: 206px;
        padding: 27px;
    }

    .sr-app-card__skip,
    .sr-app-card__contact {
        min-height: 44px;
        padding-inline: 12px;
        font-size: 12px !important;
    }

    .sr-app-modal__dialog {
        padding: 26px 24px 32px;
    }

    .sr-app-detail__logo {
        width: 132px;
        height: 112px;
        margin-bottom: 17px;
        font-size: 40px !important;
    }

    .sr-app-detail__tag {
        font-size: 11px !important;
    }

    .sr-app-detail__company {
        font-size: 26px !important;
    }

    .sr-app-detail__person {
        margin-top: 8px;
        margin-bottom: 26px;
        font-size: 16px !important;
    }

    .sr-app-detail hr {
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-bottom: 27px;
    }

    .sr-app-detail__section-title {
        margin-bottom: 14px;
        font-size: 18px !important;
    }

    .sr-app-detail__contact {
        min-height: 56px;
        margin-bottom: 15px;
        padding: 10px 22px;
        align-items: center;
        font-size: 19px !important;
    }

    .sr-app-detail__contact-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .sr-app-tour__panel {
        width: min(calc(100vw - 48px), 410px);
        padding: 21px 22px 24px;
    }

    .sr-app-tour__title {
        font-size: 20px !important;
    }

    .sr-app-tour__description {
        font-size: 18px !important;
    }

    .sr-app-tour__button {
        min-height: 54px;
        margin-top: 28px;
        font-size: 18px !important;
    }
}

@media (min-width: 768px) {
    .sr-app {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .sr-app__track {
        gap: 15px;
    }

    .sr-app-card {
        flex-basis: 392px;
    }

    .sr-app--tour-step-1 .sr-app-tour__panel {
        top: 52vh;
    }

    .sr-app--tour-step-2 .sr-app-tour__panel {
        top: 42vh;
    }
}
