body,
html {
    overflow-x: hidden !important
}

a.mapboxgl-ctrl-logo {
    display: none !important
}




.co-herovid {

    overflow: hidden !important;
    transform-origin: bottom center;
}






.popup-label {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: var(--fontuse);
    color: #000;
    padding: 4px 15px;
    border-radius: 4vh;
    background-color: #fff;

    text-align: center;
}


.e-page-transition {
    --e-page-transition-animation-duration: 0.7s !important;
    animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1) !important;
}


/** SPLIT WORDS **/

.split-parent {
    overflow: hidden;
    display: inline-block;

}

.split-word-child {
    overflow: hidden;
}

.split-word-parent {
    overflow: hidden !important;

}

.split-child {
    display: inline-block;
}

/** SPLIT WORDS **/



body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
}

html {
    scrollbar-width: none;
}




body {
    margin: 0;
    font-family: var(--fontuse);
    color: var(--secondary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    cursor: initial
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--fontuse) !important
}


h1,
h2,
h3,
h4,
h5,
h6,
p {

    font-family: var(--fontuse);
    color: #1a1b1b;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin: 0
}


canvas,
img,
video,
picture,
figure {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
}










:root {
    --primary: #131a1d;
    --secondary: #1A2528;
    --light: #6a7a7f;
--accent:  #f1b650;

    --white: #FFFFFF;
    --background-light: #FFFFFF;
    --coofficebg: #eeffff;
    --coofficelight: #fff;
    --coofficedark: #6A7A7F;
    --coofficexlight: #f7f8f8;
    --dark: #1a1b1b;
    --text-dark: #333333;
    --text-light: #ffffff;
    --background: #f4f4f4;

    /* FONT SIZES */
    --font-small: 0.8rem;
    --font-normal: 1rem;
    --font-large: 1.25rem;
    --font-xlarge: 1.5rem;
    --font-xxlarge: 2rem;
    --font-h1: 3rem;
    --font-h2: 2rem;
    --font-h3: 1.75rem;
    --font-h4: 1.5rem;
    --font-h5: 1.25rem;
    --font-h6: 1rem;

    /* FAMILY */
    --fontuse: 'PPNeueMontreal-Book';



    /* WIDTHS */
    --width-980: 980px;
    --width-100: 100%;
    --width-75: 75%;
    --width-67: 67%;
    --width-50: 50%;
    --width-37: 37%;
    --width-25: 25%;



    /* SPACING */
    --space-xs: 25px;
    --space-sm: 50px;
    --space-md: 100px;
    --space-lg: 200px;
    --space-xl: 250px;

    /* MARGINS */
    --margin-small: 8px;
    --margin-medium: 16px;
    --margin-large: 24px;

    /* PADDING */
    --padding-small: 8px;
    --padding-medium: 16px;
    --padding-large: 24px;

    /* BORDER RADIUS */
    --border-radius-small: 4px;
    --border-radius-medium: 8px;
    --border-radius-large: 12px;

    /* SHADOWS */
    --shadow-small: 0 2px 4px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 4px 8px rgba(0, 0, 0, 0.1);
    --shadow-large: 0 6px 12px rgba(0, 0, 0, 0.2);
}







/* DESKTOP */
@media screen and (min-width:990px) {

    /* FONT SIZES */

    .s-xs {
        font-size: 1rem
    }

    .s-s {
        font-size: 1.1rem
    }

    .s-m {
        font-size: 1.1rem
    }

    .s-l {
        font-size: 1.3rem
    }

    .s-xl {
        font-size: 3rem;
        line-height: 3.2rem
    }

    .s-xxl {
        font-size: 5rem;
        display: inline;
        line-height: 5.5rem;
    }

    .s-xxxl {
        font-size: 7rem
    }

    .h1-s {
        font-size: 4rem;
        line-height: 4.2rem
    }

    .h1-m {
        font-size: 6rem;
        line-height: 6.3rem
    }

    .h1-l {
        font-size: 9rem
    }

    .h1-xl {
        font-size: 5.866667vw
    }

    .l5 {
        letter-spacing: -0.05em
    }

    .l3 {
        letter-spacing: -0.03em
    }

    .l1 {
        letter-spacing: -0.01em
    }


    /* POSITIONING */
    .center {
        text-align: center;

    }

    .left {
        text-align: left;

    }

    /* POSITIONING */

    /* VARIANTS */


    .lightbg {
        background-color: #f1b650;
    }

    .darkbg {
        background-color: #131a1d;
    }

    .dark {
        color: var(--dark)
    }

    .light {
        color: var(--white)
    }

    .accent {
        color: #f1b650;
    }

    .colight {
        color: var(--coofficelight)
    }

    .codark {
        color: var(--coofficedark)
    }

    /* WIDTHS */
    .width980 {
        width: var(--width-980)
    }

    .width100 {
        width: var(--width-100)
    }

    .width75 {
        width: var(--width-75)
    }

    .width67 {
        width: var(--width-67)
    }

    .width50 {
        width: var(--width-50)
    }

    .width37 {
        width: var(--width-37)
    }

    .width25 {
        width: var(--width-25)
    }

    /*Spacing Bottom*/

    .spacingmd {
        padding-bottom: var(--space-md)
    }

    .spacingxs {
        padding-bottom: var(--space-xs)
    }

    .spacingsm {
        padding-bottom: var(--space-sm)
    }

    .spacinglg {
        padding-bottom: var(--space-lg)
    }

    .spacingxl {
        padding-bottom: var(--space-xl)
    }

    /*Spacing Top*/
    .topspacingmd {
        padding-top: var(--space-md)
    }

    .topspacingxs {
        padding-top: var(--space-xs)
    }

    .topspacingsm {
        padding-top: var(--space-sm)
    }

    .topspacinglg {
        padding-top: var(--space-lg)
    }

    .topspacingxl {
        padding-top: var(--space-xl)
    }

    /*Opacity*/

    .opac70 {
        opacity: 0.7
    }

    .opac50 {
        opacity: 0.5
    }

    .opac30 {
        opacity: 0.3
    }

    /*Max PX width*/
    .pxwidth1000 {
        max-width: 1000px
    }

    .pxwidth750 {
        max-width: 760px
    }

    .pxwidth500 {
        max-width: 500px
    }

    .pxwidth375 {
        max-width: 375px
    }

    .pxwidth250 {
        max-width: 250px
    }


    .whitetext {
        color: var(--white);
    }

    .lighttext {
        color: var(--light);
    }

    .darktext {
        color: var(--secondary);
    }

    .hidden {
        overflow: hidden
    }

    .predot::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50px;
        background-color: var(--coofficedark);
        position: absolute;
        left: 0;
        top: 5px;

    }

    .predot {
        padding-left: 1rem
    }



    /* Headings */


    a {
        color: var(--primary)
    }



    .h1 {
        font-family: var(--fontuse);
        font-size: var(--font-h1);
        font-weight: 400;
        letter-spacing: -0.04em;
    }

    .h2 {
        font-family: var(--fontuse);
        font-size: var(--font-h2);
        font-weight: 400
    }

    .h3 {
        font-family: var(--fontuse);
        font-size: var(--font-h3);
        font-weight: 400
    }

    .h4 {
        font-family: var(--fontuse);
        font-size: var(--font-h4);
        font-weight: 400
    }

    .h5 {
        font-family: var(--fontuse);
        font-size: var(--font-h5);
        font-weight: 400
    }

    .h6 {
        font-family: var(--fontuse);
        font-size: var(--font-h6);
        font-weight: 400
    }
}






/* MOBILE */
@media screen and (max-width:990px) {

    /* FONT SIZES */

    .s-xs {
        font-size: 1rem
    }

    .s-s {
        font-size: 1.1rem
    }

    .s-m {
        font-size: 1rem
    }

    .s-l {
        font-size: 1.3rem
    }

    .s-xl {
        font-size: 7.9vw;
        line-height: 4.7vh
    }

    .s-xxl {
        font-size: 9.2vw;
        display: inline;
        line-height: 10vw;
    }

    .s-xxxl {
        font-size: 7rem
    }

    .h1-s {
        font-size: 8.2vw;
        line-height: 5vh
    }

    .h1-m {
        font-size: 9.1vw;
        line-height: 10vw;
    }


    .h1-l {
        font-size: 9rem
    }

    .h1-xl {
        font-size: 5.866667vw
    }

    .l5 {
        letter-spacing: -0.05em
    }

    .l3 {
        letter-spacing: -0.03em
    }

    .l1 {
        letter-spacing: -0.01em
    }


    /* POSITIONING */
    .center {
        text-align: center;

    }

    .left {
        text-align: left;

    }

    /* POSITIONING */

    /* VARIANTS */
    .dark {
        color: var(--dark)
    }

    .light {
        color: var(--white)
    }

    .colight {
        color: var(--coofficelight)
    }

    .codark {
        color: var(--coofficedark)
    }

    /* WIDTHS */
    .width980 {
        width: var(--width-980)
    }

    .width100 {
        width: var(--width-100)
    }

    .width75 {
        width: var(--width-75)
    }

    .width67 {
        width: var(--width-67)
    }

    .width50 {
        width: var(--width-50)
    }

    .width37 {
        width: var(--width-37)
    }

    .width25 {
        width: var(--width-25)
    }

    /*Spacing Bottom*/

    .spacingmd {
        padding-bottom: var(--space-md)
    }

    .spacingxs {
        padding-bottom: var(--space-xs)
    }

    .spacingsm {
        padding-bottom: var(--space-sm)
    }

    .spacinglg {
        padding-bottom: var(--space-lg)
    }

    .spacingxl {
        padding-bottom: var(--space-xl)
    }

    /*Spacing Top*/
    .topspacingmd {
        padding-top: var(--space-md)
    }

    .topspacingxs {
        padding-top: var(--space-xs)
    }

    .topspacingsm {
        padding-top: var(--space-sm)
    }

    .topspacinglg {
        padding-top: var(--space-lg)
    }

    .topspacingxl {
        padding-top: var(--space-xl)
    }

    /*Opacity*/

    .opac70 {
        opacity: 0.7
    }

    .opac50 {
        opacity: 0.5
    }

    .opac30 {
        opacity: 0.3
    }

    /*Max PX width*/
    .pxwidth1000 {
        max-width: 1000px
    }

    .pxwidth750 {
        max-width: 760px
    }

    .pxwidth500 {
        max-width: 500px
    }

    .pxwidth375 {
        max-width: 375px
    }

    .pxwidth250 {
        max-width: 250px
    }


    .whitetext {
        color: var(--white);
    }

    .lighttext {
        color: var(--light);
    }

    .darktext {
        color: var(--secondary);
    }

    .hidden {
        overflow: hidden
    }

    .predot::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50px;
        background-color: var(--coofficedark);
        position: absolute;
        left: 0;
        top: 5px;

    }

    .predot {
        padding-left: 1rem
    }


    /* Headings */


    a {
        color: var(--primary)
    }



    .h1 {
        font-family: var(--fontuse);
        font-size: var(--font-h1);
        font-weight: 400;
        letter-spacing: -0.04em;
    }

    .h2 {
        font-family: var(--fontuse);
        font-size: var(--font-h2);
        font-weight: 400
    }

    .h3 {
        font-family: var(--fontuse);
        font-size: 10vw;
        font-weight: 400;
        line-height: 4.6vh
    }

    .h4 {
        font-family: var(--fontuse);
        font-size: var(--font-h4);
        font-weight: 400
    }

    .h5 {
        font-family: var(--fontuse);
        font-size: var(--font-h5);
        font-weight: 400
    }

    .h6 {
        font-family: var(--fontuse);
        font-size: var(--font-h6);
        font-weight: 400
    }
}















.scrolltxt {
    font-size: 3.6rem;
    font-family: var(--fontuse);
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: -0.01em
}




.normal {
    font-family: var(--fontuse);
    font-size: var(--font-normal);
    font-weight: 400
}

.inline {
    display: inline
}

.pushCarousel .h3 {
    font-family: var(--fontuse);
    font-size: var(--font-h3);
    font-weight: 400
}

.normal {
    font-family: var(--fontuse);
    font-size: var(--font-normal);
    font-weight: 400
}

.md {
    font-family: var(--fontuse);
    font-size: var(--font-large);
    font-weight: 400;
    line-height: 1.44rem;
}

.lg {
    font-family: var(--fontuse);
    font-size: var(--font-xlarge);
    font-weight: 400
}

.inline {
    display: inline;
}

.block {
    display: block
}








/* Selection */
::selection {
    background-color: var(--coofficedark);
    color: var(--coofficelight);
    text-shadow: none;
}

::-moz-selection {
    background-color: var(--color-primary);
    color: var(--color-light);
    text-shadow: none;
}

@media screen and (min-width:990px) {
    #cooffice-logo {
        position: fixed;
        left: 1.3rem;
        top: 1rem;
        z-index: 11;
        max-width: 8rem;
        opacity: 1 !important;
        mix-blend-mode: difference
    }
}

@media screen and (max-width:990px) {

    #cooffice-logo {
        position: fixed;
        left: 1.1rem;
        top: 1.1rem;
        z-index: 11;
        max-width: 6rem;
        opacity: 1 !important;
        mix-blend-mode: difference;
    }
}






/*** FIXED CONTACT ***/
.contactwrapper {
    position: fixed;
    top: 15px;
    right: 100px;
    padding: 20px 30px;
    background-color: rgb(218 218 236 / 33%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-family: var(--fontuse);
    font-weight: 500;
    border-radius: 22vh;
    z-index: 9;
    display: inline-flex;

}

.contactwrapper:hover {
    position: fixed;
    top: 15px;
    color: #fff !important;
    right: 100px;
    padding: 20px 30px;
    background-color: var(--secondary);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-family: var(--fontuse);
    font-weight: 500;
    border-radius: 22vh;
    z-index: 9;
    display: inline-flex;

}












/************ FORM ***********/

.formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="radio"]:checked,
.formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="checkbox"]:checked,
html .formcraft-css .fc-form .form-element .checkbox-cover>div label input,
html .formcraft-css .powered-by {
    display: none !important;
}


.checkbox-cover input[type="checkbox"]+span {
    background-color: var(--coofficexlight);
    padding: 15px 27px;
    border-radius: 3px;
    font-weight: 400;
    border-radius: 50px;
    color: #000;
    display: block;
    transition: 0.2s ease-in;
    margin-bottom: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    outline: none !important;
}

}

/* Styles for checked checkboxes */
.checkbox-cover input[type="checkbox"]:checked+span {
    background-color: var(--primary);
    color: #fff;
    display: block;
    transition: 0.11s ease-in;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    outline: none !important;
}

/* Maintain hover effect */
.checkbox-cover input[type="checkbox"]+span:hover {
    background-color: #d7d7d755;
    color: #000;
    display: block;
    transition: 0.2s ease-in;
}

/* Optional: additional styles for better visibility and spacing */
.checkbox-cover label {
    display: inline-block;
    padding: 5px;
    margin: 0px;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    outline: none !important;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.checkbox-cover label input[type="checkbox"] {
    margin-right: 5px !important;

}

/* Immediate change to primary on click */
.checkbox-cover input[type="checkbox"]:checked+span,
.checkbox-cover input[type="checkbox"]:checked:focus+span {
    background-color: var(--secondary);
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    outline: none !important;

}

/**** SUBMIT BUTTON ***/
.formcraft-css .fc-form.fc-form-1 .form-element .submit-cover .submit-button,
.formcraft-css .fc-form.fc-form-1 .form-element .fileupload-cover .button-file,
.formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button,
.formcraft-datepicker .ui-datepicker-header,
.formcraft-datepicker .ui-datepicker-title {
    background: var(--primary) !important
}

html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
    background-color: var(--secondary);
    color: var(--white) !important;
    font-family: var(--fontuse) !important;
    font-weight: 400 !important;
    padding: 20px 50px !important;
    border-radius: 50px;
    font-size: 1.1rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


html .formcraft-css .fc-form .form-element .submit-cover .submit-button:hover {
    background-color: var(--coofficedark) !important;
    color: var(--white) !important;
    font-family: var(--fontuse) !important;
    font-weight: 400 !important;
    padding: 20px 50px !important;
    border-radius: 50px;
    font-size: 1.1rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**** SUBMIT BUTTON ***/






.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="password"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="email"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="tel"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="text"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html textarea:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html select:focus {
    border-color: #000000 !important;
}


/**** BUTTON CSS****/

:root {
    --dark-color: #000212;
    --black: black;
    --yellow: #97e9ff;
    --white: white;
}

.button-1 {
    color: var(--black);
    width: fit-content;
    white-space: nowrap;
    filter: url("#buttonFilter");
    justify-content: flex-start;
    align-items: stretch;
    text-decoration: none;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
    display: flex;
    position: relative;
    font-family: 'PPNeueMontreal-Medium';

}

.svg-filter_embed {
    display: none;
}

.button-1_content-wrap {
    border-radius: 3rem;
    color: white;
    padding: 1.25rem 1.25rem 1.25rem 0rem;
}

.button-3_content-wrap {
    border-radius: 3rem;
    color: rgb(0, 0, 0);
    padding: 1.25rem 1.25rem 1.25rem 0rem;
}

.button-1_arrow-wrapper {
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    margin-left: -.25rem;
    display: flex;
    background-color: #f1b650;
}

.button_arrow-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.icon-embed-xxsmall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
}

/**** END BUTTON CSS****/
.site-header,
.copyright.show,
h1.entry-title {
    display: none !important;
}










/**MIX**/


@media screen and (max-width:990px) {
    .sectionspacing-lg {
        padding-left: 3.2vw;
        padding-right: 0rem;
    }

    .sectionspacing-md {
        padding-left: 10rem;
        padding-right: 0rem;
    }

    .headh1 {

        line-height: 2.2rem;
        font-family: var(--fontuse);
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: -0.02em;
    }

    .headingh1 {
        font-family: var(--fontuse);
        font-size: 9.2vw;
        font-weight: 400;
        letter-spacing: -0.04em;
        line-height: 9.6vw;
    }

    h2.comingsoon {
        position: absolute;
        font-size: 0.7rem !important;
        z-index: 9999;
        top: -17px;
        background-color: #000000;
        color: #fff;
        padding: 6px;
        line-height: 20px;
        border-radius: 30px;
        transform: rotate(-7deg);
    }

}

@media screen and (min-width:990px) {
    .sectionspacing-lg {
        padding-left: 10rem;
        padding-right: 3rem;
    }

    .sectionspacing-md {
        padding-left: 10rem;
        padding-right: 0rem;
    }

    .headh1 {

        font-family: var(--fontuse);
        font-size: var(--font-h1);
        font-weight: 400;
        letter-spacing: -0.02em;
        line-height: 3.2rem
    }

    .headingh1 {
        font-family: var(--fontuse);
        font-size: 5.8rem;
        font-weight: 400;
        letter-spacing: -0.04em;
        line-height: 6.2rem;
    }

    h2.comingsoon {
        font-size: 1rem !important;
        position: relative !important;
        letter-spacing: 0.01em !important;
        background-color: var(--secondary) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        color: #ffffff !important;
        font-family: "PPNeueMontreal-Medium";
        padding: 15px;
        border-radius: 50px;
        top: 30px !important;
        left: -80px !important;
        z-index: 99999 !important;
        transform: rotate(-12deg)
    }





}

/**END MIX**/




/**CTA BUTTONS**/

.buttn-group {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    display: flex;
}

.buttn-icon-link {
    grid-column-gap: 1em;
    grid-row-gap: .5em;
    font-size: 1em;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.buttn-icon-icon {
    z-index: 1;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    display: flex;
    position: relative;
}

.buttn-icon-icon__bg {
    background-color: currentColor;
    border-radius: 0.5em;
    width: 100%;
    height: 100%;
    position: absolute;
}

.buttn-icon-icon__wrap {
    color: #a29a65;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.buttn-icon-icon__wrap.color--white {
    color: #fff;
}

.buttn-icon-icon__list {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
}

.buttn-icon-icon__arrow {
    flex: none;
    width: 2rem;
    padding: .55em;
}

.buttn-icon-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    border-radius: .25em;
    justify-content: flex-start;
    align-items: center;
    padding: .6125em .75em;
    display: flex;
    position: relative;
    overflow: hidden;
}

.buttn-icon-content__text {
    font-size: 1.2rem;
}

.buttn-icon-content__mask {
    z-index: 1;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.buttn-icon-content__bg {
    z-index: 0;
    width: 120%;
    height: 100%;
    position: absolute;
    bottom: 0%;
    left: -10%;
    transform: translate(0, 175%) rotate(15deg);
}


[data-button-anim-target] {
    transition: transform 0.525s cubic-bezier(0.625, 0.05, 0, 1);
}


.buttn-icon-content__text {
    --text-duplicate-distance: 1.5em;
    text-shadow: 0px var(--text-duplicate-distance) currentColor;
}


@media (hover:hover) and (pointer:fine) {

    .buttn-icon-link:hover .buttn-icon-content__text {
        transform: translate(0px, calc(-1 * var(--text-duplicate-distance)));
    }

    .buttn-icon-link:hover .buttn-icon-icon__bg {
        transform: rotate(90deg);
    }

    .buttn-icon-link:hover .buttn-icon-icon__arrow {
        transform: translate(200%, 0px);
    }

    .buttn-icon-link:hover .buttn-icon-content__bg {
        transform: translate(0px, 0%) rotate(0deg);
    }

}