.hero {
    position: relative;
    max-width: 1366px;
    
    margin: 0 auto;
}

    @media (min-width: 1025px) {.hero {
        height: 650px
}
    }

    .hero .layout {
        padding-top: 0;
    }

    .hero .hero-wrapper {
        position: relative;
        height: 100%;
        padding: 3em 2.5%;
        display: flex;
        flex-direction: column-reverse;
    }

    @media (min-width: 600px) {

    .hero .hero-wrapper {
            padding: var(--space-xl) var(--space-lg) 10em
    }
        }

    @media (min-width: 1025px) {

    .hero .hero-wrapper {
            padding: 0
    }
        }

    .hero .hero-wrapper .hero--background:after {
                background-color: var(--color);
                clip-path: url(#backgroundMask--mobile);
                content: '';
                display: block;
                width: 100%;
                background-image: url('../../images/pattern.svg');
                background-repeat: no-repeat;
                background-position: bottom right;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                position: absolute;
            }

    @media (min-width: 1025px) {

    .hero .hero-wrapper .hero--background:after {
                    clip-path: url(#backgroundMask)
            }

                }

    @media (min-width: 600px) {

    .hero .hero-wrapper .hero--background .mask--mobile {
                        display: none
                }
                    }

    .hero .hero-wrapper .hero--background .mask--desktop {

                    display: none;
                }

    @media (min-width: 600px) {

    .hero .hero-wrapper .hero--background .mask--desktop {
                        display: block
                }
                    }

    .hero .hero-wrapper .hero--background {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
}

    @media (min-width: 1025px) {

    .hero .hero-wrapper .hero--background {
                min-height: 615px;
                clip-path: url(#backgroundMask--desktop)
 
        }

            }

    .hero .hero-wrapper .hero--background img {
                -o-object-fit: cover;
                   object-fit: cover;


            }

    .hero .hero-wrapper .hero--background svg  {
                display: block



            }

    .hero .hero-wrapper > div {

            height: 100%;
        }

    .hero .hero-wrapper > div.flex {
                flex-direction: column;
            }

    @media (min-width: 1025px) {

    .hero .hero-wrapper > div.flex {
                    flex-direction: row
            }
                }

    .hero .hero-wrapper > div .col-left {
                z-index: 1;
            }

    .hero .hero-wrapper > div .col-left .hero-text {
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    margin: 0 auto;
                }

    @media (min-width: 1025px) {

    .hero .hero-wrapper > div .col-left .hero-text {
                        max-width: 75%;
                        align-items: flex-start
                }

                    }

    .hero .hero-wrapper > div .col-left .hero-text h1 {
                        position: relative;
                        color: hsla(var(--hero-text-color),1);
                        line-height: 1.25;
                        font-weight: var(--bold-weight);
                        margin-bottom: var(--space-sm);
                        margin-top: var(--space-zero);
                    }

    .hero .hero-wrapper > div .col-left .hero-text p {
                        position: relative;
                        color: hsla(var(--hero-text-color),1);
                        font-weight: var(--regular-weight);
                        font-size: var(--step-0);
                        line-height: 1.5;
                        text-align: left;
                    }

    .hero .hero-wrapper > div .col-left .hero-text p a {
                            color: var(--hero-text-color);
                        }

    .hero .hero-wrapper > div .col-left .hero-text .date {
                        font-family: var(--sans-serif);
                        color: hsla(var(--hero-text-color),1);
                        font-weight: var(--bold-weight);
                        text-transform: uppercase;
                        font-size: var(--step-1);
                    }

    .hero .hero-wrapper > div .col-right {
                position: relative;
                min-height: 300px;
            }

    @media (min-width: 600px) {

    .hero .hero-wrapper > div .col-right {
                    padding-top: var(--space-lg)
            }
                }

    @media (min-width: 1025px) {

    .hero .hero-wrapper > div .col-right {
                    min-height: unset
            }
                }

    .hero .hero-wrapper > div .col-right .hero-images {
                    border-radius: 99em;
                    overflow: hidden;
                    position: absolute;
                    aspect-ratio: 1/1;
                    @include box-shadow;
            
                }

    .hero .hero-wrapper > div .col-right .hero-images img {
                        -o-object-fit: cover;
                           object-fit: cover;
                        width: 100%;
                        height: auto;
                        aspect-ratio: 1/1;

                    }

    .hero .hero-wrapper > div .col-right .hero-images--small {
                        z-index: 10;
                        width: 40%;
                        aspect-ratio: 1;
                        
                        left: 60%;
                        transform: translate(-150%, 0);
                    }

    @media (min-width: 600px) {

    .hero .hero-wrapper > div .col-right .hero-images--small {
                            width: 200px;
                            height: 200px
                    }
                        }

    @media (min-width: 1025px) {

    .hero .hero-wrapper > div .col-right .hero-images--small {
                            left: 15%;
                            top: 30%;
                            height: 250px;
                            width: 250px;
                            transform: translate(-50%,-50%)
                    }
                            
                        }

    @media (min-width: 1025px) {

    .hero .hero-wrapper > div .col-right .hero-images--small img {
                                width: 250px
                        }

                            }

    .hero .hero-wrapper > div .col-right .hero-images--large {
                        z-index: 1;
                        aspect-ratio: 1/1;
                        right: 5%;
                        width: 350px;
                        height: 350px;
                    }

    @media (min-width: 600px) {

    .hero .hero-wrapper > div .col-right .hero-images--large {
                            left: 50%;
                            transform: translate(-50%, 0)
                    }
                        }

    @media (min-width: 1025px) {

    .hero .hero-wrapper > div .col-right .hero-images--large {
                            height: 500px;
                            width: 500px;
                            left: 50%;
                            top: 50%;
                            right: unset;
                            transform: translate(-50%, -50%)
                    }

                        }

    .hero .hero-wrapper > div .col-right .hero-images--large img {

                            min-height: 350px;
                            min-width: 350px;
                        }

    @media (min-width: 600px) {

    .hero .hero-wrapper > div .col-right .hero-images--large img {

                                min-height: 400px;
                                min-width: 400px;
                        }
                            }

    @media (min-width: 1025px) {

    .hero .hero-wrapper > div .col-right .hero-images--large img {
                                min-height: 500px;
                                min-width: 500px;
                        }

                            }

    .hero .hero-wrapper > div .col-right .hero-images--large img {
                            height: 100%;
                            width: auto;
}

    @media (min-width: 1025px) {
                        }

svg {
    
}