
/*#region @import */

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

/*#endregion*/

/*#region @material icons */

.material-symbols-outlined{
    font-family: 'Material Symbols Outlined', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
}
.material-symbols-rounded{
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
}
.material-symbols-sharp{
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
}
.material-symbols-fill{
    font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
}

[class*="material-symbols"]{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    vertical-align: -4px;
    color: rgba(0, 0, 0, .54);
}
[class*="material-symbols"].md-14 {font-size: 14px;vertical-align: -2px;}
[class*="material-symbols"].md-18 {font-size: 18px;vertical-align: -4px;}
[class*="material-symbols"].md-22 {font-size: 22px;vertical-align: -6px;}
[class*="material-symbols"].md-24 {font-size: 24px;vertical-align: -8px;}
[class*="material-symbols"].md-32 {font-size: 30px;vertical-align: -14px;}
[class*="material-symbols"].md-36 {font-size: 36px;vertical-align: -16px;}
[class*="material-symbols"].md-48 {font-size: 48px;vertical-align: -24px;}
[class*="material-symbols"].md-light {
    color: #fff;
}
[class*="material-symbols"].md-light.md-inactive {
    color: rgba(255, 255, 255, .3);
}
[class*="material-symbols"].md-icon {
    font-size: 24px;
    line-height: 32px!important;
    height: 32px!important;
    width: 32px!important;
    color: #727272;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background 280ms ease-out, color 280ms ease-out;
    transition: background 280ms ease-out, color 280ms ease-out;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
[class*="material-symbols"].md-icon.active,
[class*="material-symbols"].md-icon:focus,
[class*="material-symbols"].md-icon:hover {
    color: #212121;
    background: rgba(0, 0, 0, .08);
}
[class*="material-symbols"].md-icon.md-icon-18 {
    font-size: 18px;
    line-height: 22px!important;
    height: 22px!important;
    width: 22px!important;
}
[class*="material-symbols"].md-icon.md-icon-22 {
    font-size: 22px;
    line-height: 26px!important;
    height: 26px!important;
    width: 26px!important;
}
[class*="material-symbols"].md-icon.md-icon-white{
    color: #fff;
}
[class*="material-symbols"].md-icon.md-icon-white.active,
[class*="material-symbols"].md-icon.md-icon-white:focus,
[class*="material-symbols"].md-icon.md-icon-white:hover {
    color: #e3e3e3;
}
[class*="material-symbols"].md-bold{
    font-variation-settings:
            'FILL' 0,
            'wght' 600,
            'GRAD' 0,
            'opsz' 24
}
[class*="material-symbols"].md-extra-bold{
    font-variation-settings:
            'FILL' 0,
            'wght' 800,
            'GRAD' 0,
            'opsz' 24
}
[class*="material-symbols"].md-fill{
    font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
}
/*#endregion*/

/*#region @framework */

:root {

    --font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    /* Brand */
    --primary: #19585f;
    --secondary: #212121;
    --off-white: #F5F5F3;
    --golden: #C6A75E;

    /* Colors */
    --error: #c62828;
    --accent: #f23c00;
    --white: #FFFFFF;
    --light: #e3e3e3;
    --deep-black: #121214;
    --navy-black: #160f1a;

    --active: #4A5568;
    --grey: #F9F7FA;

    --color-green: #19585f;
    --color-black: #393939;
    --color-grey: #F9F7FA;
    --color-orange: #FF7043;

    /* Borders */
    --border-primary: #e3e3e3;
    --border-radius: 8px;

    /* Shadows */
    --shadow:
            0 1px 3px rgba(0, 0, 0, .12),
            0 1px 2px rgba(0, 0, 0, .24);

    --shadow-light:
            0 1px 3px rgba(0, 0, 0, .06),
            0 1px 2px rgba(0, 0, 0, .12);

    /* Website layout */
    --site-width: 1280px;
    --site-padding: 40px;
}


/* =========================================================
   RESET
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;

    width: 100%;
    min-height: 100dvh;

    color: var(--secondary);
    background: var(--white);

    font-family: var(--font-family);
    font-size: 1rem;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    display: block;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
}
/* =========================================================
   TYPOGRAPHY
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
}

p {
    margin-bottom: 0;
}


/* =========================================================
   LINKS
   ========================================================= */

a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   MEDIA
   ========================================================= */

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}


/* =========================================================
   FORMS
   ========================================================= */

button,
input,
textarea,
select {
    margin: 0;
    font: inherit;
}

button {
    border: 0;
}

input,
textarea,
select {
    min-width: 0;
}

button,
select {
    cursor: pointer;
}


/* =========================================================
   LISTS
   ========================================================= */

ul,
ol {
    margin: 0;
    padding: 0;
}


/* =========================================================
   WEBSITE CONTAINER
   ========================================================= */

.site-container {
    width: 100%;
    max-width: calc(
            var(--site-width) + (var(--site-padding) * 2)
    );

    margin-right: auto;
    margin-left: auto;

    padding-right: var(--site-padding);
    padding-left: var(--site-padding);
}


/* =========================================================
   SELECTION
   ========================================================= */

::selection {
    color: var(--white);
    background: var(--primary);
}


/* =========================================================
   FOCUS
   ========================================================= */

:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {

    :root {
        --site-padding: 20px;
    }

}
/*#endregion*/

/**********************/

/*#region -- Main */

.section-kicker {
    display: inline-block;
    color: var(--primary);
    font-size: .8rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.section-kicker.light {
    color: rgba(255, 255, 255, .6);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 21px;
    border: 0;
    border-radius: var(--border-radius);
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    cursor: pointer;
    transition:
            transform .2s ease,
            background .2s ease,
            box-shadow .2s ease;
}

.btn i {
    font-size: 18px;
    color:#fff;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: var(--white);
    background: var(--primary);
    box-shadow: 0 8px 24px rgba(25, 88, 95, .18);
}

.btn-primary:hover {
    background: #124b51;
    box-shadow: 0 12px 30px rgba(25, 88, 95, .25);
}

.btn-dark {
    color: var(--white);
    background: var(--deep-black);
}

.btn-dark:hover {
    background: #252527;
}

.btn-white {
    color: var(--primary);
    background: var(--white);
}
.btn-white i{
    color: var(--primary)
}

.btn-white:hover {
    background: var(--off-white);
}

.btn-xl {
    min-height: 56px;
    padding: 0 27px;
    font-size: 14px;
}


/* =========================================================
   HELP CENTER
   ========================================================= */


/* =========================================================
   HELP HEADER
   ========================================================= */

.help-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    width: 100%;
    padding: 1rem 0;

    pointer-events: none;

    transition: padding .35s ease;
}

.help-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    height: 4.5rem;
    padding: 0 1.5rem;

    background: rgba(255, 255, 255, 0);
    border: 1px solid transparent;
    border-radius: 0;

    box-shadow: 0 0 0 rgba(0, 0, 0, 0);

    pointer-events: auto;

    transition:
            background-color .35s ease,
            border-color .35s ease,
            border-radius .35s ease,
            box-shadow .35s ease;
}


/* =========================================================
   SCROLLED
   ========================================================= */

.help-header.scrolled {
    padding-top: .7rem;
}

.help-header.scrolled .help-header-inner {
    background-color: rgba(255, 255, 255, .96);

    border-color: rgba(25, 88, 95, .10);
    border-radius: .9rem;

    box-shadow:
            0 .7rem 2.2rem rgba(20, 40, 42, .08);

    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}

/* ---------------------------------------------------------
   BRAND
   --------------------------------------------------------- */

.help-header-brand {
    display: flex;
    align-items: center;
    gap: 1.15rem;
}

.help-logo {
    position: relative;

    color: var(--primary);

    font-size: 1.75rem;
    line-height: 1;
    font-weight: 780;
    letter-spacing: -.11rem;
}

.help-logo span {
    position: relative;
    top: -.65rem;
    margin-left: .08rem;
    font-size: .90rem;
    font-weight: 650;
    letter-spacing: 0;
}

.help-header-divider {
    display: block;

    width: 1px;
    height: 1.5rem;

    background: rgba(25, 88, 95, .17);
}

.help-header-title {
    color: #686868;
    font-size: 1.3rem;
    font-weight: 600;
}


/* ---------------------------------------------------------
   NAV
   --------------------------------------------------------- */

.help-header-nav {
    display: flex;
    align-items: center;
    gap: 1.8rem;
}

.help-header-link {
    color: #656565;

    font-size: .82rem;
    font-weight: 570;

    transition: color .2s ease;
}

.help-header-link:hover {
    color: var(--primary);
}

.help-header-app {
    display: flex;
    align-items: center;
    gap: .5rem;

    min-height: 2.75rem;
    padding: 0 1rem;

    color: #fff;
    background: var(--primary);

    border-radius: .55rem;

    font-size: .8rem;
    font-weight: 650;

    transition:
            transform .2s ease,
            background .2s ease;
}

.help-header-app:hover {
    transform: translateY(-2px);
}

.help-header-app i {
    color: inherit;
    font-size: 1rem;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 700px) {

    .help-header {
        padding: 0;
    }

    .help-header-inner {
        height: 4.75rem;
        padding: 0 1.25rem;

        border-left: 0;
        border-right: 0;
    }

    .help-header.scrolled {
        padding: 0;
    }

    .help-header.scrolled .help-header-inner {
        border-radius: 0;

        border-top-color: transparent;
        border-bottom-color: rgba(25, 88, 95, .10);

        box-shadow:
                0 .4rem 1.5rem rgba(20, 40, 42, .06);
    }

    .help-header-inner {
        height: 4.75rem;
    }

    .help-logo {
        font-size: 1.55rem;
    }

    .help-header-divider {
        height: 1.25rem;
    }

    .help-header-title {
        font-size: .78rem;
    }

    .help-header-link {
        display: none;
    }

    .help-header-app {
        min-height: 2.5rem;
        padding: 0 .8rem;
    }

    .help-header-app {
        font-size: 0;
    }

    .help-header-app::before {
        content: "Makze";
        font-size: .75rem;
    }

}

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.help-hero {
    position: relative;
    overflow: hidden;
    padding: 11.5rem 0 7.5rem;

    background:
            linear-gradient(
                    120deg,
                    #fff 0%,
                    #fff 52%,
                    #f1f5f4 100%
            );
}

.help-hero-glow {
    position: absolute;
    top: -25rem;
    left: 50%;
    width: 55rem;
    height: 55rem;

    background: rgba(25, 88, 95, .055);
    border-radius: 50%;

    transform: translateX(-50%);
}

.help-hero-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.help-hero h1 {
    margin: 1.1rem 0 1.6rem;

    color: var(--deep-black);

    font-size: clamp(3.5rem, 6vw, 5.4rem);
    line-height: .96;
    font-weight: 760;
    letter-spacing: -.32rem;
}

.help-hero h1 span {
    color: var(--primary);
}

.help-hero > .site-container > p {
    max-width: 42rem;
    margin: 0 auto;

    color: #777;

    font-size: 1.05rem;
    line-height: 1.7;
}


/* Search */

.help-search {
    display: flex;
    align-items: center;
    gap: 1rem;

    width: 100%;
    max-width: 47rem;
    min-height: 4.6rem;

    margin: 2.8rem auto 0;
    padding: 0 1.4rem;

    background: #fff;

    border: 1px solid rgba(25, 88, 95, .12);
    border-radius: .9rem;

    box-shadow:
            0 1.5rem 4rem rgba(20, 50, 52, .08);

    transition:
            border-color .2s ease,
            box-shadow .2s ease,
            transform .2s ease;
}

.help-search:focus-within {
    border-color: rgba(25, 88, 95, .35);

    box-shadow:
            0 1.7rem 4.5rem rgba(20, 50, 52, .12);

    transform: translateY(-2px);
}

.help-search > i {
    flex: 0 0 auto;
    color: var(--primary);
    font-size: 1.5rem;
}

.help-search input {
    flex: 1;

    width: 100%;
    padding: 0;

    color: #282828;
    background: transparent;

    border: 0;
    outline: 0;

    font-size: 1rem;
}

.help-search input::placeholder {
    color: #aaa;
}

.help-search-shortcut {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 1.8rem;
    height: 1.8rem;

    color: #999;
    background: var(--off-white);

    border: 1px solid #e4e4e1;
    border-radius: .35rem;

    font-size: .75rem;
    font-weight: 650;
}

.help-hero-suggestions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem 1rem;

    margin-top: 1.3rem;

    color: #999;
    font-size: .78rem;
}

.help-hero-suggestions a {
    color: #555;
    font-weight: 600;

    transition: color .2s ease;
}

.help-hero-suggestions a:hover {
    color: var(--primary);
}


/* ---------------------------------------------------------
   GLOBAL HEADING
   --------------------------------------------------------- */

.help-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 3rem;

    margin-bottom: 3rem;
}

.help-section-heading h2 {
    margin: .8rem 0 0;

    color: var(--deep-black);

    font-size: clamp(2.3rem, 3.4vw, 3.4rem);
    line-height: 1.04;
    font-weight: 730;
    letter-spacing: -.15rem;
}

.help-section-heading > p {
    max-width: 28rem;

    color: #888;

    font-size: .9rem;
    line-height: 1.65;
}


/* ---------------------------------------------------------
   QUICK START
   --------------------------------------------------------- */

.help-start {
    padding: 7rem 0;
    background: var(--white);
}

.help-start-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.help-start-card {
    position: relative;

    display: flex;
    align-items: center;
    gap: 1.3rem;

    min-height: 9.5rem;
    padding: 1.6rem;

    background: var(--off-white);

    border: 1px solid transparent;
    border-radius: .9rem;

    transition:
            transform .25s ease,
            background .25s ease,
            border-color .25s ease,
            box-shadow .25s ease;
}

.help-start-card:hover {
    background: #fff;
    border-color: rgba(25, 88, 95, .15);

    transform: translateY(-4px);

    box-shadow:
            0 1.5rem 3.5rem rgba(25, 50, 52, .07);
}

.help-start-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 3.5rem;
    width: 3.5rem;
    height: 3.5rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .09);

    border-radius: .8rem;
}

.help-start-icon i {
    color: inherit;
    font-size: 1.55rem;
}

.help-start-content {
    flex: 1;
}

.help-start-content h3 {
    margin: 0 0 .45rem;

    color: #292929;

    font-size: .95rem;
    font-weight: 680;
}

.help-start-content p {
    margin: 0;

    color: #8a8a8a;

    font-size: .8rem;
    line-height: 1.55;
}

.help-card-arrow {
    flex: 0 0 auto;

    color: #aaa;
    font-size: 1.15rem;

    transition:
            color .2s ease,
            transform .2s ease;
}

.help-start-card:hover .help-card-arrow,
.help-category-card:hover .help-card-arrow {
    color: var(--primary);
    transform: translateX(4px);
}


/* ---------------------------------------------------------
   CATEGORIES
   --------------------------------------------------------- */

.help-categories {
    padding: 7.5rem 0;
    background: var(--off-white);
}

.help-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.help-category-card {
    position: relative;

    display: flex;
    align-items: flex-start;
    gap: 1.25rem;

    min-height: 13.5rem;
    padding: 1.8rem;

    background: #fff;

    border: 1px solid #e8e8e5;
    border-radius: .9rem;

    transition:
            transform .25s ease,
            border-color .25s ease,
            box-shadow .25s ease;
}

.help-category-card:hover {
    z-index: 2;

    border-color: rgba(25, 88, 95, .2);

    transform: translateY(-5px);

    box-shadow:
            0 1.6rem 3.5rem rgba(25, 50, 52, .07);
}

.help-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 3.2rem;
    width: 3.2rem;
    height: 3.2rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .075);

    border-radius: .75rem;
}

.help-category-icon i {
    color: inherit;
    font-size: 1.45rem;
}

.help-category-content {
    flex: 1;
}

.help-category-content h3 {
    margin: .2rem 0 .65rem;

    color: #292929;

    font-size: 1.05rem;
    font-weight: 690;
    letter-spacing: -.02rem;
}

.help-category-content p {
    margin: 0;

    color: #888;

    font-size: .82rem;
    line-height: 1.6;
}

.help-category-content span {
    display: block;

    margin-top: 1.25rem;

    color: #aaa;

    font-size: .72rem;
    font-weight: 600;
}


/* ---------------------------------------------------------
   POPULAR
   --------------------------------------------------------- */

.help-popular {
    padding: 8rem 0;
    background: #fff;
}

.help-popular-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 8rem;
}

.help-popular-heading {
    padding-top: .5rem;
}

.help-popular-heading h2 {
    margin: 1rem 0 1.5rem;

    color: var(--deep-black);

    font-size: clamp(2.7rem, 4vw, 4rem);
    line-height: 1;
    font-weight: 740;
    letter-spacing: -.2rem;
}

.help-popular-heading h2 span {
    color: var(--primary);
}

.help-popular-heading p {
    max-width: 22rem;

    color: #888;

    font-size: .9rem;
    line-height: 1.7;
}

.help-article-list {
    border-top: 1px solid #e5e5e2;
}

.help-article {
    display: flex;
    align-items: center;
    gap: 1.5rem;

    min-height: 6.6rem;

    border-bottom: 1px solid #e5e5e2;

    transition: padding .25s ease;
}

.help-article:hover {
    padding-left: .6rem;
}

.help-article-number {
    flex: 0 0 2rem;

    color: #bbb;

    font-size: .7rem;
    font-weight: 650;
}

.help-article-content {
    flex: 1;
}

.help-article-content span {
    display: block;

    margin-bottom: .35rem;

    color: var(--primary);

    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05rem;
}

.help-article-content h3 {
    margin: 0;

    color: #333;

    font-size: 1rem;
    font-weight: 620;
}

.help-article > i {
    color: #aaa;
    font-size: 1.2rem;

    transition:
            color .2s ease,
            transform .2s ease;
}

.help-article:hover > i {
    color: var(--primary);
    transform: translateX(5px);
}


/* ---------------------------------------------------------
   SUPPORT
   --------------------------------------------------------- */

.help-support {
    padding: 2rem 0 8rem;
    background: #fff;
}

.help-support-card {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;

    min-height: 25rem;
    padding: 4.5rem 5rem;

    color: #fff;
    background: var(--primary);

    border-radius: 1.25rem;
}

.help-support-decoration {
    position: absolute;
    top: -9rem;
    right: 4rem;

    color: rgba(255, 255, 255, .04);

    font-size: 34rem;
    line-height: 1;
    font-weight: 800;
}

.help-support-content {
    position: relative;
    z-index: 2;
}

.help-support-content h2 {
    margin: 1rem 0 1.4rem;

    color: #fff;

    font-size: clamp(2.5rem, 4vw, 3.8rem);
    line-height: 1.02;
    font-weight: 730;
    letter-spacing: -.18rem;
}

.help-support-content h2 span {
    color: #c8dcda;
}

.help-support-content p {
    max-width: 30rem;

    color: rgba(255, 255, 255, .62);

    font-size: .9rem;
    line-height: 1.7;
}

.help-support-actions {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 1000px) {

    .help-start-grid,
    .help-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .help-popular-layout {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

}


@media (max-width: 700px) {

    .help-hero {
        padding: 9rem 0 5.5rem;
    }

    .help-hero h1 {
        font-size: 3.5rem;
        letter-spacing: -.22rem;
    }

    .help-search {
        min-height: 4rem;
        margin-top: 2.2rem;
    }

    .help-search-shortcut {
        display: none;
    }

    .help-hero-suggestions span {
        width: 100%;
    }

    .help-section-heading {
        display: block;
    }

    .help-section-heading > p {
        margin-top: 1.5rem;
    }

    .help-start,
    .help-categories,
    .help-popular {
        padding: 5rem 0;
    }

    .help-start-grid,
    .help-category-grid {
        grid-template-columns: 1fr;
    }

    .help-start-card {
        min-height: 8.5rem;
    }

    .help-category-card {
        min-height: auto;
    }

    .help-support {
        padding-bottom: 5rem;
    }

    .help-support-card {
        display: block;

        min-height: auto;
        padding: 3.5rem 2rem;

        border-radius: .9rem;
    }

    .help-support-actions {
        margin-top: 2rem;
    }

}
/*#endregion*/



/*#region -- article */

/* =========================================================
   HELP ARTICLE
   ========================================================= */

.help-article-page {
    padding-top: 7rem;
    background: #fff;
    z-index: 10;
}


/* ---------------------------------------------------------
   BREADCRUMB
   --------------------------------------------------------- */

.help-breadcrumb {
    display: flex;
    align-items: center;
    gap: .45rem;

    min-height: 4.5rem;

    color: #999;

    border-bottom: 1px solid #ececea;

    font-size: .78rem;
}

.help-breadcrumb a {
    color: #777;

    transition: color .2s ease;
}

.help-breadcrumb a:hover {
    color: var(--primary);
}

.help-breadcrumb i {
    color: #bbb;
    font-size: .9rem;
}

.help-breadcrumb span {
    color: #aaa;
}


/* ---------------------------------------------------------
   LAYOUT
   --------------------------------------------------------- */

.help-doc-layout {
    display: grid;

    grid-template-columns:
        15rem
        minmax(0, 1fr)
        11rem;

    gap: 4.5rem;
}


/* ---------------------------------------------------------
   LEFT SIDEBAR
   --------------------------------------------------------- */

.help-doc-sidebar {
    border-right: 1px solid #ececea;
}

.help-doc-sidebar-inner {
    position: sticky;
    top: 7rem;
    padding: 3.5rem 1.5rem 4rem 0;
}

.help-doc-nav-title {
    display: block;

    margin-bottom: 1.3rem;

    color: #aaa;

    font-size: .68rem;
    font-weight: 750;
    letter-spacing: .06rem;
    text-transform: uppercase;
}

.help-doc-nav {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.help-doc-nav a {
    display: flex;
    align-items: center;
    gap: .7rem;

    padding: .75rem .8rem;

    color: #777;

    border-radius: .5rem;

    font-size: .78rem;
    font-weight: 550;

    transition:
            color .2s ease,
            background .2s ease;
}

.help-doc-nav a i {
    flex: 0 0 auto;

    color: #aaa;

    font-size: 1.05rem;
}

.help-doc-nav a:hover {
    color: var(--primary);
    background: rgba(25, 88, 95, .045);
}

.help-doc-nav a.active {
    color: var(--primary);
    background: rgba(25, 88, 95, .07);

    font-weight: 650;
}

.help-doc-nav a.active i {
    color: var(--primary);
}


/* ---------------------------------------------------------
   ARTICLE
   --------------------------------------------------------- */

.help-doc {
    width: 100%;
    max-width: 49rem;

    margin: 0 auto;
    padding: 4.5rem 0 7rem;
}


/* Header */

.help-doc-category {
    display: block;

    margin-bottom: 1.2rem;

    color: var(--primary);

    font-size: .7rem;
    font-weight: 750;
    letter-spacing: .07rem;
}

.help-doc-header h1 {
    max-width: 47rem;

    margin: 0;

    color: var(--deep-black);

    font-size: clamp(2.7rem, 4.3vw, 4rem);
    line-height: 1.02;
    font-weight: 750;
    letter-spacing: -.2rem;
}

.help-doc-lead {
    max-width: 43rem;

    margin: 1.6rem 0 0;

    color: #777;

    font-size: 1.05rem;
    line-height: 1.75;
}

.help-doc-meta {
    display: flex;
    align-items: center;
    gap: 1.3rem;

    margin-top: 1.5rem;

    color: #aaa;

    font-size: .72rem;
}

.help-doc-meta span {
    display: flex;
    align-items: center;
    gap: .35rem;
}

.help-doc-meta i {
    color: inherit;
    font-size: .9rem;
}


/* ---------------------------------------------------------
   CONTENT
   --------------------------------------------------------- */

.help-doc-content {
    margin-top: 4.5rem;
}

.help-doc-content section {
    scroll-margin-top: 8rem;
    margin-bottom: 4.5rem;
}

.help-doc-content h2 {
    margin: 0 0 1.3rem;

    color: #252525;

    font-size: 1.65rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.055rem;
}

.help-doc-content p {
    margin: 0 0 1.25rem;

    color: #646464;

    font-size: .95rem;
    line-height: 1.8;
}

.help-doc-content strong {
    color: #333;
    font-weight: 650;
}

.help-doc-content ul {
    display: flex;
    flex-direction: column;
    gap: .75rem;

    margin: 1.5rem 0;
    padding-left: 1.25rem;

    color: #646464;

    font-size: .95rem;
    line-height: 1.6;
}

.help-doc-content li::marker {
    color: var(--primary);
}


/* ---------------------------------------------------------
   CALLOUT
   --------------------------------------------------------- */

.help-doc-callout {
    display: flex;
    gap: 1rem;

    margin: 2rem 0;
    padding: 1.3rem 1.4rem;

    background: rgba(25, 88, 95, .055);

    border: 1px solid rgba(25, 88, 95, .09);
    border-radius: .7rem;
}

.help-doc-callout-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 2.3rem;
    width: 2.3rem;
    height: 2.3rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .09);

    border-radius: 50%;
}

.help-doc-callout-icon i {
    color: inherit;
    font-size: 1.1rem;
}

.help-doc-callout strong {
    display: block;

    margin: .1rem 0 .3rem;

    color: #315c60;

    font-size: .82rem;
}

.help-doc-callout p {
    margin: 0;

    color: #668084;

    font-size: .82rem;
    line-height: 1.6;
}


/* ---------------------------------------------------------
   FEATURE GRID
   --------------------------------------------------------- */

.help-doc-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .7rem;

    margin-top: 2rem;
}

.help-doc-feature-grid > div {
    display: flex;
    flex-direction: column;

    padding: 1.25rem;

    background: var(--off-white);

    border: 1px solid #ececea;
    border-radius: .7rem;
}

.help-doc-feature-grid i {
    margin-bottom: 1.4rem;

    color: var(--primary);
    font-size: 1.4rem;
}

.help-doc-feature-grid strong {
    color: #333;

    font-size: .85rem;
}

.help-doc-feature-grid span {
    margin-top: .3rem;

    color: #999;

    font-size: .73rem;
}


/* ---------------------------------------------------------
   TOC
   --------------------------------------------------------- */

.help-doc-toc-inner {
    position: sticky;
    top: 8rem;

    padding-top: 3.5rem;
}

.help-doc-toc-inner > span {
    display: block;

    margin-bottom: 1rem;

    color: #aaa;

    font-size: .65rem;
    font-weight: 750;
    letter-spacing: .06rem;
}

.help-doc-toc nav {
    display: flex;
    flex-direction: column;

    border-left: 1px solid #e5e5e2;
}

.help-doc-toc a {
    position: relative;

    padding: .45rem 0 .45rem .9rem;

    color: #999;

    font-size: .72rem;
    line-height: 1.4;

    transition: color .2s ease;
}

.help-doc-toc a:hover {
    color: #555;
}

.help-doc-toc a.active {
    color: var(--primary);
    font-weight: 650;
}

.help-doc-toc a.active::before {
    content: "";

    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;

    width: 2px;

    background: var(--primary);
}


/* ---------------------------------------------------------
   FEEDBACK
   --------------------------------------------------------- */

.help-doc-footer {
    margin-top: 5rem;
}

.help-doc-feedback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;

    padding: 1.7rem;

    background: var(--off-white);

    border-radius: .8rem;
}

.help-doc-feedback strong {
    display: block;

    color: #333;

    font-size: .9rem;
}

.help-doc-feedback span {
    display: block;

    margin-top: .3rem;

    color: #999;

    font-size: .72rem;
}

.help-doc-feedback-actions {
    display: flex;
    gap: .5rem;
}

.help-doc-feedback button {
    display: flex;
    align-items: center;
    gap: .4rem;

    min-height: 2.5rem;
    padding: 0 .8rem;

    color: #666;
    background: #fff;

    border: 1px solid #e2e2df;
    border-radius: .45rem;

    font-family: inherit;
    font-size: .72rem;

    cursor: pointer;

    transition:
            color .2s ease,
            border-color .2s ease;
}

.help-doc-feedback button:hover {
    color: var(--primary);
    border-color: rgba(25, 88, 95, .3);
}

.help-doc-feedback button i {
    color: inherit;
    font-size: .95rem;
}


/* ---------------------------------------------------------
   NEXT
   --------------------------------------------------------- */

.help-doc-next {
    margin-top: 4rem;
    padding-top: 2rem;

    border-top: 1px solid #e8e8e5;
}

.help-doc-next > span {
    display: block;

    margin-bottom: .7rem;

    color: #aaa;

    font-size: .65rem;
    font-weight: 750;
    letter-spacing: .06rem;
}

.help-doc-next a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #333;

    font-size: 1.05rem;
    font-weight: 650;

    transition: color .2s ease;
}

.help-doc-next a:hover {
    color: var(--primary);
}

.help-doc-next i {
    color: inherit;
    font-size: 1.2rem;
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 1100px) {

    .help-doc-layout {
        grid-template-columns: 12rem minmax(0, 1fr);
        gap: 3rem;
    }

    .help-doc-toc {
        display: none;
    }

}


@media (max-width: 750px) {

    .help-article-page {
        padding-top: 5rem;
    }

    .help-breadcrumb {
        overflow: hidden;
        white-space: nowrap;
    }

    .help-doc-layout {
        display: block;
    }

    .help-doc-sidebar {
        display: none;
    }

    .help-doc {
        padding: 3.5rem 0 5rem;
    }

    .help-doc-header h1 {
        font-size: 2.7rem;
        letter-spacing: -.15rem;
    }

    .help-doc-lead {
        font-size: 1rem;
    }

    .help-doc-meta {
        flex-wrap: wrap;
    }

    .help-doc-content {
        margin-top: 3.5rem;
    }

    .help-doc-feature-grid {
        grid-template-columns: 1fr;
    }

    .help-doc-feedback {
        display: block;
    }

    .help-doc-feedback-actions {
        margin-top: 1.2rem;
    }

}

/*#endregion*/




/* =========================================================
HELP — FORMATS
========================================================= */

.help-category-page {
    padding-top: 7rem;
    background: #fff;
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.help-category-hero {
    padding: 5.5rem 0 7rem;
}

.help-category-hero-inner {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;

    max-width: 60rem;
}

.help-category-hero-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 4.5rem;
    width: 4.5rem;
    height: 4.5rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .075);

    border-radius: 1rem;
}

.help-category-hero-icon i {
    color: inherit;
    font-size: 2rem;
}

.help-category-hero h1 {
    margin: .8rem 0 1.5rem;

    color: var(--deep-black);

    font-size: clamp(3rem, 5vw, 4.7rem);
    line-height: .98;
    font-weight: 750;
    letter-spacing: -.25rem;
}

.help-category-hero h1 span {
    color: var(--primary);
}

.help-category-hero p {
    max-width: 43rem;
    margin: 0;

    color: #777;

    font-size: 1.05rem;
    line-height: 1.75;
}


/* ---------------------------------------------------------
   HEADINGS
   --------------------------------------------------------- */

.help-format-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4rem;

    margin-bottom: 3rem;
}

.help-format-heading h2 {
    margin: .9rem 0 0;

    color: var(--deep-black);

    font-size: clamp(2.4rem, 4vw, 3.5rem);
    line-height: 1.03;
    font-weight: 730;
    letter-spacing: -.17rem;
}

.help-format-heading h2 span {
    color: var(--primary);
}

.help-format-heading > p {
    max-width: 27rem;
    margin: 0;

    color: #888;

    font-size: .9rem;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   FORMATIONS
   --------------------------------------------------------- */

.help-format-section {
    padding: 7rem 0;
    background: var(--off-white);
}

.help-formation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.help-formation-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 25rem;
    padding: 2rem;

    background: #fff;

    border: 1px solid #e7e7e4;
    border-radius: .9rem;

    transition:
            transform .25s ease,
            border-color .25s ease,
            box-shadow .25s ease;
}

.help-formation-card:hover {
    transform: translateY(-5px);

    border-color: rgba(25, 88, 95, .2);

    box-shadow:
            0 1.7rem 4rem rgba(25, 50, 52, .07);
}

.help-formation-number {
    position: absolute;
    top: 1.5rem;
    right: 1.6rem;

    color: #d1d1ce;

    font-size: .7rem;
    font-weight: 700;
}

.help-formation-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 3.5rem;
    height: 3.5rem;

    margin-bottom: 2.5rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .075);

    border-radius: .8rem;
}

.help-formation-icon i {
    color: inherit;
    font-size: 1.6rem;
}

.help-formation-card h3 {
    margin: 0;

    color: #292929;

    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -.04rem;
}

.help-formation-card > strong {
    display: block;

    margin-top: .35rem;

    color: var(--primary);

    font-size: .8rem;
    font-weight: 650;
}

.help-formation-card p {
    margin: 1.3rem 0 2rem;

    color: #858585;

    font-size: .85rem;
    line-height: 1.7;
}

.help-format-link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: auto;
    padding-top: 1.3rem;

    color: #555;

    border-top: 1px solid #ececea;

    font-size: .78rem;
    font-weight: 650;
}

.help-format-link i {
    color: var(--primary);
    font-size: 1.05rem;

    transition: transform .2s ease;
}

.help-formation-card:hover .help-format-link i {
    transform: translateX(4px);
}


/* ---------------------------------------------------------
   MODES
   --------------------------------------------------------- */

.help-mode-section {
    padding: 8rem 0;
    background: #fff;
}

.help-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.help-mode-card {
    display: flex;
    flex-direction: column;

    min-height: 26rem;
    padding: 2rem;

    background: #fff;

    border: 1px solid #e5e5e2;
    border-radius: .9rem;

    transition:
            transform .25s ease,
            border-color .25s ease,
            box-shadow .25s ease;
}

.help-mode-card:hover {
    transform: translateY(-5px);

    border-color: rgba(25, 88, 95, .22);

    box-shadow:
            0 1.7rem 4rem rgba(25, 50, 52, .07);
}

.help-mode-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.help-mode-card-top > span {
    color: #aaa;

    font-size: .67rem;
    font-weight: 750;
    letter-spacing: .06rem;
}

.help-mode-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 3rem;
    height: 3rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .07);

    border-radius: .7rem;
}

.help-mode-icon i {
    color: inherit;
    font-size: 1.35rem;
}

.help-mode-card h3 {
    margin: 2rem 0 .7rem;

    color: #292929;

    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -.05rem;
}

.help-mode-card > p {
    max-width: 31rem;
    margin: 0;

    color: #858585;

    font-size: .87rem;
    line-height: 1.7;
}


/* Visual */

.help-mode-visual {
    display: flex;
    align-items: center;
    gap: .55rem;

    min-height: 5rem;
    margin: 2rem 0;

    padding: 1rem 1.2rem;

    background: var(--off-white);

    border-radius: .7rem;
}

.help-mode-visual span {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 2.2rem;
    height: 2.2rem;

    color: var(--primary);
    background: #fff;

    border: 1px solid rgba(25, 88, 95, .12);
    border-radius: .4rem;

    font-size: .75rem;
    font-weight: 700;
}

.help-mode-visual i {
    color: #aaa;
    font-size: .9rem;
}

.help-mode-games span {
    min-width: 2.7rem;
}

.help-mode-games strong {
    color: var(--primary);

    font-size: .75rem;
    font-weight: 700;
}

.help-mode-branches .root {
    padding: 0 .7rem;
}

.help-mode-branches .branch {
    color: #fff;
    background: var(--primary);
}


/* Footer */

.help-mode-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: auto;
    padding-top: 1.3rem;

    color: #555;

    border-top: 1px solid #ececea;

    font-size: .78rem;
    font-weight: 650;
}

.help-mode-footer i {
    color: var(--primary);
    font-size: 1.05rem;

    transition: transform .2s ease;
}

.help-mode-card:hover .help-mode-footer i {
    transform: translateX(4px);
}


/* ---------------------------------------------------------
   CHOICE CTA
   --------------------------------------------------------- */

.help-format-choice {
    padding: 1rem 0 8rem;
    background: #fff;
}

.help-format-choice-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;

    padding: 4.5rem 5rem;

    color: #fff;
    background: var(--primary);

    border-radius: 1.2rem;
}

.help-format-choice-card h2 {
    margin: 1rem 0 1.3rem;

    color: #fff;

    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.02;
    font-weight: 730;
    letter-spacing: -.17rem;
}

.help-format-choice-card h2 span {
    color: #c9dddb;
}

.help-format-choice-card p {
    max-width: 36rem;
    margin: 0;

    color: rgba(255, 255, 255, .62);

    font-size: .9rem;
    line-height: 1.7;
}

.help-format-choice-card > a {
    flex: 0 0 auto;
}


/* ---------------------------------------------------------
   ARTICLES
   --------------------------------------------------------- */

.help-format-articles {
    padding: 7rem 0;
    background: var(--off-white);
}

.help-format-article-list {
    border-top: 1px solid #dededb;
}

.help-format-article-list a {
    display: grid;
    grid-template-columns: 8rem 1fr auto;
    align-items: center;
    gap: 2rem;

    min-height: 6rem;

    border-bottom: 1px solid #dededb;

    transition: padding .2s ease;
}

.help-format-article-list a:hover {
    padding-left: .5rem;
}

.help-format-article-list span {
    color: var(--primary);

    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.help-format-article-list strong {
    color: #3a3a3a;

    font-size: .95rem;
    font-weight: 620;
}

.help-format-article-list i {
    color: #aaa;
    font-size: 1.1rem;

    transition:
            color .2s ease,
            transform .2s ease;
}

.help-format-article-list a:hover i {
    color: var(--primary);
    transform: translateX(5px);
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 850px) {

    .help-formation-grid {
        grid-template-columns: 1fr;
    }

    .help-mode-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 700px) {

    .help-category-page {
        padding-top: 5rem;
    }

    .help-category-hero {
        padding: 3.5rem 0 5rem;
    }

    .help-category-hero-inner {
        display: block;
    }

    .help-category-hero-icon {
        margin-bottom: 2rem;
    }

    .help-category-hero h1 {
        font-size: 3rem;
        letter-spacing: -.18rem;
    }

    .help-format-heading {
        display: block;
    }

    .help-format-heading > p {
        margin-top: 1.5rem;
    }

    .help-format-section,
    .help-mode-section,
    .help-format-articles {
        padding: 5rem 0;
    }

    .help-format-choice {
        padding-bottom: 5rem;
    }

    .help-format-choice-card {
        display: block;

        padding: 3rem 2rem;

        border-radius: .9rem;
    }

    .help-format-choice-card > a {
        margin-top: 2rem;
    }

    .help-format-article-list a {
        grid-template-columns: 1fr auto;
        gap: .5rem 1rem;

        padding: 1.4rem 0;
    }

    .help-format-article-list span {
        grid-column: 1 / -1;
    }

}




/* =========================================================
   HELP — TEAMS & PLAYERS
   ========================================================= */


/* ---------------------------------------------------------
   ESSENTIAL
   --------------------------------------------------------- */

.help-team-essential {
    padding: 7rem 0;
    background: var(--off-white);
}

.help-team-essential-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.help-team-main-card {
    display: flex;
    flex-direction: column;

    min-height: 29rem;
    padding: 2rem;

    background: #fff;

    border: 1px solid #e7e7e4;
    border-radius: .9rem;

    transition:
            transform .25s ease,
            border-color .25s ease,
            box-shadow .25s ease;
}

.help-team-main-card:hover {
    transform: translateY(-5px);

    border-color: rgba(25, 88, 95, .2);

    box-shadow:
            0 1.7rem 4rem rgba(25, 50, 52, .07);
}

.help-team-main-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.help-team-main-top > span {
    color: #aaa;

    font-size: .67rem;
    font-weight: 750;
    letter-spacing: .06rem;
}

.help-team-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 3.2rem;
    height: 3.2rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .075);

    border-radius: .75rem;
}

.help-team-icon i {
    color: inherit;
    font-size: 1.45rem;
}

.help-team-main-card h3 {
    margin: 2rem 0 .7rem;

    color: #292929;

    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -.05rem;
}

.help-team-main-card > p {
    max-width: 31rem;
    margin: 0;

    color: #858585;

    font-size: .87rem;
    line-height: 1.7;
}


/* Fake Makze UI */

.help-team-preview {
    display: flex;
    align-items: center;
    gap: 1rem;

    margin: 2rem 0;
    padding: 1rem 1.1rem;

    background: var(--off-white);

    border: 1px solid #ececea;
    border-radius: .7rem;
}

.help-team-preview-number {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 2.7rem;
    width: 2.7rem;
    height: 2.7rem;

    color: #fff;
    background: var(--primary);

    border-radius: .55rem;

    font-size: .8rem;
    font-weight: 750;
}

.help-team-preview-players {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.help-team-preview-players strong,
.help-team-player-preview strong {
    color: #3b3b3b;

    font-size: .8rem;
    font-weight: 650;
}

.help-team-preview-players span,
.help-team-player-preview span {
    margin-top: .15rem;

    color: #999;

    font-size: .7rem;
}

.help-team-preview-state {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 1.8rem;
    height: 1.8rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .08);

    border-radius: 50%;
}

.help-team-preview-state i {
    color: inherit;
    font-size: .9rem;
}

.help-team-avatar {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 2.7rem;
    height: 2.7rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .09);

    border-radius: 50%;

    font-size: .7rem;
    font-weight: 750;
}

.help-team-player-preview > div:nth-child(2) {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.help-team-player-preview > i {
    color: #aaa;
    font-size: 1rem;
}

.help-team-main-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: auto;
    padding-top: 1.3rem;

    color: #555;

    border-top: 1px solid #ececea;

    font-size: .78rem;
    font-weight: 650;
}

.help-team-main-footer i {
    color: var(--primary);
    font-size: 1.05rem;

    transition: transform .2s ease;
}

.help-team-main-card:hover .help-team-main-footer i {
    transform: translateX(4px);
}


/* ---------------------------------------------------------
   FLOW
   --------------------------------------------------------- */

.help-team-flow {
    padding: 8rem 0;
    background: #fff;
}

.help-team-flow-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 1.5rem;
}

.help-team-flow-item {
    min-height: 17rem;
    padding: 1.8rem;

    background: var(--off-white);

    border: 1px solid #ececea;
    border-radius: .85rem;
}

.help-team-flow-number {
    display: block;

    color: #bbb;

    font-size: .67rem;
    font-weight: 700;
}

.help-team-flow-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 3rem;
    height: 3rem;

    margin: 1.5rem 0;

    color: var(--primary);
    background: rgba(25, 88, 95, .075);

    border-radius: .7rem;
}

.help-team-flow-icon i {
    color: inherit;
    font-size: 1.35rem;
}

.help-team-flow-item h3 {
    margin: 0 0 .6rem;

    color: #333;

    font-size: 1rem;
    font-weight: 680;
}

.help-team-flow-item p {
    margin: 0;

    color: #888;

    font-size: .8rem;
    line-height: 1.65;
}

.help-team-flow-arrow i {
    color: #bbb;
    font-size: 1.2rem;
}


/* ---------------------------------------------------------
   ARTICLES
   --------------------------------------------------------- */

.help-team-articles {
    padding: 8rem 0;
    background: var(--off-white);
}

.help-team-article-list {
    border-top: 1px solid #dededb;
}

.help-team-article-list > a {
    display: grid;
    grid-template-columns: 3rem 1fr auto;
    align-items: center;
    gap: 1.2rem;

    min-height: 7.5rem;

    border-bottom: 1px solid #dededb;

    transition: padding .2s ease;
}

.help-team-article-list > a:hover {
    padding-left: .5rem;
}

.help-team-article-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 2.6rem;
    height: 2.6rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .07);

    border-radius: .6rem;
}

.help-team-article-icon i {
    color: inherit;
    font-size: 1.15rem;
}

.help-team-article-list span {
    display: block;

    margin-bottom: .25rem;

    color: var(--primary);

    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .04rem;
}

.help-team-article-list strong {
    display: block;

    color: #3a3a3a;

    font-size: .95rem;
    font-weight: 650;
}

.help-team-article-list p {
    margin: .3rem 0 0;

    color: #999;

    font-size: .75rem;
}

.help-team-article-list > a > i {
    color: #aaa;
    font-size: 1.1rem;

    transition:
            color .2s ease,
            transform .2s ease;
}

.help-team-article-list > a:hover > i {
    color: var(--primary);
    transform: translateX(5px);
}


/* ---------------------------------------------------------
   SPECIAL CASES
   --------------------------------------------------------- */

.help-team-cases {
    padding: 8rem 0;
    background: #fff;
}

.help-team-case-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.help-team-case {
    display: flex;
    align-items: center;
    gap: 1.3rem;

    padding: 1.7rem;

    background: #fff;

    border: 1px solid #e5e5e2;
    border-radius: .8rem;

    transition:
            transform .2s ease,
            border-color .2s ease,
            box-shadow .2s ease;
}

.help-team-case:hover {
    transform: translateY(-3px);

    border-color: rgba(25, 88, 95, .2);

    box-shadow:
            0 1.2rem 3rem rgba(25, 50, 52, .06);
}

.help-team-case-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .07);

    border-radius: .7rem;
}

.help-team-case-icon i {
    color: inherit;
    font-size: 1.3rem;
}

.help-team-case > div:nth-child(2) {
    flex: 1;
}

.help-team-case h3 {
    margin: 0 0 .4rem;

    color: #333;

    font-size: .95rem;
    font-weight: 670;
}

.help-team-case p {
    margin: 0;

    color: #909090;

    font-size: .77rem;
    line-height: 1.55;
}

.help-team-case > i {
    color: #aaa;
    font-size: 1.05rem;
}


/* ---------------------------------------------------------
   NEXT CATEGORY
   --------------------------------------------------------- */

.help-category-next {
    padding: 1rem 0 8rem;
    background: #fff;
}

.help-category-next-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;

    padding: 4.5rem 5rem;

    color: #fff;
    background: var(--primary);

    border-radius: 1.2rem;
}

.help-category-next-card h2 {
    margin: 1rem 0 1.2rem;

    color: #fff;

    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.02;
    font-weight: 730;
    letter-spacing: -.17rem;
}

.help-category-next-card h2 span {
    color: #c9dddb;
}

.help-category-next-card p {
    max-width: 35rem;
    margin: 0;

    color: rgba(255, 255, 255, .62);

    font-size: .9rem;
    line-height: 1.7;
}

.help-category-next-action {
    display: flex;
    align-items: center;
    gap: 1rem;

    flex: 0 0 auto;

    padding: 1rem 1.2rem;

    color: var(--primary);
    background: #fff;

    border-radius: .6rem;

    font-size: .8rem;
    font-weight: 700;
}

.help-category-next-action i {
    color: inherit;
    font-size: 1.1rem;

    transition: transform .2s ease;
}

.help-category-next-card:hover .help-category-next-action i {
    transform: translateX(5px);
}

/* ---------------------------------------------------------
   MAKZE STEPS
   --------------------------------------------------------- */

.help-direct-makze-list {
    margin: 2rem 0;
}

.help-direct-makze-list > div {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;

    padding: 1.3rem 0;

    border-bottom: 1px solid #ececea;
}

.help-direct-makze-list > div:first-child {
    border-top: 1px solid #ececea;
}

.help-direct-makze-list > div > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 2.3rem;
    height: 2.3rem;

    color: var(--primary);
    background: rgba(25, 88, 95, .07);

    border-radius: .5rem;

    font-size: .62rem;
    font-weight: 750;
}

.help-direct-makze-list strong {
    color: #444;

    font-size: .78rem;
}

.help-direct-makze-list p {
    margin: .3rem 0 0 !important;

    color: #888 !important;

    font-size: .72rem !important;
    line-height: 1.6 !important;
}

/* ---------------------------------------------------------
   GOOD FOR
   --------------------------------------------------------- */

.help-direct-goodfor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .6rem;

    margin: 2rem 0;
}

.help-direct-goodfor > div {
    display: flex;
    align-items: center;
    gap: .7rem;

    padding: .9rem 1rem;

    background: var(--off-white);

    border-radius: .55rem;
}

.help-direct-goodfor i {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 1.5rem;
    height: 1.5rem;

    color: #fff;
    background: var(--primary);

    border-radius: 50%;

    font-size: .8rem;
}

.help-direct-goodfor span {
    color: #555;

    font-size: .7rem;
    font-weight: 600;
}


/* ---------------------------------------------------------
   INLINE ARTICLE LINK
   --------------------------------------------------------- */

.help-article-inline-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;

    margin-top: .5rem;

    color: var(--primary);

    font-size: .76rem;
    font-weight: 650;
}

.help-article-inline-link i {
    color: inherit;
    font-size: 1rem;

    transition: transform .2s ease;
}

.help-article-inline-link:hover i {
    transform: translateX(4px);
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 700px) {

    .help-direct-demo {
        grid-template-columns: 1fr;
    }

    .help-direct-demo > i {
        justify-self: center;
        transform: rotate(90deg);
    }

    .help-direct-table > div {
        grid-template-columns: 1fr 4rem 4rem;
    }

    .help-direct-number-demo {
        flex-direction: column;
    }

    .help-direct-number-demo > i {
        transform: rotate(90deg);
    }

    .help-direct-number-demo > div {
        width: 100%;
    }

    .help-direct-office-demo {
        grid-template-columns: 1fr;
    }

    .help-direct-office-arrow {
        display: flex;
        justify-content: center;
    }

    .help-direct-office-arrow i {
        transform: rotate(90deg);
    }

    .help-direct-goodfor {
        grid-template-columns: 1fr;
    }

}
/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 800px) {

    .help-team-essential-grid,
    .help-team-case-grid {
        grid-template-columns: 1fr;
    }

    .help-team-flow-grid {
        grid-template-columns: 1fr;
    }

    .help-team-flow-arrow {
        display: flex;
        justify-content: center;
    }

    .help-team-flow-arrow i {
        transform: rotate(90deg);
    }

}


@media (max-width: 700px) {

    .help-team-essential,
    .help-team-flow,
    .help-team-articles,
    .help-team-cases {
        padding: 5rem 0;
    }

    .help-team-main-card {
        min-height: 26rem;
    }

    .help-team-article-list > a {
        grid-template-columns: 2.7rem 1fr auto;
    }

    .help-team-article-list p {
        display: none;
    }

    .help-category-next {
        padding-bottom: 5rem;
    }

    .help-category-next-card {
        display: block;

        padding: 3rem 2rem;

        border-radius: .9rem;
    }

    .help-category-next-action {
        width: fit-content;
        margin-top: 2rem;
    }

}
















/*#region -- footer */


/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */

.site-footer {
    padding: 75px 0 30px;
    color: var(--white);
    background: var(--primary);
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 60px;
    padding-bottom: 70px;
}

.footer-logo {
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.footer-logo sup {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 300;
}

.footer-brand p {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .5);
    font-size: .875rem;
    line-height: 1.7;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column strong {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .45);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-column a {
    color: rgba(255, 255, 255, .8);
    font-size: .8rem;
}

.footer-column a:hover {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .4);
    font-size: .75rem;
}

.footer-bottom div {
    display: flex;
    gap: 25px;
}
.footer-bottom a:hover{
    text-decoration: underline;
}

/*#endregion*/





/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 1150px) {


}


@media (max-width: 850px) {

    .footer-main {
        grid-template-columns: 2fr 1fr 1fr;
    }

}


@media (max-width: 600px) {

    .footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
        margin-bottom: 25px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

}