.hmm-circle-arrow {
    display: block;
    border-radius: 100%;
    border: 3px solid #fff;
    height: 60px;
    width: 60px;
    line-height: 100px;
}

.hmm-circle-arrow:after {
    /*display: none;*/
    margin-left: -10px;
    position: absolute;
    top: -32px;
    left: 50%;
    font-size: 25px;
    content: '\2192';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    animation-name: "hmm-circle-arrowTop";
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.hmm-circle-arrow:before {
    margin-left: -10px;
    position: absolute;
    top: -16px;
    left: 50%;
    font-size: 25px;
    content: '\2192';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    animation-name: "hmm-circle-arrowBottom";
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes hmm-circle-arrowTop {
    0% {
        opacity: 1;
        top: -132px;
    }

    100% {
        opacity: 1;
        top: -32px;
    }
}

@keyframes hmm-circle-arrowBottom {
    0% {
        opacity: 1;
        top: -32px;
    }

    100% {
        opacity: 1;
        top: 16px;
    }
}

.hmm-back-arrow {
    z-index: 999;
    position: absolute;
    top: 100px;
    left: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*mix-blend-mode: exclusion;*/
}

.hmm-back-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2190';
    font-size: 35px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation-name: hmm-back-arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes hmm-back-arrow {
    0% {
        opacity: 1;
        left: 16px;
    }

    50% {
        opacity: .5;
        left: -16px;
    }

    100% {
        opacity: 1;
        left: 16px;
    }
}

.hmm-button-hamburger {
    position: relative;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    height: 27px;
    background: none;
    border: none;
    /* mix-blend-mode: screen; */
    /* mix-blend-mode: exclusion; */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hmm-button-hamburger * {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.hmm-button-hamburger span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.hmm-button-hamburger span:nth-child(1) {
    top: 0px;
}

.hmm-button-hamburger span:nth-child(2) {
    top: 12px;
}

.hmm-button-hamburger span:nth-child(3) {
    top: 24px;
}


/* .hmm-button-hamburger:hover span:nth-child(1) {
opacity: 0;
top: -10px;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}

.hmm-button-hamburger:hover span:nth-child(2) {
background-color: transparent;
border: 3px solid #000;
height: 23px;
width: 22px;
border-radius: 100%;
top: -3px;
left: -1px;
}

.hmm-button-hamburger:hover span:nth-child(3) {
opacity: 0;
bottom: -10px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.1s ease;
} */

.hmm-button-hamburger.dark span {
    background-color: #000;
}
/*
.hmm-button-menu {
    cursor: pointer;
    z-index: 99;
    width: 50px;
    height: 54px;
    opacity: 1;
    background: none;
    border: none;
    mix-blend-mode: exclusion;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.hmm-button-menu span {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hmm-button-menu span:first-child {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(0deg);
}

.hmm-button-menu span:last-child {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(0deg);
}

.hmm-button-menu.dark span {
    background-color: #000;
}*/



.hmm-button-close {
    position: relative;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    height: 27px;
    background: none;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hmm-button-close * {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hmm-button-close span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background-color: #fefed7;
}
.hmm-button-close span:nth-child(1) {
    top: 5px;
    height: 5px;
    transform: rotate(45deg);
}
.hmm-button-close span:nth-child(2) {
    top: 5px;
    height: 5px;
    transform: rotate(-45deg);
}



.hmm-menu {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    display: block;
}

.hmm-menu li {
    margin: 0 10px;
    padding: 0;
    display: inline-block;
}

.hmm-menu li a {
    text-decoration: none;
    font-weight: bold;
    margin: 0 20px;
    padding: 5px 0;
}

.hmm-menu li.activate a {
    border-bottom: 3px solid #000;
}




#cookie-manager {
    z-index: 9999;
}
.pwcmb-widget__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.pwcmb-widget button {
    font-size: 1.2rem;
    padding: 10px;
    /* margin-left: 3rem; */
}
.pwcmb-widget__text p {
    font-size: 1.2rem;
    /* line-height: 4rem; */
}