@charset "utf-8";
/* CSS Document */



/* =========================================================
   THE SHROUD CODES - CONTACT PAGE
   Responsive core CSS
   Menu + contact tekst + Vimeo trailer + CTA + footer
   ========================================================= */


/* =========================================================
   1. GLOBALE BASIS
   ========================================================= */

html,
body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

*,
*::before,
*::after {
    box-sizing: border-box !important;
}

body {
    min-width: 0 !important;
    background: #000a1f !important;
    color: #ffffff !important;
    line-height: 1.6 !important;
}

img,
iframe,
video {
    max-width: 100% !important;
}

img {
    display: block !important;
    height: auto !important;
}

a {
    overflow-wrap: break-word !important;
}


/* =========================================================
   2. DESKTOP NAVIGATIE
   Uniform met index/news/author-bio
   ========================================================= */

body > .logo {
    position: absolute !important;
    top: 12px !important;
    left: clamp(30px, 4.5vw, 70px) !important;
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999999 !important;
}

body > .logo a,
body > .logo a.hslogo {
    display: block !important;
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    line-height: 0 !important;
}

body > .logo img,
body > .logo img.hslogo,
body > .logo .hslogo {
    display: block !important;
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    background: transparent !important;
    visibility: visible !important;
    opacity: 1 !important;
}

nav,
#nav {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000a1f !important;
    overflow: visible !important;
    z-index: 9999 !important;
}

.topnav {
    width: 100% !important;
    max-width: 1180px !important;
    min-height: 74px !important;
    margin: 0 auto !important;
    padding: 0 34px 0 122px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: clamp(16px, 2vw, 28px) !important;
    background: transparent !important;
    overflow: visible !important;
}

.topnav a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    font-size: clamp(15px, 1.35vw, 18px) !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.topnav a:hover {
    color: #d6b36a !important;
    -webkit-text-fill-color: #d6b36a !important;
    background: transparent !important;
}


/* =========================================================
   3. DESKTOP TAALMENU
   ========================================================= */

.dropdown {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    margin-left: auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

.dropbtn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 300px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px 21px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    border: 1px solid #b98558 !important;
    border-radius: 0 !important;
    font-size: clamp(18px, 1.6vw, 22px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

.dropdown:hover .dropbtn,
.dropbtn:hover {
    background: #c0934b !important;
    color: #00112d !important;
    -webkit-text-fill-color: #00112d !important;
    border-color: #c0934b !important;
}

.dropdown-content {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 90vw !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000a1f !important;
    border: 1px solid #b98558 !important;
    box-shadow: 0 8px 18px rgba(0,0,0,0.35) !important;
    z-index: 999999 !important;
    overflow: visible !important;
}

.dropdown:hover .dropdown-content {
    display: block !important;
}

.dropdown-content a {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 20px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: #000a1f !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.dropdown-content a:hover {
    background: #c0934b !important;
    color: #00112d !important;
    -webkit-text-fill-color: #00112d !important;
}

.topnav .icon {
    display: none !important;
}


/* =========================================================
   4. CONTACT TEKSTBLOK
   ========================================================= */

.containercontact {
    display: block !important;
    width: min(100%, 1100px) !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 34px 22px 18px 22px !important;
    clear: both !important;
    overflow: visible !important;
    background: transparent !important;
}

.containercontact h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 34px auto !important;
    padding: 0 !important;
    color: #C59977 !important;
    -webkit-text-fill-color: #C59977 !important;
    font-size: clamp(30px, 4vw, 48px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0.02em !important;
    text-align: center !important;
    overflow-wrap: break-word !important;
}

.containercontact h5 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 22px 0 10px 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: clamp(22px, 2.4vw, 30px) !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

.containercontact p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: clamp(17px, 1.65vw, 21px) !important;
    line-height: 1.62 !important;
    text-align: left !important;
    overflow-wrap: break-word !important;
}

.containercontact em {
    color: #ffff00 !important;
    -webkit-text-fill-color: #ffff00 !important;
    font-style: italic !important;
}

.containercontact strong {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 700 !important;
}


/* =========================================================
   5. VIMEO TRAILER
   Belangrijk: voorkomt overlap door parent hoogte te geven
   ========================================================= */

section.promo-highlight,
.promo-highlight {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px auto 34px auto !important;
    padding: 0 !important;
    clear: both !important;
    overflow: visible !important;
    background: transparent !important;
    text-align: center !important;
}

.promo-video,
#promo-en.promo-video {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    clear: both !important;
    position: relative !important;
    overflow: visible !important;
    text-align: center !important;
}

.vimeo-fullwidth,
.promo-highlight .vimeo-fullwidth,
#promo-en .vimeo-fullwidth {
    display: block !important;
    position: relative !important;

    width: 90vw !important;
    max-width: 1120px !important;
    min-width: 0 !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 0 auto 22px auto !important;
    padding-top: min(56.25%, 630px) !important;

    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;

    overflow: hidden !important;
    background: #000000 !important;
    border-top: 1px solid rgba(197,153,119,0.45) !important;
    border-bottom: 1px solid rgba(197,153,119,0.45) !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.45) !important;
    z-index: 1 !important;
}

.vimeo-fullwidth iframe,
.promo-highlight .vimeo-fullwidth iframe,
#promo-en .vimeo-fullwidth iframe {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;

    display: block !important;
    z-index: 2 !important;
}


/* =========================================================
   6. CTA BUTTON ONDER TRAILER
   ========================================================= */

.promo-cta {
    display: block !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin: 0 auto 32px auto !important;
    padding: 0 16px !important;
    text-align: center !important;
    clear: both !important;
}

.cta-button-gold,
a.cta-button-gold {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 300px !important;
    max-width: calc(100% - 36px) !important;

    height: auto !important;
    min-height: 58px !important;

    margin: 4px auto 0 auto !important;
    padding: 15px 30px !important;

    box-sizing: border-box !important;
    overflow: visible !important;

    color: #00112d !important;
    -webkit-text-fill-color: #00112d !important;
    background: #c59977 !important;

    border: 2px solid #c59977 !important;
    border-radius: 5px !important;

    font-size: clamp(18px, 2vw, 24px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;

    float: none !important;
    clear: both !important;
}

.cta-button-gold:hover,
a.cta-button-gold:hover {
    background: #008b16 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border-color: #c59977 !important;
}


/* =========================================================
   7. HR
   ========================================================= */

hr {
    display: block !important;
    width: min(1100px, calc(100% - 36px)) !important;
    max-width: calc(100% - 36px) !important;
    margin: 34px auto 24px auto !important;
    border: 0 !important;
    border-top: 2px solid rgba(197,153,119,0.85) !important;
}


/* =========================================================
   8. FOOTER
   ========================================================= */

footer,
footer.text-center,
.text-center {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    background: #000a1f !important;
    clear: both !important;
}

footer .container {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 25px 18px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 25px !important;
}

.footer-column {
    flex: 1 1 240px !important;
    max-width: 330px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
}

.footer-menu {
    display: block !important;
    width: 100% !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-menu li,
.footer-menu p {
    display: block !important;
    width: 100% !important;
    margin: 8px 0 !important;
    padding: 0 !important;
    text-align: center !important;
    float: none !important;
    clear: both !important;
}

.footer-menu a,
footer a.li {
    display: inline-block !important;
    max-width: 100% !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    line-height: 1.45 !important;
}

.footer-menu a:hover,
footer a.li:hover {
    color: #d6b36a !important;
    -webkit-text-fill-color: #d6b36a !important;
    background: transparent !important;
}

.copyright {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px auto 0 auto !important;
    padding: 0 !important;
    color: #ffff00 !important;
    -webkit-text-fill-color: #ffff00 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}


/* =========================================================
   9. SOCIAL ICONS
   ========================================================= */

.social-icons {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 22px 10px 36px 10px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
    background: #000a1f !important;
}

.social-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.social-icons img,
.social-icons .social-icon,
.social-icons .facebook-icon {
    display: block !important;
    width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    max-height: 42px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/* =========================================================
   10. HAMBURGER MENU
   ========================================================= */

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

    body > .logo {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
    }

    nav,
    #nav {
        min-height: 72px !important;
        height: auto !important;
        background: #000a1f !important;
        overflow: visible !important;
    }

    .topnav {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 72px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #000a1f !important;
        overflow: visible !important;
    }

    .topnav a,
    .topnav .dropdown,
    .topnav .dropbtn {
        display: none !important;
    }

    .topnav a.icon {
        display: block !important;
        position: absolute !important;
        top: 15px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: transparent !important;
        border: none !important;
        font-size: 34px !important;
        line-height: 1 !important;
        text-align: center !important;
        text-decoration: none !important;
        z-index: 999999 !important;
    }

    .topnav a.icon:hover {
        color: #d6b36a !important;
        -webkit-text-fill-color: #d6b36a !important;
        background: transparent !important;
    }

    .topnav.responsive {
        padding-top: 72px !important;
        background: #000a1f !important;
    }

    .topnav.responsive a {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 15px 20px !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: #000a1f !important;
        border-top: 1px solid rgba(255,255,255,0.12) !important;
        font-size: 18px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        text-decoration: none !important;
        white-space: normal !important;
    }

    .topnav.responsive a:hover {
        background: #c0934b !important;
        color: #00112d !important;
        -webkit-text-fill-color: #00112d !important;
    }

    .topnav.responsive a.icon {
        display: block !important;
        position: absolute !important;
        top: 15px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: transparent !important;
        border: none !important;
        font-size: 34px !important;
        line-height: 1 !important;
        z-index: 999999 !important;
    }

    .topnav.responsive .dropdown {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        overflow: visible !important;
    }

    .topnav.responsive .dropbtn {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 15px 20px !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: #000a1f !important;
        border: none !important;
        border-top: 1px solid rgba(255,255,255,0.12) !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .topnav.responsive .dropbtn:hover {
        background: #c0934b !important;
        color: #00112d !important;
        -webkit-text-fill-color: #00112d !important;
    }

    .topnav.responsive .dropdown-content {
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #000a1f !important;
        border: none !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    .topnav.responsive .dropdown-content a {
        display: block !important;
        width: 100% !important;
        padding: 13px 20px !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: #071733 !important;
        text-align: center !important;
        font-size: 17px !important;
        line-height: 1.3 !important;
        border-top: 1px solid rgba(255,255,255,0.08) !important;
        white-space: normal !important;
    }

    .topnav.responsive .dropdown-content a:hover {
        background: #c0934b !important;
        color: #00112d !important;
        -webkit-text-fill-color: #00112d !important;
    }
}


/* =========================================================
   11. TABLET / MOBIEL
   ========================================================= */

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

    .containercontact {
        padding: 28px 18px 14px 18px !important;
    }

    .containercontact h1 {
        font-size: clamp(27px, 6vw, 40px) !important;
        line-height: 1.12 !important;
        margin-bottom: 28px !important;
    }

    .containercontact h5 {
        font-size: clamp(21px, 5.2vw, 28px) !important;
        line-height: 1.2 !important;
    }

    .containercontact p {
        font-size: clamp(17px, 4.4vw, 20px) !important;
        line-height: 1.6 !important;
    }

    .vimeo-fullwidth,
    .promo-highlight .vimeo-fullwidth,
    #promo-en .vimeo-fullwidth {
        width: 94vw !important;
        max-width: 94vw !important;
        padding-top: 52.875vw !important;
        margin-bottom: 20px !important;
    }

    .cta-button-gold,
    a.cta-button-gold {
        min-width: 280px !important;
        max-width: calc(100% - 36px) !important;
        padding: 14px 24px !important;
        font-size: clamp(18px, 4.5vw, 23px) !important;
    }

    footer .container {
        display: block !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .footer-column {
        max-width: 100% !important;
        margin-bottom: 24px !important;
    }
}


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

    .containercontact {
        padding-top: 24px !important;
    }

    .containercontact h1 {
        font-size: clamp(22px, 5vw, 28px) !important;
        margin-bottom: 24px !important;
    }

    .promo-highlight {
        margin-top: 4px !important;
        margin-bottom: 30px !important;
    }

    .vimeo-fullwidth,
    .promo-highlight .vimeo-fullwidth,
    #promo-en .vimeo-fullwidth {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-top: 56.25vw !important;
        box-shadow: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    footer,
    footer.text-center,
    .text-center {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 32px 0 20px 0 !important;
        overflow: visible !important;
        background: #000a1f !important;
        text-align: center !important;
        clear: both !important;
    }

    footer .container {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 22px !important;
        overflow: visible !important;
        clear: both !important;
    }

    footer .footer-column {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 auto 30px auto !important;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
        overflow: visible !important;
        text-align: center !important;
    }

    footer .footer-menu {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        list-style: none !important;
        overflow: visible !important;
        text-align: center !important;
    }

    footer .footer-menu li {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 28px !important;
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
        line-height: 1.45 !important;
        text-align: center !important;
        overflow: visible !important;
    }

    footer .footer-menu li a,
    footer .footer-menu a,
    footer a.li {
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 2px 0 !important;
        float: none !important;
        clear: both !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: transparent !important;
        font-size: 18px !important;
        line-height: 1.45 !important;
        text-align: center !important;
        text-decoration: none !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    footer .copyright,
    footer .copyright a,
    footer a.copyright {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 28px auto 0 auto !important;
        padding: 0 !important;
        color: #ffff00 !important;
        -webkit-text-fill-color: #ffff00 !important;
        font-size: 17px !important;
        line-height: 1.5 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .social-icons {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 20px 10px 36px 10px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 24px !important;
        clear: both !important;
        overflow: visible !important;
        background: #000a1f !important;
    }
}


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

    .containercontact {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .containercontact h1 {
        font-size: clamp(23px, 5vw, 28px) !important;
        line-height: 1.14 !important;
    }

    .containercontact h5 {
        font-size: clamp(20px, 5.4vw, 26px) !important;
    }


    .containercontact p {
        font-size: clamp(16px, 4.7vw, 19px) !important;
        line-height: 1.58 !important;
    }

    .topnav a.icon,
    .topnav.responsive a.icon {
        font-size: 32px !important;
        top: 16px !important;
    }

    .cta-button-gold,
    a.cta-button-gold {
        width: 76vw !important;
        min-width: 0 !important;
        max-width: 420px !important;
        min-height: 56px !important;
        padding: 13px 18px !important;
        font-size: clamp(17px, 5vw, 22px) !important;
    }

    .social-icons img,
    .social-icons .social-icon,
    .social-icons .facebook-icon {
        width: 38px !important;
        max-width: 38px !important;
        height: 38px !important;
        max-height: 38px !important;
    }
}


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

    .containercontact h1 {
        font-size: clamp(22px, 7vw, 29px) !important;
    }

    .cta-button-gold,
    a.cta-button-gold {
        width: calc(100% - 36px) !important;
        max-width: calc(100% - 36px) !important;
    }
}