/*/== Scaffolding
//
//## Settings for some of the most global styles.

//Background color for `<body>`.*/
/*Global text color on `<body>`.*/
/* Global textual link color.*/
/* Link hover color set via `darken()` function.*/
/* Link hover decoration.*/

html {
  scroll-behavior: smooth;
}

.c-y {
  color: #DC1B1B;
  /*font-weight: 900;*/
}

/*== Typography
//
//## Font, line-height, and color for body text, headings, and more
*/
/* Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.*/
b, strong {
  font-weight: 700 !important; }

img{
  max-width: 100%;
}

.title, .title-xs, .title-s, .title-mid, .title-big {
  font-weight: normal;
  padding: 0;
  position: relative;
  -webkit-font-kerning: none;
          font-kerning: none;
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  line-height: 1; }

.title, .title-xs, .title-s, .title-mid, .title-big {
  width: auto;
  line-height: 1em;
  margin-bottom: 40px;
  display: block;
  font-weight: normal; }
  .title.b, .title-xs.b, .title-s.b, .title-mid.b, .title-big.b {
    background-color: #FFF;
    border: 1px solid #000;
    /*border-radius: 6px;*/
    padding: 15px 30px;
    width: auto;
    display: inline-block; }

.title-xs {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .tc .title-xs {
    display: block; }

.title-s {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0; }

.title-mid {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500; }
  .title-mid strong {
    font-weight: 900 !important; }
  @media all and (max-width: 599px) {
    .title-mid {
      font-size: 24px; } }

.title-big {
  font-size: 92px;
  /*font-family: "Bebas Neue", sans-serif;*/
  font-family: "Libre Baskerville", sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 0.8;
  margin: 0; }

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

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

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

html.is-transitioning *, html.is-resizing * {
  pointer-events: none !important; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  background-color: #FFF;
  /*color: #4D4D4D;*/
  color: #2b2a28;
  /*font-family: "Archivo", sans-serif;*/
  font-family: "Libre Baskerville", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  min-height: 100vh; }

ol, ul {
  /*list-style-position: inside;*/
  margin-bottom: 15px;
  list-style-position: outside;
  padding-left: 20px;
}
  ol li, ul li {
    margin-bottom: 10px; }
    ol li:last-child, ul li:last-child {
      margin: 0; }

a {
  outline: 0;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-weight: 600; }
  a:hover {
    color: #000;
    fill: currentColor !important; }

button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  border: 0;
  padding: 0;
  outline: 0 !important;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border-radius: none; }

input[type="checkbox"]{
  width: 20px;
  height: 20px;
  display: inline-block;
  /*appearance: checkbox;*/
  border:1px solid #B9B9B9;
}

input[type="checkbox"]:checked {
  background-image: url(../img/check.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  input[type="search"]:-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
            appearance: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border-radius: 0; }

blockquote, q {
  quotes: none; }

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

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

p {
  margin-bottom: 1em;
  line-height: 1.4em; }
  p.small {
    font-size: 14px; }
  p:last-child {
    margin: 0; }

.subsmall{
  line-height: 1em;
  margin-bottom: 10px;
}
label.small {
  font-size: 14px;
}

.no-flexbox .clearfix:before, .no-flexbox .clearfix:after {
  content: " ";
  display: table; }

.no-flexbox .clearfix:after {
  clear: both; }

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hidden {
  display: none !important; }

.show {
  display: block !important; }

.visible {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.invisible {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.full {
  width: 100%;
  height: auto;
  display: block; }

.no-scroll {
  overflow: hidden !important;
  height: 100% !important; }
  .no-touchevents .no-scroll {
    padding-right: 15px !important;
    /* Avoid width reflow */ }

.no-scroll-y {
  overflow: hidden !important;
  width: 100% !important;
  position: fixed; }

video {
  width: 100%    !important;
  height: auto   !important; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .videoWrapper object, .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 80px 20px !important;
  float: none !important;
  max-width: 1140px; }
  @media all and (max-width: 767px) {
    .container {
      max-width: 540px; } }
  @media (max-width: 599px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }
  .container.c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .container.full {
    max-width: none; }
  .container.xs {
    max-width: 1000px; }
  .container.large {
    max-width: 1830px; }

html.show-grids {
  position: relative; }
  html.show-grids:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - (2 * 20px));
    min-height: 100vh;
    background: repeating-linear-gradient(90deg, transparent, transparent, 40px, rgba(255, 226, 0, 0.2), 0, rgba(255, 226, 0, 0.2) 8.3333333333%);
    background-position: -20px 0;
    content: '';
    pointer-events: none;
    z-index: 99998; }
  @media (max-width: 599px) {
    html.show-grids:before {
      width: calc(100% - (2 * 0px)); } }

.grid [class^='col'], .grid [class*=' col-'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  float: left; }

.grid.ex > [class^='col']:first-of-type, .grid.ex > [class^='col-f']:first-of-type {
  padding-left: 40px; }

.grid .col-1 {
  width: 8.3333333333%; }

.grid .col-f-1 {
  width: calc(8.3333333333% - 20px); }
  .grid .col-f-1.last {
    width: calc(8.3333333333% + 20px);
    padding-right: 60px; }

.grid .col-ff-1 {
  width: calc(8.3333333333% - 40px); }
  .grid .col-ff-1.last {
    width: calc(8.3333333333% + 40px);
    padding-right: 80px; }

.grid .off-1 {
  margin-left: 8.3333333333%; }

.grid .col-2 {
  width: 16.6666666667%; }

.grid .col-f-2 {
  width: calc(16.6666666667% - 20px); }
  .grid .col-f-2.last {
    width: calc(16.6666666667% + 20px);
    padding-right: 60px; }

.grid .col-ff-2 {
  width: calc(16.6666666667% - 40px); }
  .grid .col-ff-2.last {
    width: calc(16.6666666667% + 40px);
    padding-right: 80px; }

.grid .off-2 {
  margin-left: 16.6666666667%; }

.grid .col-3 {
  width: 25%; }

.grid .col-f-3 {
  width: calc(25% - 20px); }
  .grid .col-f-3.last {
    width: calc(25% + 20px);
    padding-right: 60px; }

.grid .col-ff-3 {
  width: calc(25% - 40px); }
  .grid .col-ff-3.last {
    width: calc(25% + 40px);
    padding-right: 80px; }

.grid .off-3 {
  margin-left: 25%; }

.grid .col-4 {
  width: 33.3333333333%; }

.grid .col-f-4 {
  width: calc(33.3333333333% - 20px); }
  .grid .col-f-4.last {
    width: calc(33.3333333333% + 20px);
    padding-right: 60px; }

.grid .col-ff-4 {
  width: calc(33.3333333333% - 40px); }
  .grid .col-ff-4.last {
    width: calc(33.3333333333% + 40px);
    padding-right: 80px; }

.grid .off-4 {
  margin-left: 33.3333333333%; }

.grid .col-5 {
  width: 41.6666666667%; }

.grid .col-f-5 {
  width: calc(41.6666666667% - 20px); }
  .grid .col-f-5.last {
    width: calc(41.6666666667% + 20px);
    padding-right: 60px; }

.grid .col-ff-5 {
  width: calc(41.6666666667% - 40px); }
  .grid .col-ff-5.last {
    width: calc(41.6666666667% + 40px);
    padding-right: 80px; }

.grid .off-5 {
  margin-left: 41.6666666667%; }

.grid .col-6 {
  width: 50%; }

.grid .col-f-6 {
  width: calc(50% - 20px); }
  .grid .col-f-6.last {
    width: calc(50% + 20px);
    padding-right: 60px; }

.grid .col-ff-6 {
  width: calc(50% - 40px); }
  .grid .col-ff-6.last {
    width: calc(50% + 40px);
    padding-right: 80px; }

.grid .off-6 {
  margin-left: 50%; }

.grid .col-7 {
  width: 58.3333333333%; }

.grid .col-f-7 {
  width: calc(58.3333333333% - 20px); }
  .grid .col-f-7.last {
    width: calc(58.3333333333% + 20px);
    padding-right: 60px; }

.grid .col-ff-7 {
  width: calc(58.3333333333% - 40px); }
  .grid .col-ff-7.last {
    width: calc(58.3333333333% + 40px);
    padding-right: 80px; }

.grid .off-7 {
  margin-left: 58.3333333333%; }

.grid .col-8 {
  width: 66.6666666667%; }

.grid .col-f-8 {
  width: calc(66.6666666667% - 20px); }
  .grid .col-f-8.last {
    width: calc(66.6666666667% + 20px);
    padding-right: 60px; }

.grid .col-ff-8 {
  width: calc(66.6666666667% - 40px); }
  .grid .col-ff-8.last {
    width: calc(66.6666666667% + 40px);
    padding-right: 80px; }

.grid .off-8 {
  margin-left: 66.6666666667%; }

.grid .col-9 {
  width: 75%; }

.grid .col-f-9 {
  width: calc(75% - 20px); }
  .grid .col-f-9.last {
    width: calc(75% + 20px);
    padding-right: 60px; }

.grid .col-ff-9 {
  width: calc(75% - 40px); }
  .grid .col-ff-9.last {
    width: calc(75% + 40px);
    padding-right: 80px; }

.grid .off-9 {
  margin-left: 75%; }

.grid .col-10 {
  width: 83.3333333333%; }

.grid .col-f-10 {
  width: calc(83.3333333333% - 20px); }
  .grid .col-f-10.last {
    width: calc(83.3333333333% + 20px);
    padding-right: 60px; }

.grid .col-ff-10 {
  width: calc(83.3333333333% - 40px); }
  .grid .col-ff-10.last {
    width: calc(83.3333333333% + 40px);
    padding-right: 80px; }

.grid .off-10 {
  margin-left: 83.3333333333%; }

.grid .col-11 {
  width: 91.6666666667%; }

.grid .col-f-11 {
  width: calc(91.6666666667% - 20px); }
  .grid .col-f-11.last {
    width: calc(91.6666666667% + 20px);
    padding-right: 60px; }

.grid .col-ff-11 {
  width: calc(91.6666666667% - 40px); }
  .grid .col-ff-11.last {
    width: calc(91.6666666667% + 40px);
    padding-right: 80px; }

.grid .off-11 {
  margin-left: 91.6666666667%; }

.grid .col-12 {
  width: 100%; }

.grid .col-f-12 {
  width: calc(100% - 20px); }
  .grid .col-f-12.last {
    width: calc(100% + 20px);
    padding-right: 60px; }

.grid .col-ff-12 {
  width: calc(100% - 40px); }
  .grid .col-ff-12.last {
    width: calc(100% + 40px);
    padding-right: 80px; }

.grid .off-12 {
  margin-left: 100%; }

.grid:not(.fb):before, .grid:not(.fb):after {
  content: " ";
  display: table; }

.grid:not(.fb):after {
  clear: both; }

.flexbox .grid.fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flexbox .grid.fb.c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flexbox .grid.fb .sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

#main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 110px;
}
  @media all and (max-width: 1139px) {
    #main {
      font-size: 18px; } }
  @media all and (max-width: 767px) {
    #main {
      font-size: 16px; } }
/*
#preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  pointer-events: none;
  background-color: #000;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100); } */

hr {
  /*margin: 60px 0;*/
  margin: 80px 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #B9B9B9;
  padding: 0; }

.sec-y {
  text-align: center;
  /*background: #FFE200;*/
  background: #F1F1EF;
  /*color: #000;*/
  color: #2b2a28;
}

.sec-g {
  text-align: center;
  /*background: #F7F7F7;*/
  background: #F1F1EF;
  /*color: #000;*/
  color: #2b2a28;
  }

@media only screen and (max-width: 600px) {
  .cursor {
    display: none !important;
  }
}

.cursor {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #DC1B1B;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.svg-item.m {
    margin-right: 10px;
}


@media screen and (max-width:991px){
  .svg-item.m {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.an {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

.ac {
  display: block;
  margin: 0 auto; }

blockquote {
  border-left: 2px solid #000;
  padding-left: 20px;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 40px; }

.embed-container {
  border-left: medium none;
  border-right: medium none;
  height: 0 !important;
  overflow: hidden;
  padding-bottom: 56%;
  margin-bottom: 4em;
  position: relative;
  pointer-events: none; }
  .safari-mac .embed-container {
    margin-bottom: -15%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  #video .embed-container {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }

.mar-l {
  margin-left: 0 !important; }

.mar-r {
  margin-right: 0 !important; }

.mar-b {
  margin-bottom: 0 !important; }

.mar-t {
  margin-top: 0 !important; }

.mar-f {
  margin: 0 !important; }

.pad-l {
  padding-left: 0 !important; }

.pad-r {
  padding-right: 0 !important; }

.pad-b {
  padding-bottom: 0 !important; }

.pad-t {
  padding-top: 0 !important; }

.pad-f {
  padding: 0 !important; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.ov-h {
  overflow: hidden; }

.bg-img {
  position: relative;
  overflow: hidden; }
  .bg-img.full {
    width: 100%;
    height: 100%; }
  .bg-img picture img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100.1%;
    width: 100%;
    left: 0;
    top: 0; }

.btn-y, .btn-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
  padding: 15px 60px 15px 30px !important;
  width: 100%;
  font-style: normal !important;
  font-size: 20px;
  font-weight: 600 !important;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none !important;
  /*text-transform: uppercase;*/
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  /*border-radius: 30px !important;*/
  border: 0 !important;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  line-height: 1em;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  max-width: 510px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16); }
  .btn-y a, .btn-b a {
    width: 100%; }
  .full.btn-y, .full.btn-b {
    max-width: none; }
  .done.btn-y, .done.btn-b, .disabled.btn-y, .disabled.btn-b, .btn-y[disabled], .btn-b[disabled],
  fieldset[disabled] .btn-y,
  fieldset[disabled] .btn-b {
    pointer-events: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .done.btn-y:after, .done.btn-b:after, .disabled.btn-y:after, .disabled.btn-b:after, .btn-y[disabled]:after, .btn-b[disabled]:after,
    fieldset[disabled] .btn-y:after,
    fieldset[disabled] .btn-b:after {
      height: 0; }
  .btn-y .svg-item, .btn-b .svg-item {
    position: absolute;
    right: 25px;
    top: 50%;
    display: block;
    text-align: center;
    line-height: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media all and (max-width: 1139px) {
    .btn-y, .btn-b {
      font-size: 16px; } }
  @media all and (max-width: 599px) {
    .btn-y, .btn-b {
      	padding: 15px 30px !important;
      	text-align: center;
      	display: block; 
	}
    .btn-y .svg-item, .btn-b .svg-item {
        display: none; 
	} 
}

@-webkit-keyframes infiniteRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Standard syntax */
@-webkit-keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.btn-y {
  background-color: #DC1B1B; }
  .btn-y, .btn-y .svg-item {
    /*color: #4D4D4D;*/
    color: #ffffff;
  }
  .btn-y:hover {
    background-color: #4D4D4D; }
    .btn-y:hover, .btn-y:hover .svg-item {
      /*color: #DC1B1B;*/
      color: #ffffff;
    }

.btn-b {
  border: 1px solid #4D4D4D !important;
  background-color: transparent; }
  .btn-b, .btn-b .svg-item {
    color: #4D4D4D; }
  .btn-b:hover {
    background-color: #4D4D4D; }
    .btn-b:hover, .btn-b:hover .svg-item {
      color: #FFF; }

.field {
  pointer-events: all !important;
  display: block;
  padding: 20px !important;
  font-size: 14px !important;
  /*font-family: "Archivo", sans-serif !important;*/
  font-family: "Libre Baskerville", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0 !important;
  text-transform: none !important;
  background: #F7F7F7;
  background-color: transparent;
  color: #4D4D4D;
  border: 1px solid #B9B9B9;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 20px 0;
  width: 100%;
  line-height: 1 !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important; }
  .error.field {
    color: #FC0000 !important; }
    .error.field::-webkit-input-placeholder {
      color: #FC0000 !important; }
    .error.field:-moz-placeholder {
      color: #FC0000 !important; }
    .error.field::-moz-placeholder {
      color: #FC0000 !important; }
    .error.field:-ms-input-placeholder {
      color: #FC0000 !important; }
  .field:focus::-webkit-input-placeholder {
    color: transparent !important;
    opacity: 1;
    filter: alpha(opacity=100); }
  .field:focus:-moz-placeholder {
    color: transparent !important;
    opacity: 1;
    filter: alpha(opacity=100); }
  .field:focus::-moz-placeholder {
    color: transparent !important;
    opacity: 1;
    filter: alpha(opacity=100); }
  .field:focus:-ms-input-placeholder {
    color: transparent !important;
    opacity: 1;
    filter: alpha(opacity=100); }
  .full.field {
    max-width: 100% !important;
    width: 100% !important; }

.field::-webkit-input-placeholder {
  text-transform: uppercase;
  color: inherit !important;
  opacity: 1;
  filter: alpha(opacity=100); }

.field:-moz-placeholder {
  text-transform: uppercase;
  color: inherit !important;
  opacity: 1;
  filter: alpha(opacity=100); }

.field::-moz-placeholder {
  text-transform: uppercase;
  color: inherit !important;
  opacity: 1;
  filter: alpha(opacity=100); }

.field:-ms-input-placeholder {
  text-transform: uppercase;
  color: inherit !important;
  opacity: 1;
  filter: alpha(opacity=100); }

.footer .field::-webkit-input-placeholder {
  font-size: 10px; }

.footer .field:-moz-placeholder {
  font-size: 10px; }

.footer .field::-moz-placeholder {
  font-size: 10px; }

.footer .field:-ms-input-placeholder {
  font-size: 10px; }

.en__field--privacy-advocacy,
.en__field--sms-opt-in {
  display: none;
  visibility: hidden; }

.cb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto !important;
  white-space: normal; }
  .cb span {
    /*font-family: "Archivo", sans-serif;*/
    font-family: "Libre Baskerville", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    display: inline; }
    .cb span a {
      font-weight: inherit; }
  .cb input {
    position: relative !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0 6px 0 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 14px;
    height: 14px;
    overflow: hidden; }
    .cb input:before {
      content: '';
      display: block;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      width: 12px;
      height: 12px;
      background-color: #FFF;
      border: 1px solid #FFF;
      -webkit-transition: 0.2s border-color ease;
      transition: 0.2s border-color ease; }
    .cb input:checked:before {
      -webkit-transition: 0.5s border-color ease;
      transition: 0.5s border-color ease; }
    .cb input:disabled:before {
      border-color: #ccc;
      background-color: #ccc; }
    .cb input:after {
      content: '';
      display: block;
      position: absolute;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      top: 50%;
      left: 50%;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      background-color: #DC1B1B;
      width: 12px;
      height: 12px;
      border-radius: 100vh;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
    .cb input[type="checkbox"]:before {
      border-radius: 0; }
    .cb input[type="checkbox"]:after {
      width: 7.2px;
      height: 12px;
      border-radius: 0;
      -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
              transform: translate(-50%, -85%) scale(0) rotate(45deg);
      background-color: transparent;
      -webkit-box-shadow: 2px 2px 0px 0px #DC1B1B;
              box-shadow: 2px 2px 0px 0px #DC1B1B; }
    .cb input[type="checkbox"]:checked:after {
      -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
              animation: toggleOnCheckbox 0.2s ease forwards; }
    .cb input[type="radio"]:before {
      border-radius: 100vh; }
    .cb input[type="radio"]:after {
      width: 12px;
      height: 12px;
      border-radius: 100vh;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
    .cb input[type="radio"]:checked:after {
      -webkit-animation: toggleOnRadio 0.2s ease forwards;
              animation: toggleOnRadio 0.2s ease forwards; }
    .cb input[type="checkbox"].filled:before {
      border-radius: 3px;
      -webkit-transition: 0.2s border-color ease, 0.2s background-color ease;
      transition: 0.2s border-color ease, 0.2s background-color ease; }
    .cb input[type="checkbox"].filled:checked:not(:disabled):before {
      background-color: #DC1B1B; }
    .cb input[type="checkbox"].filled:not(:disabled):after {
      -webkit-box-shadow: 4px 4px 0px 0px white;
              box-shadow: 4px 4px 0px 0px white; }
  .cb.error {
    color: #FC0000; }
    .cb.error input[type="checkbox"]:before {
      border-color: #FC0000; }
    .cb.error input[type="checkbox"]:after {
      -webkit-box-shadow: 2px 2px 0px 0px #FC0000;
              box-shadow: 2px 2px 0px 0px #FC0000; }

.form_msg.success {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background-color: #FFF;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 95 !important;
  width: 100%;
  height: 100%;
  padding: inherit;
  pointer-events: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.form_msg.error {
  color: #FC0000;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase !important; }

@-webkit-keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
            transform: translate(-50%, -85%) scale(0) rotate(45deg); }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.9) rotate(45deg); }
  100% {
    -webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.8) rotate(45deg); } }

@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
            transform: translate(-50%, -85%) scale(0) rotate(45deg); }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.9) rotate(45deg); }
  100% {
    -webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.8) rotate(45deg); } }

@-webkit-keyframes toggleOnRadio {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8); } }

@keyframes toggleOnRadio {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8); } }

.cth {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .cth label {
    text-transform: uppercase !important;
    line-height: 22px;
    font-weight: normal; }
    .cth label a {
      font-weight: normal; }
  .cth .ct {
    margin-left: 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #000;
    width: 36px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
    text-indent: 46px;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    line-height: 22px; }
    .cth .ct:after {
      content: "";
      background: #000;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 2px;
      left: 3px;
      border-radius: 50%;
      -webkit-transition: left 0.3s ease-in-out, background 0.2s ease-in-out;
      transition: left 0.3s ease-in-out, background 0.2s ease-in-out; }
    .cth .ct:checked {
      border-color: #000;
      background-color: #000; }
      .cth .ct:checked:after {
        background-color: #FFF;
        left: calc(100% - (calc(20px - calc(2px*2)))); }
    .cth .ct:disabled {
      cursor: not-allowed; }
  .cth.error label {
    color: #FC0000 !important; }
  .cth.error .ct {
    border-color: #FC0000 !important; }
    .cth.error .ct:after {
      background-color: #FC0000 !important; }

#header {
  padding: 20px 40px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 800;
  font-weight: normal;
  color: #4D4D4D;
  line-height: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.16);
}
  #header .container {
    background-color: #FFF;
    border-radius: 6px;
    pointer-events: all;
    /*padding: 10px 30px !important;*/
    padding: 0px 10px !important;
  }
    .flexbox #header .container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  #header .navigation {
    margin: 0 0 0 20px;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #header .navigation .nav {
      margin: 0;
      padding: 0;
      list-style: none;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      #header .navigation .nav li {
        float: left;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        line-height: 1em;
        position: relative; }
        #header .navigation .nav li:not(:last-child) {
          margin: 0 20px 0 0;
          padding-right: 20px; }
          #header .navigation .nav li:not(:last-child):after {
            content: '';
            height: 6px;
            width: 1px;
            background-color: #4D4D4D;
            display: block;
            position: absolute;
            margin-top: -3px;
            right: 0;
            top: 50%; }
  @media all and (max-width: 799px) {
    #header .navigation .nav li:not(:last-child) {
      margin: 0 10px 0 0;
      padding-right: 10px; } }
  @media all and (max-width: 767px) {
    #header {
      display: none; } 
	
}

#top {
  position: relative; }
  #top .arr-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16); }
    #top .arr-nav:hover {
      background-color: #DC1B1B; }
    #top .arr-nav.next {
      left: auto;
      right: 20px; }
  #top .slick-slide {
    /*height: 100vh;*/
    height: Calc(100vh - 90px);
    background-size: cover;
    background-position: center;
    color: #FFF;
    position: relative;
    padding: 0 70px; }
    #top .slick-slide .container {
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%;
      padding-top: 120px !important;
      padding-bottom: 40px !important; }
    #top .slick-slide .top, #top .slick-slide .bot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #top .slick-slide .top svg, #top .slick-slide .bot svg {
        margin: 25px; }
    #top .slick-slide .top {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
    #top .slick-slide .bot {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    /*#top .slick-slide:before {
      background-color: rgba(0, 0, 0, 0.5);
      display: block;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0; }*/
  #top .title-big {
    font-size: 60px;
    font-size: clamp(30px, 11vw, 80px); }
  @media all and (orientation: landscape) {
    #top .title-big {
      font-size: 60px;
      font-size: clamp(30px, 12vh, 80px); } }
  @media all and (max-width: 1139px) {
    #top .slick-slide .container {
      padding-top: 80px !important; }
    #top .top svg.r {
      max-width: 110px;
      height: auto; }
    #top .bot svg.r {
      margin: 20px 0 0;
      width: 120px;
      height: auto; }
#top .slick-slide {
  max-height: 600px;
height: 94vh;
} }
  @media all and (min-width: 768px) {
    #top .top .svg-item:last-child {
      display: none; } }
  @media all and (max-width: 767px) {
    #top .arr-nav {
      display: none !important; }
    #top .slick-slide {
      padding: 0; }
      #top .slick-slide .container {
        padding-top: 20px !important; }
    #top .top svg {
      margin: 15px !important; }
      #top .top svg.r {
        width: 80px;
        height: auto; }
    #top .bot svg:not(.r) {
      display: none; } }
  @media all and (max-height: 599px) {
    #top .top svg {
      margin: 15px !important; }
      #top .top svg.r {
        width: 80px;
        height: auto; }
    #top .bot svg:not(.r) {
      display: none; }
    #top .bot svg.r {
      margin: 20px 0 0;
      width: 80px;
      height: auto; }
    #top .slick-dots {
      display: none !important; } }

#cod .title-s {
  max-width: 400px;
  margin: 0 auto; }

#cod .title-big {
  position: relative;
  padding: 10px 40px;
  width: auto;
  display: inline-block;
  margin: 0 0 20px;
  line-height: .8; }
  #cod .title-big span {
    z-index: 3;
    position: relative; }
  #cod .title-big:before, #cod .title-big:after {
    display: block;
    content: "";
    position: absolute;
    pointer-events: none; }
  #cod .title-big:after {
    width: 90%;
    height: 100%;
    left: 5%;
    top: 0;
    /*background-color: #FFE200;*/
    background-color: #fff;
    z-index: 2; }
  #cod .title-big:before {
    border: 1px solid #000;
    width: 100%;
    height: 110%;
    bottom: -60%;
    left: 0;
    z-index: 1; }

@media all and (max-width: 767px) {
  #cod .title-big {
    /*font-size: 80px;*/
    /*font-size: 15vw;*/
    font-size: Calc(120vw / 11);
    margin: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
    #cod .title-big:before {
      bottom: -43%; } }

@media all and (max-width: 499px) {
  #cod .title-s {
    width: 90%;
    font-size: 16px; } }

@media all and (min-width: 499px) {
  	.arrows {
display: none !important;	} 
}
@media all and (max-width: 499px) {
  	.arrows {
		margin-left: 10px;
display: block;
	} 
}


#storie {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../images/bg-pattern.png");
  border-bottom: 1px solid #B9B9B9;
  position: relative; }
  #storie .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none; }
  #storie .slick-slide {
    height: inherit;
    float: left !important;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #storie .slick-slide .grid {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    #storie .slick-slide .col-6.bg-img {
      margin: 0;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    #storie .slick-slide .col-6.copy {
      margin: 0;
      padding: 40px 60px 40px 40px !important;
      background-color: #FFF;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      text-align: left;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    @media all and (max-width: 1139px) {
      #storie .slick-slide {
        width: 100vw; } }

#a5x1000 {
  position: relative;
  padding-bottom: 60px; }
  #a5x1000 .heading {
    margin: 0 0 60px 0;
    border-radius: 10px;
    overflow: hidden;
    height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.16); }
  #a5x1000 .col-6.pad-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #a5x1000:before {
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    left: 0;
    background-color: #F7F7F7;
    border-top: 1px solid #B9B9B9;
    content: "";
    display: block; }

#promemoria .rev, #come-donare .rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

#promemoria svg, #come-donare svg {
  max-width: 100%;
  height: auto; }

#promemoria .col-6.copy, #come-donare .col-6.copy {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
          justify-content: start;
  }

#promemoria .col-6.tc, #come-donare .col-6.tc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.list {
  margin: 60px 0;
  list-style: none;
  text-align: left;
  width: 100%; }
  .list li {
    background: url(../images/svg/icon-check.svg) center right no-repeat;
    padding: 15px 0;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase; }
    .list li:not(:last-child) {
      border-bottom: 1px solid #B9B9B9; }
  .list.hr li {
    background: url(../images/svg/icon-check.svg) center left no-repeat;
    padding: 15px 0 15px 30px;
    font-size: 16px; }
    .list.hr li.e {
      background: none !important; }
    .list.hr li:first-child {
      background: none !important;
      font-size: 28px;
      font-weight: 500;
      padding: 30px 0 !important;
      text-transform: none; }

#faq,
#chi-siamo {
  /*padding-bottom: 60px;*/
  padding-bottom: 80px;
  color: #2b2a28;
  }
  #faq .highlight span{
    color:#ffffff;
  }
  #faq .grid,
  #chi-siamo .grid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden; }
    #faq .grid:not(:last-child),
    #chi-siamo .grid:not(:last-child) {
      margin-bottom: 20px; }
    #faq .grid .col-6.bg-img,
    #chi-siamo .grid .col-6.bg-img {
      margin: 0;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    #faq .grid .col-6.copy,
    #chi-siamo .grid .col-6.copy {
      margin: 0;
      padding: 40px !important;
      background-color: #FFF;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      text-align: left;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #faq .grid .col-6.copy{
      justify-content: start;
    }
    #faq .grid.rev,
    #chi-siamo .grid.rev {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      #faq .grid.rev .col-6.bg-img,
      #chi-siamo .grid.rev .col-6.bg-img {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
      #faq .grid.rev .col-6.copy,
      #chi-siamo .grid.rev .col-6.copy {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important; }
    #faq .grid ul,
    #chi-siamo .grid ul {
      list-style: none;
      margin: 0 0 40px; }
      #faq .grid ul li,
      #chi-siamo .grid ul li {
        margin: 0 0 10px;
        margin-right: -40px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-weight: 600;
        text-transform: uppercase; }
        #faq .grid ul li:not(:last-child),
        #chi-siamo .grid ul li:not(:last-child) {
          border-bottom: 1px solid #B9B9B9; }
        #faq .grid ul li.highlight,
        #chi-siamo .grid ul li.highlight {
          position: relative;
          margin-left: -40px;
          background-color: #DC1B1B;
          padding-left: 40px; }

@media all and (max-width: 767px) {
  .grid .col-6 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #storie .grid .col-6.bg-img, #storie .grid.rev .col-6.bg-img {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0 !important; }
  #storie .grid .col-6.copy, #storie .grid.rev .col-6.copy {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    padding: 60px 30px 30px 30px !important; }
    #chi-siamo .grid .col-6.copy ul li, #chi-siamo .grid.rev .col-6.copy ul li, #storie .grid .col-6.copy ul li, #storie .grid.rev .col-6.copy ul li {
      margin-right: -30px;
      padding-right: 30px;
      display: block; }
      #chi-siamo .grid .col-6.copy ul li span:last-child, #chi-siamo .grid.rev .col-6.copy ul li span:last-child, #storie .grid .col-6.copy ul li span:last-child, #storie .grid.rev .col-6.copy ul li span:last-child {
        display: block; }
      #chi-siamo .grid .col-6.copy ul li.highlight, #chi-siamo .grid.rev .col-6.copy ul li.highlight, #storie .grid .col-6.copy ul li.highlight, #storie .grid.rev .col-6.copy ul li.highlight {
        margin-left: -30px;
        padding-left: 30px; }
  #storie .grid .col-6.bg-img {
    	display: block; 
	height: 200px;
	margin-bottom: -40px;
}
  #storie .grid .col-6.copy {
    border-radius: 10px !important; }
  #come-donare .container {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
  hr{
    margin: 40px 0;
  }

    #come-donare .container hr {
      /*display: none;*/
      margin-bottom: 0!important;
    }
  #come-donare .rev .list {
    margin: 0 0 30px 0; }
  #come-donare .col-6.img, #promemoria .col-6.img {
    margin-bottom: 30px;
    display: block; }
    #come-donare .col-6.img svg, #promemoria .col-6.img svg {
      max-width: 70%; }
  #promemoria .col-6.img svg {
    max-width: 50%; }
  #promemoria .container {
    padding-bottom: 0 !important; }
  #promemoria .copy,
  #come-donare .copy.pad-l {
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #a5x1000 {
    text-align: center; }
    #a5x1000 .col-6.pad-l {
      display: block;
      text-align: center; }
      #a5x1000 .col-6.pad-l .svg-item {
        margin: 0 0 30px; } }

#fll {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  max-width: none;
  pointer-events: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  z-index: 99999; }
  #fll a {
    pointer-events: all;
    margin: 0 auto; }

#footer {
  background-color: #4D4D4D;
  color: #F7F7F7;
  /*font-size: 12px;*/
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  text-align: center; }
  #footer a {
    color: #F7F7F7; }
    #footer a:hover {
      color: #DC1B1B; }
  #footer .container {
    padding-bottom: 110px !important; }
  #footer .navigation {
    margin: 35px 0 30px;
    padding: 0;
    line-height: 1; }
    #footer .navigation .nav {
      margin: 0;
      padding: 15px 20px;
      list-style: none;
      width: auto;
      display: inline-block;
      border-radius: 30px;
      border: 1px solid #FFF; }
      #footer .navigation .nav li {
        float: left;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
        line-height: 1em;
        position: relative; }
        #footer .navigation .nav li:not(:last-child):after {
          content: '-';
          margin: 0 5px; }
  #footer .credits {
    margin: 30px 0 0;
    font-size: 14px;
    text-transform: none; }
    #footer .credits a {
      display: inline-block; }
  @media all and (max-width: 599px) {
    #footer .navigation .nav {
      border: 0;
      padding: 0; }
      #footer .navigation .nav li {
        float: none;
        line-height: 1.4em; }
        #footer .navigation .nav li:after {
          display: none; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid #FFF;
  background-color: #FFF;
  cursor: pointer;
  color: transparent;
  outline: none; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li.slick-active button {
  background-color: #000; }

@-webkit-keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal-video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%; }
  @media (orientation: landscape) {
    .modal-video-inner {
      padding: 10px 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  @media (orientation: landscape) {
    .modal-video-close-btn {
      top: 0;
      right: -45px; } }
  .modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

li.hide{
  display: none;
}

.ttl{
  font-size: 1.4em;
  margin-bottom: 0.5em;
}



#faq .grid .col-6.pad-r{
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  border-top-left-radius: 10px!important;
  border-bottom-left-radius: 10px!important;
}
#faq .grid .col-6.pad-l{
  border-top-right-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
}

.relazione{
  padding: 0 !important;
}

.anchor-fix{
  margin-top:-150px;
  padding-top: 150px!important;
}

#header-mob {
  display: none!important;
}
#header-mob .container {
  padding: 20px !important;
  justify-content: center;
}
.solomobile{
  display: none;
}

@media (max-width: 767px) {

  #faq{
    padding-bottom: 40px!important;
  }
  #chi-siamo{
    padding-bottom: 0px!important;
  }
  #chi-siamo .container{
    padding-bottom: 0!important;
  }
  #faq .grid .col-6.pad-r{
    border-top-right-radius:10px!important ;
    border-top-left-radius:10px!important ;
    border-bottom-right-radius:0px!important ;
    border-bottom-left-radius:0px!important ;
  }
  #faq .grid .col-6.pad-l{
    border-top-right-radius:0px!important ;
    border-top-left-radius:0px!important ;
    border-bottom-right-radius:10px!important ;
    border-bottom-left-radius:10px!important ;
  }

  #chi-siamo .grid .col-6.bg-img{
    border-top-right-radius:0px!important ;
    border-top-left-radius:0px!important ;
    border-bottom-right-radius:0px!important ;
    border-bottom-left-radius:0px!important ;
  }

  .container{
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
  #header-mob {
    display:block!important;
  }
  #main {
    margin-top: 0px;
  }
  .anchor-fix{
    margin-top: 0px;
    padding-top: 0px!important;
  }
  .relazione{
    margin-top: 0;
    padding: 40px 20px !important;
  }
  #faq .grid ul{
    padding-left: 0!important;
    margin-bottom: 0;
  }
  #top .slick-slide {
    height: 60vh;
  }
  .subsmall{
    margin-bottom: 10px;
  }
  #cod,
  #cod .title-big::after{
    background-color: #ffffff;
  }
  #a5x1000 {
    padding-bottom: 0;
  }
  #a5x1000 .heading{
    margin-bottom: 0;
  }
  .title-mid > br:first-child{
    display: none;
  }
  #footer .svg-item {
    max-width: 60vw;
    height: auto;
  }
  #promemoria .title-mid{
    text-align: center!important;
  }
  .solomobile{
    display: inline-block!important;
  }
  .solomobile.block{
    display: block!important;
  }
  #come-donare .title-mid{
    text-align: center;
  }
  #footer address br{
    display: none;
  }
  .centromobile{
    align-items: center;
  }
}


.arr-nav.prev,
.arr-nav.next{
  display: none!important;
}

#fll>a,
#invia{
 text-align: center;
 justify-content: center;
}


.titolo{
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 700;
}
.cf-ama,.btn-y, .btn-b{
  font-family: "Poppins";
}

.testi{
  font-family: "Libre Baskerville";
  font-weight: normal;
}

.datahold{
  text-align: center;
}
.data{
  font-size: 32px;
  font-weight: 900;
  padding-bottom: 10px;
}

.space-title-mid{
  margin-bottom: 40px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.small-gap{
  margin-bottom: 10px!important;
}

#contattaci{
  text-align: center;
}

#come-donare .img{
  overflow: hidden;
}
img{
  object-fit: cover;
}

#copy-button{
  color:#2b2a28!important;
}

.testi small{
  font-size: 0.8em;
  line-height: 0.8em;
}

@media screen and (max-width:991px){
  .datahold{
    width: 50%!important;
    padding-bottom: 30px!important;
  }
}

.mt-desk {
	margin-top: -80px;
}

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

.mt-desk {
	margin-top: 30px;
}
	
.promemoria {
	padding-bottom: 60px;
}
	
}

#copy-button{
  cursor: pointer;
}

.gdpr-banner-content *,
#gdpr-settings-modal *{
    font-family: "Poppins"!important;
}

#gdpr-view-cookie-policy{
  display: none!important;
}

.gdpr-btn-primary,
.gdpr-btn-primary:hover{
  color: #fff!important;
}