@charset "UTF-8";

/*USE*/

/*
header {
    height: 100px;
    @include breakpoint(tablet) { height: auto; }
}
*/


body {
    color: #333333;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 0;
}

a,
a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

p:first-child {
    margin-top: 0;
}

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

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

fieldset {
    padding: 0;
    border: none;
    margin: 0;
}

button,
input[type="submit"] {
    border: none;
    cursor: pointer;
}

.t-title1,
.t-title2,
.t-title3,
.t-title4,
.t-title5,
.t-title6 {
    color: #3a3a3a;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    line-height: 1.3;
    font-weight: 700;
}

.t-title1 {
    font-size: 30px;
}

.t-title2 {
    font-size: 26px;
}

.t-title3 {
    font-size: 20px;
}

.t-title4 {
    font-size: 20px;
}

.t-title5 {
    font-size: 18px;
}

.t-title6 {
    font-size: 16px;
}

.t-lead1 {
    color: #595959;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.t-lead2 {
    color: #3a3a3a;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.t-lead3 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
}

.t-lead4 {
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.t-lead6 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.t-content-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.t-content-text-big {
    font-size: 16px;
    line-height: 1.2;
}

.t-content-text-small {
    font-size: 14px;
    line-height: 1.2;
}

.l-container,
.wp-block-group__inner-container {
    padding-left: 20px;
    padding-right: 20px;
}

.l-2col,
.l-3col {
    display: block;
}

.l-2col>*,
.l-3col>* {
    display: block;
    width: auto;
    margin-right: 0;
}

.l-5col>* {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}

.l-5col> :nth-of-type(2n) {
    margin-right: 0;
}

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

.l-mobile-flex>*:nth-child(n) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.l-mobile-flex>*:first-child {
    margin-left: 0;
}

.l-mobile-flex>*:last-child {
    margin-right: 0;
}

.l-mobile-grid {
    display: grid;
    grid-gap: 8px;
}

.c-alert {
    display: block;
    background-color: #fff7d6;
    font-size: 12px;
    line-height: 1.7;
    padding: 12px 20px;
    border-radius: 8px;
}

.c-badge {
    color: #fff;
    background-color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 5px;
}

.c-badge.u-accepted {
    background-color: #26b726;
}

.c-badge.u-refused {
    background-color: #b10b0b;
}

.c-badge.u-wait {
    background-color: #E4C326;
}

.c-button {
    display: inline-block;
    min-width: 105px;
    color: #fff;
    background-color: #00bab1;
    text-align: center;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 19px;
    border: 2px solid #00bab1;
    border-radius: 16px;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    white-space: nowrap;
}

.c-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.c-button .icon {
    margin-left: 15px;
}

.c-button--big {
    display: inline-block;
    height: 42px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 14px;
    border-radius: 23px;
}

.c-button-site {
    height: auto;
    font-size: 14px !important;
    padding: 7px 25px;
}

.c-button-site--medium {
    font-size: 16px !important;
}

.c-button-site .icon {
    font-size: 12px;
    margin-left: 0;
    margin-right: 8px;
}

.c-button--ghost--big {
    color: #fff;
    padding: 10px 27px;
    border-color: #fff;
}

.c-button:hover {
    color: #fff;
    background-color: #006e68;
    border-color: #006e68;
}

.c-button--ghost {
    color: #00bab1;
    background-color: transparent;
    border: 2px solid #00bab1;
}

.c-button--ghost:hover,
.c-button--ghost:focus {
    color: #fff;
    background-color: #00bab1;
    border-color: #00bab1;
}

.c-button--edenred {
    display: inline-block;
    min-width: 170px;
    height: 48px;
    background-color: #e9ebef;
    text-align: center;
    padding: 8px;
    border-color: #e9ebef;
    border-radius: 100px;
}

.c-button--edenred img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.c-button--edenred.u-white {
    background-color: #fff;
    border-color: #fff;
}

.c-button--edenred.u-blue {
    background-color: #162056;
    border-color: #162056;
}

.c-button--edenred.u-blue img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.c-button--edenred.u-radius {
    border-radius: 4px;
}

.c-button--edenred.c-button--big {
    min-width: 220px;
    height: 60px;
}

.c-button--edenred:hover {
    background-color: #cbd0da;
    border-color: #cbd0da;
}

.c-checkbox-animate {
    --background: #fff;
    --border: #D1D6EE;
    --border-hover: #BBC1E1;
    --border-active: #1E2235;
    --tick: #fff;
    position: relative;
}

.c-checkbox-animate input,
.c-checkbox-animate svg {
    display: block;
    width: 21px;
    height: 21px;
}

.c-checkbox-animate input {
    position: relative;
    background: var(--background);
    padding: 0;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    margin: 0;
    cursor: pointer;
    outline: none;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-checkbox-animate input:hover {
    --s: 2px;
    --b: var(--border-hover);
}

.c-checkbox-animate input:checked {
    --b: var(--border-active);
}

.c-checkbox-animate svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
    transform: scale(var(--scale, 1)) translateZ(0);
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
}

.c-checkbox-animate.path input:checked {
    --s: 2px;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.c-checkbox-animate.path input:checked+svg {
    --a: 16.1 86.12;
    --o: 102.22;
}

.c-checkbox-animate.path svg {
    -webkit-transition: stroke-dasharray .6s, stroke-dashoffset .6s;
    transition: stroke-dasharray .6s, stroke-dashoffset .6s;
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
}

.c-checkbox-animate.bounce {
    --stroke: var(--tick);
}

.c-checkbox-animate.bounce input:checked {
    --s: 11px;
}

.c-checkbox-animate.bounce input:checked+svg {
    -webkit-animation: bounce .4s linear forwards .2s;
    animation: bounce .4s linear forwards .2s;
}

.c-checkbox-animate.bounce svg {
    --scale: 0;
}

@-webkit-keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.c-checkbox-animate__control {
    position: absolute;
    top: 4px;
    left: 0;
}

.c-checkbox-animate__label {
    padding-left: 26px;
}

.c-checkbox--pill {
    position: relative;
}

.c-checkbox--pill span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 40px;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px #555 inset;
    box-shadow: 0 0 0 1px #555 inset;
    z-index: 0;
}

.c-checkbox--pill label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 7px 5px;
    cursor: pointer;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-checkbox--pill input:checked+span {
    -webkit-box-shadow: 0 0 0 1px red inset;
    box-shadow: 0 0 0 1px red inset;
}

.c-checkbox--pill input:disabled+span {
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    cursor: not-allowed;
}

.c-checkbox--pill input:disabled+span+label {
    color: #ccc;
    cursor: not-allowed;
}

.c-checkbox--pill input:checked+span::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    background-color: red;
    border: none;
    border-radius: 50%;
    -webkit-transform: none;
    transform: none;
}

.c-checkbox--toggle label {
    padding-left: 0;
    padding-bottom: 45px;
}

.c-checkbox--toggle input {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 40px;
}

.c-checkbox--toggle span {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
}

.c-checkbox--toggle input:checked+span {
    background-color: #4f8910;
}

.c-checkbox--toggle input+span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 50%;
    bottom: 2px;
    width: auto;
    height: auto;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: none;
    transform: none;
}

.c-checkbox--toggle input:checked+span::before {
    top: 2px;
    left: 50%;
    right: 2px;
    width: auto;
    height: auto;
    background-color: #fff;
    border: none;
    border: 1px solid #000;
    -webkit-transform: none;
    transform: none;
}

.c-checkbox {
    position: relative;
    display: block;
}

.c-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.c-checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 0;
}

.c-checkbox input:checked+span::before,
.c-checkbox input:checked~span::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 4px;
    background: transparent;
    border: 1px solid #00bab1;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-checkbox label {
    display: inline-block;
    vertical-align: top;
    color: #979797;
    font-size: 12px;
    padding-left: 28px;
    cursor: pointer;
}

.c-checkbox label a {
    color: #00bab1;
    text-decoration: underline;
}

.c-form-field label {
    display: block;
    min-height: 14px;
    color: #3a3a3a;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.c-form-field label a {
    color: #00bab1;
    text-decoration: underline;
}

/* FORM */

.c-form-field input::-moz-placeholder {
    color: #979797;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    opacity: 1;
}

.c-form-field input:-ms-input-placeholder {
    color: #979797;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.c-form-field input::-webkit-input-placeholder {
    color: #979797;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.c-form-field input {
    display: block;
    width: 100%;
    height: 40px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 12px 15px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    outline: none;
}

.c-form-field input:valid {
    border-color: #c4c4c4;
}

.c-form-field input:focus {
    border-color: #00bab1;
    -webkit-box-shadow: 0px 0px 0px 1px #00bab1;
    box-shadow: 0px 0px 0px 1px #00bab1;
}

.form-validation .form-validation-message {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #d60000;
    background: none !important;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 8px;
    clear: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.c-radio--pill {
    position: relative;
}

.c-radio--pill input {
    width: 100%;
    height: 100%;
}

.c-radio--pill .c-radio__span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 40px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #cbcbcb inset;
    box-shadow: 0 0 0 1px #cbcbcb inset;
    z-index: 0;
}

.c-radio--pill .c-radio__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #2b2b2b;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 7px 5px;
    cursor: pointer;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-radio--pill .c-radio__control:checked+.c-radio__span {
    -webkit-box-shadow: 0 0 0 1px #00bab1 inset;
    box-shadow: 0 0 0 1px #00bab1 inset;
}

.c-radio--pill .c-radio__control:disabled+.c-radio__span {
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    cursor: not-allowed;
}

.c-radio--pill .c-radio__control:disabled+.c-radio__span+.c-radio__label {
    color: #ccc;
    cursor: not-allowed;
}

.c-radio--pill .c-radio__control:checked+.c-radio__span::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    background-color: #00bab1;
    border: none;
    border-radius: 50%;
    -webkit-transform: none;
    transform: none;
}

.c-radio {
    position: relative;
    display: block;
}

.c-radio__control {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.c-radio__span {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    z-index: 0;
}

.c-radio__control:checked+.c-radio__span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-radio__label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400 !important;
    padding-left: 30px;
    cursor: pointer;
}

.c-select-container {
    height: 40px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAABGdBTUEAALGPC/xhBQAAAHVJREFUKBVjYGBgiANiViCmBID0xzECidVAzALEYUD8G4hJBSCDQGaA9YI466GYVBdi1YtVEGgBPoBXD15JNFOJUkuMImLUwO3GpxifHNwAdAY2TdjE0PXh5CNr5gaqIjfG4RbADHwFNQzEpwiADEgCYoIGAQB8DhriFBZfrAAAAABJRU5ErkJggg==") no-repeat right 15px center #fff;
    border-radius: 23px;
    -webkit-box-shadow: 0 0 0 1px #c4c4c4;
    box-shadow: 0 0 0 1px #c4c4c4;
    overflow: hidden;
}

.c-select-container select {
    width: 100%;
    height: 40px;
    background: transparent;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    border: none;
    border-radius: 23px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c-select-container option[disabled] {
    display: none;
}

.c-form-field textarea::-moz-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}

.c-form-field textarea:-ms-input-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}

.c-form-field textarea::-webkit-input-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}

.c-form-field textarea {
    display: block;
    width: 100%;
    height: 200px;
    color: #3a3a3a;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
    border: none;
    border-radius: 23px;
    -webkit-box-shadow: 0 0 0 1px #c4c4c4;
    box-shadow: 0 0 0 1px #c4c4c4;
    outline: none;
    -webkit-appearance: none;
    resize: none;
}

.c-form-field textarea:valid {
    border-color: #00bab1;
}

.c-form-field textarea:focus {
    border-color: #00bab1;
    -webkit-box-shadow: 0px 0px 0px 2px #00bab1;
    box-shadow: 0px 0px 0px 2px #00bab1;
}

.c-link {
    display: block;
    color: #00bab1;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

/*COMPONENTS*/

.c-logo {
    display: inline-block;
}

.c-logo svg {
    display: block;
    width: 100%;
    height: auto;
}

.c-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #000;
    padding: 8px 20px;
    margin-right: 0;
    z-index: 99;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-progress-bar .c-button {
    min-width: initial;
    font-size: 16px;
    line-height: 42px;
    padding: 0 10px 0;
    margin-left: 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.c-progress-bar .c-button .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.c-progress-bar .icon {
    color: #fff;
    font-size: 10px;
}

.c-progress-bar .c-prev {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.c-progress-bar .c-prev .icon {
    font-size: 15px;
}

.c-progress-bar__bar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 8px;
    background-color: #cbcbcb;
    border-radius: 3px;
}

.c-progress-bar__bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #f76c20;
    border-radius: 3px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}

.c-progress-bar__bar[data-progress="1"]::before {
    width: 20%;
}

.c-progress-bar__bar[data-progress="2"]::before {
    width: 40%;
}

.c-progress-bar__bar[data-progress="3"]::before {
    width: 60%;
}

.c-progress-bar__bar[data-progress="4"]::before {
    width: 80%;
}

.c-progress-bar__bar[data-progress="5"]::before {
    width: 100%;
}

/*C-ACCORDIOn */

.c-accordion__item {
    position: relative;
    color: #4a4a4a;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    overflow: hidden;
}

.c-accordion__header {
    position: relative;
    padding: 15px 20px;
    padding-right: 60px;
}

.c-accordion__item:hover {
    border: 2px solid #00bab1;
    cursor: pointer;
}

.c-accordion__title {
    color: #000;
}

.c-accordion__item .icon {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.c-accordion__title small {
    display: block;
    font-weight: normal;
    margin-top: 5px;
    margin-left: 0;
}

.c-accordion__content {
    display: none;
}

.c-accordion__item.j-accordion-active {
    border: 2px solid #00bab1;
}

.c-accordion__item.j-accordion-active .c-accordion__content {
    display: block;
    padding: 15px 20px;
    padding-top: 0;
}

.c-accordion__item.j-accordion-active small {
    display: none;
}

.c-accordion__button {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.c-accordion__item.j-accordion-active .icon::before {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-avatar-upload {
    position: relative;
    width: 140px;
}

.c-avatar-upload .c-avatar-edit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.c-avatar-upload .c-avatar-edit input {
    display: none;
}

.c-avatar-upload .c-avatar-edit input+label {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: rgba(0, 0, 0, 0.4);
    font-weight: normal;
    border-radius: 100%;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.c-avatar-upload .c-avatar-edit input+label:hover {
    background: transparent;
}

.c-avatar-upload .c-avatar-edit input+label:after {
    content: "\e92b";
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'icomoon' !important;
    font-size: 29px;
    line-height: 1;
    font-weight: normal;
    text-transform: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.c-avatar-upload .c-avatar-preview {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 100%;
}

.c-avatar-upload .c-avatar-preview>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.c-banner {
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 16px;
    border-radius: 6px;
    overflow: hidden;
}

.c-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(11deg, rgba(0, 0, 0, 0.0001) 4.85%, rgba(0, 0, 0, 0.7) 110.08%, rgba(0, 0, 0, 0.7) 110.08%);
}

.c-banner>* {
    position: relative;
}

.c-banner__header {
    margin-bottom: 8px;
}

.c-banner__title {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    margin-left: 8px;
}

.c-banner__content {
    font-size: 16px;
    letter-spacing: 0.56px;
}

.c-banner__button {
    font-size: 16px;
    margin-top: 24px;
}

.c-board {
    background-color: #fff;
    padding: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.c-board__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-board__title {
    color: #000;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.c-board__total strong {
    font-weight: 700;
}

.c-board__content {
    color: #636363;
    font-size: 14px;
}

.c-board__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-board__item span {
    width: calc(100% - 100px);
}

.c-board__item strong {
    width: 80px;
    color: #333333;
    text-align: right;
    font-weight: 700;
    margin-left: auto;
}

.c-board__item::before {
    content: "•";
    margin-right: 3px;
}

.c-card {
    min-width: 0;
    background-color: #fff;
    text-align: left;
    text-transform: none;
    padding: 16px;
    border-radius: 4px;
    overflow: hidden;
}

.c-card__figure {
    margin: -20px -10px 20px -10px;
}

.c-card__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 4px 4px 0 0;
}

.c-card__header {
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
    margin-top: -5px;
    margin-bottom: 20px;
}

.c-card__figure+.c-card__header,
#massaggio .c-card__header {
    padding-bottom: 0;
    border-bottom: none;
}

.c-card__header__title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
}

.c-card__header__meta {
    display: block;
    vertical-align: middle;
    font-family: "Open Sans";
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
}

.c-card__header__title .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}

.c-card__header .c-button {
    display: none;
}

.c-card__content {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}

.c-card__footer {
    font-size: 12px;
    margin-top: 20px;
}

.c-card__block .c-radio {
    margin-right: 38px;
}

.c-card__block .c-radio--pill {
    min-width: 100px;
    margin-top: 8px;
    margin-right: 8px;
}

.c-card__block .c-checkbox {
    margin-top: 8px;
}

.c-card__block .c-checkbox label {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.c-card__block label {
    font-size: 16px;
    font-weight: 700;
}

.c-card__block label+small {
    display: block;
    font-size: 12px;
}

.c-card__block .c-form-field__header {
    margin-bottom: 8px;
}

.c-card__block .c-form-field__header small {
    display: block;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.c-card__block .c-form-field__header label {
    margin-bottom: 0 !important;
}

.c-card__block .c-form-field__header .c-link {
    font-size: 14px;
    font-weight: 700;
}

.c-card__block .l-mobile-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-card__block .c-form-field label {
    margin-bottom: 8px;
}

.c-card__block>* {
    margin-bottom: 16px;
}

.c-card__block .l-flex .c-form-field:not(:last-child) {
    margin-bottom: 16px;
}

.c-card-item--evidence {
    background-color: #ebebeb;
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
}

.c-card-item--evidence .c-checkbox span {
    background-color: #fff;
}

.c-card-item--cta .c-button {
    display: block;
    width: 150px;
    margin: 0 0 0 auto;
}

.c-cart {
    position: relative;
}

.c-cart .c-progress-bar {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

.c-cart__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: #000;
    padding: 24px 16px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-cart__header .icon {
    color: #fff;
    font-size: 16px;
    margin-top: -2px;
    margin-right: 12px;
}

.c-cart__header .icon-arrow-right {
    display: none;
}

.c-cart__title {
    color: #fff;
    font-weight: 800;
}

.c-cart__content {
    background-color: #2b2b2b;
    padding: 0 16px;
}

.c-order {
    color: #fff;
    padding: 16px 0;
    border-bottom: 1px solid #474747;
}

.c-order__header {
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.c-order__title {
    max-width: 60%;
    color: #fff;
    line-height: 1.4;
    font-weight: 800;
}

.c-order__price {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 22px;
}

.c-order__price small {
    font-size: 20px;
}

.c-order__details {
    color: #e3e3e3;
    font-size: 14px;
    margin-top: 4px;
    font-style: italic;
}

.c-order__details span {
    display: inline-block;
    margin-right: 5px;
}

.c-order__details span:not(:last-of-type)::after {
    content: ",";
}

.c-order__actions {
    margin-top: 10px;
}

.c-order__actions a {
    color: #00bab1;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-right: 12px;
    text-decoration: underline;
}

.c-order__actions a.u-cancel {
    color: #c4c4c4;
}

.c-total {
    color: #fff;
    text-align: right;
    padding-top: 16px;
    padding-bottom: 32px;
}

.c-total span {
    display: block;
}

.c-total .c-total__price {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 32px;
}

.c-cta-banner {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.c-cta-banner__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c-cta-banner__title a {
    color: #00bab1;
    text-decoration: underline;
}

.c-cta-banner__text {
    color: #747474;
}

.c-cta--newsletter .c-checkbox {
    text-align: left;
}

.c-cta--newsletter .c-checkbox label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.c-cta--newsletter .c-checkbox span {
    background-color: #fff;
}

.c-cta--newsletter .c-checkbox input:checked+span::before {
    top: 4px;
    left: 3px;
    width: 10px;
    height: 5px;
    border-color: #00bab1;
    border-width: 2px;
}

.c-cta--newsletter .c-checkbox input[type=checkbox]:checked+span {
    -webkit-box-shadow: 0 0 0 2px #00bab1;
    box-shadow: 0 0 0 2px #00bab1;
}

.c-cta--newsletter::before {
    background: #26b3ac;
    background-image: none !important;
}

.c-cta-big:not(.c-cta-big--form)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ecbf99), to(#adfbf7));
    background-image: linear-gradient(to right, #ecbf99 0, #adfbf7 100%);
    z-index: 0;
    mix-blend-mode: soft-light;
}

.c-cta-big__content.u-desktop {
    display: none;
}

.c-cta-big--special {
    background-image: none !important;
    margin-top: 30px;
    margin-bottom: 40px;
    z-index: 1;
}

.c-cta-big--special::before {
    display: none;
}

.c-cta-big--special::after {
    display: none;
}

.c-cta-big--special .c-cta-big--special .c-cta-big__picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.c-cta-big--special .c-cta-big__content {
    position: relative;
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 110px;
    z-index: 1;
}

.c-cta-big__content__block {
    margin-top: 30px;
}

.c-cta-big__content__block .c-excerpt {
    border-bottom: 1px solid #606060;
}

.c-cta-big__content__block .c-excerpt__content {
    color: #fff !important;
    font-size: 14px;
    padding: 15px 0;
    margin-top: 0;
}

.c-cta-big__content__block .c-excerpt__content .c-excerpt__content__title {
    color: #fff !important;
    text-transform: uppercase;
}

.c-cta-big__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: rotate(2deg) scaleX(1.15);
    transform: rotate(2deg) scaleX(1.15);
}

.c-cta-big__picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.c-cta-big__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transform: rotate(-2deg) scale(1.2);
    transform: rotate(-2deg) scale(1.2);
}

.c-cta-big__content__lead {
    display: block;
    font-size: 14px;
    line-height: 1.6;
}

.c-cta-big__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
}

.c-cta-big--special-straight {
    position: relative;
    background-image: none;
    margin-top: 30px;
    margin-bottom: 40px;
    z-index: 1;
}

.c-cta-big--special-straight .c-cta-big__picture {
    -webkit-transform: none;
    transform: none;
}

.c-cta-big--special-straight .c-cta-big__content {
    position: relative;
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 110px;
    z-index: 1;
}

.c-cta-big--where {
    margin-top: 0;
    margin-bottom: 0;
}

.c-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.c-list__item {
    line-height: 1.3;
    margin-bottom: 10px;
}

.c-cta-big {
    position: relative;
    background-image: url("https://picsum.photos/640/360");
    background-size: cover;
    background-position: center;
}

.c-cta-big .c-form-field {
    text-align: left;
}

.c-cta-big .c-form-field label {
    color: #fff;
}

.c-cta-big::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e26900), to(#26b3ac));
    background-image: linear-gradient(to right, #e26900 0, #26b3ac 100%);
    opacity: .5;
    z-index: 0;
    mix-blend-mode: overlay;
}

.c-cta-big__content {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-top: 65px;
    padding-bottom: 65px;
}

.c-cta-big__content__title {
    color: #fff !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
}

.c-cta-big--form .c-cta-big__content {
    padding-top: 55px;
}

.c-cta-big .c-form {
    position: relative;
    font-size: 0;
    z-index: 1;
}

.c-cta-big .c-form .c-form__title {
    color: #fff !important;
    font-weight: 600 !important;
    margin-bottom: 40px;
}

.c-cta-big .c-button {
    position: relative;
    margin-top: 45px;
    z-index: 1;
}

.c-cta-small {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 24px 16px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.c-cta-small::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.c-cta-small>* {
    position: relative;
    color: #fff;
    z-index: 1;
}

.c-cta-small__title {
    font-size: 22px;
}

.c-cta-small__text {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

.c-cta-small__button {
    border-color: #fff;
    margin-top: 16px;
}

.c-excerpt {
    position: relative;
    display: block;
    background-color: #fff;
    padding-bottom: 35px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.c-excerpt__figure {
    height: 100px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.c-excerpt__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-excerpt__content {
    color: #3a3a3a;
    text-align: center;
    font-size: 14px;
    line-height: 1.44;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

.c-excerpt__content-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.c-excerpt__content>.c-excerpt__content-header>.c-excerpt__content__title {
    margin-bottom: 3px;
}

.c-excerpt__content-header .c-form--ticket__button__price {
    display: inline-block;
    vertical-align: bottom;
    font-size: 35px;
    line-height: 1;
}

.c-excerpt__content-header .c-form--ticket__button__price small {
    font-size: 20px;
}

.c-excerpt__content__title {
    font-weight: 700;
    margin-bottom: 10px;
}

.c-excerpt__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.c-excerpt__footer .c-link {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 13px;
    margin: 0;
}

.c-excerpt--basic .c-excerpt__figure {
    height: 126px;
}

.c-excerpt--info {
    padding-bottom: 24px;
    border-radius: 8px;
}

.c-excerpt--info .c-excerpt__figure {
    position: relative;
    height: 80px;
    border-radius: 8px 8px 0 0;
}

.c-excerpt--info .c-excerpt__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.35)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.c-excerpt--info .c-excerpt__figure .icon {
    display: none;
}

.c-excerpt--info .c-excerpt__content__title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-excerpt--info .c-excerpt__content {
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
}

.c-excerpt--info .c-excerpt-form {
    margin-top: 24px;
}

.c-excerpt--info .c-excerpt-form>* {
    margin-bottom: 16px;
}

.c-excerpt--info .c-excerpt-form .c-excerpt-form__footer {
    text-align: center;
    margin-bottom: 0;
}

.c-excerpt--info .c-excerpt-form .c-excerpt-form__footer .c-button {
    height: 46px;
    font-size: 16px !important;
}

.c-excerpt--inline {
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.c-excerpt--inline .c-excerpt__content {
    text-align: left;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}

.c-excerpt--link {
    background-color: transparent;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c-excerpt--link>a:first-of-type {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 20px;
}

.c-excerpt--link .c-excerpt__content {
    height: 100%;
    background-color: #fff;
    padding: 20px 20px 0;
    padding-bottom: 55px !important;
    border: 2px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.c-excerpt--link:hover .c-excerpt__content {
    border-color: #00bab1;
}

.c-excerpt--link .c-excerpt__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.c-excerpt--link .c-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
    margin-left: 0;
}

.c-excerpt--round {
    color: #fff;
    background-color: transparent;
    padding-left: 90px;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c-excerpt--inline,
.c-excerpt--round--big {
    color: #000;
}

.c-excerpt--round--big {
    padding-top: 20px;
    padding-left: 90px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    margin-bottom: 0;
}

.c-excerpt--round .c-excerpt__figure {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 80px;
    height: 80px !important;
    background-color: #fff;
    text-align: center;
    line-height: 110px;
    border: 1px solid #c3c2c0;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-excerpt--round--big .c-excerpt__figure {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-excerpt--round .c-excerpt__figure .icon {
    display: inline-block;
    color: #000;
    font-size: 35px;
    line-height: 80px;
}

.c-excerpt--simple {
    padding-bottom: 25px;
}

.c-excerpt--summary {
    padding-bottom: 16px;
}

.c-excerpt--summary .c-excerpt__content {
    font-size: 12px;
}

.c-excerpt--summary .c-excerpt__footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 12px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.c-excerpt--summary .c-excerpt__footer .c-link {
    position: relative;
    width: auto;
    font-weight: 700;
    padding-top: 0;
    margin-right: 12px;
}

.c-excerpt--summary .c-excerpt__footer .c-link:last-of-type {
    margin-right: 0;
}

.c-excerpt__date {
    display: inline-block;
    color: #3a3a3a;
    background-color: #ebebeb;
    padding: 1px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.c-excerpt__detail {
    margin-bottom: 16px;
}

.c-excerpt--summary .c-badge {
    position: absolute;
    top: 5px;
    right: 5px;
}

.c-excerpt--video .c-excerpt__content {
    text-align: left;
}

.c-excerpt--video .c-excerpt__content__title {
    font-size: 18px;
    margin-bottom: 0;
}

.c-excerpt--video .c-excerpt__figure {
    position: relative;
}

.c-excerpt--video .c-excerpt__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.c-excerpt--video:not(.u-buy) {
    padding-bottom: 16px;
}

.c-excerpt--video:not(.u-buy) .c-excerpt__footer {
    display: none;
}

.c-excerpt--video:not(.u-buy) .c-excerpt__figure {
    height: 160px;
}

.c-excerpt--video:not(.u-buy) .c-excerpt__figure::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.c-excerpt--video:not(.u-buy) .c-excerpt__figure::after {
    content: "\e904";
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    color: #fff;
    font-family: 'icomoon' !important;
    font-size: 22px;
    line-height: 1;
    font-weight: normal;
    text-transform: none;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-excerpt--video.u-buy {
    padding-bottom: 0;
}

.c-excerpt--video.u-buy .c-excerpt__content {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.c-excerpt--video.u-buy .c-excerpt__content__title {
    color: #fff;
}

.c-excerpt--video.u-buy .c-excerpt__figure {
    height: 228px;
    border-radius: 5px;
}

.c-excerpt--video.u-buy .c-excerpt__figure::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.c-excerpt__category {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.c-site-footer {
    display: none;
}

/*FOOTER-BIG*/

.c-site-footer-big {
    color: #A4A4A4;
    background-color: #242424;
    padding-top: 25px;
}

.c-site-footer-big__title {
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.c-site-footer-big__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.c-site-footer-big__list li {
    font-size: 12px;
    margin-bottom: 10px;
}

.c-site-footer-big__data {
    padding-bottom: 25px;
}

.c-site-footer-big__data__info {
    text-align: center;
    margin-top: 20px;
}

.c-site-footer-big__data__info__contact,
.c-site-footer-big__data__info__payments {
    margin-right: 0;
}

.c-site-footer-big__data__info__payments {
    border-left: none;
}

.c-site-footer-big__data__info__contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-site-footer-big__italy {
    background-color: #141414;
    padding: 25px 0;
    padding-bottom: 100px;
}

.c-site-footer-big__italy__where {
    display: none;
}

.c-site-footer-big__meta {
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.c-site-footer-big__meta__social {
    display: block;
    margin-top: 10px;
}

.c-site-footer-big__meta__copy__link {
    display: inline-block;
    vertical-align: top;
    color: #A4A4A4;
    padding: 0 5px;
    text-decoration: underline;
}

.c-site-footer-big__meta__social__list {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.c-site-footer-big__meta__social__list__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.c-site-footer-big__meta__social__list__item:first-of-type {
    margin-left: 0;
}

.c-site-footer-big__meta__social__list__item .icon {
    font-size: 18px;
}

.c-site-footer-big__meta__social__list__item .icon-in,
.c-site-footer-big__meta__social__list__item .icon-twitter {
    font-size: 20px;
}

.c-site-footer-big__data__info__contact .c-site-footer-big__title {
    display: none;
}

.c-site-footer-big__contacts {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    text-align: right;
    padding: 20px 10px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.c-site-footer-big__contacts .c-button {
    min-width: inherit;
}

/*.c-site-footer-big__data__info__contact__figure {
    position: fixed;
    left: 20px;
    bottom: 17px;
    z-index: 100;
}*/

.navbar--numero-verde {
    color: #fff;
    line-height: 1;
    margin-left: 10px;
    float: none;
}

.navbar--numero-verde .information-wrapper {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 32px;
    border: 2px solid #00bab1;
    border-top: none;
    border-left: none;
    border-radius: 0 0 7px 0;
    margin-top: 22px;
    margin-left: 0;
    /*margin-right: 40px;*/
}

.navbar--numero-verde .information-wrapper a {
    color: #000;
}

.navbar--numero-verde .information-wrapper .topline {
    position: absolute;
    top: -5px;
    right: -2px;
    display: inline-block;
    width: 16px;
    height: 13px;
    border: 2px solid #00bab1;
    border-left: none;
    border-bottom: none;
    border-radius: 0 7px 0 0;
}

.navbar--numero-verde .information-wrapper .icon-phone {
    position: absolute;
    left: -27px;
    color: #00bab1;
    font-size: 30px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.navbar--numero-verde .information-wrapper .info {
    position: absolute;
    top: -13px;
    left: 0;
    display: inline-block;
    color: #00bab1;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 10px 3px 0;
}

.site-footer .contatto .contatti-numeroverde .navbar--numero-verde .information-wrapper a {
    color: #fff;
}

.navbar--numero-verde .information-wrapper .hour {
    display: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 4px;
}

.navbar--numero-verde .information-wrapper .tel {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 8px 0 0;
}

.navbar--numero-verde .information-wrapper .tel span {
    font-weight: bold;
}

.c-form--personal-date div:not(.l-grid) .c-form-field {
    margin-bottom: 16px;
}

.c-fieldset:not(:last-of-type) {
    margin-bottom: 38px;
}

.c-fieldset__title {
    font-weight: 400;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
}

.c-form--personal-date .c-form__button {
    margin-top: 12px;
}

.c-form--ticket {
    position: relative;
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 30px;
    padding-top: 50px;
    overflow: hidden;
}

.c-form--ticket:not(.c-form--ticket--double) {
    padding-bottom: 152px;
}

.c-form__fieldset {
    position: relative;
    padding: 0;
    padding-bottom: 10px;
    border: none;
    margin: 0;
}

.c-form--ticket .c-form__fieldset {
    text-align: left;
    padding-bottom: 0;
}

.c-form__field {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}

.c-form__fieldset> :not(:last-of-type) {
    margin-bottom: 15px;
}

.c-form--ticket__button {
    display: block;
    color: #fff;
    background-color: #f89500;
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 10px;
    margin-top: 20px;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: -35px;
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
}

.c-form--ticket:not(.c-form--ticket--double) .c-form--ticket__button {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.c-form--ticket__button__price {
    display: block;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.98px;
}

.c-form--ticket__button__price small {
    font-size: 33px;
}

.c-form--ticket:not(.c-form--ticket--double) .c-form--ticket__button>small {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 100px;
    margin-top: 15px;
}

.c-form--ticket--double {
    padding-top: 30px !important;
}

.c-form--ticket--double .c-form--ticket__button:first-of-type {
    padding-bottom: 25px;
}

.c-form--ticket--double .c-form--ticket__button:nth-of-type(2) {
    padding-bottom: 25px;
}

.c-site-header .c-phone {
    padding-top: 13px;
}

.c-site-header .navbar--numero-verde .information-wrapper {
    width: 148px;
    height: 41px;
    margin-top: 0;
}

.c-site-header .navbar--numero-verde .information-wrapper .icon-phone {
    top: -3px;
    left: -32px;
    font-size: 40px;
}

.c-site-header .navbar--numero-verde .information-wrapper .tel {
    font-size: 15px !important;
    padding-top: 5px;
}

.c-site-header .navbar--numero-verde .information-wrapper .topline {
    width: 24px;
}

.c-site-header .navbar--numero-verde .information-wrapper .info {
    background-color: #fff;
    font-size: 11px;
}

.c-site-header .navbar--numero-verde .information-wrapper .hour {
    display: block;
    font-size: 10px;
    margin-top: 2px;
}

.c-site-header__buttons .c-button {
    margin-right: 8px;
}

.c-button-notification {
    position: relative;
}

.c-button-notification>a {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #f0ede4;
    padding: 0 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-button-notification>a .icon {
    font-size: 16px;
}

.c-button-notification>a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #f85700;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.c-site-header-big .c-notifications {
    display: none;
}

.u-notification-open .c-site-header-big .c-notifications {
    position: absolute;
    top: 60px;
    right: -10px;
    display: block;
    width: 435px;
    z-index: 2;
}

.u-notification-open .c-site-header-big .c-notifications::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 10px 20px 10px;
    border-style: solid;
}

/* HEADER */

.c-site-header {
    background-color: #fff;
    padding: 12px 8px;
    z-index: 100;
}

.c-site-header .navbar--numero-verde {
    color: #000;
}

.c-logo {
    display: inline-block;
    vertical-align: middle;
}

.c-logo svg {
    width: 110px;
}

.c-phone {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.c-phone img {
    display: block;
}

/*HEADER-BIG*/

.c-site-header-big,
.c-site-header-user {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    font-size: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.c-site-header-big__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-site-header-big__content .c-button {
    min-width: inherit;
}

.c-site-header-big .c-logo {
    position: relative;
    display: inline-block;
    z-index: 10;
}

.c-site-header-big .c-logo svg {
    width: auto;
    height: 45px;
}

.c-site-header-big__toggle {
    position: absolute;
    top: 14px;
    right: 10px;
    padding: 5px 8px;
    z-index: 10;
}

.c-site-header-big__toggle small {
    display: block;
    font-family: Raleway;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.c-site-header-big__toggle small.c-toggle__close {
    display: none;
}

body.j-menu-open .c-site-header-big__toggle small.c-toggle__close {
    display: block;
}

body.j-menu-open .c-site-header-big__toggle small.c-toggle__menu {
    display: none;
}

body.j-menu-open {
    overflow: hidden;
}

.j-menu-open .c-site-header-big__toggle {
    position: fixed;
}

.c-site-header-big__toggle__item {
    display: block;
    width: 30px;
    border-top: 2px solid #000;
    border-radius: 10px;
    margin: 6px 0 6px auto;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.j-menu-open .c-site-header-big__toggle__item {
    opacity: 0;
}

.j-menu-open .c-site-header-big__toggle__item:first-of-type {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.j-menu-open .c-site-header-big__toggle__item:last-of-type {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

.c-site-header-big__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: #fff;
    text-align: center;
    overflow: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

.c-site-header-big__nav .c-button {
    margin-top: 20px;
}

.j-menu-open .c-site-header-big__nav {
    bottom: 0;
}

.c-site-header-big__nav__menu {
    margin-top: 120px;
}

.c-site-header-big__nav__menu>li {
    color: #333333;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
}

.c-site-header-big__nav__menu li.j-megamenu>a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-color: #333333 transparent transparent transparent;
    border-width: 4px 2.5px 0 2.5px;
    margin-left: 6px;
    border-style: solid;
}

.c-site-header-big__nav__menu>li a:not(.c-button) {
    display: block;
    padding: 10px;
    padding-left: 20px;
}

.c-site-header-big__nav__menu>li a.c-button {
    display: none;
    margin-left: 20px;
}

.c-site-header-big__nav__menu>li.current-menu-item {
    font-weight: 700;
}

.c-site-header-big__meta {
    position: fixed;
    top: 25px;
    right: 50px;
    /*opacity: 0;*/
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 10;
}

.j-menu-open .c-site-header-big__meta {
    /*opacity: 1;*/
}

.c-site-header-big__meta__content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-site-header-big__meta__content__list li {
    display: none;
    vertical-align: middle;
    margin-right: 30px;
}

/*.c-site-header-big__meta__content__list li:nth-last-of-type(-n + 1) {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}*/

.c-site-header-big__meta__content__list li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
}

.c-site-header-big__meta__content__list li p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.c-site-header-big__meta__content__list li a {
    font-size: 12px;
}

.c-site-header-big__meta__content__list li:last-of-type {
    margin-right: 0;
}

.c-menu-lang {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 30px;
}

.c-megamenu-container {
    display: none;
}

.c-hero {
    position: relative;
    background-color: #f0ede4;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -16px;
    mix-blend-mode: multiply;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
}

.user .c-hero {
    background-color: #efefef;
    margin-bottom: -200px;
}

.c-hero--big {
    min-height: 0px;
    background-color: #efefef;
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-hero .c-hero__figure {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    display: none;
    opacity: 0.4;
    mix-blend-mode: multiply;
}

.c-hero--big .c-hero__figure {
    opacity: inherit;
    mix-blend-mode: unset;
}

.c-hero__content__text__lead {
    display: none;
    margin-top: 20px;
}

.c-hero--home .c-hero__content__text__lead {
    display: block;
}

.c-hero--big .c-hero__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 40%;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#efefef), color-stop(50%, rgba(229, 229, 229, 0)));
    background-image: linear-gradient(to right, #efefef 0%, rgba(229, 229, 229, 0) 50%);
}

.c-hero .c-hero__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-hero__content__text {
    position: relative;
    z-index: 1;
}

.c-hero__content__text__footer {
    padding-bottom: 30px;
    margin-top: 30px;
}

/*
.c-hero + .c-content-block {
    padding-top: 50px;
  }
  .c-hero--home + .c-content-block {
    padding-top: 20px;
  }
  .c-hero--home {
    background-image: url("images/hero.jpg");
    background-color: transparent;
    background-size: cover;
    background-position: center bottom;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    -webkit-clip-path: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
    clip-path: none;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
  }
  .c-hero--home::after {
    content: "";
    position: absolute;
    top: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ff7600),
      to(#00c1b8)
    );
    background-image: linear-gradient(to right, #ff7600 0%, #00c1b8 100%);
    opacity: 0.5;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
    mix-blend-mode: overlay;
  }
  .c-hero--home::before {
    content: "";
    position: absolute;
    top: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ff7600),
      to(#00c1b8)
    );
    background-image: linear-gradient(to right, #ff7600 0%, #00c1b8 100%);
    mix-blend-mode: overlay;
  }
  .c-hero--home .c-hero__content {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .c-hero--home .c-hero__content__text > * {
    color: #fff;
    text-align: center;
  }
  .c-hero--home__button {
    font-size: 18px !important;
    padding: 12px 30px;
  }
  .c-hero--home-small {
    padding-bottom: 30px;
  }
  */

.c-hero__nav {
    margin-bottom: 30px;
}

.c-hero__nav__menu__item {
    color: #00bab1;
    font-size: 16px;
    font-weight: 700;
}

.c-hero--seo {
    position: relative;
}

.c-hero--seo .c-button {
    position: absolute;
    left: 50%;
    bottom: -50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-hero--big {
    min-height: 0;
    background-color: #efefef;
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-hero--big .c-hero__figure {
    opacity: inherit;
    mix-blend-mode: unset;
}

.c-hero--big .c-hero__figure ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 40%;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #efefef), color-stop(50%, rgba(229, 229, 229, 0)));
    background-image: linear-gradient(90deg, #efefef 0, rgba(229, 229, 229, 0) 50%);
}

.c-hero__nav {
    margin-top: 20px;
    margin-bottom: 30px;
}

.c-hero--home {
    background-image: url("http://dev.trapstudio.it/shapeme-web-2020/img/hero-home.png");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    mix-blend-mode: unset;
}

.c-hero--home .c-tabs--introduction {
    margin: 0 auto;
}

.benessere-in-ufficio .c-hero--home {
    background-image: url("https://picsum.photos/640/360");
}

.video-corsi .c-hero--home {
    background-image: url("https://picsum.photos/640/360");
}

.consulenze .c-hero--home {
    background-image: url("https://picsum.photos/640/360");
}

.c-hero--light .c-hero__figure {
    opacity: inherit;
    mix-blend-mode: unset;
}

.c-hero--light .c-hero__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 40%;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#efefef), color-stop(50%, rgba(229, 229, 229, 0)));
    background-image: linear-gradient(to right, #efefef 0%, rgba(229, 229, 229, 0) 50%);
}

.c-hero--light .c-hero__figure::before {
    right: 40%;
    background-image: linear-gradient(-89deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.c-hero--video {
    background-color: #fff;
    margin-bottom: 0;
    -webkit-clip-path: none !important;
    clip-path: none !important;
}

.c-hero__video {
    -webkit-box-shadow: 20px 20px 60px #c6cccf;
    box-shadow: 20px 20px 60px #c6cccf;
    margin-top: 20px;
    outline: 1px solid gainsboro !important;
}

.c-hero__video .c-video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-hero--video .c-hero__content__text__lead {
    display: block;
}

.c-info {
    color: #494949;
    background-color: #f0ede4;
    font-size: 12px;
    line-height: 1.8;
    padding: 45px 0;
}

.c-info__title {
    margin-bottom: 10px;
}

.c-item {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
}

.c-item.u-evidence {
    border: 2px solid #00bab1;
}

.c-item__title {
    margin-bottom: 16px;
}

.c-item__title:not(:first-of-type) {
    margin-top: 32px;
}

.c-item__meta-title {
    color: #000;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 4px;
}

.c-item__meta {
    margin-bottom: 16px;
}

.c-item__meta-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #979797;
    font-size: 14px;
}

.c-item__meta-details li {
    margin-right: 24px;
}

.c-item__link {
    font-size: 14px;
    font-weight: 700;
}

.c-item__list {
    color: #00bab1;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.c-item__list li {
    position: relative;
    padding-left: 10px;
}

.c-item__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333333;
    margin-right: 4px;
}

.c-item__list a {
    text-decoration: underline;
}

.c-item__form {
    position: relative;
    padding-right: 48px;
}

.c-item__form .c-button {
    position: absolute;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 0;
    height: 40px;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.c-massage-item {
    position: relative;
    padding-bottom: 15px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.c-massage-item__figure {
    height: 16vh;
}

.c-massage-item__figure img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 5px 5px 0 0;
}

.c-massage-item__text {
    font-size: 12px;
    line-height: 18px;
    padding: 17px;
    padding-bottom: 14px;
}

.c-massage-item__text__title {
    margin-bottom: 10px;
}

.c-massage-item__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.c-massage-item input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.c-massage-item input {
    bottom: -17px;
    height: calc(100% + 17px);
}

.c-massage-item input[type="radio"]:checked+.c-massage-item__figure::before,
.c-massage-item input[type="checkbox"]:checked+.c-massage-item__figure::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #00bab1;
    border: 2px solid #00bab1;
    border-radius: 5px;
    z-index: 0;
}

.c-massage-item input[type="radio"]:checked~.c-massage-item__text,
.c-massage-item input[type="checkbox"]:checked~.c-massage-item__text {
    position: relative;
    color: #fff;
}

.c-massage-item input[type="radio"]:checked~.c-massage-item__text .c-massage-item__text__title,
.c-massage-item input[type="checkbox"]:checked~.c-massage-item__text .c-massage-item__text__title {
    color: #fff;
}

.c-massage-item input[type="radio"]:checked~.c-massage-item__footer .c-button,
.c-massage-item input[type="checkbox"]:checked~.c-massage-item__footer .c-button {
    border-color: #fff;
}

.c-megamenu-container {
    /*display: none;*/
}

.c-megamenu__figure {
    margin-top: -32px;
    margin-bottom: -32px;
}

.c-megamenu__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-megamenu__form {
    margin-left: 32px;
}

.c-megamenu__form .c-form__lead {
    display: block;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.43px;
    margin-top: 8px;
}

.c-megamenu__form .c-megamenu__fieldset {
    margin-top: 32px;
}

.c-megamenu__form .c-megamenu__fieldset.l-flex .c-button {
    margin-left: 16px;
}

.c-megamenu__form .c-megamenu__fieldset .c-button {
    font-size: 16px !important;
    margin-top: 28px;
}

.c-submenu li {
    color: #636363;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.c-submenu li:first-of-type {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.c-submenu li:last-of-type {
    margin-bottom: 0;
}

.c-submenu a {
    padding: 0 !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.c-submenu a:hover {
    color: #00bab1;
}

.c-modal--figure .c-modal-container {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
}

.c-modal--figure .c-close {
    top: 10px !important;
    right: 10px !important;
    color: #fff !important;
    z-index: 2;
}

.c-modal--figure .c-modal__header {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 24px 16px;
    border-radius: 16px 16px 0 0;
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
}

.c-modal--figure .c-modal__header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 16px 16px 0 0;
}

.c-modal--figure .c-modal__title {
    position: relative;
    color: #fff;
    z-index: 1;
}

.c-modal-video .c-close {
    top: 10px !important;
    right: 10px !important;
    color: #fff !important;
    z-index: 3;
}

.c-modal-video__media {
    position: relative;
    display: block;
    width: -webkit-fill-available;
    padding-bottom: 56.25%;
    border-radius: 16px 16px 0 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: -24px;
    margin-left: -30px;
    margin-right: -30px;
    overflow: hidden;
    outline: none;
    /*&::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    }
    &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #ffffff;
        border-width: 20px 0 20px 28px;
        transform: translate(-50%, -50%);
        border-style: solid;
    }*/
}

.c-modal-video__media video,
.c-modal-video__media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c-modal-video__media video::-webkit-media-controls,
.c-modal-video__media iframe::-webkit-media-controls {
    opacity: 0;
}

.c-modal-video__header {
    position: relative;
    background-color: #ebebeb;
    padding: 16px 30px;
    padding-right: 40%;
    margin-left: -30px;
    margin-right: -30px;
}

.c-modal-video__header .c-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.c-modal-video__header .c-badge strong {
    font-weight: 700;
}

.c-modal-video__title {
    line-height: 1.2;
    font-weight: 400;
}

.c-modal-video__price {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 35%;
    min-width: 120px;
    color: #fff;
    background-color: #ed6b2b;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 24px;
    padding-right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.c-modal-video__price small {
    font-size: 20px;
}

.c-modal-video__content {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 16px;
}

.c-modal-video__footer {
    text-align: center;
    margin-top: 24px;
}

.c-modal-video__footer .c-button .icon {
    margin-left: 0;
    margin-right: 4px;
}

/*MODAL*/

body.u-modal-open {
    overflow: hidden;
}

.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 101;
    overflow-y: auto;
}

.c-modal-container {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
}

.c-modal .c-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #3a3a3a;
    font-size: 14px;
    padding: 5px;
}

.c-modal__header {
    text-align: center;
}

.c-modal__title {
    font-size: 22px;
}

.c-modal__header,
.c-modal-item__header {
    margin-bottom: 16px;
}

.c-modal-item:not(:last-of-type) {
    margin-bottom: 42px;
}

.c-modal-item .c-form-field {
    margin-bottom: 16px;
}

.c-modal-item .c-form-field label {
    line-height: 1;
    margin-bottom: 10px;
}

.c-modal-item__title {
    font-weight: 400;
    letter-spacing: -0.48px;
    margin-bottom: 16px;
}

.c-summary__item {
    padding: 16px 0;
}

.c-summary__item:nth-of-type(even) {
    background-color: #ebebeb;
}

.c-modal .c-summary__item {
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
}

.c-summary__badge {
    color: #fff;
    background-color: #f89500;
    font-size: 12px;
    padding: 4px 16px;
    border-radius: 6px;
}

.c-summary__badge strong {
    font-size: 14px;
    font-weight: 700;
}

.c-summary__list {
    font-size: 14px;
    margin-top: 14px;
}

.c-summary__title+.c-summary__list {
    margin-top: 8px;
}

.c-notes .c-textarea {
    height: 80px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.c-modal .c-content+.c-form--packs {
    margin-top: 24px;
}

.c-modal__footer {
    text-align: center;
    margin-top: 24px;
}

.c-modal__footer .c-button {
    font-size: 16px;
}

.c-modal__footer .c-link {
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
}

.u-modal-alert {
    color: #fff;
    background-color: #b10b0b;
    padding: 16px;
    border-radius: 16px 16px 0 0;
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
}

.u-modal-alert>* {
    color: #fff !important;
}

.c-nav {
    color: #000;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.c-nav__menu li {
    margin-bottom: 12px;
}

.c-nav__menu li.u-current {
    font-weight: 700;
}

.c-news {
    position: relative;
}

.c-news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-news__header__button {
    padding: 12px 25px;
    border-width: 1px;
    border-radius: 50px;
}

.c-news__figure {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.c-news__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-news__figure::before {
    content: "";
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.c-news__figure__caption {
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: #fff;
}

.c-news__figure__caption__title {
    color: #fff;
    font-weight: 400;
}

.c-news__figure__caption__lead {
    color: #fff !important;
    margin-top: 6px;
}

.c-news__content__item {
    display: block;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 20px;
}

.c-news__content__item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.c-news__content__item__title {
    color: #00bab1;
    font-weight: 900;
    text-transform: uppercase;
}

.c-news__content__item__lead {
    font-size: 14px;
    margin-bottom: 10px;
}

.c-news__content__item__link {
    display: block;
    color: #00bab1;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: underline;
}

.c-notifications {
    display: inline-block;
    background-color: #fff;
    padding: 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
}

.c-notifications__title {
    font-weight: 400;
    letter-spacing: -0.48px;
    margin-bottom: 24px;
}

.c-notifications-item:not(:last-of-type) {
    margin-bottom: 24px;
}

.c-notifications-item__title {
    letter-spacing: -0.33px;
    margin-bottom: 16px;
}

.c-notification {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    min-height: 56px;
    padding: 0 !important;
    padding-left: 72px !important;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.c-notification:last-of-type {
    margin-bottom: 0;
}

.c-notification.u-unread {
    padding-right: 16px !important;
}

.c-notification.u-unread::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: #00bab1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.c-notification__title,
.c-notification__date {
    color: #636363;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.u-unread .c-notification__title {
    color: #333333;
    font-weight: 700;
}

.c-notification__date {
    display: block;
    margin-top: 4px;
}

.c-notification__figure {
    position: absolute;
    top: 50%;
    left: 0;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-notification__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c-notifications__footer {
    margin-top: 24px;
}

.c-notifications__footer .c-link {
    font-size: 14px;
    font-weight: 700;
}

.c-option-item--small {
    color: #979797;
    font-size: 16px;
    font-weight: 600;
}

.c-option-item--small .c-option-item__header {
    margin-bottom: 16px;
}

.c-option-item--small del {
    display: block;
    text-align: center;
}

.c-option-item--small .c-option-item__text {
    text-align: center;
    font-size: 16px;
}

.c-option-item--small .c-option-item__price {
    display: block;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 8px;
}

.c-massage-item,
.c-option-item {
    position: relative;
    padding-bottom: 15px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.c-option-item__header__title {
    margin-bottom: 0 !important;
}

.c-option-item__footer,
.c-massage-item__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.c-option-item__header {
    background-color: #ebebeb;
    padding: 8px 10px;
}

.c-option-item--special {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

.c-option-item--special .c-option-item__header__title {
    font-weight: 400;
}

.c-option-item__text {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 10px 14px;
}

.c-option-item__text__price {
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
}

.c-option-item__text__saving {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.c-option-item__header__delete {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    text-decoration: line-through;
}

.c-option-item input,
.c-massage-item input,
.c-package input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.c-option-item input,
.c-massage-item input {
    bottom: -17px;
    height: calc(100% + 17px);
}

.c-option-item input[type="radio"]:checked+.c-option-item__header,
.c-option-item input[type="checkbox"]:checked+.c-option-item__header {
    background-color: #00bab1;
}

.c-option-item input[type="radio"]:checked+.c-option-item__header>*,
.c-option-item input[type="checkbox"]:checked+.c-option-item__header>* {
    color: #fff;
}

.c-option-item input[type="radio"]:checked+.c-option-item__header::before,
.c-option-item input[type="checkbox"]:checked+.c-option-item__header::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #00bab1;
    border-radius: 5px;
}

.c-pack {
    position: relative;
    padding: 16px;
    padding-bottom: 0;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

.c-pack__header {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.c-pack__header::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #ed6b2b;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-pack__title {
    font-size: 16px !important;
    line-height: 1;
    font-weight: 400;
}

.c-pack__title strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.c-pack__text {
    font-size: 12px;
    margin-top: 16px;
}

.c-pack__detail {
    padding: 8px 0;
    border-bottom: 1px solid #e3e3e3;
}

.c-pack__detail strong {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.c-pack input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.c-pack input[type="radio"]:checked+.c-pack__header .c-pack__title,
.c-pack input[type="checkbox"]:checked+.c-pack__header .c-pack__title {
    color: #00bab1;
}

.c-pack input[type="radio"]:checked+.c-pack__header::after,
.c-pack input[type="checkbox"]:checked+.c-pack__header::after {
    background-color: #00bab1;
}

.c-pack__footer {
    color: #fff;
    background-color: #f76c20;
    padding: 16px;
    padding-top: 36px;
    border-radius: 0 0 5px 5px;
    margin-top: 12px;
    margin-left: -16px;
    margin-right: -16px;
    -webkit-clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);
}

.c-pack__footer span {
    font-size: 14px;
    font-weight: 700;
}

.c-pack__footer strong {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
}

.c-pack input[type="radio"]:checked~.c-pack__footer,
.c-pack input[type="checkbox"]:checked~.c-pack__footer {
    background-color: #00bab1;
}

.c-pack input[type="radio"]:checked~.c-pack__text::before,
.c-pack input[type="checkbox"]:checked~.c-pack__text::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #00bab1;
    border-radius: 5px;
}

.c-pack input[type="radio"]:checked~.c-pack__text::after,
.c-pack input[type="checkbox"]:checked~.c-pack__text::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -11px;
    width: 16px;
    height: 16px;
    background-color: #00bab1;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.c-pack-container__meta {
    display: block;
    color: #595959;
    text-align: center;
    font-size: 12px;
    padding: 0 24px;
    margin-top: 4px;
    font-style: italic;
}

.c-packs {
    margin-top: 8px;
}

.c-packs .slick-list {
    padding: 8px 60px;
}

.c-packs .slick-dots {
    text-align: center;
    margin-top: 20px;
}

.c-packs .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.c-packs .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #d0d0d0;
    font-size: 0;
    font-size: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
}

.c-packs .slick-dots li.slick-active button {
    background-color: #f89500;
}

.c-packs .slick-dots li:last-of-type {
    margin-right: 0;
}

.c-packs .c-pack {
    margin: 0 8px;
    outline: none;
}

.c-package {
    position: relative;
    display: block;
    border-radius: 5px;
}

.c-massage-item input,
.c-option-item input,
.c-package input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.c-package__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 5px;
}

.c-package__figure {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-package__caption {
    position: absolute;
    top: 10px;
    right: -20px;
    color: #fff;
    background-color: #00bab1;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-package__caption--new {
    background-color: #ee7428;
}

.c-package--big {
    width: 100%;
    height: 40vw;
}

.c-package--big-disabled {
    opacity: 0.5;
    cursor: initial;
}

.c-package--big-disabled:hover {
    cursor: initial;
}

.c-package--big-disabled .c-button:hover {
    background-color: #00bab1;
    cursor: initial;
}

.c-package__figure::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 5px;
    z-index: 1;
}

.c-package input[type="radio"]+.c-package__figure::after,
.c-package input[type="checkbox"]+.c-package__figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 2;
}

.c-package input[type="radio"]:checked+.c-package__figure::after,
.c-package input[type="checkbox"]:checked+.c-package__figure::after {
    opacity: 0;
}

.c-gift-selector .c-package input[type="radio"]:checked+.c-package__figure::before,
.c-gift-selector .c-package input[type="checkbox"]:checked+.c-package__figure::before {
    opacity: 0;
}

.c-package input[type="radio"]:checked+.c-package__figure,
.c-package input[type="checkbox"]:checked+.c-package__figure {
    border: 2px solid #00bab1;
    border-radius: 8px;
}

.c-gift-selector .c-package input[type="radio"]+.c-package__figure::after {
    -webkit-transition: none;
    transition: none;
}

.c-gift-selector .c-package input[type="radio"]:checked+.c-package__figure::after {
    content: "\e92a";
    position: absolute;
    top: auto;
    left: auto;
    right: -5px;
    bottom: -5px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: #fff;
    background-color: #f89500;
    text-align: center;
    font-family: "icomoon" !important;
    font-size: 12px;
    line-height: 24px;
    line-height: 1;
    font-weight: normal;
    text-transform: none;
    border: 2px solid #ffffff;
    border-radius: 50%;
    opacity: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-package--big::before {
    top: 0;
    bottom: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 20%, rgba(0, 0, 0, 0) 100%);
}

.c-package__title {
    position: absolute;
    left: 50%;
    bottom: 10px;
    color: #fff;
    margin-bottom: 0 !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.c-gift-selector .c-package__title {
    bottom: -30px;
    color: #3a3a3a;
}

.c-gift-selector .c-package {
    margin-bottom: 60px;
}

.c-package--big .c-package__title {
    top: 15px;
    left: 15px;
    -webkit-transform: none;
    transform: none;
}

.c-package .c-button {
    position: absolute;
    top: 41px;
    left: 15px;
    z-index: 2;
}

.c-packages {
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-packages__content {
    margin-top: 10px;
}

.c-partners {
    position: relative;
    text-align: center;
    font-size: 0;
    padding: 30px 0;
}

.c-partners:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    width: 15%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.61)), color-stop(47%, rgba(255, 255, 255, 0.85)), color-stop(78%, #fff), to(#fff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.61) 0, rgba(255, 255, 255, 0.85) 47%, #fff 78%, #fff);
}

.c-partners__header {
    display: block;
    margin-bottom: 20px;
}

.c-partners__content {
    display: block;
    padding-right: 50px;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.c-partners__content::-webkit-scrollbar,
.c-partners__content::-webkit-scrollbar-thumb,
.c-partners__content::-webkit-scrollbar-track {
    display: none;
    width: 0 !important;
    height: 0 !important;
    background-color: transparent;
}

.c-partners__content>* {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.c-partners__content>*:last-of-type {
    margin-right: 0;
}

.c-partners__content> :last-of-type {
    margin-right: 0;
}

.c-partner-item a {
    display: block;
    width: 110px;
    height: 80px;
}

.c-partner-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.c-reviews--slider {
    background-color: #fff;
    padding: 20px 0;
    border-radius: 5px;
}

.c-reviews--slider .c-badge-review {
    margin-bottom: 0;
}

.c-reviews--slider .c-review,
.c-reviews--slider .c-badge-review {
    width: auto;
    padding: 0;
}

.c-reviews--slider .c-review__content {
    text-align: left;
}

.c-reviews--slider .slick-list {
    padding-right: 140px;
}

/*BOX*/

.c-box {
    position: relative;
    text-align: center;
    z-index: 1;
}

.c-box__header {
    position: relative;
    display: inline-block;
    background-color: #f89500;
    padding: 5px 40px;
    border-radius: 23px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
}

.c-box__header__title {
    color: #fff;
    text-align: center;
    font-weight: 600 !important;
}

.c-box__content {
    background-color: #fff;
    text-align: left;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

.c-box__content.u-no-overflow {
    overflow: visible;
}

.c-box__content.u-no-overflow .c-excerpt {
    margin-bottom: 40px;
}

.c-box__content.u-no-overflow .c-excerpt__content {
    padding: 20px;
    padding-bottom: 0;
    margin-top: 0;
}

/*REVIEW*/

.c-badge-review {
    text-align: center;
    margin-bottom: 40px;
    outline: none;
}

.c-badge-review__header__vote {
    font-size: 22px;
    font-weight: 700;
}

.c-badge-review__header__stars {
    font-size: 20px;
}

.c-badge-review__header {
    margin-bottom: 20px;
}

.c-badge-review__content__title {
    font-size: 36px;
    margin-bottom: 5px;
}

.c-badge-review__content__lead {
    font-size: 14px;
}

.c-badge-review__content {
    margin-bottom: 10px;
}

.c-review {
    color: #3a3a3a;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
}

.c-review iframe {
    width: 100%;
    height: 220px;
}

.c-review__content {
    text-align: center;
    padding: 0;
}

.c-review__rating {
    margin-bottom: 10px;
}

.c-review__rating .icon {
    color: #f85700;
    font-size: 14px;
}

.c-review__title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.c-review__author {
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
}

.c-reviews .c-box__content {
    padding: 50px 20px 10px 20px;
}

.c-reviews__slider .slick-track>* {
    margin-left: 10px;
    margin-right: 10px;
}

.c-reviews__slider .slick-slide:not(.slick-current) {
    opacity: 0.35;
}

.c-reviews .slick-dots {
    text-align: center;
    margin-top: 20px;
}

.c-reviews .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.c-reviews .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #d0d0d0;
    font-size: 0;
    font-size: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
}

.c-reviews .slick-dots li.slick-active button {
    background-color: #f89500;
}

.c-reviews .slick-dots li:last-of-type {
    margin-right: 0;
}

.c-reviews__slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.c-speaker {
    margin-bottom: 50px;
}

.c-speaker__picture {
    min-width: 100px;
    margin-bottom: 20px;
}

.c-speaker__picture img {
    width: 100%;
    height: auto;
}

.c-speaker__title {
    margin-bottom: 10px;
}

.c-speaker .c-button {
    margin-top: 20px;
}

.c-tabs {
    font-size: 0;
}

.c-tabs__title {
    text-align: center;
    margin-bottom: 32px;
}

.c-tabs__nav {
    position: relative;
    margin-bottom: 10px;
}

.c-tabs__nav__list {
    position: relative;
    padding-right: 15%;
    margin-top: 20px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.c-tabs__nav__list::-webkit-scrollbar,
.c-tabs__nav__list::-webkit-scrollbar-thumb,
.c-tabs__nav__list::-webkit-scrollbar-track {
    display: none;
    width: 0 !important;
    height: 0 !important;
    background-color: transparent;
}

.c-tabs__nav__list--mono {
    padding-right: 0 !important;
}

.c-tabs__nav::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    width: 15%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.61)), color-stop(47%, rgba(255, 255, 255, 0.85)), color-stop(78%, white), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0.85) 47%, white 78%, white 100%);
}

.c-tabs__nav__list__item {
    display: inline-block;
    vertical-align: top;
    color: #00bab1;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.43px;
    margin-right: 20px;
}

.c-tabs__nav__list__item.j-active {
    color: #333333;
}

.c-tabs__content__item__header {
    margin-bottom: 25px;
}

.c-tabs__content__item__header__title {
    line-height: 1.15;
}

.c-tabs__content__item {
    position: relative;
    padding-bottom: 50px;
}

.c-tabs__content__item__header .c-button {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-tabs__content__item__text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.56px;
}

.c-tabs__content>* {
    display: none;
}

.c-tabs__content>.j-active {
    display: block;
}

.c-tabs--introduction .c-tabs__nav {
    background-color: #f9f9f9;
    margin-bottom: 0;
}

.c-tabs--introduction .c-tabs__nav::after {
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(249, 249, 249, 0.61)), color-stop(47%, rgba(249, 249, 249, 0.85)), color-stop(78%, #f9f9f9), to(#f9f9f9));
    background: linear-gradient(to right, rgba(249, 249, 249, 0.61) 0%, rgba(249, 249, 249, 0.85) 47%, #f9f9f9 78%, #f9f9f9 100%);
}

.c-tabs--introduction .c-tabs__nav__list__item {
    position: relative;
    color: #333333;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.c-tabs--introduction .c-tabs__nav__list__item a {
    display: block;
    padding: 24px;
}

.c-tabs--introduction .c-tabs__nav__list__item.j-active {
    font-weight: 700;
}

.c-tabs--introduction .c-tabs__nav__list__item.j-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 6px;
    background-color: #f89500;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-tabs--introduction .c-tabs__nav__list__item.j-active .icon {
    color: #f89500;
}

.c-tabs--introduction .c-tabs__nav__list__item .icon {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

.c-tabs--introduction .c-tabs__content {
    background-color: #fff;
    padding: 24px;
}

.c-tabs--introduction .c-tabs__content__item__text {
    font-size: 14px;
    letter-spacing: -0.43px;
}

.c-tabs--topic .c-tabs__nav {
    background-color: #f8f8f8;
    padding: 24px;
}

.c-tabs--topic .c-tabs__nav::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0.61)), color-stop(47%, rgba(248, 248, 248, 0.85)), color-stop(78%, #f8f8f8), to(#f8f8f8));
}

.c-tabs--topic .c-tabs__nav__title {
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
}

.c-tabs--topic .c-tabs__nav__list__item {
    color: #5d5d5d;
    font-weight: 500;
}

.c-tabs--topic .c-tabs__nav__list__item.j-active {
    color: #000;
    font-weight: 700;
}

.c-tabs--topic .c-tabs__nav__list__item:last-of-type {
    margin-bottom: 0;
}

.c-tabs--topic .c-tabs__content__meta {
    margin-top: 40px;
}

.c-tabs--topic .c-tabs__content__item__text {
    line-height: 1.5;
}

.c-ticket {
    position: relative;
    color: #4a4a4a;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 20px;
    padding-right: 100px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    overflow: hidden;
}

.c-ticket__title {
    color: #000;
    margin-bottom: 5px;
}

.c-ticket__icon {
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 95px;
    background-color: #f89500;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-ticket__icon .icon {
    color: #fff;
    font-size: 28px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.c-tile {
    display: block;
}

.c-tile__title {
    margin-bottom: 4px;
}

.c-tile__link {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.c-tile__link span:not(.icon) {
    text-decoration: underline;
}

.c-tile__link .icon {
    font-size: 8px;
}

.c-tile__text {
    font-size: 14px;
    font-style: italic;
}

.c-voucher {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
}

.c-voucher__header {
    margin-bottom: 6px;
}

.c-voucher__code {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -0.26px;
}

.c-voucher__code strong {
    font-weight: 900;
}

.c-voucher__content {
    padding: 16px;
}

.c-voucher__text {
    font-size: 14px;
}

.c-voucher__footer {
    color: #fff;
    background-color: #333333;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 0 0 5px 5px;
}

.c-voucher__footer strong {
    font-weight: 700;
}

.c-welcome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-welcome__figure {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
}

.c-welcome__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c-welcome__title {
    font-size: 24px;
    letter-spacing: -0.61px;
}

.c-welcome__link {
    line-height: 42px;
    font-weight: 700;
    margin-left: 24px;
    text-decoration: underline;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

/*UTILITY*/

.u-block {
    display: block !important;
}

.u-inline {
    display: inline-block !important;
}

.u-fontsize-0 {
    font-size: 0;
}

.u-text-left {
    text-align: left;
}

.u-2col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.u-none {
    display: none !important;
}

.u-hidden {
    overflow: hidden;
}

.u-bg-niagara {
    background-color: #089e97;
}

.u-bg-iris-blue {
    background-color: #00bab1;
}

.u-flex-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
}

.u-flex-middle {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
}

.u-flex-bottom {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
}

.u-flex-between {
    justify-content: space-between !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
}

.u-flex-center {
    justify-content: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
}

.u-flex-2 {
    -webkit-box-flex: 2 !important;
    -ms-flex: 2 !important;
    flex: 2 !important;
}

.u-flex-3 {
    -webkit-box-flex: 3 !important;
    -ms-flex: 3 !important;
    flex: 3 !important;
}

.u-flex-4 {
    -webkit-box-flex: 4 !important;
    -ms-flex: 4 !important;
    flex: 4 !important;
}

.u-flex-5 {
    -webkit-box-flex: 5 !important;
    -ms-flex: 5 !important;
    flex: 5 !important;
}

.u-flex-none>*:nth-child(n) {
    -webkit-box-flex: initial !important;
    -ms-flex: initial !important;
    flex: initial !important;
}

.u-grid-2 {
    grid-template-columns: 1fr 1fr;
}

.u-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.u-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.u-bg-grey {
    background-color: #efefef;
}

.u-bg-alabaster {
    background-color: #f0ede4;
}

.u-text-white *:not(input) {
    color: #fff !important;
}

.l-2col.c-content-main__content>.c-excerpt {
    margin-bottom: 32px;
}

.l-2col.c-content-main__content>.c-excerpt:last-of-type {
    margin-bottom: 0;
}

body {
    overflow-x: hidden;
}

.c-content-block__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-2deg) scaleX(2);
    transform: rotate(-2deg) scaleX(2);
    z-index: -1;
}

.c-content-block__background.c-content-block__background--image {
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.c-content-block__background.c-content-block__background--image ::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e26900), to(#26b3ac));
    background-image: linear-gradient(to right, #e26900 0, #26b3ac 100%);
    opacity: 0.5;
    z-index: 0;
    mix-blend-mode: overlay;
}

.c-content-block__background.u-bg-straight {
    left: -20px;
    right: -20px;
    -webkit-transform: none !important;
    transform: none !important;
}

.c-page .c-content-block__background {
    left: -20px;
    right: -20px;
}

.c-page .c-content-block .c-excerpts,
.c-page .c-content-block__content__item+* {
    margin-top: 35px;
}

.c-page .c-content-block__content__item h2 {
    font-size: 20px;
}

.c-page .c-content-block__content__header {
    margin-bottom: 20px;
}

.c-page .l-grid .c-excerpt:not(.c-excerpt--simple) {
    margin-bottom: 18px;
}

.c-page .c-sidebar-info {
    padding-top: 30px;
    padding-bottom: 50px;
}

.c-page .c-content-block .c-form--cta .c-form-field {
    margin-bottom: 20px;
}

.c-page .c-content-block .c-form--cta .c-button {
    margin-top: 10px;
}

.c-cta-big--where::after,
.c-cta-big__picture.c-cta-big__picture--special {
    left: -20px;
    right: -20px;
}

.c-picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-form--booking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee772e), to(#f3a845));
    background-image: linear-gradient(#ee772e 0%, #f3a845 100%);
}

.c-form--booking .c-cta-banner {
    display: none;
    margin-bottom: 16px;
}

.c-form--booking .c-cta-small {
    display: none;
}

.total .c-form--booking .c-cta-banner {
    display: block;
}

.total .c-form--booking .c-cta-small {
    display: block;
}

.save .c-form--booking .c-reviews {
    display: none;
}

/* COMPORTAMNETO JS */

@-webkit-keyframes entering {
    0% {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes entering {
    0% {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes entering-back {
    0% {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes entering-back {
    0% {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes exiting {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }
}

@keyframes exiting {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }
}

@-webkit-keyframes exiting-back {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
    }
}

@keyframes exiting-back {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
    }
}

.l-page.save .c-save,
.l-page.total .c-total {
    display: block;
}

.l-page.progress-bar .c-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-view {
    display: none !important;
    width: 100%;
    min-height: 516px;
}

.l-view.j-active {
    display: block !important;
}

.l-view.j-exiting,
.l-view.j-exiting-back {
    position: absolute;
    display: block;
    -webkit-animation-name: exiting;
    animation-name: exiting;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.l-view.j-entering,
.l-view.j-entering-back {
    display: block;
    -webkit-animation-name: entering;
    animation-name: entering;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.l-view.j-exiting-back {
    -webkit-animation-name: exiting-back;
    animation-name: exiting-back;
}

.l-view.j-entering-back {
    -webkit-animation-name: entering-back;
    animation-name: entering-back;
}

.j-payment {
    display: none;
}

.j-payment.credito-carta {
    display: block;
}

/*ONBOARDING*/

.l-main--onboarding .l-view {
    display: block;
}

.l-main--onboarding .c-option-item:last-of-type {
    margin-bottom: 0;
}

.l-view.j-active[data-index="1"]~.c-sidebar .c-progress-bar__bar::before {
    width: 33.33%;
}

.l-view.j-active[data-index="2"]~.c-sidebar .c-progress-bar__bar::before {
    width: 66.66%;
}

.l-view.j-active[data-index="3"]~.c-sidebar .c-progress-bar__bar::before {
    width: 99.99%;
}

.c-content-main__item:not(:last-of-type) {
    margin-bottom: 32px;
}

.c-accordions>*:not(:last-of-type) {
    margin-bottom: 38px;
}

.c-content-block {
    position: relative;
    padding: 40px 0;
}

.c-content-main__item:not(:last-of-type) {
    margin-bottom: 32px;
}

.c-archive-services .c-excerpt__content {
    font-size: 12px;
}

.l-main {
    padding-top: 75px;
}

.c-content-main__header {
    margin-bottom: 16px;
}

.c-content-main__title {
    font-weight: 400;
    letter-spacing: -0.48px;
}

.c-sidebar>* {
    margin-bottom: 16px;
}

.c-focus {
    padding-bottom: 45px;
}

.c-boards>* {
    margin-bottom: 16px;
}

/*C-BACKGROUND*/

.c-background {
    position: relative;
    background-image: url("/images/hero.jpg");
    background-size: cover;
    background-position: center;
    padding: 45px 0;
}

.c-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#e26900), to(#26b3ac));
    background-image: linear-gradient(to right, #e26900 0%, #26b3ac 100%);
    mix-blend-mode: multiply;
}

.c-background__content {
    position: relative;
}

.c-background__content__header {
    text-align: center;
}

.c-background__content__header__title {
    color: #fff !important;
}

.c-background__content__header__lead {
    color: #fff !important;
    margin-top: 20px;
}

.c-background__content__element {
    background-color: #fff;
    padding: 35px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.26);
    margin-top: 30px;
}

.c-button--fb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #3b5998;
    border-color: #3b5998;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.c-button--fb .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-button--fb .icon svg {
    height: 20px;
}

.c-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-form__footer .c-link {
    font-size: 13px;
    font-weight: 700;
}

.c-background__content__element .c-form__field input {
    border: 1px solid #c4c4c4;
}

.c-background__content__element>* {
    text-align: center;
    overflow: hidden;
}

.c-header {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.c-header::before,
.c-header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    width: 100vw;
    height: 1px;
    background-color: #c4c4c4;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-header::after {
    left: calc(100% + 15px);
}

.c-background__content__element__article .c-button {
    margin-top: 20px;
}

.c-background__content__element__article__footer {
    margin-top: 40px;
}

.c-code {
    display: block;
    max-width: 245px;
    color: #333333;
    font-family: Raleway;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.61px;
    padding: 5px 28px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 15px;
}

@media screen and (min-width: 480px) {
    .c-excerpt--inline {
        padding-left: 120px;
    }

    .c-excerpt--inline .c-excerpt__figure {
        position: absolute !important;
        top: 50% !important;
        left: 0 !important;
        width: 90px !important;
        height: 90px !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    .c-excerpt--inline .c-excerpt__content {
        text-align: left !important;
    }
}

@media screen and (min-width: 768px) {
    .l-tablet-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .l-tablet-flex>*:nth-child(n) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .l-tablet-flex>*:first-child {
        margin-left: 0;
    }

    .l-tablet-flex>*:last-child {
        margin-right: 0;
    }

    .l-tablet-grid {
        display: grid;
        grid-gap: 24px;
    }

    .c-banner {
        padding: 32px;
        padding-right: 40%;
    }

    .c-banner__title {
        font-size: 30px;
        line-height: 40px;
    }

    .c-banner__content {
        font-size: 18px;
    }

    .navbar--numero-verde {
        margin-left: 30px;
    }

    .c-form--ticket:not(.c-form--ticket--double) {
        padding-bottom: 30px;
    }

    .c-form--ticket .c-form__fieldset {
        padding-top: 15px;
        padding-right: 28%;
    }

    .c-form__field--inline {
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
    }

    .c-form__field--big {
        width: 49%;
    }

    .c-form--ticket__button {
        position: absolute;
        top: -10px;
        right: -10px;
        bottom: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28%;
        color: #fff;
        text-align: center;
        font-weight: 700;
        padding: 30px 20px 30px 0;
        margin: 0;
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .c-form--ticket:not(.c-form--ticket--double) .c-form--ticket__button {
        left: auto;
        right: -10px;
        width: 28%;
    }

    .c-form--ticket__button>* {
        display: block;
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    .c-form--ticket__button__price {
        font-size: 33px;
    }

    .c-form--ticket__button__price .c-form--ticket__button__price small {
        font-size: 23px;
    }

    .c-form--ticket__button>small {
        padding: 0;
        border: none;
        border-radius: 0;
        margin-top: 0;
    }

    .c-form--ticket__button small {
        font-size: 16px;
    }

    .c-form--ticket--double {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 !important;
        /*.c-form--ticket__button:first-of-type {
            right: -17.5px;
            bottom: 66%;
            width: 40%;
            padding-bottom: 20px;
        }
        .c-form--ticket__button:nth-of-type(2) {
            top: 33%;
            right: -13.5px;
            bottom: 30%;
            width: 40%;
            padding-top: 20px;
        }
        .c-form--ticket__button:nth-of-type(3) {
            top: 66%;
            right: -10px;
            width: 40%;
            padding-top: 20px;
        }*/
    }

    .c-form--ticket--double .c-form__fieldset {
        padding: 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .c-form--ticket--double .c-form__fieldset .c-button {
        margin-top: 30px;
    }

    .c-form--ticket--double .c-form--ticket__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: stretch;
        margin-top: -8px;
        margin-right: -6px;
        margin-bottom: -8px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-clip-path: polygon(10px 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(10px 0, 100% 0%, 100% 100%, 0% 100%);
    }

    .c-form--ticket--double .c-form--ticket__footer .c-form--ticket__button {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin-bottom: -1px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (min-width: 1024px) {
    body {
        font-size: 16px;
    }

    .t-title1 {
        font-size: 60px;
    }

    .t-title2 {
        font-size: 33px;
    }

    .t-title3 {
        font-size: 30px;
    }

    .t-title4 {
        font-size: 23px;
    }

    .t-title5 {
        font-size: 20px;
    }

    .t-lead1 {
        font-size: 23px;
    }

    .t-lead2 {
        font-size: 20px;
    }

    .l-container,
    .wp-block-group__inner-container {
        width: 100%;
        max-width: 1400px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
    }

    .l-2col,
    .l-3col,
    .l-4col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 0;
    }

    .l-2col>* {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-right: 2%;
    }

    .l-2col>.l-3col {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .l-2col>.l-4col {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .l-2col>.l-2col {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .l-2col--big>* {
        width: 44.7%;
        margin-right: 10%;
    }

    .l-2col> :nth-child(2n) {
        margin-right: 0;
    }

    .l-2col--1-3>* {
        width: 35%;
        margin-right: 10%;
    }

    .l-2col--1-3> :nth-child(2n) {
        width: 55%;
    }

    .l-2col--1-4>* {
        width: 30%;
        margin-right: 3.9%;
    }

    .l-2col--1-4> :nth-child(2n) {
        width: 66%;
    }

    .l-3col>* {
        display: inline-block;
        vertical-align: top;
        width: 31.7%;
        margin-right: 2%;
    }

    .l-3col>.c-excerpt:not(.c-excerpt--round) {
        width: 31.7% !important;
        margin-right: 2% !important;
    }

    .l-3col> :nth-child(3n) {
        margin-right: 0;
    }

    .l-3col.c-content-block__content__item> :nth-child(3n).c-excerpt {
        margin-right: 0 !important;
    }

    .l-4col>* {
        display: inline-block;
        vertical-align: top;
        width: 22%;
        margin-right: 4%;
    }

    .l-4col>*:nth-child(4n) {
        margin-right: 0;
    }

    .l-4col--small>* {
        width: 23%;
        margin-left: 0 !important;
        margin-right: 2.5% !important;
    }

    .l-4col--small>*:nth-of-type(4n) {
        margin-right: 0 !important;
    }

    .l-5col>*:nth-of-type(n) {
        width: calc(20% - 7px);
        margin-right: 8px;
    }

    .l-5col> :nth-of-type(5n) {
        margin-right: 0;
    }

    .l-5col>* {
        width: 18.4%;
        margin-right: 2%;
        margin-bottom: 0;
    }

    .l-5col> :nth-of-type(2n) {
        margin-right: 2%;
    }

    .l-5col> :nth-of-type(5n) {
        margin-right: 0;
    }

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

    .l-flex>*:nth-child(n) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .l-flex>*:first-child {
        margin-left: 0;
    }

    .l-flex>*:last-child {
        margin-right: 0;
    }

    .l-grid {
        display: grid;
        grid-gap: 24px;
    }

    .c-form-field--half {
        display: inline-block;
        width: 49%;
    }

    .c-accordion__title small {
        display: inline;
        margin-top: 0;
        margin-left: 10px;
    }

    .c-banner {
        padding-right: 50%;
    }

    .l-view[data-index] .c-card__header::before {
        content: "1";
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        color: #fff;
        background-color: #00bab1;
        text-align: center;
        font-family: Raleway, sans-serif;
        font-size: 16px;
        line-height: 30px;
        font-weight: 700;
        border-radius: 50%;
        margin-right: 15px;
    }

    .l-view[data-index="2"] .c-card__header::before {
        content: "2";
    }

    .l-view[data-index="2"] .c-card:nth-child(2) .c-card__header::before {
        content: "3";
    }

    .l-view[data-index="2"] .c-card:nth-child(3) .c-card__header::before {
        content: "4";
    }

    .l-view[data-index="2"] .c-card:nth-child(4) .c-card__header::before {
        content: "5";
    }

    .l-view[data-index="3"] .c-card__header::before {
        content: "6";
    }

    .c-card {
        width: 100%;
        margin: 0;
    }

    .c-card__header {
        background-color: #2b2b2b;
        padding: 16px !important;
        margin-top: -16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .c-card__header__title {
        color: #fff;
        font-weight: 700;
    }

    .c-card__header__title .icon {
        display: none;
    }

    .c-card__header .c-button {
        position: relative;
        display: inline-block;
        margin-top: 15px;
        z-index: 1;
    }

    .c-card__block {
        margin-bottom: 25px;
    }

    .c-card__block .c-radio--pill {
        min-width: 137px;
    }

    .c-card__block .l-flex .c-form-field:not(:last-child) {
        margin-right: 16px;
        margin-bottom: 0;
    }

    .c-card__block>* {
        margin-bottom: 24px;
    }

    .c-cta-banner {
        position: relative;
        padding-left: 40%;
    }

    .c-cta-banner__figure {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 53%;
        border-radius: 5px 0 0 5px;
        overflow: hidden;
    }

    .c-cta-banner__figure::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(78%, rgba(255, 255, 255, 0.8)), color-stop(95%, white), to(white));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 78%, white 95%, white 100%);
    }

    .c-cta-banner__figure img {
        -o-object-position: left;
        object-position: left;
    }

    .c-cta-banner__content {
        position: relative;
        font-size: 20px;
        padding: 20px;
        padding-right: 32px;
        -webkit-box-flex: 1.3 !important;
        -ms-flex: 1.3 !important;
        flex: 1.3 !important;
    }

    .c-cta-banner__title {
        max-width: 75%;
    }

    .c-cta-banner__text {
        margin-top: 4px;
    }

    .c-cta-banner__text p {
        margin-bottom: 0;
    }

    .c-cta-banner__text .c-button {
        font-size: 16px;
    }

    .c-cta--newsletter::before {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #e26900), color-stop(50%, #e26900), color-stop(50%, #149690), to(#07736e)) !important;
        background: linear-gradient(to right, #e26900 0, #e26900 50%, #149690 50%, #07736e 100%) !important;
    }

    .c-cta--newsletter .c-cta-big__content {
        width: 50%;
        text-align: left;
        margin-right: 0;
    }

    .c-cta-big__content.u-desktop {
        display: inline-block;
    }

    .c-cta--newsletter .c-cta-big__content:first-of-type {
        padding-right: 45px;
    }

    .c-cta--newsletter .c-cta-big__content {
        width: 50%;
        text-align: left;
        margin-right: 0;
    }

    .c-cta--newsletter .c-cta-big__content:nth-of-type(2) {
        padding-left: 45px;
    }

    .c-cta-big--special {
        background-image: inherit !important;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .c-cta-big--special .c-cta-big--special .c-cta-big__content {
        padding-top: 80px;
        padding-bottom: 110px;
    }

    .c-cta-big__content__block {
        margin-top: 50px;
    }

    .c-cta-big__content__block .c-excerpt {
        border-bottom: none;
    }

    .c-content-block__content--small {
        padding-left: 80px;
        padding-right: 80px;
    }

    .c-cta-big__content__lead {
        display: block;
        max-width: 60%;
        font-size: 16px;
        margin: 0 auto;
    }

    .c-cta-big__footer {
        bottom: -32px;
    }

    .c-cta-big--special-straight {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .c-cta-big--where {
        margin-top: 0;
        margin-bottom: 0;
    }

    .c-list {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-column-rule: 1px solid #fff;
        -moz-column-rule: 1px solid #fff;
        column-rule: 1px solid #fff;
    }

    .c-cta-big__content {
        padding-top: 135px;
        margin: 0 auto;
    }

    .c-cta-big__content .l-flex .c-form-field:not(:last-child) {
        margin-right: 24px;
    }

    .c-cta-big .c-button {
        position: relative;
        height: auto;
        font-size: 21px !important;
        font-weight: 600;
        padding: 19px 25px;
        border-radius: 100px;
        margin-top: 45px;
        z-index: 1;
    }

    .c-cta-small {
        text-align: left;
        padding: 24px;
    }

    .c-cta-small__title {
        font-size: 18px;
        font-weight: 800;
    }

    .c-cta-small__text {
        font-size: 16px;
        margin-top: 8px;
    }

    .c-cta-small__button {
        font-size: 16px;
        margin-top: 24px;
    }

    .c-excerpt--inline.c-excerpt--round .c-excerpt__figure {
        height: 90px !important;
    }

    .c-excerpt--inline .c-excerpt__content {
        font-size: 16px;
    }

    .c-excerpt--inline .c-excerpt__content__title {
        font-size: 16px;
    }

    .l-flex .c-excerpt--link .c-excerpt__content {
        padding-bottom: 15px !important;
    }

    .c-excerpt--round--big {
        padding-left: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    .c-excerpt--round .c-excerpt__figure {
        position: relative;
        top: auto;
        left: auto;
        width: 110px;
        height: 110px !important;
        -webkit-transform: none;
        transform: none;
    }

    .c-excerpt--round--big .c-excerpt__figure {
        position: relative;
        top: auto;
        left: auto;
        width: 200px;
        height: 200px !important;
        -webkit-transform: none;
        transform: none;
    }

    .c-excerpt--round .c-excerpt__figure .icon {
        line-height: 110px;
    }

    .c-site-footer {
        display: block;
        background-color: #2b2b2b;
        padding: 23px 0;
    }

    .c-site-footer__content__payment {
        width: 42% !important;
        color: #d0d0d0;
        font-size: 12px;
        line-height: 18px;
        margin-left: 7% !important;
    }

    .c-site-footer__content__payment p {
        margin: 0;
    }

    .c-site-footer__content__payment img {
        margin-top: 5px;
    }

    .c-site-footer__content__disclaimer {
        width: 42% !important;
        color: #d0d0d0;
        text-align: right;
        font-size: 12px;
        line-height: 18px;
    }

    .c-site-footer__content__disclaimer__menu {
        margin-top: 5px;
    }

    .c-site-footer__content__disclaimer__menu li {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }

    .c-site-footer__content__disclaimer__menu li a {
        text-decoration: underline;
    }

    /*FOOTER-BIG*/

    .c-site-footer-big {
        padding-top: 50px;
        margin-top: 0;
    }

    .c-site-footer-big__title {
        text-align: left;
    }

    .c-site-footer-big__data>* {
        width: 48%;
        margin-right: 4;
    }

    .c-site-footer-big__data {
        padding-bottom: 50px;
    }

    .c-site-footer-big__data__nav {
        border-right: 1px solid #4C4C4C;
    }

    .c-site-footer-big__data__info {
        text-align: left;
        margin-top: 0;
    }

    .c-site-footer-big__data__nav .c-site-footer-big__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .c-site-footer-big__data__info__contact__figure {
        position: relative;
        left: auto;
        bottom: auto;
        margin-left: -30px;
        z-index: 1;
    }

    .c-site-footer-big__data__info__contact,
    .c-site-footer-big__data__info__payments {
        padding-left: 8%;
        border-left: 1px solid #4C4C4C;
    }

    .c-site-footer-big__data__info__payments {
        padding-left: 4%;
        padding-right: 8%;
        border-left: none;
    }

    .c-site-footer-big__italy {
        padding: 50px 0;
    }

    .c-site-footer-big__italy__where {
        display: block;
    }

    .c-site-footer-big__italy__where .c-site-footer-big__list {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

    .c-site-footer-big__meta {
        margin-top: 90px;
    }

    .c-site-footer-big__meta>* {
        display: inline-block;
        vertical-align: middle;
    }

    .c-site-footer-big__meta> :first-child {
        margin-right: 80px;
    }

    .c-site-footer-big__meta__copy__link {
        padding: 0;
        margin-top: 0;
        margin-left: 20px;
    }

    .c-site-footer-big__meta__social {
        margin-top: 0;
    }

    .c-site-footer-big__data__info__contact__list {
        display: block;
    }

    .c-site-footer-big__data__info__contact .c-site-footer-big__title {
        display: block;
    }

    .navbar--numero-verde .information-wrapper {
        width: 176px;
        height: 48px;
    }

    .navbar--numero-verde .information-wrapper a {
        color: #fff;
    }

    .navbar--numero-verde .information-wrapper .topline {
        width: 60px;
    }

    .navbar--numero-verde .information-wrapper .icon-phone {
        left: -37px;
        font-size: 44px;
    }

    .navbar--numero-verde .information-wrapper .tel {
        font-size: 18px;
        padding: 5px 0 0;
    }

    .navbar--numero-verde .information-wrapper .hour {
        display: block;
    }

    .c-site-footer-big__italy {
        padding-bottom: 50px;
    }

    .c-fieldset__title {
        font-size: 26px;
    }

    .c-fieldset__upload {
        position: relative;
        padding-left: 172px;
    }

    .c-fieldset__upload .c-avatar-upload {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .c-form-field--short {
        display: inline-block;
        width: 25%;
    }

    .c-form--personal-date .c-form__button {
        font-size: 16px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        -ms-border-radius: 23px;
        -o-border-radius: 23px;
        border-radius: 23px;
        margin-top: 24px;
    }

    /*HEADER-BIG*/

    body.j-menu-open {
        overflow: auto;
    }

    .c-logo svg {
        width: 134px;
    }

    .c-site-header-big__toggle {
        display: none;
    }

    .c-site-header-big__nav {
        position: relative;
        left: auto;
        right: auto;
        display: block !important;
        width: 100%;
        background-color: transparent;
        overflow: visible;
        -webkit-transition: none;
        transition: none;
    }

    .c-site-header-big--personal-area .c-logo {
        position: relative;
    }

    .c-site-header-big--personal-area .c-site-header-big__nav {
        width: auto;
        text-align: inherit;
    }

    .c-site-header-big--personal-area .c-site-header-big__nav .c-button {
        position: relative;
        right: auto;
    }

    .c-site-header-big__nav__menu {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
    }

    .c-site-header-big__nav__menu>li {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        line-height: 23px;
    }

    /*.c-site-header-big__nav__menu > li:not(:last-of-type)::after {
        content: "";
        position: absolute;
        left: 10px;
        right: 100%;
        height: 2px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    } 
    .c-site-header-big__nav__menu > li:hover::after {
        right: 10px;
        bottom: 8px;
        background-color: $iris-blue;
    }*/

    .c-site-header-big__nav__menu li.j-megamenu>a::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-color: #333333 transparent transparent transparent;
        border-width: 4px 2.5px 0 2.5px;
        margin-left: 6px;
        border-style: solid;
    }

    .c-site-header-big__nav__menu>li>a:not(.c-button) {
        position: relative;
        padding: 8px 15px;
    }

    .c-site-header-big__nav__menu>li:last-of-type {
        margin-top: 0;
        margin-left: 15px;
    }

    .c-site-header-big__nav__menu>li.current-menu-item>a,
    .c-site-header-big__meta__content__list {
        display: block;
    }

    .c-site-header-big__meta__content__list li {
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
    }

    .c-site-header-user .c-site-header-big__meta {
        display: block;
        background-color: #00bab1;
    }

    .c-site-header-user .c-site-header-big__meta__content__list,
    .c-menu-lang {
        color: #fff;
    }

    .c-site-header-big__nav__menu>li a.c-button {
        display: inline-block;
        margin-left: 0;
    }

    .c-site-header-big__meta {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        background-color: #f89500;
        padding: 5px 0;
        opacity: 1;
    }

    .c-site-header-big__meta__content__list {
        color: #fff;
        text-align: right;
    }

    /*MEGAMENU*/

    @-webkit-keyframes dropdown {
        0% {
            opacity: 0;
            -webkit-transform: translate(-50%, -20px);
            -moz-transform: translate(-50%, -20px);
            -ms-transform: translate(-50%, -20px);
            -o-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translate(-50%, 0px);
            -moz-transform: translate(-50%, 0px);
            -ms-transform: translate(-50%, 0px);
            -o-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
        }
    }

    @keyframes dropdown {
        0% {
            opacity: 0;
            -webkit-transform: translate(-50%, -20px);
            -moz-transform: translate(-50%, -20px);
            -ms-transform: translate(-50%, -20px);
            -o-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translate(-50%, 0px);
            -moz-transform: translate(-50%, 0px);
            -ms-transform: translate(-50%, 0px);
            -o-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
        }
    }

    .c-megamenu-container {
        position: absolute;
        top: 100%;
        left: 50%;
        display: none;
        padding: 40px;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .j-megamenu:hover {
        background-color: #f5f5f5;
        border-radius: 20px;
    }

    .j-megamenu:hover .c-megamenu-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        -webkit-animation: dropdown 0.6s 1 cubic-bezier(0.215, 0.61, 0.355, 1) both 0s;
        animation: dropdown 0.6s 1 cubic-bezier(0.215, 0.61, 0.355, 1) both 0s;
    }

    .u-megamenu-open .c-megamenu-container {
        display: block;
    }

    .c-hero {
        min-height: 180px;
        padding-top: 55px;
        padding-bottom: 75px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    }

    .user .c-hero {
        margin-top: -1px;
        margin-bottom: -180px;
    }

    .c-hero__content__text {
        max-width: 50%;
    }

    .c-hero--big {
        padding-top: 50px;
        padding-bottom: 110px;
        margin-bottom: 0;
        -webkit-clip-path: none;
        clip-path: none !important;
    }

    .c-hero .c-hero__figure {
        display: block;
    }

    .c-hero__content__text__lead {
        display: block;
    }

    .c-hero--big .c-hero__content__text {
        max-width: 45%;
    }

    .pacchetti .c-hero+.c-content-block {
        margin-bottom: -30px;
        z-index: 1;
    }

    /*.c-hero--home {
        min-height: 600px;
      }
      .c-hero--home .c-hero__content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
      }
      .c-hero--home .c-hero__content__text {
        max-width: 70%;
        margin: 0 auto;
      }
      .c-hero--home + .c-content-block {
        margin-bottom: -150px;
        -webkit-transform: translateY(-130px);
        transform: translateY(-130px);
      }
      .c-hero--home-small {
        min-height: 430px;
      }
      .c-hero--home-small + .c-content-block {
        margin-bottom: 0;
        transform: none;
      }*/

    .c-content-block--background {
        padding: 70px 0 !important;
    }

    .c-hero__nav__menu__item {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        margin-right: 10px;
    }

    .c-hero__nav__menu__item:not(:last-of-type)::after {
        content: "|";
        color: #bababa;
        font-family: "Open Sans";
        font-weight: 400;
        margin-left: 10px;
    }

    .c-hero--seo {
        min-height: 310px;
        padding-top: 68px;
    }

    .c-hero--seo .c-hero__content__text__title {
        line-height: 1.4;
        margin-bottom: 33px;
    }

    .c-hero--seo+.c-content-block {
        margin-top: -160px;
    }

    .massaggi-on-demand .c-hero+.c-content-block {
        margin-bottom: -120px;
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px);
    }

    .c-hero--seo .c-button {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        transform: none;
    }

    .c-hero--big {
        padding-top: 50px;
        padding-bottom: 110px;
        margin-bottom: 0;
        -webkit-clip-path: none;
        clip-path: none !important;
    }

    .c-hero--home {
        min-height: 665px;
    }

    .c-hero--light {
        min-height: 188px;
        background-color: #ffffff;
        padding-top: 55px;
        padding-bottom: 75px;
    }

    .c-hero--video {
        padding-bottom: 55px !important;
    }

    .c-hero--video .c-hero__content__text__lead {
        max-width: 65%;
        margin-top: 10px;
    }

    .c-hero--video .c-hero__content {
        font-size: 0;
    }

    .c-hero--video .c-hero__content__text {
        display: inline-block;
        vertical-align: middle;
        width: 45%;
        margin-right: 5%;
    }

    .c-hero__video {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        margin-top: 0;
    }

    .c-item__title {
        font-size: 18px;
        font-weight: 900;
        letter-spacing: -0.33px;
    }

    .c-megamenu {
        width: 1000px;
        background-color: #fff;
        text-align: left;
        padding: 32px 24px;
        border-radius: 16px;
        -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    }

    .c-modal--figure .c-modal__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 112px;
        padding: 24px 30px;
        margin-top: -24px;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .c-modal-video__title {
        font-size: 26px;
    }

    .c-modal-video__price {
        font-size: 32px;
    }

    .c-modal-video__price small {
        font-size: 26px;
    }

    .c-modal .c-close {
        color: #000;
    }

    .c-modal-container {
        top: 30px;
        left: 50%;
        width: 80vw;
        max-width: 750px;
        padding: 24px 30px;
        -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
        margin-bottom: 30px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .c-modal-container.u-max-500 {
        max-width: 500px;
    }

    .c-modal-item__title,
    .c-modal__title {
        font-size: 26px;
    }

    .c-modal .c-summary__item {
        padding: 16px 30px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .c-modal .c-content+.c-form--packs {
        margin-top: 32px;
    }

    .c-modal__footer {
        margin-top: 32px;
    }

    .c-summary__list {
        width: 66%;
    }

    /*.c-form__grid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: minmax(min-content, max-content);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        &>* {
            align-self: end;
        }
        &> :first-child {
            grid-area: 1 / 1 / 2 / 3;
        }
        &> :nth-child(2) {
            grid-area: 2 / 1 / 3 / 2;
        }
        &> :nth-child(3) {
            grid-area: 2 / 2 / 3 / 3;
        }
        &> :nth-child(4) {
            grid-area: 2 / 3 / 3 / 4;
        }
        &> :nth-child(5) {
            grid-area: 2 / 4 / 3 / 5;
        }
        &> :nth-child(6) {
            grid-area: 3 / 1 / 4 / 2;
        }
        &> :nth-child(7) {
            grid-area: 3 / 2 / 4 / 4;
        }
        &> :nth-child(8) {
            grid-area: 3 / 4 / 4 / 5;
        }
        &> :nth-child(9) {
            grid-area: 4 / 1 / 5 / 3;
        }
        &> :nth-child(10) {
            grid-area: 4 / 3 / 5 / 4;
        }
        &> :nth-child(11) {
            grid-area: 5 / 1 / 6 / 3;
        }
        &> :nth-child(12) {
            grid-area: 5 / 3 / 6 / 5;
        }
    }*/

    .c-modal-item .u-width-25 {
        width: calc(25% - 12px);
    }

    .c-modal-item .u-width-50 {
        width: calc(50% - 4px);
    }

    .c-modal-item .l-flex>*:not(:last-of-type) {
        margin-right: 16px;
    }

    .c-modal-item .c-notes {
        width: calc(50% - 8px);
    }

    .u-modal-alert {
        padding: 24px 30px;
        margin-top: -24px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .c-news__figure {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 48%;
        margin-bottom: 0;
    }

    .c-news__content {
        padding-left: 52%;
    }

    .c-notifications__title {
        font-size: 26px;
    }

    .c-notifications-item__title {
        font-size: 18px;
    }

    .c-option-item__header__title {
        font-size: 14px;
    }

    .c-option-item__text {
        padding: 15px 10px 20px;
    }

    .c-package--big {
        height: 260px;
        /*height: calc((((100vw - 60px) * 59 / 100) - 40px) * 32 / 100 / 1.8 * 1.5);*/
    }

    .c-package--big .c-package__figure::before {
        top: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.61)));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
    }

    .c-partners {
        padding: 65px 0;
    }

    .c-partners :after {
        display: none;
    }

    .c-partners__header {
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .c-partners__content {
        padding-left: 0;
        white-space: unset;
    }

    .c-badge-review {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        margin-bottom: 0;
    }

    .c-reviews__slider {
        display: inline-block;
        vertical-align: top;
        width: 74.2%;
        font-size: 0;
    }

    .c-reviews .c-box__content {
        padding-bottom: 30px;
    }

    .c-review {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        color: #3a3a3a;
        font-size: 12px;
        line-height: 18px;
        padding: 0 10px;
    }

    .c-review iframe {
        width: 100%;
        height: 220px;
    }

    .c-review__content {
        text-align: left;
        padding: 15px;
    }

    .c-review__rating {
        margin-bottom: 10px;
    }

    .c-review__rating .icon {
        color: #f85700;
        font-size: 14px;
    }

    .c-review__title {
        margin-bottom: 5px;
    }

    .c-review__author {
        display: block;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .c-speaker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 50px;
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .c-speaker:last-of-type {
        margin-right: 0;
    }

    .c-speaker__picture {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .c-tabs {
        margin-top: 0;
    }

    .c-tabs__nav {
        display: inline-block;
        vertical-align: top;
        width: 35%;
        margin-right: 5%;
        margin-bottom: 0;
    }

    .c-tabs__nav__list:not(.c-tabs__nav__list--mono) {
        display: inline-block;
        width: 100%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding-bottom: 20px;
        margin-top: 35px;
    }

    .c-tabs__nav__list__item {
        display: block;
        text-align: left;
        margin-right: 0;
        margin-bottom: 10px;
        white-space: initial;
    }

    .c-tabs__content {
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }

    .c-tabs__content__item__text {
        font-size: 18px;
    }

    .c-tabs__nav::after {
        display: none;
    }

    .c-tabs__content__item {
        padding-bottom: 0;
    }

    .c-tabs__content__item__header .c-button {
        position: relative;
        left: auto;
        bottom: auto;
        vertical-align: middle;
        -webkit-transform: none;
        transform: none;
    }

    .c-tabs__content__item__header__title {
        display: block;
        margin-bottom: 25px;
    }

    .c-tabs--introduction {
        max-width: 896px;
    }

    .c-tabs--introduction .c-tabs__nav {
        display: block;
        width: auto;
        margin-right: 0;
    }

    .c-tabs--introduction .c-tabs__content {
        padding: 48px 40px;
        padding-bottom: 32px;
    }

    .c-tabs--introduction .c-tabs__content__item__header__title {
        margin-bottom: 8px;
    }

    .c-tabs--introduction .c-tabs__content__meta.c-form {
        margin-top: 30px;
    }

    .c-tabs--introduction .c-tabs__content__meta.c-form .c-form-field {
        margin-bottom: 16px;
    }

    .c-tabs--introduction .c-tabs__content__meta.c-form .u-width-75 {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 132px);
        margin-right: 16px;
    }

    .c-tabs--introduction .c-tabs__content__meta.c-form .u-width-30 {
        display: inline-block;
        vertical-align: middle;
        width: calc((100% - 148px) / 2);
        margin-right: 16px;
    }

    .c-tabs--introduction .c-tabs__content__meta.c-form .c-form-field--half {
        width: calc(50% - 8px);
    }

    .c-tabs--introduction .c-tabs__content__meta.c-form .c-form-field--half:first-child {
        margin-right: 16px;
    }

    .c-tabs--introduction .c-tabs__content__meta.c-form .c-button {
        vertical-align: bottom;
        max-width: 116px;
        height: 40px;
        text-align: center;
        line-height: 23px;
        margin-bottom: 16px;
    }

    .c-tabs--topic .c-tabs__nav {
        width: 245px;
        padding-bottom: 55px;
        border-radius: 16px;
        margin-right: 48px;
    }

    .c-tabs__content {
        width: calc(100% - 293px);
    }

    .c-tabs__content__meta .c-tile {
        max-width: 48%;
        margin-right: 32px;
    }

    .c-tabs__content__meta .c-tile:last-of-type {
        margin-right: 0;
    }

    .c-tabs__content__meta .c-excerpt {
        max-width: 194px;
        margin-right: 24px;
    }

    .c-tabs__content__meta .c-excerpt:last-of-type {
        margin-right: 0;
    }

    a.c-ticket {
        position: relative;
        display: block;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    a.c-ticket::after {
        content: "";
        position: absolute;
        top: 0;
        right: 88px;
        bottom: 0;
        width: 0;
        background-color: #f89500;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        z-index: 0;
    }

    a.c-ticket:hover::after {
        width: 100%;
    }

    a.c-ticket:hover>* {
        color: #fff;
        z-index: 3;
    }

    a.c-ticket>.c-ticket__title,
    a.c-ticket>p {
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    a.c-ticket:hover>.c-ticket__title,
    a.c-ticket:hover>p {
        position: relative;
        z-index: 3;
    }

    .c-voucher__title {
        font-size: 18px;
        font-weight: 900;
        letter-spacing: -0.33px;
    }

    .c-welcome {
        padding-top: 32px;
        padding-bottom: 60px;
    }

    .c-welcome__title {
        font-size: 33px;
    }

    .c-welcome__link {
        font-size: 14px;
    }

    .u-mobile {
        display: none !important;
    }

    .u-2col--desktop {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .l-2col.c-content-main__content {
        display: block;
        font-size: 0;
    }

    .l-2col.c-content-main__content>* {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 32px;
    }

    .l-2col.c-content-main__content> :nth-of-type(2n) {
        margin-right: 0;
    }

    .c-focus .c-nav,
    .c-focus .c-sidebar {
        position: sticky;
        top: 150px;
        height: 100%;
    }

    .c-content-block__background.u-bg-overflow {
        bottom: 100px;
    }

    .c-content-block__background.u-bg-small {
        top: 20px;
        bottom: 20px;
    }

    .c-content-block__background.u-bg-straight {
        left: -30px;
        right: -30px;
    }

    .c-cta-big--where::after,
    .c-cta-big__picture.c-cta-big__picture--special {
        left: -30px;
        right: -30px;
    }

    .c-page .c-content-block__background {
        left: -30px;
        right: -302px;
    }

    .c-page .c-content-block__background.c-content-block__background--image,
    .c-page .c-content-block__background.u-bg-straight {
        right: -344px;
    }

    .c-page .c-page__content .c-cta-big--where::after,
    .c-page .c-page__content .c-cta-big__picture.c-cta-big__picture--special {
        right: -344px;
    }

    .c-page .c-content-block__content__header .c-content-block__content__header__title {
        max-width: 50%;
    }

    .c-page .c-content-block-cta .c-content-block__content__header .c-content-block__content__header__title {
        max-width: 100%;
    }

    .c-page .c-content-block-cta .c-form__footer {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .c-page .c-content-block__content__item {
        max-width: 75%;
    }

    .c-page .c-content-block__content__item h2 {
        font-size: 30px;
    }

    .c-page .c-content-block>.l-flex>*:not(:last-child) {
        margin-right: 70px;
    }

    .c-page .c-content-block__background+.l-flex .c-content {
        padding: 30px 0;
    }

    .c-page .l-flex .c-content-block__content__item+* {
        margin-top: 0;
    }

    .c-page__content {
        width: calc(100% - 314px);
        margin-right: 42px;
    }

    .c-sidebar-info {
        position: sticky;
        top: 150px;
        width: 272px;
        height: 100%;
    }

    /* ANIMAZIONI */

    .l-view.j-entering,
    .l-view.j-entering-back,
    .l-view.j-exiting,
    .l-view.j-exiting-back {
        -webkit-animation: none;
        animation: none;
    }

    .l-view.j-exiting,
    .l-view.j-exiting-back {
        display: none;
    }

    .l-main--booking {
        min-height: calc(100vh - 180px);
        padding-top: 16px !important;
        padding-bottom: 20px !important;
    }

    .l-main--booking .l-2col {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: inherit;
    }

    .l-main--onboarding {
        padding-top: 0;
    }

    .l-view {
        vertical-align: top;
        width: 66.66%;
        height: 100%;
        background-color: #fff;
        border-radius: 4px;
        margin-right: 0;
    }

    .l-view.j-active {
        display: inline-block;
    }

    .progress-bar .l-view,
    .save .l-view {
        padding-bottom: 75px;
    }

    /*ONBOARDING*/

    .l-main--onboarding {
        background: #fff;
        overflow: hidden;
    }

    .l-main--onboarding .l-view {
        width: 100%;
        min-height: 0;
        background-color: transparent;
        margin-left: 0;
    }

    .l-main--onboarding .c-card {
        padding: 0;
        overflow: visible;
    }

    .l-main--onboarding .c-card__header {
        position: relative;
        width: 100vw;
        background-image: url("/images/onboarding.png");
        background-color: transparent;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 75px !important;
        padding-bottom: 55px !important;
        margin-top: 0;
        margin-left: -30px;
    }

    .l-main--onboarding .c-card__header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: -webkit-gradient(linear, right top, left top, from(#d0cbc2), to(#f0ece4));
        background-image: linear-gradient(270deg, #d0cbc2 0%, #f0ece4 100%);
        z-index: 0;
        mix-blend-mode: multiply;
    }

    .l-main--onboarding .c-card__header::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: -webkit-gradient(linear, right top, left top, from(#d0cbc2), to(#f0ece4));
        background-image: linear-gradient(270deg, #d0cbc2 0%, #f0ece4 100%);
        opacity: 0.4;
        z-index: 0;
    }

    .l-main--onboarding .c-card__header__title {
        position: relative;
        display: block;
        color: #2c2c2c;
        font-size: 40px;
        line-height: 35px;
        font-weight: 300;
        z-index: 1;
    }

    .l-main--booking .c-sidebar {
        position: sticky;
        top: 30px;
        width: 33.33%;
        height: 100%;
        padding-left: 10px;
    }

    .l-main--booking-gift .c-sidebar {
        position: sticky;
        top: 50px;
        height: 100%;
        padding-bottom: 30px;
    }

    .c-card__content {
        font-size: 14px;
        line-height: 22px;
    }

    .l-main--onboarding .c-card__content {
        display: inline-block;
        vertical-align: top;
        width: 65%;
        font-size: 16px;
        line-height: 27px;
        padding-top: 15px;
        padding-right: 100px;
        margin-bottom: 40px;
    }

    .l-main--onboarding .c-options {
        display: inline-block;
        vertical-align: top;
        width: 35%;
        float: right;
    }

    .c-content-main__item:not(:last-of-type) {
        margin-bottom: 38px;
    }

    .c-hero+.c-content-block--reviews {
        margin-top: -110px;
        margin-bottom: -70px;
    }

    .c-content-block {
        padding: 55px 0;
    }

    .c-content-block.u-bg-grey {
        padding: 70px 0;
    }

    .c-content-main__item:not(:last-of-type) {
        margin-bottom: 38px;
    }

    .c-archive-services.l-grid .c-excerpt {
        margin-bottom: 18px;
    }

    .c-archive-services .c-excerpt__content__title {
        font-size: 18px;
    }

    .l-main {
        padding-top: 107px;
    }

    .c-sidebar {
        padding-left: 56px;
    }

    .c-content-main__header {
        margin-bottom: 24px;
    }

    .c-content-main__title {
        font-size: 26px;
    }

    .c-focus {
        padding-bottom: 96px;
    }

    /*C-BACKGROUND*/

    .c-background {
        padding-bottom: 145px;
    }

    .c-background__content__header {
        max-width: 40%;
        margin: 0 auto;
    }

    .c-background__content__element {
        max-width: 40%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .c-button--fb {
        height: 60px;
        font-size: 21px !important;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
    }

    .c-button--fb .icon {
        left: 30px;
    }

    .c-button--fb .icon svg {
        height: 28px;
    }

    .c-button--fb:hover {
        background-color: #122a5d;
        border-color: #122a5d;
    }
}

@media screen and (min-width: 1280px) {

    .l-container,
    .wp-block-group__inner-container {
        padding-left: 60px;
        padding-right: 60px;
    }

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

    .l-flex-desktop>*:nth-child(n) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .l-flex-desktop>*:first-child {
        margin-left: 0;
    }

    .l-flex-desktop>*:last-child {
        margin-right: 0;
    }

    .c-content-block__content--small {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .l-flex.c-hero__content__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    .l-flex.c-hero__content__text .c-hero__content__text__title {
        width: 30%;
        margin-right: 20%;
    }

    .l-flex.c-hero__content__text .c-hero__content__text__lead {
        width: 50%;
    }

    .c-hero__video {
        right: 60px;
    }

    .c-page .c-content-block__background {
        left: -60px;
        right: -332px;
    }

    .c-page .c-content-block__background.c-content-block__background--image {
        right: -374px;
    }

    .c-page .c-content-block__background.u-bg-straight {
        right: -374px;
    }

    .c-cta-big--where::after,
    .c-cta-big__picture.c-cta-big__picture--special {
        left: -60px;
        right: -60px;
    }

    .c-page .c-form--cta .l-flex-desktop .c-form-field:not(:last-child) {
        margin-right: 24px;
    }

    .c-page .c-page__content .c-cta-big--where::after,
    .c-page .c-page__content .c-cta-big__picture.c-cta-big__picture--special {
        left: -60px;
        right: -374px;
    }

    .c-content-block__background.u-bg-straight {
        left: -60px;
        right: -60px;
    }
}

@media screen and (min-width: 1400px) {
    .c-page .c-content-block__background {
        left: calc(0px - ((100vw - 1280px) / 2));
        right: calc(0px - ((100vw - 1280px) / 2) - 272px);
    }

    .c-page .c-content-block__background.c-content-block__background--image {
        right: calc(0px - ((100vw - 1280px) / 2) - 306px);
    }

    .c-page .c-content-block__background.u-bg-straight {
        right: calc(0px - ((100vw - 1280px) / 2) - 314px);
    }

    .c-cta-big--where::after,
    .c-cta-big__picture.c-cta-big__picture--special {
        left: calc(0px - ((100vw - 1280px) / 2));
        right: calc(0px - ((100vw - 1280px) / 2));
    }

    .c-page .c-page__content .c-cta-big--where::after,
    .c-page .c-page__content .c-cta-big__picture.c-cta-big__picture--special {
        left: calc(0px - ((100vw - 1280px) / 2));
        right: calc(0px - ((100vw - 1280px) / 2) - 314px);
    }

    .c-content-block__background.u-bg-straight {
        left: calc(0px - ((100vw - 1280px) / 2));
        right: calc(0px - ((100vw - 1280px) / 2));
    }
}

@media screen and (min-width: 1500px) {
    .u-notification-open .c-site-header-big .c-notifications {
        right: -60px;
    }

    .u-notification-open .c-site-header-big .c-notifications::before {
        right: 65px;
    }
}

@media screen and (max-width: 1023px) {
    .c-cart__header {
        padding: 16px;
        cursor: pointer;
    }

    .c-cart__header .icon-arrow-right {
        display: block;
        font-size: 10px;
        margin-left: auto;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .c-cart__header .icon-cart {
        background-color: #f76c20;
        padding: 7px 12px;
        border-radius: 20px;
    }

    .c-cart__header .icon-cart::before {
        display: inline-block;
        vertical-align: middle;
    }

    .c-cart__header .icon-cart::after {
        content: attr(data-order);
        display: inline-block;
        vertical-align: middle;
        font-family: "Raleway", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 700;
        margin-left: 4px;
    }

    .c-order {
        display: none;
    }

    .u-cart-open .c-order {
        display: block;
    }

    .u-cart-open .c-cart__header .icon-arrow-right {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .c-total {
        position: absolute;
        top: 14px;
        right: 52px;
        padding: 0;
        cursor: pointer;
    }

    .c-total span {
        display: none;
    }

    .c-total .c-total__price {
        font-size: 26px;
        line-height: 1;
    }

    .c-total .c-total__price small {
        font-size: 24px;
    }

    .c-order__actions a {
        line-height: 1;
        padding: 12px 24px;
        border: 2px solid #00bab1;
        border-radius: 22px;
        text-decoration: none;
    }

    .c-order__actions a.u-cancel {
        border-color: #c4c4c4;
    }

    .c-cta-banner__figure {
        height: 112px;
        border-radius: 5px 5px 0 0;
    }

    .c-cta-banner__content {
        text-align: center;
        padding: 16px;
    }

    .c-cta-banner__title {
        font-size: 22px;
    }

    .c-cta-banner__text {
        margin-top: 10px;
    }

    .c-cta-banner__text p {
        margin-bottom: 10px;
    }

    .c-excerpt--info {
        padding-bottom: 0;
        border-radius: 50px;
    }

    .c-excerpt--info .c-excerpt__content {
        display: none;
    }

    .c-excerpt--info .c-excerpt__figure {
        height: 60px;
        background-color: #00bab1;
        border-radius: 0;
        border-radius: 50px;
    }

    .c-excerpt--info .c-excerpt__figure::before {
        display: none;
    }

    .c-excerpt--info .c-excerpt__figure img {
        display: none;
    }

    .c-excerpt--info .c-excerpt__figure .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        color: #fff;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        z-index: 2;
    }

    .u-excerpt-open .c-excerpt--info {
        padding-bottom: 24px;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .u-excerpt-open .c-excerpt--info .c-excerpt__content {
        display: block;
    }

    .u-excerpt-open .c-excerpt--info .c-excerpt__figure {
        height: 80px;
        border-radius: 0;
    }

    .u-excerpt-open .c-excerpt--info .c-excerpt__figure::before {
        display: block;
    }

    .u-excerpt-open .c-excerpt--info .c-excerpt__figure img {
        display: block;
    }

    .u-excerpt-open .c-excerpt--info .c-excerpt__figure .icon {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .c-site-header .c-phone {
        padding-top: 10px;
    }

    .c-site-header .navbar--numero-verde .information-wrapper {
        width: 130px;
        height: 32px;
    }

    .c-site-header .navbar--numero-verde .information-wrapper .icon-phone {
        left: -28px;
        font-size: 32px;
    }

    .c-site-header .navbar--numero-verde .information-wrapper .tel {
        font-size: 11px !important;
    }

    .c-site-header-big--personal-area .c-site-header-big__content {
        padding-right: 65px;
    }

    .c-site-header-big--personal-area .c-site-header-big__meta {
        right: 100px;
    }

    .c-site-header-big--personal-area .c-site-header__buttons {
        position: relative;
        z-index: 9;
    }

    body.u-notification-open {
        overflow: hidden;
    }

    .c-button-notification {
        /*position: fixed;
        top: 10px;
        right: 110px;*/
    }

    .u-notification-open .c-site-header-big .c-notifications {
        position: fixed;
        top: 77px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: calc(100vh - 150px);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow-y: auto;
    }

    .c-site-header-big__nav__menu {
        height: calc(100vh - 200px);
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .c-site-header-big__nav__menu ::-webkit-scrollbar,
    .c-site-header-big__nav__menu ::-webkit-scrollbar-thumb,
    .c-site-header-big__nav__menu ::-webkit-scrollbar-track {
        display: none;
        width: 0 !important;
        height: 0 !important;
        background-color: transparent;
    }

    .c-hero--home {
        background-image: none;
        padding-bottom: 0;
    }

    .c-hero--home .c-tabs--introduction {
        margin-top: -50px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .c-hero--home .c-hero__figure {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        display: block;
        margin-left: -20px;
        margin-right: -20px;
        opacity: 1;
        mix-blend-mode: inherit;
    }

    .c-megamenu-container {
        margin-bottom: 20px;
    }

    .c-submenu li {
        font-size: 15px;
    }

    .c-modal--figure .c-modal-container {
        top: 70px;
    }

    .c-modal--figure .c-modal__header+.c-content {
        margin-top: 16px;
    }

    .c-modal--figure .c-close {
        top: -50px !important;
        right: 0 !important;
        font-size: 25px !important;
        padding: 0 !important;
    }

    .c-modal-video .c-modal-container {
        top: 50%;
        left: 8px;
        right: 8px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        border-radius: 16px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .c-modal-video__media {
        margin-top: -16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .c-modal-video__header {
        padding: 16px;
        padding-right: 40%;
        margin-left: -16px;
        margin-right: -16px;
    }

    .c-modal-video__price {
        padding-right: 16px;
    }

    .c-modal-container {
        right: 8px;
        margin-bottom: 8px;
    }

    .c-nav {
        position: relative;
        background-color: #fff;
        padding: 10px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .c-nav::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(14%, rgba(255, 255, 255, 0.28)), color-stop(34%, rgba(255, 255, 255, 0.62)), color-stop(64%, rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0.88)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 14%, rgba(255, 255, 255, 0.62) 34%, rgba(255, 255, 255, 0.88) 64%, rgba(255, 255, 255, 0.88) 100%);
    }

    .c-nav__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE 11 */
        scrollbar-width: none;
        /* Firefox 64 */
    }

    .c-nav__menu::-webkit-scrollbar,
    .c-nav__menu::-webkit-scrollbar-thumb,
    .c-nav__menu::-webkit-scrollbar-track {
        display: none;
        width: 0 !important;
        height: 0 !important;
        background-color: transparent;
    }

    .c-nav__menu li {
        margin-right: 16px;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .c-nav__menu li:not(.u-current) {
        color: #26b3ac;
    }

    .c-nav__menu li:last-of-type {
        padding-right: 20px;
    }

    .c-packs {
        margin-left: -16px;
        margin-right: -16px;
    }

    .c-tabs--introduction .c-tabs__nav__list__item:last-of-type {
        padding-right: 30px;
    }

    .c-tabs--introduction .c-tabs__content__meta {
        margin-top: 20px;
    }

    .c-tabs--introduction .c-tabs__content__meta>* {
        margin-bottom: 16px;
    }

    .c-tabs--introduction .c-tabs__content__item {
        padding-bottom: 0;
    }

    .c-tabs--topic .c-tabs__nav {
        margin-left: -20px;
        margin-right: -20px;
    }

    .c-tabs--topic .c-tabs__nav__list__item:last-of-type {
        padding-right: 30px;
    }

    .c-tabs--topic .c-tabs__content__item {
        padding-bottom: 0;
    }

    .c-tabs--vertical .c-tabs__nav__list__item {
        display: block;
        text-align: left;
    }

    .c-tabs--vertical .c-tabs__nav__list__item a {
        display: block;
        padding: 4px 0;
    }

    .c-tabs__content__meta .c-tile {
        margin-bottom: 32px;
    }

    .c-tabs__content__meta .c-tile:last-of-type {
        margin-bottom: 0;
    }

    .c-tabs__content__meta .c-excerpt {
        margin-bottom: 32px;
    }

    .c-tabs__content__meta .c-excerpt:last-of-type {
        margin-bottom: 0;
    }

    .u-desktop {
        display: none !important;
    }

    .j-slider .slick-slide {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 8px;
        outline: none;
    }

    .j-slider .slick-list {
        padding-bottom: 24px;
        margin-left: -8px;
        margin-right: -8px;
    }

    .j-slider .slick-arrow {
        position: absolute;
        bottom: -10px;
        color: #3a3a3a;
        background-color: transparent;
        font-size: 15px;
        line-height: 12px;
        margin-bottom: 0 !important;
        outline: none;
        z-index: 2;
    }

    .j-slider .slick-arrow .icon::before {
        line-height: 1;
    }

    .j-slider .slick-next {
        right: calc(50% - 40px);
    }

    .j-slider .slick-prev {
        left: calc(50% - 40px);
    }

    .j-slider .slick-prev .icon::before {
        display: block;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .c-sidebar {
        margin-top: 40px;
    }

    .c-focus .c-nav {
        margin-bottom: 24px;
    }

    .c-page .c-content-block .c-form--cta .c-button {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .l-page--sidebar {
        padding-bottom: 60px;
    }

    .c-page {
        padding-top: 30px;
        overflow-x: hidden;
    }

    .c-page .l-mobile-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .c-page .c-sidebar-info {
        position: fixed;
        left: 20px;
        right: 20px;
        bottom: 34px;
        z-index: 2;
    }

    .c-page .c-sidebar-info.u-excerpt-open {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        padding-top: 0;
        padding-bottom: 80px;
        overflow: auto;
        z-index: 99;
    }

    .l-main--booking {
        padding-top: 8px;
    }

    .l-main--booking .l-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .c-form--booking .c-cart {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        z-index: 23;
    }

    .c-form--booking .c-sidebar {
        padding-bottom: 140px;
        margin-top: 16px;
    }

    .c-archive-video>* {
        margin-bottom: 16px;
    }

    .c-archive-services--big.j-slider .slick-list {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .c-banner svg {
        width: auto;
        height: 25px;
    }

    .c-box--form-double {
        padding-bottom: 70px;
    }

    .c-box--form-double .c-box__content,
    .c-box--form-double .c-form--ticket {
        overflow: visible;
    }

    .c-box--form-double .c-box__content .c-form-field:not(:last-of-type),
    .c-box--form-double .c-form--ticket .c-form-field:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .c-form--ticket--double .c-form__fieldset {
        position: static;
    }

    .c-form--ticket--double .c-form__fieldset .c-button {
        position: absolute;
        left: 50%;
        bottom: -70px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .c-form--ticket--double .c-form--ticket__button {
        margin-left: -30px;
        margin-right: -30px;
    }

    .u-tablet {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .c-content-main.u-flex-2 {
        -webkit-box-flex: 3 !important;
        -ms-flex: 3 !important;
        flex: 3 !important;
    }

    .c-page .c-content-block .c-excerpts.u-grid-2 {
        grid-template-columns: 1fr;
    }

    .c-page .c-content-block .c-excerpts.u-grid-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}


/* ------------------ */
.c-form__alert-success {
    width: 100%;
    display: block;
    background-color: #58A838;
    margin-top: 20px;
    padding: 20px 10px;
    border-radius: 23px;
}
.c-form__alert-success > p {
    color: white;
    font-size: 16px;
    text-align: center;
}
.d-none {
    display: none;
}
.c-button---small {
    min-width: 90px;
    font-size: 12px;
    padding:4px 10px;
}
