html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 18px;
}

div {
  display: block;
  position: relative;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* box model reset */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

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

.max-img {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}

.img-wrap {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  padding: 10px 0px;
}

.real-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.container-frame {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.container-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container-frame iframe, .container-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  flex-wrap: wrap;
}

.center_flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/MaterialIcons-Regular.woff2) format("woff2"), url(../font/MaterialIcons-Regular.woff) format("woff"), url(../font/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'icomoon';
  src: url("../font-icon/fonts-social/icomoon.eot?lmwaig");
  src: url("../font-icon/fonts-social/icomoon.eot?lmwaig#iefix") format("embedded-opentype"), url("../font-icon/fonts-social/icomoon.ttf?lmwaig") format("truetype"), url("../font-icon/fonts-social/icomoon.woff?lmwaig") format("woff"), url("../font-icon/fonts-social/icomoon.svg?lmwaig#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
  content: "\e900";
}

.icon-pinterest:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-linkedin:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

/*** Crealia GRID NOT bootstrap **/
.wrapper-ym {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ym-1 {
  width: 8.333%;
  min-height: 1px;
  padding: 10px;
}

.ym-2 {
  width: 16.666%;
  min-height: 1px;
  padding: 10px;
}

.ym-3 {
  width: 24.9999%;
  min-height: 1px;
  padding: 10px;
}

.ym-4 {
  width: 33.333%;
  min-height: 1px;
  padding: 10px;
}

.ym-5 {
  width: 41.666%;
  min-height: 1px;
  padding: 10px;
}

.ym-6 {
  width: 50%;
  min-height: 1px;
  padding: 10px;
}

.ym-7 {
  width: 58.333%;
  min-height: 1px;
  padding: 10px;
}

.ym-8 {
  width: 66.666%;
  min-height: 1px;
  padding: 10px;
}

.ym-9 {
  width: 74.999%;
  min-height: 1px;
  padding: 10px;
}

.ym-10 {
  width: 83.333%;
  min-height: 1px;
  padding: 10px;
}

.ym-11 {
  width: 91.666%;
  min-height: 1px;
  padding: 10px;
}

.ym-12 {
  width: 100%;
  min-height: 1px;
  padding: 10px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

#cookieChoiceInfo {
  position: fixed;
  padding: 10px;
  font-size: 12px;
  background-color: #ffffff;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 2222;
  text-align: center;
  padding-right: 30px;
  color: #444444;
}

#cookieChoiceInfo i {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

#cookieChoiceInfo a {
  color: #ef1f50;
  text-decoration: underline;
}

#cookieChoiceDismiss {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ef1f50;
  right: 5px;
  color: #fff;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* DICONO DI NOI */
.slider-diconodinoi {
  padding: 20px 0px;
}

.wrapper_landing.slider_wrap {
  padding: 0px 20px;
}

#diconodinoi {
  background-color: #eaeaea;
}

#diconodinoi .title_sec {
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
  color: #081730;
  border-bottom: 1px solid #89dfae;
}

#diconodinoi .subtitle {
  font-size: 22px;
  padding: 5px 10px;
  font-weight: 700;
  color: #081730;
  background-color: #89dfae;
  display: inline-block;
}

#diconodinoi .swiper-button-next, #diconodinoi .swiper-button-prev {
  background-image: none;
  font-size: 29px;
  color: #fff;
  background-color: #081730;
  width: 30px;
  height: 38px;
  z-index: 1;
  left: 0px;
  top: 60%;
}

#diconodinoi .swiper-button-next i, #diconodinoi .swiper-button-prev i {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 38px;
}

#diconodinoi .swiper-button-next {
  right: 0px;
  left: auto;
}

#diconodinoi .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
}

#diconodinoi .swiper-pagination-bullet-active {
  background-color: #fff;
}

.item-diconodinoi {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.item-diconodinoi p {
  font-size: 17px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-diconodinoi h4 {
  font-weight: 700;
  font-size: 19px;
  color: #081730;
  margin-bottom: 2px;
  display: none;
}

.item-diconodinoi h6 {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #0fc183;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
}

.item-diconodinoi .tool_rec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
}

.item-diconodinoi .tool_rec a {
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: auto;
  padding: 7px 10px;
  font-size: 15px;
  color: #081730;
  background-color: #eaeaea;
  border-radius: 10px;
  order: 2;
}

.item-diconodinoi .tool_rec .numimg {
  order: 1;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 0px;
  font-size: 14px;
  color: #081730;
  box-shadow: 0px 0px 0px 1px #eaeaea;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 45px;
  min-height: 40px;
  line-height: 40px;
}

.item-diconodinoi .tool_rec .numimg:empty {
  display: none;
}

.item-diconodinoi .tool_rec .numimg b {
  font-size: 11px;
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: #eaeaea;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 222px;
  z-index: 2;
}

.item-diconodinoi .tool_rec .numimg .bg_miniphoto {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0px;
  border-radius: 10px;
  overflow: hidden;
}

.item-diconodinoi .tool_rec .numimg .bg_miniphoto:first-child {
  z-index: 1;
}

.item-diconodinoi .tool_rec .numimgvideo {
  order: 1;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 0px;
  font-size: 14px;
  color: #081730;
  box-shadow: 0px 0px 0px 1px #eaeaea;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 45px;
  min-height: 40px;
  line-height: 40px;
  margin-left: 15px;
}

.item-diconodinoi .tool_rec .numimgvideo:empty {
  display: none;
}

.item-diconodinoi .tool_rec .numimgvideo b {
  font-size: 11px;
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: #eaeaea;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 222px;
  z-index: 2;
}

.item-diconodinoi .tool_rec .numimgvideo .bg_miniphoto {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0px;
  border-radius: 10px;
  overflow: hidden;
}

.item-diconodinoi .tool_rec .numimgvideo .bg_miniphoto:after {
  font-family: "Material Icons";
  content: "\e038";
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  pointer-events: none;
  text-shadow: 0px 0px 10px #000;
}

.item-diconodinoi .tool_rec .numimgvideo .bg_miniphoto:first-child {
  z-index: 1;
}

.head-diconodinoi {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(8, 23, 48, 0.4);
}

.value-star {
  width: 130px;
  height: 26px;
  position: relative;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .8;
}

.value-star.star5 {
  background-image: url("../img/value-fivestar.svg");
}

.value-star.star4 {
  background-image: url("../img/value-fourstar.svg");
}

.value-star.star3 {
  background-image: url("../img/value-treestar.svg");
}

.value-star.star2 {
  background-image: url("../img/value-twostar.svg");
}

.ddn-icon {
  width: 70px;
  height: 70px;
  display: block;
  position: relative;
  margin: 0px auto;
  background-color: #eaeaea;
  overflow: hidden;
  border-radius: 10000px;
  background-image: url(../img/def_face.svg);
}

.title-diconodinoi {
  font-size: 20px;
  line-height: 1.3em;
  color: #081730;
  font-weight: 700;
}

.date_ddn {
  min-width: 150px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  color: rgba(8, 23, 48, 0.4);
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  border-radius: 100px;
  bottom: -12px;
  z-index: 2;
  left: 50%;
  overflow: hidden;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body {
  position: relative;
  background-color: #fff;
}

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

html.hidden, body.hidden {
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none !important;
}

#page_rec {
  background: #081730;
}

.wrapper_landing {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.landing_sec {
  padding: 50px 0px;
  position: relative;
  display: block;
}

.ct {
  text-align: center;
}

p {
  color: #081730;
  line-height: 1.4em;
  font-size: 16px;
}

p b {
  font-weight: 700;
}

.popup_buy {
  width: 300px;
  padding: 10px;
  position: fixed;
  bottom: -500px;
  left: 20px;
  background-color: #fff;
  border: 1px solid rgba(8, 23, 48, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 4;
}

.popup_buy p {
  font-size: 18px;
  line-height: 17px;
  color: #0f1e2a;
  padding: 10px 0px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.popup_buy p b, .popup_buy p em {
  font-weight: 700;
  color: #081730;
  font-style: normal;
}

.popup_buy.fixed {
  bottom: -1px;
}

.cta_pop {
  padding: 5px 10px;
  background-color: #89dfae;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.cont_gar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}

.garanzie {
  padding: 10px 10px;
  background-color: #fff;
  font-weight: 700;
  font-size: 20px;
  color: #081730;
  border-radius: 8px;
  margin-left: 10px;
}

.sorins {
  padding: 10px 10px;
  z-index: 2;
  padding-left: 40px;
  background-color: #0a464d;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}

.sorins:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url(../img/medal.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.sorins:before {
  content: '';
  top: 0;
  transform: translateX(100%);
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 3s infinite 1s;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  opacity: .5;
}

/* animation */
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.cont_cta {
  text-align: center;
  padding: 10px 0px 15px 0px;
  background-color: rgba(15, 30, 42, 0.1);
  position: relative;
  z-index: 1;
}

.cont_cta .btn_cta {
  margin: 0px 10px;
  z-index: 1;
}

.btn_cta {
  padding: 10px 10px;
  display: inline-block;
  font-size: 16px;
  color: #0f1e2a;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00e8aa+0,00dbc1+100 */
  background: #00e8aa;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00e8aa 0%, #00dbc1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00e8aa 0%, #00dbc1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00e8aa 0%, #00dbc1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8aa', endColorstr='#00dbc1',GradientType=1 );
  /* IE6-9 */
  border-radius: 115px;
  margin-right: 10px;
  margin-top: 10px;
  font-weight: 800;
  position: relative;
  padding-right: 30px;
  box-shadow: 10px 10px 30px rgba(15, 30, 42, 0.2);
  text-transform: uppercase;
}

.btn_cta i {
  position: absolute;
  right: 5px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  opacity: .8;
  color: #0f1e2a;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
}

.btn_cta b {
  font-weight: 800;
}

.footer-landing {
  padding: 10px;
  padding-bottom: 160px;
  text-align: center;
  background-color: #081730;
}

.footer-landing p {
  color: #fff;
}

.fixed_foot {
  position: fixed;
  left: 0px;
  width: 100%;
  padding: 10px;
  bottom: -300px;
  background-color: #002639;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fixed_foot .btn_cta {
  box-shadow: none;
  margin: 0px;
}

.fixed_foot .btn_cta:first-child {
  margin-right: 5px;
}

.fixed_foot.open {
  bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.head-landing {
  padding: 0px;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100%;
}

.head-landing .cont_value_client {
  margin-left: auto;
}

.head-landing .menu_site {
  order: 2;
  display: inline-flex;
}

.head-landing .menu_site .top_menu, .head-landing .menu_site .bottom_menu {
  margin-left: auto;
  order: 2;
  display: inline-flex;
}

.head-landing .menu_site .open_pop, .head-landing .menu_site .close_pop, .head-landing .menu_site .shop_menu, .head-landing .menu_site .open_search {
  position: relative;
}

.head-landing .menu_site .open_pop i, .head-landing .menu_site .close_pop i, .head-landing .menu_site .shop_menu i, .head-landing .menu_site .open_search i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #081730;
  background-color: #fff;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: -5px -5px 20px rgba(0, 88, 209, 0.1), 5px 5px 20px rgba(8, 23, 48, 0.1), 0px 0px 0px 1px rgba(0, 88, 209, 0.1);
}

.head-landing .menu_site .open_pop .numbershop, .head-landing .menu_site .close_pop .numbershop, .head-landing .menu_site .shop_menu .numbershop, .head-landing .menu_site .open_search .numbershop {
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 5px;
  background-color: #0058d1;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
}

.head-landing .menu_site .open_pop .numbershop:empty, .head-landing .menu_site .close_pop .numbershop:empty, .head-landing .menu_site .shop_menu .numbershop:empty, .head-landing .menu_site .open_search .numbershop:empty {
  display: none;
}

.head-landing .menu_site .open_pop.selected i, .head-landing .menu_site .close_pop.selected i, .head-landing .menu_site .shop_menu.selected i, .head-landing .menu_site .open_search.selected i {
  background-color: #89dfae;
  color: #fff;
}

.head-landing .menu_site .login_menu {
  height: 45px;
  box-shadow: -5px -5px 20px rgba(0, 88, 209, 0.1), 5px 5px 20px rgba(8, 23, 48, 0.1), 0px 0px 0px 1px rgba(0, 88, 209, 0.1);
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  color: #081730;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.head-landing .menu_site .txt_menu {
  height: 45px;
  box-shadow: -5px -5px 20px rgba(0, 88, 209, 0.05), 5px 5px 20px rgba(8, 23, 48, 0.05), 0px 0px 0px 1px rgba(0, 88, 209, 0.1);
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  color: #081730;
  text-transform: uppercase;
}

.head-landing .menu_site .txt_menu span {
  font-size: 15px;
  font-weight: 800;
}

.head-landing .menu_site .txt_menu:hover {
  color: #89dfae;
}

.head-landing .menu_site .item_menu {
  cursor: pointer;
  margin-left: 7px;
}

.head-landing .logo {
  width: 215px;
  background-color: #fff;
  padding: 10px;
}

.head-landing.fixed {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(15, 30, 42, 0.18);
  -moz-box-shadow: 0px 3px 10px 0px rgba(15, 30, 42, 0.18);
  box-shadow: 0px 3px 10px 0px rgba(15, 30, 42, 0.18);
  background-color: #fff;
}

.head-landing.fixed .value_client p {
  color: #081730;
}

.head-landing .value_client p {
  color: #fff;
}

.head-landing .wrapper_landing {
  display: flex;
  align-items: center;
}

.head-landing a {
  margin-left: auto;
}

.margin_head {
  padding-top: 60px;
}

.header-sec {
  width: 100%;
  position: relative;
  display: block;
}

.header-sec:before {
  content: "";
  width: 50%;
  padding-bottom: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+62&1+0,0+62 */
  background: -moz-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0) 62%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0) 62%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0) 62%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  left: 60%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}

.header-sec:after {
  content: "";
  position: absolute;
  left: 45%;
  top: -50px;
  width: 100px;
  height: 200px;
  background-image: url(../img/pattern_pallini.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .1;
}

.header-sec .txt_head {
  z-index: 4;
  padding: 40px 0px 80px 0px;
}

.header-sec .ym-7 {
  padding: 0px;
}

.header-sec .bg_head {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0%;
  top: 0px;
  z-index: 0;
}

.header-sec .bg_head:after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 120px;
  height: 300px;
  background-image: url(../img/pattern_pallini.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .1;
}

.header-sec #slider_head {
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0px;
  right: 0px;
}

.header-sec .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.header-sec .bg_slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
}

.header-sec .bg_slider:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 23, 48, 0.5);
}

.header-sec .number {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.header-sec .number b {
  display: block;
  font-size: 70px;
  font-weight: 800;
}

.header-sec h1 {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0058d1;
  position: relative;
  letter-spacing: 1px;
  line-height: 1em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.header-sec h1:after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #0058d1;
  left: 0px;
  bottom: 0px;
  position: absolute;
}

.header-sec h2 {
  font-size: 27px;
  color: #0f1e2a;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-weight: 400;
}

.header-sec h2 b {
  font-weight: 600;
}

.header-sec h3 {
  position: relative;
  padding: 5px 10px;
  font-size: 38px;
  background-color: #fb6832;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.header-sec h3 b {
  display: block;
  font-size: 17px;
}

.header-sec h4 {
  position: relative;
  padding: 5px 10px;
  margin: 5px 0px;
  font-size: 22px;
  font-weight: 800;
  color: #0f1e2a;
  background-color: white;
}

.header-sec .img_head {
  padding: 20px;
}

.header-sec .sconto {
  margin-bottom: 10px;
}

.header-sec .sconto span {
  font-size: 20px;
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  background-color: #081730;
  position: relative;
  font-weight: 800;
  border: 1px solid #fff;
  padding-left: 25px;
  overflow: hidden;
  border-radius: 120px;
}

.header-sec .sconto span:before {
  content: '';
  top: 0;
  transform: translateX(100%);
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 3s infinite 1s;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  opacity: .5;
}

.header-sec .sconto i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

#sec1 {
  z-index: 1;
}

#sec1 .item_f {
  border-radius: 8px;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px 15px;
  box-shadow: 0px 10px 40px rgba(8, 23, 48, 0.13), -10px -10px 30px rgba(255, 255, 255, 0.35);
}

#sec1 h2 {
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.1em;
  position: relative;
  color: #081730;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

#sec1 i {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 88, 209, 0.15);
  border-radius: 100px;
  z-index: 1;
  display: block;
  margin: 0px auto;
  color: #081730;
}

#sec2 {
  position: relative;
  z-index: 0;
}

#sec2:after {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 0px;
  width: 120px;
  height: 300px;
  background-image: url(../img/pattern_pallini.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .1;
}

#sec2 h2 {
  font-size: 27px;
  font-weight: 800;
  color: #081730;
  line-height: 1.1em;
  font-family: "Fira Sans", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #0058d1;
  letter-spacing: 1px;
}

#sec2 p {
  font-size: 18px;
  color: #0f1e2a;
  font-weight: 400;
}

#sec2 img {
  border-radius: 10px;
  box-shadow: -10px -10px 30px rgba(0, 88, 209, 0.1), 10px 10px 30px rgba(8, 23, 48, 0.1);
}

#sec4 {
  background-color: #133140;
  position: relative;
  z-index: 0;
}

#sec4:after {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url(../img/plus.svg);
  background-position: center center;
  background-repeat: repeat;
  background-size: 40px;
  content: "";
  opacity: .3;
  position: absolute;
  z-index: -1;
}

#sec4 h2 {
  font-weight: 800;
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

#sec4 ul {
  margin: 0px 0px;
  display: flex;
  flex-wrap: wrap;
}

#sec4 li {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-weight: 700;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5), 10px 10px 30px rgba(27, 121, 208, 0.3), -10px -10px 30px rgba(27, 121, 208, 0.3), inset 0px 0px 15px #fff;
  border-radius: 15px;
  color: #fff;
  position: relative;
  width: 31%;
  margin: 10px 1%;
}

#sec4 li span {
  padding: 20px 10px;
  background-color: #081730;
  display: block;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  font-size: 30px;
  position: relative;
  text-transform: uppercase;
}

#sec4 li .txt_pack {
  padding: 0px;
  text-align: center;
}

#sec4 li h4 {
  font-weight: 400;
  font-size: 16px;
  color: #081730;
  line-height: 1.3em;
  padding: 10px 5px;
}

#sec4 li a {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #0aca8d;
  color: #fff;
  display: inline-block;
  margin: 20px auto 5px auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px rgba(74, 67, 67, 0.2);
}

#sec4 li h3 {
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 15px;
  padding: 5px;
  color: #081730;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  text-transform: uppercase;
}

#sec4 li h3 b {
  font-weight: 800;
  display: block;
  font-size: 28px;
  letter-spacing: 0px;
}

#sec4 li h3 em {
  font-style: normal;
  position: relative;
}

#sec4 li h3 em:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e61515;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(-7deg);
}

#sec4 .special_pack {
  justify-content: center;
  margin-top: 25px;
}

#sec4 .special_pack .ansia {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateY(-100%) translateX(-50%);
  padding: 5px 15px;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #0058d1;
}

#sec4 .special_pack .ansia:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #0058d1;
  animation: opaloop 0.7s linear infinite;
}

#sec4 .special_pack li {
  width: 33%;
  box-shadow: 10px 10px 30px rgba(0, 88, 209, 0.5), -10px -10px 30px rgba(0, 88, 209, 0.5), inset 0px 0px 15px #fff;
  overflow: visible;
}

#sec4 .special_pack li span {
  background-color: #0058d1;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

#sec4 .special_pack li span:before {
  content: '';
  top: 0;
  transform: translateX(100%);
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 3s infinite 1s;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  opacity: .5;
}

#sec4 .special_pack li .sconto {
  background-color: #fb6832;
  color: #fff;
  font-size: 19px;
  display: inline-block;
  font-weight: 800;
  padding: 5px 10px;
}

#sec5 h2 {
  font-weight: 700;
  font-size: 27px;
  color: #081730;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

#sec5 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#sec5 li {
  width: 19%;
  padding: 10px 10px;
  border-top: 1px solid rgba(8, 23, 48, 0.2);
  border-bottom: 1px solid rgba(8, 23, 48, 0.2);
  margin: 0.5% 0.5%;
  padding-left: 35px;
  position: relative;
  display: flex;
  align-items: center;
}

#sec5 li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: rgba(8, 23, 48, 0.1);
  z-index: -1;
}

#sec5 h3 {
  font-weight: 600;
  font-size: 18px;
  color: #081730;
  text-transform: uppercase;
}

#sec5 i {
  margin: 0px auto 10px auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  background-color: #0058d1;
  border-radius: 310px;
  color: #fff;
  left: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: absolute;
}

#secvideo {
  text-align: center;
  position: relative;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.37);
}

#secvideo:after {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url(../img/onde_w.svg);
  background-position: center center;
  background-repeat: repeat;
  background-size: 80px;
  content: "";
  opacity: .3;
  position: absolute;
  z-index: -1;
}

#secvideo h2 {
  font-size: 25px;
  font-weight: 900;
  color: #0f1e2a;
  line-height: 1.1em;
  font-family: "Fira Sans", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#secvideo h3 {
  font-size: 24px;
  font-weight: 800;
  color: #081730;
  line-height: 1.1em;
  font-family: "Fira Sans", sans-serif;
  padding-bottom: 10px;
  margin-top: 20px;
  padding-top: 10px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

#secvideo ul {
  justify-content: space-between;
  margin-top: 20px;
}

#secvideo li {
  width: 30%;
  border-radius: 21px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 10px 30px rgba(15, 30, 42, 0.1);
  display: flex;
  flex-direction: column;
}

#secvideo img {
  border-radius: 30px;
  box-shadow: -10px -10px 35px rgba(255, 255, 255, 0.77), 0px 10px 25px rgba(63, 62, 70, 0.27);
}

#secvideo p {
  font-size: 16px;
  font-weight: 400;
  color: #0f1e2a;
}

.item-diconodinoi p {
  color: #0f1e2a;
}

#secvideo_b {
  text-align: center;
  position: relative;
  z-index: 0;
  background-color: rgba(8, 23, 48, 0.15);
}

#secvideo_b:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: .2;
}

#secvideo_b h2 {
  font-size: 35px;
  font-weight: 800;
  color: #081730;
  line-height: 1.1em;
  font-family: "Fira Sans", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid white;
  text-transform: uppercase;
}

#secvideo_b p {
  font-size: 16px;
  font-weight: 400;
  color: #0f1e2a;
}

#sec6 {
  background-color: rgba(8, 23, 48, 0.1);
}

#sec6 h2 {
  font-weight: 400;
  font-size: 30px;
  padding: 5px;
  border-bottom: 1px solid #0058d1;
  color: #081730;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#sec6 h4 {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  padding: 10px 5px;
  background-color: #0058d1;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
}

#sec6 ul {
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sec6 .swiper {
  padding: 20px;
}

#sec6 .swiper-slide {
  height: auto;
  background-color: white;
  border: 1px solid #fff;
  overflow: hidden;
  font-weight: 700;
  box-shadow: 0px 0px 20px rgba(0, 88, 209, 0.15);
  font-size: 25px;
  position: relative;
  border-radius: 15px;
  color: #fff;
}

#sec6 h3 {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
  color: #081730;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 5px;
  background-color: #fff;
}

#sec6 .list span {
  color: #0f1e2a;
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 8px 5px;
  border-bottom: 1px solid #eaeaea;
}

#sec6 .list span:last-child {
  border-bottom: 0px;
  padding-bottom: 15px;
}

#sec6 .swiper-button-next, #sec6 .swiper-button-prev {
  background-image: none;
  font-size: 29px;
  color: #fff;
  background-color: #081730;
  width: 30px;
  height: 38px;
  z-index: 1;
  left: -10px;
  top: 50%;
  margin-top: -18px;
}

#sec6 .swiper-button-next i, #sec6 .swiper-button-prev i {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 38px;
}

#sec6 .swiper-button-next {
  right: -10px;
  left: auto;
}

.scelta_tipo {
  display: inline-flex;
  flex-direction: column;
  margin: 10px 0px;
}

.scelta_tipo .select_tipo {
  display: inline-block;
}

.scelta_tipo .select_tipo i {
  width: 40px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.scelta_tipo .alias_select {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 30px;
  padding-right: 40px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #081730;
  text-transform: uppercase;
}

.scelta_tipo .nome_pack {
  font-weight: 800;
  color: #fff;
  padding: 10px;
  display: inline-block;
  background-color: #081730;
}

.scelta_tipo .prezzo_pack {
  background-color: #0058d1;
  padding: 10px;
  font-weight: 800;
  color: #fff;
}

.scelta_tipo select {
  position: absolute;
  opacity: 0;
  z-index: 2;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
}

.scelta_tipo .scadenza {
  margin-top: 5px;
  color: #081730;
  font-size: 16px;
}

#secform_b {
  background-color: rgba(8, 23, 48, 0.2);
  text-align: center;
  z-index: 0;
  overflow: hidden;
}

#secform_b .box_offerta_b {
  width: 70%;
  margin: 0px auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

#secform_b .btn-in {
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

#secform_b .btn-in i {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 2;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  border-radius: 400px;
  pointer-events: none;
}

#secform_b .submit_btn {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #0aca8d;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(44, 44, 42, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 50px;
}

#secform_b h5 {
  font-size: 27px;
  font-weight: 400;
  display: inline-block;
  color: #081730;
}

#secform_b h5 b {
  display: block;
  padding: 5px;
  background-color: #0058d1;
  color: #fff;
  font-weight: 800;
}

#secform {
  background-color: #081730;
  text-align: center;
  z-index: 0;
  overflow: hidden;
}

#secform:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: 30px;
  background-position: center center;
  background-image: url(../img/plus.svg);
  opacity: .2;
  z-index: 0;
}

#secform .light {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

#secform .light:after {
  content: "";
  position: absolute;
  left: 30%;
  top: 15%;
  width: 90%;
  padding-bottom: 90%;
  opacity: .5;
  z-index: -1;
  background: radial-gradient(ellipse at center, #89dfae 0%, rgba(12, 174, 244, 0) 66%);
}

#secform .light:before {
  content: "";
  position: absolute;
  left: -25%;
  top: -65%;
  width: 90%;
  padding-bottom: 90%;
  background: radial-gradient(ellipse at center, #89dfae 0%, rgba(255, 96, 0, 0) 66%);
  opacity: .3;
  z-index: -1;
}

#secform h5 {
  font-size: 30px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #89dfae;
  font-weight: 700;
  color: #081730;
  font-family: "Fira Sans", sans-serif;
}

#secform h6 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 800;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  border-bottom: 1px solid #89dfae;
}

#secform h8 {
  padding: 10px 10px;
  z-index: 2;
  background-color: #7dbc17;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 15px 0px;
  box-shadow: 0px 0px 40px rgba(141, 217, 17, 0.76);
}

#secform h8:before {
  content: '';
  top: 0;
  transform: translateX(100%);
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 3s infinite 1s;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  opacity: .5;
}

#secform h8 b {
  font-size: 30px;
  font-weight: 800;
}

#secform ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
}

#secform li {
  width: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  color: #fff;
  text-align: left;
  align-items: center;
  display: flex;
  padding-left: 35px;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
}

#secform li:nth-child(1) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#secform li:nth-child(2) {
  border-bottom: 1px solid #fff;
}

#secform li:nth-child(3) {
  border-right: 1px solid #fff;
}

#secform li i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  border-radius: 120px;
  font-size: 17px;
  background-color: rgba(255, 255, 255, 0.19);
  color: #9dff02;
  text-align: center;
}

#secform h9 {
  width: 100%;
  background-color: #ffe000;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 20px;
  color: #081730;
}

#secform h9 b {
  font-weight: 800;
}

#secform .box_offerta {
  width: 70%;
  margin: 0px auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

#secform .prize_cont i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0px 10px;
  color: #89dfae;
  border-radius: 50px;
  background-color: #eaeaea;
}

#secform span.prize {
  display: inline-block;
  font-size: 30px;
  line-height: 33px;
  padding: 10px;
  font-weight: 800;
  color: #0f1e2a;
  position: relative;
  margin-top: 10px;
}

#secform span.prize b {
  font-weight: 900;
  display: inline-block;
}

#secform span.prize.old {
  background-color: #eaeaea;
  border-radius: 10px;
}

#secform span.prize.old:after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 15px;
  background-color: #e15858;
  position: absolute;
  -ms-transform: rotate(-22deg) translateY(-50%);
  -webkit-transform: rotate(-22deg) translateY(-50%);
  transform: rotate(-22deg) translateY(-50%);
  left: 0px;
  top: 50%;
}

#secform span.prize.minus {
  background-color: #808a90;
  color: #fff;
  border-radius: 10px;
}

#secform span.prize.new {
  background-color: #89dfae;
  color: #081730;
  border-radius: 10px;
  margin: 5px 0px;
}

#secform .cont_sg {
  text-align: left;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#secform .cont_sg.fixpay span {
  width: 32%;
  margin: 0% 0.5%;
  font-size: 15px;
}

#secform .cont_sg.fixpay span:nth-child(3) {
  border-top: 1px solid rgba(8, 23, 48, 0.2);
}

#secform .cont_sg span {
  font-size: 18px;
  padding: 7px 0px;
  padding-left: 35px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(8, 23, 48, 0.2);
  position: relative;
  width: 52%;
  color: #081730;
  margin: 0px 5px;
}

#secform .cont_sg span b {
  font-weight: 600;
}

#secform .cont_sg span:nth-child(1), #secform .cont_sg span:nth-child(2) {
  border-top: 1px solid rgba(8, 23, 48, 0.2);
}

#secform .cont_sg span b {
  display: block;
}

#secform .cont_sg span em {
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-left: 13px;
}

#secform .cont_sg span em:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #eb2e2e;
  animation: opaloop 0.7s linear infinite;
}

@keyframes opaloop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#secform .cont_sg span i {
  position: absolute;
  left: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: rgba(8, 23, 48, 0.07);
  color: #081730;
  font-size: 18px;
  text-align: center;
  border-radius: 100px;
}

#secform .btn-in {
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

#secform .btn-in i {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 2;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  border-radius: 400px;
  pointer-events: none;
}

#secform .submit_btn {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #0aca8d;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(44, 44, 42, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 50px;
}

#secform .omaggi span {
  display: inline-block;
  padding: 7px;
  background-color: #2c4052;
  font-size: 21px;
  color: #fff;
  position: relative;
  padding-left: 30px;
  border-radius: 10px;
  margin: 5px;
}

#secform .omaggi span.prod {
  padding-left: 7px;
  font-weight: 600;
}

#secform .omaggi span i {
  position: absolute;
  left: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 17px;
  background-color: #ff8605;
  border-radius: 100px;
  color: #2c4052;
}

.sec_btnalias {
  display: none;
  background-color: #fff;
  left: 0px;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sec_btnalias .btn_alias {
  cursor: pointer;
  padding: 10px;
  background-color: #0aca8d;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(8, 23, 48, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.sec_btnalias .btn_alias i {
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
}

.form_big .form-row {
  width: 72%;
  float: left;
}

.form_big .form-row:nth-child(2) {
  width: 26%;
  margin-left: 2%;
}

.form-row.text_question {
  padding: 15px 0px;
}

.form-row.text_question span {
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e4e9ea;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 3px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  color: #0f1e2a;
  font-size: 20px;
}

.form-row.text_question select {
  background-color: #fff;
  padding: 0px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  color: #0f1e2a;
}

.form-row.text_question i {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #081730;
}

.form-row.text_question span.sottolineo {
  top: 7px;
  font-size: 17px;
}

.form-row.text_question input, .form-row.text_question select {
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 5px 5px 10px rgba(8, 23, 48, 0.05);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 19px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  background-color: #e4e9ea;
  font-weight: 600;
  color: #0f1e2a;
}

.form-row.text_question.error input, .form-row.text_question.error select {
  box-shadow: 0px 0px 10px rgba(227, 32, 32, 0.3);
  border: 1px solid #fff;
}

.form-row.text_question.error .error_label {
  top: 5px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.error_label {
  position: absolute;
  top: 0px;
  right: 15px;
  overflow: hidden;
  font-style: normal;
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 14px;
  background-color: #ee3838;
  color: #fff;
  opacity: 0;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.head_acc {
  padding: 15px 10px;
  padding-right: 30px;
  margin: 5px 0px 0px 0px;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 2px;
  background-color: #eaeaea;
  color: #081730;
  position: relative;
  cursor: pointer;
}

.head_acc i {
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  border-radius: 50px;
  color: #a5a5a5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.head_acc.selected i {
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.body-acc {
  width: 100%;
  position: relative;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.body-acc p {
  color: #0f1e2a;
  padding: 15px 0px;
  font-size: 15px;
}

.body-acc p b {
  font-weight: 700;
}

.body-acc p a {
  color: #081730;
  font-weight: 700px;
  text-decoration: underline;
}

.body-acc.open {
  max-height: 1000px;
  opacity: 1;
}

.cont_vid {
  width: 70%;
  margin: 0px auto;
  z-index: 1;
  box-shadow: 10px 10px 40px rgba(15, 30, 42, 0.3);
  border-radius: 30px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.cont_vid .cont_progress {
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
  left: 70px;
  height: 10px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
}

.cont_vid .cont_progress:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.22);
  height: 10px;
  width: 100%;
  top: 0%;
  left: 0px;
  border-radius: 30px;
}

.cont_vid .cont_progress #progressbar, .cont_vid .cont_progress #progressbar2 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 10px;
  background-color: #0058d1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
  border-radius: 30px;
}

.cont_vid .cont_progress:hover #progressbarHover, .cont_vid .cont_progress:hover #progressbarHover2 {
  border-right: 1px solid #fff;
}

.cont_vid .cont_progress #progressbarHover, .cont_vid .cont_progress #progressbarHover2 {
  position: absolute;
  left: -1px;
  top: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  border-right: 0px solid #fff;
  z-index: 1;
}

.cont_vid .tool_jack {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: white;
  padding: 0px 5px;
  border-top: 1px solid rgba(8, 23, 48, 0.1);
}

.cont_vid .play_v, .cont_vid .pause_v {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: #89dfae;
  cursor: pointer;
  border-radius: 100px;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.cont_vid .play_v i, .cont_vid .pause_v i {
  line-height: 50px;
  color: #fff;
}

.cont_vid .audio-up, .cont_vid .audio-dwn {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #89dfae;
  cursor: pointer;
  border-radius: 100px;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.cont_vid .audio-up i, .cont_vid .audio-dwn i {
  line-height: 50px;
  color: #fff;
}

.cont_vid .big_play {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -45px;
  background-color: #0058d1;
  z-index: 4;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 200px;
}

.cont_vid .big_play i {
  color: #fff;
  text-align: center;
  font-size: 60px;
  width: 100%;
  line-height: 90px;
}

.cont_vid .big_play:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cont_vid .container-frame:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}

#secscheda {
  background-color: rgba(255, 255, 255, 0.2);
}

#secscheda:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-image: url(../img/plus.svg);
  background-position: center center;
  background-size: 30px;
  background-repeat: repeat;
  z-index: 0;
  opacity: 1;
}

#secscheda .item_scheda {
  box-shadow: 10px 10px 32px rgba(8, 23, 48, 0.1);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
}

#secscheda .item_scheda .ym-6 {
  padding: 0px;
}

#secscheda .txt_scheda {
  padding: 20px;
}

#secscheda img {
  box-shadow: 0px 10px 22px rgba(8, 23, 48, 0.15);
  border-radius: 20px;
}

#secscheda h2 {
  color: #081730;
  font-size: 27px;
  font-weight: 800;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #89dfae;
  letter-spacing: 1.5px;
}

#secscheda li {
  padding: 8px 10px;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #0f1e2a;
  font-weight: 400;
  position: relative;
}

#secscheda li:after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 0px;
  top: 18px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #89dfae;
}

#secscheda b {
  font-weight: 700;
  color: rgba(15, 30, 42, 0.6);
}

.footer-landing {
  padding-bottom: 100px;
}

.footer-landing a {
  display: inline-block;
  color: #0058d1;
  text-decoration: underline;
  margin: 10px 0px;
}

.item_recensioni p {
  color: #0f1e2a;
}

.popup_buy {
  width: 300px;
  padding: 10px;
  position: fixed;
  bottom: -500px;
  left: 20px;
  background-color: #fff;
  border: 1px solid rgba(8, 23, 48, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 4;
}

.popup_buy p {
  font-size: 18px;
  line-height: 17px;
  color: #0f1e2a;
  padding: 10px 0px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.popup_buy p b, .popup_buy p em {
  font-weight: 700;
  color: #081730;
  font-style: normal;
}

.popup_buy.fixed {
  bottom: -1px;
}

.popup_buy.closed {
  bottom: -500px;
}

.cta_pop {
  padding: 5px 10px;
  background-color: #89dfae;
  color: #081730;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.privacy_b {
  width: auto;
  margin: 20px 0px;
  position: relative;
  text-align: center;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.privacy_b label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}

.privacy_b input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.privacy_b .checkmark {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 5px;
}

.privacy_b:hover input ~ .checkmark {
  background-color: #ccc;
}

.privacy_b input:checked ~ .checkmark {
  background-color: #0058d1;
}

.privacy_b .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.privacy_b input:checked ~ .checkmark:after {
  display: block;
}

.privacy_b .checkmark:after {
  left: 9px;
  top: 3px;
  width: 5px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.privacy_b a {
  border-bottom: 1px solid #0058d1;
  color: #332d2d;
  font-weight: 400;
}

.privacy_b .error_privacy {
  padding: 5px 10px;
  background-color: #d82a2a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
}

.privacy_c {
  width: auto;
  margin: 20px 0px;
  position: relative;
  text-align: center;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.privacy_c label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}

.privacy_c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.privacy_c .checkmark {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 5px;
}

.privacy_c:hover input ~ .checkmark {
  background-color: #ccc;
}

.privacy_c input:checked ~ .checkmark {
  background-color: #0058d1;
}

.privacy_c .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.privacy_c input:checked ~ .checkmark:after {
  display: block;
}

.privacy_c .checkmark:after {
  left: 9px;
  top: 3px;
  width: 5px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.privacy_c a {
  border-bottom: 1px solid #0058d1;
  color: #332d2d;
  font-weight: 400;
}

.privacy_c .error_privacy {
  padding: 5px 10px;
  background-color: #d82a2a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

#secgallery {
  text-align: center;
  background-color: #081730;
}

#secgallery:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-image: url("../img/plus.svg");
  background-position: center center;
  background-size: 30px;
  background-repeat: repeat;
  z-index: 0;
  opacity: .2;
}

#secgallery h2 {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#secgallery h2:before {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: -2px;
  border-bottom: 1px dashed #0058d1;
}

#secgallery h2:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  bottom: -7px;
  background-color: #0058d1;
  border-radius: 110px;
}

#secgallery p {
  color: #fff;
  font-size: 20px;
}

#secgallery .swiper {
  height: 350px;
  padding: 20px 0px;
}

#secgallery .swiper-slide {
  border-radius: 25px;
  display: flex;
}

#secgallery #slider_gallery:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 50%;
  background-color: #0058d1;
  z-index: 0;
}

#secgallery #slider_gallery img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border-radius: 25px;
  display: block;
  box-shadow: 9px 9px 30px rgba(0, 0, 0, 0.2), -9px -9px 26px rgba(19, 154, 148, 0.09);
}

#secgallery .custom_nav_gallery {
  max-width: 400px;
  margin: 20px auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

#secgallery .swiper-button-next, #secgallery .swiper-button-prev {
  background-image: none;
  font-size: 29px;
  color: #0058d1;
  box-shadow: 0px 0px 0px 1px rgba(0, 88, 209, 0.5);
  width: 38px;
  height: 35px;
  z-index: 1;
  left: 0px;
  position: relative;
  top: auto;
  margin: 0px;
}

#secgallery .swiper-button-next i, #secgallery .swiper-button-prev i {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 35px;
  color: #0058d1;
}

#secgallery .swiper-button-next {
  right: 0px;
  left: auto;
}

#secfixgallery {
  width: 100%;
  height: 100%;
  position: fixed;
  min-height: 100vh;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 333333;
  pointer-events: none;
  display: none;
  padding: 55px 0px 70px 0px;
  z-index: 22;
  -webkit-animation: display-none-transition 0.4s both;
  animation: display-none-transition 0.4s both;
  transform: translateY(0px);
  opacity: 1;
}

#secfixgallery.open {
  pointer-events: auto;
  display: flex;
}

#secfixgallery #slider_fix_gallery {
  display: block;
  width: 100%;
  margin: 0px auto;
  background-color: rgba(0, 0, 0, 0.2);
}

#secfixgallery #slider_fix_gallery img {
  box-shadow: 9px 9px 36px rgba(0, 0, 0, 0.2), -10px -10px 26px rgba(0, 88, 209, 0.2);
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  border-radius: 20px;
}

#secfixgallery .close_gallery {
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 120px;
  right: 10px;
  top: 10px;
  background-color: #ee2525;
  box-shadow: 9px 9px 26px rgba(0, 0, 0, 0.1), 0px 0px 26px rgba(238, 37, 37, 0.8);
  color: #fff;
  cursor: pointer;
}

#secfixgallery .close_gallery i {
  line-height: 35px;
  font-size: 18px;
}

#secfixgallery .bg_slider_fix {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(8, 23, 48, 0.95);
  z-index: 0;
}

#secfixgallery .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 20px 0px;
}

#secfixgallery .swiper-slide {
  padding: 10px;
}

#secfixgallery .custom_nav_fix_gallery {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  display: flex;
  padding: 10px;
}

#secfixgallery .custom_nav_fix_gallery span {
  width: 50px;
  height: 50px;
  background-color: #0058d1;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0px 5px;
  border-radius: 200px;
  cursor: pointer;
  box-shadow: 9px 9px 26px rgba(0, 0, 0, 0.1), 0px 0px 26px rgba(0, 88, 209, 0.8);
}

#secfixgallery .custom_nav_fix_gallery span.swiper-button-disabled {
  opacity: .4;
}

#secfixgallery .custom_nav_fix_gallery span i {
  line-height: 50px;
}

#secfixgallery .arrow_cont {
  display: flex;
}

#secfixgallery .zoom_cont {
  display: flex;
  margin-left: auto;
}

.btn_gallery {
  margin: 0px 10px;
  background-color: #0058d1;
  color: #081730;
  padding: 10px 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  cursor: pointer;
}

@-webkit-keyframes display-none-transition {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
}

@keyframes display-none-transition {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
}

#secgallery {
  text-align: center;
  background-color: #081730;
}

#secgallery:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-image: url("../img/plus.svg");
  background-position: center center;
  background-size: 30px;
  background-repeat: repeat;
  z-index: 0;
  opacity: .2;
}

#secgallery h2 {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#secgallery h2:before {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: -2px;
  border-bottom: 1px dashed #0058d1;
}

#secgallery h2:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  bottom: -7px;
  background-color: #0058d1;
  border-radius: 110px;
}

#secgallery p {
  color: #fff;
  font-size: 20px;
}

#secgallery .swiper {
  height: auto !important;
  padding: 20px 0px;
}

#secgallery .swiper-slide {
  border-radius: 25px;
  margin: auto;
}

#secgallery #slider_gallery:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 50%;
  background-color: #0058d1;
  z-index: 0;
}

#secgallery #slider_gallery img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border-radius: 25px;
  display: block;
  box-shadow: 9px 9px 30px rgba(0, 0, 0, 0.2), -9px -9px 26px rgba(19, 154, 148, 0.09);
}

#secgallery .custom_nav_gallery {
  max-width: 400px;
  margin: 20px auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

#secgallery .swiper-button-next, #secgallery .swiper-button-prev {
  background-image: none;
  font-size: 29px;
  color: #0058d1;
  box-shadow: 0px 0px 0px 1px rgba(0, 88, 209, 0.5);
  width: 38px;
  height: 35px;
  z-index: 1;
  left: 0px;
  position: relative;
  top: auto;
  margin: 0px;
}

#secgallery .swiper-button-next i, #secgallery .swiper-button-prev i {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 35px;
  color: #0058d1;
}

#secgallery .swiper-button-next {
  right: 0px;
  left: auto;
}

.swiper-zoom-target {
  /*
	width: 100%;
	height: 100%;
*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-zoom-target img {
  opacity: 0;
}

#secfixgallery_rec {
  width: 100%;
  height: 100%;
  position: fixed;
  min-height: 100vh;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 333333;
  pointer-events: none;
  display: none;
  padding: 55px 0px 70px 0px;
  z-index: 22;
  -webkit-animation: display-none-transition 0.4s both;
  animation: display-none-transition 0.4s both;
  transform: translateY(0px);
  opacity: 1;
}

#secfixgallery_rec .container-video {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#secfixgallery_rec .container-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: auto;
  display: block;
  border-radius: 20px;
}

#secfixgallery_rec.open {
  pointer-events: auto;
  display: flex;
}

#secfixgallery_rec #slider_fix_gallery_rec {
  display: block;
  width: 100%;
  margin: 0px auto;
  background-color: rgba(0, 0, 0, 0.2);
}

#secfixgallery_rec #slider_fix_gallery_rec img {
  box-shadow: 9px 9px 36px rgba(0, 0, 0, 0.2), -10px -10px 26px rgba(0, 88, 209, 0.2);
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  border-radius: 20px;
}

#secfixgallery_rec .close_gallery_rec {
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 120px;
  right: 10px;
  top: 10px;
  background-color: #ee2525;
  box-shadow: 9px 9px 26px rgba(0, 0, 0, 0.1), 0px 0px 26px rgba(238, 37, 37, 0.8);
  color: #fff;
  cursor: pointer;
}

#secfixgallery_rec .close_gallery_rec i {
  line-height: 35px;
  font-size: 18px;
}

#secfixgallery_rec .bg_slider_fix {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(8, 23, 48, 0.95);
  z-index: 0;
}

#secfixgallery_rec .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 20px 0px 20px 0px;
}

#secfixgallery_rec .swiper-slide {
  padding: 10px;
  padding: 10px 10px 70px 10px;
}

#secfixgallery_rec .custom_nav_fix_gallery {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  display: flex;
  padding: 10px;
}

#secfixgallery_rec .custom_nav_fix_gallery span {
  width: 50px;
  height: 50px;
  background-color: #0058d1;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0px 5px;
  border-radius: 200px;
  cursor: pointer;
  box-shadow: 9px 9px 26px rgba(0, 0, 0, 0.1), 0px 0px 26px rgba(0, 88, 209, 0.8);
}

#secfixgallery_rec .custom_nav_fix_gallery span.swiper-button-disabled {
  opacity: .4;
}

#secfixgallery_rec .custom_nav_fix_gallery span i {
  line-height: 50px;
}

#secfixgallery_rec .arrow_cont {
  display: flex;
}

#secfixgallery_rec .zoom_cont {
  display: flex;
  margin-left: auto;
}

.btn_gallery {
  margin: 0px 10px;
  background-color: #0058d1;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  cursor: pointer;
}

@-webkit-keyframes display-none-transition {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
}

@keyframes display-none-transition {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
}

@media only screen and (max-width: 767px) {
  #secfixgallery_rec .container-video {
    width: 100%;
  }
}

#sliderrec {
  background-color: #eaeaea;
  padding: 25px 0px;
  margin-bottom: 10px;
}

#sliderrec .title_sec {
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
  color: #081730;
  border-bottom: 1px solid #89dfae;
  display: block;
}

#sliderrec h2 {
  display: none;
}

#sliderrec .valutazione {
  background-color: #fff;
  width: 300px;
  margin: 0px auto;
  padding: 5px;
}

#sliderrec .valutazione .cont_val {
  display: flex;
  justify-content: center;
  align-items: center;
}

#sliderrec .valutazione span {
  margin-left: 5px;
  font-weight: 600;
  font-size: 15px;
}

#sliderrec .subtitle {
  font-size: 22px;
  padding: 5px 10px;
  font-weight: 700;
  color: #081730;
  background-color: #89dfae;
  display: inline-block;
  margin-bottom: 20px;
}

#sliderrec p {
  color: #fff;
  font-size: 20px;
}

#sliderrec .swiper-container {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 10px 10px;
}

#sliderrec .swiper-slide {
  border-radius: 25px;
  display: block;
  height: auto;
}

#sliderrec .swiper-wrapper {
  align-items: center;
}

#sliderrec #slider-recensioni:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 50%;
  background-color: #0058d1;
  z-index: 0;
}

#sliderrec #slider-recensioni img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border-radius: 25px;
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

#sliderrec .custom_nav_gallery {
  max-width: 400px;
  margin: 20px auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

#sliderrec .swiper-button-next, #sliderrec .swiper-button-prev {
  background-image: none;
  font-size: 29px;
  color: #0058d1;
  box-shadow: 0px 0px 0px 1px rgba(0, 88, 209, 0.5);
  width: 38px;
  height: 35px;
  z-index: 1;
  left: 0px;
  position: relative;
  top: auto;
  margin: 0px;
  background-color: #fff;
}

#sliderrec .swiper-button-next i, #sliderrec .swiper-button-prev i {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 35px;
  color: #0058d1;
}

#sliderrec .swiper-button-next {
  right: 0px;
  left: auto;
}

#sliderrec .videorec:after {
  font-family: "Material Icons";
  content: "\e038";
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  pointer-events: none;
  text-shadow: 0px 0px 20px #000;
}

.swiper-slide-active .rec_item_slide {
  transform: translateY(0%);
}

.swiper-slide-active .rec_item_slide.closed {
  transform: translateY(calc(100% - 40px));
}

.rec_item_slide {
  position: absolute;
  left: 0%;
  z-index: 999999999;
  transform: translateY(150%);
  bottom: 0px;
  padding: 10px;
  color: #fff;
  background-color: rgba(8, 23, 48, 0.9);
  text-align: left;
  width: 100%;
  box-shadow: 0px -5px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-height: 70%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch !important;
}

.rec_item_slide .value-star_rec {
  width: 99px;
  height: 14px;
}

.rec_item_slide .value-star {
  width: 89px;
  height: 12px;
  margin-left: 0px;
}

.rec_item_slide h2 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.rec_item_slide h6 {
  color: #13d893;
  font-size: 15px;
}

.rec_item_slide p {
  color: #fff;
}

.rec_item_slide h3 {
  font-weight: 800;
  font-size: 25px;
}

.rec_item_slide .head_rec {
  padding-left: 50px;
  margin-bottom: 15px;
  min-height: 45px;
}

.rec_item_slide .bg_rec {
  display: block;
  width: 45px;
  height: 45px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 2000px;
  background-position: center center;
  background-size: contain;
}

.rec_item_slide .leggirec {
  position: absolute;
  width: 110px;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
}

.rec_item_slide .leggirec span {
  font-size: 13px;
}

.rec_item_slide i {
  text-align: center;
  transform: rotate(0deg);
  font-size: 16px;
  margin-left: auto;
}

.rec_item_slide.closed i {
  transform: rotate(180deg);
}

.rec_item_slide:hover {
  background-color: #081730;
  box-shadow: 0px -5px 0px 5px #0058d1;
}

.rec_item_slide:hover .leggirec {
  background-color: #0058d1;
  cursor: pointer;
  color: #081730;
}

.slider_recensionisingle {
  padding: 10px;
  background-color: #eaeaea;
  border-radius: 8px;
  margin-top: 10px;
}

.slider_recensionisingle:empty {
  display: none;
}

.slider_recensionisingle .swiper-slide img {
  border-radius: 8px;
}

.slider_recensionisingle .swiper-slide.sonovideo:after {
  font-family: "Material Icons";
  content: "\e038";
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  pointer-events: none;
  text-shadow: 0px 0px 20px #000;
}

@media only screen and (max-width: 767px) {
  #sliderrec .title_sec {
    font-size: 20px;
  }
}

#pagina_purchase {
  min-height: 100vh;
  padding-bottom: 30px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

#pagina_purchase .step {
  display: none;
  margin-top: 20px;
}

#pagina_purchase .step.open {
  display: block;
}

#pagina_purchase .step.open .animate_step {
  -webkit-animation: dtransition 0.4s both;
  animation: dtransition 0.4s both;
  transform: translateX(0px);
}

@-webkit-keyframes dtransition {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
}

@keyframes dtransition {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
}

#pagina_purchase .form-row.text_question {
  padding: 12px 0px;
}

#pagina_purchase .form-row.text_question input, #pagina_purchase .form-row.text_question select, #pagina_purchase .form-row.text_question span {
  font-size: 16px;
}

#pagina_purchase .form-row.text_question span.sottolineo {
  font-size: 14px;
}

#pagina_purchase .error_label {
  font-size: 11px;
  top: 5px;
}

#pagina_purchase .footer-landing {
  display: none;
}

#pagina_purchase .fatt_ele {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 4px solid #eaeaea;
  padding-left: 10px;
}

#pagina_purchase .step_wrap {
  width: 60%;
  margin: 0px auto;
}

#pagina_purchase .nav_step {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#pagina_purchase .btn_prosegui {
  cursor: pointer;
  padding: 10px 10px;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
  color: #0f1e2a;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00e8aa+0,00dbc1+100 */
  background: #00e8aa;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00e8aa 0%, #00dbc1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00e8aa 0%, #00dbc1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00e8aa 0%, #00dbc1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8aa', endColorstr='#00dbc1',GradientType=1 );
  /* IE6-9 */
  border-radius: 115px;
  font-weight: 800;
  position: relative;
  padding-right: 30px;
  box-shadow: 10px 10px 30px rgba(15, 30, 42, 0.2);
  text-transform: uppercase;
}

#pagina_purchase .btn_prosegui i {
  position: absolute;
  right: 5px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  opacity: .8;
  color: #0f1e2a;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
}

#pagina_purchase .btn_prosegui b {
  font-weight: 800;
}

#pagina_purchase .cont_nav {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3333;
  box-shadow: -10px 0px 30px rgba(45, 45, 45, 0.15);
}

#pagina_purchase .btn_nav.complete {
  background-color: #eaeaea;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  color: #081730;
}

#pagina_purchase .btn_nav.complete:before {
  background-color: #eaeaea;
}

#pagina_purchase .btn_nav.complete:after {
  background-color: #0fbd72 !important;
  content: "\e876";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  color: #fff;
  line-height: 15px;
  text-align: center;
}

#pagina_purchase .btn_nav.error {
  background-color: #eaeaea;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

#pagina_purchase .btn_nav.error:before {
  background-color: #eaeaea;
}

#pagina_purchase .btn_nav.error:after {
  background-color: #df1919 !important;
  content: "\e645";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  color: #fff;
  line-height: 15px;
  text-align: center;
}

#pagina_purchase .btn_nav.selected {
  background-color: #081730;
  border-top: 1px solid #081730;
  border-bottom: 1px solid #081730;
  color: #fff;
}

#pagina_purchase .btn_nav.selected:before {
  background-color: #081730;
}

#pagina_purchase .btn_nav.selected:after {
  background-color: rgba(255, 255, 255, 0.3);
}

#pagina_purchase .btn_nav {
  padding: 8px 16px;
  font-weight: bold;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  width: 33%;
  padding-left: 30px;
  cursor: pointer;
  color: rgba(8, 23, 48, 0.5);
}

#pagina_purchase .btn_nav:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  transform-origin: top;
  transform: rotate(45deg) translateY(-50%);
  background-color: #fff;
  right: -6px;
  z-index: 2;
}

#pagina_purchase .btn_nav:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: rgba(8, 23, 48, 0.3);
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 120px;
}

#pagina_purchase .btn_nav:last-child:before {
  display: none;
}

#pagina_purchase .row_order {
  padding: 15px 0px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
}

#pagina_purchase .row_order span:first-child {
  font-weight: bold;
  color: #081730;
  font-size: 18px;
  margin-right: 10px;
  opacity: .7;
}

#pagina_purchase .row_order span:last-child {
  font-weight: bold;
  color: #0f1e2a;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 600;
}

#pagina_purchase .item_pagamento {
  box-shadow: 0px 0px 30px rgba(8, 23, 48, 0.1);
  border-radius: 15px;
  margin-bottom: 10px;
  background-color: #fff;
}

#pagina_purchase .item_pagamento p {
  color: #0f1e2a;
  font-size: 16px;
}

#pagina_purchase .item_pagamento .title_pagamento {
  font-size: 20px;
  font-weight: 700;
  color: #081730;
  display: block;
}

#pagina_purchase .item_pagamento .ico_pagamento {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#pagina_purchase .item_pagamento label {
  position: relative;
  padding: 10px;
  padding-left: 115px;
  padding-right: 45px;
  cursor: pointer;
  display: inline-flex;
  min-height: 130px;
  align-items: center;
}

#pagina_purchase .item_pagamento input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#pagina_purchase .item_pagamento .check_alias {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 5px;
  border-radius: 120px;
}

#pagina_purchase .item_pagamento:hover input ~ .check_alias {
  background-color: #ccc;
}

#pagina_purchase .item_pagamento input:checked ~ .check_alias {
  background-color: #0ece5e;
}

#pagina_purchase .check_alias:after {
  content: "";
  position: absolute;
  display: none;
}

#pagina_purchase input:checked ~ .check_alias:after {
  display: block;
}

#pagina_purchase .selected_effect {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: aqua;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgba(14, 207, 94, 0.3), 0px 0px 0px 1px rgba(14, 206, 94, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(14, 206, 94, 0.07);
  pointer-events: none;
}

#pagina_purchase input:checked ~ .selected_effect {
  opacity: 1;
}

#pagina_purchase .item_pagamento.error .selected_effect {
  opacity: 1;
  box-shadow: 0px 0px 30px rgba(238, 56, 56, 0.3), 0px 0px 0px 1px rgba(238, 56, 56, 0.3);
  background-color: rgba(238, 56, 56, 0.07);
}

#pagina_purchase .check_alias:after {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 120px;
}

#pagina_purchase .img_carte {
  width: 100%;
  display: block;
  max-width: 300px;
  flex: 0 0 300px;
}

#pagina_purchase .pagamenti_sicuri {
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #eaeaea;
  border-radius: 5px;
}

#pagina_purchase .pagamenti_sicuri i {
  font-size: 14px;
  color: #081730;
}

#pagina_purchase .pagamenti_sicuri span {
  font-size: 15px;
  color: #081730;
  margin: 0px 5px;
  font-weight: 800;
}

#pagina_purchase .error_tipopagamento {
  padding: 10px;
  background-color: #ee3838;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.purchaseab2 .riepilogo_ordine .privacy_b {
  text-align: left;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .purchaseab2 .scelta_tipo .prezzo_pack {
    text-align: center;
  }
}

#sec_faq h2 {
  font-size: 35px;
  font-weight: 800;
  color: #0d6b77;
  line-height: 1.1em;
  font-family: "Nunito", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #0058d1;
  text-transform: uppercase;
  text-align: center;
}

.item_faq {
  margin: 25px 0px;
  display: block;
}

.item_faq .head_faq {
  padding: 15px 10px;
  padding-right: 30px;
  padding-left: 20px;
  border: 1px solid #eaeaea;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
}

.item_faq .head_faq:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 120px;
  background-color: #0058d1;
  position: absolute;
  left: 5px;
  top: 20px;
}

.item_faq .head_faq h3 {
  font-size: 20px;
  line-height: 1.1em;
  color: #494949;
}

.item_faq .head_faq:hover {
  border: 1px solid #081730;
}

.item_faq .head_faq i {
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.2s linear;
  -ms-transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  background-color: #eaeaea;
  color: #081730;
  border-radius: 120px;
}

.item_faq .body_faq {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s linear;
  background-color: #eaeaea;
  margin-top: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.item_faq .body_faq p {
  padding: 25px 10px 15px 10px;
  color: #494949;
  font-size: 16px;
  line-height: 1.3em;
}

.item_faq.open .body_faq {
  max-height: 1000px;
}

.item_faq.open .head_faq {
  border: 1px solid #081730;
  background-color: #081730;
}

.item_faq.open .head_faq h3 {
  color: #fff;
}

.item_faq.open .head_faq i {
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#page_rec {
  background-color: #eaeaea;
}

.cont_page_rec {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.visualizzazioni {
  font-size: 16px;
  color: #081730;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#result {
  font-weight: 700;
  margin-left: 5px;
}

.value_client {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.value_client p {
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
  display: flex;
  align-content: center;
}

.value_client .value-star_rec {
  margin-top: -3px;
}

.value_client .vote {
  font-weight: 700;
}

.value-star_rec {
  width: 110px;
  height: 18px;
  position: relative;
  position: relative;
  margin-right: 0px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}

.value-star_rec span {
  display: inline;
  position: absolute;
  right: -60px;
  font-weight: 700;
  font-size: 20px;
  top: 53%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.value-star_rec.star5 {
  background-image: url("../img/value-fivestar.svg");
}

.value-star_rec.star4 {
  background-image: url("../img/value-fourstar.svg");
}

.value-star_rec.star3 {
  background-image: url("../img/value-treestar.svg");
}

.value-star_rec.star2 {
  background-image: url("../img/value-twostar.svg");
}

.value-star_rec.star1 {
  background-image: url("../img/value-onestar.svg");
}

#txt_filter {
  text-align: center;
  color: #fff;
}

#txt_filter p {
  min-height: 250px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 22px;
  padding-top: 30px;
  font-weight: 500;
  color: #081730;
}

#txt_filter p b {
  padding: 0px 5px;
}

#all_rec {
  background-color: #fff;
}

#all_rec .center_flex {
  justify-content: center;
}

#all_rec .ym:nth-child(2) {
  border-left: 1px solid #fff;
}

.ym {
  margin-right: 50px;
  padding: 20px 30px;
}

.item_all_rec {
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}

.item_all_rec h2 {
  font-size: 23px;
  font-weight: 700;
}

.item_all_rec p {
  font-size: 20px;
  color: #2c3238;
}

.item_bar {
  display: flex;
  cursor: pointer;
  color: #2c3238;
  padding: 7px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  position: relative;
}

.item_bar:hover {
  background-color: rgba(24, 240, 146, 0.1);
}

.item_bar:hover i {
  opacity: 1;
  right: 3px;
}

.item_bar i {
  position: absolute;
  right: 10px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #19f093;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.item_bar h3 {
  line-height: 20px;
  font-size: 17px;
  flex: 0 0 70px;
}

.item_bar h4 {
  line-height: 20px;
  font-size: 17px;
  flex: 0 0 53px;
}

.item_bar .bar {
  width: 200px;
  height: 25px;
  background-color: #eaeaea;
  flex: 1 0 0;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}

.item_bar .inside_bar {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 0%;
  background-color: #fac917;
}

.item_bar.selected {
  background-color: rgba(250, 201, 23, 0.15);
}

#page_rec .item_bar {
  opacity: .9;
}

#page_rec .item_bar:after {
  content: "";
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#page_rec .item_bar:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#page_rec .item_bar.selected {
  opacity: 1;
  background-color: rgba(24, 240, 146, 0.1);
}

#page_rec .item_bar.selected:before {
  background-color: #19f093;
  transform: translateY(-50%) scale(1);
}

#page_rec .item_bar.alls h5 {
  padding: 5px;
  font-weight: 600;
}

.recensioni_head .logo {
  margin: 0px auto;
}

.recensioni_head i {
  position: absolute;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #081730;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #89dfae;
}

.item_recensioni {
  padding: 15px;
  background-color: #fff;
  margin: 20px 0px;
  border-radius: 20px;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  max-height: 1000px;
}

.item_recensioni.remove {
  max-height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}

.item_recensioni h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1em;
}

.item_recensioni .bg_rec {
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100px;
}

.item_recensioni .head_rec {
  padding: 0px 10px 0px 10px;
  padding-left: 80px;
  position: relative;
  margin-bottom: 10px;
  min-height: 68px;
}

.item_recensioni h2 {
  font-size: 30px;
}

.item_recensioni .date_rec {
  color: #929292;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.item_recensioni h6 {
  font-size: 20px;
  font-weight: 700;
  color: #2dbd0f;
}

.item_recensioni p {
  font-size: 19px;
  line-height: 1.6em;
}

.slider_rec_cont {
  padding: 20px 20px;
  background-color: rgba(0, 88, 209, 0.2);
  margin-top: 15px;
}

.slider_rec_cont .swiper-container {
  width: 100%;
  height: 100%;
}

.slider_rec_cont .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slider_rec_cont .swiper-button-next, .slider_rec_cont .swiper-button-prev {
  background-image: none;
  font-size: 29px;
  color: #fff;
  background-color: #0058d1;
  width: 30px;
  height: 38px;
  z-index: 1;
  left: 0px;
  top: 50%;
  margin-top: -18px;
}

.slider_rec_cont .swiper-button-next i, .slider_rec_cont .swiper-button-prev i {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 38px;
}

.slider_rec_cont .swiper-button-next {
  right: 0px;
  left: auto;
}

.morelink b {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  color: #89dfae;
}

.morelink b i {
  position: absolute;
  right: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .item_bar .bar {
    width: 100px;
  }
  .item_bar h3, .item_bar h4 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .value-star_rec {
    width: 100px;
  }
  .item_bar .bar {
    width: 60px;
  }
  .item_all_rec h2 {
    font-size: 20px;
  }
  #diconodinoi .ym-8 {
    width: 55%;
  }
  #diconodinoi .ym-4 {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .item_recensioni {
    padding: 10px 10px;
  }
  .item_recensioni h3 {
    font-size: 20px;
  }
  .item_recensioni h2 {
    font-size: 21px;
  }
  .item_recensioni h6 {
    font-size: 16px;
  }
  .item_recensioni .bg_rec {
    width: 58px;
    height: 58px;
  }
  .item_recensioni .head_rec {
    min-height: 60px;
    padding-left: 62px;
  }
  .item_recensioni .date_rec {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .item_recensioni p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .slider_rec_cont {
    padding: 5px 5px;
  }
  .ym {
    padding: 0px 0px;
    width: 100%;
  }
  #all_rec .ym:nth-child(2) {
    padding-bottom: 10px;
  }
  .margin_head_rec {
    height: 68px;
  }
  .item_all_rec h2 {
    font-size: 20px;
  }
  .item_all_rec p {
    font-size: 17px;
  }
  .value-star_rec {
    width: 90px;
    height: 20px;
    margin-left: 5px;
  }
  .value_client .value-star_rec {
    margin-top: -1px;
  }
  .value_client {
    justify-content: flex-end;
  }
  .value_client p {
    width: 100%;
    line-height: 0.9em;
    justify-content: flex-end;
    margin-right: 0px;
  }
  .value_client .vote {
    width: 50px;
  }
  .visualizzazioni {
    margin-bottom: 2px;
  }
  #diconodinoi .ym-8 {
    width: 100%;
  }
  #diconodinoi .ym-4 {
    width: 100%;
  }
  #txt_filter p {
    display: block;
  }
}

.mobile_hidden {
  display: block;
}

.desk_hidden {
  display: none;
}

.date_ddn {
  min-width: 250px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .wrapper_landing {
    max-width: 930px;
  }
  .mobile_hidden {
    display: block;
  }
  .desk_hidden {
    display: none;
  }
  .cont_vid {
    width: 85%;
  }
}

/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrapper_landing {
    max-width: 100%;
    padding: 0px 20px;
  }
  .popup_buy {
    width: 100%;
    bottom: -500px;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    padding: 5px;
  }
  .popup_buy.fixed {
    bottom: 55px;
  }
  .cta_pop {
    display: inline-block;
    margin-top: 5px;
    display: none;
  }
  .mobile_hidden {
    display: block;
  }
  .desk_hidden {
    display: none;
  }
  .cont_vid {
    width: 100%;
  }
}

/***********************************************
Mobile (portrait 300px)
***********************************************/
@media only screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile_hidden {
    display: none;
  }
  .desk_hidden {
    display: block;
  }
  .wrapper_landing {
    max-width: 100%;
    padding: 0px 10px;
  }
  .landing_sec {
    padding: 20px 0px;
  }
  .ym-1, .ym-2, .ym-3, .ym-4, .ym-5, .ym-6, .ym-7, .ym-8, .ym-9, .ym-10, .ym-11, .ym-12 {
    display: block;
    float: none;
    width: 100%;
    padding: 0px;
  }
  .center_flex, .flex_wrap {
    display: block;
  }
  .popup_buy {
    width: 100%;
    bottom: -500px;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    padding: 5px;
  }
  .popup_buy p {
    font-size: 18px;
  }
  .popup_buy.fixed {
    bottom: 58px;
  }
  .cta_pop {
    display: none;
  }
  .cont_page_rec {
    margin-top: 10px;
  }
  .head-landing .menu_site {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
  }
  .head-landing .menu_site .top_menu, .head-landing .menu_site .bottom_menu {
    margin: 0px;
  }
  .head-landing .wrapper_landing {
    flex-wrap: wrap;
  }
  .sorins {
    text-align: left;
    font-size: 18px;
    padding: 10px 3px;
    padding-left: 25px;
  }
  .sorins:after {
    width: 20px;
  }
  .cont_vid {
    width: 100%;
  }
  .fixed_foot .btn_cta b {
    display: none;
  }
  .cont_cta .btn_cta {
    margin: 10px 5px;
  }
  .footer-landing {
    padding-bottom: 150px;
  }
  #secscheda .txt_scheda {
    padding: 20px;
  }
  #secform .box_offerta {
    width: 100%;
    padding: 10px;
  }
  #secform .cheked_stef span {
    display: inline-block;
    text-align: left;
  }
  #secform .cheked_stef span i {
    text-align: center;
  }
  #secform span.prize {
    font-size: 20px;
    line-height: 23px;
  }
  .sec_btnalias {
    display: block;
    padding: 15px 10px 25px 10px;
    background-color: #fff;
    bottom: -300px;
    position: fixed;
    width: 100%;
    left: 0px;
    width: 100%;
    z-index: 15;
    box-shadow: 0px -5px 15px rgba(8, 23, 48, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .sec_btnalias.open {
    bottom: 0px;
  }
  #secform .cont_sg.fixpay span {
    width: 100%;
    margin: 0% 0.5%;
    font-size: 17px;
  }
  #secform .cont_sg.fixpay span:nth-child(3) {
    border-top: 0px solid rgba(8, 23, 48, 0.2);
  }
  #secform .cont_sg span {
    width: 100%;
  }
  #secform .cont_sg span:nth-child(2) {
    border-top: 0px;
  }
  #secform .btn-in i {
    right: 20px;
  }
  #secform .omaggi {
    margin-top: 10px;
  }
  #secform .omaggi span {
    display: block;
    text-align: left;
    margin: 5px 0px;
  }
  #secform .omaggi span i {
    text-align: center;
  }
  #diconodinoi .swiper-button-prev {
    left: -20px;
  }
  #diconodinoi .swiper-button-next {
    right: -20px;
  }
  .error_label {
    right: 10px;
  }
  .form_big .form-row {
    display: block;
    width: 100%;
    margin: 0px;
  }
  .form_big .form-row:nth-child(2) {
    display: block;
    width: 100%;
    margin: 0px;
  }
  .cont_page_rec {
    max-width: 350px;
    margin: 20px auto;
  }
  #formpop {
    overflow: hidden;
    padding: 0px;
  }
  #formpop .omaggi {
    max-width: 100%;
  }
  #formpop .box_pop {
    height: 100% !important;
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
  #formpop .box_pop .cont_pop {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  #formpop .box_pop .body_pop {
    height: 100% !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 10px;
  }
  #formpop .box_pop .body_pop .step {
    padding-bottom: 100px;
  }
  #formpop .box_pop .head_pop h5 {
    font-size: 22px;
  }
  #formpop .navbarpop {
    margin-top: 10px;
  }
  #formpop .popbtn {
    max-width: 250px;
  }
  #formpop .footer_pop {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -5px 15px rgba(44, 64, 82, 0.6);
    margin: 0px;
    padding: 15px 10px;
  }
  #formpop .cont_sg span {
    width: 100%;
  }
  #formpop .close_pop {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  #formpop .close_pop i {
    line-height: 25px;
    font-size: 17px;
  }
  .cont_pack {
    padding: 0px;
  }
  .cont_pack .pack_prod {
    width: 100%;
    padding: 15px 10px;
    padding-left: 130px;
    margin-bottom: 10px;
    text-align: left;
  }
  .cont_pack .pack_prod .bg_pack {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 120px;
    height: 100%;
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 20px;
    background-size: contain;
  }
  .cont_pack .pack_prod .title_prod {
    font-size: 16px;
    margin-top: 0px;
  }
  .cont_pack .pack_prod i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
  }
  .cont_pack .pack_prod.selected i {
    font-size: 15px;
  }
  .cont_pack .pack_prod.venduto:after {
    width: 77px;
    height: 77px;
  }
}

/***********************************************
Mobile (landscape 420px)
***********************************************/
.recensioni_head i {
  color: #fff;
}

.fixed_foot.closed {
  bottom: -300px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .btn_cta {
    font-size: 15px;
  }
  .header-sec .txt_head {
    padding: 20px 0px 20px 0px;
  }
  .header-sec h1 {
    font-size: 30px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .header-sec h2 {
    font-size: 22px;
  }
  .header-sec h3 {
    font-size: 32px;
  }
  .header-sec h4 {
    font-size: 20px;
  }
  .header-sec .symbol span {
    font-size: 15px;
  }
  .header-sec .sconto span {
    font-size: 16px;
  }
  .header-sec .made {
    right: 20px;
  }
  .header-sec .number {
    font-size: 20px;
  }
  #sec1 h2 {
    font-size: 16px;
  }
  #sec1 .item_f {
    padding: 20px 10px;
  }
  #sec2 h2 {
    font-size: 22px;
  }
  #sec2 p {
    font-size: 17px;
  }
  #sec3 .first_li li {
    width: 48%;
  }
  #sec3 h5 {
    font-size: 23px;
  }
  #sec3 p {
    font-size: 18px;
  }
  #sec4 .special_pack li {
    width: 40%;
  }
  #secform .box_offerta {
    width: 90%;
  }
  #pagina_purchase .step_wrap {
    width: 80%;
  }
}

/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .btn_cta {
    font-size: 15px;
    padding: 10px 10px;
    padding-right: 33px;
  }
  .header-sec h1 {
    font-size: 28px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .header-sec h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .header-sec h3 {
    font-size: 33px;
  }
  .header-sec h4 {
    font-size: 16px;
  }
  .header-sec .number {
    text-align: center;
    font-size: 20px;
  }
  .header-sec .sconto span {
    font-size: 17px;
  }
  #sec3 .first_li li {
    width: 48%;
  }
  #sec1 h2 {
    font-size: 16px;
  }
  #sec1 .ym-3 {
    width: 50%;
  }
  #sec1 .item_f {
    padding: 20px 5px;
  }
  #sec2 h2 {
    font-size: 25px;
  }
  #sec2 p {
    font-size: 17px;
  }
  #sec3 h5 {
    font-size: 22px;
    padding: 20px 20px;
  }
  #sec3 p {
    font-size: 17px;
  }
  #sec3 li {
    width: 44%;
  }
  #sec3 .second_li li {
    font-size: 19px;
    letter-spacing: 0px;
  }
  #sec2 img.iv2 {
    position: relative;
    width: 68%;
    margin-top: -50px;
  }
  #sec4 li {
    width: 31%;
  }
  #sec4 .special_pack li {
    width: 70%;
  }
  #sec5 li {
    width: 31%;
  }
  #secscheda li {
    font-size: 18px;
  }
  #secform .box_offerta {
    width: 100%;
  }
  #formpop .box_pop {
    max-width: 768px;
  }
  #pagina_purchase .step_wrap {
    width: 100%;
  }
}

/***********************************************
Mobile (portrait 300px)
***********************************************/
@media only screen and (max-width: 767px) {
  .btn_cta {
    font-size: 15px;
    padding: 10px 10px;
    padding-right: 30px;
  }
  .btn_cta i {
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-size: 17px;
  }
  .head-landing {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(15, 30, 42, 0.18);
    -moz-box-shadow: 0px 3px 10px 0px rgba(15, 30, 42, 0.18);
    box-shadow: 0px 3px 10px 0px rgba(15, 30, 42, 0.18);
  }
  .head-landing .value_client p {
    color: #081730;
  }
  .head-landing .cont_value_client {
    width: 150px;
    margin: 0px;
    margin-left: auto;
  }
  .head-landing .logo {
    width: 170px;
    padding: 5px 5px;
  }
  .margin_head {
    padding-top: 105px;
  }
  .header-sec {
    text-align: center;
  }
  .header-sec .sconto span {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
  }
  .header-sec .sconto span i {
    display: none;
  }
  .header-sec .txt_head {
    padding: 5px;
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .header-sec .wrapper_landing {
    padding: 0px;
    display: flex;
    flex-direction: column;
  }
  .header-sec h1 {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .header-sec h1:after {
    left: 50%;
    margin-left: -60px;
    height: 1px;
  }
  .header-sec h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .header-sec h3 {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .header-sec h3::after {
    top: 30%;
    left: 30%;
  }
  .header-sec h4 {
    padding: 5px;
    font-size: 18px;
    margin-bottom: 0px;
  }
  .header-sec h4::after {
    left: 30%;
    top: 75%;
  }
  .header-sec #slider_head {
    width: 100%;
    position: relative;
    height: 300px;
  }
  .header-sec #slider_head:after {
    display: none;
  }
  #sec1 h2 {
    font-size: 20px;
  }
  #sec1 h2 br {
    display: none;
  }
  #sec2 h2 {
    font-size: 25px;
    margin-top: 15px;
  }
  #sec4 h2 {
    font-size: 25px;
    margin-top: 20px;
  }
  #sec4 h4 {
    font-size: 18px;
  }
  #sec4 li {
    width: 100%;
    margin: 15px 0px;
  }
  #sec4 .special_pack li {
    width: 100%;
    margin: 0px;
  }
  #sec5 li {
    width: 100%;
    margin: 0px;
    margin-bottom: 5px;
  }
  #secvideo:before {
    background-size: 117px;
  }
  #sec1 .item_f {
    margin-bottom: 10px;
  }
  #sec2 {
    text-align: center;
  }
  #sec6 li {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
  #sec5 p, #sec5 li {
    font-size: 16px;
  }
  #sec5 .omaggio_item {
    padding: 20px 10px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 20px;
    margin-top: -10px;
    border-top-left-radius: 0px;
  }
  #sec5 h2, #sec5 h3 {
    font-size: 20px;
  }
  #sec5 img {
    border-bottom-left-radius: 0px;
    width: 85%;
  }
  #secform_fix h8 {
    font-size: 18px;
  }
  #secform_fix h8 b {
    font-size: 25px;
  }
  #secform_fix h9 {
    font-size: 16px;
  }
  #secform_fix ul {
    display: block;
  }
  #secform_fix li {
    width: 100%;
    padding: 10px;
    padding-left: 35px;
    font-size: 16px;
  }
  #secform_fix li:nth-child(1) {
    border: 0px;
    border-bottom: 1px solid #fff;
  }
  #secform_fix li:nth-child(2) {
    border: 0px;
    border-bottom: 1px solid #fff;
  }
  #secform_fix li:nth-child(3) {
    border: 0px;
    border-bottom: 1px solid #fff;
  }
  #secform_fix li:nth-child(4) {
    border: 0px;
  }
  #secform_fix .box_offerta {
    width: 100%;
  }
  #secscheda h2 {
    font-size: 28px;
  }
  #secvideo h2 {
    font-size: 18px;
  }
  #secvideo li {
    width: 100%;
    margin-bottom: 35px;
    padding: 15px;
  }
  #secvideo li h5 {
    font-size: 20px;
  }
  #secvideo p {
    font-size: 16px;
  }
  .fixed_foot {
    bottom: 0px;
  }
  #secriepilogo .box_riepilogo {
    width: 100%;
    padding: 10px;
  }
  .prodotto {
    width: 100%;
  }
  .prodotto .bg_prod {
    width: 55%;
  }
  .prodotto .title_prod {
    font-size: 24px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .prodotto .desc_prod {
    font-size: 16px;
    line-height: 1.3em;
  }
  .prodotto .txt_prod {
    width: 100%;
    text-align: center;
  }
  #secform span.prize {
    font-size: 25px;
    line-height: 1.3em;
  }
  #secform h6 {
    font-size: 19px;
  }
  #secform_b .box_offerta_b {
    width: 100%;
  }
  #secform_b .box_offerta_b b {
    display: block;
  }
  #secform_b .box_offerta_b p br {
    display: none;
  }
  #secform_b h5 {
    font-size: 24px;
  }
  #secform h5 {
    font-size: 23px;
    margin-top: 5px;
  }
  .scelta_tipo .alias_select {
    font-size: 22px;
  }
  .scelta_tipo .prezzo_pack {
    flex: 1 0 0;
  }
  #pagina_purchase .step_wrap {
    width: 100%;
  }
  #pagina_purchase .row_order span {
    display: block;
    width: 100%;
  }
  #pagina_purchase .nav_step {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  #pagina_purchase .nav_step .btn_nav {
    font-size: 13px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #pagina_purchase .nav_step .btn_nav:before {
    width: 100%;
    height: 1px;
    transform: rotate(0deg);
    top: -13px;
    z-index: -1;
    left: 50%;
    background-color: #eaeaea;
  }
  #pagina_purchase .nav_step .btn_nav:after {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  #pagina_purchase .nav_step .btn_nav.complete:before {
    background-color: #0fbd72;
  }
  #pagina_purchase .nav_step .btn_nav:after {
    background-color: #b8c8d4;
  }
  #pagina_purchase .btn_nav.selected:after {
    background-color: #081730;
  }
  #pagina_purchase .item_pagamento label {
    padding: 15px;
    flex-wrap: wrap;
  }
  #pagina_purchase .item_pagamento .ico_pagamento {
    position: relative;
    transform: none;
    width: 50px;
    height: 50px;
    left: auto;
    top: auto;
    margin-bottom: 3px;
  }
  #pagina_purchase .item_pagamento .check_alias {
    top: 23px;
  }
  #pagina_purchase .item_pagamento p {
    font-size: 15px;
    line-height: 1.2em;
  }
  #pagina_purchase .txt_pagamento {
    width: 100%;
    flex: 0 0 100%;
  }
  #pagina_purchase .img_carte {
    flex: 0 0 100%;
    margin-top: 3px;
  }
  #sec_purchase {
    padding-bottom: 50px;
  }
}

/***********************************************
Mobile (landscape 420px)
***********************************************/
.typage {
  background-color: #081730;
}

.typage .section_bg {
  height: 350px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/sec1.jpg");
  background-repeat: no-repeat;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #0058d1;
  overflow: hidden;
  position: relative;
}

.typage .container {
  height: 100vh;
  background-color: #081730;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.typage .container_p {
  min-height: 100vh;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

.typage .container_p .footer-landing {
  background-color: transparent;
}

.typage .container_p .footer-landing p {
  color: #fff;
}

.typage .logo_p {
  width: 90px;
  margin: -20px auto 40px auto;
  border-radius: 3320px;
  background-color: #081730;
  padding: 10px;
}

.typage .txt_p {
  text-align: center;
  margin: -30px auto 20px auto;
  padding: 20px 20px;
  width: 90%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 30px;
}

.typage .txt_p h1 {
  font-size: 25px;
  font-weight: 600;
  color: #081730;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0058d1;
}

.typage .txt_p h1 b {
  display: block;
  font-weight: 900;
  font-size: 30px;
}

.typage .txt_p p {
  color: #0f1e2a;
  font-size: 20px;
}

.typage .txt_p2 {
  text-align: center;
  margin: 10px auto 20px auto;
  padding: 20px 20px;
  width: 90%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 30px;
}

.typage .txt_p2 h3 {
  font-size: 22px;
  font-weight: 600;
  color: #081730;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.typage .txt_p2 h3 b {
  display: block;
  font-weight: 900;
  font-size: 30px;
}

.typage .txt_p2 ul {
  border: 1px solid #d6d6d6;
  max-width: 520px;
  margin: 0px auto;
}

.typage .txt_p2 li {
  color: #0f1e2a;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  display: block;
  text-align: left;
  display: flex;
}

.typage .txt_p2 li b {
  flex: 0 0 200px;
  border-right: 1px solid #d6d6d6;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 700;
}

.typage .txt_p2 li span {
  flex: 1 0 0;
  padding: 10px 10px;
}

.footer-landing a {
  color: #0058d1;
}

@media only screen and (max-width: 767px) {
  .typage .section_bg {
    height: 260px;
  }
  .typage .txt_p h1 {
    font-size: 22px;
  }
  .typage .txt_p h1 b {
    font-size: 25px;
  }
  .typage .txt_p p {
    font-size: 18px;
  }
  .typage .txt_p2 li {
    display: block;
  }
  .typage .txt_p2 li b {
    display: block;
    width: 100%;
    border-right: 0px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    background-color: #eaeaea;
  }
  .typage .txt_p2 li span {
    display: block;
    width: 100%;
  }
}

/*# sourceMappingURL=style.map */