/*FONTS*/
@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-UltraLight.woff2') format('woff2'),
    url('../fonts/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Medium.woff2') format('woff2'),
    url('../fonts/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Light.woff2') format('woff2'),
    url('../fonts/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Black.woff2') format('woff2'),
    url('../fonts/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Bold.woff2') format('woff2'),
    url('../fonts/Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-ExtraBold.woff2') format('woff2'),
    url('../fonts/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler.woff2') format('woff2'),
    url('../fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/**/

:root{
    --logowidth: 250px;
}
@media (max-width: 105.0625em) {
    :root{
        --logowidth: 230px;
    }
}
@media (max-width: 96.0625em) {
    :root{
        --logowidth: 210px;
    }
}
@media (max-width: 75.0625em) {
    :root{
        --logowidth: 180px;
    }
}
@media (max-width: 53.0625em) {
    :root{
        --logowidth: 170px;
    }
}
@media (max-width: 22.5em) {
    :root{
        --logowidth: 160px;
    }
}

/*KEYFRAMES*/
@keyframes changewidth {
    0% {
        width: 0px;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}
@keyframes wave {
    0%, 60%, 100% {
        transform: initial;
    }

    30% {
        transform: translateY(-10px);
    }
}
/**/

/*GENERAL*/
* {
    box-sizing: border-box; }
*:before,
*:after {
    box-sizing: border-box; }

html {
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #292623;
    background-color: #F1EDE7; }

body.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.otgs-development-site-front-end {
    display: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; }

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden],
template {
    display: none; }

abbr[title] {
    border-bottom: 1px dotted; }

b {
    font-weight: bold; }

strong {
    font-weight: 600; }

dfn {
    font-style: italic; }

mark {
    background: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0;
    border-radius: 0 !important; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

blockquote {
    border-left: unset; }
@media (max-width: 53.0625em) {
    blockquote {
        margin-left: 0;
        margin-right: 0;
    }
}
blockquote:last-of-type {
    margin-bottom: 0; }

code,
kbd,
pre,
samp {
    font-family: 'Poppins', sans-serif;
    font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
html input[disabled] {
    cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

figure {
    margin: 0; }

img {
    vertical-align: middle; }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

[role="button"] {
    cursor: pointer; }

input,
textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px; }

* {
    outline: none !important; }

html,
body {
    max-width: 100%;
    height: auto;
    overflow-x: hidden; }

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', sans-serif;
    color: #292623; }

@keyframes scrollLine {
    0% {
        transform: translateX(-100%); }
    100% {
        transform: translateX(200%); } }

.section {
    --distance: 200px;
    padding-top: 80px; }
@media (max-width: 91.0625em) {
    .section {
        padding-top: 70px;
        --distance: 180px; } }
@media (max-width: 80.0625em) {
    .section {
        padding-top: 70px;
        --distance: 160px; } }
@media (max-width: 75.0625em) {
    .section {
        padding-top: 70px;
        --distance: 120px; } }
@media (max-width: 70.75em) {
    .section {
        --distance: 100px;
        padding-top: 50px;} }
@media (max-width: 53.0625em) {
    .section {
        --distance: 250px; } }
@media (max-width: 50.0625em) {
    .section {
        --distance: 200px; } }
@media (max-width: 39.99em) {
    .section {
        --distance: 160px; } }
@media (max-width: 25.5em) {
    .section {
        --distance: 120px; } }

/*GENERAL: HEADLINE*/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.0;
    font-family: 'Butler', serif;
    font-weight: 400;
    color: #292623; }

h1 {
    font-size: 70px;
    font-weight: 300;
    line-height: 1.1; }
@media (max-width: 105.0625em) {
    h1 {
        font-size: 65px; } }
@media (max-width: 91.0625em) {
    h1 {
        font-size: 60px; } }
@media (max-width: 80.0625em) {
    h1 {
        font-size: 55px; } }
@media (max-width: 75.0625em) {
    h1 {} }
@media (max-width: 70.75em) {
    h1 {
        font-size: 45px; } }
@media (max-width: 50.0625em) {
    h1 {
        font-size: 40px; } }
@media (max-width: 30em) {
    h1 {
        font-size: 36px;
    }
}
@media (max-width: 23.5em) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 30px; }
@media (max-width: 105.0625em) {
    h2 {
        font-size: 50px;
        margin-bottom: 25px; } }
@media (max-width: 91.0625em) {
    h2 {
        font-size: 45px; } }
@media (max-width: 86.4275em) {
    h2 {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 20px; } }
@media (max-width: 80.0625em) {
    h2 {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 20px; } }
@media (max-width: 75.0525em) {
    h2 {
        font-size: 36px;
        margin-bottom: 20px; } }
@media (max-width: 70.75em) {
    h2 {
        font-size: 36px;
        letter-spacing: 0;
        margin-bottom: 20px; } }
@media (max-width: 64.0625em) {
    h2 {
        font-size: 36px; } }
@media (max-width: 50.0525em) {
    h2 {
        margin-bottom: 18px;} }
@media (max-width: 39.99em) {
    h2 {
        font-size: 36px;
    } }
@media (max-width: 30em) {
    h2 {
        font-size: 30px;
    }
}
@media (max-width: 25.5em) {
    h2 {
        font-size: 30px;
    }
}
/*@media (max-width: 25em) {*/
/*  h2 {*/
/*    font-size: 28px;*/
/*  }*/
/*}*/

h3 {
    font-size: 45px;
    font-weight: 300;
    line-height: 1.2; }
@media (max-width: 91.0625em) {
    h3 {
        font-size: 35px;
    }
}
/*@media (max-width: 80.0625em) {*/
/*    h3 {*/
/*        font-size: 22px;*/
/*    }*/
/*}*/
/*@media (max-width: 50.0625em) {*/
/*    h3 {*/
/*        font-size: 20px;*/
/*    }*/
/*}*/
/*@media (max-width: 75.0625em) {*/
/*  h3{*/
/*    font-size: 35px;*/
/*  }*/
/*}*/
/*@media (max-width: 64.0625em) {*/
/*  h3{*/
/*    font-size: 24px;*/
/*  }*/
/*}*/
@media (max-width: 50.0525em) {
    h3 {
        margin-bottom: 18px; } }
@media (max-width: 39.99em) {
    h3 {
        font-size: 25px;
    }
}

p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #292623;
    font-weight: 300;
    line-height: 27px; }
@media (max-width: 91.0625em) {
    p {
        font-size: 17px;
        line-height: 25px;
    } }
@media (max-width: 86.4275em) {
    p {
        font-size: 16px;
        line-height: 21px;
    } }
@media (max-width: 80.0525em) {
    p {
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 39.99em) {
    p {
        font-size: 16px;
        line-height: 25px;
    }
}
@media (max-width: 30em) {
    p {
        font-size: 16px;
        line-height: 23px;
    }
}
@media (max-width: 22.5em) {
    p {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
    }
}
p:last-of-type {
    margin-bottom: 0; }
p b {
    font-weight: 700; }
p a {
    color: #292623;
    border-bottom: 1px solid #292623 !important; }
p a.image_link {
    border-bottom: none !important; }

a {
    line-height: 1;
    color: #292623;
    transition: all .2s;
    text-decoration: none;
    background-color: transparent; }
a:focus,
a:active,
a:hover {
    color: #292623;
    text-decoration: none;
    outline: 0; }
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
a.cta {
    --color: #292623;
    text-transform: uppercase;
    z-index: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*transition: all .3s ease-out;*/
    overflow: hidden;
    vertical-align: middle;
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    justify-content: flex-start;
    letter-spacing: .14em;
    height: 60px;
    outline: none;
    padding-left: 40px;
    /*padding-right: 40px;*/
    text-decoration: none;
    transition: padding .3s cubic-bezier(.77,0,.175,1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--color) }
    @media (max-width: 80.0625em) {
        a.cta {
            height: 55px; } }
a.cta>.circle svg.progressive-circle {
    top: 0;
    left: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 0; }
    @media (max-width: 80.0625em) {
        a.cta>.circle svg.progressive-circle {
            width: 55px;
            height: 55px;
        }
    }
    a.cta>.circle svg.progressive-circle {
        fill: transparent;
        stroke: var(--color);
        stroke-dasharray: 160;
        stroke-dashoffset: 0;
        stroke-width: 1px;
        transform: rotate(130deg);
        transform-origin: center;
        transition: fill .3s cubic-bezier(.77,0,.175,1) 0s,transform .3s cubic-bezier(.77,0,.175,1) 0s,stroke-dasharray .3s cubic-bezier(.77,0,.175,1) 0s; }
    a.cta:hover>.circle svg.progressive-circle {
        display: none;
        /*fill: var(--color);*/
        /*stroke-dasharray: 210;*/
        /*transform: rotate(90deg);*/
        /*transition: fill .3s cubic-bezier(.77,0,.175,1) .15s,transform .3s cubic-bezier(.77,0,.175,1) .1s,stroke-dasharray .3s cubic-bezier(.77,0,.175,1) .1s;*/ }

a.cta>.circle svg.cta-logo {
    top: 0;
    left: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 0;
    display: none; }
    @media (max-width: 80.0625em) {
        a.cta>.circle svg.cta-logo {
            width: 55px;
            height: 55px;
        }
    }
a.cta>.circle svg.cta-logo #Group-3 {
    stroke-width: 15;
    stroke: var(--color); }
a.cta:hover>.circle svg.cta-logo {
    display: inline-block; }

a.cta:hover .TFeNDhSI_0{
    stroke-dasharray:594 596;
    stroke-dashoffset:595;
    animation:TFeNDhSI_draw 500ms linear 0ms forwards;}
a.cta:hover .TFeNDhSI_1{
    stroke-dasharray:189 191;
    stroke-dashoffset:190;
    animation:TFeNDhSI_draw 500ms linear 0ms forwards;}
a.cta:hover .TFeNDhSI_2{
    stroke-dasharray:189 191;
    stroke-dashoffset:190;
    animation:TFeNDhSI_draw 500ms linear 0ms forwards;}
@keyframes TFeNDhSI_draw{100%{stroke-dashoffset:0;}}
@keyframes TFeNDhSI_fade{0%{stroke-opacity:1;}92.98245614035088%{stroke-opacity:1;}100%{stroke-opacity:0;} }

a.cta span.label {
    display: inline-block;
    position: relative; }
a.cta span.label:before {
    content: '';
    background-color: var(--color);
    width: 0;
    transition: all 0.5s ease-out;
    position: absolute;
    display: block;
    height: 1px;
    bottom: -3px;
    left: 0; }
a.cta:hover span.label:before {
    width: 100%; }

a.cta:hover {
    padding-left: 75px; }
a.cta.white {
    --color: #F1EDE7; }
a.bianco {
    color: #F1EDE7 !important;
    border-bottom: 1px solid #F1EDE7 !important; }

.modal-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.modal-link .player{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.modal-link .player img{
    width: 100%;
    height: 100%;
    display: block; }

.yt {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
    top: 0;
    left: 0; }
.yt .video_player {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
/**/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1; }
ul li {
    display: inline-block;
    margin: 0;
    left: 0; }

.hamburguesa {
    position: fixed;
    cursor: pointer;
    width: 40px;
    top: 27px;
    left: 4%;
    z-index: 103; }
@media (max-width: 96.0625em) {
    .hamburguesa {
        top: 27px;
    }
}
@media (max-width: 91.0625em) {
    .hamburguesa {
        top: 24px;
    }
}
@media (max-width: 80.0625em) {
    .hamburguesa {
        top: 20px;
    }
}
@media (max-width: 53.0625em) {
    .hamburguesa {
        top: 15px;
    }
}
@media (max-width: 39.99em) {
    .hamburguesa {
        top: 21px;
    }
}
@media (max-width: 22.5em) {
    .hamburguesa {
        top: 20px;
    }
}

.hamburguesa .line {
    width: 40px;
    height: 2px;
    background-color: #F1EDE7;
    display: block;
    margin: 8px 0;
    transition: all 0.3s ease-in-out; }
.hamburguesa .line:nth-child(1) {
    margin-left: 10px;
    width: 20px; }
.hamburguesa .line:nth-child(2) {
    width: 30px; }
.hamburguesa .line:nth-child(3) {
    width: 25px; }
.hamburguesa.shrink .line,
.hamburguesa.is-active .line,
.hamburguesa.alternative .line {
    background-color: #292623;
}
@media (max-width: 39.99em) {
    .hamburguesa .line {
        width: 30px;
        margin: 5px 0; }
    .hamburguesa .line:nth-child(2) {
        width: 40px; }
}

.hamburguesa:hover {
    cursor: pointer; }

#hamburguesa-6.is-active {
    position: fixed;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
    transform: rotate(45deg); }

/*#hamburguesa-6 .line:nth-child(2) {*/
/*  width: 0px; }*/

#hamburguesa-6.is-active .line:nth-child(1),
#hamburguesa-6.is-active .line:nth-child(3) {
    margin-left: 0px;
    width: 40px;
    transition-delay: 0s; }

#hamburguesa-6.is-active .line:nth-child(1) {
    margin-left: 0;
    width: 40px;
    transform: translateY(10px); }
@media (max-width: 39.99em) {
    #hamburguesa-6.is-active .line:nth-child(1) {
        transform: translateY(8px); }
    #hamburguesa-6.is-active .line:nth-child(2) {
        opacity: 0; }
}

#hamburguesa-6.is-active .line:nth-child(3) {
    transform: translateY(-10px) rotate(90deg); }
@media (max-width: 39.99em) {
    #hamburguesa-6.is-active .line:nth-child(3) {
        transform: translateY(-6px) rotate(90deg); } }

.shadow {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-out;
    position: fixed;
    visibility: hidden;}
.shadow.in {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.menu-layer {
    --textcolor: #292623;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #F1EDE7;
    color: #292623;
    -webkit-overflow-scrolling: touch !important;
    pointer-events: none;
    transition: all .3s ease; }
.menu-layer.in {
    opacity: 1;
    pointer-events: auto; }
    .menu-layer .menu-list {
        margin-left: 10vw; }
.menu-layer .menu {
    margin: 0 !important;
    list-style: none; }
.menu-layer .menu li {
    font-family: 'Butler', serif;
    counter-increment: step-counter;
    font-weight: 400;
    font-size: 70px;
    margin-bottom: 30px; }
@media (max-width: 96.0625em) {
    .menu-layer .menu li {
        font-size: 65px;
    }
}
@media (max-width: 91.0625em) {
    .menu-layer .menu li {
        font-size: 60px;
    }
}
@media (max-width: 86.4275em) {
    .menu-layer .menu li {
        font-size: 55px;
    }
}
@media (max-width: 53.0625em) {
    .menu-layer .menu li {
        font-size: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width: 30em) {
    .menu-layer .menu li {
        font-size: 14px;
    }
}
@media (max-width: 25.5em) {
    .menu-layer .menu li {
        margin-bottom: 10px;
    }
}
@media (max-width: 22.5em) {
    .menu-layer .menu li {
        font-size: 13px;
    }
}
.menu-layer .menu li:last-of-type {
    margin-bottom: 0; }
.menu-layer .menu li:before {
    position: relative;
    content: "0" counter(step-counter);
    margin-right: 20px;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    color: var(--textcolor);
    font-weight: 300; }
    @media (max-width: 91.0625em) {
        .menu-layer .menu li:before {
            font-size: 20px;
        }
    }
.menu-layer .menu li a {
    display: inline-block;
    color: var(--textcolor);
    position: relative; }
.menu-layer .menu li a:before {
    content: '';
    position: absolute;
    bottom: -3px;
    background-color: var(--textcolor);
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.3s ease-out; }
.menu-layer .menu li a:hover:before,
.menu-layer .menu li.current-menu-item a:before {
    width: 100%; }
/**/

/*FORMS CONSTANT*/

.checkbox-trigger,
.checkbox-trigger-marketing,
.checkbox-trigger-footer,
.checkbox-trigger-footer-marketing {
    width: 20px;
    height: 20px;
    border: 1px solid #292623;
    background: #F1EDE7;
    display: inline-block;
    margin-right: 7px;
    margin-top: -8px;
    vertical-align: middle;
    position: relative;
    text-align: center; }
@media (max-width: 50.0525em) {
    .checkbox-trigger,
    .checkbox-trigger-marketing,
    .checkbox-trigger-footer,
    .checkbox-trigger-footer-marketing {
        /*width: 15px;
        height: 15px;*/ } }
.checkbox-trigger.active:before,
.checkbox-trigger-marketing.active:before,
.checkbox-trigger-footer.active:before,
.checkbox-trigger-footer-marketing.active:before {
    display: inline-block; }
.checkbox-trigger:before,
.checkbox-trigger-marketing:before,
.checkbox-trigger-footer:before,
.checkbox-trigger-footer-marketing:before {
    display: none;
    width: 18px;
    height: 18px;
    position: absolute;
    font-size: 18px;
    content: '\2715';
    color: #292623;
    line-height: 18px;
    font-family: 'Arial', sans-serif;
    top: 0.1px;
    left: 0.5px;
    background-color: transparent; }
.checkbox-trigger-footer:before,
.checkbox-trigger-footer-marketing:before {
    color: #F1EDE7;
}
.checkbox-trigger-footer,
.checkbox-trigger-footer-marketing {
    border-color: #F1EDE7;
    background-color: transparent;
    margin-top: -3px; }
.checkbox-trigger-footer:after,
.checkbox-trigger-footer-marketing:after {
    display: none !important; }

.span-check,
.span-check-marketing,
.span-check-footer,
.span-check-footer-marketing {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;}
@media (max-width: 91.0625em) {
    .span-check,
    .span-check-marketing,
    .span-check-footer,
    .span-check-footer-marketing {
        font-size: 15px;
    }
}
@media (max-width: 70.75em) {
    .span-check,
    .span-check-marketing,
    .span-check-footer,
    .span-check-footer-marketing {
        font-size: 14px;
    }
}
@media (max-width: 53.0625em) {
    .span-check,
    .span-check-marketing,
    .span-check-footer,
    .span-check-footer-marketing {
        font-size: 15px;
    }
}
@media (max-width: 30em) {
    .span-check,
    .span-check-marketing,
    .span-check-footer,
    .span-check-footer-marketing {
        font-size: 14px;
    }
}
@media (max-width: 25.5em) {
    .span-check,
    .span-check-marketing,
    .span-check-footer,
    .span-check-footer-marketing {
        font-size: 13px;
    }
}

.span-check a,
.span-check-marketing a,
.span-check-footer a,
.span-check-footer-marketing a {
    color: #292623;
    /*text-decoration: underline;*/
    position: relative;
}

.span-check-footer a,
.span-check-footer-marketing a {
    color: #F1EDE7;
}

.span-check-marketing>p {
    display: none;
}

.span-check a::after,
.span-check-marketing a::after,
.span-check-footer a::after,
.span-check-footer-marketing a::after  {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #292623;
    bottom: -3px;
    left: 0;
    transition: all .3s ease-out; }

.span-check-footer a::after,
.span-check-footer-marketing a::after  {
    background-color: #F1EDE7;
}

.span-check a:hover::after,
.span-check-marketing a:hover::after,
.span-check-footer a:hover::after,
.span-check-footer-marketing a:hover::after  {
    width: 100%;
}

.span-check-footer,
.span-check-footer-marketing {
    font-size: 16px; }
@media (max-width: 86.4275em) {
    .span-check-footer, .span-check-footer-marketing {
        font-size: 15px; } }
@media (max-width: 80.0625em) {
    .span-check-footer, .span-check-footer-marketing {
        font-size: 14px; } }

@media (max-width: 50.0525em) {
    .span-check-footer {
        margin-bottom: 5px; } }

.span-check-footer-marketing p:not(.text-pmark) {
    display: none; }

#text-marketing,
#text-marketing-2 {
    position: absolute;
    width: 150%;
    text-align: left;
    font-size: 13px;
    transform: translateX(-17px);
    background-color: #F1EDE7;
    border: 1px solid #292623;
    z-index: 10;
    padding: 15px;
    bottom: -150%;
    left: 0;
    color: #292623;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease; }
@media (max-width: 50.0525em) {
    #text-marketing,
    #text-marketing-2 {
        transform: translateX(-22px); } }
#text-marketing.in,
#text-marketing-2.in {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
#text-marketing p:first-of-type,
#text-marketing-2 p:first-of-type {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 400; }
#text-marketing p:last-of-type,
#text-marketing-2 p:last-of-type {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 300;
    text-transform: none;
    color: #292623 !important; }
@media (max-width: 30em) {
    #text-marketing p:last-of-type,
    #text-marketing-2 p:last-of-type {
        font-size: 14px;
    }
}

@media (max-width: 50.0525em) {
    #text-marketing-2 {
        width: 100%; } }
@media (max-width: 30em) {
    #text-marketing-2 {
        width: 134%; } }
@media (max-width: 23.5em) {
    #text-marketing-2 {
        width: 130%; } }

#form-contatti[data-status="submitting"],
#form-registrazione[data-status="submitting"],
#form-download[data-status="submitting"],
#form-newsletter[data-status="submitting"] {
    pointer-events: none;
}

.wpcf7 .ajax-loader {
    display: none !important; }

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
    display: none !important; }

.wpcf7-response-output {
    font-size: 15px;
    display: none !important; }

.wpcf7-not-valid {
    border-bottom: 2px solid red !important; }

.wpcf7-form-control-wrap.terms, .wpcf7-form-control-wrap.marketing {
    display: none !important;
    opacity: 0;
    z-index: -1; }
.wpcf7-form-control-wrap.terms .wpcf7-not-valid, .wpcf7-form-control-wrap.marketing .wpcf7-not-valid {
    position: absolute;
    top: -80000%;
    border: none !important; }
@media (max-width: 39.99em) {
    .wpcf7-form-control-wrap.terms, .wpcf7-form-control-wrap.marketing {
        opacity: 0; } }

.wpcf7-form-control-wrap.marketing .wpcf7-acceptance.optional {
    position: absolute;
    top: -80000%;
    border: none !important; }

.dark-mark {
    color: #3E3E3E !important; }

button {
    background-color: transparent !important;
    padding: 0;
    border: none; }
button.cta {
    --color: #292623;
    text-transform: uppercase;
    z-index: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* transition: all .3s ease-out; */
    overflow: hidden;
    vertical-align: middle;
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex !important;
    cursor: pointer;
    justify-content: flex-start;
    line-height: 1em;
    letter-spacing: .14em;
    height: 60px;
    outline: none;
    padding-left: 50px;
    text-decoration: none;
    transition: padding .3s cubic-bezier(.77,0,.175,1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--color); }
    @media (max-width: 80.0625em) {
        button.cta {
            height: 55px;
            padding-left: 45px;
        }
    }
button.cta:hover {
    padding-left: 75px; }
    @media (max-width: 80.0625em) {
        button.cta:hover {
            padding-left: 70px; } }
button.cta.white {
    --color: #F1EDE7; }
button.cta>.circle svg.progressive-circle {
    top: 0;
    left: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 0; }
    @media (max-width: 80.0625em) {
        button.cta>.circle svg.progressive-circle {
            width: 55px;
            height: 55px;
        }
    }
button.cta>.circle svg.progressive-circle {
    fill: transparent;
    stroke: var(--color);
    stroke-dasharray: 160;
    stroke-dashoffset: 0;
    stroke-width: 1px;
    transform: rotate(130deg);
    transform-origin: center;
    transition: fill .3s cubic-bezier(.77,0,.175,1) 0s,transform .3s cubic-bezier(.77,0,.175,1) 0s,stroke-dasharray .3s cubic-bezier(.77,0,.175,1) 0s; }
button.cta:hover>.circle svg.progressive-circle {
    display: none;
    /*fill: var(--color);
    stroke-dasharray: 210;
    transform: rotate(90deg);
    transition: fill .3s cubic-bezier(.77,0,.175,1) .15s,transform .3s cubic-bezier(.77,0,.175,1) .1s,stroke-dasharray .3s cubic-bezier(.77,0,.175,1) .1s;*/ }
button.cta>.circle svg.cta-logo {
    top: 0;
    left: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 0;
    display: none; }
    @media (max-width: 80.0625em) {
        button.cta>.circle svg.cta-logo {
            width: 55px;
            height: 55px;
        }
    }
button.cta>.circle svg.cta-logo #Group-3 {
    stroke-width: 15;
    stroke: var(--color); }
button.cta:hover>.circle svg.cta-logo {
    display: inline-block; }

button.cta:hover .TFeNDhSI_0{
    stroke-dasharray:594 596;
    stroke-dashoffset:595;
    animation:TFeNDhSI_draw 500ms linear 0ms forwards;}
button.cta:hover .TFeNDhSI_1{
    stroke-dasharray:189 191;
    stroke-dashoffset:190;
    animation:TFeNDhSI_draw 500ms linear 0ms forwards;}
button.cta:hover .TFeNDhSI_2{
    stroke-dasharray:189 191;
    stroke-dashoffset:190;
    animation:TFeNDhSI_draw 500ms linear 0ms forwards;}
@keyframes TFeNDhSI_draw{100%{stroke-dashoffset:0;}}
@keyframes TFeNDhSI_fade{0%{stroke-opacity:1;}92.98245614035088%{stroke-opacity:1;}100%{stroke-opacity:0;} }

button.cta p {
    line-height: 1;
}

button.cta span.label {
    color: var(--color);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    position: relative; }
button.cta span.label:before {
    content: '';
    background-color: var(--color);
    width: 0;
    transition: all 0.5s ease-out;
    position: absolute;
    display: block;
    height: 1px;
    bottom: -3px;
    left: 0; }
button.cta:hover span.label:before {
    width: 100%; }

a.cta:hover {
    padding-left: 75px; }
    @media (max-width: 80.0625em) {
        a.cta:hover {
            padding-left: 70px; }
    }
/**/

/*MAIN HEADER HOME*/
#main-header-home {
    --textcolor: #F1EDE7;
    background-color: transparent;
    position: fixed;
    display: block;
    color: var(--textcolor);
    transition: all 0.3s ease-out;
    z-index: 26;
    top: 0;
    width: 100%; }
.page-template-tpl-code_generator #main-header-home,
.woocommerce-checkout #main-header-home {
    background-color: #214448; }    
    #main-header-home.go {
        --textcolor: #292623;
        background-color: #F1EDE7;
        -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
        -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
        box-shadow: 0 0 7px rgba(0,0,0,.1)!important; }
    .header-bg {
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        /*pointer-events: none;*/
        top: 0;
        left: 0; }
        .header-bg:before {
            content: '';
            display: block;
            z-index: 1;
            position: absolute;
            top: 0;
            background: linear-gradient(91.63deg, #F1EDE7 46.66%, rgba(241, 237, 231, 0) 76.99%);
            width: 100%;
            height: 100%; }
        .header-bg object,
        .header-bg img {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            object-fit: cover;
            z-index: 0;
            width: 100%;
            height: 100%; }
    .header.container {
        padding: 22.5px 0;
        z-index: 1;
        margin: 0 auto;
        width: 90%;
        transition: all 0.1s ease-out;
        position: relative; }
        @media (max-width: 96.0625em) {
            .header.container {
                width: 90%;} }
        @media (max-width: 80.0625em) {
            .header.container {
                padding: 20px 0; } }
        @media (max-width: 70.0625em) {
            .header.container {
                padding: 17.5px 0; } }
        @media (max-width: 30em) {
            .header.container {
                padding: 17.5px 0; } }
    .header.container .header__wrap {
        width: 100%;
        display: flex;
        position: relative; }
    .header__wrap .header__logo {
        text-align: center;
        position: relative;
        width: 100%;
        font-size: 0;
        transition: all 0.3s ease-out; }
        @media (max-width: 39.99em) {
            .woocommerce-checkout .header__wrap .header__logo {
                text-align: left;
            }
        }
    .go .header__wrap .header__logo,
    .go .header__wrap .header__logo,
    .menu-layer .header__logo svg,
    .menu-layer .header__logo img {
        filter: brightness(0) saturate(100%); }
    .header__wrap .header__logo>a {
        width: auto;
        display: inline-block; }
    .single-landing .header__wrap .header__logo>a {
        pointer-events: none; }
    .header__logo svg,
    .header__logo img {
        transition: all 0.3s ease-out;
        display: block;
        width: var(--logowidth); }
    .header__wrap .header__content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: right;
        left: 0;
        pointer-events: none; }
    .header__content .header__lang {
        pointer-events: auto;
        display: inline-block;
        position: relative; }
        .header__content .header__lang ul li {
            font-weight: 300;
            transition: unset;
            line-height: 22px;
            padding: 0 7.5px;
            font-size: 18px; }
            @media (max-width: 70.75em) {
                .header__content .header__lang ul li {
                    font-size: 16px;
                }
            }
        .header__content .header__lang ul li:first-of-type {
            border-right: 2px solid var(--textcolor); }
        .header__content .header__lang ul li.current {
            font-weight: 600; }
            .header__content .header__lang ul li a {
                transition: unset;
                color: var(--textcolor); }
/**/

/**
*   CODE GENERATOR
**/
#link-dinamico-container {
    position: relative;
}

#link-dinamico-output {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.copy,
.mail {
    --color: #292623;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: .14em;
}

.copy:after,
.mail:after {
    content: '';
    aspect-ratio: 1/1;
    height: calc(1.5 * 14px);
    margin-left: 0.5em;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease-out;
}

.copy:hover,
.mail:hover {
    cursor: pointer;
}

.copy:after {
    background-image: url('../images/OG-Copia.svg');
}

.mail:after {
    background-image: url('../images/OG-Mail.svg');
}


/**/

#main-footer {
    width: 100%;
    margin-top: 80px;
    color: #F1EDE7;
    position: relative; }
    @media (max-width: 91.0625em) {
        #main-footer {
            margin-top: 70px;
        }
    }
    @media (max-width: 70.75em) {
        #main-footer {
            margin-top: 50px;
        }
    }
    #main-footer .footer__form {
        background-color: #272625;
        padding: 80px 10%; }
        @media (max-width: 91.0625em) {
            #main-footer .footer__form {
                padding: 70px 10%;
            }
        }
        @media (max-width: 86.4275em) {
            #main-footer .footer__form {
                padding: 70px 7.5%;
            }
        }
        @media (max-width: 70.75em) {
            #main-footer .footer__form {
                padding: 50px 7.5%;
            }
        }
        @media (max-width: 53.0625em) {
            #main-footer .footer__form {
                padding: 50px 5%;
            }
        }
        .page-template-tpl-code_generator #main-footer .footer__form {
            display: none;
        } 
        .footer__form .footer__form-box {
            width: 100%;
            display: flex;
            flex-wrap: wrap; }
            .footer__form .footer__form-box .footer__form-text {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                position: relative;
                width: 60%;
                padding-right: 10%; }
                @media (max-width: 75.0625em) {
                    .footer__form .footer__form-box .footer__form-text {
                        width: 55%;
                        padding-right: 5%;
                    }
                }
                @media (max-width: 53.0625em) {
                    .footer__form .footer__form-box .footer__form-text {
                        width: 45%;
                        padding-right: 5%;
                    }
                }
                @media (max-width: 50.0625em) {
                    .footer__form .footer__form-box .footer__form-text {
                        width: 100%;
                        padding-right: 0;
                    }
                }
                .footer__form .footer__form-box .footer__form-text h3,
                .footer__form .footer__form-box .footer__form-text p {
                    color: #F1EDE7; }
            .footer__form .footer__form-box .footer__form-form {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                position: relative;
                width: 40%; }
                @media (max-width: 75.0625em) {
                    .footer__form .footer__form-box .footer__form-form {
                        width: 45%; }
                }
                @media (max-width: 53.0625em) {
                    .footer__form .footer__form-box .footer__form-form {
                        width: 55%; } }
                @media (max-width: 50.0625em) {
                    .footer__form .footer__form-box .footer__form-form {
                        margin-top: 30px;
                        width: 100%; } }
                .footer__form .footer__form-box .footer__form-form>div {
                    position: relative;
                    width: 100%; }
                    .footer__form .footer__form-box .footer__form-form>div form {
                        margin-bottom: 0; }
                        .footer__form .footer__form-box .footer__form-form>div form span.your-email {
                            width: 100%;
                            display: inline-block;
                            position: relative; }
                            .footer__form .footer__form-box .footer__form-form>div form span input[type="email"] {
                                width: 100%;
                                background-color: transparent;
                                border: none;
                                font-size: 16px;
                                border-bottom: 1px solid #F1EDE7;
                                position: relative;
                                color: #F1EDE7; }
                            .footer__form .footer__form-box .footer__form-form>div form span input[type="email"]::placeholder {
                                color: #F1EDE7; }
                            .footer__form .footer__form-box .footer__form-form>div form span input[type="email"]:-ms-input-placeholder {
                                color: #F1EDE7; }
                            .footer__form .footer__form-box .footer__form-form>div form span input[type="email"]::-ms-input-placeholder {
                                color: #F1EDE7; }
                        .footer__form .footer__form-box .footer__form-form>div form .form-row.last {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            margin-top: 30px; }
                            @media (max-width: 30em) {
                                .footer__form .footer__form-box .footer__form-form>div form .form-row.last {
                                    flex-wrap: wrap;
                                }
                                .footer__form .footer__form-box .footer__form-form>div form .form-row.last>div {
                                    width: 100%; }
                                .footer__form .footer__form-box .footer__form-form>div form .form-row.last>div:last-of-type {
                                    margin-top: 25px; }
                            }
                            .footer__form .footer__form-box .footer__form-form>div form .form-row.last .field.last>div:last-of-type {
                                margin-top: 15px; }
    #main-footer .footer-container .footer-wrap {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding: 150px 10%;
        background-color: #0F0E0D; }
        @media (max-width: 91.0625em) {
            #main-footer .footer-container .footer-wrap {
                padding: 120px 10%;
            }
        }
        @media (max-width: 86.4275em) {
            #main-footer .footer-container .footer-wrap {
                padding: 120px 7.5%;
            }
        }
        @media (max-width: 75.0625em) {
            #main-footer .footer-container .footer-wrap {
                padding: 100px 7.5%;
            }
        }
        @media (max-width: 53.0625em) {
            #main-footer .footer-container .footer-wrap {
                padding: 70px 5%;
                justify-content: space-between;
            }
        }
        @media (max-width: 39.99em) {
            #main-footer .footer-container .footer-wrap {
                padding: 50px 5%; } }
        #main-footer .footer-container .footer-wrap:after {
            content: '';
            width: 450px;
            height: 450px;
            display: block;
            pointer-events: none;
            position: absolute;
            z-index: 0;
            background-image: url('../images/Kaleydo-footer.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            top: 50%;
            transform: translateY(-50%);
            right: -50px; }
            @media (max-width: 91.0625em) {
                #main-footer .footer-container .footer-wrap:after {
                    width: 400px;
                    height: 400px;
                }
            }
            @media (max-width: 75.0625em) {
                #main-footer .footer-container .footer-wrap:after {
                    width: 350px;
                    height: 350px;
                }
            }
            @media (max-width: 53.0625em) {
                #main-footer .footer-container .footer-wrap:after {
                    width: 300px;
                    height: 300px;
                }
            }
            @media (max-width: 30em) {
                #main-footer .footer-container .footer-wrap:after {
                    top: 35%;
                    width: 250px;
                    height: 250px;
                }
            }
        #main-footer .footer-container .footer-wrap .footer__logo {
            width: 100%;
            z-index: 1;
            position: relative;
            margin-bottom: 50px; }
            #main-footer .footer-container .footer-wrap .footer__logo>a {
                display: inline-block; }
                #main-footer .footer-container .footer-wrap .footer__logo>a img {
                    display: inline-block;
                    width: var(--logowidth); }
        #main-footer .footer-container .footer-wrap .info-column {
            width: 27.5%;
            z-index: 1;
            position: relative; }
            @media (max-width: 50.0625em) {
                #main-footer .footer-container .footer-wrap .info-column {
                    width: 30%; } }
            @media (max-width: 39.99em) {
                #main-footer .footer-container .footer-wrap .info-column.policy {
                    margin-top: 50px;
                    width: 100%; } }
            @media (max-width: 30em) {
                #main-footer .footer-container .footer-wrap .info-column {
                    width: 42%; } }
            @media (max-width: 25.5em) {
                #main-footer .footer-container .footer-wrap .info-column {
                    width: 45%; } }
            #main-footer .footer-container .footer-wrap .info-column>div {
                width: 100%;
                height: 100%;
                position: relative; }
                @media (max-width: 39.99em) {
                    #main-footer .footer-container .footer-wrap .info-column.policy>div {
                        text-align: center; }
                }
            #main-footer .footer-container .footer-wrap .info-column a,
            #main-footer .footer-container .footer-wrap .info-column span {
                font-size: 16px;
                line-height: 1;
                position: relative;
                display: inline-block;
                color: #F1EDE7; }
                @media (max-width: 70.75em) {
                    #main-footer .footer-container .footer-wrap .info-column a,
                    #main-footer .footer-container .footer-wrap .info-column span {
                        font-size: 15px; } }
                @media (max-width: 50.0625em) {
                    #main-footer .footer-container .footer-wrap .info-column a,
                    #main-footer .footer-container .footer-wrap .info-column span {
                        font-size: 14px; } }
                @media (max-width: 25.5em) {
                    #main-footer .footer-container .footer-wrap .info-column a,
                    #main-footer .footer-container .footer-wrap .info-column span {
                        font-size: 13px; } }
            #main-footer .footer-container .footer-wrap .info-column a:after {
                content: '';
                width: 0;
                bottom: -2px;
                left: 0;
                position: absolute;
                background-color: #F1EDE7;
                height: 1px;
                transition: all 0.3s ease-out; }
            #main-footer .footer-container .footer-wrap .info-column a:hover:after {
                width: 100%; }
            #main-footer .footer-container .footer-wrap .info-column>div>div {
                margin-bottom: 15px; }
                @media (max-width: 70.75em) {
                    #main-footer .footer-container .footer-wrap .info-column>div>div {
                        margin-bottom: 12.5px; } }
                @media (max-width: 39.99em) {
                    #main-footer .footer-container .footer-wrap .info-column.policy>div>div:not(.footer__social) {
                        margin: 0 15px;
                        margin-bottom: 0;
                        display: inline-block; }
                }
            #main-footer .footer-container .footer-wrap .info-column>div>div:last-of-type {
                margin-bottom: 0; }
            #main-footer .footer-container .footer-wrap .info-column>div>div.footer__social {
                margin-top: 45px;
                width: 100%;
                font-size: 0; }
                @media (max-width: 70.75em) {
                    #main-footer .footer-container .footer-wrap .info-column>div>div.footer__social {
                        margin-top: 40px; }
                }
                @media (max-width: 39.99em) {
                    #main-footer .footer-container .footer-wrap .info-column>div>div.footer__social {
                        margin-bottom: 20px;
                        margin-top: 20px; }
                }
                #main-footer .footer-container .footer-wrap .info-column>div>div.footer__social a {
                    display: inline-block;
                    margin-right: 20px; }
                    #main-footer .footer-container .footer-wrap .info-column>div>div.footer__social a:after {
                        display: none; }
                #main-footer .footer-container .footer-wrap .info-column>div>div.footer__social img {
                    height: 30px;
                    display: block; }
                    @media (max-width: 50.0625em) {
                        #main-footer .footer-container .footer-wrap .info-column>div>div.footer__social img {
                            height: 25px; } }
            #main-footer .footer-container .footer-wrap .info-column>div>div.power {
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0; }
                @media (max-width: 39.99em) {
                    #main-footer .footer-container .footer-wrap .info-column>div>div.power {
                        position: relative;
                        margin: 0 !important; }
                }
                #main-footer .footer-container .footer-wrap .info-column>div>div.power a {
                    font-size: 0;
                    margin-left: 5px; }
                    #main-footer .footer-container .footer-wrap .info-column>div>div.power a:after {
                        display: none; }
                #main-footer .footer-container .footer-wrap .info-column>div>div.power img {
                    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(108%) contrast(102%);
                    display: block;
                    width: 90px; }

#breadcrumbs {
    --color: #F1EDE7;
    color: var(--color);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px; }
    @media (max-width: 96.0625em) {
        #breadcrumbs {
            font-size: 16px;
        }
    }
    @media (max-width: 75.0625em) {
        #breadcrumbs {
            font-size: 15px;
        }
    }
    @media (max-width: 23.5em) {
        #breadcrumbs {
            font-size: 14px;
            margin-bottom: 15px;
        }
    }
    #breadcrumbs a {
        color: var(--color);
        pointer-events: auto;
        border-bottom: 1px solid var(--color) !important; }

.grecaptcha-badge {
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out; }

.grecaptcha-badge.in {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }