/*Estilos generales*/

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html, body {
    margin:0;
    padding:0;
    /*font-family: 'FFF Acid Grotesk', sans-serif;*/
    font-family: 'Inter', sans-serif;
    color:#181713;
    overflow-x:hidden;
}

a {
    color:#181713;
}

.articleTitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top:0;
    margin-bottom:100px;
}

/*Estilos para el switch de idiomas*/

.languageSwitch {
    position: fixed;
    top: 46px;
    right: 20px;
    border: 1px solid #E7E3DE;
    background-color: #181713;
    border-radius: 10px;
    padding: 5px;
    color: white;
    z-index: 1002;
    display: flex;
    justify-content: center;
    align-items: center;
}

.languageSwitch a {
    color:white;
    padding-left:5px;
    text-decoration:none;
    padding-right:5px;
    font-size:12px;
}

.languageSwitch span {
    background-color: white;
    border-radius:5px;
    padding:5px;
    text-decoration:none;
    color:#181713;
    font-size:12px;
}

/*Estilos para la cabecera*/

.mainNavContainer {
    position:fixed;
    top:34px;
    left:0;
    right:0;
    width:100%;
    display: flex;
    z-index:1000;
}

.mainNav {
    width:100%;
    max-width:943px;
    margin:0 auto;
    padding:12px 20.5px;
    display: flex;
    background-color: rgba(242, 239, 234, 0.4);
    border-radius: 200px;
    justify-content: space-between;
    align-items: center;
    position:relative;
    backdrop-filter: blur(10px)
}

.mainNav .logo {
    width:auto;
    height:auto;
    max-width:170px;
    position:relative;
    z-index:1;
}

.mainNav ul {
    display:flex;
    margin:0;
    list-style: none;
    column-gap: 28px;
    position:relative;
    z-index:1;
    padding-left:0;
}

.mainNav ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: none;
}

.mainNav .contactButton,
.glide__slide .contactButton,
.joinTheTeam .contactButton {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #181713;
    color:#E7E3DE;
    border: 0px solid transparent;
    padding:10px 37.5px;
    border-radius: 200px;
    position:relative;
    z-index:1;
    cursor:pointer;
}

/* Estilos para la ventana modal de datos de contacto*/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 239, 234, 0.4);
    backdrop-filter: blur(10px);
    display: none; /* Inicialmente no visible */
    z-index: 1003;
}

.contactModal {
    position: fixed;
    top: 110px;
    right: calc(50vw - 922px/2);
    left:auto;
    background-color:#181713;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 35px;
    max-width: 400px;
    width: 100%;
    display: none;
    z-index: 1004;
}

.contactModal .modal-content {
    position: relative;
}

.contactModal .modal-content .close-button {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 30px;
    cursor: pointer;
}

.contactModal .modal-content h3,
.contactModal .modal-content ul li a,
.contactModal .modal-content .close-button {
    color:#E7E3DE;
}

.contactModal .modal-content h3 {
    font-weight:100;
    margin:0 0 20px;
    font-size:24px;
}

.contactModal .modal-content ul {
    display: flex;
    flex-direction: column;
    row-gap:20px;
    list-style: none;
    padding-left:0;
    margin:0;
}

.contactModal .modal-content ul li {
    background-color: rgba(255,255,255, .025);
    border-radius:50px;
    padding:10px 15px;
    font-weight:100;
    font-size:20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contactModal .modal-content ul li img {
    width:auto;
    height:30px;
    margin-right:10px;
}

/*Estilos para el contenedor principal*/

.mainContainer {
    width:100%;
    padding-top:122px;
    background-color:#E7E3DE;
}

/*Estilos para el título principal*/

.mainTitle {
    font-size: 120px;
    font-weight: 400;
    line-height: 120px;
    text-align: center;
    margin: 90px auto 0 auto;
    width: 90%;
}

/*Estilos para el subtítulo principal*/

.mainSubTitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: center;
    margin: 30px auto 0 auto;
    width: 80%;
}


/*Estilos para el carrusel de imágenes de la sección principal*/

.mainCarousel {
    padding-top:75px;
}

.glide__slides {
    justify-content: center;
    align-items: flex-end;
}

.glide__slide {
   border-radius:12px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   justify-content:center;
   align-items: flex-end;

}

.glide__slide img {
    width:100%;
    height:100%;
    object-fit: cover;
}

.mainCarousel .slide1,
.mainCarousel .slide3,
.mainCarousel .slide7,
.mainCarousel .slide9 {
    max-height:466px;
}
.mainCarousel .slide2,
.mainCarousel .slide8,
.mainCarousel .slide10 {
    max-height:368px;
}
.mainCarousel .slide4 {
    max-height:414px;
}
.mainCarousel .slide5 {
    max-height:513px;
}
.mainCarousel .slide6 {
    max-height:289px;
}

/*Estilos para el texto introductorio bajo el carousel de imágenes*/

.introText {
    font-size: 56px;
    font-weight: 300;
    line-height: 61.6px;
    letter-spacing: -0.04em;
    text-align: center;
    padding:290px 0;
}

.introText p {
    margin:0;
    width:90%;
    margin:0 auto;
}

.hoverCraftelier,
.hoverHartem {
    position:relative;
}

.hoverCraftelier .hoverImage,
.hoverHartem .hoverImage {
    position:absolute;
    width:284px;
    height:141px;
    opacity:0;
    transition:all ease-in-out 0.25s;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.hoverCraftelier .hoverImage {
    background-image: url(../img/hover-craftelier.png);
    left:-85%;
    top:50%;
}

.hoverHartem .hoverImage {
    background-image: url(../img/hover-hartem.png);
    left: 35%;
    top: -150%;
}

.hoverCraftelier:hover .hoverImage,
.hoverHartem:hover .hoverImage {
    opacity:1;
    transition:all ease-in-out 0.25s;
}

/*Estilos para la sección "Quienes somos"*/

.aboutUsContainer {
    width:90%;
    max-width: 1440px;
    margin:0 auto;
    background-color:#181713;
    padding:70px;
    border-radius:12px;
}

.articleTitle.aboutUsTitle {
    color:#E7E3DE;
}

.aboutUsInfoContainer {
    display: flex;
    align-items: stretch;
    gap:73px;
}

.aboutUsInfo .aboutUsInfoContainer .aboutUsimageContainer,
.aboutUsInfo .aboutUsInfoContainer .aboutUsDescriptionContainer {
    flex:1;
} 

.aboutUsInfo .aboutUsInfoContainer .aboutUsimageContainer {
    overflow: hidden;
    border-radius:12px;
}

.aboutUsInfo .aboutUsInfoContainer .aboutUsimageContainer img {
    width:100%;
    height: 100%;
    object-fit: cover;
}

.aboutUsInfo .aboutUsInfoContainer .aboutUsDescriptionContainer h3 {
    font-size: 64px;
    font-weight: 400;
    line-height: 70.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#E7E3DE;
    margin:0 0 36px 0;
}

.aboutUsInfo .aboutUsInfoContainer .aboutUsDescriptionContainer p {
    font-size: 20px;
    font-weight: 100;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#E7E3DE;
}

/*Estilos para el carousel de fechas relevantes*/
/*NOTA: aquí se contienen algunos estilos compartidos con el carousel de noticias en prensa*/

.aboutUs > .yearsCarousel,
.pressNotices > .pressCarousel {
    padding:191px 0;
}

.yearsCarousel .carouselSeparator {
    width:100%;
    max-width: 1440px;
    margin:0 auto 50px;
    height:2px;
    background: rgb(231,227,222);
    background: linear-gradient(90deg, rgba(231,227,222,1) 0%, rgba(24,23,19,1) 50%, rgba(231,227,222,1) 100%); 
}

.yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide,
.pressCarousel .carouselPress .carouselContainer .pressCarousel .glide__track .glide__slides .glide__slide {
    min-height:275px;
    justify-content: flex-start;
}

.yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide.glide__slide--active h4,
.yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide h4{
    transition: all ease-in-out 0.25s;
}
.yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide.glide__slide--active p,
.yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide p{
    transition: all ease-in-out 0.4s;
}

.yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide.glide__slide--active h4{
    font-size: 120px;
    font-weight: 400;
    line-height: 120px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}

.yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide h4 {
    font-size: 84px;
    font-weight: 400;
    line-height: 89.1px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: 0.32;
    margin:0;
    width:100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide.glide__slide--active p {
    opacity:1;
    width: 100%;
}
.yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: 0;

}

/*Estilos para las flechas de navegación del carousel*/

.glide__arrows {
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:50px;
}

.glide__arrows .glide__arrow {
    position:relative;
    width:66px;
    height:66px;
    display: block;
    color: #fff;
    background-color: transparent;
    border: 1px solid #181713;
    border-radius: 100%;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
    transition: none;
    transform: none;
    overflow: hidden;
    text-indent:-9999px;
    background-image: url(../img/arrow-direction.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 37px auto;
    margin: 0 10px;
}

.glide__arrows .glide__arrow.glide__arrow--next {
    transform: rotate(180deg);
}

.glide__arrows .glide__arrow:hover {
    border: 1px solid #181713;
}

/*Estilos para la sección "nuestras marcas"*/

.ourBrandsContainer {
    width:100%;
    max-width:1440px;
    margin:0 auto;
}

.ourBrandsBlocksContainer {
    display:flex;
    gap:30px;
}

.ourBrandsBlock {
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    border-radius:12px;
    aspect-ratio:1/1;
    background-position: center center;
    background-size: cover;
    position:relative;
}

.ourBrandsBlock.craftelierBlock {
    background-color: #7D82CE;
    background-image:url(../img/creatorsLogoBackgroundCraftelier.png);
    transition: all ease-in-out .25s;
}

.ourBrandsBlock.hartemBlock {
    background-color: #FF6A45;
    background-image:url(../img/creatorsLogoBackgroundHartem.png);
    transition: all ease-in-out .25s;
}

.ourBrandsBlock.craftelierBlock:hover {
    background-color: /*#F3EEEA*/#DFDBD2;
    background-image:url(../img/stickerRibbon.svg), url(../img/stickerFlor.svg), url(../img/stickerTrapecio.svg), url(../img/stickerEstrella.webp);
    background-position:-50% -50%, 150% -50%, 120% 130%, -50% 150%;
    background-size:50% auto, 50% auto, 50% auto, 50% auto;
    background-repeat:no-repeat, no-repeat, no-repeat, no-repeat;
    transition: all ease-in-out .25s;
}

.ourBrandsBlock.hartemBlock:hover {
    background-color: #2B2928;
    background-image:url(../img/trazoBackgroundHoverHartem.webp);
    transition: all ease-in-out .25s;
}

.ourBrandsBlock .infoBlock {
    width:100%;
    max-width:445px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}

.ourBrandsBlock .infoBlock img {
    width:80%;
    max-width:420px;
}

.ourBrandsBlock .infoBlock .ourBrandsDescription {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#E7E3DE;
    transition: all ease-in-out .25s;
}

.ourBrandsBlock .blockInfoButton {
    width: auto;
    height: auto;
    padding: 10px 20px;
    gap: 10px;
    border-radius: 45px;
    border: 1px solid #E7E3DE;
    display: flex;
    color:#E7E3DE;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    cursor: pointer;
    transition: all ease-in-out .25s;
    position:absolute;
    bottom:50px;
}

.logoBlockCraftelierHover {
    display: none;
}

.ourBrandsBlock.craftelierBlock:hover .logoBlockCraftelier {
    display: none;
}

.ourBrandsBlock.craftelierBlock:hover .logoBlockCraftelierHover {
    display: block;
}

.ourBrandsBlock .blockInfoButton:hover {
    background-color:#E7E3DE;
    border: 1px solid #E7E3DE;
    color: #181713;
    transition: all ease-in-out .25s;
}

.ourBrandsBlock.craftelierBlock:hover .infoBlock .ourBrandsDescription {
    color: #181713;
    transition: all ease-in-out .25s;
}

.ourBrandsBlock.craftelierBlock:hover .blockInfoButton {
    background-color:transparent;
    border: 1px solid #181713;
    color: #181713;
    transition: all ease-in-out .25s;
}
.ourBrandsBlock.craftelierBlock:hover .blockInfoButton:hover {
    background-color:#F3EEEA;
    border:1px solid #F3EEEA;
    transition: all ease-in-out .25s;
}

/*Estilos para el carrusel de noticias en prensa*/
/*NOTA: algunos estilos son compartidos con el carousel timeline y están ubicados junto a los de este*/

.pressCarousel .carouselPress .carouselContainer .pressCarousel .glide__track .glide__slides .glide__slide {
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    opacity:0.5;
    transition: all ease-in-out .25s;
}

.pressCarousel .carouselPress .carouselContainer .pressCarousel .glide__track .glide__slides .glide__slide.glide__slide--active {
    opacity:1;
    transition: all ease-in-out .25s;
}

.pressCarousel .carouselPress .carouselContainer .pressCarousel .glide__track .glide__slides .glide__slide img{
    width: auto;
    height: 50px;
    margin: 0 auto;
    filter: grayscale(1);
}

.pressCarousel .carouselPress .carouselContainer .pressCarousel .glide__track .glide__slides .glide__slide h4{
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.pressCarousel .carouselPress .carouselContainer .pressCarousel .glide__track .glide__slides .glide__slide .contactButton {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
}

/*Estilos para sección "Join the Team"*/
.joinTheTeamContainer{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background-image:url(../img/imgFondoJoinTheTeam.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    padding:5% 15%;
    border-radius:12px;
}

.joinTheTeamContainer .joinTheTeamInnerContainer {
    background-color:rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    padding:145px 195px;
    border-radius:12px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.joinTheTeamContainer .joinTheTeamInnerContainer h3 {
    font-size: 64px;
    font-weight: 400;
    line-height: 70.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin:0;
}

.joinTheTeamContainer .joinTheTeamInnerContainer p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.joinTheTeamContainer .joinTheTeamInnerContainer  .contactButton{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    opacity: 1;
    transition:all ease-in-out 0.25s;
}
.joinTheTeamContainer .joinTheTeamInnerContainer  .contactButton:hover {
    opacity:0.9;
    transition:all ease-in-out 0.25s;
}

/*ESTILOS PARA EL FOOTER*/

/*Estilos generales*/
footer {
    background-color: #E7E3DE;
    
    padding-top:161px;
}

.footerContainer {
    width:100%;
    max-width:1440px;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*Estilos para el menú de navegación del footer*/

footer .footerContainer .footerNavigation {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap:75px;
    margin-bottom:180px;
    flex-wrap: wrap;
}

footer .footerContainer .footerNavigation .navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .footerContainer .footerNavigation .navigation dt {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom:20px;
}

footer .footerContainer .footerNavigation .navigation dd {
    font-size: 18px;
    font-weight: 300;
    line-height: 19.8px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left:0;
    margin-bottom:20px;
    opacity: 0.5;
}

/*Estilos para el logo del footer*/

footer .footerContainer .footerLogo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:75px;
}

footer .footerContainer .footerLogo img {
    width: 100%;
    height: auto;
}

/*Estilos para los shortsdown*/

footer .footerContainer .shortsdown {
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
}

footer .footerContainer .shortsdown ul {
    display:flex;
    padding-left:0;
    list-style: none;
    margin:0;
}

footer .footerContainer .shortsdown ul li {
    padding-right:4px;
    margin-right:4px;
    border-right:2px solid #181713; 
}

footer .footerContainer .shortsdown ul li:last-child {
    padding-right:0;
    margin-right:0;
    border-right:0px solid transparent;
}

footer .footerContainer .shortsdown ul li a {
    text-decoration:none;
}

.copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/*Estilos para las página de políticas*/

.texto h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 70.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top:0;
}

.texto {
    width: 100%;
    max-width:1440px;
    margin:0 auto;
    padding:0 50px;
}

.texto p:last-child {
    margin-bottom:0;
}

/*Estilos para la página 404*/

.mainContainer404 {
    width: 100%;
    background-color: #E7E3DE;
    padding: 15px;
    height: 100vh;
}

.mainContainer404 .mainSection {
    height: calc(100vh - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7D82CE;
    background-image: url(../img/404background.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 80%;
    border-radius: 8px;
}

.error404 {
    max-width:40%;
    margin:0 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 48px;
}

.error404 h1{
    font-size: 120px;
    font-weight: 400;
    line-height: 120px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin:0;

}

.error404 p{ 
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin:0;

}

.error404 .backToHome404 {
    background-color:#181713;
    padding:10px 30px;
    border-radius:200px;
    color:#7D82CE;
    text-decoration: none;
}

/*|||||||||||RESPONSIVE||||||||||||||||||*/

@media (max-width:1460px) {
    .ourBrandsContainer,
    .joinTheTeamContainer,
    footer .footerContainer{
        width:90%;
    }

    footer .footerContainer {
        margin:0 auto;
    }
}

@media (max-width:1200px) {
    
    .hoverHartem .hoverImage {
        background-image: url(../img/hover-hartem.png);
        left: auto;
        right:0;
        top: -150%;
    }
    .ourBrandsBlock .infoBlock {
        width:80%;
    }

    .joinTheTeamContainer .joinTheTeamInnerContainer {
        padding:75px 95px;
    }

    .mainNav {
        margin: 0 auto 0 20px;
    }
}

@media (max-width:1060px) {
    .mainNav {
        margin: 0 107px 0 20px;
    }
}

@media (max-width:1024px) {
    .mainNav {
        width:90%;
        max-width:98%;
    }

    .contactModal {
        right:5%;
    }

    .aboutUsContainer {
        width:90%;
        padding:70px 35px;
    }
    .aboutUsInfoContainer {
        gap: 36px;
    }
    .aboutUsInfo .aboutUsInfoContainer .aboutUsDescriptionContainer h3 {
        font-size: 48px;
        line-height: 45.4px;
        margin:0 0 18px 0;
    }
    .articleTitle {
        margin-bottom:50px;
    }
}

@media (max-width:1024px) and (min-width:601px){
    .aboutUsInfo .aboutUsInfoContainer .aboutUsDescriptionContainer p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width:992px) {
    .yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide h4 {
        font-size:60px;
        line-height: 68px;
    }

    .yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide.glide__slide--active h4 {
        font-size: 90px;
        line-height: 100px;
    }

    .yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width:900px){
    .mainNav ul li a {
        font-size: 14px;
    }
}

@media (max-width:850px) {
    .mainNav ul {
        column-gap:14px;
    }

    .articleTitle {
        margin-bottom:25px;
    }

    .aboutUsContainer {
        padding:35px;
    }

    .joinTheTeamContainer {
        padding:5%;
    }
}

@media (max-width:800px) {
    .mainNav ul {
        display:none;
    }
}

@media (max-width:767px) {
    .mainNav .logo {
        max-width:130px;
    }
    .mainNav .contactButton {
        padding:10px 15px;
    }

    .joinTheTeamContainer .joinTheTeamInnerContainer {
        padding: 45px 25px;
    }

    .yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide,
    .pressCarousel .carouselPress .carouselContainer .pressCarousel .glide__track .glide__slides .glide__slide {
        min-height:0;
    }

    .yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide.glide__slide--active h4 {
        width:75%;
        margin:0 auto;
    }

    .yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide h4{
        font-size: 90px;
        line-height: 100px;
    }
    .yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide.glide__slide--active p {
        width:50%;
        margin-left:auto;
        margin-right:auto;
    }

    .yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide p {
        width:50%;
        margin-left:auto;
        margin-right:auto;
        opacity:0.32;
    }

    .yearsCarousel .aboutUsCarouselYears .carouselContainer .yearsCarousel .glide__track .glide__slides .glide__slide.glide__slide--active,
    .pressCarousel .carouselPress .carouselContainer .pressCarousel .glide__track .glide__slides .glide__slide.glide__slide--active {
        margin-left: -30px !important;
        margin-right: 0 !important;
      }

    .pressCarousel .carouselPress .carouselContainer .pressCarousel .glide__track .glide__slides .glide__slide h4 {
        max-width: 60%;
    }
    .error404 {
        max-width: 70%;
        margin: 0 15%;
    }
}

@media (max-width:767px) and (min-width:601px){
    
    .ourBrandsBlock .blockInfoButton {
        position: static;
        width: 80%;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        justify-content: center;
    }
    .ourBrandsBlock .infoBlock .ourBrandsDescription {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width:720px) {

    .mainNav ul{
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        bottom: auto;
        justify-content: stretch;
    }
    
    .mainNav ul li {
        padding:10px 15px;
        background-color:#E7E3DE;
        border-radius:50px;
        width:100%;
        background-color: rgba(242, 239, 234, 0.4);
        backdrop-filter: blur(10px);
    }

    .mainNav ul li a {
        width:100%;
        display: block;
        text-align: center;
    }

    .aboutUsInfoContainer {
        flex-direction:column-reverse;
    }
}

@media (max-width:600px) {

    .ourBrandsBlocksContainer {
        flex-direction: column;
    }
}

@media (max-width:550px) {
    
    .mainNav ul li a {
        font-size: 14px;
    }
    
    .mainTitle {
        font-size: 56px;
        line-height: 56px;
    }

    .mainSubTitle {
        font-size:24px;
        line-height:28.8px;
    }

    .mainCarousel {
        padding-top:25px;
    }

    .introText {
        font-size: 32px;
        line-height: 35.2px;
        padding:100px 0;
    }

    .articleTitle.aboutUsTitle,
    .aboutUsInfo .aboutUsInfoContainer .aboutUsDescriptionContainer h3,
    .aboutUsInfo .aboutUsInfoContainer .aboutUsDescriptionContainer p {
        text-align: center;
    }

    footer .footerContainer .shortsdown {
        flex-direction:column;
        align-items:flex-start;
        row-gap: 55px;
    }

    .aboutUs > .yearsCarousel {
        padding:90px 0;
    }

    .articleTitle {
        text-align: center;
    }
}

@media (max-width:480px) {
    
    .languageSwitch {
        top:auto;
        bottom:20px;
    }
    
    .mainNav {
        margin:0 auto;
    }
    
    .mainNav ul{
        display:none;
    }

    .contactModal {
        width:90%;
        max-width:90%;
        right:5%;
        left:5%;
    }

    .mainTitle {
        margin: 25px auto 0 auto;
      }

    .mainCarousel .glide__track ul {
        display: flex;
        height:570px;
        align-items: stretch;
    }
    
    .mainCarousel  .slide1,
    .mainCarousel  .slide2,
    .mainCarousel  .slide3,
    .mainCarousel  .slide4,
    .mainCarousel  .slide5,
    .mainCarousel  .slide6,
    .mainCarousel  .slide7,
    .mainCarousel  .slide8,
    .mainCarousel  .slide9,
    .mainCarousel  .slide10{
        max-height:100%;
    }

    .joinTheTeamContainer .joinTheTeamInnerContainer h3 {
        font-size: 56px;
        line-height: 61.6px;
    }

    .joinTheTeamContainer .joinTheTeamInnerContainer p {
        font-size: 16px;
        line-height: 20.8px;
    }

    .joinTheTeamContainer .joinTheTeamInnerContainer .contactButton {
        font-size: 14px;
        line-height: 18.2px;
    }

    .pressNotices > .pressCarousel {
        padding: 90px 0;
    }

    footer .footerContainer .shortsdown {
        align-items: center;
    }

    footer .footerContainer .shortsdown ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap:15px;
    }

    footer .footerContainer .shortsdown ul li {
        border-right:0px solid transparent;
    }

    footer .footerContainer .shortsdown ul li {
        margin-right:0;
        padding-right:0;
    }
    .error404 {
        max-width: 80%;
        margin: 0 10%;
    }
}

@media (max-width:375px) {
    footer .footerContainer .footerNavigation {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .footerContainer .footerNavigation .navigation dt,
    footer .footerContainer .footerNavigation .navigation dd {
        width:100%;
        text-align: center;
    }

    footer .footerContainer .footerNavigation {
        margin-bottom:0;
    }

    footer .footerContainer .footerLogo {
        margin-bottom: 41px;
        margin-top: 35px;
    }
}

