/* ================================================================
   FONT FACES
   ================================================================ */

@font-face {
    font-family: "Fraunces";
    font-display: swap;
    font-weight: 100 900;
    src: url("/wp-content/themes/tp-genesis-child/assets/fonts/Fraunces--latin_basic.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Fraunces";
    font-display: swap;
    font-weight: 100 900;
    src: url("/wp-content/themes/tp-genesis-child/assets/fonts/Fraunces--latin_ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Fraunces";
    font-display: swap;
    font-weight: 100 900;
    font-style: italic;
    src: url("/wp-content/themes/tp-genesis-child/assets/fonts/Fraunces-Italic--latin_basic.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Fraunces";
    font-display: swap;
    font-weight: 100 900;
    font-style: italic;
    src: url("/wp-content/themes/tp-genesis-child/assets/fonts/Fraunces-Italic--latin_ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}


/* ================================================================
   CSS RESET / NORMALIZE
   ================================================================ */

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

*:not(.slider-group>*) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif
}


/* ================================================================
   BASE — HTML & BODY
   ================================================================ */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height);
    font-size: 8px;
    font-size: calc(8px + 2*(100vw - 768px)/1600)
}

body {
    margin: 0;
    font-size: 18px;
    line-height: 1.5em;
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    color: #010101;
    background-color: #fff
}


/* ================================================================
   BASE — TIPOGRAFIA
   ================================================================ */

a {
    color: #77d3de;
    text-decoration: none;
    font-weight: 500
}

a:focus,
a:hover {
    text-decoration: none;
    color: #77d3de
}

b,
strong,
.strong {
    font-weight: 700
}

blockquote,
cite,
em,
i {
    font-style: italic
}

mark,
.mark {
    background: #77d3de;
    color: #fff
}

ol,
ul {
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

li {
    list-style-type: none
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #404040;
    margin: 1em auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 2rem;
    padding: 0
}

h1{
    font-size: 5rem;
}

h1,
.h1 {
    line-height: 1;
    font-weight: 300
}

.h1 {
    font-size: 3.5rem;
}

h2,
.h2 {
    font-size: 4.2rem;
    line-height: 1
}

h2:not(.has-text-align-center):not(.h1),
.h2:not(.has-text-align-center):not(.h1) {
    border-left: 5px solid #77d3de;
    padding-left: 2rem
}

h2.h3 {
    border-left: none !important;
    padding-left: 0 !important;
}

h2.no-decorazione {
    border-left: 0px !important;
    padding-left: 0rem !important;
}

h3,
.h3 {
    font-size: 3rem;
    line-height: 1
}

h4,
.h4 {
    font-size: 2.4rem;
    line-height: 1.25
}

h5,
.h5,
.widget-title {
    font-size: 2rem;
    line-height: 1.25;
    text-transform: uppercase
}

h6,
.h6 {
    font-size: 2rem;
    line-height: 1.5
}

.huge {
    font-size: 6rem;
    line-height: 1em
}

p,
.p {
    margin: 0 0 1.5em
}

.lead {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 1em;
    font-family: "Lora", serif
}

.big {
    font-size: 20px;
    font-weight: 500
}

small,
.small,
.meta,
.entry-meta,
.more,
.post-edit-link {
    font-size: 1.4rem;
    line-height: inherit;
    font-weight: 400
}

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%
}

::-moz-selection {
    color: #fff;
    background: #77d3de
}

::selection,
::-moz-selection {
    color: #fff;
    background: #77d3de
}

:focus {
    outline: none
}

:-ms-input-placeholder {
    color: #010101;
    opacity: 1
}

::-ms-input-placeholder {
    color: #010101;
    opacity: 1
}

::-ms-input-placeholder,
:-ms-input-placeholder,
::placeholder {
    color: #010101;
    opacity: 1
}

.title-shadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    font-weight: strong
}

cite {
    display: block;
    margin-bottom: 5rem
}

.wp-block-quote{
	margin: 1rem auto;
}

blockquote.wp-block-quote p {
    color: #77d3de;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

blockquote.wp-block-quote p:before {
    content: "\201C ";
    font-weight: 900;
    font-size: 120%
}

blockquote.wp-block-quote p:after {
    content: " \201D";
    vertical-align: sub;
    font-weight: 900;
    font-size: 120%
}

.quotes {
    padding: 5rem;
    text-align: center
}

.quotes span {
    padding: 0 5rem
}

.quotes i {
    color: #77d3de;
    font-size: 3rem
}

.scritta-bg {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11vw;
    color: rgba(31, 58, 86, .04) !important;
    letter-spacing: 2px;
    line-height: normal;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    margin-bottom: 0
}

p.etichetta {
    display: inline-block;
    padding: .5rem 5rem !important;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase
}

.quantias figure{
	  background: #fff;
    transform: translateY(100%);
    z-index: 2;
    position: relative;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}


/* ================================================================
   BASE — BOTTONI
   ================================================================ */

button,
.button,
.wp-block-button .wp-block-button__link {
    font-size: .65em;
    cursor: pointer;
    color: #010101;
    font-weight: 500;
    letter-spacing: .2em;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid currentColor;
    border-radius: 5rem;
    padding: 2rem 3rem;
    margin-bottom: 2rem
}

@media(min-width: 782px) {

    button,
    .button,
    .wp-block-button .wp-block-button__link {
        font-size: .8em
    }
}

.wp-block-button .wp-block-button__link {
    padding: 2rem 3rem 2rem 5rem
}

.wp-block-button .wp-block-button__link:before {
    -webkit-transition: all .5s;
    transition: all .5s;
    /*content: "";*/
	content: "\f138";
    font-family: "fontawesome";
    position: absolute;
    -webkit-transform: translatex(calc(-100% - 0.8em));
    transform: translatex(calc(-100% - 0.8em))
}

.wp-block-button input.wp-block-button__link {
    margin-top: 3rem;
    padding: 2rem 3rem
}

.wp-block-button__link {
    width: fit-content !important;
}

.video-button .wp-block-button__link {
    width: 100% !important;
}

.cover-items button,
.cover-items .button,
.cover-items .wp-block-button .wp-block-button__link {
    color: #fff
}

.wp-block-button.is-style-outline .wp-block-button__link {
    text-align: center;
    color: #010101;
    border: 2px solid #010101
}

.wp-block-button.is-style-outline-shadow .wp-block-button__link {
    -webkit-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, .3);
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, .3)
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #77d3de;
    color: #fff;
    border-color: #77d3de
}

.wp-block-button.is-style-outline-shadow .wp-block-button__link:focus,
.wp-block-button.is-style-outline-shadow .wp-block-button__link:hover {
    background-color: #fff;
    color: #77d3de;
    border-color: #77d3de;
    -webkit-box-shadow: 1rem 1rem 0 #77d3de;
    box-shadow: 1rem 1rem 0 #77d3de
}

.wp-block-button .wp-block-button__link:focus:before,
.wp-block-button .wp-block-button__link:hover:before {
    /*content: "";*/
	content: "\f138";
    font-family: "fontawesome";
    -webkit-transform: translateX(calc(-100% - 0.4em));
    transform: translateX(calc(-100% - 0.4em))
}

.custom-button-alternate input {
    border-radius: 50px !important;
    background-color: #fff !important;
    border: solid 1px #77d3de !important;
    color: #77d3de !important;
}

.custom-button-alternate>p {
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
    color: #77d3de !important;
}

.custom-button-alternate-2 a {
    border-radius: 50px !important;
    background-color: #77d3de !important;
    border: solid 1px #77d3de !important;
    color: #fff !important;
}

.custom-button-alternate>* {
    border-radius: 50px !important;
    background-color: #fff !important;
    border: solid 1px #77d3de !important;
    color: #77d3de !important
}

.cta a {
    background-color: #77d3de !important;
    color: white !important;
}

#cta-generative a {
    background: rgb(112, 93, 255);
    background: linear-gradient(90deg, rgba(119, 211, 222, 1) 0%,
            /* rgba(151,90,164,1) 50%,*/
            rgba(255, 128, 222, 1) 100%);
}

.awards-sfondo-blu .wp-element-button {
    color: white !important;
}


/* ================================================================
   BASE — FORM ELEMENTS
   ================================================================ */

input,
select,
textarea {
    width: 100%
}

.contact-halo input,
.contact-halo textarea {
    border: solid 1px #5e5e5e !important;
    border-radius: 5px;
    margin-bottom: 1rem;
}


/* ================================================================
   LAYOUT
   ================================================================ */

.site-container {
    margin: 0 auto;
    max-width: 100%;
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
    word-wrap: break-word;
    padding: 0 2rem;
    overflow: hidden
}

.site-inner {
    margin: var(--header-height) auto -25px;
    max-width: 1280px
}

.content {
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1140px
}

.content-sidebar .content-sidebar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-sidebar .content-sidebar-wrap main.content {
    margin: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.post .entry-title{
	padding-top: 3rem;
}

@media(min-width: 768px) {
    .content-sidebar .content-sidebar-wrap main.content {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%
    }
}

.content-sidebar .content-sidebar-wrap aside.sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media(min-width: 768px) {
    .content-sidebar .content-sidebar-wrap aside.sidebar {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }
}

@media(min-width: 768px) {
    .content-padding-sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .content-like {
        width: 60%;
        margin-right: 10%
    }

    .sidebar-like {
        width: 30%
    }
}

.max-width-container,
.site-header>.wrap {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

.full-width-content .alignfull {
    margin-left: -2rem;
    margin-right: -2rem;
    width: 100vw;
    padding: 2rem
}

.full-width-content .alignwide,
.content-sidebar .site-container .alignfull,
.sidebar-content .site-container .alignfull {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .full-width-content .alignwide {
        margin-left: calc(-1*(50vw - 50%)/2);
        margin-right: calc(-1*(50vw - 50%)/2);
        width: calc(100% + (100vw - 100%)/2)
    }

    .full-width-content .alignfull {
        margin-left: calc(-1*(50vw - var(--scrollbar-width)/2 - 50%));
        margin-right: calc(-1*(50vw - var(--scrollbar-width)/2 - 50%));
        width: calc(100vw - var(--scrollbar-width))
    }

    .alignwide .alignwide,
    .alignfull .alignwide,
    .alignfull .alignfull,
    .alignwide .alignwide {
        margin: 0 auto;
        max-width: 100%
    }
}

.colonne-full {
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    gap: 0 !important
}

.colonne-full .wp-block-column {
    padding: 0 !important;
    margin: 0
}

.col-40-60 {
    gap: 8%
}

.col-40-60 .wp-block-column {
    padding-right: 4%;
    padding-left: 4%
}

.col-40-60>.wp-block-column:first-child {
    text-align: center
}

.col-40-60>.wp-block-column:nth-child(2) {
    border-left: solid 1px #b7b7b7
}

.col-alt{
	gap: 0!important;
}
.col-alt>.wp-block-column:nth-child(1){
	border-right: solid 1px #b7b7b7!important;
}
.col-alt>.wp-block-column:nth-child(2){
	border-left: 0!important;
}


@media(min-width: 781px) {
    .col-40-60 .wp-block-column:first-child {
        text-align: left
    }
}

.max-100 {
    max-width: 100% !important
}

.max-100 img {
    max-width: 100% !important
}


/* ================================================================
   HEADER
   ================================================================ */

.admin-bar .site-header {
    top: 32px
}

.site-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
    background-color: #fff;
    margin-left: calc(-1*(50vw - var(--scrollbar-width)/2 - 50%));
    margin-right: calc(-1*(50vw - var(--scrollbar-width)/2 - 50%));
    width: calc(100vw - var(--scrollbar-width))
}

.site-header>.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-post .site-inner{
	margin-bottom: 10px!important;
}

.max-width-container, .site-header>.wrap {
    max-width: 1140px;
}
.title-area {
    padding-left: 2rem
}
@media (min-width:1140px){
    .title-area {
        padding-left: 0;
    }
}
.site-title {
    margin: 0;
    padding: 0
}

.site-description,
.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.custom-logo {
    width: 15rem;
    height: auto;
    display: block
}

.custom-logo-link {
    display: block
}

.entry-header {
    margin: 2em 0
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #77d3de !important
}

.banner-pre-header {
    background-color: #77d3de;
    padding: 0 !important;
    display: none
}

.banner-pre-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner-pre-header ul li {
    margin-right: 2rem
}

.banner-pre-header ul li a {
    color: #fff;
    font-size: 14px
}

.banner-pre-header ul li a:hover {
    color: #fff
}

@media(min-width: 980px) {
    .banner-pre-header {
        display: block
    }
}


/* ================================================================
   NAVIGAZIONE
   ================================================================ */

.genesis-skip-link {
    margin: 0
}

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0
}

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 700;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000
}

.nav-primary {
    display: none;
    width: 100%;
    background: #77d3de;
    padding: 0 1rem;
    z-index: 9998
}

.nav-primary a {
    color: #fff
}

#menu-main-menu,
#menu-menu-principale {
  text-transform: uppercase;
}

@media(min-width: 768px) {
    .nav-primary {
        padding: 0;
        width: auto;
        background: #fff;
        display: block
    }

    .nav-primary .wrap {
        min-height: auto
    }

    .nav-primary a {
        color: #010101
    }

    .nav-primary .sub-menu .menu-item {
        background-color: #77d3de
    }

    .nav-primary .sub-menu .menu-item>a,
    .nav-primary .sub-menu .menu-item .sub-menu-toggle {
        color: #fff
    }

    .nav-primary .sub-menu .menu-item:hover {
        background-color: #fff
    }

    .nav-primary .sub-menu .menu-item:hover>a,
    .nav-primary .sub-menu .menu-item:hover .sub-menu-toggle {
        color: #77d3de
    }
}

.menu-primary {
    margin: 1.5em 0;
    width: 100%;
    padding-left: 0
}

@media(min-width: 768px) {
    .menu-primary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0
    }
}

.menu-primary .menu-item {
    position: relative
}

.menu-primary .menu-item>a {
    display: inline-block;
    font-family: "Archivo", sans-serif;
    padding: 0 .5em;
    font-size: 1.6rem
}

@media screen and (min-width: 768px) {
    .menu-primary .menu-item>a {
        line-height: 4em
    }
}

.menu-primary .menu-item>a :first-child {
    font-weight: 400
}

.genesis-nav-menu a {
    text-decoration: none;
    font-family: "Lora", serif
}

.genesis-nav-menu a[href="#"] {
    cursor: default
}

.burger {
    position: relative;
    display: block;
    width: 1.5em;
    margin-top: -5px;
    height: calc(1.5em - 5px);
    cursor: pointer
}

.burger span {
    position: absolute;
    left: 0;
    width: 1.5em;
    height: 5px;
    background-color: #010101
}

.burger.active span {
    background-color: #fff
}

.burger span:nth-child(1) {
    top: 0
}

.burger span:nth-child(2) {
    top: 50%
}

.burger span:nth-child(3) {
    top: 100%
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
    margin: 0;
    padding-right: 2rem;
    background: rgba(0, 0, 0, 0);
    color: #010101;
    border: none
}

@media(min-width: 768px) {

    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:active,
    .menu-toggle:focus {
        display: none
    }
}

.menu-toggle.dashicons,
.menu-toggle.dashicons-before:before,
.menu-toggle:hover.dashicons,
.menu-toggle:hover.dashicons-before:before,
.menu-toggle:active.dashicons,
.menu-toggle:active.dashicons-before:before,
.menu-toggle:focus.dashicons,
.menu-toggle:focus.dashicons-before:before {
    display: inline-block;
    line-height: 1;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in
}

.sub-menu-toggle,
.sub-menu-toggle:hover,
.sub-menu-toggle:active,
.sub-menu-toggle:focus {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: none;
    margin: 0
}

.sub-menu-toggle:before,
.sub-menu-toggle:hover:before,
.sub-menu-toggle:active:before,
.sub-menu-toggle:focus:before {
    font-family: "Fontawesome" !important;
    content:  "\f078"!important;
    padding-right: .5em;
    margin-left: -0.5em;
    margin-bottom: -0.2em;
    padding-top: .2em;
    font-size: .8em!important;
    line-height: 1!important;
}

@media(min-width: 768px) {

    .sub-menu-toggle,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:active,
    .sub-menu-toggle:focus {
        color: #010101
    }
}

.sub-menu {
    display: none;
    padding-left: 0;
    width: 100%;
    min-width: 30rem
}

@media screen and (min-width: 768px) {
    .sub-menu {
        position: absolute;
        background: #fff
    }

    .sub-menu .menu-item {
        position: relative
    }

    .sub-menu .menu-item .sub-menu {
        left: 100%;
        top: 0
    }
}

.sub-menu .menu-item {
    padding: .5em 1.5em
}

@media screen and (min-width: 768px) {
    .sub-menu .menu-item {
        padding: .5em 1em
    }
}

.sub-menu .menu-item a {
    font-family: "Archivo", sans-serif !important;
    font-size: 1.6rem;
    line-height: 120%
}

.lang-item {
    display: inline-block
}

.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 30px
}

/* ================================================================
   TOGGLE MOBILE
   ================================================================ */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transition: opacity 0.15s linear;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 27px;
  display: inline-block;
  position: relative;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #010101; 
  position: absolute;
  transition: transform 0.15s ease, top 0.15s ease, bottom 0.15s ease, opacity 0.15s ease;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner::before, 
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before { top: -10px; }
.hamburger-inner::after { bottom: -10px; }

/* menu aperto */
.activated .hamburger .hamburger-inner,
.activated .hamburger .hamburger-inner::before,
.activated .hamburger .hamburger-inner::after {
  background-color: #d51528; 
}

.activated .hamburger-inner {
  transform: rotate(45deg);
}

.activated .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.activated .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* ================================================================
   FOOTER
   ================================================================ */

#footer-waves{
	top: -33px!important;
}

.site-footer>.wrap>p {
    margin: 0
}

.footer-widgets {
    padding: 1.5em 1em;
    border-bottom: 2px solid #fff
}

.footer-widgets .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.footer-widgets .wrap ul {
    margin-bottom: 0
}

.footer-widgets .wrap .menu-item>a {
    color: #77d3de;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 1.56rem;
    line-height: 3rem
}

.footer-widgets .wrap .menu-item>a:hover {
    color: #77d3de
}

.footer-widget-area {
    margin-bottom: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-top: 3em
}

@media(min-width: 360px) {
    .footer-widget-area {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media screen and (min-width: 768px) {
    .footer-widget-area {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

.footer-widget-area>section.widget {
    margin-bottom: 2em
}

.footer-widget-area>section.widget h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: .5em;
    line-height: 3rem
}

.footer-widget-area nav a {
    line-height: 3rem
}

.footer-details ul {
    margin-bottom: 0
}

.footer-details .menu-item>a {
    text-decoration: none;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .footer-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-details>* {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.custom-footer {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#77d3de));
    background-image: linear-gradient(180deg, #ffffff 0%, #77d3de 100%);
    padding-top: 10rem !important
}

.footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 1547px
}

@media(max-width: 980px) {
    .footer-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-column {
    width: 33.3333%;
    font-size: 14px
}

@media(max-width: 980px) {
    .footer-column {
        width: 100%;
        text-align: center
    }
}

.footer-column p {
    margin-bottom: 2rem;
    line-height: 1.5
}

.footer-column a,
.footer-column a:hover {
    color: #010101
}

.footer-column figure {
    margin: 0;
    text-align: center
}

.footer-column figure img {
    max-width: 150px;
    margin: 0 auto;
}


/* ================================================================
   WORDPRESS BLOCKS
   ================================================================ */

.wp-block-cover {
    padding: 0 0 4em;
}

.wp-block-columns .wp-block-column {
  margin-bottom: 2em;
}

.wp-block-columns {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.wp-block-columns {
		margin-top: 2em;
		margin-bottom: 1em;
	}
}

.wp-block-cover__inner-container *:not(.mappa) {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

.wp-block-cover__inner-container figure,
.wp-block-cover__inner-container figure * {
    max-width: 100vw !important
}

.wp-block-cover__inner-container .wp-block-column figure,
.wp-block-cover__inner-container .wp-block-column figure * {
    max-width: 100% !important;
}

.wp-block-cover__inner-container .separatore,
.wp-block-cover__inner-container .separatore * {
    max-width: 100vw !important
}

figure.custom-figure {
    padding: 0 !important;
    margin-bottom: 0 !important
}

.wp-block-button.alignleft,
.wp-block-buttons.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
    margin-right: .5em
}

.wp-block-button.alignright,
.wp-block-buttons.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright {
    margin-left: .5em
}

.wp-block-getwid-tabs__nav-links {
    margin-bottom: 0 !important;
}

.wp-block-getwid-tabs__nav-links>li {
    list-style-type: none !important;
}

.wp-block-column .gruppo-mappa iframe.mappa {
    max-width: 100% !important
}

.colonne-large .wp-block-cover__inner-container .wp-block-columns {
    max-width: 1750px !important
}

.cover-gartner .wp-block-buttons .wp-block-button {
    margin-left: 0px;
}

.splide__slide .wp-block-cover .is-open .c-accordion__content {
    display: block;
}

/* Palette colori WordPress */
.has-grey-color {
    color: #404040
}

.has-grey-background-color {
    background-color: #404040
}

.has-light-grey-color {
    color: #b7b7b7
}

.has-light-grey-background-color {
    background-color: #b7b7b7
}

.has-lighter-grey-color {
    color: #f5f5f5
}

.has-lighter-grey-background-color {
    background-color: #f5f5f5
}

.has-blue-color {
    color: #77d3de
}

.has-blue-background-color {
    background-color: #77d3de
}

.has-light-blue-color {
    color: #cff
}

.has-light-blue-background-color {
    background-color: #cff
}

.has-black-color {
    color: #010101
}

.has-black-background-color {
    background-color: #010101
}

.has-white-color {
    color: #fff
}

.has-white-background-color {
    background-color: #fff
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.site-container p.has-drop-cap:not(:focus)::first-letter {
    margin: .02em .08em 0 -0.08em
}

.site-container p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
.site-container p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
    margin-right: .01em
}

.site-container p.has-background {
    padding: .5em .5em
}

.site-container p.has-background.box-shadow {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.site-container p.has-text-color a,
.site-container p.has-background a {
    color: inherit
}

.site-container p.has-background a:focus,
.site-container p.has-background a:hover,
.site-container p.has-text-color a:focus,
.site-container p.has-text-color a:hover {
    color: inherit;
    text-decoration: none
}

.site-container p.has-background.light-text a {
    color: #fff;
    text-decoration: underline
}

.site-container p.has-background.light-text a:focus,
.site-container p.has-background.light-text a:hover {
    text-decoration: none
}

/* Allineamento immagini */
a.aligncenter img {
    display: block;
    margin: 0 auto
}

a.alignnone {
    display: inline-block
}

.alignleft {
    float: left;
    text-align: left
}

.alignright {
    float: right;
    text-align: right
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%
}

img.centered,
.aligncenter,
.singular-image {
    display: block;
    margin: 0 auto 1.5em
}

img.alignnone,
.alignnone {
    margin-bottom: .5em
}

.immagine-link {
    position: fixed;
    top: -100%;
    left: -100%;
}


/* ================================================================
   CONTENT — ENTRY, RICERCA, COMMENTI, PAGINAZIONE
   ================================================================ */

.after-entry,
.archive-description,
.author-box {
    margin-bottom: 2em
}

.after-entry {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 20px 1.5em
}

.after-entry .widget:last-of-type {
    margin-bottom: 0
}

.breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 2em;
    padding-bottom: 10px
}

.genesis-title-hidden .breadcrumb {
    margin-top: 2em
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0
}

.search-form {
    overflow: hidden
}

.entry-content .search-form {
    margin-bottom: 2em;
    width: 50%
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
    margin-top: 10px
}

.widget_search input[type=submit] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: .5em;
    text-indent: .5em
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 1.5em;
    padding-left: 2em
}

.entry-content ol>li {
    list-style-type: decimal
}

.entry-content ul>li {
    list-style-type: disc
}

.entry-content ol ul>li,
.entry-content ul ul>li {
    list-style-type: circle
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0
}

.postid-4785 .entry-content>img,
.postid-4780 .entry-content>img {
	width: 100%;
}

.entry-content code {
    background-color: #fff
}

.content .sticky {
    background-color: #fff;
    padding: 1.5em
}

p.entry-meta {
    font-size: .875em;
    margin-bottom: 0
}

.entry-categories,
.entry-tags {
    display: block
}

.entry-comments-link::before {
    content: "—";
    margin: 0 6px 0 2px
}

.pagination {
    clear: both;
    margin: 1.5em 0
}

.adjacent-entry-pagination {
    margin-bottom: 0
}

.archive-pagination li {
    display: inline
}

.archive-pagination li a {
    background-color: #77d3de;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .875em;
    font-weight: 700;
    margin-bottom: .25em;
    padding: .25em .5em;
    text-decoration: none
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #77d3de
}

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 2em
}

.comment-list li {
    padding: 2em 0 0 1.5em
}

.comment-list .depth-1 {
    padding-left: 0
}

.comment-header {
    margin-bottom: 1.5em
}

.comment-content {
    clear: both
}

.comment-content ul>li {
    list-style-type: disc
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: .25em
}

.comment-header p {
    margin-bottom: 0
}

.entry-pings .reply {
    display: none
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: .5em
}

.single .entry-content>img {
    height: auto
}

.gb-block-post-grid-image img {
    height: auto
}


/* ================================================================
   COMPONENTI — CARD & BOX
   ================================================================ */

.rounded-shadowed-box {
    border-radius: 15px;
    padding: 3rem 1rem;
    box-shadow: 0px 2px 8px rgba(16, 16, 16, 0.22) !important;
}

.rounded-shadowed-box h3:before {
    content: '\f12a';
    font-family: 'dashicons';
    font-size: 3rem;
    line-height: 1;
    margin-right: .5rem;
    vertical-align: bottom;
}

.gruppo-boxato-blu-alt {
    box-shadow: 0px 2px 8px rgba(16, 16, 16, 0.22) !important;
    border-radius: 15px;
    padding: 5rem 2rem;
    position: relative;
}

.gruppo-boxato-blu-alt p:last-of-type {
    margin-bottom: 0;
}

.gruppo-boxato-slim {
    box-shadow: 0px 2px 8px rgba(16, 16, 16, 0.22) !important;
    border-radius: 15px;
    padding: 2rem;
}

.gruppo-boxato {
    -webkit-box-shadow: 0px 2px 8px rgba(16, 16, 16, .22) !important;
    box-shadow: 0px 2px 8px rgba(16, 16, 16, .22) !important;
    border-radius: 15px;
    padding: 5rem 2rem;
    margin: 5rem 2rem;
    color: #fff;
    background: #77d3de
}

.gruppo-boxato-blu {
    -webkit-box-shadow: 0px 2px 8px rgba(16, 16, 16, .22) !important;
    box-shadow: 0px 2px 8px rgba(16, 16, 16, .22) !important;
    border-radius: 15px;
    padding: 5rem 2rem;
    background-color: rgba(55, 201, 239, .32)
}

.gruppo-contatti {
    -webkit-box-shadow: 0px 2px 8px rgba(16, 16, 16, .22) !important;
    box-shadow: 0px 2px 8px rgba(16, 16, 16, .22) !important;
    border-radius: 15px;
    padding: 5rem 2rem;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -100px;
    background-color: #fff;
    position: relative;
    z-index: 999
}

.gruppo-contatti .wp-block-group__inner-container {
    padding: 5rem 2rem !important
}

.gruppo-contatti i {
    font-size: 30px;
    color: #77d3de
}

.gruppo-contatti span {
    color: #77d3de
}

.group-cover-bg {
    background: #212439cc !important;
    border-radius: 25px;
    padding: 3rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.colonna-pam3-uno,
.colonna-pam3-due,
.colonna-pam3-tre,
.colonna-pam4-uno,
.colonna-pam4-due,
.colonna-pam4-tre,
.colonna-pam4-quattro {
    border-radius: 15px;
    padding: 3rem 1rem;
    -webkit-box-shadow: 0px 2px 8px rgba(16, 16, 16, .22) !important;
    box-shadow: 0px 2px 8px rgba(16, 16, 16, .22) !important
}

.colonna-pam3-uno,
.colonna-pam4-uno {
    background-color: #81deea
}

.colonna-pam4-due {
    background-color: #3edad8
}

.colonna-pam3-due,
.colonna-pam4-tre {
    background-color: #00c3f4
}

.colonna-pam3-tre,
.colonna-pam4-quattro {
    background-color: #2c92d5
}

.boxato-semplice {
    border: solid 2px #77d3de;
    border-radius: 15px;
    padding: 4rem 2rem
}

.boxato-ombra {
    -webkit-box-shadow: 0px 2px 8px rgba(16, 16, 16, .22);
    box-shadow: 0px 2px 8px rgba(16, 16, 16, .22);
    border-radius: 15px;
    padding: 4rem 4rem 0;
    margin: 2rem 0 0
}

.boxato-ombra h4 {
    border-left: 5px solid #77d3de;
    padding-left: 2rem
}

.circle-blu {
    -webkit-box-shadow: 0px 2px 8px rgba(16, 16, 16, .22);
    box-shadow: 0px 2px 8px rgba(16, 16, 16, .22);
    background-color: rgba(119, 211, 222, .44);
    border-radius: 50%;
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px
}

.circle-blu p {
    margin: 0
}

.br-15 {
    border-radius: 15px
}

.shadow {
    -webkit-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, .3);
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, .3)
}

.bordo-bianco {
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 3rem
}

.awards-columns {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.awards-columns>div>h2 {
    border-left: none !important;
    padding-left: 0 !important;
}

@media screen and (max-width: 781px) {
    .awards-columns .wp-block-column:nth-child(2) {
        display: none;
    }
}

.novita-columns {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}

.max-w-480 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto
}

.h-100>div {
    height: 100%;
}

.wp-block-column .gruppo-boxato {
    height: 100%
}

.platform-overview .wp-block-column .gruppo-boxato,
.financial-columns .wp-block-column .gruppo-boxato {
    height: auto
}

.platform-overview .cover-cerchio {
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: rgba(119, 211, 222, .44)
}

.platform-overview .cover-cerchio .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.platform-overview .cover-cerchio figure {
    width: 80%
}

/* Novità / post grid */
.post-novità {
    border-radius: 25px;
    overflow: hidden
}

.post-novità .gb-block-post-grid-image {
    background-color: white;
}

.post-novità .gb-block-post-grid-image,
.post-novità .gb-post-grid-item {
    margin-bottom: 0 !important
}

.post-novità .gb-block-post-grid-text {
    background-color: #4078a7;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 15px
}

.post-novità .gb-block-post-grid-text a,
.post-novità .gb-block-post-grid-text h3 a {
    color: #77d3de;
    font-size: 18px
}

.post-novita-alt {
    border-radius: 25px;
    overflow: hidden;
}

.post-novita-alt>div>.wp-block-group {
    background-color: #4078a7;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 15px;
}

.post-novita-alt figure {
    margin-bottom: 0 !important;
}

.post-novita-alt>div>.wp-block-group a,
.post-novita-alt>div>.wp-block-group h3 a {
    color: #77d3de;
    font-size: 18px;
}

.divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDUxLjc2YzM2LjIxLTIuMjUgNzcuNTctMy41OCAxMjYuNDItMy41OCAzMjAgMCAzMjAgNTcgNjQwIDU3IDI3MS4xNSAwIDMxMi41OC00MC45MSA1MTMuNTgtNTMuNFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMHYzLjRDMjguMiAxLjYgNTkuNC41OSA5NC40Mi41OWMzMjAgMCAzMjAgODQuMyA2NDAgODQuMyAyODUgMCAzMTYuMTctNjYuODUgNTQ1LjU4LTgxLjQ5VjB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 100px
}

.ecsm {
    -webkit-transition: all .3s;
    transition: all .3s
}


/* ================================================================
   COMPONENTI — SLIDER & CAROSELLI
   ================================================================ */

.slider-group,
.slider-chi {
    overflow: hidden
}

.slider-chi img {
    height: auto;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slick-slide {
    height: auto;
    text-align: center
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.slick-dots li {
    cursor: pointer;
    font-size: 4rem;
    color: #e4e4e4
}

.slick-dots li.slick-active {
    color: #010101
}

.slick-dots button {
    display: none
}

.slider-link {
    padding: 0 1rem
}

.slider-link img {
    max-height: 100px;
    width: auto
}

.slider-testimonials-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 90%;
    margin: 0 auto
}

.slider-testimonial {
    max-width: 90vw;
    overflow: hidden;
    margin: 0 auto
}

.slider-testimonial .testimonial-slide {
    padding: 0 1rem;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width: 782px) {
    .slider-testimonial .testimonial-slide {
        width: 750px
    }
}

.slider-testimonial .testimonial-slide p,
.slider-testimonial .testimonial-slide h2 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}

.slider-testimonial .testimonial-slide figure {
    -ms-flex-preferred-size: max(200px, 25%);
    flex-basis: max(200px, 25%);
    padding: 2rem;
    margin: 0
}

.slider-testimonial .testimonial-slide figure img {
    width: 100%;
    height: auto
}

@media(min-width: 782px) {
    .slider-testimonial .testimonial-slide .alt {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .slider-testimonial .testimonial-slide .alt figure {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }
}

.slider-testimonial .testimonial-slide p,
.slider-testimonial .testimonial-slide h2 {
    color: #fff
}

.slider-testimonial .testimonial-slide h2 {
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0
}

.slider-testimonial .testimonial-slide .ruolo {
    text-transform: uppercase;
    font-weight: 500;
    color: #cff
}

.slider-testimonial .testimonial-slide .recensione {
    font-style: italic;
    line-height: 1.2;
    font-size: .9em
}

.articolo-testimonial {
    text-align: center
}

.hero-carousel-home {
    padding: 0 !important;
}


/* ================================================================
   COMPONENTI — ACCORDION
   ================================================================ */

.accordion {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 1rem;
    margin-bottom: 2rem
}

.accordion :first-child {
    margin-bottom: 0
}

.accordion .c-accordion__title:after {
    color: #fff;
    font-weight: 900
}

.accordion>:nth-child(2) {
    margin-top: 3rem
}

body .accordion-black {
    color: #000;
    border-color: #000;
}

body .accordion-black .c-accordion__title:after {
    color: #000;
}

.accordion-news button {
    border-bottom: solid 3px #77d3de;
    margin-bottom: 2rem;
}

.accordion-ombra {
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, .3) !important;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, .3) !important;
    padding: 2rem
}

.accordion-ombra h2 {
    margin-bottom: 0 !important
}

.accordion-ombra p {
    padding: 2rem;
    margin-bottom: 0 !important
}


/* ================================================================
   COMPONENTI — FORM & CTA
   ================================================================ */

.wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpcf7-form * {
    max-width: 100vw !important
}

.wpcf7-form p {
    margin-bottom: 0
}

.contact-alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-alt label {
    width: calc(50% - 10px);
    margin: 0 !important
}

.contact-alt>p {
    width: 100%;
}

.contact {
    width: 100%
}

.contact input,
.contact textarea {
    padding: 2rem 1rem;
    border: none;
    color: #77d3de
}

.invia {
    text-align: end
}

.invia .wpcf7-submit {
    max-width: 25% !important;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border-radius: 150px;
    border: 1px solid currentColor
}

.invia .wpcf7-spinner {
    display: none
}

.contact-accademy {
    padding: 5rem 0;
}

.contact-accademy>div {
    margin-top: 2rem;
}

html:lang(en-GB) .contact-accademy .it {
    display: none;
}

html:lang(it-IT) .contact-accademy .en {
    display: none;
}

.cta-landing-android {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    padding: 1rem;
}

.cta-landing-android>div {
    position: absolute;
    padding: 1rem;
    background-color: #EFEFEF;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 95vh;
}

.cta-landing-android .invia p {
    text-align: center;
}

.cta-landing-android .wpcf7-submit {
    background: #77D3DE !important;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-align: center;
    border: 0px transparent !important;
    box-shadow: none;
}

.form-android-close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.cta-landing-android .wpcf7-response-output {
    flex-basis: 100%;
}

.cta-landing-android .wpcf7-acceptance input {
    width: fit-content;
}

.wrapper-form-sostenibilita .form-newsletter-cta input {
    border-radius: 500px;
    border: none;
    padding: 1rem;
    margin-bottom: 1rem;
}

.wrapper-form-sostenibilita .form-newsletter-cta p,
.wrapper-form-sostenibilita .form-newsletter-cta a {
    color: #fff !important;
}

.wrapper-form-sostenibilita .form-newsletter-cta a {
    text-decoration: underline;
}

.wrapper-form-sostenibilita .form-newsletter-cta .wpcf7-spinner {
    display: none;
}

.wrapper-form-sostenibilita .form-newsletter-cta .wpcf7-submit {
    width: fit-content;
    padding: 1rem 3rem;
}

@media (min-width: 768px) {
    .wrapper-form-sostenibilita .form-newsletter-cta>p:nth-child(1) {
        width: calc(50% - 1rem);
        display: inline-block;
    }

    .wrapper-form-sostenibilita .form-newsletter-cta>p:nth-child(2) {
        margin-left: 1rem;
        width: calc(50% - 1rem);
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .wrapper-form-sostenibilita .wp-block-column:nth-child(2) {
        display: none;
    }
}

/* ================================================================
   COMPONENTI — LEAD FORM
   ================================================================ */
.lead-form{
	display: none;
	position: fixed;
	z-index: 999999;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 2rem;
	background: #EFEFEF;
	border-bottom: solid 5px #77d3de;
	border-radius: 20px;
}
.lead-form > p{
	margin-bottom: 2rem;
}
.lead-form > p:last-of-type{
	display: flex;
	justify-content: center;
}
.lead-form .form-close{
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-weight: 700;
}
.lead-form .wpcf7-submit{
	background: #77D3DE;
	padding: 10px 15px;
	text-align: center;
	border: 0;
	box-shadow: none;
	width: fit-content;
	color: white;
	border-radius: 500px;
}

/* ================================================================
   COMPONENTI — SCHEDE PRODOTTO
   ================================================================ */
#schede-prodotto{
	padding: 5rem 5rem!important;
}
#schede-prodotto .wp-block-pb-accordion-item{
	color: #fff;
	border-bottom: solid 2px #fff;
}
.titolo-scheda-download{
	display: inline-block;
	padding: 0.5em 2em!important;
}
.link-scheda a{
	display: flex;
	justify-content: space-between;
}
.link-scheda a::after{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('/wp-content/uploads/2023/12/icona-download-white.svg');
	background-size: contain;
}
.link-scheda{
	border-top: dotted 1px #fff;
	margin-bottom: 1rem;
	padding-top: 1rem;
}
.link-scheda:first-of-type{
	border-top: none;
}
.c-accordion__title:after{
	color: #fff;
}
.scheda-scaricata{
	display: none;
}
#schede-prodotto .wp-block-pb-accordion-item{
		height: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
#schede-prodotto .wp-block-pb-accordion-item > h3,
#schede-prodotto .wp-block-pb-accordion-item > div{
		flex-basis: 100%;
}
.wpcf7-form .form-newsletter{
	max-width: 300px!important;
}
#boxzilla-5656,
#boxzilla-5660,
#boxzilla-5682,
#boxzilla-5683{
	border: solid 5px #77d3de;
}
body .wp-block-group.is-layout-flex{
	flex-wrap: wrap;
}
figure.max-100{
	max-width: 100%!important;
}

/* ================================================================
   COMPONENTI — HOME PAGE
   ================================================================ */

.head_group {
    margin-bottom: 5rem;
  	padding: 0!important;
}

.head_group * {
    border: none;
    word-break: break-word
}

.head_group h1 {
    /*background-image: url(/wp-content/uploads/2022/07/s2e-abbraccio_01.png);
    background-position: center;
    background-repeat: no-repeat;*/
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home .head_group h1{
	background-position: right 10rem top 30px;	
}
@media screen and (max-width: 781px){
	.home .head_group h1 {
		background: none;
		padding-bottom:30rem;
	}
}


.head_group .wp-block-buttons {
    position: absolute;
    z-index: 999;
    -webkit-transform: translateY(calc(-100% - 4rem));
    transform: translateY(calc(-100% - 4rem));
    width: 100%;
    max-width: 280px;
    left: calc(50vw - 140px)
}

@media(min-width: 782px) {
    .head_group .wp-block-buttons {
        left: 0;
        max-width: 100%;
        display: block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.head_group .wp-block-button {
    display: inline-block;
    margin: 2rem 0 0 0
}

.head_group .wp-block-button a {
    border: none
}

.head_group .wp-block-button .wp-block-button__link {
    display: block;
    margin: 0;
    border-radius: 200px;
    padding: 2rem 3rem;
    color: #fff;
    overflow: hidden;
    position: relative
}

.head_group .wp-block-button .wp-block-button__link:before {
    content: ""
}

.head_group .wp-block-button .wp-block-button__link:after {
    content: "";
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    aspect-ratio: 1;
    -webkit-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%);
    z-index: -1;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #ffffff), color-stop(15%, #ffffff), color-stop(40%, #72d1dd), to(#72d1dd));
    background-image: linear-gradient(to top, #ffffff 10%, #ffffff 15%, #72d1dd 40%, #72d1dd 100%)
}

.head_group .wp-block-button .wp-block-button__link:hover:after {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%)
}

@media(min-width: 782px) {
    .head_group .wp-block-button {
        margin: 0 0 0 4rem
    }

    .head_group .wp-block-button.video-button {
        width: calc(50% + 4rem);
        margin: 0 0 0 -4rem
    }

    .head_group .wp-block-button.video-button a {
        text-align: right;
        padding-left: 6rem
    }

    .head_group .wp-block-button.video-button a:after {
        content: "";
        left: 0;
        width: 150%;
        height: 100%;
        -webkit-transform: translatex(-15%);
        transform: translatex(-15%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(15%, #ffffff), color-stop(40%, #72d1dd), to(#72d1dd));
        background-image: linear-gradient(90deg, #ffffff 10%, #ffffff 15%, #72d1dd 40%, #72d1dd 100%)
    }

    .head_group .wp-block-button.video-button a:hover:after {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
}

.titolo-collaborazioni {
    margin-top: -4vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 4vw
}

.group-collaborazioni {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0 !important
}

.colonna-iframe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.colonna-iframe .iframe-novità {
    max-width: 1140px
}

.cta-cover {
    margin-top: 3rem
}

.home .slick-dots {
    margin-top: 5rem
}

.home .slick-slide {
    text-align: center
}

.icona-landing-nvidia {
    width: 150px !important;
    height: 150px !important;
    background-color: #77d3de;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.icona-landing-nvidia img {
    max-width: 100px !important;
}

#splite_popup_description {
    display: none;
}

.sostenibilita-radius img {
    border-radius: 25px;
}

.skill-percentage {
    line-height: 1 !important;
    top: calc(50% - 2.5rem) !important;
    font-size: 5rem
}

.skill-percentage::after {
    display: none
}

.section {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
}

.cover-items {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important
}

.extra-padding {
    padding-top: calc(2rem + 75px)
}


/* ================================================================
   CPT EVENTI
   ================================================================ */

/* Archive */
header.archive-header-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-type-archive-event h1 {
    padding-block: 100px;
    margin: 0;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
}

.custom-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #77d3de;
    color: #fff;
    padding: 12px 45px 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    outline: none;
    display: block;
}

.custom-select-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-70%) rotate(45deg);
    transition: all .4s ease-in-out;
    pointer-events: none;
}

.custom-select-wrapper:focus-within:after {
    transform: translateY(-20%) rotate(225deg);
}

.post-type-archive-event .event-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 50px;
    margin-bottom: 100px;
}

.post-type-archive-event h2.event-title {
    font-size: 32px;
    margin-top: 5px;
}

.post-type-archive-event .event-grid .event-image img {
    height: auto;
}

.post-type-archive-event a.btn-event {
    background-color: rgba(128, 222, 234, 1.0);
    font-weight: 600;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    padding-block: 10px;
    padding-inline: 20px;
}

.post-type-archive-event a.btn-event:hover {
    background-color: rgba(45, 168, 184, 1.0);
}

.post-type-archive-event nav.archive-external-links {
    margin-block: 100px;
    display: flex;
    gap: 50px;
    justify-content: center;
}

.post-type-archive-event .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Single event */
.event-header {
    background: linear-gradient(180deg, rgba(119, 211, 222, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
}

.event-header .row {
    display: flex;
    margin: var(--header-height) auto;
    max-width: 1140px;
    gap: 8%;
}

.event-header-left,
.event-header-right {
    padding-right: 4%;
    padding-left: 4%;
}

.event-header .event-header-left {
    width: 40%;
    flex-grow: 1;
}

.event-header .row .event-header-left p.etichetta {
    background: white;
}

.event-header .row .event-header-left .event-brand-logo {
    max-width: 370px;
    margin-bottom: 1em;
}

.event-header .row .event-header-left .event-brand-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.event-header .row .event-header-left .event-meta-info {
    display: flex;
    gap: 30px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.event-header .event-header-right {
    border-left-color: rgb(183, 183, 183);
    border-left-style: solid;
    border-left-width: 1px;
    width: 60%;
}

.event-header .event-header-right .hubspot-form-wrapper {
    border-radius: 25px;
    padding: 3rem;
    background: var(--cmplz_banner_background_color);
    box-shadow: 0px 2px 8px rgba(119, 211, 222, 0.1);
}

.event-speakers-section {
    margin-bottom: 105px;
}

.event-speakers-section .speakers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
    margin-block: 2em;
}

.event-speakers-section .speaker-photo img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.2em;
}

.event-speakers-section h6.speaker-company {
    text-transform: uppercase;
    color: #77d3de;
}

section.event-cta-block.alignfull {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #77d3de;
    color: #fff;
    min-height: 430px;
    text-align: center;
}

.event-cta-block p.cta-label.titolo-scheda-download {
    color: #77d3de;
    background: white;
    width: fit-content;
    margin-inline: auto;
}

.event-cta-block p.text {
    font-weight: 500;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
}

section.event-full-text-bottom {
    padding-block: 105px;
}

/* Responsive eventi */
@media (max-width: 980px) {
    .post-type-archive-event .event-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 781px) {

    .post-type-archive-event .event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event-header .row {
        max-width: 100%;
        gap: 0;
        flex-direction: column;
    }

    .event-header .event-header-left {
        width: 100%;
    }

    .event-header .event-header-right {
        width: 100%;
        border: none;
    }

    .event-speakers-section {
        margin-bottom: 61px;
    }

    .event-speakers-section .speakers-grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 0px;
    }

    section.event-full-text-bottom {
        padding-block: 61px;
    }
}

@media screen and (max-width: 576px) {

    header.archive-header-event {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    header.archive-header-event form {
        margin-left: auto;
    }

    .post-type-archive-event h1 {
        padding-block: 40px;
    }

    .post-type-archive-event .event-grid {
        grid-template-columns: 1fr;
    }
}


/* ================================================================
   PAGINE SPECIFICHE
   ================================================================ */

.page-id-444 .content {
    padding-bottom: 5rem;
}

.page-id-5736 .custom-footer .footer-column:nth-child(3),
.page-id-5757 .custom-footer .footer-column:nth-child(3) {
    display: none;
}

@media (min-width: 981px) {

    .page-id-5736 .custom-footer .footer-flex .footer-column,
    .page-id-5757 .custom-footer .footer-flex .footer-column {
        width: 50% !important;
    }
}

/* Hero carousel mobile */
@media screen and (max-width: 781px) {
    .hero-carousel-home.carousel-home-mobile .wp-block-cover {
        max-height: calc(100vh - 140px);
        height: 100%;
        width: auto;
        padding-top: 0 !important;
        padding-bottom: 0;
    }

    .hero-carousel-home.carousel-home-mobile .wp-block-cover .wp-block-cover__inner-container {
        height: 100%;
    }

    .hero-carousel-home.carousel-home-mobile .wp-block-cover__image-background {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-carousel-home.carousel-home-mobile .splide__arrows.splide__arrows--ltr,
    .hero-carousel-home.carousel-home-mobile #splide01-slide01 .wp-block-cover__inner-container img.wp-image-1923 {
        display: none;
    }

    .hero-carousel-home.carousel-home-mobile .wp-block-cloudcatch-splide-carousel-item .wp-block-cover__inner-container .wp-block-columns {
        gap: 1em;
        height: -webkit-fill-available;
        padding: 0 1.5em;
        align-content: flex-start;
    }

    .hero-carousel-home.carousel-home-mobile .wp-block-cloudcatch-splide-carousel-item .wp-block-cover__inner-container .wp-block-columns .wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow {
        padding: 0 !important;
        margin-bottom: 0;
    }

    .hero-carousel-home.carousel-home-mobile .wp-block-cloudcatch-splide-carousel-item .wp-block-cover__inner-container .wp-block-columns .wp-block-column figure img {
        max-height: 200px;
        width: auto;
        margin: auto;
        display: flex;
        max-width: 60% !important;
    }

    .hero-carousel-home.carousel-home-mobile .wp-block-cloudcatch-splide-carousel-item .wp-block-cover__inner-container .wp-block-columns .wp-block-column figure img.wp-image-7520 {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(64deg) brightness(97%) contrast(115%);
        max-height: 300px;
        max-width: 80% !important;
    }

    .hero-carousel-home.carousel-home-mobile .wp-block-cloudcatch-splide-carousel-item .wp-block-cover__inner-container h2.wp-block-heading {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 1rem;
    }

    .hero-carousel-home.carousel-home-mobile .wp-block-cloudcatch-splide-carousel-item .wp-block-cover__inner-container p {
        font-size: 14px !important;
        line-height: normal;
        margin-bottom: 1rem;
    }

    .hero-carousel-home.carousel-home-mobile .wp-block-cloudcatch-splide-carousel-item .wp-block-cover__inner-container .wp-block-buttons {
        margin-block: 40px;
    }
}

@media screen and (max-width: 576px) {
    .onetap-container-toggle .onetap-toggle {
        left: 10px !important;
        margin-right: 0 !important;
        bottom: 0 !important;
        margin-bottom: 10px !important;
    }
}


/* ================================================================
   UTILITY — DISPLAY
   ================================================================ */

.display-none {
    display: none
}

@media(orientation: landscape) {
    .display-none-ln {
        display: none !important
    }
}

@media(orientation: portrait) {
    .display-none-pt {
        display: none !important
    }
}

.display-block {
    display: block
}

.display-inline-block {
    display: inline-block
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


/* ================================================================
   UTILITY — TIPOGRAFIA
   ================================================================ */

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.sans-serif {
    font-family: "Archivo", sans-serif
}

.serif {
    font-family: "Lora", serif
}

.font-400 {
    font-weight: 400;
}

.tp-underlined {
    color: #77d3de;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    background-position: 0 1.2em;
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background .5s;
    transition: background .5s
}

.tp-underlined:hover {
    background-size: 100% 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #77d3de), to(#77d3de));
    background-image: linear-gradient(to right, #77d3de 0, #77d3de 100%)
}


/* ================================================================
   UTILITY — SPAZIATURE (MARGINI)
   ================================================================ */

.mt-0 {
    margin-top: 0 !important;
}

.ml-0,
.ml-0>figure {
    margin-left: 0 !important;
}

.mb-0,
#dona-icon,
.lead {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10rem !important;
}

@media screen and (max-width: 781px) {
    .mb-10 {
        margin-bottom: 5rem !important;
        margin-top: 15rem !important;
    }
}

.m-t-0 {
    margin-top: 0rem !important
}

.m-t-1 {
    margin-top: 3rem !important
}

.m-t-2 {
    margin-top: 6rem !important
}

.m-t-3 {
    margin-top: 9rem !important
}

.m-t-4 {
    margin-top: 12rem !important
}

.m-t-5 {
    margin-top: 15rem !important
}

.m-t-6 {
    margin-top: 18rem !important
}

.m-t-7 {
    margin-top: 21rem !important
}

.m-t-8 {
    margin-top: 24rem !important
}

.m-t-9 {
    margin-top: 27rem !important
}

.m-t-10 {
    margin-top: 30rem !important
}

.m-r-0 {
    margin-right: 0rem !important
}

.m-r-1 {
    margin-right: 3rem !important
}

.m-r-2 {
    margin-right: 6rem !important
}

.m-r-3 {
    margin-right: 9rem !important
}

.m-r-4 {
    margin-right: 12rem !important
}

.m-r-5 {
    margin-right: 15rem !important
}

.m-r-6 {
    margin-right: 18rem !important
}

.m-r-7 {
    margin-right: 21rem !important
}

.m-r-8 {
    margin-right: 24rem !important
}

.m-r-9 {
    margin-right: 27rem !important
}

.m-r-10 {
    margin-right: 30rem !important
}

.m-b-0 {
    margin-bottom: 0rem !important
}

.m-b-1 {
    margin-bottom: 3rem !important
}

.m-b-2 {
    margin-bottom: 6rem !important
}

.m-b-3 {
    margin-bottom: 9rem !important
}

.m-b-4 {
    margin-bottom: 12rem !important
}

.m-b-5 {
    margin-bottom: 15rem !important
}

.m-b-6 {
    margin-bottom: 18rem !important
}

.m-b-7 {
    margin-bottom: 21rem !important
}

.m-b-8 {
    margin-bottom: 24rem !important
}

.m-b-9 {
    margin-bottom: 27rem !important
}

.m-b-10 {
    margin-bottom: 30rem !important
}

.m-l-0 {
    margin-left: 0rem !important
}

.m-l-1 {
    margin-left: 3rem !important
}

.m-l-2 {
    margin-left: 6rem !important
}

.m-l-3 {
    margin-left: 9rem !important
}

.m-l-4 {
    margin-left: 12rem !important
}

.m-l-5 {
    margin-left: 15rem !important
}

.m-l-6 {
    margin-left: 18rem !important
}

.m-l-7 {
    margin-left: 21rem !important
}

.m-l-8 {
    margin-left: 24rem !important
}

.m-l-9 {
    margin-left: 27rem !important
}

.m-l-10 {
    margin-left: 30rem !important
}

.m-0 {
    margin: 0rem !important
}

.m-1 {
    margin: 3rem !important
}

.m-2 {
    margin: 6rem !important
}

.m-3 {
    margin: 9rem !important
}

.m-4 {
    margin: 12rem !important
}

.m-5 {
    margin: 15rem !important
}

.m-6 {
    margin: 18rem !important
}

.m-7 {
    margin: 21rem !important
}

.m-8 {
    margin: 24rem !important
}

.m-9 {
    margin: 27rem !important
}

.m-10 {
    margin: 30rem !important
}

.mt-12 > div{
	margin-top: 12rem!important;
}


/* ================================================================
   UTILITY — SPAZIATURE (PADDING)
   ================================================================ */

.pb-0,
div.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.p-t-0 {
    padding-top: 0rem !important
}

.p-t-1 {
    padding-top: 3rem !important
}

.p-t-2 {
    padding-top: 6rem !important
}

.p-t-3 {
    padding-top: 9rem !important
}

.p-t-4 {
    padding-top: 12rem !important
}

.p-t-5 {
    padding-top: 15rem !important
}

.p-t-6 {
    padding-top: 18rem !important
}

.p-t-7 {
    padding-top: 21rem !important
}

.p-t-8 {
    padding-top: 24rem !important
}

.p-t-9 {
    padding-top: 27rem !important
}

.p-t-10 {
    padding-top: 30rem !important
}

.p-r-0 {
    padding-right: 0rem !important
}

.p-r-1 {
    padding-right: 3rem !important
}

.p-r-2 {
    padding-right: 6rem !important
}

.p-r-3 {
    padding-right: 9rem !important
}

.p-r-4 {
    padding-right: 12rem !important
}

.p-r-5 {
    padding-right: 15rem !important
}

.p-r-6 {
    padding-right: 18rem !important
}

.p-r-7 {
    padding-right: 21rem !important
}

.p-r-8 {
    padding-right: 24rem !important
}

.p-r-9 {
    padding-right: 27rem !important
}

.p-r-10 {
    padding-right: 30rem !important
}

.p-b-0 {
    padding-bottom: 0rem !important
}

.p-b-1 {
    padding-bottom: 3rem !important
}

.p-b-2 {
    padding-bottom: 6rem !important
}

.p-b-3 {
    padding-bottom: 9rem !important
}

.p-b-4 {
    padding-bottom: 12rem !important
}

.p-b-5 {
    padding-bottom: 15rem !important
}

.p-b-6 {
    padding-bottom: 18rem !important
}

.p-b-7 {
    padding-bottom: 21rem !important
}

.p-b-8 {
    padding-bottom: 24rem !important
}

.p-b-9 {
    padding-bottom: 27rem !important
}

.p-b-10 {
    padding-bottom: 30rem !important
}

.p-l-0 {
    padding-left: 0rem !important
}

.p-l-1 {
    padding-left: 3rem !important
}

.p-l-2 {
    padding-left: 6rem !important
}

.p-l-3 {
    padding-left: 9rem !important
}

.p-l-4 {
    padding-left: 12rem !important
}

.p-l-5 {
    padding-left: 15rem !important
}

.p-l-6 {
    padding-left: 18rem !important
}

.p-l-7 {
    padding-left: 21rem !important
}

.p-l-8 {
    padding-left: 24rem !important
}

.p-l-9 {
    padding-left: 27rem !important
}

.p-l-10 {
    padding-left: 30rem !important
}

.p-0 {
    padding: 0rem !important
}

.p-1 {
    padding: 3rem !important
}

.p-2 {
    padding: 6rem !important
}

.p-3 {
    padding: 9rem !important
}

.p-4 {
    padding: 12rem !important
}

.p-5 {
    padding: 15rem !important
}

.p-6 {
    padding: 18rem !important
}

.p-7 {
    padding: 21rem !important
}

.p-8 {
    padding: 24rem !important
}

.p-9 {
    padding: 27rem !important
}

.p-10 {
    padding: 30rem !important
}


/* ================================================================
   UTILITY — ASPECT RATIO
   ================================================================ */

.tp-ar-1-1 {
    position: relative
}

.tp-ar-1-1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.tp-ar-1-1>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.tp-ar-16-9 {
    position: relative
}

.tp-ar-16-9:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.tp-ar-16-9>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.tp-ar-16-10 {
    position: relative
}

.tp-ar-16-10:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%
}

.tp-ar-16-10>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.tp-ar-2-1 {
    position: relative
}

.tp-ar-2-1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%
}

.tp-ar-2-1>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.tp-ar-4-3 {
    position: relative
}

.tp-ar-4-3:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

.tp-ar-4-3>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}


/* ================================================================
   ANIMAZIONI
   ================================================================ */

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animation-slide-dx-to-sx {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.3s, transform 0.3s;
}

.animation-slide-dx-to-sx.is-animated {
    animation: slideInFromRight 1.5s ease-out forwards;
}