#top .mod_login_top i {
    margin-right: 1px;
}


element.style {
}
.step-number {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accentSoft);
    color: var(--accentColorDark);
    font-weight: 800;
    margin-bottom: 16px;
}
* {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--bodyBackgroundColor);
    color: var(--body-color);
    font-family: "Source Sans 3", Verdana, Arial, sans-serif;
    line-height: 1.8rem;
    font-size: 15px;
}
:root {
    --accentColor: #e66700;
    --accentColorDark: #c95600;
    --accentSoft: #fff1e6;
    --secondColor: #465665;
    --bgColorLightGray: #f7f7f7;
    --bgColorGray: #f8f8f8;
    --bodyBackgroundColor: #ffffff;
    --txtColorGray: #7f7f7f;
    --body-color: #555;
    --headline-color: rgb(59, 60, 66);
    --contentBoxedWidth: 1240px;
    --contentPaddingLeftRight: 40px;
    --radiusLarge: 26px;
    --radiusMedium: 18px;
    --radiusSmall: 12px;
    --shadowSoft: 0 14px 30px rgba(0, 0, 0, 0.05);
    --shadowTiny: 0 4px 12px rgba(0, 0, 0, 0.04);
}
a.btn-outline {
    display: inline-block;
    padding: 15px 34px;
    min-width: 160px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 1.5;
    transition: all .2s ease;
    text-align: center;
    border: 2px solid rgba(59, 60, 66, .18);
    background: transparent;
    color: var(--headline-color);
}
.ce_hyperlink a, a.btn, .btn .btn--primary .submit, .svu-trialSignup .actions .btn.btn--primary.submit {
    display: inline-block;
    padding: 15px 34px;
    min-width: 160px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 1.5;
    transition: all .2s ease;
    text-align: center;
    border: 2px solid var(--accentColor);
    background: var(--accentColor);
    color: #fff;
    box-shadow: none;
}
.svu-trialSignup .actions .btn.btn--primary.submit {
    border-radius: 20px;
}
.usp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}
.usp-card {
    padding: 22px 20px;
    min-height: 110px;
}
.usp-card, .info-card, .step-card, .genre-card, .faq-item, .presence-text, .presence-media, .trial-card, .path-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 26px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.05);
}
.path-card {
    padding: 24px;
    background: linear-gradient(180deg, #fff 0%, #fdf8f3 100%);
    border-color: rgba(230, 103, 0, .2);
}
.path-card .intro {
    color: #666;
    margin-bottom: 18px;
}
.path-list {
    display: grid;
    gap: 14px;
}
.path-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
}
.path-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 11px 14px;
    border-radius: 999px;
    background: #fff1e6;
    color: #c95600;
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
}
.path-progress {
    height: 10px;
    border-radius: 999px;
    background: #ece5dc;
    margin-top: 18px;
    
}
.trial-card {
    padding: 36px;
    border-color: rgba(230, 103, 0, .2);
    background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
}
.trial-lead {
    font-size: 1.18rem;
    color: #666;
    margin-bottom: 18px;
}
.trial-flags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.trial-flag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(230, 103, 0, .08);
    color: #c95600;
    font-weight: 800;
    line-height: 1.2;
}
.trial-list {
    padding-left: 24px;
    margin-top: 12px;
}
.trial-side {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.trial-note-box {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}
.trial-note-box .mini {
    padding: 12px 14px;
    border-radius: 16px;
    background: #f7f7f7;
    color: #53535a;
    line-height: 1.45;
    border: 1px solid rgba(0, 0, 0, .05);
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff1e6;
    color: #c95600;
    font-weight: 800;
    font-size: .98rem;
    margin-bottom: 25px;
    line-height: 1.2;
}
.cta-band {
    background: linear-gradient(135deg, #e66700, #f18f3f);
    color: #fff;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 16px 34px rgba(230, 103, 0, .2);
}
.cta-band h2, .cta-band p {
    color: #fff;
}
.cta-band .actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.cta-band .actions a {
    background: #fff;
    color: #c95600;
    border-color: #fff;
}
.cta-band .actions a.btn-outline {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
a.btn-outline {
    display: inline-block;
    padding: 15px 34px;
    min-width: 160px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 1.5;
    transition: all .2s ease;
    text-align: center;
    border: 2px solid rgba(59, 60, 66, .18);
    background: transparent;
    margin: 0 0 15px;
}
a.btn-outline:hover {
    border-color: #e66700;
    color: #e66700;
    transform: translateY(-1px);
}
.header .mainmenu ul li a.highlight span {
    border-radius: 15px;
    border-style: solid;
}.operator-card {
    background: linear-gradient(180deg, #fff 0%, #fff9f4 100%);
    border-color: rgba(230, 103, 0, .18);
}
presence-text, .presence-media, .operator-card, .operator-portrait {
    padding: 30px;
}
usp-card, .info-card, .step-card, .genre-card, .faq-item, .presence-text, .presence-media, .trial-card, .path-card, .visual-card, .operator-card, .operator-portrait, .quote-strip {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 26px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.05);
}
.operator-note {
    font-size: 1.1rem;
    line-height: 1.85rem;
    color: #555a60;
}
.operator-sign {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-weight: 800;
    color: rgb(59,60,66);
}
.portrait-placeholder {
    aspect-ratio: 4 / 5;
    min-height: 360px;
}
.portrait-placeh {
    aspect-ratio: 4 / 5;
    min-height: 160px;
}
.operator-card {
    background: linear-gradient(180deg, #fff 0%, #fff9f4 100%);
    border-color: rgba(230, 103, 0, .18);
}
.mod_article:not(.fullwidth) > .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ce_fancylink {
    -webkit-backface-visibility: hidden;
    -webkit-transition: translate3d(0,0,0);
}
.ce_fancylink.style2.fancylink_color_accent a, .ce_fancylink.style2.fancylink_color_accent .arrow:before {
    color: #e66700;
}
.ce_fancylink.style2 a {
    position: relative;
    display: inline-block;
    padding-right: 35px;
}
.autogrid_row.gutter_m {
    margin-left: -30px;
    margin-right: -30px;
}
.autogrid_row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.autogrid_row.gutter_m > .column {
    padding-left: 30px;
    padding-right: 30px;
}
.col_7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}
.column {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.column > .attributes {
    position: relative;
    height: 100%;
}
.same-height-wrap {
    width: 100%;
}
.ce_headline.width-l, .ce_text.width-l {
    max-width: 760px;
}
.ce_text.format-p-large p, .ce_text.format-p-large ul, .ce_text.format-p-large ol {
    font-size: 1.18rem;
    line-height: 1.95rem;
}
.hero-copy .lead {
    max-width: 740px;
    font-size: 1.28rem;
    line-height: 1.95rem;
    color: #5f5f66;
    margin-bottom: 24px;
}
.info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.visual-grid, .info-grid, .steps-grid, .genres-grid, .faq-grid {
    display: grid;
    gap: 24px;
}
.visual-card, .info-card, .step-card, .genre-card, .faq-item {
    padding: 26px 24px;
}
.usp-card, .info-card, .step-card, .genre-card, .faq-item, .presence-text, .presence-media, .trial-card, .path-card, .visual-card, .operator-card, .operator-portrait, .quote-strip, .cta-band {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 26px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.05);
}
.steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.step-number {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff1e6;
    color: var(--accentColorDark);
    font-weight: 800;
    margin-bottom: 16px;
}
.mod_article.article-pb-xs > .container {
    padding: 50px 50px;
}
.mod_article-xs{
    padding-top: 50px;
}
.cta-band {
    background: #e66700;
}
.presence-text, .presence-media, .operator-card, .operator-portrait {
    padding: 30px;
}
.presence-list {
    padding-left: 22px;
    margin-top: 16px;
}
.presence-list li {
    margin-bottom: 12px;
    line-height: 1.55;
}
ul.presence-list {
    list-style-type: disc;
}
.quote-strip {
    padding: 22px 24px;
    background: linear-gradient(90deg, rgba(230, 103, 0, .09), rgba(230, 103, 0, .03));
    border-color: rgba(230, 103, 0, .18);
    color: #4f4f55;
    font-weight: 600;
}
.visual-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.visual-thumb {
    aspect-ratio: 4 / 3;
    margin-bottom: 18px;
}
.genres-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}