@charset "UTF-8";
/*@import "vendors/normalize";*/
/*
* Generated with https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff
*/
/*! CSS Used fontfaces */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gotham;
  src: url(../fonts/Gotham-Light.eot);
  src: local("☺"), url(../fonts/Gotham-Light.eot#iefix) format("eot"), url(../fonts/Gotham-Light.woff) format("woff"), url(../fonts/Gotham-Light.ttf) format("truetype"), url(../fonts/Gotham-Light.svg#Gotham-Light) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Gotham;
  src: url(../fonts/Gotham-Book.eot);
  src: url(../fonts/Gotham-Book.eot#iefix) format("embedded-opentype"), url(../fonts/Gotham-Book.ttf) format("truetype"), url(../fonts/Gotham-Book.svg#Gotham_bookregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gotham;
  src: url(../fonts/Gotham-Medium.eot);
  src: local("☺"), url(../fonts/Gotham-Medium.eot#iefix) format("eot"), url(../fonts/Gotham-Medium.woff) format("woff"), url(../fonts/Gotham-Medium.ttf) format("truetype"), url(../fonts/Gotham-Medium.svg#Gotham-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gotham;
  src: url(../fonts/Gotham-Bold.eot);
  src: local("☺"), url(../fonts/Gotham-Bold.eot#iefix) format("eot"), url(../fonts/Gotham-Bold.woff) format("woff"), url(../fonts/Gotham-Bold.ttf) format("truetype"), url(../fonts/Gotham-Bold.svg#Gotham-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
}
header#header,
.menu-m,
.tool,
.search-wrapper,
footer.footer,
.modal-overlay,
.modal {
  font-family: Gotham;
}

body,
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  float: left;
  width: 100%;
  font-family: Gotham;
  font-weight: 400;
  padding-top: 110px;
  line-height: 1;
}

/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
header#header nav {
  display: block;
}
header#header a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
header#header strong {
  font-weight: inherit;
}
header#header strong {
  font-weight: bolder;
}
header#header img {
  border-style: none;
}
header#header a, header#header div, header#header h3, header#header header, header#header img, header#header li, header#header nav, header#header p, header#header span, header#header strong, header#header ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
header#header header, header#header nav {
  display: block;
}
header#header ul {
  list-style: none;
}
header#header .hidden-l {
  display: none;
}
header#header .hidden-m {
  display: block;
}
header#header .fl-l {
  float: left;
}
header#header .fl-r {
  float: right;
}
header#header .col--20 {
  width: 20%;
}
header#header .col--25 {
  width: 25%;
}
header#header .col--3 {
  width: 30%;
}
header#header .col--4 {
  width: 40%;
}
header#header .col--5 {
  width: 50%;
}

header#header {
  float: left;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  background: #fff;
  height: 125px;
  position: fixed;
  border-bottom: 1px solid #e2e2e2;
}

header#header .menu__icon {
  display: none;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  cursor: pointer;
  position: absolute;
}

header#header .menu__icon span {
  float: left;
  height: 2px;
  width: 20px;
  margin: 4px 0;
  border-radius: 6px;
  background: #365885;
  transition: all ease-in-out 0.2s;
  position: relative;
  overflow-x: hidden;
  cursor: pointer;
}

header#header .menu__icon span:nth-child(1):before {
  transition-delay: 0.1s;
}

header#header .menu__icon span:nth-child(2) {
  width: 25px;
}

header#header .menu__icon span:nth-child(2):before {
  transition-delay: 0.2s;
  transition-duration: 0.3s;
}

header#header .menu__icon span:nth-child(3):before {
  transition-delay: 0.1s;
}

header#header .menu__icon span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #365885;
  top: 0;
  left: -100%;
  position: absolute;
  transition: all 0.5s ease;
}

header#header .menu__icon:hover span:before {
  left: 100%;
}

header#header .container {
  position: relative;
  height: 100%;
}

header#header .search-icon {
  position: absolute;
  top: 50%;
  right: 215px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  header#header .search-icon {
    right: 135px;
    z-index: 99;
  }
}
@media screen and (max-width: 1550px) {
  header#header .search-icon {
    right: 170px;
  }
}
@media screen and (max-width: 1200px) {
  header#header .search-icon {
    right: 100px;
  }
}
@-moz-document url-prefix() {
  header#header .search-icon {
    margin-top: -5px;
  }
}
header#header .search-icon img {
  height: 100%;
}

header#header .lang-selector {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transform: translateY(-50%);
}

@media screen and (max-width: 1550px) {
  header#header .lang-selector {
    right: 15px;
  }

  header#header .lang-selector:before {
    left: -5px !important;
  }
}
@-moz-document url-prefix() {
  header#header .lang-selector {
    margin-top: -5px;
  }
}
header#header .lang-selector:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -2px;
  height: 20px;
  width: 1px;
  background: #000;
}

@media screen and (max-width: 1024px) {
  header#header .lang-selector:before {
    margin-top: -1px;
  }
}
header#header .lang-selector a {
  color: inherit;
}

header#header .logo {
  float: left;
  max-width: 125px;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  z-index: 10;
}

header#header .logo img {
  width: 100%;
  height: 100px;
}

header#header nav.main-menu {
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

header#header nav.main-menu ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

header#header nav.main-menu ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  cursor: pointer;
}

header#header nav.main-menu ul li a {
  display: inline-block;
}

header#header nav.main-menu ul li a {
  color: inherit;
}

header#header nav.main-menu ul li:first-child {
  margin-left: 0;
}

header#header nav.main-menu ul li:last-child {
  margin-right: 0;
}

header#header nav.main-menu ul li.boxed {
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  margin-right: 5px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0;
  border-radius: 40px;
}

header#header nav.main-menu ul li.boxed br {
  display: none;
}

header#header nav.main-menu ul li.boxed--blue {
  background: #365885;
  color: #fff;
}

header#header nav.main-menu ul li.boxed--white {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

header#header nav.main-menu ul li.open:before {
  content: "";
  position: absolute;
  bottom: -83px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: rotate(45deg) translateX(-50%);
  background: #fff;
  z-index: 2;
}

header#header nav.main-menu ul li.open:after {
  content: "";
  position: absolute;
  bottom: -82px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: rotate(45deg) translateX(-50%);
  background: #e2e2e2;
}

header#header .submenu {
  float: left;
  width: 100%;
  background: #fff;
  padding: 33px 0 30px 0;
  display: none;
  position: relative;
  z-index: 100;
  margin-top: 1px;
  box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.2);
}

header#header .submenu .container {
  height: 100%;
  max-width: 1080px;
  padding: 0;
}

header#header .submenu-content {
  color: #000;
}

header#header .submenu-content__info {
  text-align: left;
  position: relative;
}

header#header .submenu-content__info:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  right: 90px;
  top: 10px;
  border-radius: 90px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  background: #eee;
}

header#header .submenu-content__info h3 {
  font-weight: 500;
  font-size: 28px;
  float: left;
}

header#header .submenu-content__info h3 span {
  margin-top: 5px;
  width: 100%;
  float: left;
  font-size: 16px;
}

header#header .submenu-content__info p {
  float: left;
  margin-top: 15px;
  font-size: 14px;
  width: 50%;
}

header#header .submenu-content .col {
  padding-right: 30px;
}

header#header .submenu-content .col:last-of-type {
  border-right: 0;
}

header#header .submenu-content__menu ul li {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  height: auto;
  padding: 10px 0;
}

header#header .submenu-content__menu ul li:last-child {
  margin-bottom: 0;
}

header#header .submenu-content__menu ul li.parent {
  font-weight: 700;
}

header#header .submenu-content__menu ul li.w-icon {
  min-height: 130px;
  padding: 80px 30px 0 30px;
}

header#header .submenu-content__menu ul li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: inherit;
}

header#header .submenu-content__menu ul.sub li {
  margin-bottom: 8px;
  font-size: 12px;
}

header#header .submenu-content__menu ul.sub li:last-child {
  margin-bottom: 0;
}

header#header .submenu-content__menu ul.sub li a {
  color: inherit;
}

header#header .submenu-content__menu ul.sub li.parent {
  font-weight: 700;
  margin-bottom: 20px;
}

header#header .submenu-content[data-submenu=entra-fondazione] ul li {
  float: left;
  width: 20%;
}

header#header .submenu-content[data-submenu=archivio-storico] ul li {
  float: left;
  width: 15%;
}

header#header .submenu-content__secondary-menu ul {
  float: right;
}

header#header ul li.w-icon {
  position: relative;
  text-align: center !important;
  float: left;
  width: auto;
  min-width: 160px;
  color: #000;
  font-size: 12px;
  border-left: 1px solid #ccc;
  padding: 80px 30px 0 30px;
  margin-bottom: 0;
}
header#header ul li.w-icon a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
header#header ul li.w-icon:last-child {
  border-right: 1px solid #ccc;
}
header#header ul li.w-icon span {
  width: 100%;
  font-size: inherit;
  font-weight: 500;
}
header#header ul li.w-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
header#header ul li.w-icon--virtual-tour:before {
  background-image: url(../img/icon-virtual-tour.png);
}
header#header ul li.w-icon--archivio:before {
  background-image: url(../img/icon-archivio.png);
}
header#header ul li.w-icon--ricerche:before {
  background-image: url(../img/icon-ricerche.png);
}
header#header ul li.w-icon--education:before {
  background-image: url(../img/icon-education.png);
}
header#header ul li.w-icon--visita:before {
  background-image: url(../img/icon-visita.png);
}
header#header ul li.w-icon--storie:before {
  background-image: url(../img/icon-storie.png);
}
header#header ul li.w-icon--doc:before {
  background-image: url(../img/icon-doc.png);
}
header#header ul li.w-icon--photos:before {
  background-image: url(../img/icon-photos.png);
}
header#header ul li.w-icon--audiovisual:before {
  background-image: url(../img/icon-audiovisual.png);
}
header#header ul li.w-icon--drawmanifest:before {
  background-image: url(../img/icon-drawmanifest.png);
}
header#header ul li.w-icon--pubblicationsmagazine:before {
  background-image: url(../img/icon-pubblicationsmagazine.png);
}
header#header p:empty {
  display: none;
}
header#header * {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}
header#header a {
  color: inherit;
}
header#header strong {
  font-weight: 700;
}
header#header .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  header#header .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1441px) {
  header#header .container {
    max-width: 1620px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  header#header nav.main-menu ul li.boxed {
    line-height: 13px !important;
  }

  header#header nav.main-menu ul li.boxed br {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1360px) {
  header#header .logo {
    max-width: 100px;
  }

  header#header nav.main-menu {
    float: none !important;
    margin-left: 0 !important;
  }
  header#header nav.main-menu ul {
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  header#header nav.main-menu ul li {
    font-size: 11px !important;
    margin: 0 5px !important;
  }
  header#header nav.main-menu ul li.boxed {
    line-height: 28px !important;
    padding: 6px 15px !important;
    margin: 0 !important;
    font-size: 10px !important;
  }
}
@media screen and (min-width: 1441px) {
  header#header nav.main-menu ul {
    position: absolute !important;
    width: 100% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (max-width: 1024px) {
  header#header .hidden-l {
    display: block;
  }
  header#header .hidden-m {
    display: none;
  }
  header#header nav.main-menu {
    display: none;
  }

  header#header {
    padding-top: 0;
    height: 80px;
    position: fixed;
    box-shadow: 2px -3px 10px rgba(0, 0, 0, 0.2);
  }

  header#header .menu__icon {
    display: block;
  }

  header#header .container {
    height: 100%;
  }

  header#header .container.hidden-l .logo {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  header#header .logo {
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    max-width: initial;
  }

  header#header .logo img {
    height: 60px;
    margin-top: 10px;
  }

  header#header .submenu {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  header#header p {
    font-size: 14px;
    line-height: 20px;
  }
}
/*! CSS Used from: Embedded */
header#header .logo {
  z-index: 1;
}

header#header .submenu-content__info:after {
  background-image: url(../img/fondazione_pirelli_cda_a_calabro.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
@keyframes menu-in {
  from {
    display: none;
    left: -100%;
  }
  to {
    display: block;
    left: 0;
  }
}
@keyframes menu-out {
  from {
    display: block;
    left: 0;
  }
  to {
    display: none;
    left: -100%;
  }
}
.menu-m.in {
  animation-name: menu-in;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
  animation-timing-function: ease-in;
}

.menu-m.out {
  animation-name: menu-out;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.menu-m a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.menu-m strong {
  font-weight: inherit;
}
.menu-m strong {
  font-weight: bolder;
}
.menu-m a, .menu-m div, .menu-m h4, .menu-m li, .menu-m span, .menu-m strong, .menu-m ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.menu-m ul {
  list-style: none;
}

.menu-m {
  position: fixed;
  z-index: 99999;
  top: 79px;
  left: -100%;
  background: 0 0;
  color: #fff;
  height: 100%;
  width: 100%;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid rgba(54, 88, 133, 0.3);
}

.menu-m .no-accordion {
  float: left;
  width: 100%;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu-m .no-accordion h4 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  min-height: initial;
  padding: 0;
}

.menu-m .accordion {
  padding: 15px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
}

.menu-m .accordion-wrapper {
  float: left;
  width: 100%;
  height: calc(100% - 100px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.menu-m .accordion__toggle {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  min-height: initial;
  padding: 0;
  padding-right: 30px;
}

.menu-m .accordion__toggle:after {
  right: initial;
  margin-left: 10px;
  left: calc(100% - 30px);
}

.menu-m .accordion__content ul {
  padding-left: 15px;
}

.menu-m .accordion__content ul li.w-icon {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.menu-m .accordion__content ul li a {
  color: inherit;
}

.menu-m .accordion__content ul li.to-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.menu-m .accordion-box {
  width: 90%;
  position: relative;
  margin: 5%;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
}

.menu-m .accordion-box--blue {
  background: #365885;
  color: #fff;
  border: 1px solid #fff;
}

.menu-m .accordion-box--blue .accordion__content ul {
  padding: 0 20px !important;
  text-align: left;
}

.menu-m .accordion-box--blue .accordion__content ul li {
  padding-left: 60px;
  color: #fff;
}

.menu-m .accordion-box--blue .accordion__content ul li a {
  color: inherit;
}

.menu-m .accordion-box--white {
  background: #fff;
  color: #365885;
}

.menu-m .accordion-box--white .accordion__content ul li {
  color: #365885;
}

.menu-m .accordion-box--white .accordion__content ul li a {
  color: inherit;
}

.menu-m .accordion-box .accordion__toggle {
  padding-right: 0;
  height: 40px;
  line-height: 40px;
}

.menu-m .accordion-box .accordion__toggle:after {
  display: none;
}

.menu-m .accordion-box .accordion__content {
  float: left;
  width: 100%;
  padding: 0;
}

.menu-m .accordion-box .accordion__content span {
  float: left;
  font-size: 10px;
  letter-spacing: 1px;
  width: 90%;
  margin: 0 5%;
  border-top: 1px solid #365885;
  padding-top: 10px;
  margin-bottom: 15px;
}

.menu-m .accordion-box .accordion__content span strong {
  font-weight: 500;
}

.menu-m .accordion-box .accordion__content ul {
  padding: 0;
}

.accordion-wrapper[data-theme=light] {
  background: #fff;
}

.accordion-wrapper[data-theme=light] .no-accordion {
  border-bottom: 1px solid rgba(54, 88, 133, 0.3);
}

.accordion-wrapper[data-theme=light] .no-accordion h4 {
  color: #365885;
}

.accordion-wrapper[data-theme=light] .accordion {
  border-bottom: 1px solid rgba(54, 88, 133, 0.3);
}

.accordion-wrapper[data-theme=light] .accordion__toggle {
  color: #365885;
}

.accordion-wrapper[data-theme=light] .accordion__toggle:after {
  box-shadow: 2px -2px 0 0 #365885 inset;
}

.accordion-wrapper[data-theme=light] .accordion__content ul li {
  color: #365885;
}

.accordion-wrapper[data-theme=light] .accordion__content ul li a {
  color: #365885;
}

.accordion-wrapper[data-theme=light] .accordion__content ul li.to-section {
  border-bottom: 1px solid rgba(54, 88, 133, 0.3);
}

.accordion-wrapper[data-theme=light] .accordion-box--blue {
  background: #fff;
  color: #365885;
  border: 1px solid #365885;
}

.accordion-wrapper[data-theme=light] .accordion-box--blue .accordion__content ul li {
  color: #365885;
}

.accordion-wrapper[data-theme=light] .accordion-box--white {
  background: #365885;
  color: #fff;
}

.accordion-wrapper[data-theme=light] .accordion-box--white .accordion__toggle {
  color: #fff;
}

.accordion-wrapper[data-theme=light] .accordion-box--white .accordion__content ul li {
  color: #fff;
}

.accordion-wrapper[data-theme=light] .accordion-box--white .accordion__content ul li a {
  color: inherit;
}

.accordion-wrapper[data-theme=light] .accordion-box .accordion__content span {
  border-top: 1px solid #fff;
}

.menu-m ul li.w-icon {
  position: relative;
  text-align: center !important;
  float: left;
  width: auto;
  min-width: 180px;
  color: #000;
  font-size: 12px;
  border-left: 1px solid #ccc;
  padding: 80px 30px 0 30px;
  margin-bottom: 0;
}
.menu-m ul li.w-icon a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.menu-m ul li.w-icon:last-child {
  border-right: 1px solid #ccc;
}
.menu-m ul li.w-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu-m ul li.w-icon--virtual-tour:before {
  background-image: url(../img/icon-virtual-tour.png);
}
.menu-m ul li.w-icon--archivio:before {
  background-image: url(../img/icon-archivio.png);
}
.menu-m ul li.w-icon--ricerche:before {
  background-image: url(../img/icon-ricerche.png);
}
.menu-m ul li.w-icon--education:before {
  background-image: url(../img/icon-education.png);
}
.menu-m ul li.w-icon--visita:before {
  background-image: url(../img/icon-visita.png);
}

.accordion {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

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

.accordion-wrapper {
  float: left;
  width: 100%;
}

.accordion__toggle {
  position: relative;
  min-height: 70px;
  padding: 5px 10px;
}

.accordion__toggle:after {
  content: "";
  position: absolute;
  display: inline-block;
  box-shadow: 2px -2px 0 0 #fff inset;
  padding: 4px;
  top: 50%;
  right: 30px;
  transition: all 0.3s ease;
  transform: translateY(-50%) rotate(-45deg);
  border-radius: 1px;
  margin-left: 5px;
  margin-top: -1px;
}

.accordion__content {
  display: none;
  padding: 10px;
}

.accordion__content ul {
  float: left;
  width: 100%;
  margin: 15px 0 20px 0;
}

.accordion__content ul li {
  float: left;
  width: calc(100% - 30px);
  margin-left: 15px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  margin-bottom: 10px;
}

.accordion__content ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.menu-m * {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}
.menu-m a {
  color: inherit;
}
.menu-m strong {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .menu-m .accordion-box--blue .accordion__content ul {
    margin-top: 30px;
  }

  .menu-m .accordion-box--blue .accordion__content ul li {
    border: 0;
    padding-top: 60px;
    margin: 20px 0;
  }

  .menu-m .accordion-box--blue .accordion__content ul li:before {
    width: 30px;
    height: 30px;
    background-size: 90%;
    top: -50px;
    background-color: #fff;
    border-radius: 60px;
    padding: 10px;
  }
}
/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
.tool a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.tool svg:not(:root) {
  overflow: hidden;
}
.tool input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.tool input {
  overflow: visible;
}
.tool [type=submit] {
  -webkit-appearance: button;
}
.tool [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.tool [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.tool a, .tool div, .tool form, .tool h3, .tool li, .tool span, .tool ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tool ul {
  list-style: none;
}

.tool .ta-c {
  text-align: center;
}

.tool {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.tool .tool-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 150;
}
.tool .tool-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tool--archivio {
  background: #f94050;
}

.tool--archivio .tool-close svg {
  stroke: #f94050;
}

.tool--archivio .archive-filter ul {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.tool--archivio .archive-filter ul li {
  float: left;
  width: 15%;
  min-height: 100px;
  text-align: center;
  padding: 15px;
  border: 1px solid transparent;
  cursor: pointer;
}

.tool--archivio .archive-filter ul li span.icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
}

.tool--archivio .archive-filter ul li span.icon:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.tool--archivio .archive-filter ul li span.icon--doc:after {
  background-image: url(../img/icon-archive-doc.svg);
}

.tool--archivio .archive-filter ul li span.icon--photo:after {
  background-image: url(../img/icon-archive-photo.svg);
}

.tool--archivio .archive-filter ul li span.icon--poster:after {
  background-image: url(../img/icon-archive-poster.png);
}

.tool--archivio .archive-filter ul li span.icon--video:after {
  background-image: url(../img/icon-archive-video.svg);
}

.tool--archivio .archive-filter ul li span.icon--press:after {
  background-image: url(../img/icon-archive-press.svg);
}

.tool--archivio .archive-filter ul li span.icon--all:after {
  background-image: url(../img/icon-archive-all.svg);
}

.tool--archivio .archive-filter ul li span.type {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.tool--archivio .archive-filter ul li span.type a {
  color: inherit;
}

.tool--archivio .archive-search {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 60px;
}

.tool--archivio .archive-search h3 {
  font-weight: 400;
  color: #fff;
  float: left;
  width: 100%;
  font-size: 22px;
  margin-bottom: 30px;
}

.tool--archivio .archive-search form {
  max-width: 360px;
}

.tool--archivio .archive-search form input[type=text] {
  float: left;
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #fff;
  box-shadow: none;
  height: 40px;
  border-radius: 40px;
  line-height: 2;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  background: #f94050;
  font-family: Gotham;
  margin-bottom: 30px;
}

.tool--archivio .archive-search form input[type=text]::placeholder {
  height: 40px;
  font-size: 14px;
  line-height: 36px;
}

.tool--archivio .archive-search form input[type=submit] {
  float: none;
  -webkit-appearance: none;
  border: 1px solid #fff;
  box-shadow: none;
  height: 40px;
  border-radius: 40px;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #f94050;
  text-align: center;
  text-transform: uppercase;
  font-family: Gotham;
  cursor: pointer;
}

.tool .tool-content {
  width: 100%;
  float: left;
}
.tool .tool-content__title {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tool .tool-content__subtitle {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
}

.tool form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  display: inline-block;
}

.tool form input[type=text] {
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  width: 100%;
  background: 0 0;
  border: 1px solid #fff;
}

.tool form input[type=text]::placeholder {
  color: #fff;
}

.tool form input[type=submit] {
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  color: #365885;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: Gotham;
  font-weight: 500;
}

.tool * {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}
.tool a {
  color: inherit;
}
.tool .row {
  float: left;
  width: 100%;
}
.tool .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .tool .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1441px) {
  .tool .container {
    max-width: 1620px;
  }
}
.tool .sep-vertical {
  float: left;
  width: 100%;
  position: relative;
  height: 80px;
  text-align: center;
}

.tool .sep-vertical:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .tool {
    padding: 60px 0 30px 0;
  }

  .tool .sep-vertical {
    height: 40px;
    margin: 15px 0;
  }

  .tool .tool-close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  .tool .tool-close svg {
    width: 20px;
    height: 20px;
  }
  .tool .tool-content {
    position: initial;
    left: initial;
    top: initial;
    transform: none;
  }
  .tool .tool-content__subtitle {
    margin-bottom: 15px;
    line-height: 18px;
  }

  .tool .archive-search {
    margin-top: 15px;
  }

  .tool .archive-filter ul {
    font-size: 0;
  }

  .tool .archive-filter ul li {
    float: none;
    display: inline-block;
    width: 50%;
    margin: 5px 0;
  }
}
/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
.tool svg:not(:root) {
  overflow: hidden;
}
.tool input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.tool input {
  overflow: visible;
}
.tool [type=submit] {
  -webkit-appearance: button;
}
.tool [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.tool [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.tool fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.tool div, .tool fieldset, .tool form, .tool span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tool .ta-c {
  text-align: center;
}
.tool .mt-30 {
  margin-top: 30px !important;
}

.tool {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.tool .tool-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 150;
}
.tool .tool-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tool--ricerche {
  background: #365885;
}

.tool--ricerche .tool-close svg {
  stroke: #365885;
}

.tool .tool-content {
  width: 100%;
  float: left;
}
.tool .tool-content__title {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tool .tool-content__subtitle {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
}

.tool form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  display: inline-block;
}

.tool form input[type=email], .tool form input[type=text] {
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  width: 100%;
  background: 0 0;
  border: 1px solid #fff;
}

.tool form input[type=email]::placeholder, .tool form input[type=text]::placeholder {
  color: #fff;
}

.tool form input[type=submit] {
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  color: #365885;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: Gotham;
  font-weight: 500;
}

.tool form fieldset {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.tool form fieldset:last-child {
  margin-bottom: 0;
}

.tool form fieldset span.note {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}

.tool form fieldset.mid input {
  width: calc(50% - 10px);
}

.tool form fieldset.mid input:nth-child(odd) {
  float: left;
}

.tool form fieldset.mid input:nth-child(even) {
  float: right;
}

.tool * {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}
.tool .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .tool .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1441px) {
  .tool .container {
    max-width: 1620px;
  }
}
@media screen and (max-width: 640px) {
  .tool {
    padding: 60px 0 30px 0;
  }

  .tool .tool-close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  .tool .tool-close svg {
    width: 20px;
    height: 20px;
  }
  .tool .tool-content {
    position: initial;
    left: initial;
    top: initial;
    transform: none;
  }
  .tool .tool-content__subtitle {
    margin-bottom: 15px;
    line-height: 18px;
  }

  .tool form fieldset {
    margin-bottom: 0;
  }

  .tool form fieldset:last-of-type {
    margin-bottom: 0;
  }

  .tool form fieldset.mid {
    width: 100%;
  }

  .tool form fieldset.mid input {
    width: 100%;
  }

  .tool form fieldset input {
    float: left !important;
    margin-bottom: 20px;
  }

  .tool form fieldset input[type=submit] {
    margin-bottom: 0;
    float: none !important;
  }
}
/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
.tool svg:not(:root) {
  overflow: hidden;
}
.tool button, .tool input, .tool select {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.tool button, .tool input {
  overflow: visible;
}
.tool button, .tool select {
  text-transform: none;
}
.tool [type=submit], .tool button, .tool html [type=button] {
  -webkit-appearance: button;
}
.tool [type=button]::-moz-focus-inner, .tool [type=submit]::-moz-focus-inner, .tool button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.tool [type=button]:-moz-focusring, .tool [type=submit]:-moz-focusring, .tool button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.tool fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.tool div, .tool fieldset, .tool form, .tool li, .tool p, .tool span, .tool table, .tool tbody, .tool td, .tool th, .tool thead, .tool tr, .tool ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tool ul {
  list-style: none;
}
.tool table {
  border-collapse: collapse;
  border-spacing: 0;
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

.picker__input {
  cursor: default;
}

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.picker {
  width: 100%;
}

.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

.picker__box {
  padding: 0 1em;
}

.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

.picker__month, .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}

.picker__nav--next, .picker__nav--prev {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next, .picker__nav--prev {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--next:before, .picker__nav--prev:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__footer {
  text-align: center;
}

.picker__button--close, .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--close:hover, .picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--close:focus, .picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}

.picker__button--close:before, .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

.tool .ta-c {
  text-align: center;
}

.tool .mt-30 {
  margin-top: 30px !important;
}

.tool {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.tool .tool-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 150;
}
.tool .tool-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tool .tool-back {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 150;
}

.tool--educational {
  background: #365885;
}

.tool--educational .tool-close svg {
  stroke: #365885;
}

.tool .tool-content {
  width: 100%;
  float: left;
}
.tool .tool-content__lbl {
  float: left;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.tool .tool-content__title {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tool .tool-content__subtitle {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.tool .tool-content__options {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.tool .tool-content__options ul {
  display: inline-block;
  width: 80%;
}
.tool .tool-content__options ul li {
  float: left;
  width: calc(25% - 30px);
  margin: 0 15px;
  cursor: pointer;
}
.tool .tool-content__options ul li span {
  float: left;
  width: 100%;
  height: 0;
  border-radius: 100%;
  padding-bottom: 100%;
  margin-bottom: 30px;
  position: relative;
}
.tool .tool-content__options ul li span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tool .tool-content__options ul li p {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tool .tool-content__options ul li[data-type=primaria] span {
  background: #fe9c6d;
}
.tool .tool-content__options ul li[data-type=primaria] span:after {
  background-image: url(../img/icon-tool-primaria.png);
}
.tool .tool-content__options ul li[data-type=primo-grado] span {
  background: #7dbca9;
}
.tool .tool-content__options ul li[data-type=primo-grado] span:after {
  background-image: url(../img/icon-tool-primo-livello.png);
}
.tool .tool-content__options ul li[data-type=secondo-grado] span {
  background: #75c4ce;
}
.tool .tool-content__options ul li[data-type=secondo-grado] span:after {
  background-image: url(../img/icon-tool-secondo-livello.png);
}
.tool .tool-content__options ul li[data-type=universita] span {
  background: #ff6c88;
}
.tool .tool-content__options ul li[data-type=universita] span:after {
  background-image: url(../img/icon-tool-universita.png);
}
.tool .tool-content__detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 160;
  text-align: center;
  display: none;
  overflow: hidden;
}
.tool .tool-content__detail[data-detail=primaria] {
  background: #fe9c6d;
}
.tool .tool-content__detail[data-detail=primaria] .tool-close svg {
  stroke: #fe9c6d;
}
.tool .tool-content__detail[data-detail=primaria] input[type=submit] {
  color: #fe9c6d;
}
.tool .tool-content__detail[data-detail=primo-grado] {
  background: #7dbca9;
}
.tool .tool-content__detail[data-detail=primo-grado] .tool-close svg {
  stroke: #7dbca9;
}
.tool .tool-content__detail[data-detail=primo-grado] input[type=submit] {
  color: #7dbca9;
}
.tool .tool-content__detail[data-detail=secondo-grado] {
  background: #75c4ce;
}
.tool .tool-content__detail[data-detail=secondo-grado] .tool-close svg {
  stroke: #75c4ce;
}
.tool .tool-content__detail[data-detail=secondo-grado] input[type=submit] {
  color: #75c4ce;
}
.tool .tool-content__detail[data-detail=universita] {
  background: #ff6c88;
}
.tool .tool-content__detail[data-detail=universita] .tool-close svg {
  stroke: #ff6c88;
}
.tool .tool-content__detail[data-detail=universita] input[type=submit] {
  color: #ff6c88;
}
.tool .tool-content__detail-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90vh;
  overflow-y: scroll;
  padding: 30px 0;
  padding-right: 17px;
}

.tool form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  display: inline-block;
}

.tool form select {
  -webkit-appearance: none;
  float: left;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 14px;
  background: 0 0;
  box-shadow: none;
  border: 0;
  border: 1px solid #fff;
  color: #fff;
}

.tool form input[type=email], .tool form input[type=text] {
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  width: 100%;
  background: 0 0;
  border: 1px solid #fff;
}

.tool form input[type=email]::placeholder, .tool form input[type=text]::placeholder {
  color: #fff;
}

.tool form input[type=submit] {
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  color: #365885;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: Gotham;
  font-weight: 500;
}

.tool form fieldset {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.tool form fieldset:last-child {
  margin-bottom: 0;
}

.tool form fieldset span.note {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}

.tool form fieldset.mid select {
  width: calc(50% - 10px);
}

.tool form fieldset.mid select:nth-child(even) {
  float: right;
}

.tool form fieldset.mid input {
  width: calc(50% - 10px);
}

.tool form fieldset.mid input:nth-child(odd) {
  float: left;
}

.tool form fieldset.mid input:nth-child(even) {
  float: right;
}

.tool form fieldset.centered {
  margin: 5px 0 0 0;
}

.tool form fieldset.centered input, .tool form fieldset.centered select {
  float: none;
  display: inline-block;
  width: 80%;
  margin: 10px 0;
}

.tool form fieldset.centered input:last-of-type, .tool form fieldset.centered select:last-of-type {
  margin-bottom: 0;
}

.tool form fieldset.extra-mid input:nth-child(odd) {
  float: left;
  width: calc(70% - 10px);
}

.tool form fieldset.extra-mid input:nth-child(even) {
  float: right;
  width: calc(30% - 10px);
}

.picker__holder {
  border: 0;
}

@media screen and (max-width: 640px) {
  .picker__holder {
    width: 90%;
    max-width: 90% !important;
  }
}
.picker__day--highlighted {
  border: 1px solid #365885 !important;
}

.picker__day--today:before {
  border-top: 0.5em solid #fff;
}

p:empty {
  display: none;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1441px) {
  .container {
    max-width: 1620px;
  }
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.picker {
  width: 90%;
  color: #000;
  float: left;
  font-size: 16px;
  height: 25rem;
  line-height: 1.2;
  position: relative;
  text-align: left;
  user-select: none;
  z-index: 10;
}

.picker__month, .picker__year {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-style: normal;
}

.picker__holder {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}

.picker__table td {
  width: 40px;
  height: 40px;
  display: table-cell;
  padding-left: 8px;
}

.picker__header {
  margin-top: 20px;
}

.picker__weekday {
  padding-top: 10px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 10px;
}

.picker__footer {
  display: none;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
  background: #fff;
}

.picker__day {
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
}

.picker__day--highlighted {
  border: 1px solid transparent !important;
  background: 0 0 !important;
}

.picker__day--today {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.picker__day--today:before {
  display: none;
}

.picker__day--infocus:hover {
  background: #365885;
  opacity: 0.4;
  color: #fff;
}

.picker .picker__holder {
  max-height: 25rem;
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

@media screen and (max-width: 640px) {
  .tool {
    padding: 60px 0 30px 0;
  }

  .tool .tool-close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  .tool .tool-close svg {
    width: 20px;
    height: 20px;
  }
  .tool .tool-content {
    position: initial;
    left: initial;
    top: initial;
    transform: none;
  }
  .tool .tool-content__detail {
    overflow: auto;
  }
  .tool .tool-content__detail-content {
    position: initial;
    left: initial;
    top: initial;
    transform: none;
    padding: 60px 20px;
  }
  .tool .tool-content__subtitle {
    margin-bottom: 15px;
    line-height: 18px;
  }
  .tool .tool-content__options {
    margin-top: 30px;
  }
  .tool .tool-content__options ul li {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .tool .tool-content__options ul li span:after {
    width: 60px;
    height: 60px;
  }

  .tool form fieldset {
    margin-bottom: 0;
  }

  .tool form fieldset:last-of-type {
    margin-bottom: 0;
  }

  .tool form fieldset.mid {
    width: 100%;
  }

  .tool form fieldset.mid input, .tool form fieldset.mid select {
    width: 100%;
  }

  .tool form fieldset.centered input, .tool form fieldset.centered select {
    width: 100%;
  }

  .tool form fieldset.centered input:last-child, .tool form fieldset.centered select:last-child {
    margin-bottom: 20px;
  }

  .tool form fieldset.extra-mid input:nth-child(even) {
    float: right !important;
  }

  .tool form fieldset select {
    float: left !important;
    margin-bottom: 20px;
  }

  .tool form fieldset input {
    float: left !important;
    margin-bottom: 20px;
  }

  .tool form fieldset input[type=submit] {
    margin-bottom: 0;
    float: none !important;
  }
}
@media screen and (max-width: 320px) {
  .tool p {
    font-size: 14px;
    line-height: 20px;
  }
}
/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
.tool svg:not(:root) {
  overflow: hidden;
}
.tool button, .tool input, .tool select {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.tool button, .tool input {
  overflow: visible;
}
.tool button, .tool select {
  text-transform: none;
}
.tool [type=submit], .tool button, .tool html [type=button] {
  -webkit-appearance: button;
}
.tool [type=button]::-moz-focus-inner, .tool [type=submit]::-moz-focus-inner, .tool button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.tool [type=button]:-moz-focusring, .tool [type=submit]:-moz-focusring, .tool button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.tool fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.tool div, .tool fieldset, .tool form, .tool span, .tool table, .tool tbody, .tool td, .tool th, .tool thead, .tool tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tool table {
  border-collapse: collapse;
  border-spacing: 0;
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

.picker__input {
  cursor: default;
}

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.picker {
  width: 100%;
}

.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

.picker__box {
  padding: 0 1em;
}

.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

.picker__month, .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}

.picker__nav--next, .picker__nav--prev {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next, .picker__nav--prev {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--next:before, .picker__nav--prev:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__footer {
  text-align: center;
}

.picker__button--close, .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--close:hover, .picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--close:focus, .picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}

.picker__button--close:before, .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

.tool .ta-c {
  text-align: center;
}

.tool .mb-15 {
  margin-bottom: 15px !important;
}

.tool .mt-30 {
  margin-top: 30px !important;
}

.tool {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.tool .tool-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 150;
}
.tool .tool-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tool--visita {
  background: #8cbf63;
}

.tool--visita .tool-close svg {
  stroke: #8cbf63;
}

.tool--visita form input[type=submit] {
  color: #8cbf63 !important;
}

.tool .tool-content {
  width: 100%;
  float: left;
}
.tool .tool-content__title {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tool .tool-content__subtitle {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
}

.tool form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  display: inline-block;
}

.tool form .container {
  max-width: 80%;
}

.tool form .container fieldset.mid {
  margin-top: 10px;
}

.tool form .container fieldset.mid input {
  width: calc(40% - 10px);
}

.tool form .container fieldset.mid input:nth-child(odd) {
  margin-left: 10%;
}

.tool form .container fieldset.mid input:nth-child(even) {
  margin-right: 10%;
}

.tool form select {
  -webkit-appearance: none;
  float: left;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 14px;
  background: 0 0;
  box-shadow: none;
  border: 0;
  border: 1px solid #fff;
  color: #fff;
}

.tool form input[type=email], .tool form input[type=number], .tool form input[type=text] {
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  width: 100%;
  background: 0 0;
  border: 1px solid #fff;
}

.tool form input[type=email]::placeholder, .tool form input[type=number]::placeholder, .tool form input[type=text]::placeholder {
  color: #fff;
}

.tool form input[type=submit] {
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  color: #365885;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: Gotham;
  font-weight: 500;
}

.tool form fieldset {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.tool form fieldset:last-child {
  margin-bottom: 0;
}

.tool form fieldset span.note {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}

.tool form fieldset.mid input {
  width: calc(50% - 10px);
}

.tool form fieldset.mid input:nth-child(odd) {
  float: left;
}

.tool form fieldset.mid input:nth-child(even) {
  float: right;
}

.tool form fieldset.centered {
  margin: 5px 0 0 0;
}

.tool form fieldset.centered input, .tool form fieldset.centered select {
  float: none;
  display: inline-block;
  width: 80%;
  margin: 10px 0;
}

.tool form fieldset.centered input:last-of-type, .tool form fieldset.centered select:last-of-type {
  margin-bottom: 0;
}

.picker__holder {
  border: 0;
}

@media screen and (max-width: 640px) {
  .picker__holder {
    width: 90%;
    max-width: 90% !important;
  }
}
.picker__day--highlighted {
  border: 1px solid #365885 !important;
}

.picker__day--today:before {
  border-top: 0.5em solid #fff;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .tool .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1441px) {
  .tool .container {
    max-width: 1620px;
  }
}
.tool .sep-vertical {
  float: left;
  width: 100%;
  position: relative;
  height: 80px;
  text-align: center;
}

.tool .sep-vertical:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.tool button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.picker {
  width: 90%;
  color: #000;
  float: left;
  font-size: 16px;
  height: 25rem;
  line-height: 1.2;
  position: relative;
  text-align: left;
  user-select: none;
  z-index: 10;
}

.picker__month, .picker__year {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-style: normal;
}

.picker__holder {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}

.picker__table td {
  width: 40px;
  height: 40px;
  display: table-cell;
  padding-left: 8px;
}

.picker__header {
  margin-top: 20px;
}

.picker__weekday {
  padding-top: 10px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 10px;
}

.picker__footer {
  display: none;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
  background: #fff;
}

.picker__day {
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
}

.picker__day--highlighted {
  border: 1px solid transparent !important;
  background: 0 0 !important;
}

.picker__day--today {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.picker__day--today:before {
  display: none;
}

.picker__day--infocus:hover {
  background: #365885;
  opacity: 0.4;
  color: #fff;
}

.picker .picker__holder {
  max-height: 25rem;
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

@media screen and (max-width: 640px) {
  .tool {
    padding: 60px 0 30px 0;
  }

  .tool .sep-vertical {
    height: 40px;
    margin: 15px 0;
  }

  .tool .tool-close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  .tool .tool-close svg {
    width: 20px;
    height: 20px;
  }
  .tool .tool-content {
    position: initial;
    left: initial;
    top: initial;
    transform: none;
  }
  .tool .tool-content__subtitle {
    margin-bottom: 15px;
    line-height: 18px;
  }

  .tool form .container {
    max-width: 100%;
    padding: 0;
  }

  .tool form .container fieldset:last-of-type {
    margin-bottom: -15px;
  }

  .tool form .container fieldset.centered select:last-child {
    margin-bottom: 5px;
  }

  .tool form .container fieldset.mid input {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tool form fieldset {
    margin-bottom: 0;
  }

  .tool form fieldset:last-of-type {
    margin-bottom: 0;
  }

  .tool form fieldset.mid {
    width: 100%;
  }

  .tool form fieldset.mid input {
    width: 100%;
  }

  .tool form fieldset.centered input, .tool form fieldset.centered select {
    width: 100%;
  }

  .tool form fieldset.centered input:last-child, .tool form fieldset.centered select:last-child {
    margin-bottom: 20px;
  }

  .tool form fieldset select {
    float: left !important;
    margin-bottom: 20px;
  }

  .tool form fieldset input {
    float: left !important;
    margin-bottom: 20px;
  }

  .tool form fieldset input[type=submit] {
    margin-bottom: 0;
    float: none !important;
  }
}
/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
.search-wrapper input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.search-wrapper input {
  overflow: visible;
}
.search-wrapper [type=submit] {
  -webkit-appearance: button;
}
.search-wrapper [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.search-wrapper [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.search-wrapper div, .search-wrapper form, .search-wrapper span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.search-wrapper .search-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../img/icon-close-white.svg);
  background-size: cover;
}

.search-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #365885;
  color: #fff;
  padding-top: 120px;
}

.search-wrapper .container {
  max-width: 1024px;
}

.search-wrapper form {
  float: left;
  width: 100%;
  position: relative;
}

.search-wrapper form input[type=text] {
  float: left;
  width: 100%;
  background: 0 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 10px;
  padding-right: 60px;
  -webkit-appearance: none;
  border-radius: 0;
}

.search-wrapper form input[type=text]::placeholder {
  color: #fff;
}

.search-wrapper form input[type=submit] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  background: 0 0;
  background-image: url(../img/icon-search.png);
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
  text-indent: -9999px;
  right: 0;
  position: absolute;
}

.search-wrapper form span {
  float: left;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-top: 10px;
}

.search-wrapper * {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}

.search-wrapper .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .search-wrapper .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1441px) {
  .search-wrapper .container {
    max-width: 1620px;
  }
}
/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
footer.footer {
  display: block;
}
footer.footer a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
footer.footer input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
footer.footer input {
  overflow: visible;
}
footer.footer [type=submit] {
  -webkit-appearance: button;
}
footer.footer [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
footer.footer [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
footer.footer a, footer.footer div, footer.footer footer, footer.footer form, footer.footer h4, footer.footer i, footer.footer li, footer.footer p, footer.footer ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
footer.footer ul {
  list-style: none;
}
footer.footer .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer.footer .fa-twitter:before {
  content: "";
}
footer.footer .fa-facebook:before {
  content: "";
}
footer.footer .fa-instagram:before {
  content: "";
}
footer.footer .fa-vimeo:before {
  content: "";
}
footer.footer .fl-l {
  float: left;
}
footer.footer .mt-60 {
  margin-top: 60px;
}
footer.footer .col--3 {
  width: 30%;
}
footer.footer .col--7 {
  width: 70%;
}

footer.footer {
  float: left;
  width: 100%;
  color: #fff;
  background: #333;
  padding: 30px 0 0 0;
  position: relative;
  margin-top: 150px;
}

footer.footer:before {
  content: "";
  position: absolute;
  top: -150px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  width: 150px;
  height: 100px;
  background: url(../img/logo-fondazione-pirelli.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

footer.footer a {
  text-decoration: none;
  color: inherit;
}

footer.footer h4 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 2px;
}

footer.footer p {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  padding-right: 30px;
}

footer.footer .contact-info ul {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

footer.footer .contact-info ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 15px 0;
  padding-left: 40px;
  position: relative;
}

footer.footer .contact-info ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: -8px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

footer.footer .contact-info ul li.pin:before {
  background-image: url(../img/icon-pin.png);
}

footer.footer .contact-info ul li.phone:before {
  background-image: url(../img/icon-phone.png);
}

footer.footer .contact-info ul li.mail {
  text-decoration: underline;
}

footer.footer .contact-info ul li.mail:before {
  background-image: url(../img/icon-email.png);
}

footer.footer ul.social {
  float: left;
  width: 100%;
}

footer.footer ul.social li {
  font-family: FontAwesome;
  float: left;
  width: 20%;
  color: #fff;
  font-size: 30px;
}

footer.footer .bottom-bar {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #000;
  position: relative;
}

footer.footer .bottom-bar .copy {
  display: inline-block;
  position: relative;
  font-size: 12px;
}

footer.footer .bottom-bar .helpful-links {
  float: right;
  text-align: left;
  line-height: 20px;
}

footer.footer .bottom-bar .helpful-links li {
  float: left;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
  position: relative;
}

footer.footer .bottom-bar .helpful-links li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  left: -45px;
  padding: 0 5px;
  height: 1px;
  background: #fff;
  display: none;
}

footer.footer .bottom-bar .helpful-links li:first-child:before {
  display: none;
}

footer.footer .bottom-bar .helpful-links li:last-child {
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 50px;
}

footer.footer .bottom-bar .helpful-links li:last-child:after {
  content: "";
  position: absolute;
  left: -30px;
  width: 1px;
  top: -5px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}

footer.footer .bottom-bar .helpful-links li a {
  font-size: inherit;
  text-transform: inherit;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}

footer.footer form {
  float: left;
  width: 80%;
  margin-bottom: 30px;
  position: relative;
}

footer.footer form:before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 5px;
  background: url(../img/icon-email-white.png);
}

footer.footer form input {
  height: 40px;
  line-height: 40px;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  font-family: Gotham;
  position: relative;
}

footer.footer form input[type=email] {
  float: left;
  width: calc(75% - 30px);
  background: #484848;
  color: #fff;
  padding: 0 15px;
  padding-left: 40px;
}

footer.footer form input[type=submit] {
  float: right;
  width: 30%;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  font-weight: 500;
  line-height: 36px;
  border: 1px solid #484848;
  cursor: pointer;
}

footer.footer p:empty {
  display: none;
}

footer.footer * {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}

footer.footer a {
  color: inherit;
}

footer.footer .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  footer.footer .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1441px) {
  footer.footer .container {
    max-width: 1620px;
  }
}
@media screen and (min-width: 641px) and (max-width: 991px) {
  footer.footer .copy, footer.footer .helpful-links {
    width: 100%;
    text-align: center !important;
  }

  footer.footer .helpful-links {
    margin-left: 0;
    margin-top: 20px;
  }

  footer.footer .helpful-links li {
    float: none !important;
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  footer.footer {
    margin-top: 130px;
  }

  footer.footer:before {
    top: -130px;
  }

  footer.footer .col {
    width: 100%;
    padding-right: 0;
  }

  footer.footer .col:after {
    display: none;
  }

  footer.footer p {
    line-height: 20px;
  }

  footer.footer h4 {
    margin-bottom: 15px;
  }

  footer.footer h4.mt-60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  footer.footer .contact-info {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  footer.footer .contact-info ul {
    margin: 15px 0;
  }

  footer.footer .contact-info ul li {
    margin: 10px 0;
  }

  footer.footer ul.social {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
  }

  footer.footer ul.social li {
    width: 25%;
  }

  footer.footer form {
    width: 100%;
  }

  footer.footer .bottom-bar {
    padding: 30px 0;
    text-align: center;
  }

  footer.footer .bottom-bar ul.helpful-links {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }

  footer.footer .bottom-bar ul.helpful-links li {
    padding: 0;
    margin: 5px 0;
    width: 100%;
  }

  footer.footer .bottom-bar ul.helpful-links li:after, footer.footer .bottom-bar ul.helpful-links li:before {
    display: none;
  }

  footer.footer .bottom-bar ul.helpful-links li:last-child {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  footer.footer .mt-60 {
    margin-top: 30px !important;
  }

  footer.footer p {
    font-size: 14px;
    line-height: 20px;
  }
}
/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
.modal-overlay div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.modal-overlay * {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}

/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
.modal a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.modal strong {
  font-weight: inherit;
}
.modal strong {
  font-weight: bolder;
}
.modal input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.modal input {
  overflow: visible;
}
.modal [type=submit] {
  -webkit-appearance: button;
}
.modal [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.modal [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.modal fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.modal [type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.modal a, .modal div, .modal fieldset, .modal form, .modal label, .modal p, .modal strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.modal {
  position: fixed;
  z-index: 9999;
}

.modal--locked {
  background: #365885;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  padding: 45px 30px 30px 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  display: none;
}

@media screen and (max-width: 768px) {
  .modal--locked {
    width: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .modal--locked {
    width: 50%;
  }
}
.modal--locked .modal-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.modal--locked .modal-subtitle {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 15px 0;
}

.modal--locked .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../img/icon-close-white.svg);
  background-size: cover;
}

.modal--locked form {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.modal--locked form input[type=email], .modal--locked form input[type=text] {
  box-shadow: none;
  float: left;
  background: 0 0;
  border: 1px solid #fff;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  border-radius: 30px;
  width: calc(85% - 30px);
  color: #fff;
  font-size: 12px;
}

.modal--locked form input[type=email]::placeholder, .modal--locked form input[type=text]::placeholder {
  color: #fff;
}

.modal--locked form input[type=submit] {
  box-shadow: none;
  float: right;
  width: 20%;
  background: #fff;
  text-align: center;
  color: #365885;
  text-transform: uppercase;
  font-size: 11px;
  height: 35px;
  border: 0;
  line-height: 35px;
  border-radius: 30px;
}

.modal--locked form p {
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.modal--locked form fieldset.privacy {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.modal--locked form fieldset.privacy input[type=checkbox] {
  float: left;
}

.modal--locked form fieldset.privacy p {
  float: none;
  margin-left: 30px;
}

.modal--locked form fieldset.mid {
  margin-bottom: 15px;
}

.modal--locked form fieldset.mid input {
  width: calc(50% - 7px);
}

.modal--locked form fieldset.mid input:nth-child(odd) {
  float: left;
}

.modal--locked form fieldset.mid input:nth-child(even) {
  float: right;
}

.modal--locked form fieldset.centered {
  text-align: center;
}

.modal--locked form fieldset.centered input {
  float: none;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .modal--locked form fieldset {
    margin-bottom: 0 !important;
  }

  .modal--locked form fieldset input[type=email], .modal--locked form fieldset input[type=text] {
    margin-bottom: 15px !important;
    width: 100% !important;
  }

  .modal--locked form fieldset input[type=email]:nth-child(even), .modal--locked form fieldset input[type=text]:nth-child(even) {
    float: left !important;
  }

  .modal--locked form fieldset.privacy {
    margin-bottom: 15px !important;
  }
}
.modal p:empty {
  display: none;
}

.modal * {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}

.modal a {
  color: inherit;
}

.modal strong {
  font-weight: 700;
}

@media screen and (max-width: 320px) {
  .modal p {
    font-size: 14px;
    line-height: 20px;
  }
}
/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
.modal a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.modal strong {
  font-weight: inherit;
}
.modal strong {
  font-weight: bolder;
}
.modal input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.modal input {
  overflow: visible;
}
.modal [type=submit] {
  -webkit-appearance: button;
}
.modal [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.modal [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.modal fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.modal a, .modal div, .modal fieldset, .modal form, .modal strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.modal {
  position: fixed;
  z-index: 9999;
}

.modal--locked {
  background: #365885;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  padding: 45px 30px 30px 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  display: none;
}

@media screen and (max-width: 768px) {
  .modal--locked {
    width: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .modal--locked {
    width: 50%;
  }
}
.modal--locked .modal-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.modal--locked .modal-subtitle {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 15px 0;
}

.modal--locked .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../img/icon-close-white.svg);
  background-size: cover;
}

.modal--locked form {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.modal--locked form input[type=email], .modal--locked form input[type=password] {
  box-shadow: none;
  float: left;
  background: 0 0;
  border: 1px solid #fff;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  border-radius: 30px;
  width: calc(85% - 30px);
  color: #fff;
  font-size: 12px;
}

.modal--locked form input[type=email]::placeholder, .modal--locked form input[type=password]::placeholder {
  color: #fff;
}

.modal--locked form input[type=submit] {
  box-shadow: none;
  float: right;
  width: 20%;
  background: #fff;
  text-align: center;
  color: #365885;
  text-transform: uppercase;
  font-size: 11px;
  height: 35px;
  border: 0;
  line-height: 35px;
  border-radius: 30px;
}

.modal--locked form fieldset.mid {
  margin-bottom: 15px;
}

.modal--locked form fieldset.mid input {
  width: calc(50% - 7px);
}

.modal--locked form fieldset.mid input:nth-child(odd) {
  float: left;
}

.modal--locked form fieldset.mid input:nth-child(even) {
  float: right;
}

.modal--locked form fieldset.centered {
  text-align: center;
}

.modal--locked form fieldset.centered input {
  float: none;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .modal--locked form fieldset {
    margin-bottom: 0 !important;
  }

  .modal--locked form fieldset input[type=email], .modal--locked form fieldset input[type=password] {
    margin-bottom: 15px !important;
    width: 100% !important;
  }

  .modal--locked form fieldset input[type=password]:nth-child(even) {
    float: left !important;
  }
}
.modal * {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}
.modal a {
  color: inherit;
}
.modal strong {
  font-weight: 700;
}

/*! CSS Used from: https://qa-www.fondazionepirelli.org/wp-content/themes/fondazione-pirelli/css/style.css ; media=all */
.modal input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.modal input {
  overflow: visible;
}
.modal [type=submit] {
  -webkit-appearance: button;
}
.modal [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.modal [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.modal fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.modal div, .modal fieldset, .modal form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.modal .fw {
  width: 100%;
}

.modal {
  position: fixed;
  z-index: 9999;
}

.modal--locked {
  background: #365885;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  padding: 45px 30px 30px 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  display: none;
}

@media screen and (max-width: 768px) {
  .modal--locked {
    width: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .modal--locked {
    width: 50%;
  }
}
.modal--locked .modal-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.modal--locked .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../img/icon-close-white.svg);
  background-size: cover;
}

.modal--locked form {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.modal--locked form input[type=email] {
  box-shadow: none;
  float: left;
  background: 0 0;
  border: 1px solid #fff;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  border-radius: 30px;
  width: calc(85% - 30px);
  color: #fff;
  font-size: 12px;
}

.modal--locked form input[type=email]::placeholder {
  color: #fff;
}

.modal--locked form input[type=submit] {
  box-shadow: none;
  float: right;
  width: 20%;
  background: #fff;
  text-align: center;
  color: #365885;
  text-transform: uppercase;
  font-size: 11px;
  height: 35px;
  border: 0;
  line-height: 35px;
  border-radius: 30px;
}

.modal--locked form fieldset.centered {
  text-align: center;
}

.modal--locked form fieldset.centered input {
  float: none;
  display: inline-block;
}

.modal--locked form fieldset.fw {
  margin-bottom: 15px;
}

.modal--locked form fieldset.fw input {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .modal--locked form fieldset {
    margin-bottom: 0 !important;
  }

  .modal--locked form fieldset input[type=email] {
    margin-bottom: 15px !important;
    width: 100% !important;
  }
}
.modal * {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}

header#header .newsletter {
  position: absolute;
  top: 50%;
  height: 30px;
  cursor: pointer;
  transform: translateY(-50%);
  right: 75px;
  font-size: 13px;
  font-weight: 500;
}

header#header .newsletter:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  height: 20px;
  width: 1px;
  background: #000;
}

@media screen and (max-width: 1550px) {
  header#header .newsletter {
    right: 55px;
  }

  header#header .newsletter:before {
    left: -5px;
  }
}
header#header .newsletter img {
  display: inline-block;
  vertical-align: middle;
}

header#header .newsletter span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  header#header .newsletter span {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
