@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC';
    src: url('../fonts/ABCGravity-Condensed.eot');
    src: url('../fonts/ABCGravity-Condensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ABCGravity-Condensed.woff2') format('woff2'),
        url('../fonts/ABCGravity-Condensed.woff') format('woff'),
        url('../fonts/ABCGravity-Condensed.ttf') format('truetype'),
        url('../fonts/ABCGravity-Condensed.svg#ABCGravity-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body, html {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Archivo', sans-serif !important;
    color: black;
    transition: all 0.3s ease;
}

body{
    opacity: 0;
}

body.show{
    opacity: 1;
}

p{
    padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Archivo', sans-serif !important;
}

body.show a{
    color: inherit;
}

header{
    height: 50px;
}

.loop-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden; /* Ensure text doesn't overflow */
    position: relative;
    overflow: hidden;
    font-size: 26px;
    width: 100vw;
    height: 50px;
    font-weight:500;
    background-color: black;
    color: white;
}

.loop-container > div {
    position: absolute;
    left: 0; /* Start from the left side */
}

.hero{
    height: calc(100vh - 50px);
    overflow: hidden;
    position: relative;
    background-color: #58C0FF;
}

a{
    color: inherit;
    text-decoration: underline;
}

.hero .logo{
    width: 193px;
    aspect-ratio: 193 / 64;
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
}

.hero .logo img{
    object-fit: contain;
}

.hero .titleGroup{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: calc(100vh - 114px);
}

.hero .titleGroup .title h1{
    font-family: 'ABC', sans-serif !important;
    font-size: clamp(60px, 6vw, 100px);
    color: black;
    text-align: center;
    position: absolute;
    line-height: 0.8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
}

.hero .titleGroup .title h1 span{
    position: relative;
    width: fit-content;
    display: inline-flex;
    padding-left: 16px;
    margin-right: 3px;
}

.hero .titleGroup .title h1 span.line-through:before {
    content: "";
    position: absolute;
    background-color: #D6FF69;
    width: 0%; /* Initially set width to 0% */
    height: 21px;
    top: 50%;
    left: 0%; /* Initially set left position to 0% */
    transform: translateY(-50%);
    animation: fillFromLeft 1s forwards; /* Animation to fill from left to right */
}

@keyframes fillFromLeft {
    0% {
        width: 0%;
        left: 0%;
    }
    100% {
        width: 105%;
        left: 0%; /* Set left to 0% to fill from left to right */
    }
}

.hero .titleGroup .subtitle{
    align-self: end;
    margin-bottom: 100px;
    margin-left: 30px;
    width: 197px;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: black;
}

.hero .listbuttons{
    justify-self: center;
    align-self: end;
    display: grid;
    height: 100%;
    font-family: 'Archivo', sans-serif;
}

.hero .listbuttons .registerButton{
    text-align: center;
    color: black;
}

.hero .listbuttons .registerButton p{
    padding: 0;
    line-height: 1;
}

.hero .listbuttons .registerButton svg{
    width: 40px;
    margin: 20px auto;
}

.hero .listbuttons .button{
    width: fit-content;
    padding: 5px 25px;
    margin: auto;
    background-color: #D6FF69;
    border-radius: 60px;
}

.hero .listbuttons .button a{
    text-decoration: none;
}

.hero .rounded{
    background-color: #D6FF69;
    border-radius: 100%;
    padding: 20px 30px;
    width: 273px;
    height:273px;
    margin-bottom: 100px;
    align-self: end;
}

.hero .rounded h3{
    font-size: 95px;
    font-weight: 500; 
    text-align: center;
    margin-bottom: 0;
    color: black;
}

.hero .rounded h4{
    font-size: 25px;
    font-weight: normal; 
    text-align: center;
    color: black;
}

.slider{
    margin: 40px 30px;
    height: 65vh;
}

.slider li {
    margin: 15px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 62vh;
    
}

.slider li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.slider .text .grid{
    background-color: #58C0FF;
    display: grid;
    padding: 20px;
    grid-template-rows: 1fr 1fr;
    height: 100%;
}

.slider .text h3{
    align-self: center;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    color: black;
}

.slider .text div{
    padding: 0px 2vw;
    align-self: center;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: black;
}

.full-text{
    padding: 60px 30px;
    margin: 30px 0;
}

.full-text.rounded{
    margin: 38px 30px;
    border-radius: 20px;
    display: grid;
    grid-template-rows: auto 1fr;
    align-content: center;
    padding: 120px 30px;
}

.full-text.rounded .text{
    
}

.full-text.bg-white{
    background-color: white;
    padding: 0px 30px;
}

.full-text.bg-white h1, 
.full-text.bg-white h2, 
.full-text.bg-white h3, 
.full-text.bg-white h4, 
.full-text.bg-white h5, 
.full-text.bg-white h6, 
.full-text.bg-white p{
    color:black;
}


.full-text.bg-black{
    background-color: black;
}

.full-text.bg-black h1, 
.full-text.bg-black h2, 
.full-text.bg-black h3, 
.full-text.bg-black h4, 
.full-text.bg-black h5, 
.full-text.bg-black h6, 
.full-text.bg-black p{
    color:#D6FF69 !important;
}

.full-text.bg-yellow{
    background-color: #D6FF69;
}

.full-text.bg-yellow h1, 
.full-text.bg-yellow h2, 
.full-text.bg-yellow h3, 
.full-text.bg-yellow h4, 
.full-text.bg-yellow h5, 
.full-text.bg-yellow h6, 
.full-text.bg-yellow p{
    color:black !important;
}

.full-text h3{
    font-size: 41.41px;
    font-family: 'ABC', sans-serif !important;
    line-height: 52px;
    width: 90%;
    margin: auto;
    letter-spacing:  stroke weight/1; 
}

.full-text h3 strong{
    font-weight: 500;
}

.full-text .text p{
    font-size: 56px;
    line-height: 1;
    
}

.full-text .caption p{
    font-size: 18px;
    line-height: 21px;
}

.full-text .caption{
    margin-top: 140px;
}

.full-image{
    margin: 38px 30px;
    overflow: hidden;
}

.full-image .imageVideo{
    position: relative;
}

.full-image .imageVideo .video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.full-image .imageVideo .video video{
    width: auto;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin: auto;
    display: block;
}

.full-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.full-image .mobile{
    display: none;
}

.full-image .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.full-image .play img {
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: black;
    border-radius: 100%;
}

.full-image .imageEl{
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.full-image .caption{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.side-text-only{
    margin: 38px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 45px 40px 60px;
    border-radius: 20px;
}

.side-text-only h3{
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    color: black;
}

.side-text-only h3 .blue{
    color: #58C0FF;
}

.side-text-only p{
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 22px;
}

.side-text-only p a{
    text-decoration: underline;
}

.side-text-only p button{
    padding: 10px 32px;
    border-radius: 60px;
    background-color: black;
    color: #58C0FF;
    margin: 32px 0 80px;
    font-family: 'Archivo', sans-serif;
}

.side-text-only p button a{
    color: #58C0FF;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.side-text{
    margin: 38px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 45px 40px 60px;
    border-radius: 20px;
}

.side-text-only.bg-grey{
    background-color: #F1F1F1;
}

.side-text-only.bg-yellow{
    background-color: #58C0FF;
}

.side-text-only.bg-black{
    background-color: black;
}

.side-text-only.bg-old-yellow{
    background-color: #D6FF69;
}



.side-text h3{
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
}

.side-text p{
    font-size: 20px;
    line-height: 24px;
    
}

.side-text.bg-grey{
    background-color: #F1F1F1;
}

.side-text.bg-yellow{
    background-color: #58C0FF;
}

.side-text.bg-black{
    background-color: black;
}

.side-text.bg-old-yellow{
    background-color: #D6FF69;
}

.side-text.bg-black h1,
.side-text.bg-black h2,
.side-text.bg-black h3,
.side-text.bg-black h4,
.side-text.bg-black h5,
.side-text.bg-black h6,
.side-text.bg-black p{
    color: white;
}

.side-text h1,
.side-text h2,
.side-text h3,
.side-text h4,
.side-text h5,
.side-text h6,
.side-text p{
    color: black;
}

.side-text .content{
    margin-top: 222px;
    width: 80%;
    
}

.side-text .images {
    position: relative; /* Establece la posición relativa en el contenedor */
    height: 100%; /* Establece la altura al 100% para ocupar el espacio del contenedor */
}

.side-text .images .imageEl p{
    font-size: 12px;
    color: #7c7c7c;
}

.side-text .images .imageEl {
    position: sticky;
    top: 30px; /* Ajusta la posición según tu diseño */
}

.side-text .images .imageEl img{
    border-radius: 20px;
    width: 100%;
}

.side-text .images .imageEl video{
    border-radius: 20px;
    width: 100%;
}

.side-text .images .buttonsEl .button.white{
    background-color: white;
    color: black;
}

.side-text .images .buttonsEl .button.white a, .side-text .images .buttonsEl .button.white p{
    color: black;
    text-decoration: none;
    text-align: center;
}

.side-text .images .buttonsEl .button.black{
    background-color: black;
    color: #D6FF69;
}

.side-text .images .buttonsEl .button.black a, .side-text .images .buttonsEl .button.black p{
    text-decoration: none;
    color: #D6FF69;
    text-align: center;
}

.side-text .images .buttonsEl{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.side-text .images .buttonsEl .button{
    padding: 10px 15px;
    border-radius: 60px;

}

.side-text .images .buttonsEl .button p{
    font-size: 16px;
}

.side-text .text{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.side-text .text .title h3{
    padding-left: 54px; /* Adjusts space for all lines */
    text-indent: -54px; /* Pulls the first line back to align with the content edge */
}

.side-text .text .buttonsEl .button.white{
    background-color: white;
    color: black;
}

.side-text .text .buttonsEl .button.black{
    background-color: black;
    color: #D6FF69;
}

.side-text .text .buttonsEl{
    width:fit-content;
    margin: 85px auto 0;
}

.side-text .text .buttonsEl .button{
    padding: 10px 15px;
    border-radius: 60px;
    margin-bottom: 30px;
    width: fit-content;
    text-align: center;
}

.side-text .text .buttonsEl .button p{
    font-size: 16px;
}

.side-text .text .buttonsEl .button.white{
    background-color: white;
    color: black;
}

.side-text .text .buttonsEl .button.white a, .side-text .text .buttonsEl .button.white p{
    color: black;
    text-decoration: none
}

.side-text .text .buttonsEl .button.black{
    background-color: black;
    color: #D6FF69;
}

.side-text .text .buttonsEl .button.black a, .side-text .text .buttonsEl .button.black p{
    text-decoration: none;
    color: #D6FF69;
}

.side-text .text .subtitle{
    margin-top: 200px;

}

.side-text .text .subtitle p{
    font-size: 26px;
    line-height: 33px;
}

.side-text .text .content p{
    margin-bottom: 20px;
}

.side-text .text .caption{
    margin-top: 50px;
    font-size: 18px;
    line-height: 21px;
    text-align: right;

}

.side-text .text .profile{
    margin-top: 80px;
    margin-right: auto;
    position: relative;
    width: 80%;
}

.side-text .text .profile .profile-title{
    transform: rotate(-90deg);
    transform-origin: left top;
    text-align: left;
    white-space: nowrap; /* Evita que el texto se ajuste automáticamente */
    position: absolute; /* Asegura que el texto se ajuste correctamente */
    top: 230px; /* Ajusta la posición vertical según sea necesario */
    left: 0;
    font-size: 56px;
    color: black;
}

.side-text .text .profile .image{
    aspect-ratio: 1 / 1;
    width: 60%;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
}

.side-text .text .profile .image img{
    object-fit: cover;
    display: block;
    margin: auto;
    width: 100%;
}

.side-text .text .profile .content-profile{
    margin-top: 2vw;
}

.side-text .text .profile .content-profile p{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.side-text .text .profile .content-profile h3{     
    font-size: 27px;
    font-weight: medium;
}

.side-text .text .profile .content-profile h3{
    margin-bottom: 18px;
    font-size: 56px;
    font-weight: bold;
    font-family: 'ABC', sans-serif !important;
}

.side-text .text .profile .content-profile p{
    margin-bottom: 20px;
}

.leaders .title{
    font-family: 'ABC', sans-serif !important;
    padding: 6vw 2vw 6vw;
    background-color: #58C0FF;
    font-size: 8.6vw;
    color: black;
}

.leaders .list-of-leaders{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    grid-gap: 5vw;
    padding: 123px 2vw; 

}

.leaders .list-of-leaders .image{
    width: 100%;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
}

.leaders .list-of-leaders .image img{
    aspect-ratio: 1 / 1;
    margin: auto;
    display: block;
    width: 100%;
}

.leaders .list-of-leaders .description{
    width: 80%;
    margin: auto;
}

.leaders .list-of-leaders p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
    color: black;
    font-family: 'Archivo', sans-serif;
}

.leaders .list-of-leaders p a{
    color: black;
    text-decoration: underline;
    font-weight: 500;
}

.leaders .list-of-leaders .description{
    padding-top: 35px;
}

.recommendations .title{
    font-family: 'ABC', sans-serif !important;
    padding: 6vw 3vw 6vw;
    background-color: #58C0FF;
    font-size: 8.6vw;
    color: black;
}

.recommendations .slider-container{
    padding: 123px 2vw; 
}

.recommendations .list-of-recommendations{
    position: relative;
}

.recommendations .list-of-recommendations .image{
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.slick-track {
    display: flex;
    flex-wrap: nowrap;
}

.recommendations .list-of-recommendations li{
    border-right: 1px solid black;
    z-index: 10;
    position: relative;
    height: auto;
    flex-direction: column;
    display: grid;
    grid-template-rows: auto 1fr; /* Alinea el contenido al principio */
    border-right: 1px solid #000;
    align-content: start;
}

.recommendations .list-of-recommendations .image img{
    aspect-ratio: 1 / 1;
    margin: auto;
    display: block;
    width: 320px;
    border-radius: 100%;
}

.recommendations .list-of-recommendations .description{
    width: 80%;
    margin: 0 auto;
}

.recommendations .list-of-recommendations p{
    margin-bottom: 59px;
    font-size: 31px;
    line-height: 1.1;
    color: black;
    font-family: 'Archivo', sans-serif;
}

.recommendations .list-of-recommendations p .highlight{
    background-color: #D6FF69;
}

.recommendations .list-of-recommendations h6{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.1;
    color: black;
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
}

.recommendations .list-of-recommendations p a{
    color: black;
    text-decoration: underline;
    font-weight: 500;
}

.recommendations .list-of-recommendations .description{
    padding-top: 35px;
}

.slick-track
{
    display: flex !important;
    
}

.custom-arrow {
    font-size: 0; /* Removes default arrow text */
    line-height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.custom-prev-arrow {
    left: -20px; /* Adjust based on slider's size */
    z-index: 1;
}

.custom-next-arrow {
    right: -50px; /* Adjust based on slider's size */
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    content: ''; /* Removes default arrows */
}

/* Example custom arrow using background images */


.slider {
    cursor: none; /* Oculta el cursor sobre el slider */
    position: relative;
}

.custom-arrow {
    display: none; /* Inicialmente oculto */
    position: absolute; /* Importante para que siga el cursor */
    width: 63px;
    height: 54px;
    z-index: 1000;
    filter:brightness(0%); /* Asegura que esté por encima de otros elementos */
}

.custom-arrow img{
    aspect-ratio: 63 / 54;
    width: 63px;
    
}


.what-we-want{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 32px;
    padding: 0 2vw;
    align-content: start;
}

.what-we-want .titleInsights{
    width: fit-content;
}

.what-we-want .titleInsights svg{
    height: 100svh;
    width: auto;
    position: sticky;
    top: 0;
    padding: 40px 0;
}

.what-we-want .content{
    padding: 70px 0px 0px;
    display: grid;
    color: black;
    border-radius: 20px;
}

.what-we-want .list-of-elements{
    list-style-type: none;
    padding-bottom: 40px;
}

.what-we-want .list-of-elements li p{
    font-size: 132.28px;
    line-height: 120px;
    font-weight: bold;
    color: black;
    font-family: 'ABC', sans-serif !important;
    display: flex;
    align-items: flex-end;
}



.what-we-want .list-of-elements li:last-child p{
    margin-bottom: 90vh;
}

.what-we-want .text{
    align-self: end;
    margin-top: 40px;
}

.what-we-want .list-of-elements {
  position: sticky;
  padding-left: 0px;
  top: 40px;
}

.what-we-want .list-of-elements li {
    position: static;
}

.what-we-want .list-of-elements.in-view li {
    position: sticky;
    top: calc(40px + var(--index) * 120px);
}

.what-we-want .list-of-elements li {
  z-index: calc(10 + var(--index));
  margin-top: 90vh;
}

.what-we-want .list-of-elements li {
    position: sticky;
    background-color: white;
}

.what-we-want .list-of-elements li p {
  font-size: 132.28px;
  line-height: 120px;
  font-weight: bold;
  font-family: 'ABC', sans-serif;
  color: black;
  padding-bottom: 0px;
}

@media(max-width: 1320px){
    .what-we-want .list-of-elements li p{
        font-size: 100px;
        line-height: 88px;
    }
}

/***************/

.key-insights{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 32px;
    padding: 0 2vw;
}

.titleInsights{
    width: fit-content;
}

.titleInsights svg{
    height: 100%;
}

.key-insights .content{
    background-color: #58C0FF;
    padding: 70px 50px 93px;
    display: grid;
    color: black;
    border-radius: 20px;
}

.key-insights .list-of-elements{
    list-style-type: decimal;
    padding-left: 50px;
    font-size: 40px;
    font-weight: normal;
    color: #000000;
    font-family: 'Archivo', sans-serif;
}

.key-insights .list-of-elements li p{
    font-size: 40px;
    line-height: 45px;
    font-weight: normal;
    color: black;
    font-family: 'Archivo', sans-serif;
}

.key-insights .text{
    align-self: end;
    margin-top: 40px;
}

.key-insights .text p{
    font-size: 27px;
    line-height: 27px;
    font-weight: medium;
    color: black;
    font-family: 'Archivo', sans-serif;
}

footer .subfooter{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4vw 2vw;
    background-color: #f0f0f0;
}


footer .subfooter .title h3{
    font-size: 50px;
    color: black;
}

footer .subfooter .content p{
    font-size: 18px;
    line-height: 21px;
    color: black;
    font-family: 'Archivo', sans-serif;
}

footer .footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 1vw 2vw;
    background-color: black;
    padding-bottom: 40px;
}

footer .footer .logo img{
    width: 193px;
    aspect-ratio: 193 / 64;
    -webkit-filter: invert();/* Safari 6.0 - 9.0 */
    filter: invert();
}

footer .footer .logo{
    display: grid;
}

footer .footer .logo .socials{
    display: flex;
    align-self: end;
    list-style-type: none;
    padding-left: 1vw;
    gap: 15px;
}

footer .footer .logo .socials img{
    aspect-ratio: 1 / 1;
    width: 25px;
    filter: none;
    
}

footer .footer .content{
    display: grid;
    justify-content: center;
    align-content: center;
}

footer .footer .content .button{
    height:fit-content;
    
}

footer .footer .content .button a{
    color: black;
    background-color: #58C0FF;
    padding: 10px 40px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 60px;
    text-decoration: none;
}

footer .footer .credits{
    justify-self: end;
    width: 75%;
    color: white;
    margin-top: 10px;
}

footer .footer .credits h4{
    color: #58C0FF;
}

footer .footer .credits p{
    font-size: 15px;
    line-height: 18px;
}

footer .footer .registerButton{
    color: white;

}

footer .footer .registerButton p{
    line-height: 1;
    text-align: center;
    margin: 20px auto;
}

footer .footer .registerButton .button{
    margin: auto auto 30px;
    width: 100%;
}

footer .footer .button a{
    width: 100%;
    display: block;
    text-align: center;
}

footer .footer .button{
    margin-bottom: 30px;
}

footer .footer .credits p strong, footer .footer .credits p a{
    color: #58C0FF;
}

@media(max-width: 1100px){

    p{
        line-height: 1.1;
    }


    .hero .titleGroup .title h1 {
        font-family: 'ABC', sans-serif !important;
        font-size: clamp(60px, 6vw, 100px);
        color: black;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
    }

    .hero .rounded{
        background-color: #58C0FF;
        border-radius: 100%;
        padding: 20px 30px;
        width: 220px;
        height:220px;
        align-self: end;
        margin-bottom: 150px;
        justify-self: center;
    }

    .hero .rounded h3{
        font-size: 70px;
        font-weight: 500; 
        text-align: center;
        margin-bottom: 10px;
        color: black;
    }
    
    .hero .rounded h4{
        font-size: 25px;
        font-weight: normal; 
        text-align: center;
        color: black;
    }

    .custom-arrow img {
        aspect-ratio: 63 / 54;
        width: 33px;
    }

    .slider{
        margin: 100px 30px;
        height: 60vh;
    }
    
    .slider li {
        margin: 15px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        height: 60vh;
        
    }

    .side-text-only{
        margin: 38px 30px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 45px 40px 60px;
        border-radius: 20px;
    }

    .side-text{
        margin: 38px 30px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 45px 40px 60px;
        border-radius: 20px;
    }


    .side-text .images {
        order: 1;
    }

    .side-text .text{
        order: 2;
        margin-top: 40px;
        width: 100%;
    }

    .side-text .content {
        margin-top: 122px;
        width: 100%;
    }

    .side-text .text .subtitle {
        margin-top: 100px;
    }

    .full-text .text p {
        font-size: 50px;
        line-height: 1;
    }

    .leaders .list-of-leaders{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        grid-gap: 5vw;
        padding: 123px 2vw; 
    }

    .leaders .list-of-leaders .description {
        width: 100%;
        margin: auto;
    }

    .key-insights, .what-we-want {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 4vw;
        padding: 4vw 4vw;
    }

    .titleInsights {
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 290px;
    }

    .what-we-want .titleInsights {
        width: 100%;
        position: relative;
        overflow: hidden;
        
    }

    .titleInsights svg, .what-we-want .titleInsights svg {
        transform: rotate(90deg) translateY(-35%) translateX(-91%);
        transform-origin: center;
        width: auto;
        height: 85vw;
       
    }

    .what-we-want .titleInsights svg{
        padding: 0;
    }

    .what-we-want .content {
        padding: 20px 0px;
        display: grid;
        border-radius: 20px;
    }

    .what-we-want .list-of-elements li p {
        font-size: 60px;
        line-height: 55px;
        font-weight: bold;
        margin: 0 !important;
    }

    .what-we-want .list-of-elements li{
        font-size: 60px;
        line-height: 55px;
        font-weight: bold;
        margin: 0 !important;
    }

    .key-insights .content {
        background-color: #58C0FF;
        padding: 135px 50px;
        display: grid;
        border-radius: 20px;

    }

    .key-insights .text {
        align-self: end;
        margin-top: 50px;
    }

    .key-insights .list-of-elements li p {
        font-size: 35px;
        line-height: 40px;
        font-weight: normal;
        
    }

    .key-insights .list-of-elements li{
        font-size: 35px;
        line-height: 40px;
        font-weight: bold;
    }

    .recommendations .title {
        font-family: 'ABC', sans-serif !important;
        padding: 6vw 4vw 6vw;
        background-color: #58C0FF;
        font-size: 8.6vw;
        color: black;
    }

    footer .subfooter {
        display: grid;
        grid-template-columns: 1fr;
        padding: 4vw 2vw;
        background-color: #f0f0f0;
    }

    footer .subfooter .content{
        margin-top: 30px;
    }

    footer .footer {
        display: grid;
        grid-template-columns: 1fr;
        padding: 1vw 2vw;
        background-color: black;
        padding-bottom: 40px;
        text-align: center;
        justify-content: center;
        width: 100%;
        grid-gap: 30px;
    }

    footer .footer .credits {
        justify-self: end;
        width: 100%;
        color: white;
        margin-top: 10px;
        margin: auto;
    }

    footer .footer .logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .side-text .text .profile .profile-title {
        transform: unset;
        text-align: center;
        white-space: nowrap;
        position: static;
        font-size: 28px;
        color: black;
        margin: 0px auto 40px;
    }

}

@media(max-width: 767px){
    .report{
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .recommendations .list-of-recommendations p{
        margin-bottom: 59px;
        font-size: 21px;
        line-height: 1.1;
        color: black;
        font-family: 'Archivo', sans-serif;
    }

    .side-text-only{
        margin: 38px 10px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 35px 15px 50px;
        border-radius: 20px;
    }

    .side-text .text .title h3 {
        padding-left: 30px;
        text-indent: -30px;
    }

    .side-text .images .imageEl p {
        font-size: 12px;
        color: #7c7c7c;
        line-height: 1.1;
    }

    .hero .titleGroup .title h1 {
        font-family: 'ABC', sans-serif !important;
        font-size: clamp(55px, 5vw, 100px);
        color: black;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .hero .logo {
        width: 150px;
        aspect-ratio: 193 / 64;
        position: relative;
        margin-left: 0px;
        margin-top: 20px;
    }

    .hero .titleGroup .subtitle {
        align-self: end;
        margin-bottom: 40px;
        margin-left: 10px;
        width: 197px;
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
        color: black;
    }

    .hero .listbuttons .registerButton p {
        padding: 0;
        line-height: 1;
        font-size: 17px;
    }

    .hero .listbuttons .button {
        width: fit-content;
        padding: 5px 25px;
        margin: auto;
        background-color: #D6FF69;
        border-radius: 60px;
        font-size: 17px;
    }

    .hero .rounded {
        background-color: #58C0FF;
        border-radius: 100%;
        padding: 10px 10px;
        width: 110px;
        height: 110px;
        align-self: end;
        margin-bottom: 30px;
        justify-self: center;
        margin-right: 10px;
        margin-top: 10px;
    }

    .hero .rounded h3{
        font-size: 40px;
        font-weight: 500; 
        text-align: center;
        margin-bottom: 0px;
        color: black;
        padding-bottom: 0px;
    }
    
    .hero .rounded h4{
        font-size: 14px;
        font-weight: normal; 
        text-align: center;
        color: black;
    }

    .slider {
        margin: 55px 10px;
        height: 80vh;
    }

    .slider li {
        margin: 15px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        height: 80vh;
        width: 70%;
    }

    .slider .text h3 {
        align-self: center;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }

    .slider .text div {
        padding: 0px 2vw;
        align-self: center;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }

    .custom-prev-arrow {
        left: -10px;
        z-index: 1;
    }

    .custom-next-arrow {
        right: -40px;
        z-index: 1;
    }

    .full-text h3 {
        font-size: 30px;
        font-family: 'ABC', sans-serif !important;
        line-height: 40px;
    }

    .full-text {
        padding: 60px 20px;
        margin: 70px 0;
    }

    .side-text {
        margin: 50px 10px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 35px 15px 50px;
        border-radius: 20px;
    }

    .side-text .images .buttonsEl .button.white a, .side-text .images .buttonsEl .button.white p {
        color: black;
        text-decoration: none;
        text-align: center;
    }


    .side-text .images .buttonsEl {
        position: absolute;
        bottom: 15px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }

    .side-text .images .buttonsEl .button {
        padding: 7px 5px;
        border-radius: 60px;
    }

    .side-text .images .buttonsEl .button p {
        font-size: 14px;
    }

    .full-text .text p {
        font-size: 30px;
        line-height: 1;
    }

    .key-insights .content {
        background-color: #58C0FF;
        padding: 55px 15px;
        display: grid;
        border-radius: 20px;
    }

    .key-insights .list-of-elements li p {
        font-size: 25px;
        line-height: 30px;
        font-weight: normal;
    }

    .key-insights .list-of-elements li {
        font-size: 25px;
        line-height: 30px;
        
    }

    .key-insights .list-of-elements {
        list-style-type: decimal;
        padding-left: 25px;
        font-size: 45px;
        font-weight: bold;
    }

    .key-insights .text p {
        font-size: 18px;
        line-height: 20px;
    }

    .titleInsights {
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 190px;
    }

    .key-insights {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 0;
        padding: 4vw 4vw;
    }

    .side-text h3 {
        font-size: 27px;
        line-height: 1;
        font-weight: 500;
    }

    .side-text .text .subtitle p {
        font-size: 20px;
        line-height: 25px;
    }

    .side-text .text .caption p{
        font-size: 18px;
        line-height: 21px;
    }

    .side-text .text .profile {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 100%;
    }

    .side-text .text .profile .content-profile {
        margin-top: 5vw;
    }

    .side-text .text .profile .content-profile h3{     
        font-size: 27px;
        font-weight: medium;
    }

    .side-text .text .profile .content-profile h3{
        margin-bottom: 18px;
        font-size: 56px;
        font-weight: bold;
        font-family: 'ABC', sans-serif !important;
    }

    .side-text .text .profile .content-profile p{
        margin-bottom: 20px;
    }

    .recommendations .list-of-recommendations .description {
        width: 90%;
        margin: 0 auto;
        color: black;
        font-family: 'Archivo', sans-serif;
    }

    .full-text.rounded {
        margin: 38px 10px;
        border-radius: 20px;
        min-height: calc(100vh - 12vw);
        display: grid;
        grid-template-rows: 2fr 1fr;
        align-content: center;
    }

    .recommendations .list-of-recommendations li {
        z-index: 10;
        position: relative;
        height: auto;
        flex-direction: column;
        display: block;
        grid-template-rows: auto 1fr;
        border-right: 0px solid #000;
        align-content: start;
        color: black;
        font-family: 'Archivo', sans-serif;
        padding: 0 15px;
    }

    .recommendations .slider-container {
        padding: 55px 2vw;
    }

    .leaders .list-of-leaders {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        grid-gap: 5vw;
        padding: 55px 2vw;
    }

    footer .footer .credits p {
        font-size: 16px;
        line-height: 19px;
    }

    footer .footer .logo img {
        width: 150px;
        aspect-ratio: 193 / 64;
        -webkit-filter: invert();
        filter: invert();
    }

    footer .subfooter .title h3 {
        font-size: 30px;
        color: black;
    }

    footer .subfooter {
        display: grid;
        grid-template-columns: 1fr;
        padding: 7vw 2vw;
        background-color: #f0f0f0;
    }

    .full-image{
        margin: 38px 10px;
        overflow: hidden;
    }
    
    .full-image img {
        max-width: 100%;
        height: auto;
        border-radius: 20px;
    }

    .hero .listbuttons .registerButton {
        text-align: center;
        color: black;
        align-self: end;
        margin-bottom: 40px;
        margin-right: 10px;
    }

    .hero .rounded {
        background-color: #58C0FF;
        border-radius: 100%;
        padding: 10px 10px;
        width: 110px;
        height: 110px;
        align-self: end;
        margin-bottom: 30px;
        justify-self: center;
        margin-right: 10px;
        margin-top: 10px;
        display: none;
    }


    .slider li {
        margin: 7px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        height: 80vh;
        width: 90%;
    }

    .full-image .mobile{
        display: block;
    }

    .full-image .desktop{
        display: none;
    }

    .full-image .caption{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .full-image .image{
        display: none;
    }
    .full-image .caption p{
        margin-top: 10px;
    }
}


