.frame {
    margin: auto;
    max-width: 894px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 32px 10px;
}

.div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.frame-2 {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.vector {
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
}

.text-wrapper {
    position: relative;
    width: fit-content;
    font-family: "SF Pro-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

.p {
    position: relative;
    align-self: stretch;
    font-family: "SF Pro-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.span {
    font-family: "SF Pro-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.text-wrapper-2 {
    font-family: "SF Pro-Bold", Helvetica;
    font-weight: 700;
}

.div-2 {
    align-self: stretch;
    font-family: "SF Pro-Regular", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    letter-spacing: 0;
}

.text-wrapper-3 {
    color: #ffffff;
}

.text-wrapper-4 {
    color: #5865f2;
    text-decoration: underline;
}

.text-wrapper-5 {
    color: #5865f2;
}

.frame-3 {
    padding: 48px 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    background-color: #0d1538;
    overflow: hidden;
    position: relative;
}

.image {
    position: absolute;
    width: 527px;
    height: 529px;
    top: 12px;
    left: 751px;
    background-color: #2f29d6;
    border-radius: 263.74px/264.47px;
    transform: rotate(45.66deg);
    filter: blur(162.5px);
}

.image-2 {
    width: 481px;
    height: 488px;
    top: -88px;
    left: 1106px;
    background-color: #4929d6;
    border-radius: 240.33px/243.79px;
    transform: rotate(-5.83deg);
    opacity: 0.8;
    position: absolute;
    filter: blur(92.13px);
}
.image-3 {
    width: 616px;
    height: 284px;
    top: 60px;
    left: 242px;
    background-color: #4144ff;
    border-radius: 307.9px/141.8px;
    transform: rotate(-8.59deg);
    opacity: 0.6;
    position: absolute;
    filter: blur(92.13px);
}

.image-4 {
    width: 679px;
    height: 284px;
    top: -182px;
    left: -160px;
    background-color: #2943d6;
    border-radius: 339.63px/141.8px;
    transform: rotate(-8.59deg);
    position: absolute;
    filter: blur(92.13px);
}

.subtract {
    position: absolute;
    width: 1167px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
}
.frame-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    max-width: 894px;
    margin: auto;
}

.text-wrapper-6 {
    font-family: "SF Pro-Semibold", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
    position: relative;
    letter-spacing: 0;
}

.component {
    max-width: 894px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 22px 0px;
    background-color: #070a0d40;
    backdrop-filter: blur(6px) brightness(100%);
    -webkit-backdrop-filter: blur(6px) brightness(100%);
}

.frame-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5.65px;
    position: relative;
    flex: 0 0 auto;
}

.img {
    position: relative;
    flex: 0 0 auto;
}

.header-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 0px;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
}
.lang-selected {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: var(--primary-1);
}
.text-wrapper-7 {
    position: relative;
    width: fit-content;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: #ffffff;
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    white-space: nowrap;
    font-style: var(--label-small-font-style);
}

.text-wrapper-8 {
    width: fit-content;
    opacity: 0.5;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: #ffffff;
    font-size: var(--label-small-font-size);
    line-height: var(--label-small-line-height);
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--label-small-letter-spacing);
    font-style: var(--label-small-font-style);
}

@media (min-width: 768px) {
    .text-wrapper {
        font-size: 24px;
        line-height: 32px;
    }
    .p {
        font-size: 18px;
        line-height: 24px;
    }
    .text-wrapper-6 {
        font-size: 48px;
        line-height: 56px;
    }
}
@media (min-width: 1024px) {
    .frame-3 {
        padding: 48px 0px;
    }
    .frame {
        padding: 32px 0px;
    }
}
