
/*========= home banner slider =========*/
.laminam-landing .main__wrapper:after {
    display: none
}

._display-2 {
/*    font-style: normal;
    font-display: swap;
    font-family: "sangbleu_empireregular";
    font-weight: 400;
    font-size: max(40px, min(128px, 6.6666666667vw));
    line-height: 100%;
    letter-spacing: -3.84px*/
    font-display: swap;
    font-style: normal;
    line-height: 100%;
    font-size: 72px;
    color: #fff;
    font-family: "Baskervville", serif;
    pointer-events: none;
    text-transform: uppercase;
    text-shadow: 0px 2px 11px #5c5757;
}

._display-3 {
    font-style: normal;
    font-display: swap;
    font-family: "sangbleu_empireregular";
    font-weight: 400;
    font-size: max(40px, min(96px, 5vw));
    line-height: 110%;
    letter-spacing: -1.92px
}

@media(min-width: 768px) {
    ._display-3 {
        line-height: 100%
    }
}

@media screen and (max-width: 767px) {
    ._display-2 {
        font-size: 48px;
    }

}




body.mobile #cursor {
    display: none !important
}

.media {
    position: relative
}

.media img,
.media video,
.media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    will-change: transform
}

.media:before {
    content: "";
    display: block
}

.media:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.media img,
.media video {
    opacity: 0;
    transition: .2s cubic-bezier(0, 0.97, 0.43, 1) opacity
}

.media img._media-loaded,
.media video._media-loaded {
    opacity: 1
}

.media._1-1:before {
    padding-bottom: 100%
}

.media._1-2:before {
    padding-bottom: 200%
}

.media._2-1:before {
    padding-bottom: 50%
}

.media._3-2:before {
    padding-bottom: 66.6666666667%
}

.media._3-4:before {
    padding-bottom: 133.3333333333%
}

.media._16-9:before {
    padding-bottom: 56.25%
}

.media._h100 {
    height: 100%
}

.media._h100:before {
    height: 100%
}
    

/*========= end home banner slider =========*/