body {
    margin: 0;
    line-height: normal;
    background-color: #0a0e14;
    color: #fff;
    font-family: 'Fira Sans';
}

a {
    color: inherit;
    text-decoration: inherit;
}

.text {
    position: relative;
    line-height: 100%;
    font-weight: 500;
}

.url-link {
    text-decoration: underline;
    color: #3dabff;
}

.home {
    position: relative;
    background-color: #0a0e14;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 48px;
    color: #fff;
    font-family: 'Fira Sans';
    min-height: 100svh;
}

/* Buttons */

.cta-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    gap: 10px;
    height: 44px;
    background: linear-gradient(91.64deg, #0078D4 0%, #000ED6 100%);
    box-shadow: 0px 8px 16px rgba(0, 120, 212, 0.15);
    border-radius: 12px;
    font-size: 16px;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}

.cta-button:hover {
    background: linear-gradient(271.64deg, #0078D4 0%, #000ED6 100%);
    box-shadow: 0px 8px 16px rgba(0, 120, 212, 0.25);
}

.cta-button:active {
    background: linear-gradient(271.64deg, #004070 0%, #000770 100%);
    box-shadow: 0px 8px 16px rgba(0, 64, 112, 0.25);
}


.button-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    gap: 10px;
    height: 44px;
    background: #0078D4;
    /* blue-500 */
    border-radius: 12px;
    font-size: 16px;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}

.button-primary:hover {
    background: #005BA1;
    /* blue-600 */
}

.button-primary:active {
    background: #003E6E;
    /* blue-700 */
}


.button-secondary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    gap: 10px;
    height: 44px;
    border: 2px solid #FFFFFF;
    /* white-solid */
    border-radius: 12px;
    font-size: 16px;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}

.button-secondary:hover {
    background: #363738;
    /* gray-700 */
}

.button-secondary:active {
    background: #222324;
    /* gray-800 */
}


.button-tertiary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    gap: 10px;
    height: 44px;
    border-radius: 12px;
    font-size: 16px;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}

.button-tertiary:hover {
    background: #243247;
    /* darkblue-600 */
}

.button-tertiary:active {
    background: #151F2E;
    /* darkblue-700 */
}


.button-container {
    align-self: stretch;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .button-container {
        flex-direction: row;
    }
}

/* Hero */
.hero {
    align-self: stretch;
    background-color: #0a0e14;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    min-height: calc(100svh - 76px);
    z-index: 5;
}

.hero-title {
    align-self: stretch;
    position: relative;

    color: #FFFFFF;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
}

.hero-body {
    align-self: stretch;
    position: relative;

    color: #9C9FA3;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.hero-content {
    width: 100%;
    max-width: 736px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
}

.decoration-hero-image {
    width: 296px;
    position: relative;
    height: 296px;
    object-fit: cover;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero {
        min-height: unset;
        padding: 183px 80px 91px 80px;
    }

    .hero-content {
        flex-direction: row;
    }
}

@media (min-height: 920px) {
    .hero {
        min-height: unset;
        padding-top: 183px;
        padding-bottom: 91px;
    }
}

@media (min-width: 1200px) {
    .hero-content {
        max-width: 1120px;
    }

    .hero-title {
        font-size: 64px;
        font-style: normal;
        font-weight: 600;
        line-height: 96px;
    }

    .hero-body {
        color: var(--white-solid, var(--color-neutrals-00, #FFF));

        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
    }

    .decoration-hero-image {
        width: 576px;
        height: 576px;
    }
}



/* Features */
.features {
    display: flex;
    padding: 32px;
}

.features-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.feature {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 296px;
    overflow: hidden;
    border-radius: 24px;

    box-sizing: border-box;
    text-align: left;
}

.feature::after {
    position: absolute;
    display: inline;

    content: '';
    outline: 4px solid rgba(255, 255, 255, 0.03);
    outline-offset: -4px;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 24px;
}

.feature-icon-text {
    position: absolute;
    bottom: 17px;
    left: 24px;
    right: 24px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.feature-icon-text-center {
    align-items: center;
}

.feature-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    align-self: stretch;
}

.feature-text-center {
    text-align: center;
}

.feature-title {
    align-self: stretch;
    color: var(--white-solid, var(--color-neutrals-00, #FFF));

    /* Body/text-body-medium-ml */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.feature-subtitle {
    align-self: stretch;
    color: var(--grey-500, #9C9FA3);

    /* Body/text-body-regular-ml */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.feature-shade-overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;

    width: 100%;
    height: 100%;
}

.feature-dot-pattern {
    position: absolute;
    left: calc(50% - 469px);
    top: calc(50% - 370.5px);

    width: 938px;
    height: 741px;
    flex-shrink: 0;
}

.feature-icon {
    display: flex;
    width: 23.3px;
    height: 23.3px;
    padding: 4.363px 4.363px 4.364px 4.364px;
    justify-content: center;
    align-items: center;
    border-radius: 6.4px;
}

/* Feature - Privacy */
.feature-privacy {
    height: 293px;
}

.feature-privacy>.feature-privacy-icon-text>.feature-icon {
    border: 1.143px solid #2FA3FE;
    background: #091424;
    box-shadow: 0px 0px 9.143px 0px rgba(102, 221, 255, 0.25);
}

.feature-privacy-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    /* 158.333% */
}

.feature-privacy-decoration-strings {
    position: absolute;
    left: 13px;
    right: -257px;
    bottom: 18px;

    width: 540px;
    height: 275px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.feature-privacy-decoration-image {
    position: absolute;

    left: calc(50% - 214px);
    top: -118px;

    width: 491px;
    height: 316px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.feature-privacy>.feature-shade-overlay {
    background: linear-gradient(180deg, rgba(25, 35, 128, 0.00) 0%, rgba(25, 35, 128, 0.50) 100%);
}

.feature-privacy-ellipse-overlay {
    position: absolute;
    left: 0px;
    top: -74px;
    bottom: 219px;

    width: 100%;
    height: 147.568px;
    flex-shrink: 0;

    border-radius: 296px;
    background: radial-gradient(49.93% 49.93% at 50% 50.07%, rgba(146, 61, 255, 0.30) 0%, rgba(146, 61, 255, 0.00) 100%);
}

.feature-privacy-icon-text {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 27px;

    display: flex;
    width: 248px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

/* Feature - Voice */
.feature-voice {
    height: 253px;
}

.feature-voice-decoration-image {
    position: absolute;
    top: -84px;
    left: calc(50% - 130.5px);

    display: flex;
    width: 261.011px;
    height: 261.587px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.feature-voice>.feature-shade-overlay {
    background: linear-gradient(180deg, rgba(128, 75, 25, 0.05) 0%, rgba(128, 57, 25, 0.50) 100%);
}

.feature-voice>.feature-icon-text>.feature-icon {
    border: 1.2px solid #E06126;
    background: #241609;
    box-shadow: 0px 0px 12.8px 0px rgba(224, 97, 38, 0.25);
}


/* Feature - Swipe */
.feature-swipe {
    height: 516px;
}

.feature-swipe-decoration-image {
    position: absolute;
    top: 20.2px;
    left: calc(50% - 134.5px);

    display: flex;
    width: 269.091px;
    height: 397.406px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.feature-swipe>.feature-shade-overlay {
    background: linear-gradient(180deg, rgba(199, 179, 0, 0.00) 0%, rgba(199, 179, 0, 0.30) 100%);
}

.feature-swipe>.feature-icon-text>.feature-icon {
    border: 1.2px solid #FAE100;
    background: #181706;
    box-shadow: 0px 0px 12.8px 0px rgba(250, 224, 0, 0.25);
}


/* Feature - Autocorrect */
.feature-autocorrect {
    height: 196px;
}

.feature-autocorrect>.feature-shade-overlay {
    background: linear-gradient(180deg, rgba(116, 196, 34, 0.00) 0%, rgba(42, 122, 26, 0.30) 100%);
}

.feature-autocorrect>.feature-icon-text>.feature-icon {
    border: 1.2px solid #48D02C;
    background: #0A1A06;
    box-shadow: 0px 0px 12.8px 0px rgba(167, 229, 103, 0.25);
}

.feature-autocorrect>.feature-icon-text {
    top: 0px;
    bottom: 0px;
    justify-content: center;
}


/* Feature - Predictive Text */
.feature-predict {
    height: 516px;
}

.feature-predict>.feature-shade-overlay {
    background: linear-gradient(180deg, rgba(181, 102, 255, 0.00) 0%, rgba(68, 26, 255, 0.30) 100%);
}

.feature-predict-decoration-image {
    position: absolute;
    top: 20.2px;
    left: calc(50% - 134.5px);

    display: flex;
    width: 269.091px;
    height: 358.758px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.feature-predict>.feature-icon-text>.feature-icon {
    border: 1.2px solid #6E4DFF;
    background: #0E0924;
    box-shadow: 0px 0px 12.8px 0px rgba(110, 77, 255, 0.25);
}

/* Feature - Personalization */
.feature-themes {
    height: 257px;
}

.feature-themes-decoration-image {
    position: absolute;
    top: 20px;
    left: calc(50% - 237.685px);

    display: flex;
    width: 475.37px;
    height: 67.286px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.feature-themes>.feature-shade-overlay {
    background: linear-gradient(180deg, rgba(215, 215, 215, 0.00) 0%, rgba(125, 125, 125, 0.30) 100%);
}

.feature-themes>.feature-icon-text>.feature-icon {
    border: 1.2px solid #D7D7D7;
    background: #171717;
    box-shadow: 0px 0px 12.8px 0px rgba(215, 215, 215, 0.25);
}


/* Features - Tablet */

@media (min-width: 768px) {
    .feature {
        max-width: 736px;
    }

    .feature-privacy {
        height: 400px;
    }

    .feature-privacy-decoration-image {
        left: -118px;
        top: -361px;

        display: flex;
        width: 1592px;
        height: 1025px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .feature-voice {
        height: 400px;
    }

    .feature-voice-decoration-image {
        top: -209px;
        left: calc(50% - 324.5px);
        width: 649px;
        height: 649px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .feature-themes {
        height: 360px;
    }

    .feature-themes-decoration-image {
        width: 1182px;
        height: 168px;
        top: 32px;
        left: calc(50% - 591px)
    }

    .feature-icon-text {
        bottom: 25px;
        left: 32px;
        right: 32px;
    }

    .feature-swipe {
        height: 600px;
    }

    .feature-swipe-decoration-image {
        width: 320px;
        height: 473px;
        top: 24px;
        left: calc(50% - 160px);
    }

    .feature-predict-decoration-image {
        width: 320px;
        height: 427px;
        top: 24px;
        left: calc(50% - 160px);
    }
}


/* Features - Desktop */
@media (min-width: 1200px) {
    .features {
        margin-top: 160px;
        margin-bottom: 160px;
    }

    .features-list {
        display: unset;
        position: relative;
        width: 1120px;
        height: 1685px;
        align-self: center;
    }

    .feature-icon {
        border-radius: 8px;
        width: 40px;
        height: 40px;
    }

    .feature-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
        /* 158.333% */
    }

    .feature-subtitle {
        color: var(--grey-500, #9C9FA3);

        /* Body/text-body-regular-ml */
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
    }

    .feature-icon-text {
        bottom: 25px;
        left: 32px;
        right: 32px;
    }

    .feature {
        max-width: unset;
        position: absolute;
    }

    .feature-privacy {
        bottom: 1113px;

        width: 1120px;
        height: 572px;
        flex-shrink: 0;
    }

    .feature-swipe {
        top: 604px;
        left: 0px;

        width: 352px;
        height: 657px;
    }

    .feature-voice {
        top: 604px;
        right: 0px;

        width: 736px;
        height: 392px;
    }

    .feature-autocorrect {
        top: 1028px;
        left: 384px;
        right: 384px;
        bottom: 424px;

        width: 352px;
        height: 233px;
    }

    .feature-predict {
        bottom: 0px;
        right: 0px;

        width: 352px;
        height: 657px;
    }

    .feature-themes {
        left: 0px;
        bottom: 0px;

        width: 736px;
        height: 392px;
    }

    .feature-privacy-ellipse-overlay {
        top: -280px;
        width: 1120px;
        height: 559px;
    }

    .feature-privacy-icon-text {
        width: 424px;
    }

    .feature-privacy-text {
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 72px;
        /* 150% */
    }

    .feature-voice-decoration-image {
        top: -209px;
        left: 44px;
        right: 43px;
        width: 649px;
        height: 649px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .feature-themes-decoration-image {
        width: 1182px;
        height: 168px;
        top: 32px;
        left: -223px;
        right: -223px;
    }

    .feature-dot-pattern {
        left: calc(50% - 563px);
        top: calc(50% - 445.5px);

        width: 1126px;
        height: 891px;
    }
}


/* Download and Payment */
.download-and-pay-container {
    display: flex;
    padding: 80px 32px;
    align-self: stretch;

    flex-direction: column;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;

    position: relative;
}

.download-surface {
    display: flex;
    width: 296px;
    padding: 14px 16px 17px 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;

    border-radius: 24px;
    outline: 2px solid var(--white-3pct, rgba(255, 255, 255, 0.03));
    background: var(--white-5pct, rgba(255, 255, 255, 0.05));
    outline-offset: -2px;

    box-sizing: border-box;
    z-index: 2;

    /* Body/text-body-regular-ml */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.dot-pattern-huge {
    position: absolute;
    width: 2162px;
    height: 1712px;

    z-index: 1;
}

.download-ellipse-huge {
    position: absolute;
    width: 1436px;
    height: 100%;

    border-radius: 1436px;
    background: radial-gradient(50% 50% at 50% 50%, #1A3160 0%, rgba(15, 28, 55, 0.00) 100%);
}

.download-title {
    align-self: stretch;
    color: var(--white-solid, var(--color-neutrals-00, #FFF));

    /* Heading 3/text-h3-medium-ml */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    /* 158.333% */
}

.download-body {
    align-self: stretch;
    color: var(--grey-500, var(--color-neutrals-00, #9C9FA3));
}

.text-red {
    color: var(--red-400, var(--color-neutrals-00, #E15151));
}

.download-actions {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    align-self: stretch;
}

.download-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.store-button {
    position: relative;
    display: flex;
    height: 33px;
    padding: 16.5px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    border-radius: 20px;
    background: var(--white-solid, #FFF);
    box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0.10);

    flex-grow: 1;
}

.store-button-icon {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 0;
}

.store-button-text {
    color: var(--darkblue-600, #243247);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.store-button-label {
    margin: 0 !important;
    position: absolute;
    top: -14px;
    left: 16px;
    border-radius: 16px;
    background-color: #c82222;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    z-index: 2;
    text-align: center;
    color: #fff;

    /* Body/text-body-medium */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 69%;
    /* 11.04px */
}

.download-fine-text {
    color: var(--white-solid, var(--color-neutrals-00, #FFF));

    /* Body/text-body-medium-ml */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.bulletpoints {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 28px;
    margin-top: 7px;
    margin-bottom: 14px;
}

.point {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.bulletpoint-text {
    color: var(--white-solid, var(--color-neutrals-00, #FFF));
}

@media (min-width: 768px) {
    .download-surface {
        width: 736px;
        padding: 30px 48px 32px 46px;
    }

    .download-surface-wide {
        width: 100%;
        max-width: 1120px;
    }

    .download-buttons {
        flex-direction: row;
    }

    .download-and-pay-container {
        gap: 80px;
    }

    .download-title {
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 72px;
        /* 150% */
    }

    .download-body {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
        /* 158.333% */
    }
}


/* Lower section */
.lower-section-title {
    color: var(--white-solid, var(--color-neutrals-00, #FFF));
    text-align: center;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    /* 158.333% */
}

.lower-section-body {
    color: var(--white-solid, var(--color-neutrals-00, #FFF));
    text-align: center;

    /* Body/text-body-regular-ml */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.lower-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    align-self: stretch;
    z-index: 2;
}

.futo-voiceinput-short {
    position: relative;
    align-self: stretch;
    background-color: #0a0e14;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 30px 32px 40px 32px;
    gap: 10px;
    z-index: 2;
    text-align: center;
}

.futo-symbol-icon1 {
    position: absolute;
    width: 256px;
    height: 256px;
    left: -126px;
    bottom: -126px;
    z-index: 3;
}

.futo-symbol-icon2 {
    position: absolute;
    width: 256px;
    height: 256px;
    right: -176px;
    top: -129px;
    z-index: 3;
}

@media (min-width: 768px) {
    .futo-voiceinput-short {
        padding: 62px 80px 80px 80px;
    }

    .lower-section-title {
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 72px;
        /* 150% */
    }

    .lower-section-body {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
        /* 158.333% */
    }

    .lower-section-content {
        gap: 53px;
    }

    .futo-symbol-icon1 {
        width: 525px;
        height: 525px;
        left: -177px;
        bottom: -307px;
        z-index: 3;
    }

    .futo-symbol-icon2 {
        width: 525px;
        height: 525px;
        top: -263px;
        right: -263px;
        z-index: 3;
    }
}

.lower-section-big-title {
    color: var(--white-solid, var(--color-neutrals-00, #FFF));
    text-align: center;

    /* Heading 2/text-h2-ml */
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    /* 150% */
}

.community-section {
    align-self: stretch;
    background-color: #0a0e14;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 62px 32px 80px 32px;
    z-index: 1;
    text-align: center;
}

.button-nogrow,
.content7>.button-secondary {
    flex-grow: 0;
    width: unset;
}

.cards {
    align-self: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 60px;
    gap: 32px;
    font-size: 24px;
    max-width: 1120px;
}


/* Footer */
.footer-nav-futokeyboard {
    align-self: stretch;
    background-color: #06090d;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem 3rem;
    gap: 74px;
    z-index: 0;
    font-size: 16px;
    color: #9c9fa3;
}

.footer-nav-futokeyboard .text {
    line-height: unset;
}

.footer-logo {
    height: 72px;
    max-width: 1120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
    box-sizing: border-box;
    position: relative;
}

.futo-logo-keyboard-icon1 {
    width: 102px;
    margin: 0 !important;
    top: 0px;
    left: 0px;
    height: 72px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 0;
}

.footer-links {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    max-width: 1136px;
    gap: 32px;
    flex-wrap: wrap;
}

.footer-webpages {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.nav-link3 {
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 44px;
}

.social-link-twitter-icon {
    width: 44px;
    position: relative;
    height: 44px;
}
.social-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 2px 0px 0px;
    gap: 4px;
}

@media (min-width: 768px) {
    .footer-logo {
        align-items: flex-start;
    }

    .footer-links {
        flex-direction: row;
    }

    .footer-webpages {
        flex-direction: row;
        gap: 32px;
    }
}


/* Heading navigation */
.heading-nav {
    width: 100%;
    margin: 0 !important;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: rgb(10, 17, 30);
    height: 76px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    z-index: 6;
    font-size: 16px;
}

.heading-nav-inner {
    max-width: 1120px;
    width: calc(100% - 64px);
    margin-left: 32px;
    margin-right: 32px;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
    align-self: center;
}

.heading-nav-logo {
    width: 62px;
    position: relative;
    height: 44px;
    overflow: hidden;
    flex-shrink: 0;
}

.heading-nav-actions {
    display: none;
}

.heading-nav-actions.expanded {
    display: flex;
    position: absolute;
    left: -32px;
    right: -32px;
    top: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px;
    background-color: rgb(10, 17, 30);
}

.heading-nav-link {
    border-radius: 12px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    box-sizing: border-box;
    position: relative;
    gap: 10px;
    min-width: 44px;
    color: #9c9fa3;
    align-self: stretch;
}

.heading-nav-link-active {
    color: white;
    align-self: stretch;
}

@media (min-width: 768px) {
    .heading-nav-actions {
        position: unset;
        padding: unset;
        background-color: unset;
        top: unset;
        left: unset;
        right: unset;
        width: unset;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin: 24px;
    }

    .heading-nav-expand-button {
        display: none;
    }
}

.heading-nav-expand-button {
    width: 44px;
    height: 44px;
    position: relative;
    border-radius: 8px;
    border: 1px #243247 solid;
}

.expand-menu-button {
    width: 24px;
    height: 24px;
    left: 10px;
    top: 10px;
    position: absolute;
}

.expand-menu-icon {
    position: absolute;
}







/* _________________ Addons _________________ */

/* _________________ Addons _________________ */

/* _________________ Addons _________________ */

/* _________________ Addons _________________ */


.addon-container {
    display: flex;
    padding: 146px 32px 73px 32px;
    justify-content: center;
    align-items: center;
    align-self: stretch;

    flex-direction: column;
    gap: 41px;
}

.addons-header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}

.addons-header-title {
    align-self: stretch;
    color: var(--white-solid, var(--color-neutrals-00, #FFF));
    text-align: center;

    /* Heading 3/text-h3-medium-ml */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 158.333% */
}

.addons-header-body {
    align-self: stretch;
    color: var(--grey-500, #9C9FA3);
    text-align: center;

    /* Body/text-body-regular-ml */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


.cards-list {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}

.card > .button-secondary {
    margin-top: 32px;
    flex-grow: 0;
}
