/* #region head block */

.head--about_us{
    width: 100%;
    height: 650px;
    position: relative;
}

.head--about_us__head_picture{
    width: 100%;
    height: 100%;
    background-color: #121212;
}

.head--about_us__head_picture__image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
    border-radius: 32px 32px 0 0;
}

.head--about_us__brand{
    
}

.head--about_us__brand__image{
    
}

.head--about_us__header{
    position: absolute;
    top: 187px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 670px;
}

.head--about_us__header__h1 {
    color: var(--Clear-White, #FFF);
    text-align: center;
    font-family: Stapel;
    font-display: fallback;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 54.167% */
    
    margin-bottom: 24px;
}

.head--about_us__header__text {
    color: var(--Clear-White, #FFF);
    text-align: center;
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

    margin-bottom: 24px;
}

.head--about_us__header__text--mobile {
    display: none;
}


.head--about_us__header__buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.head--about_us__header__buttons__link {
    cursor: pointer;
}

/* #endregion */

/* #region why??? */

.why_sunride__item__icon {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 60px;
    height: 60px;

    border-radius: 8px;
    background: var(--gold, #BA975E);

    margin-bottom: 106px;
}

.head--about_us__header__buttons__item {
    height: 50px;
    width: 200px;

    border: none;

    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);

    color: var(--Clear-White, #FFF);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%; /* 16.24px */
}

.why_sunride {
    width: 100%;
    padding: 40px;   

    border-radius: 24px;
    border: 1px solid var(--Border, #EDEDED);
    background: #FFF; 
    margin-top: 32px;
    margin-bottom: 32px;
}

.why_sunride__header__text {
    color: var(--Text-Main, #020202);
    font-family: Stapel;
    font-display: fallback;
    font-size: 36px;
    font-style: normal;
    font-weight: 200;
    line-height: 140%; /* 50.4px */

    margin-bottom: 24px;
}

.why_sunride__welcome__text {
    color: var(--Text-Two, #4C4C4C);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

    margin-bottom: 32px;
}

.why_sunride__item__block {
    display: flex;
    gap: 20px;
}

.why_sunride__item__head {
    margin-bottom: 16px;
}

.why_sunride__item__head__text {
    color: var(--Text-Main, #020202);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%; /* 23.2px */
}

.why_sunride__item {
    padding: 32px;
    width: 100%;

    border-radius: 24px;
    border: 1px solid var(--Border, #EDEDED);
    background: var(--Clear-White, #FFF);
}

/* #endregion */


@media (max-width:1450px){

/* #region head block */



/* #endregion */

/* #region why??? */

    .head--about_us__header {
        width: 90%;
    }

    .head--about_us__header__buttons {
        display: none;
    }

    .head--about_us {
        height: 400px;
    }

    .head--about_us__head_picture__image{
        filter: brightness(30%);
    }

/* #endregion */

}

@media (max-width:800px){

/* #region head block */



/* #endregion */

/* #region why??? */

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

    .why_sunride__item__icon {
        display: none;
    }

    .head--about_us__header__h1 {
        color: var(--Clear-White, #FFF);
        text-align: center;
        font-family: Stapel;
    font-display: fallback;
        font-size: 32px;
        font-style: normal;
        font-weight: 200;
        line-height: 140%; /* 44.8px */
    }

    .head--about_us__header__text {
        display: none;
    }

    .head--about_us__header__text--mobile {
        color: var(--Clear-White, #FFF);
        text-align: center;
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        display: block;
    }

    .why_sunride__header__text {
        color: var(--Text-Main, #020202);
        font-family: Stapel;
    font-display: fallback;
        font-size: 18px;
        font-style: normal;
        font-weight: 200;
        line-height: 116%; /* 20.88px */
    }

    .why_sunride__welcome__text {
        color: var(--Text-Two, #4C4C4C);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .why_sunride__item__head__text {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%; /* 16.24px */
    }

    .why_sunride__item__description__text {
        color: var(--Text-Two, #4C4C4C);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .why_sunride {
        padding: 16px;
    }

    .why_sunride__item {
        padding: 12px;
    }

    #about-presentation {
        display: none;
    }

/* #endregion */
    
}





