
:root {
    --color-pink-light: #EEE3E2;
    --color-pink-1:     #CD3477;
    --color-pink-2:     #B4015A;
    --color-pink-3:     #9E0048;
    --color-text-1:     #595B5D;
    --color-text-2:     #999998;

    --op: 1;

    --font-headlines:   "";
    --font-text:        "";
}


body {
    background: var(--color-pink-light);
    min-height: 100vh;
    font-size: 20px;
}

.logo {
    height: 50px;
}
.logo-top {
    height: 50px;
    margin-top: 1rem;
}
.section {
    position: relative;
    overflow-x: hidden;
}

header {
    height: auto;
    min-height: 80vh;
    padding-top: 8rem!important;
    overflow-y: hidden;
}
header nav {
    position: absolute!important;
    top: 0;
    width: 100%;
}

.section {
    padding: 4rem 0;
}

.line-face {
    opacity: .3;
    position: absolute;
    right: 0;
    top: 10vh;
    height: 70vh;
    z-index: -1;
}
.line-face svg {
    height: 100%;
    width: auto;
    fill: var(--color-pink-1);
    transform: translateX(30%);
}
.line-face svg g {
    opacity: 0!important;
    transition: all 3s;
}
.line-face svg g.vi {
    opacity: var(--op)!important;
}
.pink-text {
    color: var(--color-pink-1);
}
.strong-text {
    font-weight: 600;
}

.section-white {
    background: rgba(255,255,255,0.5);
}

h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
}
h2 {
    color: var(--color-pink-1);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.brands-img {
    margin-top: 2rem;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;

}
ul.styled-ul {
    list-style: none;
    padding-left: 0;
}

ul.styled-ul li {
    background: url('/assets/sensanalysis-icon.png') no-repeat left 10px;
    background-size: 20px;
    padding-left: 35px;
    list-style-type: none;
}

ul.styled-ul li ul {
    list-style: disc;
    padding-left: 30px;
}
ul.styled-ul li ul li {
    padding-left: 0px;
    background: none;
    list-style-type: disc;
}
li:not(.dropdown-menu li) {
    margin-bottom: 1rem;
}
footer {
    padding-bottom: 7rem!important;
    font-size: 18px;
}
.modal a,
footer a {
    color: var(--color-pink-1);
}
.modal-custom {
    max-width: 800px;
}
.disclaimer {
    background: #e6e6e6;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 0;
}
.ai-icon {
    margin-bottom: 4rem;
}
.ai-icon svg {
    width: 80%;
    height: auto;
    fill: var(--color-pink-1);
    margin-left: 1rem;
    display: block;
}

.ai-icon svg g *:nth-of-type(5n){
    fill: var(--color-text-1);
}
.nav-link:focus-visible {
    box-shadow: none;
}
/*
.ai-icon svg g *:nth-of-type(6n){
    animation: blink 2s infinite;
}
.ai-icon svg g *:nth-of-type(12n){
    animation-delay: 1.2s;
}
.ai-icon svg g *:nth-of-type(18n){
    animation-delay: .2s;
}
.ai-icon svg g *:nth-of-type(24n){
    animation-delay: 1s;
}
.ai-icon svg g *:nth-of-type(30n){
    animation-delay: .8s;
}
.ai-icon svg g *:nth-of-type(36n){
    animation-delay: 0.6s;
}

@keyframes blink {
    0%, 30%, 70%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}
*/

.navbar-nav {
    align-self: self-start;
    position: absolute;
    right: 1rem;
}
.navbar-nav a.nav-link {
    text-align: right;
}

@media screen and (min-width: 920px){
    .logo,
    .logo-top {
        height: 60px;
    }
    .section:not(header) {
        padding: 8rem 0;
    }
    footer {
        padding-bottom: 10rem!important;
        font-size: 20px;
    }
    h1 {
        font-size: 5rem;
        margin-bottom: 4rem;
    }
    .ai-icon {
        margin-bottom: 0;
    }
    .line-face {
        opacity: .7;
        top: 5vh;
        height: 90vh;
    }
    .brands-img {
        margin-top: 5rem;
    }

    .navbar-nav {
        position: relative;
        right: initial;
    }
    .navbar-nav a.nav-link {
        text-align: initial;
    }
    .modal-custom {
        width: 100%;
    }
}



.email-h3 {
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.copy-signature-wrap {
    background: #fff;
    padding: 2rem;
    border: solid 1px var(--color-pink-1);
    border-radius: 6px;
    margin-top: 1rem;
    font-size: initial;
}
.copyJpg,
.downloadJpg,
.downloadPdf,
.copyButton {
    margin-top: 1rem;
    background: var(--color-pink-1);
    border-radius: 6px;
    color: #fff;
    border: none;
    box-shadow: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    padding: .5rem 1rem;
    font-size: 16px;
}
.copy-signature * {
    line-height: initial;
}

body.downloading .copy-signature {
  padding: 15px;
  margin-left: -15px;
    background: #fff;
}

body.dark-mode .copy-signature-wrap {
    background-color: #1c1c1c;
    color: #fff;
}

body.light-mode .copy-signature-wrap {
    background-color: #fff;
    color: #1c1c1c;
}
