/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

@font-face {
    font-family: 'PP Neue Montreal Thin';
    font-style: normal;
    font-weight: normal;
    src: local('PP Neue Montreal Thin'), url(../fonts/pp-neue-montreal-cufonfonts-webfont/ppneuemontreal-thin.woff) format('woff');
}

@font-face {
    font-family: 'PP Neue Montreal Book';
    font-style: normal;
    font-weight: normal;
    src: local('PP Neue Montreal Book'), url(../fonts/pp-neue-montreal-cufonfonts-webfont/ppneuemontreal-book.woff) format('woff');
}

@font-face {
    font-family: 'PP Neue Montreal Medium';
    font-style: normal;
    font-weight: normal;
    src: local('PP Neue Montreal Medium'), url(../fonts/pp-neue-montreal-cufonfonts-webfont/ppneuemontreal-medium.woff) format('woff');
}

@font-face {
    font-family: 'PP Neue Montreal Bold';
    font-style: normal;
    font-weight: normal;
    src: local('PP Neue Montreal Bold'), url(../fonts/pp-neue-montreal-cufonfonts-webfont/ppneuemontreal-bold.woff) format('woff');
}


.instrument-serif-regular {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.instrument-serif-regular-italic {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
}

.cormorant-garamond-regular {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}


:root {
    --primary-blue: rgb(27, 30, 46);
    --light-blue: rgb(214, 224, 230);
    --light-grey: rgb(242, 244, 246);
    --medium-grey: rgb(234,234,234);
    --almost-white: rgb(252, 252, 253);
}

/*HTML*/
html * {
    font-family: "PP Neue Montreal Book", "Inter", "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif !important;
    color: var(--primary-blue);
    scroll-behavior: smooth;

}

/*BODY*/
body {
    font-family: "PP Neue Montreal Book", "Inter", "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif !important;
    overflow-x: hidden;
    background: #ffffff !important;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: "PP Neue Montreal Book", "Inter", "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif !important;
}

.h2-section-header {
    color: var(--primary-blue);
    font-family: "PP Neue Montreal Thin", "Inter", "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif !important;
}

em.h2-section-emphasis {
    font-family: "Instrument Serif", "Cormorant Garamondoma", serif !important;
    font-weight: lighter;
    background: linear-gradient(90deg, #9C68E5, #007bff, #66cfff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h3 {
    font-size: 1.1em !important;
}

.work-description {
   font-size: 0.8em;
    /*font-family: "PP Neue Montreal Thin", serif;*/
}

.work-container {
    border: 1px solid var(--light-blue);
    border-radius: 32px;
    background: var(--almost-white);
    padding: 3rem 0 0 0;
    width: 100%;
}


.rounded-corner-right {
    border-radius: 0 0 32px 0;
}

.container {
}


div.hover-work:hover {
    transform: scale(1.08);
    transition: all 0.5s ease-out;
    /*opacity: 0.6;*/
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 927'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='objectBoundingBox' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%239C68E5'%3E%3Canimate attributeName='stop-color' values='%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='.5' stop-color='%23007bff'%3E%3Canimate attributeName='stop-color' values='%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='1' stop-color='%2366cfff'%3E%3Canimate attributeName='stop-color' values='%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' from='0 .5 .5' to='360 .5 .5' dur='5s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='objectBoundingBox' x1='0' y1='1' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%239C68E5'%3E%3Canimate attributeName='stop-color' values='%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23007bff' stop-opacity='0'%3E%3Canimate attributeName='stop-color' values='%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;' dur='20s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' values='360 .5 .5;0 .5 .5' class='ignore' dur='10s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25' /%3E%3Crect fill='url(%23b)' width='100%25' height='100%25' /%3E%3C/svg%3E");
    /*
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 927'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='objectBoundingBox' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%2310121C'%3E%3Canimate attributeName='stop-color' values='%2310121C;%232A182D;%23182C49;%23452532;%231A4B6C;%2343344C;%2360333E;%23385F71;%23584759;%2310121C;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='.5' stop-color='%232A182D'%3E%3Canimate attributeName='stop-color' values='%232A182D;%23182C49;%23452532;%231A4B6C;%2343344C;%2360333E;%23385F71;%23584759;%2310121C;%232A182D;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23182C49'%3E%3Canimate attributeName='stop-color' values='%23182C49;%23452532;%231A4B6C;%2343344C;%2360333E;%23385F71;%23584759;%2310121C;%232A182D;%23182C49;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' from='0 .5 .5' to='360 .5 .5' dur='5s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='objectBoundingBox' x1='0' y1='1' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23452532'%3E%3Canimate attributeName='stop-color' values='%23452532;%231A4B6C;%2343344C;%2360333E;%23385F71;%23584759;%2310121C;%232A182D;%23182C49;%23452532;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='1' stop-color='%231A4B6C' stop-opacity='0'%3E%3Canimate attributeName='stop-color' values='%231A4B6C;%2343344C;%2360333E;%23385F71;%23584759;%2310121C;%232A182D;%23182C49;%23452532;%231A4B6C;' dur='20s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' values='360 .5 .5;0 .5 .5' class='ignore' dur='10s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25' /%3E%3Crect fill='url(%23b)' width='100%25' height='100%25' /%3E%3C/svg%3E");

           /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 927'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='objectBoundingBox' x1='0' y1='0' x2='0' y2='1' gradientTransform='rotate(90 0.5 0.5)'%3E%3Cstop offset='0' stop-color='%239C68E5'%3E%3Canimate attributeName='stop-color' values='%239C68E5;%23007bff;%2366cfff;%239C68E5;' dur='8s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='0.5' stop-color='%23007bff'%3E%3Canimate attributeName='stop-color' values='%23007bff;%2366cfff;%239C68E5;%23007bff;' dur='8s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='0.7' stop-color='%2366cfff'%3E%3Canimate attributeName='stop-color' values='%2366cfff;%239C68E5;%23007bff;%2366cfff;' dur='8s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' from='90 0.5 0.5' to='450 0.5 0.5' dur='12s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='objectBoundingBox' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23007bff' stop-opacity='0.3'%3E%3Canimate attributeName='stop-color' values='%23007bff;%2366cfff;%239C68E5;%23007bff;' dur='10s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='1' stop-color='%2366cfff' stop-opacity='0'%3E%3Canimate attributeName='stop-color' values='%2366cfff;%239C68E5;%23007bff;%2366cfff;' dur='10s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' values='270 0.5 0.5;-90 0.5 0.5' dur='15s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25' /%3E%3Crect fill='url(%23b)' width='100%25' height='100%25' /%3E%3C/svg%3E");
           /*background: linear-gradient(90deg, #9C68E5, #007bff, #66cfff 70%);*/

    cursor: pointer;
}
.container:hover .overlay {
    opacity: 1;
}
.text {
    color: white;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.container {
    position: relative;
    width: 50%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}
.hover-image:hover {

}

.section-bg {
    background: #ffffff;
}

.section-bg-grey {
    background: var(--light-grey);
}

form.cta-email {
    background: var(--primary-blue);
    border-radius: 50px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
}

.text-get-in-touch, .text-get-in-touch strong {
    text-align: left;
    color: #ffffff;
}

.container-services{
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid var(--light-grey) !important;
    box-shadow: 0 1rem 3rem rgba(27, 30, 46, 0.15) !important;

}

.col-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: baseline;
}


/*BADGES*/
.badge.badge-primary {
    color: var(--primary-blue) !important;
    background: var(--light-grey) !important;
    border: 1px solid var(--light-grey) !important;
    border-radius: 6px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-transform: lowercase;
    font-size: 14px !important;
    font-family: "PP Neue Montreal Thin", "Inter", "Inter UI", sans-serif !important;
    padding-left: 16px;
    padding-right: 16px;
}

.badge.badge-secondary {
    background: #ffffff !important;
    border: 1px solid var(--light-grey) !important;
    border-radius: 6px;
    color: var(--primary-blue);
    text-transform: lowercase;
    font-family: "PP Neue Montreal Medium", sans-serif;
    font-size: 20px;
    box-shadow: 0 2px 5px 0 #E9EFF1;
    padding: 12px 16px 12px 16px;

}

.section-bg-grey {
    background: #F8F9FA;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(27,30,46,0.06);
    padding-top: 64px;
    padding-bottom: 64px;
}




/*NAVBAR*/
.navbar li, a {
    color: #ffffff !important;
    padding: 8px 16px;
}

    /*.dark-nav li, a {
        color: var(--primary-blue) !important;
        padding: 8px 16px;
    }*/

.navbar {
    /*animation: nav-delayed-slide 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 500ms;*/
}

.navbar > a:hover:not(#logo-navbar){
    color: var(--primary-blue) !important;
    background: rgba(250, 250, 250, 0.5);
    border-radius: 50px;
}

.navbar-light * a{
    color: var(--primary-blue) !important;
}

.navbar.navbar-light * li a:hover:not(img){
    color: var(--primary-blue) !important;
    background: var(--light-grey) !important;
    border-radius: 50px;
    padding: 8px 16px;
}

/*.am-nav-content.is-minified{
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    border: 1px solid var(--light-grey) !important;
    border-radius: .75rem;
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
    padding: .25rem .25rem .25rem 1rem;
    position: relative;
    box-shadow: 0 1px 3px #1111110d, 0 6px 6px #1111110a, 0 13px 8px #11111108, 0 24px 9px #11111103;
}

.am-nav-content{
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    border: 1px none var(--light-grey);
    justify-content: space-between;
    width: 100%;
    max-width: 83rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    transition: all .25s cubic-bezier(.23,1,.32,1);
    display: flex
;
}*/

a.tab-item{
    color: var(--primary-blue) !important;
    font-weight: lighter;
    font-size: 1rem;
    border: 1px solid var(--medium-grey) !important;
    border-radius: 16px;
    background: var(--almost-white) !important;
    padding: 2em !important;
    width: 12vw;
    height: auto;
}

a.tab-item:hover{
    background: var(--light-grey) !important;
    border-radius: 16px  !important;
}

div.icon-tab img{
    width: 12vw;
    height: auto;
}




/*BUTTONS*/
button, a.btn{
    font-family: "PP Neue Montreal Book", sans-serif !important;
}

button.btn.btn-primary, a.btn.btn-primary {
    background: var(--primary-blue) !important;
    color: #ffffff !important;
    border-radius: 30px;
    border: 1px solid #1C2145;
    font-size: 1em;
}

a.btn.btn-cta{
    background: #ffffff;
    color: var(--primary-blue) !important;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 32px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.2rem;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,123,255,0.07);
}

#cta-work {
    color: var(--primary-blue);
}


.menu_arrow_svg {
    margin-left: 6px;
    transition: transform 0.2s;
}

a.btn-cta:hover .menu_arrow_svg {
    transform: translateX(2px);
}

.glow {
    border: none;
    outline: none;
    color: var(--primary-blue);
    background: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.glow:before {
    content: '';
    background: linear-gradient(45deg, #643182, #9C68E5, #7787E8, #65A4EE, #82D2EB);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    animation: glowing 15s linear infinite;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    border-radius: 50px;
}

.glow:active, .glow:focus {
    color: #ffffff;
}

.glow:active:after {
    background: transparent;
    color: #ffffff;
}

.glow:hover:before {
    opacity: 1;
}

.glow:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    border-radius: 50px;
}

.glow-on-hover {
    border: none;
    outline: none;
    color: #fff;
    background: var(--primary-blue);
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #643182, #9C68E5, #7787E8, #65A4EE, #82D2EB);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    animation: glowing 15s linear infinite;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    border-radius: 50px;
}

.glow-on-hover:active, .glow-on-hover:focus {
    color: var(--primary-blue);
}

.glow-on-hover:active:after {
    background: transparent;

}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-blue);
    left: 0;
    top: 0;
    border-radius: 50px;
}

.btn.btn-portfolio {
    font-family: "PP Neue Montreal Thin", sans-serif;
    letter-spacing: 0.05em;
    font-size: 0.75em !important;
}

/*HERO SECTION*/
.lead {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em !important;
    line-height: 1em !important;
    position: relative;
    top: 2em;
    animation: slide_to_top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.lead-occupation {
    font-family: "PP Neue Montreal Bold", sans-serif !important;
    animation-delay: 100ms;
}

.lead-name {
    font-family: "PP Neue Montreal Book", sans-serif;
    animation-delay: 200ms;
}

h1.display-instrument {
    text-align: center;
    font-weight: lighter;
    font-family: "Instrument Serif", serif !important;
    font-size: 5em;
    cursor: pointer;
    position: relative;
    bottom: 1em;

}

div.display-instrument {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.emphasize {
    font-family: "instrument Serif", serif !important;
    font-weight: lighter;
    font-style: italic;
    color: #ffffff;

}

.parallax-header-text {
    -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.cta-section{
    height: 50vh;
    align-content: center;
}

/*FOOTER*/
.footer-section {
    background: rgb(27, 30, 46);
    height: 50vh;

}

.footer-image{
    z-index: -1000;

}

.img-container {
    justify-content: end;
}

.container-footer{
    margin-left: 30em;
}

.footer-logo {
    padding: 0;
    margin: 0;
}

footer {
    padding: 6rem 0 0 0 !important;
    font-size: 0.75em;

}

.footer-nav.nav {
    margin-bottom: 2em !important;
}



.text-footer {
    font-family: "PP Neue Montreal Book", sans-serif;
    font-size: 16px;
    list-style: none;
    color: #ffffff !important;
    opacity: 1 !important;
}

a.nav-link {
    opacity: 1 !important;
    padding: 0.5rem !important;
    text-align: center !important
}

a.nav-link:hover {
    color: var(--primary-blue) !important;
    background: rgba(250, 250, 250, 0.5);
    border-radius: 50px;
    text-align: center;
}


.background-dark{
    background-color: var(--primary-blue) !important;
}

.footer-logo-link{
    padding-left: 0;
}


/*ANIMATIONS*/
@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes nav-delayed-slide {
    0% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        scroll-behavior: smooth;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 100%;
        scroll-behavior: smooth;
    }
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        scroll-behavior: smooth;
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        scroll-behavior: smooth;
    }
}

@keyframes slide_to_top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        scroll-behavior: smooth;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 100%;
        scroll-behavior: smooth;
    }
}

@keyframes hover {
    0% {
        background: #ffffff;
        border-radius: 50px;
        color: #1b1e3e;
    }
    100% {
        background: #ffffff;
        border-radius: 50px;
        color: #1b1e3e;
    }
}


/*RESPONSIVE*/

@media (max-width: 992px) {
    .section-bg-grey {
        border-radius: 24px;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .h2-section-header {
        font-size: 1.6rem;
    }
}

@media (max-width: 575px) {
    h1.display-instrument{
        line-height: 0.75em;
        margin-bottom: 0;
    }
    .section-bg-grey {
        border-radius: 0;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .h2-section-header {
        font-size: 1.12rem;
    }
    .text-get-in-touch {
        font-size: 1rem;
    }
    .btn-cta {
        padding: 10px 18px;
        font-size: 1rem;
    }
    .section-badge {
        font-size: 0.97rem;
        padding: 0.4rem 1rem;
    }


    .lead{
        position: relative;
        top: 2em;
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-size: cover;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 927'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='objectBoundingBox' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%239C68E5'%3E%3Canimate attributeName='stop-color' values='%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='.5' stop-color='%23007bff'%3E%3Canimate attributeName='stop-color' values='%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='1' stop-color='%2366cfff'%3E%3Canimate attributeName='stop-color' values='%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' from='0 .5 .5' to='360 .5 .5' dur='5s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='objectBoundingBox' x1='0' y1='1' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%239C68E5'%3E%3Canimate attributeName='stop-color' values='%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23007bff' stop-opacity='0'%3E%3Canimate attributeName='stop-color' values='%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;%2366cfff;%239C68E5;%23007bff;' dur='20s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' values='360 .5 .5;0 .5 .5' class='ignore' dur='10s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25' /%3E%3Crect fill='url(%23b)' width='100%25' height='100%25' /%3E%3C/svg%3E");
        /*
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 927'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='objectBoundingBox' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%2310121C'%3E%3Canimate attributeName='stop-color' values='%2310121C;%232A182D;%23182C49;%23452532;%231A4B6C;%2343344C;%2360333E;%23385F71;%23584759;%2310121C;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='.5' stop-color='%232A182D'%3E%3Canimate attributeName='stop-color' values='%232A182D;%23182C49;%23452532;%231A4B6C;%2343344C;%2360333E;%23385F71;%23584759;%2310121C;%232A182D;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23182C49'%3E%3Canimate attributeName='stop-color' values='%23182C49;%23452532;%231A4B6C;%2343344C;%2360333E;%23385F71;%23584759;%2310121C;%232A182D;%23182C49;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' from='0 .5 .5' to='360 .5 .5' dur='5s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='objectBoundingBox' x1='0' y1='1' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23452532'%3E%3Canimate attributeName='stop-color' values='%23452532;%231A4B6C;%2343344C;%2360333E;%23385F71;%23584759;%2310121C;%232A182D;%23182C49;%23452532;' dur='5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='1' stop-color='%231A4B6C' stop-opacity='0'%3E%3Canimate attributeName='stop-color' values='%231A4B6C;%2343344C;%2360333E;%23385F71;%23584759;%2310121C;%232A182D;%23182C49;%23452532;%231A4B6C;' dur='20s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' values='360 .5 .5;0 .5 .5' class='ignore' dur='10s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25' /%3E%3Crect fill='url(%23b)' width='100%25' height='100%25' /%3E%3C/svg%3E");

               /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 927'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='objectBoundingBox' x1='0' y1='0' x2='0' y2='1' gradientTransform='rotate(90 0.5 0.5)'%3E%3Cstop offset='0' stop-color='%239C68E5'%3E%3Canimate attributeName='stop-color' values='%239C68E5;%23007bff;%2366cfff;%239C68E5;' dur='8s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='0.5' stop-color='%23007bff'%3E%3Canimate attributeName='stop-color' values='%23007bff;%2366cfff;%239C68E5;%23007bff;' dur='8s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='0.7' stop-color='%2366cfff'%3E%3Canimate attributeName='stop-color' values='%2366cfff;%239C68E5;%23007bff;%2366cfff;' dur='8s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' from='90 0.5 0.5' to='450 0.5 0.5' dur='12s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='objectBoundingBox' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23007bff' stop-opacity='0.3'%3E%3Canimate attributeName='stop-color' values='%23007bff;%2366cfff;%239C68E5;%23007bff;' dur='10s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='1' stop-color='%2366cfff' stop-opacity='0'%3E%3Canimate attributeName='stop-color' values='%2366cfff;%239C68E5;%23007bff;%2366cfff;' dur='10s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3CanimateTransform attributeName='gradientTransform' type='rotate' values='270 0.5 0.5;-90 0.5 0.5' dur='15s' repeatCount='indefinite' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25' /%3E%3Crect fill='url(%23b)' width='100%25' height='100%25' /%3E%3C/svg%3E");
               /*background: linear-gradient(90deg, #9C68E5, #007bff, #66cfff 70%);*/

        cursor: pointer;
    }
    .container:focus .overlay {
        opacity: 1;
    }

    h2.h2-section-header{
        font-size: 1em;
    }

    em.h2-section-emphasis{
        font-size: 1em;
    }
    .thesis {
        padding: 20px 0;
    }
    .icon.navbar-toggler-open{
        fill: #ffffff !important;
        color: #ffffff !important;
    }

    nav[data-overlay].navbar-toggled-show.navbar-dark {
        background-color: transparent !important;
    }

    .navbar-collapse {
        background-color: rgba(250, 250, 250, 1) !important;
        backdrop-filter: blur(5px);
        border-radius: 0.75rem;
        padding: 0.75em 1em 0.75em 1em;
        margin-top: 1em;
    }

    .navbar-collapse .navbar-nav .nav-item a.nav-link {
        color: var(--primary-blue);
    }

    .navbar li a.nav-link{
        display: inline-block;
    }

    footer{
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    footer.text-muted{
        text-align: center;
    }

    footer * ul.nav{
        justify-content: center;
    }


    button.navbar-toggler {
        color: #ffffff !important;
        /*background: rgba(250, 250, 250, 0.3);
        border-radius: 50px;
        padding: 5px;*/
    }
    form.cta-email {
        background: var(--primary-blue);
        border-radius: 50px;
        display: flex;
        flex-direction: column !important;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .text-get-in-touch{
        text-align: center;
        padding-bottom: 1em;
        font-size: 1em;
    }
}


@media screen and (min-width: 325px) and (max-width: 768px) {
    html{
        overflow-x: hidden;
    }

    nav[data-overlay].navbar-toggled-show.navbar-dark {
        background-color: transparent !important;
    }

    .navbar-collapse {
        background-color: rgba(250, 250, 250, 0.5) !important;
        border-radius: 0.75rem;
        padding: 0.75em 1em 0.75em 1em;
        margin-top: 1em;
    }

    .navbar-collapse .navbar-nav .nav-item a.nav-link {
        color: var(--primary-blue);
    }

    .navbar li a.nav-link{
        display: inline-block;
    }

    footer{
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    footer.text-muted{
        text-align: center;
    }

    footer * ul.nav{
        justify-content: center;
    }


    form.cta-email {
        background: var(--primary-blue);
        border-radius: 50px;
        display: flex;
        flex-direction: column !important;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .text-get-in-touch{
        text-align: center;
        padding-bottom: 1em;
    }

    #logo-navbar {
        width: 100%;
    }
    .icon.navbar-toggler-open{
        fill: #ffffff !important;
        color: #ffffff !important;
    }

    button.navbar-toggler {
        color: #ffffff !important;


    h1.display-instrument {
        line-height: 1em !important;
    }

    nav[data-overlay].navbar-toggled-show.navbar-dark {
        background-color: transparent !important;
    }

    .navbar-collapse {
        background-color: rgba(250, 250, 250, 0.5) !important;
        border-radius: 0.75rem;
        padding: 0.75em 1em 0.75em 1em;
        margin-top: 1em;
    }

    .navbar-collapse .navbar-nav .nav-item a.nav-link {
        color: var(--primary-blue);
    }


}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #logo-navbar {
        width: 100%;
    }

    footer.footer-section {
        padding-left: 0 !important;
    }

    .icon.navbar-toggler-open {
        fill: #ffffff !important;
        color: #ffffff !important;
    }

    button.navbar-toggler {
        color: #ffffff !important;
    }


    nav[data-overlay].navbar-toggled-show.navbar-dark {
        background-color: transparent !important;
    }

    .navbar-collapse {
        background-color: rgba(250, 250, 250, 0.5) !important;
        border-radius: 0.75rem;
        padding: 0.75em 1em 0.75em 1em;
        margin-top: 1em;
    }

    .navbar-collapse .navbar-nav .nav-item a.nav-link {
        color: var(--primary-blue);
    }

}

@media screen and (min-width: 992px) and (max-width: 2440px) {

    nav[data-overlay].navbar-toggled-show.navbar-dark {
        background-color: transparent !important;
    }

    h1.display-instrument {
        line-height: 1em !important;
    }

}

@media (min-width: 1200px){
    .container{
        max-width: 1440px;
    }
}

@media screen and (min-width: 2440px) and (max-width: 4000px) {
    .lead {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 1em !important;
        line-height: 1em !important;
        align-items: center;
        position: relative;
        top: 10em;
    }
}



