:not(input, button, a) {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

* {
    box-sizing: border-box
}

html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    overflow: hidden
}

body,
html,
p {
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center
}

button {
    background: none;
    border: none;
    font-family: Inter, sans-serif;
    padding: 0
}

a,
button {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none
}

a {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0
}

input::-moz-focus-inner {
    border: 0;
    margin: 0;
    padding: 0
}

dd,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

p {
    margin: 0
}

cite {
    font-style: normal
}

fieldset {
    border-width: 0;
    margin: 0;
    padding: 0
}

:root {
    --slideBlogWidth: 0;
    --rotateAngle: 0deg;
    --animationName: "";
    --selectedFaqAnswerHeight: 0;
    --burgerMenuAnimation: ""
}

@keyframes Shifting {
    50% {
        transform: translate(25%, -50%)
    }

    0% {
        transform: translateY(-50%)
    }
}

@keyframes Appearance {
    0% {
        opacity: 1
    }

    40% {
        opacity: 0
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes SlideAppearance {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0)
    }

    30% {
        opacity: 0
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes WrapperAppearance {
    50% {
        z-index: 4
    }

    to {
        background-color: rgba(8, 8, 8, .7);
        z-index: 4
    }
}

@keyframes Clockwise {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(90deg)
    }
}

@keyframes CounterClockwise {
    0% {
        transform: rotate(90deg)
    }

    to {
        transform: rotate(0)
    }
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}



.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}


.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports (outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}



.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

html {
    font-family: Inter, sans-serif;
    font-size: .625vw;
    overflow: auto;
    position: relative;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

html ::-webkit-scrollbar-thumb {
    background: #2f3135;
    border-radius: 5px
}

html ::-webkit-scrollbar {
    background: transparent;
    height: 0;
    width: 6px
}

html ::-webkit-scrollbar-track {
    background: transparent
}

body {
    background: #080808
}

body .body-wrapper {
    -webkit-backdrop-filter: blur(1.2rem);
    backdrop-filter: blur(1.2rem);
    background-color: rgba(8, 8, 8, 0);
    display: block;
    inset: 0;
    position: absolute;
    z-index: -1
}

body .body-wrapper--dark {
    animation: WrapperAppearance .5s ease-in-out 2 alternate forwards
}

.scroll-prevented {
    overflow: hidden
}

header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

main {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%
}

.title {
    color: #8c8d90;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .03rem;
    line-height: 3.5rem;
    margin-bottom: 2rem
}

.title h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -.05rem;
    line-height: 4.2rem
}

.title--use-cases {
    letter-spacing: -.05rem;
    margin-bottom: 3.2rem
}

.title--blog,
.title--faq {
    margin-bottom: 2.4rem
}

.logo {
    font-family: Manrope, sans-serif;
    font-weight: 700;
    line-height: 4rem;
    width: 20rem
}

.logo,
.logo--footer {
    background: url("../images/logo.svg") no-repeat 0/contain;
    font-size: 2.8rem;
    padding-left: 4.8rem
}

.logo--footer {
    align-items: center;
    display: flex;
    font-family: Inter, sans-serif;
    font-weight: 500;
    height: inherit
}

.logo:active {
    color: #b9babe;
    transform: scale(.98)
}

.logo:hover {
    color: #b9babe;
    cursor: pointer
}

footer {
    background-color: #101010;
    width: 100%
}

footer .social-media {
    display: flex;
    justify-content: space-between;
    padding: 4rem 10rem
}

footer .social-media__list {
    align-items: center;
    display: flex
}

footer .social-media__list li~li {
    margin-left: 5rem
}

footer .social-media li {
    background: no-repeat 50%/3.2rem;
    height: 3.2rem;
    width: 3.2rem
}

footer .social-media li a {
    display: inline-block;
    height: 100%;
    width: 100%
}

footer .social-media li svg {
    height: 100%;
    transition: transform .3s ease-in-out;
    width: 100%
}

footer .social-media li svg path {
    transition: fill .3s ease-in-out
}

footer .social-media li:hover svg {
    transform: scale(1.1)
}

footer .social-media li:hover svg path {
    fill: #fff
}

footer .support-button {
    background: url("../images/prompt-collection-1.png") no-repeat left 1.6rem center/2.4rem, #1b1c1e;
    border-radius: 1.2rem;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 4rem;
    min-width: 15.1rem;
    padding: 0 1.6rem 0 4.5rem;
    text-align: end
}

footer .support-button:hover {
    background-color: #2f3135;
    transform: scale(1.02)
}

footer .support-button:active {
    background-color: #2f3135;
    transform: scale(.98)
}

footer .legal-info {
    border-top: .1rem solid #232427;
    display: flex;
    justify-content: space-between;
    padding: 2.4rem 10rem
}

footer .copyright {
    color: #696a6e;
    font-size: 1.6rem;
    letter-spacing: .05rem;
    line-height: 2.4rem;
    text-align: start
}

footer .copyright__string-wrap {
    display: none
}

footer .gdpr-links {
    justify-content: center
}

footer .gdpr-links,
footer .gdpr-links li {
    align-items: center;
    display: flex
}

footer .gdpr-links li:not(:last-child):after {
    background-color: #696a6e;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .4rem;
    margin: 0 1.6rem;
    width: .4rem
}

footer .gdpr-links a {
    color: #696a6e;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .015em;
    line-height: 2.4rem
}

footer .gdpr-links a:active {
    color: #b9babe;
    transform: scale(.95)
}

footer .gdpr-links a:hover {
    color: #b9babe
}

.navigation {
    -webkit-backdrop-filter: blur(2.4rem);
    backdrop-filter: blur(2.4rem);
    background-color: hsla(0, 0%, 6%, .8);
    padding: 2.8rem 0;
    z-index: 3
}

.navigation__container {
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    width: 100%
}

.navigation__tabs {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 71%;
    z-index: 1
}

.navigation__tabs li+li {
    margin-left: 2.4rem
}

.navigation__tabs li:last-child {
    margin-left: 0;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%)
}

.navigation__tabs li:last-child a {
    align-items: center;
    display: flex;
    white-space: nowrap
}

.navigation__tabs li:last-child a svg {
    height: 2.4rem;
    margin-left: .4rem;
    width: auto
}

.navigation li {
    color: #b9babe;
    font-size: 1.6rem;
    letter-spacing: .03rem;
    line-height: 2.4rem;
    text-transform: capitalize
}

.navigation li:active a,
.navigation li:hover a {
    color: #fff
}

.navigation li:active a svg path,
.navigation li:hover a svg path {
    stroke: #fff
}

.navigation__registration {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    width: 87.5%;
    z-index: 0
}

.navigation__registration a {
    background-color: #1b1c1e;
    border-radius: 1.2rem;
    color: #fff;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 4.8rem;
    overflow: hidden;
    padding: 0 1.6rem;
    position: relative;
    transition: background-color .2s linear
}

.navigation__registration a:after {
    animation: rotate 1s infinite;
    background: conic-gradient(from var(--rotateAngle), #252628 0deg, rgba(46, 120, 103, .3) 90deg, #00ffb5 135deg 180deg, #252628 180deg);
    border-radius: inherit;
    box-sizing: border-box;
    content: "";
    height: 100%;
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: .15rem;
    position: absolute;
    width: 100%
}

.navigation__registration a:active,
.navigation__registration a:focus,
.navigation__registration a:hover {
    background-color: #232427
}

.navigation .burger-menu-button {
    display: none
}

.introduction {
    padding: 19.3rem 10rem 0;
    position: relative
}

.introduction:after {
    background: radial-gradient(circle at right 15% top 20%, #009381, rgba(15, 107, 191, 0) 70%);
    opacity: .24
}

.introduction:after,
.introduction:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 0
}

.introduction:before {
    background: radial-gradient(circle at right 15% top 20%, #0fbf89, rgba(15, 191, 137, 0) 70%);
    opacity: .12
}

.introduction__title {
    color: #fff;
    font-size: 5.2rem;
    font-weight: 700;
    letter-spacing: -.1rem;
    line-height: 6rem;
    margin-bottom: 1.6rem;
    position: relative;
    z-index: 1
}

.introduction .trademark {
    display: inline-block;
    font-size: 2rem;
    font-weight: 200;
    line-height: 4rem;
    vertical-align: top
}

.introduction .splide {
    color: #0fbf89;
    display: inline-block;
    vertical-align: top;
    width: auto
}

.introduction .splide__slide {
    width: -moz-fit-content;
    width: fit-content
}

.introduction__description {
    color: #689c8c;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -.03rem;
    line-height: 2.8rem;
    margin-bottom: 6.4rem
}

.introduction__cta-button {
    background-color: rgba(1, 163, 116, .2);
    border: .1rem solid rgba(15, 191, 137, .24);
    border-radius: 2rem;
    margin: 0 auto 7.5rem;
    padding: .4rem;
    width: -moz-fit-content;
    width: fit-content
}

.introduction__cta-button a {
    background-color: #01a374;
    border-radius: 1.6rem;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .08);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    height: inherit;
    letter-spacing: -.05rem;
    line-height: 6.4rem;
    padding: 0 2.6rem;
    transition: background-color .3s ease-in-out;
    width: inherit
}

.introduction__cta-button a:hover {
    background-color: #0fbf89
}

.introduction__cta-button a:active {
    background-color: #0fbf89;
    transform: scale(.98)
}

.introduction__laptop:before {
    background: linear-gradient(0deg, #080808, rgba(8, 8, 8, 0));
    bottom: -.1rem;
    content: "";
    display: block;
    height: 45%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 1
}

.introduction .laptop {
    background: hsla(0, 0%, 100%, .05);
    border: .1rem solid hsla(0, 0%, 100%, .1);
    border-radius: 4rem 4rem 0 0;
    padding: 2.4rem 6rem 2.8rem;
    position: relative;
    z-index: 1
}

.introduction .laptop__tabs-list {
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem
}

.introduction .laptop__tab {
    display: block;
    position: relative;
    text-align: center
}

.introduction .laptop__tab a {
    color: #8c8d90;
    font-size: 1.6rem;
    line-height: 2.4rem;
    position: relative
}

.introduction .laptop__tab a:before {
    text-wrap: nowrap;
    color: #fff;
    content: attr(aria-label);
    font-weight: 600;
    left: 50%;
    position: absolute;
    text-decoration: inherit;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden
}

.introduction .laptop__tab a:hover {
    cursor: pointer;
    visibility: hidden
}

.introduction .laptop__tab a:hover:before {
    visibility: visible
}

.introduction .laptop__tab .selected {
    visibility: hidden
}

.introduction .laptop__tab .selected:before {
    visibility: visible
}

.introduction .laptop__display {
    background: no-repeat 50%/contain;
    height: 58.8rem;
    transition: background-image .3s ease-in-out;
    width: 100%
}

.introduction .laptop__display[data-background=chat] {
    background-image: url("")
}

.introduction .laptop__display[data-background=task] {
    background-image: url("")
}

.introduction .laptop__display[data-background=generator] {
    background-image: url("")
}

.publications {
    padding: 10.4rem 10rem 0
}

.publications__list {
    display: flex;
    gap: 5.6rem;
    justify-content: center;

    min-width: 1500px;
    animation: scroll 20s linear infinite; 
    overflow: hidden;
}

@keyframes scroll {
    0% {
        transform: translateX(0); 
    }
    100% {
        transform: translateX(-100%);
    }
}

.publications__item {
    height: 3rem;
    width: -moz-fit-content;
    width: fit-content
}

.publications__item img {
    height: inherit;
    pointer-events: none;
    width: auto
}

.technologies {
    padding: 12rem 10rem 0
}

.technologies__list {
    display: flex;
    gap: 1.6rem;
    justify-content: center
}

.technologies li {
    background-color: #101010;
    border: .1rem solid #232427;
    border-radius: 1.2rem;
    flex-grow: 1;
    min-width: calc(33.33333% - 1.06667rem);
    padding: 8.4rem 2.5rem 2.3rem
}

.technologies__item {
    background: no-repeat left 2.4rem top 2.4rem/contain;
    color: #b9babe;
    font-size: 1.52rem;
    letter-spacing: .04rem;
    line-height: 2.4rem;
    text-align: left
}

.technologies__item--tech-1 {
    background-image: url("");
    background-size: auto 3.2rem
}

.technologies__item--tech-2 {
    background-image: url("");
    background-size: auto 3rem
}

.technologies__item--tech-3 {
    background-image: url("");
    background-size: auto 4rem
}

.features {
    padding: 8rem 10rem 0;
    position: relative
}

.features__title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
    margin: 0 auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.features__list {
    display: grid;
    gap: 1.6rem;
    grid-template-areas: "feature-1 feature-2 feature-2 feature-2" "feature-1 feature-3 feature-3 feature-4" "feature-5 feature-5 feature-6 feature-6" "feature-7 feature-8 feature-8 feature-9";
    grid-template-columns: calc(33.33333% - 1.06667rem) 1fr 1fr calc(33.33333% - 1.06667rem);
    grid-template-rows: 32rem 28rem 36rem 36rem
}

.features__item {
    background-color: #101010;
    border: .1rem solid #232427;
    border-radius: 2.4rem;
    overflow: hidden;
    padding: 4rem 4rem 0;
    transition: box-shadow .3s ease-in-out
}

.features .feature:hover {
    cursor: pointer
}

.features .feature:hover .feature__title:after {
    opacity: 1
}

.features .feature:active {
    box-shadow: none
}

.features .feature__title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -.05rem;
    line-height: 3.2rem;
    margin-bottom: .8rem;
    position: relative
}

.features .feature__title:after {
    background: url("../images/arrow-right-feature.png") no-repeat 50%/2.4rem;
    content: "";
    display: block;
    height: 2.4rem;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s linear;
    width: 2.4rem
}

.features .feature__description {
    color: #b9babe;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.features .feature__comparison {
    background-color: #1b1c1e;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    flex-grow: 1;
    margin-top: 3.2rem;
    padding: 3.2rem 2.4rem 0 12.5rem
}

.features .feature p {
    text-align: start
}

.features .coming-soon .feature__title span {
    position: relative
}



.features .chat-example {
    background-color: #1b1c1e;
    border-bottom-right-radius: 2.3rem;
    border-top-left-radius: 2.3rem;
    bottom: 0;
    display: block;
    font-size: 1.6rem;
    height: calc(100% - 19.2rem);
    line-height: 2.4rem;
    padding: 3.2rem;
    position: absolute;
    right: 0;
    width: calc(100% - 4rem)
}

.features .chat-example__messages-list {
    margin-bottom: 3.2rem
}

.features .chat-example__messages-list li+li {
    margin-top: 4rem
}

.features .chat-example__message-item {
    background: no-repeat 0 0/4rem;
    padding-left: 5.6rem
}



.features .chat-example__nikname {
    font-weight: 600;
    margin-bottom: .4rem
}

.features .chat-example__entry-field {
    align-items: center;
    background-color: #101010;
    border: .1rem solid #2f3135;
    border-radius: 1.6rem;
    display: flex;
    padding: .4rem
}

.features .chat-example__send-button {
    border-radius: 1.2rem;
    height: 5.6rem;
    pointer-events: none;
    width: 5.6rem
}

.features .chat-example__input {
    background-color: transparent;
    border: none;
    border-radius: inherit;
    color: #fff;
    flex-grow: 1;
    font-size: 1.6rem;
    line-height: 5.6rem;
    padding: 0 1.6rem;
    pointer-events: none
}

.features .chat-example__input::-moz-placeholder {
    color: #8c8d90;
    font-size: 1.6rem
}

.features .chat-example__input::placeholder {
    color: #8c8d90;
    font-size: 1.6rem
}

.features .comparison {
    display: flex;
    gap: 2.4rem;
    justify-content: center
}

.features .comparison ul {
    flex-basis: 30%;
    flex-grow: 1;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.features .comparison ul p {
    color: #8c8d90;
    margin-bottom: 1.4rem;
    text-align: start;
    text-transform: capitalize
}

.features .comparison ul li {
    background: #2f3135;
    border-radius: .4rem;
    display: block;
    height: 1.2rem;
    position: relative
}

.features .comparison ul li+li {
    margin-top: 1.6rem
}

.features .comparison ul li:after {
    border-radius: inherit;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 1s linear;
    width: 0
}

.features .comparison ul li:first-of-type:after {
    background-color: #ff8a1b
}

.features .comparison ul li:last-of-type:after {
    background-color: #4583f8
}

.features .comparison__speed li:first-of-type:before {
    content: "GPT-Turbo";
    display: block;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(-10rem, -50%)
}

.features .comparison__speed li:last-of-type:before {
    content: "GPT-4";
    display: block;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(-10rem, -50%)
}

.features .prompt-collection {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    justify-content: flex-start;
    margin-top: 2rem
}

.features .prompt-collection__item {
    border-radius: 1.2rem;
    color: #696a6e;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3.6rem;
    padding: 0 1.2rem 0 3.5rem
}

.features .prompt-collection__item--1 {
    background: url("../images/prompt-collection-1.png") no-repeat 1rem/1.8rem, #232427
}

.features .prompt-collection__item--2 {
    background: url("") no-repeat 1rem/1.8rem, #232427
}

.features .prompt-collection__item--3 {
    background: url("") no-repeat 1rem/1.8rem, #232427
}

.features .prompt-collection__item--4 {
    background: url("") no-repeat 1rem/1.8rem, #232427
}

.features .prompt-collection__item--5 {
    background: url("") no-repeat 1rem/1.8rem, #232427
}

.features .prompt-collection__item--6 {
    background: url("") no-repeat 1rem/1.8rem, #232427
}

.features .prompt-collection__item--7 {
    background: url("") no-repeat 1rem/1.8rem, #232427
}

.features .prompt-collection__item--8 {
    background: url("") no-repeat 1rem/1.8rem, #232427
}

.features .prompt-collection__item--9 {
    background: url("") no-repeat 1rem/1.8rem, #232427
}

.features .prompt-collection__item--10 {
    background: url("") no-repeat 1rem/1.8rem, #232427
}

.features .user-questions {
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: .4rem;
    margin-top: 2rem;
    overflow: hidden;
    width: 100%
}

.features .user-questions__item {
    background: url("") no-repeat right 1.8rem center/2.4rem, #232427;
    color: #696a6e;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1.8rem;
    text-align: start
}

.features .feature__orbits {
    flex-grow: 1;
    margin-top: 2rem;
    position: relative;
    transform: scale(0);
    transition: transform 1s ease-in-out
}

.features .file-extension {
    background: no-repeat 50%/contain;
    height: 6.2rem;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: scale(.5);
    transition: transform 1s ease-in-out;
    width: 5.1rem
}

.features .file-extension--doc {
    background-image: url("../images/extension-doc.png")
}

.features .file-extension--epub {
    background-image: url("../images/extension-epub.png")
}

.features .file-extension--pdf {
    background-image: url("../images/extension-pdf.png")
}

.features .file-extension--txt {
    background-image: url("../images/extension-txt.png")
}

.features .chatbot-tone {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    justify-content: flex-start;
    margin-top: 4.9rem;
    position: relative;
    width: 125%
}

.features .chatbot-tone__item {
    background-color: #232427;
    border-radius: 1.2rem;
    font-size: 1.8rem;
    line-height: 4.5rem;
    padding: 0 2.4rem 0 1.5rem
}

.features .chatbot-tone__item span {
    margin-right: 1.1rem
}

.features .launch-animation .comparison__speed li:first-of-type:after {
    width: 91%
}

.features .launch-animation .comparison__speed li:last-of-type:after {
    width: 78%
}

.features .launch-animation .comparison__reasoning li:first-of-type:after {
    width: 63%
}

.features .launch-animation .comparison__reasoning li:last-of-type:after {
    width: 100%
}

.features .launch-animation .comparison__creativity li:first-of-type:after {
    width: 41%
}

.features .launch-animation .comparison__creativity li:last-of-type:after {
    width: 84%
}

.features .launch-animation.feature__orbits {
    transform: scale(1)
}

.features .launch-animation .file-extension {
    background: no-repeat 50%/contain;
    height: 6.2rem;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: scale(.5);
    width: 6.4rem
}

.features .launch-animation .file-extension--doc {
    background-image: url("../images/extension-doc.png");
    transform: translate(-257%, -212%) scale(.8)
}

.features .launch-animation .file-extension--epub {
    background-image: url("../images/extension-epub.png");
    transform: translate(-105%, -325%) scale(.65)
}

.features .launch-animation .file-extension--pdf {
    background-image: url("../images/extension-pdf.png");
    transform: translate(-7%, -160%) scale(1)
}

.features .launch-animation .file-extension--txt {
    background-image: url("../images/extension-txt.png");
    transform: translate(112%, -250%) scale(.65)
}

.features #feature-1 {
    background-color: #009369;
    border: none;
    grid-area: feature-1;
    position: relative
}

.features #feature-1 .feature__description {
    color: #fff
}

.features #feature-2 {
    display: flex;
    flex-direction: column;
    grid-area: feature-2
}

.features #feature-3 {
    grid-area: feature-3
}

.features #feature-4 {
    display: flex;
    flex-direction: column;
    grid-area: feature-4
}

.features #feature-5 {
    background: url("") no-repeat 4rem bottom/18rem auto, url("") no-repeat 23.6rem bottom/18rem auto, url("") no-repeat 100% 0/6.4rem auto, url("") no-repeat right 11.6rem/6.4rem auto, url("") no-repeat 100% 100%/6.4rem auto, #101010;
    display: flex;
    grid-area: feature-5;
    overflow: hidden;
    position: relative
}

.features #feature-5 .feature__text-container {
    width: 53%
}

.features #feature-5 .splide {
    bottom: 0;
    position: absolute;
    right: 8rem;
    width: 18rem
}

.features #feature-5 .splide__slide {
    background: no-repeat 50%/contain;
    height: 18rem;
    opacity: .15;
    transition: opacity 1s linear
}

.features #feature-5 .splide__slide--1 {
    background-image: url("")
}

.features #feature-5 .splide__slide--2 {
    background-image: url("")
}

.features #feature-5 .splide__slide--3 {
    background-image: url("")
}

.features #feature-5 .splide__slide--4 {
    background-image: url("")
}

.features #feature-5 .splide .is-active {
    opacity: 1
}

.features #feature-6 {
    grid-area: feature-6
}

.features #feature-6 .feature__text-container {
    width: 60%
}

.features #feature-7 {
    grid-area: feature-7
}

.features #feature-7 .feature__requests-list {
    margin-top: 13.9rem;
    position: relative
}

.features #feature-7 .feature__request {
    border-radius: 1.6rem;
    bottom: 0;
    content: "";
    display: block;
    font-size: 1.6rem;
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    line-height: 2.4rem;
    padding: 2.3rem 1.6rem 2.3rem 6.2rem;
    position: absolute;
    text-align: start;
    width: 100%
}

.features #feature-7 .feature__request--1 {
    background-color: #232427;
    border: .1rem solid #2f3135;
    transform: translateX(-50%);
    z-index: 2
}

.features #feature-7 .feature__request--2 {
    background-color: #1a1b1c;
    border: .1rem solid #26282b;
    bottom: -1.8rem;
    transform: translateX(-50%) scale(.92);
    z-index: 1
}

.features #feature-7 .feature__request--3 {
    background-color: #181818;
    border: .1rem solid #202225;
    bottom: -3.6rem;
    transform: translateX(-50%) scale(.83);
    z-index: 0
}

.features #feature-7 .feature__lens-animation {
    display: block;
    height: 2.5rem;
    left: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem
}

.features #feature-8 {
    display: flex;
    flex-direction: column;
    grid-area: feature-8
}

.features #feature-9 {
    grid-area: feature-9
}

.use-cases {
    padding: 8rem 10rem 0;
    position: relative
}

.use-cases__container {
    background: linear-gradient(-75deg, #101010 40%, #04251b);
    border: .1rem solid #2f3135;
    border-radius: 2.4rem;
    padding: 4.2rem 8rem 3.9rem
}

.use-cases__list {
    display: flex;
    gap: .8rem;
    justify-content: center;
    margin-bottom: 3.6rem
}

.use-cases__item {
    text-wrap: nowrap;
    background-color: #1b1c1e;
    border: .1rem solid #2f3135;
    border-radius: .8rem;
    color: #b9babe;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 4.6rem;
    padding: 0 1.6rem;
    transition: all .3s linear
}

.use-cases__item:hover {
    color: #fff;
    cursor: pointer
}

.use-cases__item svg {
    height: auto;
    margin-right: .4rem;
    vertical-align: middle;
    width: 2.5rem
}

.use-cases .selected {
    background-color: #01a374;
    border-color: #01a374;
    color: #fff
}

.use-cases .selected svg path {
    stroke: #fff
}

.use-cases__variable-content {
    display: flex;
    gap: 12rem;
    justify-content: space-between
}

.use-cases__variable-content p {
    text-align: start
}

.use-cases__variable-content .change-text-animation {
    animation: var(--animationName) .3s ease-in infinite;
    opacity: 1
}

.use-cases__variable-content .text-block {
    position: relative
}

.use-cases__variable-content .text-block__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin-bottom: .8rem
}

.use-cases__variable-content .text-block__description {
    color: #b9babe;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.use-cases__variable-content .text-block__button {
    text-wrap: nowrap;
    background-color: #2f3135;
    border-radius: 1.2rem;
    bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
    left: 0;
    line-height: 4.8rem;
    padding: 0 4rem 0 1.6rem;
    position: absolute;
    transition: background-color .3s
}

.use-cases__variable-content .text-block__button:active {
    transform: scale(.95)
}

.use-cases__variable-content .text-block__button:hover {
    cursor: pointer
}

.use-cases__variable-content .text-block__button:after {
    background: url("") no-repeat 50%/2.4rem;
    content: "";
    display: block;
    height: 2.4rem;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem
}

.use-cases__variable-content .chat-block p {
    font-size: 1.4rem;
    line-height: 2rem
}

.use-cases__variable-content .chat-block p:first-of-type {
    color: #b9babe;
    font-weight: 600;
    margin-bottom: .4rem
}

.use-cases__variable-content .chat-block p:last-of-type {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #8c8d90;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.use-cases__variable-content .chat-block__message {
    background: no-repeat 2.4rem 2.4rem/3.2rem, #1b1c1e;
    border-radius: 1.2rem;
    padding: 2.4rem 2.4rem 2.4rem 7.2rem;
    width: 50.4rem
}

.use-cases__variable-content .chat-block__message--user {
    margin-bottom: .8rem
}

.use-cases__variable-content .chat-block__message--user p:last-of-type {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.use-cases__variable-content .chat-block__message--bot {
    margin-left: 2.7rem;
    position: relative
}

.use-cases__variable-content .chat-block__message--bot:before {
    background: url("") no-repeat 50%/contain;
    content: "";
    display: block;
    height: 2.4rem;
    position: absolute;
    right: calc(100% + .4rem);
    top: 0;
    width: 2.4rem
}

.app-achievements {
    padding: 8.4rem 10rem 0
}

.app-achievements__list {
    display: flex;
    gap: 1.6rem
}

.app-achievements__item {
    background: url("../images/number-icon-1.png") no-repeat left 2.4rem bottom 3.2rem/4rem, #101010;
    border: .15rem solid #232427;
    border-radius: 1.2rem;
    flex-grow: 1;
    max-width: calc(16.66667% - 1.33333rem);
    padding: 4.8rem 0 9.4rem 2.4rem
}

.app-achievements__item p {
    text-align: left
}

.app-achievements__item--1 {
    background-image: url("../images/number-icon-1.png")
}

.app-achievements__item--2 {
}

.app-achievements__item--3 {
    background-image: url("../images/number-icon-3.png")
}

.app-achievements__item--4 {
    background-image: url("../images/number-icon-4.png")
}

.app-achievements__item--5 {
    background-image: url("../images/number-icon-5.png")
}

.app-achievements__item--6 {
    background-image: url("")
}

.app-achievements__number {
    font-size: 6rem;
    font-weight: 700;
    line-height: 7.2rem
}

.app-achievements__description {
    color: #b9babe;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.reviews {
    padding-top: 12rem;
    position: relative
}

.reviews .splide {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw
}

.reviews .splide__reviews--2 {
    margin-top: 1.6rem
}

.reviews .review {
    background: #1b1c1e;
    border-radius: 1.6rem;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    height: 15.4rem;
    justify-content: space-between;
    line-height: 2.4rem;
    padding: 2.4rem;
    text-align: start
}

.reviews .review p {
    text-align: start
}

.reviews .review__text {
    letter-spacing: -.5px
}

.reviews .review__author {
    background: url("../images/stars-filled.png") no-repeat 0/auto 1.6rem;
    color: #8c8d90;
    padding-left: 11.6rem;
    position: relative
}

.reviews .review__author:before {
    background-color: #8c8d90;
    border-radius: 50%;
    content: "";
    display: block;
    height: .4rem;
    left: 10.3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .4rem
}

.reviews .review:nth-of-type(3n+1) .review__author {
    background-image: url("../images/stars-empty.png")
}

.reviews .review:nth-of-type(3n) .review__author {
    background-image: url("../images/stars-half.png")
}

.matching {
    padding: 12.3rem 22rem 0
}

.matching__container {
    display: flex;
    gap: 2.2rem
}

.matching__subscribe {
    background: #1b1c1e;
    border-radius: 1.2rem;
    flex-basis: 50%;
    flex-grow: 1;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2.4rem
}

.matching__subscribe:last-of-type .matching__subscribe-info {
    background: linear-gradient(270deg, #009369, #01a374)
}



.matching__subscribe:last-of-type .matching__subscribe-description {
    color: #fff
}

.matching__subscribe:last-of-type .matching__subscribe-feature:last-of-type span {
    position: relative
}



.matching__subscribe:last-of-type .matching__cta-button {
    background-color: #0fbf89;
    border: none
}

.matching__subscribe:last-of-type .matching__cta-button:active,
.matching__subscribe:last-of-type .matching__cta-button:hover {
    background-color: #009369
}

.matching__subscribe-info {
    background: #232427;
    border-radius: .8rem;
    padding: 3.2rem 2.4rem
}

.matching__subscribe-info p {
    text-align: start
}

.matching__subscribe-list {
    margin: 1.2rem 0
}

.matching__subscribe-list li+li {
    border-top: .1rem solid #2f3135
}

.matching__subscribe-title {
    font-size: 2.304rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: .8rem;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.matching__subscribe-description {
    color: #b9babe;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.matching__subscribe-feature {
    font-size: 1.6rem;
    line-height: 4.7rem;
    padding-left: 3.2rem;
    text-align: start
}

.matching__subscribe-feature:first-of-type {
    background: url("../images/matching-feature-1.png") no-repeat 0/2.4rem
}

.matching__subscribe-feature:nth-of-type(2) {
    background: url("../images/matching-feature-2.png") no-repeat 0/2.4rem
}

.matching__subscribe-feature:nth-of-type(3) {
    background: url("../images/matching-feature-3.png") no-repeat 0/2.4rem
}

.matching__subscribe-feature:nth-of-type(4) {
    background: url("../images/matching-feature-4.png") no-repeat 0/2.4rem
}

.matching__subscribe-feature:nth-of-type(5) {
    background: url("../images/matching-feature-5.png") no-repeat 0/2.4rem
}

.matching__subscribe-feature:nth-of-type(6) {
    background: url("../images/matching-feature-6.png") no-repeat 0/2.4rem
}

.matching__cta-button {
    background-color: #2f3135;
    border: .1rem solid transparent;
    border-radius: 1.2rem;
    display: block;
    width: 100%
}

.matching__cta-button:hover {
    border-color: #696a6e
}

.matching__cta-button:active {
    border-color: #696a6e;
    transform: scale(.98)
}

.matching__cta-button span {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 5.6rem;
    position: relative
}

.matching__cta-button span:after {
    background: url("../images/arrow-right-matching.svg") no-repeat 50%/2.4rem;
    content: "";
    display: block;
    height: 2.4rem;
    left: calc(100% + .8rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s linear;
    width: 2.4rem
}


.blog .splide {
    margin: 0 auto
}

.blog .splide__list {
    position: relative
}

.blog .splide__slide {
    align-items: flex-end;
    display: flex;
    -webkit-height: calc(var(--slideBlogWidth)*.22)
}




.blog .splide__arrow:active {
    background-color: #2f3135
}



.blog .blog-slide {
    background-color: #101010;
    border: .1rem solid #232427;
    border-radius: 1.2rem;
    cursor: pointer;
    opacity: .4;
    overflow: hidden;
    padding: 2.4rem;
    transition: opacity .3s linear
}

.blog .blog-slide.is-active {
    opacity: 1
}

.blog .blog-slide__container {
    display: flex;
    gap: 2.4rem;
    height: 100%;
    width: 100%
}

.blog .blog-slide__image {
    height: 20.4rem;
    width: 25.6rem
}

.blog .blog-slide__text-content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.blog .blog-slide__text-content p {
    text-align: left
}

.blog .blog-slide__date {
    color: #8c8d90;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.6rem
}

.blog .blog-slide__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin-bottom: .8rem;
    position: relative
}

.blog .blog-slide__text {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #b9babe;
    display: -webkit-box;
    font-size: 1.6rem;
    line-height: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog .blog-slide__close-button {
    border: none;
    display: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%)
}

.blog .blog-slide__close-button svg {
    height: 2.4rem;
    pointer-events: none;
    width: 2.4rem
}

.blog .blog-slide__close-button:hover {
    cursor: pointer
}

.blog .blog-slide__close-button:active svg {
    fill: #696a6e
}

.blog .blog-slide__open-button {
    background-color: #232427;
    border-radius: .8rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 4rem;
    margin-top: auto;
    padding: 0 3.8rem 0 1.8rem;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.blog .blog-slide__open-button:after {
    background: url("") no-repeat 50%/2.4rem;
    content: "";
    display: block;
    height: 2.4rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem
}

.blog .blog-slide__open-button:hover {
    background-color: #2f3135;
    cursor: pointer
}

.blog .blog-slide__open-button:active {
    transform: scale(.95)
}

.blog .understudy {
    animation: SlideAppearance .5s ease-in-out 2 alternate forwards;
    border-radius: .8rem;
    -webkit-height: fit-content;
    left: 50%;
    margin: 0 auto;
    max-width: 56rem;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    width: 35%;
    z-index: 5
}

.blog .understudy:hover {
    cursor: auto
}

.blog .understudy .blog-slide__date,
.blog .understudy .blog-slide__image,
.blog .understudy .blog-slide__open-button {
    display: none
}

.blog .understudy .blog-slide__close-button {
    display: block
}

.blog .understudy .blog-slide__title {
    background-color: #232427;
    border-bottom: .1rem solid #2f3135;
    font-size: 2rem;
    margin-bottom: 0;
    padding: 2.2rem 7.2rem 2.2rem 2.4rem
}

.blog .understudy .blog-slide__text {
    background-color: #1b1c1e;
    color: #fff;
    display: block;
    font-size: 1.77rem;
    height: -moz-fit-content;
    height: fit-content;
    max-height: calc(100vh - 15.6rem);
    overflow-y: scroll;
    padding: 2.4rem;
    text-overflow: clip
}

.faq {
    padding: 12rem 22rem 0
}

.faq__list {
    display: flex;
    flex-direction: column
}

.faq__item {
    border-bottom: .1rem solid #2f3135;
    display: block;
    height: 6rem;
    overflow: hidden;
    transition: height .5s ease-in-out
}

.faq__item p {
    text-align: start
}

.faq__item:first-of-type {
    border-top: .1rem solid #2f3135
}

.faq__item:hover {
    cursor: pointer
}

.faq__question {
    font-size: 2rem;
    font-weight: 700;
    line-height: 6rem;
    position: relative
}

.faq__answer {
    color: #b9babe;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-bottom: 1.6rem
}

.faq__answer a {
    text-decoration: underline
}

.faq__expand-button {
    background: url("") no-repeat 50%/contain;
    border: none;
    height: 2.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem
}

.faq__expand-button:hover {
    cursor: pointer
}

.faq .selected {
    height: calc(6rem + var(--selectedFaqAnswerHeight))
}

.faq .selected .faq__expand-button {
    background-image: url("")
}

.guide {
    padding: 8rem 22rem
}








.guide__title {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -.07rem;
    line-height: 4rem
}

.guide__suggestion {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 2rem
}

.guide__explanation {
    color: #696a6e;
    font-size: 1.4rem;
    line-height: 2rem
}

.guide__explanation a {
    text-decoration: underline
}

.guide__explanation br {
    display: none
}

#guide-form {
    display: flex;
    margin-bottom: 1.2rem;
    position: relative
}

#guide-form input {
    background: #080808;
    border: .1rem solid #2f3135;
    border-radius: 1.6rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    caret-color: #009369;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.5rem;
    width: 51%
}

#guide-form input::-moz-placeholder {
    color: #8c8d90
}

#guide-form input::placeholder {
    color: #8c8d90
}

#guide-form input:focus {
    border-color: #0fbf89;
    outline: none
}

#guide-form input:-webkit-autofill,
#guide-form input:-webkit-autofill:focus,
#guide-form input:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: inset 0 0 0 40rem #080808
}

#guide-form button {
    background: #0fbf89;
    border: none;
    border-bottom-right-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 1.6rem 4rem
}

#guide-form button:hover {
    cursor: pointer
}

#guide-form button:disabled {
    background: #8c8d90
}

#guide-form button:not(:disabled):active {
    background: #0fbf89;
    transform: scale(.98)
}

.popup-overlay {
    -webkit-backdrop-filter: blur(.8rem);
    backdrop-filter: blur(.8rem);
    bottom: 0;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: display .5s ease-in-out;
    z-index: 4
}

.popup,
.popup-overlay.opened {
    display: flex
}

.popup {
    align-items: flex-end;
    background: #1b1c1e;
    border: none;
    border-radius: .8rem;
    box-shadow: -1.5rem 0 2.5rem -1.2rem hsla(0, 0%, 9%, .78), 1.5rem 0 2.5rem -1.2rem hsla(0, 0%, 9%, .78);
    margin: auto;
    min-height: 30.4rem;
    position: relative;
    width: 56rem
}

.popup__wrapper {
    padding: 2.4rem;
    width: 100%
}

.popup__button--cross {
    display: flex;
    flex-direction: column;
    height: 2.4rem;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 2.4rem;
    top: 2.4rem;
    width: 2.4rem
}

.popup__button--cross svg {
    height: 100%;
    pointer-events: none;
    width: 100%
}

.popup__button--cross:active svg {
    fill: #2f3135
}

.popup__button--cta {
    background: #0fbf89;
    border-radius: 1.2rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    height: 5.6rem;
    margin-top: 2.4rem;
    width: 100%
}

.popup__button--cta:active {
    background: #009369;
    transform: scale(.98)
}

.popup__icon {
    background: url("../images/extension-pdf.png") no-repeat 0/contain;
    display: inline-block;
    height: 7.2rem;
    vertical-align: middle;
    width: 100%
}

.popup__text-container {
    margin-top: .8rem
}

.popup__title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4rem;
    text-align: start
}

.popup__description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: .8rem;
    text-align: start
}

@media only screen and (min-width:250px) {
    html {
        font-size: 10px
    }

    .blog .splide:after,
    .blog .splide:before {
        content: "";
        height: 150%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20rem;
        z-index: 2
    }

    .blog .splide:after {
        background: radial-gradient(70% 100% at left, #080808 20%, rgba(8, 8, 8, .816) 40%, rgba(8, 8, 8, .631) 60%, transparent) no-repeat 50%/contain;
        left: 0
    }

    .blog .splide:before {
        background: radial-gradient(70% 100% at right, #080808 20%, rgba(8, 8, 8, .816) 40%, rgba(8, 8, 8, .631) 60%, transparent) no-repeat 50%/contain;
        right: 0
    }

    footer .legal-info,
    footer .social-media {
        padding-left: calc(50% - 700px);
        padding-right: calc(50% - 700px)
    }
}

@media only screen and (max-width:1366px) {
    .popup {
        transform: scale(1.7)
    }

    .blog .understudy .blog-slide__title {
        font-size: 3.2rem
    }

    .blog .understudy .blog-slide__text {
        font-size: 2.6rem;
        line-height: 3.2rem;
        max-height: calc(100vh - 31.6rem)
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 2.5641vw
    }

    .logo--header {
        background-size: 3.2rem;
        font-size: 2.24rem;
        margin-right: 6.3rem;
        padding-left: 3.6rem;
        width: -moz-fit-content;
        width: fit-content
    }

    .title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-top: -60px;
    }

    .title h2 {
        font-size: 2.5rem;
        line-height: 3.6rem
    }

    .title--features {
        margin-bottom: 3.2rem
    }

    .title--app-achievements {
        margin-bottom: 1.6rem
    }

    .title--matching {
        margin-bottom: 2.4rem
    }

    .navigation {
        padding: 1.6rem 0
    }

    .navigation__container {
        position: static
    }

    .navigation__tabs {
        align-items: center;
        background-color: #1b1c1e;
        flex-direction: column;
        left: 100%;
        padding: 0 1.2rem 4.4rem;
        position: absolute;
        top: 100%;
        transition: transform .6s ease-in-out;
        width: 100%;
        z-index: 0
    }

    .navigation__tabs li+li {
        margin-left: 0
    }

    .navigation__tabs li:last-child {
        position: static;
        transform: none
    }

    .navigation__tabs li:last-child a {
        justify-content: flex-end
    }

    .navigation__tabs.opened {
        transform: translateX(-100%)
    }

    .navigation li {
        margin-top: 4.4rem;
        width: -moz-fit-content;
        width: fit-content
    }

    .navigation__registration {
        margin: 0 auto 0 1.7rem;
        position: static;
        width: -moz-fit-content;
        width: fit-content
    }

    .navigation .burger-menu-button {
        animation: var(--burgerMenuAnimation) .6s forwards linear;
        background: url("") no-repeat 50%/contain;
        display: block;
        height: 2.4rem;
        margin-left: 1.6rem;
        width: 2.4rem
    }

    .introduction {
        padding: 11.5rem 0 0
    }

    .introduction__title {
        font-size: 3.0rem;
        font-weight: 600;
        line-height: 3.6rem;
        margin-bottom: 1.2rem
    }

    .introduction .trademark {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .introduction__description {
        margin-bottom: 0rem
    }

    .introduction__cta-button {
        margin-bottom: 4.7rem
    }

    .introduction__cta-button a {
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 5.6rem;
        padding: 0 2.4rem
    }

    .introduction .laptop {
        border: none;
        padding: 0
    }

    .introduction .laptop__display {
        height: 17.8rem
    }

    .introduction .laptop__tabs-list {
        display: none;
        justify-content: space-evenly;
        margin-bottom: 0
    }

    .introduction .laptop__tab a {
        font-size: 1.2rem
    }

    .publications {
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 9rem 0 0
    }

    .publications::-webkit-scrollbar {
        display: none
    }

    .publications__list {
        padding: 0 2rem;
        width: -moz-fit-content;
        width: fit-content
    }

    .technologies {
        padding: 9rem 1.6rem 0
    }

    .technologies__list {
        flex-direction: column
    }

    .technologies li {
        padding: 8.4rem 2.4rem 2.4rem
    }

    .features {
        padding: 9rem 1.6rem 0
    }

    .features__list {
        display: flex;
        flex-direction: column;
        gap: 1.2rem
    }

    .features li {
        padding: 1.6rem 2.4rem
    }

    .features .chat-example,
    .features .comparison {
        display: none
    }

    .features .prompt-collection {
        width: 120%
    }

    .features .coming-soon .feature__title span:after {
        margin-top: .8rem;
        position: static;
        transform: translate(0);
        width: -moz-fit-content;
        width: fit-content
    }

    .features .feature__orbits {
        background-image: url("../images/orbits-mobile.png");
        margin-top: 3.6rem;
        min-height: 16.1rem
    }

    .features .chatbot-tone {
        margin-top: 1.7rem;
        width: 155%
    }

    .features #feature-4 {
        padding-bottom: 0
    }

    .features #feature-5 {
        background: #101010;
        flex-direction: column
    }

    .features #feature-5 .feature__text-container {
        margin-bottom: 12.5rem;
        width: 100%
    }

    .features #feature-5 .splide {
        left: 0;
        margin-bottom: 1.6rem;
        right: 0;
        width: 100%
    }

    .features #feature-5 .splide__slide {
        height: 12rem;
        width: 12rem
    }

    .features #feature-6 {
        background: #101010
    }

    .features #feature-6 .feature__text-container {
        width: 100%
    }

    .features #feature-7 {
        padding-bottom: 4.8rem
    }

    .features #feature-7 .feature__requests-list {
        margin-top: 11.2rem
    }

    .features #feature-8 {
        padding: 1.6rem 0 0
    }

    .features #feature-8 .feature__description,
    .features #feature-8 .feature__title {
        padding: 0 2.4rem
    }

    .features #feature-8 .feature__description a,
    .features #feature-8 .feature__title a {
        right: 2.4rem
    }

    .use-cases {
        padding: 6rem 0 0
    }

    .use-cases__container {
        border-radius: 0;
        padding: 2.4rem 2.4rem 1.6rem
    }

    .use-cases__list {
        flex-wrap: wrap;
        gap: 1.2rem;
        left: 50%;
        overflow: auto;
        padding: 0 2.4rem;
        position: relative;
        transform: translateX(-50%);
        width: 100vw
    }

    .use-cases li {
        display: block;
        max-height: 4.6rem;
        min-width: -moz-max-content;
        min-width: max-content
    }

    .use-cases__variable-content .chat-block {
        display: none
    }

    .use-cases__variable-content .text-block__description {
        height: 24rem;
        margin-bottom: 1.6rem
    }

    .use-cases__variable-content .text-block__button {
        display: block;
        position: relative;
        width: 100%
    }

    .app-achievements {
        padding: 6.4rem 1.6rem 0
    }

    .app-achievements__list {
        flex-direction: column
    }

    .app-achievements li {
        background-position: right 1.6rem top 2.4rem;
        max-width: 100%;
        padding: 1.5rem 1.6rem
    }

    .app-achievements__number {
        font-size: 5.2rem;
        line-height: 5.6rem
    }

    .reviews {
        padding-top: 6.4rem
    }

    .reviews .splide__reviews--2 {
        margin-top: 0
    }

    .reviews .review {
        height: 19rem
    }

    .matching {
        padding: 9rem 1.6rem 0
    }

    .matching__container {
        flex-direction: column
    }

    .matching__subscribe {
        padding: 1.6rem
    }

  

    .blog .blog-slide__container {
        flex-direction: column
    }

    .blog .blog-slide__image {
        height: auto;
        width: 100%
    }

    .blog .blog-slide__text {
        -webkit-line-clamp: 6
    }

    .blog .blog-slide__open-button {
        margin-top: 1.6rem
    }

    .blog .splide__slide {
        -webkit-height: fit-content
    }

  

    .blog .understudy .blog-slide__title {
        font-size: medium
    }

    .blog .understudy .blog-slide__text {
        font-size: medium;
        line-height: normal;
        max-height: calc(100vh - 19.6rem)
    }

    .faq {
        padding: 6.4rem 1.6rem 0
    }

    .faq li {
        height: 8.8rem
    }

    .faq__question {
        align-items: center;
        display: flex;
        height: 8.8rem;
        line-height: 2.8rem;
        padding-right: 4rem
    }

    .faq .selected {
        height: calc(8.8rem + var(--selectedFaqAnswerHeight))
    }

    .guide {
        padding: 2.4rem 1.6rem
    }

  

    .guide__content p {
        text-align: center
    }

    .guide__title {
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 3.2rem;
        margin-bottom: .4rem
    }

    .guide__suggestion {
        line-height: 2.4rem;
        margin-bottom: .8rem
    }

    .guide__explanation br {
        display: inline
    }

    #guide-form {
        width: 100%
    }

    #guide-form input {
        flex-grow: 1
    }

    #guide-form button {
        padding: 1.6rem .5rem
    }

    footer .social-media {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 1.6rem 1.6rem 3.7rem
    }

    footer .social-media__list {
        margin: 3.2rem auto
    }

    footer .social-media__list li~li {
        margin-left: 3.2rem
    }

    footer .legal-info {
        flex-direction: column;
        padding: 1.6rem
    }

    footer .copyright {
        margin-bottom: 2.4rem;
        text-align: center
    }

    footer .gdpr-links,
    footer .gdpr-links li {
        flex-direction: column
    }

    footer .gdpr-links li:not(:last-child):after {
        margin: .8rem
    }

    .popup {
        min-height: 50%;
        transform: scale(1);
        width: 90%
    }
}

/*# sourceMappingURL=index.7ac6cc.css.map*/