/* Template Landing Page Styles */

/* Hide default theme elements for landing page */
html, body{
    overflow-x: hidden;
}
#header, 
#sidebar,
#footer {
    display: none;
}
button{
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    color: #8180ca;
    background: white;
    font-size: 1.2rem;
    border: none;
    border-radius: 100px;
    padding: 8px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}
button:hover{
    scale: 1.05;
}
button a{
    text-decoration: none;
    color: #8180ca;
}
.maurice-navbar-cta a{
    position: relative;
    top: 0.1rem;
}
/* Landing page container */
.maurice-book-landing {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

/* Hero section */
.maurice-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 4rem;
}

/* Hero background image */
.maurice-hero > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 1;
}

/* Navbar */
.maurice-navbar {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    width: 90%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

/* Navbar logo */
.maurice-navbar-logo img {
    max-height: unset;
    width: 170px;
}

.maurice-hero-content-inner img{
    width: 50vw;
    position: relative;
    left: -6vw;
    pointer-events: none;
}
.maurice-hero-content-inner-stars{
    display: flex;
    flex-direction: column;
    z-index: 6;
}
.maurice-hero-content-inner-stars img{
    pointer-events: none;
}
.maurice-hero-content-inner-stars._left{
    left: 19vw;
    position: relative;
}
.maurice-hero-content-inner-stars._left img:nth-child(1){
    top: -4vw;
    width: 40px;
}
.maurice-hero-content-inner-stars._left img:nth-child(2){
    left: -13vw;
    width: 100px;
    position: relative;
}
.maurice-hero-content-inner-stars._left img:nth-child(3){
    top: 4vw;
    width: 40px;
    position: relative;
}
.maurice-hero-content-inner-stars._right{
    left: 2vw;
    position: relative;
}
.maurice-hero-content-inner-stars._right img:nth-child(1){
    top: -2vw;
    width: 40px;
    position: relative;
}
.maurice-hero-content-inner-stars._right img:nth-child(2){
    right: 2vw;
    width: 100px;
    position: relative;
    left: unset;
}
.maurice-hero-content-inner-stars._right img:nth-child(3){
    top: 2vw;
    width: 40px;
    position: relative;
}
.maurice-hero-content-inner-stars img{
    width: 50px;
    animation: magicalFloat 3s ease-in-out infinite;
    transform-origin: center center;
}

/* Animaciones mágicas para las estrellas */
@keyframes magicalFloat {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-8px) rotate(2deg);
    }
    50% {
        transform: translateY(-12px) rotate(0deg);
    }
    75% {
        transform: translateY(-8px) rotate(-2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/* Efectos específicos para cada estrella con delays diferentes */
.maurice-hero-content-inner-stars img:nth-child(1) {
    animation-delay: 0s;
    animation-duration: 3.2s;
}

.maurice-hero-content-inner-stars img:nth-child(2) {
    animation-delay: 0.8s;
    animation-duration: 2.8s;
}

.maurice-hero-content-inner-stars img:nth-child(3) {
    animation-delay: 1.6s;
    animation-duration: 3.5s;
}

/* Efecto de brillo sutil al hover */
.maurice-hero-content-inner-stars img:hover {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
    animation-duration: 2s;
}
.maurice-hero-content-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hero content */
.maurice-hero-content {
    position: relative;
    z-index: 5;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}
.maurice-history{
    position: relative;
    padding: 15rem 2rem 12rem 2rem;
    margin-top: -8vw;
    position: relative;
}
.maurice-history img.cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}
.maurice-history-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.maurice-history-content img{
    width: 120px;
    z-index: 1;
    mix-blend-mode: multiply;
    animation: coinFlip 15s ease-out infinite;
    transform-style: preserve-3d;
}

/* Animación de rotación tipo monedita - 3 giros rápidos cada 15 segundos */
@keyframes coinFlip {
    0% {
        transform: rotateY(0deg) translateY(0px) scale(1);
    }
    2% {
        transform: rotateY(0deg) translateY(-8px) scale(1.05);
    }
    4% {
        transform: rotateY(360deg) translateY(-12px) scale(0.95);
    }
    6% {
        transform: rotateY(720deg) translateY(-8px) scale(1.02);
    }
    8% {
        transform: rotateY(1080deg) translateY(-4px) scale(0.98);
    }
    10% {
        transform: rotateY(1080deg) translateY(0px) scale(1);
    }
    100% {
        transform: rotateY(1080deg) translateY(0px) scale(1);
    }
}
.maurice-history-content h1{
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
    color: #5cbaea;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 2rem;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.maurice-history-content p{
    margin-bottom: 2rem;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1.5rem;
    color: #8180ca;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
}
.maurice-history-content button{
    background-image: url('../images/backgrounds/buttonbg-1.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding: 8px 45px;

}
.maurice-history-content button a{
    color: white; 
    position: relative;
    top: 0.1rem;

}
.maurice-magic-image{
    position: relative;
}
.maurice-magic-image img.cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}
.maurice-magic-image-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.maurice-magic-image-content img.people{
    width: 45vw;
    position: relative;
    pointer-events: none;
    left: 5vw;
}
.maurice-magic-image-content .maurice-hero-content-inner-stars._left {
    left: 9vw;
}
.maurice-magic-image-content .maurice-hero-content-inner-stars._left img:nth-child(2) {
    left: -7vw;
}
.maurice-magic-image-content .maurice-hero-content-inner-stars._right {
    left: -5vw;
}
.maurice-magic-image-content .maurice-hero-content-inner-stars._right img:nth-child(1){
    left: -4vw;
}
.maurice-magic-image-content .maurice-hero-content-inner-stars._right img:nth-child(3){
    top: -12vw;
    left: 2vw;
}
.maurice-magic-image-content .maurice-hero-content-inner-stars._right img:nth-child(2){
    right: 5vw;
}

.maurice-values{
    position: relative;
    padding: 10rem 2rem 0rem 2rem;
    margin-bottom: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.maurice-values img.cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}
.maurice-values-content h2{
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
    color: #ffa6d5;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 2rem;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.maurice-values-content p{
    margin-bottom: 2rem;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1.5rem;
    color: #8180ca;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
}
.maurice-values-content h3{
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1.85rem;
    color: #8180ca;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
    font-weight: bold;
    margin: 3rem 0;
}
.maurice-values-content-repeater{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.maurice-values-content-repeater-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.maurice-values-content-repeater-item:before{
    content: '';
    position: absolute;
    bottom: 5px;
    left: -1.8rem;
    width: 1px;
    height: 38.1px;
    background-color: #8180ca;
}
.maurice-values-content-repeater-item:nth-child(1):before{
    display: none;
}
.maurice-values-content-repeater-item img{
    width: 90px;
    position: relative;
    animation: gentleFloat 4s ease-in-out infinite;
}

/* Animación de flotación súper ligera para iconos de valores */
@keyframes gentleFloat {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* Delays diferentes para cada item para crear efecto de onda */
.maurice-values-content-repeater-item:nth-child(1) img {
    animation-delay: 0s;
}

.maurice-values-content-repeater-item:nth-child(2) img {
    animation-delay: 0.5s;
}

.maurice-values-content-repeater-item:nth-child(3) img {
    animation-delay: 1s;
}

.maurice-values-content-repeater-item:nth-child(4) img {
    animation-delay: 1.5s;
}

.maurice-values-content-repeater-item:nth-child(5) img {
    animation-delay: 2s;
}
.maurice-values-content-repeater-item h4{
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1.2rem;
    color: #8180ca;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 1rem;
}
.maurice-values-content-bottom{
    position: relative; 
    margin-top: 8rem;
    margin-bottom: -18rem;
}
.maurice-values-content-bottom img{
    position: relative;
    width: 65vw;
}

.maurice-gift{
    position: relative;
    padding: 5rem 0rem 2rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 1;
    position: relative;
}
.maurice-gift img.cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}
.maurice-git-bottom{
    position: relative;
    padding: 4.5rem 2rem 5.5rem 2rem;
    margin-bottom: -3rem;
    display: flex;
    justify-content: center;
    ALIGN-ITEMS: CENTER;
    flex-direction: column;
}
.maurice-git-bottom h3{
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 2.5rem;
    color: #5cbaea;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
    font-weight: bold;
    margin: 3rem 0 0 0;
}
.maurice-kit-form-content .maurice-kit-form-wrapper p{
    margin-bottom: 0;
    margin-top: 1rem;
}
.maurice-kit-form-content .maurice-kit-form-wrapper p br{
    display: none;
}
.maurice-kit-form-content .maurice-kit-form-wrapper .wpcf7-response-output{
    text-align: center;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1.2rem;
    border: none !important;
    color: white;
    max-width: 299px;
    line-height: 1.4em;
    margin: 2rem auto 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.maurice-kit-form-content{
    margin-bottom: 10rem;
    margin-top: 2rem;
}
.maurice-kit-form-content .maurice-kit-form-wrapper input{
    border: none;
    border-radius: 100px;
    background-color: white;
    padding: 10px 20px;
    min-height: 55px;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1.2rem;
    color: #8180ca;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
    text-transform: capitalize;
}
.maurice-kit-form-content .maurice-kit-form-wrapper input::placeholder{
    color: #8180ca;
}
.maurice-kit-form-content .maurice-kit-form-wrapper  .wpcf7-submit {
    margin-top: 1rem;
    background-image: url(../images/backgrounds/buttonbg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding: 8px 45px;
    color: white;
    width: auto;
    font-weight: bold;
    cursor: pointer;
	font-size: 1.2rem;
}
.maurice-kit-form-content .maurice-kit-form-wrapper .wpcf7-not-valid-tip{
    color: white;
    margin: 0.7rem 0;
    font-size: 1.3rem;
    text-align: center;
    display: none;
}
.wpcf7-spinner{
    display: none!important;
}
.maurice-git-bottom p{
    margin-bottom: 2rem;
    margin-top: 0.5rem;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 2rem;
    color: #5cbaea;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
}
.maurice-gift-content{
    margin-bottom: -11rem; 
}
.maurice-git-bottom button {
    background-image: url(../images/backgrounds/buttonbg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding: 8px 45px;
}
.maurice-git-bottom button a{
    color: white;
    position: relative;
    top: 0.1rem;
}
.maurice-git-bottom img.cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}
.maurice-gift h2{
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1.65rem;
    color: #ffffff;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
    font-weight: bold;
    margin: 3rem 0;

}
.maurice-gift-content-inner{
    display: flex;
    margin-top: 4rem;
    justify-content: center;
}
.maurice-gift-content-inner img.book{
    width: 30vw;
    position: relative;
}
.maurice-gift-content .maurice-hero-content-inner-stars._left {
    left: 3vw;
}
.maurice-gift-content .maurice-hero-content-inner-stars._left img:nth-child(1){

}
.maurice-gift-content .maurice-hero-content-inner-stars._left img:nth-child(2){
    left: -9vw;
}
.maurice-gift-content .maurice-hero-content-inner-stars._left img:nth-child(3){
    top: -3vw;
}
.maurice-gift-content .maurice-hero-content-inner-stars._right img:nth-child(1){

}
.maurice-gift-content .maurice-hero-content-inner-stars._right img:nth-child(2){
    right: -4vw;
    top: -2vw;
}
.maurice-gift-content .maurice-hero-content-inner-stars._right img:nth-child(3){
    top: -5vw;
}
.maurice-kit-form{
    position: relative;
    padding: 10rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    margin-top: -5rem;
}
.maurice-kit-form img.cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}
.maurice-kit-form img.extra{
    position: absolute;
    top: 5.3vw;
    width: 20vw;
    right: 9vw;
}
.maurice-kit-form-content{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.maurice-kit-form-content h2{
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 2.5rem;
    font-weight: bold;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
}
.maurice-kit-form-content p{
    margin-bottom: 2.5rem;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1.5rem;
    color: #ffffff;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
}
.maurice-kit-form-content-footer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.maurice-kit-form-content-footer p{
    margin-top: 3rem;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
    z-index: 1;
    position: relative;
    line-height: 1.2em;
}
.maurice-history-values{
    position: relative;
    padding: 3rem 2rem 8rem 2rem;
}
.maurice-history-values img.cover{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: fill;
    pointer-events: none;
}
.maurice-history-values-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.maurice-history-values .maurice-history-values-content h2{
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
    color: #8180ca;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 2rem;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.maurice-history-values-content-repeater{
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin: 3rem 0;
}
.maurice-history-values-content-repeater-item-inner img{
    height: 150px;
    position: relative;
    z-index: 2;
}
.maurice-history-values-content-repeater-item-inner img.sombra{
    width: 80%;
    height: auto;
    margin-top: 0.5rem;
}
.maurice-history-values-content-repeater-item-inner h4{
    margin: 1rem 0;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1.2rem;
    color: rgb(129, 128, 202);
    z-index: 1;
    position: relative;
    line-height: 1.2em;
    margin-top: 1rem;
}
.maurice-history-values-content-repeater-item-inner{
    position: relative;
}
.maurice-history-values-content-repeater-item-inner.second::before{
    content: '';
    width: 55%;
    height: 2px;
    border-top: 2px #b6b6b6 dashed;
    position: absolute;
    top: -7rem;
    left: -4rem;
    bottom: 0;
    margin: auto;
}
.maurice-history-values-content-repeater-item-inner.second::after{
    content: '';
    width: 55%;
    height: 2px;
    border-top: 2px #b6b6b6 dashed;
    position: absolute;
    top: -7rem;
    right: -4rem;
    bottom: 0;
    margin: auto;
}
.maurice-history-values h6{
    margin-top: 5rem;
    margin-bottom: 4rem;
    color: #5cbaea;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 2rem;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
/* Slider de testimoniales con fade */
.maurice-history-slider-testimonials {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.maurice-history-slider-testimonials-item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.8s ease-in-out;
    text-align: center;
}

.maurice-history-slider-testimonials-item.active {
    opacity: 1;
    position: relative;
}

.maurice-history-slider-testimonials-item p{
    margin: 1rem 0;
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-size: 1.2rem;
    color: rgb(129, 128, 202);
    z-index: 1;
    position: relative;
    line-height: 1.2em;
    margin-top: 1rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.maurice-history-slider-testimonials-item p span{
    font-weight: bold;
}

/* Flechas de navegación */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    transition: opacity 0.3s ease;
}

.slider-nav:hover {
    opacity: 0.7;
}

.slider-nav.prev {
    left: -60px;
}

.slider-nav.next {
    right: -60px;
}

.slider-nav img {
    width: 40px;
    height: 40px;
}

/* Indicadores de puntos - REMOVIDOS */
@media (max-width: 1024px) {
    .maurice-hero{
        min-height: auto;
        padding-top: 10rem;
    }
}
@media (max-width: 820px) {
    .maurice-history {
        padding: 12rem 2rem 10rem 2rem;
        margin-top: -12vw;
    }
}
/* Responsive para móviles */
@media (max-width: 768px) {
    .maurice-history-values-content-repeater-item-inner.second::before{
        display: none;
    }
    .maurice-history-values-content-repeater-item-inner.second::after{
        display: none;
    }
    .slider-nav.prev {
        left: -20px;
        top: 40%;
    }
    
    .slider-nav.next {
        right: -20px;
        top: 40%;
    }
    
    .slider-nav img {
        width: 30px;
        height: 30px;
    }
}
/* Additional utility classes */
.font-luckiest {
    font-family: var(--font-luckiest, 'Arial Black', sans-serif);
}

.font-sassoon {
    font-family: var(--font-sassoon, 'Arial', sans-serif);
}

.font-sassoon-bold {
    font-family: var(--font-sassoon, 'Arial', sans-serif);
    font-weight: bold;
}
@media (max-width: 768px) {
    .maurice-values-content-repeater {
        flex-direction: column;
    }
    .maurice-values-content-repeater-item{
        margin-bottom: 5rem;
        width: 100%;
    }
    .maurice-values-content-repeater-item:before{
        height: 1px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: -2.5rem;
    }
    .maurice-values-content-repeater-item:nth-child(1):before{
        display: flex;
    }
    .maurice-values{
        padding: 5rem 2rem 5rem 2rem;
        margin-bottom: 10rem;
    }
    .maurice-history-values-content-repeater {
        width: 100%;
        flex-direction: column;
        margin-top: 3rem;
    }
    .maurice-history-values-content-repeater-item-inner img {
        height: 130px;
    }
    .maurice-history-values-content-repeater-item{
        margin-bottom: 3rem;
    }
    .maurice-history-values-content-repeater-item-inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .maurice-history-values-content-repeater-item-inner img.sombra {
        width: 150px;
    }
    .maurice-history-values h6 {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .maurice-history-values-content-repeater-item:last-of-type{
        margin-bottom: 0;
    }
    .maurice-history-slider-testimonials-item p {
        max-width: 300px;
    }
    .maurice-values-content-bottom img {
        width: 90vw;
    }
    .maurice-values-content-bottom {
        margin-top: 2rem;
    }
    .maurice-history-values {
        padding: 3rem 2rem 3rem 2rem;
    }
    .maurice-hero-content-inner img {
        width: 100vw;
        left: -16vw;
    }
    .maurice-hero{
        min-height: unset;
        padding: 10rem 2rem;
    }
    .maurice-hero > img {
        left: -20rem;
        width: auto;
        height: 90%;
    }
    .maurice-history {
        padding: 15rem 2rem 8rem 2rem;
        margin-top: -50vw;
    }
    .maurice-history-content h1, .maurice-values-content h2, .maurice-values-content h3 {
        font-size: 2.5rem;
    }
    .maurice-history-content h1 br, .maurice-values-content h2 br, .maurice-values-content h3 br {
        display: none;
    }

    .maurice-history-values .maurice-history-values-content h2, .maurice-history-values h6{
        font-size: 2.5rem;
    }
    .maurice-history-values h6{
        margin-bottom: 1rem;
    }
    .maurice-history-content p, .maurice-values-content p {
        font-size: 1.2rem;
    }
    .maurice-history-content p br, .maurice-values-content p br{
        display: none;
    }
    .maurice-magic-image-content img.people {
        width: 65vw;
    }
    .maurice-kit-form img.extra{
        display: none;
    }
    .maurice-gift h2 br{
        display: none;
    }
    .maurice-gift {
        padding: 5rem 2rem 2rem 2rem;
    }
    .maurice-gift h2{
        margin-top: 0;
    }
    .maurice-gift-content-inner img.book {
        width: 70vw;
    }
    .maurice-git-bottom p{
        font-size: 1.2rem;
    }
    .maurice-git-bottom p br{
        display: none;
    }
    .maurice-navbar {
        width: 100%;
    }
    .maurice-kit-form-wrapper {
        width: 100%;
    }
    .maurice-kit-form-wrapper input{
        width: 100%;
    }
    .maurice-kit-form-content .maurice-kit-form-wrapper .wpcf7-submit{
        font-size: 1.2rem;
        width: 100%;
    }
    .maurice-kit-form-content h2 {
        margin-bottom: 1rem;
        font-size: 2.5rem;
    }
    .maurice-kit-form-content .maurice-kit-form-wrapper input{
        font-size: 1.2rem;
    }
    .maurice-gift-content .maurice-hero-content-inner-stars._left, .maurice-gift-content .maurice-hero-content-inner-stars._right{
        position: absolute;
    }
    .maurice-gift-content-inner {
        display: flex;     
        justify-content: center;
    }
    .maurice-gift-content .maurice-hero-content-inner-stars._right {
        right: 0;
        left: unset;
    }
    .maurice-gift-content .maurice-hero-content-inner-stars._left {
        left: 0;
        right: unset;
    }
    .maurice-kit-form-content p{
        font-size: 1.2rem;
    }
    .maurice-kit-form-content .maurice-kit-form-wrapper .wpcf7-response-output {
        font-size: 1.2rem;
    }
    .maurice-kit-form-content {
        margin-bottom: 12rem;
    }
    button{
        font-size: 1.2rem;
    }
}