:root {
    --display-64-font-family: "Your-Font-Here", sans-serif;
    --display-64-font-weight: 700;
    --display-64-font-size: 64px;
    --display-64-letter-spacing: -0.02em;
    --display-64-line-height: 1.2;
    --display-64-font-style: normal;
    --heading-h5-16-font-family: "Your-Font-Here", sans-serif;
    --heading-h5-16-font-weight: 600;
    --heading-h5-16-font-size: 16px;
    --heading-h5-16-letter-spacing: 0;
    --heading-h5-16-line-height: 1.5;
    --heading-h5-16-font-style: normal;
    /*--collection-1-colors-greys-grey-1: #333333;*/
    --collection-1-colors-greys-main-text-color: #FFFFFF;
    --collection-1-colors-greys-border: #E0E0E0;
    --light-drop-shadow-1: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
    --light-drop-shadow-2: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06);
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Inter", Helvetica, Arial, sans-serif;
}

.banner {
    display: flex;
    width: 100%;
    min-height: 50vh;
    align-items: center;
    gap: 0;
    padding: 0 0 0 153px;
    position: relative;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.banner .vector {
    position: absolute;
    width: 14%;
    aspect-ratio: 109/100;
    max-width: 197px;
    bottom: 60px;
    left: -60px;
    z-index: 2;
}

.banner .frame {
    display: flex;
    flex-direction: column;
    width: 43%;
    max-width: 484px;
    align-items: flex-start;
    gap: 48px;
    position: relative;
    z-index: 1;
    padding: 100px 0 60px 0;
}

.banner .div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.banner .vertical {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.banner .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.banner .heading {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--display-64-font-family);
    font-weight: var(--display-64-font-weight);
    font-size: clamp(2.5rem, 5vw, var(--display-64-font-size));
    letter-spacing: var(--display-64-letter-spacing);
    line-height: var(--display-64-line-height);
    font-style: var(--display-64-font-style);
}

.banner .text {
    align-self: stretch;
    font-weight: 400;
    position: relative;
    font-family: "Inter", Helvetica;
    font-size: clamp(1rem, 2vw, 16px);
    letter-spacing: 0;
    line-height: 24px;
}

.banner .double-button {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.banner .button {
    all: unset;
    box-sizing: border-box;
    align-items: flex-start;
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
}

.banner .text-wrapper {
    all: unset;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    /*background-color: var(--collection-1-colors-greys-grey-1);*/
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--light-drop-shadow-2);
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
}

.banner .text-2 {
    width: fit-content;
    margin-top: -1px;
    font-weight: var(--heading-h5-16-font-weight);
    /*color: var(--collection-1-colors-greys-main-text-color);*/
    text-align: center;
    white-space: nowrap;
    position: relative;
    font-family: var(--heading-h5-16-font-family);
    font-size: var(--heading-h5-16-font-size);
    letter-spacing: var(--heading-h5-16-letter-spacing);
    line-height: var(--heading-h5-16-line-height);
    font-style: var(--heading-h5-16-font-style);
}

.banner .div-wrapper {
    all: unset;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: var(--collection-1-colors-greys-main-text-color);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--collection-1-colors-greys-border);
    box-shadow: var(--light-drop-shadow-1);
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
}

.banner .text-3 {
    width: fit-content;
    margin-top: -1px;
    font-weight: var(--heading-h5-16-font-weight);
    color: var(--collection-1-colors-greys-grey-1);
    text-align: center;
    white-space: nowrap;
    position: relative;
    font-family: var(--heading-h5-16-font-family);
    font-size: var(--heading-h5-16-font-size);
    letter-spacing: var(--heading-h5-16-letter-spacing);
    line-height: var(--heading-h5-16-line-height);
    font-style: var(--heading-h5-16-font-style);
}

.banner .overlap-group-wrapper {
    position: absolute;
    width: 57%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ffffff;
}

.banner .overlap-group {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .element {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.banner .img {
    position: absolute;
    width: 46%;
    height: auto;
    top: 20.8%;
    left: 26%;
}

.banner .vector-2 {
    position: absolute;
    width: 17%;
    height: auto;
    top: 77.8%;
    left: 82.7%;
}

.banner .icons-design {
    position: absolute;
    width: 29%;
    height: auto;
    top: 56.6%;
    left: 37.7%;
}

.banner .icons-design-2 {
    position: absolute;
    width: 28%;
    height: auto;
    top: 12.8%;
    left: 56.6%;
}

.banner .layer {
    position: absolute;
    width: 16%;
    height: auto;
    top: 18.8%;
    left: 14%;
}

.banner .vector-3,
.banner .vector-4 {
    position: absolute;
    width: 5%;
    height: auto;
    top: 79.3%;
}

.banner .vector-3 {
    /*left: 26.4%;*/
	left: 30%;
}

.banner .vector-4 {
    left: 36.2%;
}

@media (max-width: 1200px) {
    .banner {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }

    .banner .frame {
        width: 100%;
        max-width: 600px;
        padding: 60px 0;
    }

    .banner .overlap-group-wrapper {
        position: relative;
        width: 100%;
        max-width: 763px;
        aspect-ratio: 100/78;
        height: auto;
    }

    .banner .vector {
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 768px) {
    .banner .frame {
        padding: 40px 0;
    }

    .banner .double-button {
        flex-direction: column;
        gap: 16px;
    }

    .banner .button {
        width: 100%;
    }

    .banner .text-wrapper,
    .banner .div-wrapper {
        justify-content: center;
        width: 100%;
    }
}