@charset "UTF-8";
/*!                      
Theme Name: greadelettronica
Author: MADE IN CIMA Team
Author URI: https://www.madeincima.it
Version: 1.0
Text Domain: mc 
*/
/* ----------- RESET DEFAULT STYLES ----------- */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6em;
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 150%;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  outline: none;
}

img[src$=".gif"], img[src$=".png"], img[src$=".webp"], img[src$=".jpg"] {
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
}

@font-face {
  font-family: "Kanit";
  src: url("font/Kanit-Regular.eot");
  src: url("font/Kanit-Regular.eot?#iefix") format("embedded-opentype"), url("font/Kanit-Regular.woff2") format("woff2"), url("font/Kanit-Regular.woff") format("woff"), url("font/Kanit-Regular.ttf") format("truetype"), url("font/Kanit-Regular.svg#Kanit-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kanit";
  src: url("font/Kanit-Medium.eot");
  src: url("font/Kanit-Medium.eot?#iefix") format("embedded-opentype"), url("font/Kanit-Medium.woff2") format("woff2"), url("font/Kanit-Medium.woff") format("woff"), url("font/Kanit-Medium.ttf") format("truetype"), url("font/Kanit-Medium.svg#Kanit-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kanit";
  src: url("font/Kanit-Light.eot");
  src: url("font/Kanit-Light.eot?#iefix") format("embedded-opentype"), url("font/Kanit-Light.woff2") format("woff2"), url("font/Kanit-Light.woff") format("woff"), url("font/Kanit-Light.ttf") format("truetype"), url("font/Kanit-Light.svg#Kanit-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("font/OpenSans-Regular.eot");
  src: url("font/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-Regular.woff2") format("woff2"), url("font/OpenSans-Regular.woff") format("woff"), url("font/OpenSans-Regular.ttf") format("truetype"), url("font/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("font/OpenSans-Bold.eot");
  src: url("font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-Bold.woff2") format("woff2"), url("font/OpenSans-Bold.woff") format("woff"), url("font/OpenSans-Bold.ttf") format("truetype"), url("font/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.logo {
  position: relative;
  display: block;
  width: 100px;
  height: 33px;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background: url(images/logo.svg) no-repeat center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 62.51em) {
  .logo {
    width: 135.7142857143px;
    height: 42.8571428571px;
  }
}
@media screen and (min-width: 75.01em) {
  .logo {
    width: 158.3333333333px;
    height: 50px;
  }
}
@media screen and (min-width: 100.01em) {
  .logo {
    width: 190px;
    height: 60px;
  }
}
@media screen and (min-width: 62.51em) {
  .header .logo {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.menu-open .logo {
  background: url(images/logo-white.svg) no-repeat center;
  background-size: contain;
  z-index: 500;
}
@media screen and (min-width: 62.51em) {
  .header.thin .logo {
    width: 126.6666666667px;
    height: 40px;
  }
}
@media screen and (min-width: 75.01em) {
  .header.thin .logo {
    width: 146.1538461538px;
    height: 46.1538461538px;
  }
}
@media screen and (min-width: 100.01em) {
  .header.thin .logo {
    width: 158.3333333333px;
    height: 50px;
  }
}
.maintenance .logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 190px;
  height: 60px;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  z-index: 300;
  height: 67px;
  background: none;
  color: #2E3236;
  transition: height 0.3s ease-in-out;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 56.26em) {
  .header {
    position: fixed;
    background: #ffffff;
  }
}
@media screen and (min-width: 62.51em) {
  .header {
    height: 75px;
  }
}
@media screen and (min-width: 75.01em) {
  .header {
    height: 100px;
  }
}
@media screen and (min-width: 100.01em) {
  .header {
    height: 126px;
  }
}
.header.thin {
  position: fixed;
  background: #ffffff;
}
@media screen and (min-width: 62.51em) {
  .header.thin {
    height: 70px;
  }
}
@media screen and (min-width: 75.01em) {
  .header.thin {
    height: 85px;
  }
}
@media screen and (min-width: 100.01em) {
  .header.thin {
    height: 111px;
  }
}
.maintenance .header {
  position: relative;
  top: unset;
  left: unset;
  padding: 0;
}
.header > .inner {
  position: relative;
  height: 100%;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media screen and (min-width: 62.51em) {
  .header > .inner {
    position: unset;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.icon-hamburger, .menu-trigger {
  display: block;
  width: 32px;
  height: 20px;
  cursor: pointer;
  z-index: 282;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 62.51em) {
  .icon-hamburger, .menu-trigger {
    display: none;
  }
}
.menu-open .icon-hamburger, .menu-open .menu-trigger {
  transition: all 0.3s ease-in-out;
}
.menu-open .icon-hamburger .icon, .menu-open .menu-trigger .icon {
  background: none;
  width: 100%;
  margin: unset;
  right: 2px;
}
.menu-open .icon-hamburger .icon:before, .menu-open .icon-hamburger .icon:after, .menu-open .menu-trigger .icon:before, .menu-open .menu-trigger .icon:after {
  background: #ffffff;
}
.no-touch .menu-open .icon-hamburger:hover, .no-touch .menu-open .menu-trigger:hover {
  transform: scale(1.1) translateY(-50%);
}
.no-touch .menu-open .icon-hamburger:hover .icon, .no-touch .menu-open .menu-trigger:hover .icon {
  background: none;
}
.no-touch .menu-open .icon-hamburger:hover .icon:before, .no-touch .menu-open .icon-hamburger:hover .icon:after, .no-touch .menu-open .menu-trigger:hover .icon:before, .no-touch .menu-open .menu-trigger:hover .icon:after {
  background: #ffffff;
}
.no-touch .icon-hamburger:hover .icon:before, .no-touch .icon-hamburger:hover .icon:after, .no-touch .menu-trigger:hover .icon:before, .no-touch .menu-trigger:hover .icon:after {
  background: #F16826;
}
.icon-hamburger .icon, .menu-trigger .icon {
  width: 32px;
  height: 2px;
  text-indent: -9999px;
  line-height: 0;
  display: block;
  position: relative;
  margin: 0 auto;
}
.icon-hamburger .icon:before, .icon-hamburger .icon:after, .menu-trigger .icon:before, .menu-trigger .icon:after {
  transition: all 0.3s ease-in-out;
  background: white;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  background: #2E3236;
  content: "";
}
.menu-open .icon-hamburger .icon:before, .menu-open .icon-hamburger .icon:after, .menu-open .menu-trigger .icon:before, .menu-open .menu-trigger .icon:after {
  width: 100%;
}
.icon-hamburger .icon:before, .menu-trigger .icon:before {
  transition-property: top, transform;
  top: -4px;
}
.menu-open .icon-hamburger .icon:before, .menu-open .menu-trigger .icon:before {
  transform: rotate(45deg);
  top: 0;
}
.icon-hamburger .icon:after, .menu-trigger .icon:after {
  transition-property: bottom, transform;
  bottom: -4px;
}
.menu-open .icon-hamburger .icon:after, .menu-open .menu-trigger .icon:after {
  transform: rotate(-45deg);
  bottom: 0;
}

@media screen and (max-width: 62.5em) {
  .menu-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 110%;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    text-align: center;
    background: #F16826;
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
  }
}
@media screen and (min-width: 62.51em) {
  .menu-container {
    position: relative;
    top: 3px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 75.01em) {
  .menu-container {
    position: relative;
    top: 3px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 100.01em) {
  .menu-container {
    position: relative;
    top: 10px;
  }
}
@media screen and (min-width: 62.51em) {
  .menu-container .inner {
    max-width: 100%;
    width: 100%;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 62.5em) {
  .menu-open .menu-container {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 56.25em) {
  .menu-open .menu-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-menu {
  text-align: center;
}
@media screen and (max-width: 62.5em) {
  .main-menu {
    width: 100%;
  }
}
@media screen and (min-width: 62.51em) {
  .main-menu + * {
    margin-left: 25px;
  }
}
@media screen and (min-width: 87.51em) {
  .main-menu + * {
    margin-left: 35px;
  }
}
@media screen and (min-width: 100.01em) {
  .main-menu + * {
    margin-left: 50px;
  }
}
@media screen and (max-width: 62.5em) {
  .main-menu + * {
    margin-top: 80px;
  }
}
@media screen and (min-width: 62.51em) {
  .main-menu .menu {
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
.main-menu li {
  position: relative;
  margin-bottom: 2em;
  line-height: 1;
}
.main-menu li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 62.51em) {
  .main-menu li {
    margin-bottom: 0;
  }
  .main-menu li + li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 87.51em) {
  .main-menu li + li {
    margin-left: 35px;
  }
}
@media screen and (min-width: 100.01em) {
  .main-menu li + li {
    margin-left: 50px;
  }
}
.main-menu li a {
  position: relative;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 62.51em) {
  .main-menu li a {
    color: #2E3236;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 87.51em) {
  .main-menu li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 62.5em) {
  .main-menu li a {
    letter-spacing: 1.5px;
  }
}
.main-menu li a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #ffffff;
  transition: width 0.2s ease-in-out;
}
@media screen and (min-width: 62.51em) {
  .main-menu li a:after {
    bottom: -5px;
    background: #2E3236;
  }
}
.no-touch .main-menu li a:hover:after {
  width: 100%;
}
.main-menu .current-menu-item > a,
.main-menu .current-page-ancestor > a,
.main-menu .current-menu-ancestor > a,
.main-menu .active > a {
  color: #ffffff;
  font-weight: bold;
}
@media screen and (min-width: 62.51em) {
  .main-menu .current-menu-item > a,
  .main-menu .current-page-ancestor > a,
  .main-menu .current-menu-ancestor > a,
  .main-menu .active > a {
    color: #2E3236;
  }
}
.main-menu .current-menu-item > a:after,
.main-menu .current-page-ancestor > a:after,
.main-menu .current-menu-ancestor > a:after,
.main-menu .active > a:after {
  width: 100%;
}

.language-switcher-container {
  line-height: 1;
}

.language-switcher {
  position: relative;
  top: 6px;
  display: block;
  padding: 0;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (min-width: 62.51em) {
  .language-switcher {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 62.5em) {
  .language-switcher {
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
.language-switcher span, .language-switcher a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 62.51em) {
  .language-switcher span, .language-switcher a {
    color: #2E3236;
  }
  .no-touch .language-switcher span:hover, .no-touch .language-switcher a:hover {
    color: #2E3236 !important;
  }
}
.no-touch .language-switcher span:hover, .no-touch .language-switcher a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.no-touch .language-switcher a:hover {
  text-decoration: underline;
}
.language-switcher .header-langs {
  position: absolute;
  left: 50%;
  top: 100%;
  display: none;
  padding: 6px 0 0 0;
  list-style-type: none;
  background: #ffffff;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transform: translateX(-50%);
}
@media screen and (max-width: 62.5em) {
  .language-switcher .header-langs {
    display: flex !important;
    flex-wrap: wrap;
    position: relative;
    background: none;
    top: unset;
    padding: 0;
  }
  .language-switcher .header-langs a {
    color: #ffffff;
  }
}
.language-switcher .header-langs a {
  display: block;
  font-weight: normal;
}
.no-touch .language-switcher .header-langs a:hover {
  text-decoration: underline;
}
.language-switcher .dropdown-trigger {
  position: relative;
  display: block;
  line-height: 1;
  padding-bottom: 0px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 62.51em) {
  .language-switcher .dropdown-trigger {
    padding-bottom: 12px;
  }
  .no-touch .language-switcher .dropdown-trigger:hover {
    color: #2E3236;
  }
}
.language-switcher .dropdown-trigger:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 14px;
  height: 10px;
  content: "";
  background: url(images/arrow-lang.svg) no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  transform-origin: center;
  transform: translateX(-50%);
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 62.5em) {
  .language-switcher .dropdown-trigger {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .language-switcher .dropdown-trigger:after {
    display: none;
  }
  .language-switcher .dropdown-trigger + *:before {
    content: "|";
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    color: #ffffff;
  }
}
.language-switcher.open .dropdown-trigger:after {
  transform: rotate(180deg) translateX(50%);
}
.search-trigger {
  overflow: hidden;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(images/lens-icon.svg) #F16826 center no-repeat;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 62.51em) {
  .search-trigger {
    background: url(images/lens-icon.svg) #F16826 center no-repeat;
    background-size: 20px;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 75.01em) {
  .search-trigger {
    width: 60px;
    height: 60px;
    background: url(images/lens-icon.svg) #F16826 center no-repeat;
    background-size: 26px;
  }
}
@media screen and (min-width: 100.01em) {
  .search-trigger {
    width: 80px;
    height: 80px;
    background: url(images/lens-icon.svg) #F16826 center no-repeat;
    background-size: 29px;
  }
}
@media screen and (max-width: 62.5em) {
  .search-trigger {
    display: none;
  }
}
.search-trigger:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
@media screen and (min-width: 87.51em) {
  .search-trigger:after {
    border-right: 13px solid transparent;
    border-top: 13px solid transparent;
    border-bottom: 13px solid #ffffff;
  }
}
@media screen and (min-width: 100.01em) {
  .search-trigger:after {
    border-right: 18px solid transparent;
    border-top: 18px solid transparent;
    border-bottom: 18px solid #ffffff;
  }
}
.no-touch .search-trigger:hover {
  transform: scale(1.1);
}

.search-container {
  position: fixed;
  top: -110%;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 30vh;
  padding: 70px 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  text-align: center;
  background: #2E3236;
  transition: top 0.5s ease 0s;
}
@media screen and (max-width: 62.5em) {
  .search-container {
    top: unset;
    bottom: -110%;
    transition: bottom 0.5s ease 0s;
  }
  .search-container:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-top: 18px solid #F16826;
    position: absolute;
    top: -1px;
    right: -1px;
  }
  .menu-open .search-container {
    top: unset;
    bottom: 0;
    height: auto;
    padding: 0;
    background: none;
    overflow-y: unset;
  }
  .menu-open .search-container .inner {
    max-width: 100%;
    width: 100%;
  }
}
.search-container-open .search-container {
  top: 0;
}
.search-container form {
  width: 100%;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.search-container .search-form-container:focus-within {
  outline: none;
}
@media screen and (min-width: 62.51em) {
  .search-container .search-form-container.inner {
    width: 75.7333333333%;
    max-width: 720px;
    border-bottom: 1px solid #ffffff;
  }
}
.search-container .search-field {
  width: 100%;
  font-size: 2.6rem;
  color: #ffffff;
  background-color: transparent;
  border: none;
  font-family: "Open Sans";
  font-weight: normal;
}
.search-container .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.search-container .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.search-container .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.search-container .search-field:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
@media screen and (min-width: 62.51em) {
  .search-container .search-field {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 62.5em) {
  .search-container .search-field {
    background: #ffffff;
    height: 60px;
    padding-left: 20px;
    color: #F16826;
  }
  .search-container .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #F16826;
  }
  .search-container .search-field::-moz-placeholder { /* Firefox 19+ */
    color: #F16826;
  }
  .search-container .search-field:-ms-input-placeholder { /* IE 10+ */
    color: #F16826;
  }
  .search-container .search-field:-moz-placeholder { /* Firefox 18- */
    color: #F16826;
  }
}
.search-container .search-field:focus-visible {
  outline: none;
}
.search-container .search-field::-webkit-search-cancel-button {
  display: none;
}
.search-container .search-btn {
  width: 22px;
  height: 22px;
  color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 43.76em) {
  .search-container .search-btn {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 62.51em) {
  .search-container .search-btn {
    background: url(images/icon-search-white.svg) center no-repeat;
    background-size: contain;
  }
  .no-touch .search-container .search-btn:hover {
    background: url(images/icon-search-orange.svg) center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 62.5em) {
  .search-container .search-btn {
    background: url(images/lens-icon-orange.svg) #ffffff center no-repeat !important;
    background-size: 22px !important;
    height: 60px;
    width: 60px;
  }
}
.search-container .close-search-trigger {
  position: absolute;
  top: 31px;
  right: 21px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(images/icon-close-white.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 43.76em) {
  .search-container .close-search-trigger {
    top: 35px;
    right: 64px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 56.26em) {
  .search-container .close-search-trigger {
    top: 43px;
  }
}
@media screen and (min-width: 75.01em) {
  .search-container .close-search-trigger {
    top: 52px;
  }
}
@media screen and (min-width: 87.51em) {
  .search-container .close-search-trigger {
    top: 57px;
  }
}
@media screen and (max-width: 62.5em) {
  .menu-open .search-container .close-search-trigger {
    display: none;
  }
}
.no-touch .search-container .close-search-trigger:hover {
  background: url(images/icon-close-orange2.svg) center no-repeat;
  background-size: contain;
}

.footer {
  position: relative;
  color: #2E3236;
  text-align: center;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
.footer .inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.footer .graphic-line {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 12.5%;
  height: auto;
  left: 45%;
  transform: translateY(-30%);
  max-width: 165px;
}
@media screen and (min-width: 75.01em) {
  .footer .graphic-line {
    left: 37%;
  }
}
@media screen and (min-width: 87.51em) {
  .footer .graphic-line {
    left: 38%;
  }
}
@media screen and (max-width: 56.25em) {
  .footer .graphic-line {
    display: none;
  }
}
@media screen and (min-width: 56.26em) {
  .footer .footer-top {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 100.01em) {
  .footer .footer-top {
    padding-top: 125px;
    padding-bottom: 80px;
  }
}
.footer > .inner a {
  color: #2E3236;
}
@media screen and (min-width: 56.26em) {
  .footer .background-1 {
    padding: 55px 0;
  }
}
@media screen and (max-width: 56.25em) {
  .footer .background-1 {
    padding: 50px 0;
    background: none;
  }
}
.footer .footer-bottom {
  font-size: 1.4rem;
}
.footer .footer-bottom a {
  text-decoration: none;
}
.no-touch .footer .footer-bottom a:hover {
  text-decoration: underline;
}
.footer .footer-bottom .column {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.footer .footer-bottom .column.column-info-footer {
  font-size: 1.2rem;
}
@media screen and (min-width: 56.26em) {
  .footer .footer-bottom .column.column-info-footer {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 56.25em) {
  .footer .footer-bottom .column.column-info-footer {
    margin-top: 15px;
  }
}
@media screen and (max-width: 56.25em) {
  .footer .footer-bottom .column.column-info-footer > * {
    width: 100%;
    text-align: center;
  }
  .footer .footer-bottom .column.column-info-footer > *.social-menu .menu {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 56.26em) {
  .footer .footer-bottom .column.column-info-footer .piva + * {
    margin-top: unset;
    margin-left: 20px;
  }
}
.footer .footer-menu {
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 56.25em) {
  .footer .footer-menu {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer-menu .menu {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media screen and (max-width: 56.25em) {
  .footer .footer-menu .menu {
    -moz-justify-content : center;
    -ms-justify-content : center;
    -o-justify-content : center;
    justify-content : center;
  }
}
.footer .footer-menu .menu li + li:before {
  content: "|";
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}
@media screen and (max-width: 56.25em) {
  .footer .footer-menu .menu li + li:nth-child(4):before {
    display: none;
  }
}
.footer .footer-menu .menu li.current-menu-item a {
  text-decoration: underline;
}
@media screen and (min-width: 56.26em) {
  .footer .footer-menu + .mic:before {
    content: "|";
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
  }
}
.footer .mic {
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 56.25em) {
  .footer .mic {
    width: 100%;
  }
}
@media screen and (min-width: 56.26em) and (max-width: 68.75em) {
  .footer .mic {
    margin-left: 0;
    width: 100%;
    text-align: left;
  }
  .footer .mic:before {
    display: none !important;
  }
}
.footer .logo-group {
  max-width: 130px;
}
.footer .map-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 56.26em) {
  .footer .map-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 4;
  }
}
@media screen and (min-width: 75.01em) {
  .footer .map-container {
    width: 82%;
  }
}
@media screen and (min-width: 87.51em) {
  .footer .map-container {
    width: 75%;
  }
  .footer .map-container:before {
    display: none;
  }
}
@media screen and (max-width: 56.25em) {
  .footer .map-container {
    max-height: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .map-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.footer .map-container .inner-map {
  position: relative;
}
.footer .map-container .inner-map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 190.6666666667%;
}
@media screen and (min-width: 37.51em) {
  .footer .map-container .inner-map {
    position: relative;
  }
  .footer .map-container .inner-map:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 106.6666666667%;
  }
}
@media screen and (min-width: 43.76em) {
  .footer .map-container .inner-map {
    position: relative;
  }
  .footer .map-container .inner-map:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 80%;
  }
}
@media screen and (min-width: 56.26em) {
  .footer .map-container .inner-map {
    position: relative;
  }
  .footer .map-container .inner-map:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 109.375%;
  }
}
.footer .map-container svg {
  width: 75%;
  height: auto;
  margin-left: auto;
}
.footer .map-container--desktop {
  display: none;
}
@media screen and (min-width: 56.26em) {
  .footer .map-container--desktop {
    display: block;
  }
}
.footer .map-container--desktop svg {
  width: 69%;
  height: auto;
  margin-left: auto;
}
.footer .map-container--mobile {
  display: block;
}
@media screen and (min-width: 56.26em) {
  .footer .map-container--mobile {
    display: none;
  }
}
.footer .map-container--mobile svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 110%;
  transform: translateX(-50%);
}
.footer .map-container .gread-pin {
  pointer-events: none;
}
.footer .map-container .ergad-lab-pin a,
.footer .map-container .gread-lab-pin a {
  pointer-events: all;
  cursor: pointer;
}
.footer .map-container .ergad-lab-pin a > *,
.footer .map-container .gread-lab-pin a > * {
  pointer-events: auto;
  transition: opacity .3s ease-in-out;
}
.no-touch .footer .map-container .ergad-lab-pin a:hover > *,
.no-touch .footer .map-container .gread-lab-pin a:hover > * {
  opacity: 0.8;
}
.footer .footer-top {
  position: relative;
  overflow: hidden;
}
.footer .footer-top > .inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 56.25em) {
  .footer .footer-top .column.w-33 {
    margin-bottom: -420px;
  }
}
@media screen and (min-width: 37.51em) and (max-width: 56.25em) {
  .footer .footer-top .column.w-33 {
    display: block;
  }
  .footer .footer-top .column.w-33 .contact {
    margin-left: unset;
    margin-top: 20px;
  }
}

* + .social-menu {
  margin-top: 15px;
}

.social-menu .menu {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.social-menu .menu li {
  list-style-type: none;
}
.social-menu .menu li:last-child {
  margin-right: 0;
}
.social-menu .menu li a {
  position: relative;
  display: block;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  line-height: 0;
}
@media screen and (min-width: 56.26em) and (max-width: 75em) {
  .social-menu .menu li a {
    width: 22px;
    height: 22px;
  }
}
.social-menu .menu li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}
.no-touch .social-menu .menu li a:hover:before {
  opacity: 0.8;
}
.social-menu .menu li + li {
  margin-left: 10px;
}
@media screen and (min-width: 56.26em) and (max-width: 75em) {
  .social-menu .menu li + li {
    margin-left: 8px;
  }
}
.social-menu .menu li.instagram a:before {
  background: url(images/instagram-icon.svg) no-repeat center;
  background-size: contain;
}
.social-menu .menu li.facebook a:before {
  background: url(images/facebook-icon.svg) no-repeat center;
  background-size: contain;
}
.social-menu .menu li.linkedin a:before {
  background: url(images/linkedin-icon.svg) no-repeat center;
  background-size: contain;
}

.contacts-container {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.contacts-container .contact {
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .contacts-container .contact {
    width: 47%;
  }
  .contacts-container .contact.contact-1 {
    order: 1;
  }
  .contacts-container .contact.contact-3 {
    order: 2;
  }
  .contacts-container .contact.contact-2 {
    order: 3;
  }
  .contacts-container .contact.contact-2 p + h5:not([class]), .contacts-container .contact.contact-2 p + h6:not([class]) {
    margin-top: 22px !important;
  }
}
@media screen and (min-width: 56.26em) and (min-width: 56.26em) and (max-width: 75em) {
  .page-template-page-contatti .block-block_intro .contacts-container .contact {
    padding-right: 0px;
  }
}
@media screen and (min-width: 56.26em) {
  .contacts-container .contact .text-contacts {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 56.26em) and (min-width: 62.51em) and (max-width: 75em) {
  .page-template-page-contatti .block-block_intro .contacts-container .contact .text-contacts p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 56.26em) and (min-width: 56.26em) and (max-width: 62.5em) {
  .page-template-page-contatti .block-block_intro .contacts-container .contact .text-contacts p {
    font-size: 1.2rem;
  }
}
.contacts-container .contact .contact {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 56.26em) {
  .contacts-container .contact + .contact:not(.contact-3) {
    margin-top: 0px;
  }
}
.contacts-container .contact .title + *, .contacts-container .contact h1:not([class]) + *, .contacts-container .contact h2:not([class]) + *, .contacts-container .contact h3:not([class]) + *, .contacts-container .contact h4:not([class]) + *, .contacts-container .contact h5:not([class]) + *, .contacts-container .contact h6:not([class]) + * {
  margin-top: 13px;
}
.contacts-container .contact h5:not([class]) + h6:not([class]) + p + h6:not([class]) + p {
  margin-top: 3px;
}
.contacts-container:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.contact {
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 37.51em) {
  .contact {
    width: 40%;
  }
}
@media screen and (min-width: 43.76em) {
  .contact {
    width: 30%;
  }
}
@media screen and (min-width: 56.26em) {
  .contact {
    padding-top: 30px;
    width: 325px;
    padding-right: 25px;
  }
  .contact:before {
    content: "";
    display: block;
    width: 90px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/line.svg) no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 87.51em) {
  .contact {
    padding-right: 35px;
    width: 360px;
  }
}
@media screen and (min-width: 37.51em) and (max-width: 56.25em) {
  .contact {
    width: 45%;
  }
  .contact.contact-1 {
    float: left;
  }
  .contact:not(.contact-1) {
    float: right;
  }
}
.contact .title, .contact h1:not([class]), .contact h2:not([class]), .contact h3:not([class]), .contact h4:not([class]), .contact h5:not([class]), .contact h6:not([class]) {
  font-weight: normal;
}
.contact .title + *, .contact h1:not([class]) + *, .contact h2:not([class]) + *, .contact h3:not([class]) + *, .contact h4:not([class]) + *, .contact h5:not([class]) + *, .contact h6:not([class]) + * {
  margin-top: 12px;
}
.contact.contact-2 {
  margin-top: 25px;
}
.contact.contact-2 p + p {
  margin-top: 0px;
}
.contact a:not([class]) {
  color: #2E3236 !important;
}
.contact .contact {
  width: 100%;
}
.contact h4 + * {
  margin-top: 15px;
}
.contact .title.title--5 {
  font-size: 2.2rem;
}
.contact .title-contact-2 {
  font-size: 1.8rem;
}
.contact .title-contact-2 span {
  font-size: 1.4rem;
  width: 100%;
  display: block;
  margin-top: 10px;
  line-height: 1;
}
.contact .contact-lab-technical-support {
  margin-top: 20px;
}
.contact .contact-lab-technical-support h5 + * {
  margin-top: 8px;
}
.block-block_intro .contact .contact-lab-technical-support h5 + * {
  margin-top: 0;
}
.block-block_intro .contact .contact-lab-technical-support + p {
  margin-top: 10px;
}
.contact p + p {
  margin-top: 0px;
}
.contact p span {
  display: inline-block;
}
.contact p span + span {
  margin-left: 5px;
}
@media screen and (min-width: 37.51em) and (max-width: 43.75em) {
  .contact p span {
    display: block;
  }
  .contact p span + span {
    margin-left: unset;
  }
}
.contact + .contact {
  margin-top: 40px;
}
@media screen and (min-width: 37.51em) and (max-width: 56.25em) {
  .footer .contact + .contact {
    margin-top: 0;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_intro .contact + .contact {
    margin-top: 0px;
  }
}
@media screen and (max-width: 56.25em) {
  .contact.contact-2 {
    margin-left: 25px;
  }
}
.contact.contact-2, .contact.contact-4 {
  padding-top: 0;
}
.contact.contact-2:before, .contact.contact-4:before {
  display: none;
}
.contact.contact-4 {
  margin-top: 35px;
}
@media screen and (min-width: 56.26em) {
  .contact.contact-4 {
    margin-top: 45px;
  }
}
.footer .contact.contact-1 p, .footer .contact.contact-2 p {
  width: 220px;
}
.footer .contact.contact-1 p span + span, .footer .contact.contact-2 p span + span {
  margin-left: 0;
}
.footer .contact.contact-3 p {
  width: 210px;
}
.footer .contact.contact-3 p span + span {
  margin-left: 0;
}

.screenreader-menu, .screen-reader-text {
  position: absolute;
  top: -999px;
  left: -999px;
}

.screen-reader-text:focus-visible {
  position: absolute !important;
  top: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  outline-offset: 3px;
  background: #2E3236;
  color: #ffffff;
  box-shadow: none !important;
  outline-offset: 0px;
  padding: 5px 10px !important;
  display: inline-block !important;
  text-decoration: none !important;
  margin: unset !important;
  overflow: unset !important;
  clip: unset !important;
  white-space: unset !important;
  border: unset !important;
  z-index: 1000000;
}

html, body {
  display: block;
  width: 100%;
  color: #2E3236;
}
html a, body a {
  color: black;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.no-touch html a:hover, .no-touch body a:hover {
  text-decoration: none;
}

html {
  width: 100%;
}
html.maintenance {
  background: #ffffff;
}

body {
  color: black;
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  line-height: 1.65;
  font-size: 1.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
.maintenance body {
  position: relative;
  height: 100%;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  overflow-y: auto;
  background: #ffffff;
  color: #000000;
  min-height: 700px;
}
.maintenance body:before {
  content: "";
  display: block;
  width: 228px;
  height: 166px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/header-mobile-shape.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
}
.maintenance body:after {
  content: "";
  display: block;
  width: 228px;
  height: 166px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/header-mobile-shape.svg) no-repeat center;
  background-size: contain;
  transform: scale(-1);
  z-index: 10;
}

.inner, .inner-element {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 56.26em) {
  .inner, .inner-element {
    width: 100%;
  }
}
@media screen and (min-width: 100.01em) {
  .inner, .inner-element {
    width: 100%;
  }
}
.block-block_numbers .inner, .block-block_history .inner, .block-block_numbers .inner-element, .block-block_history .inner-element {
  max-width: 1350px;
}
.header .inner, .block-block_mainbanner .inner, .block-block_form .inner, .footer .inner, .header .inner-element, .block-block_mainbanner .inner-element, .block-block_form .inner-element, .footer .inner-element {
  max-width: 1350px;
}
@media screen and (min-width: 56.26em) {
  .header .inner, .block-block_mainbanner .inner, .block-block_form .inner, .footer .inner, .header .inner-element, .block-block_mainbanner .inner-element, .block-block_form .inner-element, .footer .inner-element {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 75.01em) {
  .header .inner, .block-block_mainbanner .inner, .block-block_form .inner, .footer .inner, .header .inner-element, .block-block_mainbanner .inner-element, .block-block_form .inner-element, .footer .inner-element {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 100.01em) {
  .header .inner, .block-block_mainbanner .inner, .block-block_form .inner, .footer .inner, .header .inner-element, .block-block_mainbanner .inner-element, .block-block_form .inner-element, .footer .inner-element {
    width: 100%;
  }
}
.menu-container .inner, .menu-container .inner-element {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 56.26em) and (max-width: 62.5em) {
  .menu-container .inner, .menu-container .inner-element {
    width: calc(100% - 100px);
  }
}
.inner.full-width, .inner-element.full-width {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 56.25em) {
  .footer .inner.full-width, .footer .inner-element.full-width {
    width: calc(100% - 40px);
  }
}
.inner.inner-2, .inner-element.inner-2 {
  max-width: 930px;
}
@media screen and (min-width: 56.26em) and (max-width: 62.5em) {
  .inner.inner-2, .inner-element.inner-2 {
    max-width: 850px;
  }
}
.inner + .inner, .inner-element + .inner {
  margin-top: 40px;
}
@media screen and (min-width: 56.26em) {
  .inner + .inner, .inner-element + .inner {
    margin-top: 55px;
  }
}

.background-1 {
  background: #E2E9EF;
  color: #2E3236;
}
.background-1 a {
  color: #2E3236;
}

.main {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  padding-top: 67px;
}
.main .main-content {
  display: block;
  width: 100%;
}
@media screen and (min-width: 62.51em) {
  .main {
    padding-top: 75px;
  }
}
@media screen and (min-width: 75.01em) {
  .main {
    padding-top: 100px;
  }
}
@media screen and (min-width: 100.01em) {
  .main {
    padding-top: 126px;
  }
}
@media screen and (max-width: 56.25em) {
  .main:before {
    content: "";
    display: block;
    width: 228px;
    height: 166px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/header-mobile-shape.svg) no-repeat center;
    background-size: contain;
    z-index: 10;
  }
  .home .main:before {
    display: none;
  }
}
@media screen and (max-width: 56.25em) {
  .home .main {
    padding-top: 0;
  }
}
.main + * {
  /*margin-top:60px;
  @include media('screen', '>dim_900') {
  	margin-top:150px;
  }
  @include media('screen', '>dim_1600') {
  	margin-top:245px;
  }*/
}

.hide {
  display: none;
}

.hide-mobile {
  display: none !important;
}
@media screen and (min-width: 56.26em) {
  .hide-mobile {
    display: block !important;
  }
}

.hide-desktop {
  display: block !important;
}
@media screen and (min-width: 56.26em) {
  .hide-desktop {
    display: none !important;
  }
}

.no-touch a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
}
.no-touch a[href*="tel:"]:hover {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

figure {
  display: block;
  width: 100%;
  position: relative;
}

.video-container {
  position: relative;
}
.video-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.video-container:after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 0;
  background: #ffffff;
  z-index: 10;
  transform-origin: bottom left;
  transform: rotate(45deg) translate(-50%,50%);
}
@media screen and (min-width: 56.26em) {
  .video-container:after {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 100.01em) {
  .video-container:after {
    width: 120px;
    height: 120px;
  }
}
.block-block_intro--with-image .video-container:after {
  bottom: unset;
  top: 0;
  transform-origin: top left;
  transform: rotate(45deg) translate(-50%,-50%);
}

.images-container {
  width: 100%;
}

.image-container, .video-container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}
.block-block_text_image.corner-up .image-container, .block-block_text_image.corner-up .video-container {
  transform: scale(-1);
}
.block-block_text_image.corner-up .image-container picture img, .block-block_text_image.corner-up .image-container video, .block-block_text_image.corner-up .video-container picture img, .block-block_text_image.corner-up .video-container video {
  transform: scale(-1);
}
.block-block_text_image.corner-up.media-align-right .image-container, .block-block_text_image.corner-up.media-align-right .video-container {
  transform: scale(1,-1);
}
.block-block_text_image.corner-up.media-align-right .image-container picture img, .block-block_text_image.corner-up.media-align-right .image-container video, .block-block_text_image.corner-up.media-align-right .video-container picture img, .block-block_text_image.corner-up.media-align-right .video-container video {
  transform: scale(1,-1);
}
.block-block_text_image.corner-down.media-align-left .image-container, .block-block_text_image.corner-down.media-align-left .video-container {
  transform: scaleX(-1);
}
.block-block_text_image.corner-down.media-align-left .image-container picture img, .block-block_text_image.corner-down.media-align-left .image-container video, .block-block_text_image.corner-down.media-align-left .video-container picture img, .block-block_text_image.corner-down.media-align-left .video-container video {
  transform: scaleX(-1);
}
.listing-solutions .image-container, .listing-solutions .video-container {
  transform: scaleX(-1);
}
.listing-solutions .image-container picture img, .listing-solutions .image-container video, .listing-solutions .video-container picture img, .listing-solutions .video-container video {
  transform: scaleX(-1);
}
.image-container img, .image-container video, .video-container img, .video-container video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-block_text_image .image-container img, .block-block_text_image .image-container video, .block-block_text_image .video-container img, .block-block_text_image .video-container video {
  transition: unset;
}
.image-container video, .video-container video {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.image-container picture, .video-container picture {
  position: relative;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.image-container picture:before, .video-container picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 56.25em) {
  .image-container picture, .video-container picture {
    position: relative;
  }
  .image-container picture:before, .video-container picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 81.6901408451%;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_images .image-container picture, .block-block_images .video-container picture {
    position: relative;
  }
  .block-block_images .image-container picture:before, .block-block_images .video-container picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50.5415162455%;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_intro .image-container picture, .block-block_intro .video-container picture {
    position: relative;
  }
  .block-block_intro .image-container picture:before, .block-block_intro .video-container picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 30.6859205776%;
  }
}
.image-container picture:after, .video-container picture:after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 0;
  background: #ffffff;
  z-index: 10;
  transform-origin: bottom left;
  transform: rotate(45deg) translate(-50%,50%);
}
@media screen and (min-width: 56.26em) {
  .image-container picture:after, .video-container picture:after {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 100.01em) {
  .image-container picture:after, .video-container picture:after {
    width: 120px;
    height: 120px;
  }
}
.block-block_intro--with-image .image-container picture:after, .block-block_intro--with-image .video-container picture:after {
  bottom: unset;
  top: 0;
  transform-origin: top left;
  transform: rotate(45deg) translate(-50%,-50%);
}

.align-center {
  text-align: center;
}
.align-center .single-link {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 56.26em) {
  .align-center .single-link {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.column + .single-link, .block + .single-link {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.column {
  position: relative;
  z-index: 1;
  width: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 56.26em) {
  .column {
    width: 50%;
  }
}
@media screen and (max-width: 56.25em) {
  .column + .column {
    margin-top: 50px;
  }
}
.column + .column.column-listing, .column + .column.column-slider {
  margin-top: 65px;
}
@media screen and (min-width: 56.26em) {
  .column + .column.column-listing, .column + .column.column-slider {
    margin-top: 100px;
  }
}
.column.w-100 {
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .column.w-100 {
    padding-left: 4%;
    padding-right: 4%;
  }
  .block-block_fields .column.w-100, .column.w-100.column-slider {
    padding-left: 0%;
    padding-right: 0%;
  }
  .block-block_solutions .column.w-100, .block-block_form .column.w-100 {
    padding: 0;
  }
  .column.w-100.column-title.align-center {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 790px;
    padding: 0;
  }
  .column.w-100.column-text-search {
    padding: 0;
  }
}
@media screen and (min-width: 100.01em) {
  .column.w-100 {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.column.w-100 + .w-100.column-form {
  margin-top: 40px;
}
@media screen and (min-width: 56.26em) {
  .column.w-100 + .w-100.column-form {
    margin-top: 50px;
  }
}
@media screen and (min-width: 56.26em) {
  .column.w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 56.26em) {
  .column.w-40 {
    width: 40%;
  }
  .block .column.w-40 {
    width: calc(40% - 40px);
  }
}
@media screen and (min-width: 56.26em) {
  .column.w-50 {
    width: 50%;
  }
  .column.w-50:first-child {
    padding-left: 4%;
    padding-right: 5%;
  }
  .column.w-50:first-child.column-image {
    padding-left: 0%;
  }
  .media-align-right .column.w-50:first-child.column-image {
    padding-left: 4%;
    padding-right: 0%;
  }
  .media-align-left .column.w-50:first-child.column-image {
    padding-right: 4%;
    padding-left: 0%;
  }
  .column.w-50:last-child {
    padding-right: 4%;
    padding-left: 5%;
  }
  .listing-solutions .column.w-50:last-child {
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    align-self: flex-start;
    max-height: 75%;
  }
  .column.w-50:last-child.column-image {
    padding-right: 0%;
  }
  .media-align-right .column.w-50:last-child.column-image {
    padding-right: 4%;
    padding-left: 0%;
  }
  .media-align-left .column.w-50:last-child.column-image {
    padding-left: 4%;
    padding-right: 0%;
  }
}
@media screen and (min-width: 100.01em) {
  .column.w-50:first-child {
    padding-left: 6%;
    padding-right: 7%;
  }
  .media-align-right .column.w-50:first-child.column-image {
    padding-left: 6%;
  }
  .media-align-left .column.w-50:first-child.column-image {
    padding-right: 6%;
  }
  .column.w-50:last-child {
    padding-right: 6%;
    padding-left: 7%;
  }
  .media-align-right .column.w-50:last-child.column-image {
    padding-right: 6%;
  }
  .media-align-left .column.w-50:last-child.column-image {
    padding-left: 6%;
  }
}
@media screen and (min-width: 56.26em) {
  .column.w-60 {
    width: 60%;
  }
  .block .column.w-60 {
    width: calc(60% - 40px);
  }
}
@media screen and (min-width: 56.26em) {
  .column.w-33 {
    width: 33.33%;
  }
  .column.w-33:first-child {
    padding-left: 7%;
    padding-right: 6%;
  }
  .column.w-33:last-child {
    padding-right: 7%;
    padding-left: 6%;
  }
  .footer .column.w-33:first-child, .footer .column.w-33:last-child {
    padding: 0;
  }
  .block-block_mainbanner .column.w-33:first-child {
    padding-left: 0%;
    padding-right: 6%;
  }
  .block-block_mainbanner .column.w-33:last-child {
    padding-right: 0%;
    padding-left: 0%;
  }
}
@media screen and (min-width: 56.26em) {
  .column.w-66 {
    width: 66.66%;
  }
  .column.w-66:first-child {
    padding-left: 7%;
    padding-right: 6%;
  }
  .column.w-66:last-child {
    padding-right: 7%;
    padding-left: 6%;
  }
  .footer .column.w-66:first-child, .footer .column.w-66:last-child {
    padding: 0;
  }
  .block-block_mainbanner .column.w-66:first-child {
    padding-left: 0%;
    padding-right: 6%;
  }
  .block-block_mainbanner .column.w-66:last-child {
    padding-right: 7%;
    padding-left: 6%;
  }
}

strong, b {
  font-weight: bold;
}

.cm-open-cookie-notice.cm-open-cookie-notice-shortcode-type-button {
  background: #2E3236 !important;
  border-radius: 0px;
  padding: 9px 15px 10px 15px !important;
  font-weight: normal !important;
  font-size: 1.4rem !important;
  text-transform: uppercase !important;
  font-family: "Open Sans" !important;
  font-style: normal !important;
  transition: all 0.3s ease-in-out !important;
  color: white !important;
  text-decoration: none !important;
  letter-spacing: 0px;
}
.no-touch .cm-open-cookie-notice.cm-open-cookie-notice-shortcode-type-button:hover {
  background: #F16826 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ajax-overlay {
  pointer-events: none;
}
.ajax-overlay:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: black;
  opacity: 0.8;
  pointer-events: none;
}
.ajax-overlay:before {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
  content: "";
  display: block;
  border: 2px solid white;
  border-radius: 50%;
  border-top: 2px solid black;
  width: 55px;
  height: 55px;
  animation: spin 2s linear infinite;
  z-index: 1999999;
  pointer-events: none;
}

/*body.popup-opened {
	> *:not(.site-popup, .cm-cookies, #CybotCookiebotDialog) {
		pointer-events:none;
	}
	&:after {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		position:fixed;
		top:0;
		left: 0;
		z-index: 999999;
		background:$black-color;
		opacity:0.6;
		pointer-events:none;
		z-index:100011;
	}
}*/
/*body.popup-opened {
	width: 100%;
	overflow-y: hidden;
}
html.popup-opened {
	height: 100%;
	overflow-y: hidden;
}
body.filter-open {
	@include media('screen', '<=dim_900') {
		width: 100%;
		overflow-y: hidden;
	}
}
html.filter-open {
	@include media('screen', '<=dim_900') {
		height: 100%;
		overflow-y: hidden;
	}
}*/
body.menu-open {
  width: 100%;
  overflow-y: hidden;
}

html.menu-open {
  height: 100%;
  overflow-y: hidden;
}

.block {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.block > .inner {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.block + .block {
  margin-top: 60px;
}
@media screen and (min-width: 56.26em) {
  .block + .block {
    margin-top: 150px;
  }
}
@media screen and (min-width: 100.01em) {
  .block + .block {
    margin-top: 230px;
  }
}
@media screen and (max-width: 56.25em) {
  .block:nth-child(odd):after {
    content: "";
    display: block;
    width: 100%;
    height: 227px;
    background: url(images/texture-odd-mobile.svg) no-repeat center;
    background-size: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .block:nth-child(even):after {
    content: "";
    display: block;
    width: 100%;
    height: 146px;
    background: url(images/texture-even-mobile.svg) no-repeat center;
    background-size: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .block:first-child {
    padding-top: 123px;
  }
  .block:first-child.block-block_intro--with-image {
    padding-top: 0;
  }
  .home .block:first-child {
    padding-top: 0;
  }
  .block.block-block_form-contatti {
    padding-top: 123px;
    margin-top: 0;
  }
  .block.block-block_form-contatti .column-title.align-center {
    text-align: left;
  }
  .block.block-block_form-contatti .column-title.align-center h2 {
    font-size: 5.7142857143rem;
  }
}
@media screen and (max-width: 56.25em) and (min-width: 56.26em) {
  .block.block-block_form-contatti .column-title.align-center h2 {
    font-size: 6.6666666667rem;
  }
}
@media screen and (max-width: 56.25em) and (min-width: 75.01em) {
  .block.block-block_form-contatti .column-title.align-center h2 {
    font-size: 7.4074074074rem;
  }
}
@media screen and (max-width: 56.25em) and (min-width: 93.76em) {
  .block.block-block_form-contatti .column-title.align-center h2 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 56.25em) and (min-width: 112.51em) {
  .block.block-block_form-contatti .column-title.align-center h2 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 56.25em) {
  .block.block-block_form-contatti .column-title.align-center .text-required-fields, .block.block-block_form-contatti .column-title.align-center .uppertitle {
    margin-left: 25px;
  }
}
@media screen and (min-width: 56.26em) {
  .block:first-child.block-block_text {
    padding-top: 100px;
  }
}
.block:last-child {
  margin-bottom: 60px;
}
@media screen and (min-width: 56.26em) {
  .block:last-child {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 100.01em) {
  .block:last-child {
    margin-bottom: 204.1666666667px;
  }
}
@media screen and (max-width: 56.25em) {
  .home .block:nth-child(odd):after {
    content: "";
    display: block;
    width: 100%;
    height: 146px;
    background: url(images/texture-even-mobile.svg) no-repeat center;
    background-size: 900px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .block:nth-child(even):after {
    content: "";
    display: block;
    width: 100%;
    height: 227px;
    background: url(images/texture-odd-mobile.svg) no-repeat center;
    background-size: 900px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .block.block-block_mainbanner:after {
    display: none;
  }
  .home .block.block-block_mainbanner + .block {
    margin-top: 95px;
  }
}

.block-block_mainbanner {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 56.26em) {
  .block-block_mainbanner {
    height: calc(100vh - 67px);
    min-height: 700px;
    max-height: 2000px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-block_mainbanner {
    height: calc(100vh - 75px);
  }
}
@media screen and (min-width: 75.01em) {
  .block-block_mainbanner {
    height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_mainbanner {
    height: calc(100vh - 126px);
  }
}
.block-block_mainbanner + .block-block_text_image .graphic-line {
  display: none;
}
.block-block_mainbanner .inner {
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.block-block_mainbanner .column-title {
  text-align: center;
}
@media screen and (min-width: 56.26em) {
  .block-block_mainbanner .column-title {
    text-align: right;
    min-height: 450px;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_mainbanner .column-title {
    height: 100vh;
    min-height: 700px;
    max-height: 2000px;
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_mainbanner .column-text {
    -ms-align-self: flex-end;
    -o-align-self: flex-end;
    align-self: flex-end;
  }
  .block-block_mainbanner .column-text .links-repeater {
    position: absolute;
    bottom: -40px;
    right: 0;
    transform: translateY(100%);
  }
}
@media screen and (min-width: 56.26em) and (max-width: 68.75em) {
  .block-block_mainbanner .column-text .links-repeater {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_mainbanner .column-text .links-repeater .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .block-block_mainbanner .column-text .links-repeater .btn-line {
    display: block !important;
  }
}

.block-block_text .text {
  width: 100%;
}

.column-image .image-container, .column-image .video-container {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 56.25em) {
  .column-image .image-container, .column-image .video-container {
    min-width: calc(100% + 20px);
    position: relative;
    left: -20px;
  }
  .block-block_text_image.media-align-right .column-image .image-container, .block-block_text_image.media-align-right .column-image .video-container {
    left: unset;
  }
}

@media screen and (max-width: 56.25em) {
  .column-title .text {
    margin-left: 25px;
  }
}

.column-text > * {
  margin-left: 25px;
}
@media screen and (min-width: 56.26em) {
  .column-text > * {
    margin-left: 45px;
  }
}
@media screen and (min-width: 100.01em) {
  .column-text > * {
    margin-left: 90px;
  }
}
@media screen and (max-width: 56.25em) {
  .column-text > *.block-links, .column-text > *.links-repeater {
    margin-left: 0px;
  }
}
.column-text > *.fields {
  margin-left: 0px;
}
.block-block_intro .column-text > *.fields {
  width: 100%;
  margin-left: 25px;
  min-width: calc(100% + 50px);
}
@media screen and (min-width: 56.26em) {
  .block-block_intro .column-text > *.fields {
    margin-left: 45px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_intro .column-text > *.fields {
    margin-left: 90px;
    min-width: calc(100% + 110px);
  }
}
.block-block_intro .column-text > *.fields .field-item {
  max-width: calc(50% - 25px);
}
@media screen and (min-width: 100.01em) {
  .block-block_intro .column-text > *.fields .field-item {
    max-width: calc(50% - 55px);
  }
}
@media screen and (max-width: 25em) {
  .block-block_intro .column-text > *.fields .field-item {
    max-width: unset;
    width: 100%;
  }
  .block-block_intro .column-text > *.fields .field-item + .field-item {
    margin-left: unset;
    margin-top: 15px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_intro .column-text > *.fields .field-item + .field-item {
    margin-left: 55px;
  }
}
.block-block_intro .column-text > *.fields .field-item .field-title {
  width: calc(100% - 50px - 15px);
}
@media screen and (min-width: 75.01em) {
  .block-block_intro .column-text > *.fields .field-item .field-title {
    width: calc(100% - 70px - 15px);
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_intro .column-text > *.fields .field-item .field-title {
    width: calc(100% - 70px - 20px);
  }
}
.column-text > .text > h1:not([class]), .column-text > .text > h2:not([class]), .column-text > .text > h3:not([class]), .column-text > .text > h4:not([class]), .column-text > .text > h5:not([class]), .column-text > .text > h6:not([class]), .column-text > .text .image-container {
  position: relative;
  min-width: calc(100% + 25px);
  left: -25px;
}
@media screen and (min-width: 56.26em) {
  .column-text > .text > h1:not([class]), .column-text > .text > h2:not([class]), .column-text > .text > h3:not([class]), .column-text > .text > h4:not([class]), .column-text > .text > h5:not([class]), .column-text > .text > h6:not([class]), .column-text > .text .image-container {
    min-width: calc(100% + 45px);
    left: -45px;
  }
}
@media screen and (min-width: 100.01em) {
  .column-text > .text > h1:not([class]), .column-text > .text > h2:not([class]), .column-text > .text > h3:not([class]), .column-text > .text > h4:not([class]), .column-text > .text > h5:not([class]), .column-text > .text > h6:not([class]), .column-text > .text .image-container {
    min-width: calc(100% + 90px);
    left: -90px;
  }
}
.column-text > .text * + .image-container {
  margin-top: 60px !important;
}
.column-text > .text iframe, .column-text > .text .wp-video {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.column-text > .text > .image-container + h1:not([class]), .column-text > .text > .image-container + h2:not([class]), .column-text > .text > .image-container + h3:not([class]), .column-text > .text > .image-container + h4:not([class]), .column-text > .text > .image-container + h5:not([class]), .column-text > .text > .image-container + h6:not([class]) {
  margin-top: 60px;
}
.column-text > .title,
.column-text > h1:not([class]), .column-text > h2:not([class]), .column-text > h3:not([class]), .column-text > h4:not([class]), .column-text > h5:not([class]), .column-text > h6:not([class]) {
  margin-left: 0;
}

@media screen and (min-width: 56.26em) and (max-width: 68.75em) {
  .block-block_text_image.corner-up .column-text {
    padding-bottom: 50px;
  }
}
.block-block_text_image.corner-up .column-image .image-container:after {
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 56.26em) and (max-width: 68.75em) {
  .block-block_text_image.corner-down .column-text {
    padding-top: 50px;
  }
}
.block-block_text_image.corner-down .column-image .graphic-line {
  bottom: auto;
  top: 0;
  transform: translate(29%,-36%) scaleY(-1);
}
@media screen and (min-width: 100.01em) {
  .block-block_text_image.corner-down .column-image .graphic-line {
    transform: translate(22%,-36%) scaleY(-1);
  }
}
.block-block_text_image.corner-down .column-image .image-container:after {
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.block-block_text_image .column-image .graphic-line {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  width: 54%;
  transform: translate(29%,36%);
}
@media screen and (min-width: 100.01em) {
  .block-block_text_image .column-image .graphic-line {
    transform: translate(22%,36%);
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_text_image .column-image .graphic-line {
    display: none;
  }
}
.block-block_text_image .column-image .graphic-line:only-child {
  display: none;
}
.block-block_text_image .column-image .image-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 55%;
  position: absolute;
  left: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-mix-blend-mod: color-dodge;
  -moz-mix-blend-mod: color-dodge;
  -ms-mix-blend-mod: color-dodge;
  -o-mix-blend-mod: color-dodge;
  mix-blend-mod: color-dodge;
}
@media screen and (max-width: 56.25em) {
  .block-block_text_image:last-child {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_text_image:last-child.corner-up, .block-block_text_image:last-child.corner-down.media-align-right {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_text_image:last-child.corner-up, .block-block_text_image:last-child.corner-down.media-align-right {
    margin-bottom: 204.1666666667px;
  }
}
.block-block_text_image:last-child.corner-down .graphic-line {
  display: none;
}
@media screen and (min-width: 56.26em) {
  .block-block_text_image.media-align-right .column-image {
    order: 2;
  }
}
.block-block_text_image.media-align-right .column-image .graphic-line {
  position: absolute;
  bottom: unset;
  top: 0px;
  right: unset;
  left: 0;
  z-index: 10;
  width: 54%;
  transform: translate(-29%,-36%) scale(-1);
}
@media screen and (min-width: 100.01em) {
  .block-block_text_image.media-align-right .column-image .graphic-line {
    transform: translate(-22%,-36%) scale(-1);
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_text_image.media-align-right .column-image .graphic-line {
    display: none;
  }
}
.block-block_text_image.media-align-right.corner-up .graphic-line {
  position: absolute;
  top: unset;
  left: unset;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  width: 54%;
  transform: translate(-111%,36%) scaleX(-1);
}
@media screen and (min-width: 100.01em) {
  .block-block_text_image.media-align-right.corner-up .graphic-line {
    transform: translate(-104%,36%) scaleX(-1);
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_text_image.media-align-right.corner-up .graphic-line {
    display: none;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_text_image > .inner {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_text_image .links-repeater .btn {
    /*width:unset;
    margin-left:unset;
    margin-right:unset;
    padding-left:0;
    padding-right:0;
    .btn-line-mobile {
    	display:none !important;
    }
    .btn-line:not(.btn-line-mobile) {
    	display:flex !important;
    }*/
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_intro:not(.block-block_intro--with-image) {
    padding-top: 100px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-block_intro.block-block_intro-404 .column {
    padding: 0 !important;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_intro.block-block_intro-search:after {
    display: none;
  }
}
.block-block_intro > .inner > .graphic-line {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  width: 23.8%;
  transform: translate(11%,50%);
}
@media screen and (min-width: 100.01em) {
  .block-block_intro > .inner > .graphic-line {
    transform: translate(11%,75%);
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_intro > .inner > .graphic-line {
    display: none;
  }
}
.post-type-archive-case_study .block-block_intro > .inner > .graphic-line, .single-job .block-block_intro > .inner > .graphic-line {
  transform: translate(11%,0%);
}
@media screen and (min-width: 100.01em) {
  .post-type-archive-case_study .block-block_intro > .inner > .graphic-line, .single-job .block-block_intro > .inner > .graphic-line {
    transform: translate(11%,0%);
  }
}
.post-type-archive-job .block-block_intro > .inner > .graphic-line {
  transform: translate(11%,-30%);
}
@media screen and (min-width: 100.01em) {
  .post-type-archive-job .block-block_intro > .inner > .graphic-line {
    transform: translate(11%,-30%);
  }
}
.block-block_intro.block-block_intro--with-image .column-image .graphic-line {
  position: absolute;
  bottom: 0px;
  top: unset;
  left: 0px;
  z-index: 10;
  width: 27.2%;
  transform: translate(-40%,8%) scaleY(-1);
}
@media screen and (max-width: 56.25em) {
  .block-block_intro.block-block_intro--with-image .column-image .graphic-line {
    display: none;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_intro.block-block_intro--with-image .column-image .graphic-line {
    transform: translate(-30%,8%) scaleY(-1);
  }
}
.block-block_intro.block-block_intro--with-image .column-image .images-container {
  width: 100%;
}
.block-block_intro.block-block_intro--with-image .column-image .images-container .image-slide {
  width: 100%;
}
.block-block_intro.block-block_intro--with-image .column-image .images-container .image-slide .image-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-mix-blend-mod: color-dodge;
  -moz-mix-blend-mod: color-dodge;
  -ms-mix-blend-mod: color-dodge;
  -o-mix-blend-mod: color-dodge;
  mix-blend-mod: color-dodge;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 56.26em) {
  .block-block_intro.block-block_intro--with-image .column-image .images-container .image-slide .image-container:after {
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.block-block_intro.block-block_intro--with-image .column-image .images-container.flickity-enabled .flickity-page-dots {
  padding: 0;
  padding-top: 25px;
}
@media screen and (max-width: 56.25em) {
  .block-block_intro.block-block_intro--with-image.block-block_intro--contacts:after {
    display: none;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_intro.block-block_intro--with-image.block-block_intro--contacts + .block-block_form-contatti {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 56.26em) {
  .page-template-page-contatti .block-block_intro .column-contacts {
    padding-left: 0%;
    padding-top: 50px;
  }
}
.block-block_intro .column-image {
  margin-bottom: 60px;
}
@media screen and (min-width: 56.26em) {
  .block-block_intro .column-image {
    padding-left: 4%;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_intro .column-image {
    padding-left: 6%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_intro .column-image + .column {
    margin-top: 0px;
  }
}
.block-block_intro .column-image .image-container {
  left: unset;
}
@media screen and (min-width: 56.26em) {
  .block-block_intro .column-image .image-container {
    margin-left: 45px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_intro .column-image .image-container {
    margin-left: 90px;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_intro .column-text--left.w-50 {
    padding-left: 4%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_intro .column-text--left.w-50 {
    padding-left: 6%;
    padding-right: 7%;
  }
}
@media screen and (min-width: 56.26em) {
  .post-type-archive-case_study .block-block_intro .column-text--left.w-50, .post-type-archive-job .block-block_intro .column-text--left.w-50 {
    width: 60%;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_intro .column-text--right.w-50 {
    padding-right: 4%;
    padding-left: 5%;
    padding-bottom: 100px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_intro .column-text--right.w-50 {
    padding-bottom: 122.5px;
    padding-right: 6%;
    padding-left: 7%;
  }
}

.hide {
  display: none;
}

.main .inner {
  will-change: transform;
  transition: transform 0s ease-in-out;
}

.icon-container {
  display: block;
  width: 165px;
}
@media screen and (min-width: 75.01em) {
  .icon-container {
    width: 180px;
  }
}
.icon-container svg {
  width: 100%;
  height: auto;
}
.icon-container + * {
  margin-top: 30px;
}
@media screen and (min-width: 56.26em) {
  .icon-container + * {
    margin-top: 40px;
  }
}

@media screen and (min-width: 37.51em) and (max-width: 56.25em) {
  .values-elements, .certifications-list {
    width: 400px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 56.26em) and (max-width: 100em) {
  .values-elements, .certifications-list {
    padding-top: 85px !important;
  }
}
.values-elements .value-element > *, .values-elements .certification-item > *, .certifications-list .value-element > *, .certifications-list .certification-item > * {
  margin-left: 25px;
}
.values-elements .value-element > *.text, .values-elements .certification-item > *.text, .certifications-list .value-element > *.text, .certifications-list .certification-item > *.text {
  margin-bottom: 15px;
}
@media screen and (min-width: 56.26em) {
  .values-elements .value-element > *.text, .values-elements .certification-item > *.text, .certifications-list .value-element > *.text, .certifications-list .certification-item > *.text {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 100.01em) {
  .values-elements .value-element:nth-child(odd), .values-elements .certification-item:nth-child(odd), .certifications-list .value-element:nth-child(odd), .certifications-list .certification-item:nth-child(odd) {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 56.25em) {
  .values-elements .value-element:nth-child(even), .values-elements .certification-item:nth-child(even), .certifications-list .value-element:nth-child(even), .certifications-list .certification-item:nth-child(even) {
    margin-left: 25px;
  }
}
@media screen and (min-width: 56.26em) and (max-width: 100em) {
  .values-elements .value-element, .values-elements .certification-item, .certifications-list .value-element, .certifications-list .certification-item {
    margin-top: 0px !important;
    /*margin-top:85px !important;
    &:nth-child(2) {
    	margin-top:0px !important;
    }
    &:first-child {
    	margin-top:85px !important;
    }
    &:nth-child(odd) {
    	margin-top:calc(85px*2) !important;
    }*/
  }
  .values-elements .value-element:nth-child(even), .values-elements .certification-item:nth-child(even), .certifications-list .value-element:nth-child(even), .certifications-list .certification-item:nth-child(even) {
    margin-top: -85px !important;
    padding-top: 85px !important;
  }
  .values-elements .value-element:nth-child(odd), .values-elements .certification-item:nth-child(odd), .certifications-list .value-element:nth-child(odd), .certifications-list .certification-item:nth-child(odd) {
    padding-top: 85px !important;
  }
  .values-elements .value-element:nth-child(2), .values-elements .certification-item:nth-child(2), .certifications-list .value-element:nth-child(2), .certifications-list .certification-item:nth-child(2) {
    padding-top: 0px !important;
  }
}
.values-elements .value-element:after, .values-elements .certification-item:after, .certifications-list .value-element:after, .certifications-list .certification-item:after {
  content: "";
  display: block;
  width: 90px;
  height: 22px;
  background: url(images/line-reverse.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 56.25em) {
  .values-elements .value-element:after, .values-elements .certification-item:after, .certifications-list .value-element:after, .certifications-list .certification-item:after {
    position: relative;
    left: -25px;
  }
}

@media screen and (max-width: 56.25em) {
  .block-block_services {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 43.75em) {
  .services-list .service-item:after, .services-list .item:after, .listing-field .service-item:after, .listing-field .item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 90px;
    height: 22px;
    background: url(images/line.svg) no-repeat center;
    background-size: contain;
    transform-origin: center;
    transform: scaleX(-1);
  }
  .services-list .service-item:after, .services-list .item:after, .listing-field .service-item:after, .listing-field .item:after {
    bottom: 0;
    top: unset;
    left: unset;
    right: -25px;
    transform: scaleY(-1);
  }
}
@media screen and (max-width: 56.25em) {
  .services-list .service-item, .services-list .item, .listing-field .service-item, .listing-field .item {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .services-list .service-item:before, .services-list .item:before, .listing-field .service-item:before, .listing-field .item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 90px;
    height: 22px;
    background: url(images/line.svg) no-repeat center;
    background-size: contain;
    transform-origin: center;
    transform: scaleX(-1);
  }
  .services-list .service-item:before, .services-list .item:before, .listing-field .service-item:before, .listing-field .item:before {
    left: -25px;
  }
  .services-list .service-item .icon-container, .services-list .item .icon-container, .listing-field .service-item .icon-container, .listing-field .item .icon-container {
    width: 145px;
    height: 130px;
  }
  .services-list .service-item .links-repeater .single-link, .services-list .item .links-repeater .single-link, .listing-field .service-item .links-repeater .single-link, .listing-field .item .links-repeater .single-link {
    width: 100%;
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  .services-list .service-item .links-repeater .single-link .btn-line-mobile.btn-line-mobile-next, .services-list .item .links-repeater .single-link .btn-line-mobile.btn-line-mobile-next, .listing-field .service-item .links-repeater .single-link .btn-line-mobile.btn-line-mobile-next, .listing-field .item .links-repeater .single-link .btn-line-mobile.btn-line-mobile-next {
    display: none !important;
  }
}
@media screen and (min-width: 43.76em) and (max-width: 75em) {
  .services-list .service-item, .services-list .item, .listing-field .service-item, .listing-field .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .services-list .service-item:before, .services-list .item:before, .listing-field .service-item:before, .listing-field .item:before {
    left: 0;
  }
  .services-list .service-item.with-link, .services-list .item.with-link, .listing-field .service-item.with-link, .listing-field .item.with-link {
    padding: 0;
  }
  .services-list .service-item.with-link > a, .services-list .item.with-link > a, .listing-field .service-item.with-link > a, .listing-field .item.with-link > a {
    padding: 55px 20px;
  }
  .services-list .service-item .service-text .links-repeater, .services-list .service-item .field-text .links-repeater, .services-list .item .service-text .links-repeater, .services-list .item .field-text .links-repeater, .listing-field .service-item .service-text .links-repeater, .listing-field .service-item .field-text .links-repeater, .listing-field .item .service-text .links-repeater, .listing-field .item .field-text .links-repeater {
    left: unset;
  }
  .services-list .service-item .service-text .links-repeater .btn, .services-list .service-item .field-text .links-repeater .btn, .services-list .item .service-text .links-repeater .btn, .services-list .item .field-text .links-repeater .btn, .listing-field .service-item .service-text .links-repeater .btn, .listing-field .service-item .field-text .links-repeater .btn, .listing-field .item .service-text .links-repeater .btn, .listing-field .item .field-text .links-repeater .btn {
    font-size: 1.3rem;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 56.26em) {
  .services-list .service-item, .services-list .item, .listing-field .service-item, .listing-field .item {
    position: relative;
    padding: 45px 30px;
  }
  .services-list .service-item:before, .services-list .item:before, .listing-field .service-item:before, .listing-field .item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 200px;
    height: 22px;
    background: url(images/line-long.svg) no-repeat top left;
    background-size: 300px;
  }
  .services-list .service-item .icon-container, .services-list .item .icon-container, .listing-field .service-item .icon-container, .listing-field .item .icon-container {
    width: 160px;
    height: 145px;
  }
  .services-list .service-item .service-text > *:not(h3, h2), .services-list .service-item .field-text > *:not(h3, h2), .services-list .item .service-text > *:not(h3, h2), .services-list .item .field-text > *:not(h3, h2), .listing-field .service-item .service-text > *:not(h3, h2), .listing-field .service-item .field-text > *:not(h3, h2), .listing-field .item .service-text > *:not(h3, h2), .listing-field .item .field-text > *:not(h3, h2) {
    margin-left: 25px;
  }
  .services-list .service-item.with-link, .services-list .item.with-link, .listing-field .service-item.with-link, .listing-field .item.with-link {
    padding: 0;
  }
  .services-list .service-item.with-link > a, .services-list .item.with-link > a, .listing-field .service-item.with-link > a, .listing-field .item.with-link > a {
    padding: 45px 30px;
  }
}
@media screen and (min-width: 62.51em) {
  .services-list .service-item .service-text, .services-list .service-item .field-text, .services-list .item .service-text, .services-list .item .field-text, .listing-field .service-item .service-text, .listing-field .service-item .field-text, .listing-field .item .service-text, .listing-field .item .field-text {
    width: 100%;
  }
}
@media screen and (min-width: 87.51em) {
  .services-list .service-item, .services-list .item, .listing-field .service-item, .listing-field .item {
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 55px 40px;
  }
  .services-list .service-item:before, .services-list .item:before, .listing-field .service-item:before, .listing-field .item:before {
    width: 300px;
    height: 22px;
  }
  .services-list .service-item.with-link > a, .services-list .item.with-link > a, .listing-field .service-item.with-link > a, .listing-field .item.with-link > a {
    display: flex !important;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 55px 40px;
  }
  .services-list .service-item .service-text, .services-list .service-item .field-text, .services-list .item .service-text, .services-list .item .field-text, .listing-field .service-item .service-text, .listing-field .service-item .field-text, .listing-field .item .service-text, .listing-field .item .field-text {
    width: calc(100% - 200px);
  }
  .services-list .service-item .service-text > *:not(h3, h2), .services-list .service-item .field-text > *:not(h3, h2), .services-list .item .service-text > *:not(h3, h2), .services-list .item .field-text > *:not(h3, h2), .listing-field .service-item .service-text > *:not(h3, h2), .listing-field .service-item .field-text > *:not(h3, h2), .listing-field .item .service-text > *:not(h3, h2), .listing-field .item .field-text > *:not(h3, h2) {
    margin-left: 25px;
    margin-top: 23px;
  }
  .services-list .service-item .icon-container + *, .services-list .item .icon-container + *, .listing-field .service-item .icon-container + *, .listing-field .item .icon-container + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 100.01em) {
  .services-list .service-item, .services-list .item, .listing-field .service-item, .listing-field .item {
    padding: 65px 45px;
  }
}
.services-list .service-item h2, .services-list .item h2, .listing-field .service-item h2, .listing-field .item h2 {
  width: 100%;
}

@media screen and (max-width: 43.75em) {
  .services-list.flickity-enabled {
    left: -20px;
    min-width: calc(100% + 40px);
  }
  .services-list.flickity-enabled .service-item {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
    padding-left: 20px;
    padding-right: 20px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .services-list.flickity-enabled .service-item:before {
    left: -2px;
  }
  .services-list.flickity-enabled .service-item:after {
    right: -2px;
  }
  .services-list.flickity-enabled .service-item.with-link {
    padding: 0px;
  }
  .services-list.flickity-enabled .service-item.with-link > a {
    padding: 55px 20px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .services-list.flickity-enabled .flickity-viewport {
    overflow: visible;
  }
}
@media screen and (min-width: 43.76em) {
  .services-list .service-item .hover-violet {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .services-list .service-item > a h3, .services-list .service-item > a h2, .services-list .service-item > a .links-repeater, .services-list .service-item > a .text, .services-list .service-item > a .icon-container {
    position: relative;
    z-index: 2;
  }
  .no-touch .services-list .service-item > a:hover {
    overflow: hidden;
    background: #F16826;
    color: #ffffff;
  }
  .no-touch .services-list .service-item > a:hover:before {
    opacity: 0;
  }
  .no-touch .services-list .service-item > a:hover h3 {
    color: #ffffff !important;
  }
  .no-touch .services-list .service-item > a:hover h3, .no-touch .services-list .service-item > a:hover h2, .no-touch .services-list .service-item > a:hover .links-repeater, .no-touch .services-list .service-item > a:hover .text, .no-touch .services-list .service-item > a:hover .icon-container {
    position: relative;
    z-index: 2;
  }
  .no-touch .services-list .service-item > a:hover .btn span {
    color: #ffffff;
  }
  .no-touch .services-list .service-item > a:hover .btn svg path {
    stroke: #ffffff;
  }
  .no-touch .services-list .service-item > a:hover .hover-violet {
    content: "";
    display: block;
    width: 220px;
    height: 85%;
    background: #544FC8;
    z-index: 0;
  }
  .no-touch .services-list .service-item > a:hover .hover-violet:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: #F16826;
    z-index: 10;
    transform-origin: top left;
    transform: rotate(45deg) translate(-50%,-50%);
  }
  .no-touch .services-list .service-item > a:hover .icon-container svg path {
    stroke-width: 2px;
    stroke: #ffffff;
  }
  .no-touch .services-list .service-item > a:hover:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 10;
    transform-origin: top left;
    transform: rotate(45deg) translate(-50%,-50%);
  }
}
@media screen and (min-width: 43.76em) and (max-width: 56.25em) {
  .services-list .service-item .hover-violet {
    bottom: unset;
    top: 0;
  }
  .no-touch .services-list .service-item > a:hover .hover-violet {
    width: 85%;
    height: 203px;
  }
}
@media screen and (min-width: 56.26em) and (max-width: 87.5em) {
  .services-list .service-item .hover-violet {
    bottom: unset;
    top: 0;
  }
  .no-touch .services-list .service-item > a:hover .hover-violet {
    width: 65%;
    height: 211px;
  }
}
.services-list .service-item > a {
  display: block;
}
.no-touch .services-list .service-item > a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 43.75em) {
  .listing-field .item {
    padding-top: 0;
  }
  .listing-field .item:before {
    display: none;
  }
  .listing-field .item:after {
    bottom: 0;
    top: unset;
    right: unset;
    left: -24px;
    transform: scale(-1);
  }
  .listing-field .item:nth-child(even) {
    margin-left: 25px;
  }
}

.certifications-list .certification-item > .title {
  text-align: center;
  width: 100%;
  margin-left: unset;
}
.certifications-list .certification-item:after {
  margin-top: 35px;
}
@media screen and (min-width: 100.01em) {
  .certifications-list .certification-item:after {
    margin-top: 70px;
  }
}
.certifications-list .certification-item > .image-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 195px;
}
@media screen and (min-width: 100.01em) {
  .certifications-list .certification-item > .image-container {
    max-width: 215px;
  }
}
.certifications-list .certification-item > .image-container picture:after {
  display: none;
}

@media screen and (max-width: 43.75em) {
  .fields-list.flickity-enabled {
    min-width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  .fields-list.flickity-enabled .field-item {
    width: 100%;
  }
}
@media screen and (max-width: 43.75em) and (max-width: 43.75em) {
  .column-listing .fields-list.flickity-enabled .field-item .title {
    min-height: 53px;
  }
}
.fields-list .field-item {
  position: relative;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.fields-list .field-item > a {
  position: relative;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  display: flex !important;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 75px;
  overflow: hidden;
}
@media screen and (min-width: 43.76em) {
  .fields-list .field-item > a {
    height: 100%;
  }
}
@media screen and (min-width: 56.26em) {
  .fields-list .field-item > a {
    padding-top: 65px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 100.01em) {
  .fields-list .field-item > a {
    padding-top: 65px;
    padding-bottom: 90px;
  }
}
.fields-list .field-item > a .hover-violet {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.fields-list .field-item > a .icon-container {
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end;
  width: 100%;
}
.fields-list .field-item > a .icon-container svg {
  width: 165px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 56.26em) {
  .fields-list .field-item > a .icon-container svg {
    width: 180px;
  }
}
.fields-list .field-item > a .title, .fields-list .field-item > a .icon-container {
  position: relative;
  z-index: 2;
}
.fields-list .field-item > a .title {
  width: 100%;
}
@media screen and (min-width: 43.76em) {
  .no-touch .fields-list .field-item > a:hover {
    text-decoration: none !important;
    overflow: hidden;
    background: #F16826;
    color: #ffffff;
  }
  .no-touch .fields-list .field-item > a:hover:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 10;
    transform-origin: top left;
    transform: rotate(45deg) translate(-50%,-50%);
  }
  .no-touch .fields-list .field-item > a:hover .title {
    text-decoration: none !important;
  }
  .no-touch .fields-list .field-item > a:hover:before {
    opacity: 0;
  }
  .no-touch .fields-list .field-item > a:hover h3 {
    color: #ffffff !important;
  }
  .no-touch .fields-list .field-item > a:hover .hover-violet {
    content: "";
    display: block;
    width: 85%;
    height: 245px;
    background: #544FC8;
    z-index: 0;
  }
  .no-touch .fields-list .field-item > a:hover .hover-violet:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #F16826;
    z-index: 10;
    transform-origin: top left;
    transform: rotate(45deg) translate(-50%,-50%);
  }
  .no-touch .fields-list .field-item > a:hover .icon-container svg path {
    stroke-width: 2px;
    stroke: #ffffff;
  }
}
@media screen and (min-width: 56.26em) {
  .no-touch .fields-list .field-item > a:hover .hover-violet {
    height: 275px;
  }
}
.fields-list .field-item > * {
  margin-left: 25px;
}
.fields-list .field-item > *.text {
  margin-bottom: 15px;
}
@media screen and (min-width: 56.26em) {
  .fields-list .field-item > *.text {
    margin-bottom: 55px;
  }
}
.column-listing .fields-list .field-item > * {
  margin-left: unset;
}
.column-listing .fields-list .field-item .title {
  text-align: center;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
.column-listing .fields-list .field-item .title + .icon-container {
  margin-top: 43px;
}
.fields-list .field-item .icon-container {
  margin-left: auto;
  margin-right: auto;
}
.fields-list .field-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 90px;
  height: 22px;
  background: url(images/line.svg) no-repeat center;
  background-size: contain;
  transform-origin: center;
  transform: scaleX(-1);
}
@media screen and (max-width: 43.75em) {
  .fields-list .field-item:before {
    left: -2px;
  }
}
@media screen and (max-width: 43.75em) {
  .fields-list .field-item:after {
    position: absolute;
    content: "";
    display: block;
    width: 90px;
    height: 22px;
    background: url(images/line.svg) no-repeat center;
    background-size: contain;
    transform-origin: center;
    bottom: 0;
    top: unset;
    left: unset;
    right: -2px;
    transform: scaleY(-1);
  }
}

.listing-case_study .text + .fields, .listing-solutions .text + .fields, .block-block_intro .text + .fields {
  margin-top: 35px;
}
@media screen and (min-width: 56.26em) {
  .listing-case_study .text + .fields, .listing-solutions .text + .fields, .block-block_intro .text + .fields {
    margin-top: 40px;
  }
}
.listing-case_study .fields, .listing-solutions .fields, .block-block_intro .fields {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.listing-case_study .fields .field-item, .listing-solutions .fields .field-item, .block-block_intro .fields .field-item {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.listing-case_study .fields .field-item + .field-item, .listing-solutions .fields .field-item + .field-item, .block-block_intro .fields .field-item + .field-item {
  margin-left: 25px;
}
.listing-case_study .fields .field-item .icon-container, .listing-solutions .fields .field-item .icon-container, .block-block_intro .fields .field-item .icon-container {
  width: 50px;
  height: auto;
  order: -1;
  margin-right: 15px;
}
.listing-case_study .fields .field-item .icon-container svg path, .listing-solutions .fields .field-item .icon-container svg path, .block-block_intro .fields .field-item .icon-container svg path {
  stroke-width: 4px;
}
@media screen and (min-width: 56.26em) {
  .listing-case_study .fields .field-item .icon-container, .listing-solutions .fields .field-item .icon-container, .block-block_intro .fields .field-item .icon-container {
    width: 55px;
  }
}
@media screen and (min-width: 100.01em) {
  .listing-case_study .fields .field-item .icon-container, .listing-solutions .fields .field-item .icon-container, .block-block_intro .fields .field-item .icon-container {
    width: 65px;
  }
}
.listing-case_study .fields .title, .listing-solutions .fields .title, .block-block_intro .fields .title {
  font-size: 1.5rem;
}
@media screen and (min-width: 56.26em) {
  .listing-case_study .fields .title, .listing-solutions .fields .title, .block-block_intro .fields .title {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 100.01em) {
  .listing-case_study .fields .title, .listing-solutions .fields .title, .block-block_intro .fields .title {
    font-size: 1.8rem;
  }
}

.listing-solutions .fields {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media screen and (max-width: 25em) {
  .listing-solutions .fields {
    display: block;
  }
}
.listing-solutions .fields .field-item {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
}
.listing-solutions .fields .field-item + .field-item {
  margin-left: 25px;
}
@media screen and (max-width: 25em) {
  .listing-solutions .fields .field-item + .field-item {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 25.01em) {
  .listing-solutions .fields .field-item {
    max-width: calc(50% - 25px);
  }
  .listing-solutions .fields .field-item .field-title {
    width: calc(100% - 55px - 15px);
  }
}
@media screen and (min-width: 100.01em) {
  .listing-solutions .fields .field-item {
    max-width: calc(50% - 25px);
  }
  .listing-solutions .fields .field-item .field-title {
    width: calc(100% - 65px - 15px);
  }
}

.post-type-archive-case_study .listing-case_study h2:not([class]) {
  font-size: 2.6666666667rem;
}
@media screen and (min-width: 56.26em) {
  .post-type-archive-case_study .listing-case_study h2:not([class]) {
    font-size: 3.0769230769rem;
  }
}
@media screen and (min-width: 112.51em) {
  .post-type-archive-case_study .listing-case_study h2:not([class]) {
    font-size: 4rem;
  }
}

.block-block_values .column-title .text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.block-block_intro .fields .field-item .icon-container {
  width: 50px;
  margin-right: 15px;
}
@media screen and (min-width: 75.01em) {
  .block-block_intro .fields .field-item .icon-container {
    width: 70px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_intro .fields .field-item .icon-container {
    margin-right: 20px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_intro .fields .field-item .title {
    font-size: 2rem;
  }
}
.block-block_intro + .block-block_azienda_branches {
  margin-top: 60px;
}
@media screen and (min-width: 56.26em) {
  .block-block_intro + .block-block_azienda_branches {
    margin-top: 150px;
  }
}

.listing-solutions .item-case-study {
  width: 100%;
}
.listing-solutions .item-case-study > a {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listing-solutions .item-case-study .single-link {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.listing-case_study .item-case-study .single-link {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 56.26em) and (max-width: 81.25em) {
  .listing-case_study .fields {
    display: block;
  }
  .listing-case_study .fields .field-item + .field-item {
    margin-left: unset;
    margin-top: 10px;
  }
  .listing-case_study .fields .field-item .title {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 37.5em) {
  .listing-case_study .fields {
    display: block;
    width: 60%;
  }
  .listing-case_study .fields .field-item + .field-item {
    margin-left: unset;
    margin-top: 10px;
  }
}
@media screen and (min-width: 81.26em) {
  .listing-case_study .fields .field-item .title {
    max-width: 150px;
  }
}
@media screen and (min-width: 100.01em) {
  .listing-case_study .fields .field-item .title {
    max-width: 200px;
  }
}
@media screen and (max-width: 37.5em) {
  .listing-case_study .column-text {
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .listing-case_study .column-text > *:not(.single-link, .fields) {
    width: 100%;
  }
  .listing-case_study .column-text .fields .title {
    width: calc(100% - 65px);
  }
}
.listing-case_study .single-link {
  margin-left: unset;
  margin-top: 35px;
}
@media screen and (min-width: 37.51em) {
  .listing-case_study .single-link {
    margin-top: 15px;
  }
}
@media screen and (min-width: 56.26em) {
  .listing-case_study .single-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  .listing-case_study .single-link {
    width: 40%;
  }
}

@media screen and (min-width: 43.76em) {
  .listing-facilities .facilities-inner {
    max-width: 1350px;
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 56.26em) {
  .listing-facilities .facilities-inner {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 100.01em) {
  .listing-facilities .facilities-inner {
    width: 100%;
  }
}
@media screen and (max-width: 43.75em) {
  .listing-facilities .facilities-inner {
    margin-left: auto !important;
    margin-right: auto;
  }
}
.listing-facilities .item {
  transition: padding 0.5s ease-in-out;
  /*&.active*/
}
@media screen and (min-width: 56.26em) {
  .listing-facilities .item {
    padding: 7vh 6%;
  }
}
@media screen and (min-width: 100.01em) {
  .listing-facilities .item {
    padding: 10vh 6%;
  }
}
.listing-facilities .item > .facilities-inner {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 43.76em) {
  .no-touch .listing-facilities .item:hover {
    padding: 12vh 6%;
    background: #F16826;
    color: #ffffff;
  }
  .no-touch .listing-facilities .item:hover:after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    z-index: 10;
    transform-origin: top right;
    transform: rotate(45deg) translate(50%,-50%);
  }
  .no-touch .listing-facilities .item:hover .title {
    color: #ffffff !important;
    font-size: 4.2857142857rem;
    font-weight: normal !important;
    line-height: 0.8;
  }
}
@media screen and (min-width: 43.76em) and (min-width: 56.26em) {
  .no-touch .listing-facilities .item:hover .title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 43.76em) and (min-width: 75.01em) {
  .no-touch .listing-facilities .item:hover .title {
    font-size: 5.5555555556rem;
  }
}
@media screen and (min-width: 43.76em) and (min-width: 93.76em) {
  .no-touch .listing-facilities .item:hover .title {
    font-size: 6rem;
  }
}
@media screen and (min-width: 43.76em) and (min-width: 112.51em) {
  .no-touch .listing-facilities .item:hover .title {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 100.01em) {
  .no-touch .listing-facilities .item:hover {
    padding: 15vh 6%;
  }
}
@media screen and (min-width: 43.76em) {
  .no-touch .listing-facilities .item:hover .hover-violet {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #544FC8;
    z-index: 0;
    margin-left: unset !important;
    width: 270px;
    height: 91%;
  }
  .no-touch .listing-facilities .item:hover .hover-violet:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #F16826;
    z-index: 10;
    transform-origin: top right;
    transform: rotate(45deg) translate(50%,-50%);
  }
}
@media screen and (min-width: 56.26em) {
  .no-touch .listing-facilities .item:hover .hover-violet {
    width: 28%;
    height: 87%;
    min-width: 290px;
  }
  .no-touch .listing-facilities .item:hover .hover-violet:after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 100.01em) {
  .no-touch .listing-facilities .item:hover .hover-violet {
    width: 380px;
  }
}
@media screen and (min-width: 43.76em) and (max-width: 56.25em) {
  .no-touch .listing-facilities .item:hover .facility-title {
    width: calc(100% - 180px - 40px);
  }
}
@media screen and (min-width: 43.76em) {
  .no-touch .listing-facilities .item:hover .icon-container {
    width: 180px;
  }
  .no-touch .listing-facilities .item:hover .icon-container svg path {
    stroke-width: 2px;
    stroke: #ffffff;
  }
}
@media screen and (min-width: 56.26em) {
  .no-touch .listing-facilities .item:hover .icon-container {
    width: 200px;
  }
}
@media screen and (max-width: 56.25em) {
  .listing-facilities .item + .item {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 43.75em) {
  .listing-facilities .item:nth-child(even) .facilities-inner {
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .listing-facilities .item:nth-child(even) .facilities-inner .title, .listing-facilities .item:nth-child(even) .facilities-inner .facility-text {
    text-align: right;
  }
}
@media screen and (max-width: 43.75em) and (max-width: 43.75em) {
  .listing-facilities .item:nth-child(even) .facilities-inner .facility-text, .listing-facilities .item:nth-child(even) .facilities-inner .icon-container {
    margin-left: unset;
    margin-right: 25px;
  }
}
@media screen and (min-width: 56.26em) {
  .listing-facilities .icon-container + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 43.76em) {
  .listing-facilities .title {
    margin-left: 40px;
  }
}
@media screen and (min-width: 56.26em) {
  .listing-facilities .title {
    width: 25%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 56.26em) {
  .listing-facilities .title + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 43.75em) {
  .listing-facilities .title {
    width: 100%;
  }
}
@media screen and (min-width: 43.76em) {
  .listing-facilities .facility-text {
    width: 100%;
  }
}
@media screen and (min-width: 56.26em) {
  .listing-facilities .facility-text {
    width: 35%;
  }
}
@media screen and (max-width: 43.75em) {
  .listing-facilities .facility-text, .listing-facilities .icon-container {
    margin-left: 25px;
  }
}

.listing-elements {
  margin-left: unset !important;
  width: 100%;
}
.listing-elements .elm-trigger {
  position: relative;
  width: 100%;
  text-align: left;
  margin-left: unset !important;
}
.listing-elements .elm-trigger:after {
  content: "";
  display: block;
  width: calc(100% - 22px);
  height: 1px;
  background: #2E3236;
  position: absolute;
  top: 0;
  left: 22px;
  transition: width 0.2s ease-in-out;
}
.listing-elements .elm-trigger:before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #2E3236;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top right;
  transform: rotate(-45deg);
}
.listing-elements .elm-trigger.active:after {
  left: 0;
  width: calc(100% + 22px);
}
@media screen and (min-width: 56.26em) {
  .listing-elements .elm-trigger.active:after {
    width: calc(100% + 66px);
    left: -22px;
  }
}
.listing-elements .elm-trigger.active:before {
  left: -22px;
}
@media screen and (min-width: 56.26em) {
  .listing-elements .elm-trigger.active:before {
    left: -44px;
  }
}
.listing-elements .elm-trigger.active .title {
  color: #F16826;
  font-size: 2.6666666667rem;
}
@media screen and (min-width: 56.26em) {
  .listing-elements .elm-trigger.active .title {
    font-size: 3.0769230769rem;
  }
}
@media screen and (min-width: 112.51em) {
  .listing-elements .elm-trigger.active .title {
    font-size: 4rem;
  }
}
.listing-elements .elm-trigger.active .accordion-trigger:after {
  transform: rotate(180deg);
}
.no-touch .listing-elements .elm-trigger.active .accordion-trigger:hover {
  padding: 35px 25px;
}
@media screen and (min-width: 43.76em) {
  .no-touch .listing-elements .elm-trigger.active .accordion-trigger:hover {
    padding: 30px 40px;
  }
}
.listing-elements .accordion-trigger {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 35px 25px;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  font-weight: 500;
}
@media screen and (min-width: 43.76em) {
  .listing-elements .accordion-trigger {
    padding: 30px 40px;
  }
}
.listing-elements .accordion-trigger span {
  width: calc(100% - 80px);
  display: block;
}
.listing-elements .accordion-trigger:after {
  position: absolute;
  top: 38px;
  right: 25px;
  content: "";
  display: block;
  width: 26px;
  height: 13px;
  background: url(images/arrow-down-accordion.svg) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
@media screen and (min-width: 43.76em) {
  .listing-elements .accordion-trigger:after {
    top: 33px;
    right: 40px;
  }
}
.no-touch .listing-elements .accordion-trigger:hover {
  color: #F16826;
}
.no-touch .listing-elements .accordion-trigger:hover:after {
  top: 42px;
}
@media screen and (min-width: 43.76em) {
  .no-touch .listing-elements .accordion-trigger:hover:after {
    top: 45px;
  }
}
.listing-elements .elm-content {
  display: none;
  padding-bottom: 50px;
}
.listing-elements .elm-content .inner-element {
  width: 100%;
}
@media screen and (max-width: 56.25em) {
  .listing-elements .elm-content .inner-element {
    padding: 0 40px;
  }
}
@media screen and (max-width: 43.75em) {
  .listing-elements .elm-content .inner-element {
    padding: 0 25px;
  }
}

.listing-jobs .item, .listing-search .item {
  position: relative;
}
.listing-jobs .item > a, .listing-search .item > a {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 30px 25px;
  padding-right: 0;
  margin-left: unset !important;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 43.76em) {
  .listing-jobs .item > a, .listing-search .item > a {
    padding: 30px 40px;
    padding-right: 0;
  }
}
.listing-jobs .item > a:after, .listing-search .item > a:after {
  content: "";
  display: block;
  width: calc(100% - 22px);
  height: 1px;
  background: #2E3236;
  position: absolute;
  top: 0;
  right: 0;
}
.listing-jobs .item > a:before, .listing-search .item > a:before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #2E3236;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top right;
  transform: rotate(-45deg);
}
.no-touch .listing-jobs .item > a:hover, .no-touch .listing-search .item > a:hover {
  text-decoration: none !important;
}
.no-touch .listing-jobs .item > a:hover .title, .no-touch .listing-search .item > a:hover .title {
  text-decoration: none !important;
  color: #F16826;
}
.listing-jobs .item .job-info, .listing-search .item .job-info {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media screen and (min-width: 43.76em) {
  .listing-jobs .item .job-info, .listing-search .item .job-info {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 43.76em) {
  .listing-jobs .item .job-info .job-place, .listing-jobs .item .job-info .job-type, .listing-search .item .job-info .job-place, .listing-search .item .job-info .job-type {
    text-align: right;
    width: 20%;
  }
}
@media screen and (max-width: 43.75em) {
  .listing-jobs .item .job-info .job-place + *, .listing-search .item .job-info .job-place + * {
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .listing-jobs .item .job-info .job-place + *:before, .listing-search .item .job-info .job-place + *:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #2E3236;
    transform-origin: center;
    transform: rotate(-45deg);
    margin-left: 12px;
    margin-right: 12px;
  }
}
.listing-jobs .item .job-info .job-title, .listing-search .item .job-info .job-title {
  width: 60%;
}
@media screen and (max-width: 43.75em) {
  .listing-jobs .item .job-info .title, .listing-search .item .job-info .title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.listing-jobs .item .job-info .title + *, .listing-search .item .job-info .title + * {
  margin-top: unset;
}

.listing-search .item > a {
  padding: 40px 25px;
}
@media screen and (min-width: 43.76em) {
  .listing-search .item > a {
    padding: 55px 40px;
  }
}
.no-touch .listing-search .item > a:hover {
  padding: 40px 25px;
}
@media screen and (min-width: 43.76em) {
  .no-touch .listing-search .item > a:hover {
    padding: 55px 40px;
  }
}
.listing-search .title {
  width: 100%;
}
.listing-search a > *:not(.title) {
  margin-left: 15px;
}
@media screen and (min-width: 43.76em) {
  .listing-search a > *:not(.title) {
    margin-left: 25px;
  }
}
.listing-search .label + * {
  margin-top: 20px;
}
@media screen and (min-width: 43.76em) {
  .listing-search .label + * {
    margin-top: 30px;
  }
}

.block-block_history .column-slider {
  position: relative;
}
.block-block_history .column-slider .graphic-line {
  position: absolute;
  bottom: 0px;
  left: 0%;
  z-index: 10;
  width: 16%;
  margin-left: 0;
  transform: translate(0%,100%);
}
@media screen and (min-width: 87.51em) {
  .block-block_history .column-slider .graphic-line {
    width: 15%;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_history .column-slider .graphic-line {
    display: none;
  }
}
@media screen and (min-width: 56.26em) and (max-width: 93.75em) {
  .block-block_history .column-slider .graphic-line {
    left: 5%;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_history .slider-history.swiper {
    touch-action: auto !important;
  }
}

@media screen and (min-width: 56.26em) {
  .block-block_numbers .column:first-child {
    padding-top: 80px;
  }
}
.block-block_numbers .inner {
  position: relative;
}
.block-block_numbers .inner .graphic-line {
  position: absolute;
  bottom: 0px;
  left: 18%;
  z-index: 10;
  width: 32%;
  margin-left: 0;
  transform: translate(0%,54%);
}
@media screen and (min-width: 87.51em) {
  .block-block_numbers .inner .graphic-line {
    width: 31%;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_numbers .inner .graphic-line {
    display: none;
  }
}
.block-block_numbers .numbers-list {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 56.26em) {
  .block-block_numbers .numbers-list {
    width: 120%;
    position: relative;
    left: -10%;
  }
}
@media screen and (min-width: 37.51em) and (max-width: 75em) {
  .block-block_numbers .numbers-list {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 37.51em) and (max-width: 56.25em) {
  .block-block_numbers .numbers-list {
    margin-left: 45px;
  }
}
.block-block_numbers .numbers-list .number-item {
  list-style-type: none;
  width: 100%;
}
.block-block_numbers .numbers-list .number-item + .number-item {
  margin-top: 15px;
}
@media screen and (min-width: 37.51em) {
  .block-block_numbers .numbers-list .number-item {
    width: calc(50% - 35px);
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_numbers .numbers-list .number-item {
    margin-right: 20px;
  }
  .block-block_numbers .numbers-list .number-item:nth-child(4), .block-block_numbers .numbers-list .number-item:first-child {
    margin-left: 25%;
    width: 75%;
  }
  .block-block_numbers .numbers-list .number-item:nth-child(5) {
    margin-left: 50%;
  }
  .block-block_numbers .numbers-list .number-item:nth-child(3) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .block-block_numbers .numbers-list .number-item:nth-child(2), .block-block_numbers .numbers-list .number-item:nth-child(4) {
    margin-left: 15%;
  }
  .block-block_numbers .numbers-list .number-item:nth-child(3) {
    margin-left: 25%;
  }
  .block-block_numbers .numbers-list .number-item:nth-child(3) .number-dida {
    min-width: calc(100% + 68px);
  }
  .block-block_numbers .numbers-list .number-item .number-dida span {
    max-width: 180px;
  }
  .block-block_numbers .numbers-list .number-item + .number-item {
    margin-top: 40px;
  }
}
.block-block_numbers .number-value {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.block-block_numbers .number-value .number-prefix, .block-block_numbers .number-value .number-main, .block-block_numbers .number-value .number-suffix {
  font-family: "Kanit";
  font-weight: 300;
  font-size: 8rem;
  line-height: 1.15;
}
@media screen and (min-width: 56.26em) {
  .block-block_numbers .number-value .number-prefix, .block-block_numbers .number-value .number-main, .block-block_numbers .number-value .number-suffix {
    font-size: 9rem;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_numbers .number-value .number-prefix, .block-block_numbers .number-value .number-main, .block-block_numbers .number-value .number-suffix {
    font-size: 10rem;
  }
}
@media screen and (min-width: 56.26em) and (max-width: 75em) {
  .block-block_numbers .number-value .number-prefix, .block-block_numbers .number-value .number-main, .block-block_numbers .number-value .number-suffix {
    font-size: 7rem;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_numbers .number-value .number-prefix {
    margin-left: 15px;
  }
}
.block-block_numbers .number-value .number-dida {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 2.8px;
  min-width: calc(100% + 68px);
  line-height: 1.5;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-left: -20px;
}
@media screen and (max-width: 43.75em) {
  .block-block_numbers .number-value .number-dida {
    letter-spacing: 1.8px;
  }
}
@media screen and (min-width: 56.26em) and (max-width: 75em) {
  .block-block_numbers .number-value .number-dida {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
  }
  .block-block_numbers .number-value .number-dida span {
    max-width: 140px;
  }
}
@media screen and (min-width: 37.51em) and (max-width: 56.25em) {
  .block-block_numbers .number-value .number-dida {
    min-width: calc(100% + 34px);
  }
  .block-block_numbers .number-value .number-dida span {
    max-width: 140px;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_numbers .number-value .number-dida {
    margin-left: -34px;
  }
}
@media screen and (min-width: 37.51em) and (max-width: 43.75em) {
  .block-block_numbers .number-value .number-dida {
    font-size: 1.5rem;
  }
}
.block-block_numbers .number-value .number-dida span {
  position: relative;
  top: 9px;
}
@media screen and (min-width: 56.26em) {
  .block-block_numbers .number-value .number-dida span {
    max-width: 145px;
    top: 7px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_numbers .number-value .number-dida span {
    max-width: 185px;
  }
}
@media screen and (min-width: 37.51em) and (max-width: 56.25em) {
  .block-block_numbers .number-value .number-dida span {
    max-width: 160px;
  }
}
@media screen and (min-width: 37.51em) and (max-width: 43.75em) {
  .block-block_numbers .number-value .number-dida span {
    max-width: 145px;
    top: 10px;
  }
}
.block-block_numbers .number-value .number-dida:before {
  content: "";
  display: block;
  width: 80px;
  height: 22px;
  background: url(images/line-number.svg) no-repeat center;
  background-size: contain;
  margin-right: 22px;
}
@media screen and (max-width: 43.75em) {
  .block-block_numbers .number-value .number-dida:before {
    margin-right: 15px;
  }
}
@media screen and (min-width: 56.26em) and (max-width: 75em) {
  .block-block_numbers .number-value .number-dida:before {
    width: 66.6666666667px;
    height: 18.3333333333px;
    margin-right: 15px;
  }
}

.process-list-lv1 .process-item-lv1, .process-list-lv1 .process-item-lv2, .process-list-lv2 .process-item-lv1, .process-list-lv2 .process-item-lv2 {
  list-style-type: none;
}

@media screen and (min-width: 56.26em) {
  .block-block_process + .block {
    margin-top: 50px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_process + .block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_process .column-title .text {
    margin-left: 0;
  }
}
.block-block_process .column-listing {
  position: relative;
}
.block-block_process .column-listing .graphic-line {
  z-index: 10;
  width: 13.5%;
  margin-left: 60%;
  transform: translate(0%,0%);
  pointer-events: none;
}
@media screen and (min-width: 56.26em) {
  .block-block_process .column-listing .graphic-line {
    margin-top: -150px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_process .column-listing .graphic-line {
    margin-top: -180px;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_process .column-listing .graphic-line {
    display: none;
  }
}
@media screen and (max-width: 43.75em) {
  .block-block_process .process-list-lv1 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-block_process .process-list-lv1 .process-item-lv1 {
  position: relative;
  z-index: 1;
  list-style-type: none;
}
@media screen and (min-width: 43.76em) {
  .block-block_process .process-list-lv1 .process-item-lv1 {
    width: 50%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 100px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:last-child {
    padding-bottom: 0px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:last-child .line {
    display: none;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child {
    padding-bottom: 0px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child .line {
    top: 15px;
    height: calc(100% - 15px);
    width: 135px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child .line svg {
    position: relative;
    left: -14px !important;
    margin-top: -13px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child .line .line-top {
    display: none;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) {
    margin-left: 50%;
    padding-left: 90px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .texts-container > .title {
    padding-left: 15px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .texts-container > .title .dot {
    order: -1;
    left: -1px;
    transform: translateX(-100%);
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .text {
    padding-left: 45px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .process-list-lv2 .process-item-lv2 > .title {
    padding-left: 15px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .process-list-lv2 .process-item-lv2 .dot {
    left: -15px;
    transform: translateX(-50%);
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .line {
    left: -75px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .line:before {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 5;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .line .line-top:before, .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .line .line-top:after {
    right: 0;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .line .line-bottom:before, .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .line .line-bottom:after {
    left: 0;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) {
    text-align: right;
    padding-right: 90px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .texts-container > .title {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 15px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .texts-container > .title .dot {
    right: -1px;
    transform: translateX(100%);
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .process-list-lv2 .process-item-lv2 > .title {
    padding-right: 15px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .process-list-lv2 .process-item-lv2 .dot {
    right: -15px;
    transform: translateX(50%);
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .text {
    padding-right: 45px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line {
    right: -75px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line:before {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 5;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line .line-top:before, .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line .line-top:after {
    left: 0;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line .line-bottom:before, .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line .line-bottom:after {
    right: 0;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line svg {
    position: relative;
    left: 1px;
    transform-origin: center;
    transform: scaleX(-1);
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_process .process-list-lv1 .process-item-lv1 {
    padding-bottom: 150px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child {
    padding-bottom: 0px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child:before {
    content: "";
    display: block;
    width: 100%;
    height: 23px;
    background: #ffffff;
    position: absolute;
    top: -9px;
    left: 0;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child .line {
    width: 265px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child .line svg {
    position: relative;
    left: -15px !important;
    margin-top: -22px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child .texts-container {
    position: relative;
    right: -20px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) {
    padding-left: 155px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .line {
    left: -140px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .texts-container > .title {
    padding-left: 22px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .text {
    padding-left: 60px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .process-list-lv2 .process-item-lv2 > .title {
    padding-left: 22px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) {
    padding-right: 155px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line {
    right: -140px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .texts-container > .title {
    padding-right: 22px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .text {
    padding-right: 60px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .process-list-lv2 .process-item-lv2 > .title {
    padding-right: 22px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 43.75em) {
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) {
    text-align: right;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .title {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    margin-right: -10px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .title .dot {
    margin-left: 13px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .texts-container:before, .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .texts-container:after {
    right: 0;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .text {
    padding-right: 56px;
    margin-left: 20%;
    width: calc(80% - 23px - 13px - 20px);
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .line:before {
    content: "";
    display: block;
    width: 20px;
    height: 150%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 5;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(even) .line:after {
    content: "";
    display: block;
    width: 20px;
    height: 150%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 5;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .title {
    margin-left: -10px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .dot {
    order: -1;
    margin-right: 13px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .texts-container:before, .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .texts-container:after {
    left: 0;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .text {
    padding-left: 56px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line svg {
    transform-origin: center;
    transform: scaleX(-1);
    position: relative;
    left: 1px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line:before {
    content: "";
    display: block;
    width: 20px;
    height: 150%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 5;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:nth-child(odd) .line:after {
    content: "";
    display: block;
    width: 20px;
    height: 150%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 5;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:first-child .texts-container {
    padding-top: 0px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:last-child .texts-container:after, .block-block_process .process-list-lv1 .process-item-lv1:last-child .texts-container:before {
    height: 40px;
    max-height: 40px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1:last-child .line svg {
    display: none;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .title {
    position: relative;
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex !important;
    z-index: 2;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .title span:not(.dot) {
    width: calc(100% - 22px - 13px);
    position: relative;
    top: -5px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .texts-container > .title + .text {
    padding-top: 20px;
    margin-top: 0;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .texts-container {
    position: relative;
    padding-top: 40px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .texts-container:before {
    content: "";
    display: block;
    width: 1px;
    height: 0px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .texts-container:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #2E3236;
    position: absolute;
    top: 0;
    z-index: 0;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .text {
    width: 80%;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .dot {
    position: relative;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .line {
    width: 100%;
    position: relative;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .line .line-top, .block-block_process .process-list-lv1 .process-item-lv1 .line .line-bottom {
    display: none;
  }
  .block-block_process .process-list-lv1 .process-item-lv1 .process-list-lv2 .process-item-lv2 .dot:before {
    width: 20px !important;
    height: 18px !important;
    left: 3px !important;
  }
  .block-block_process .process-list-lv1 .process-item-lv1.active .process-list-lv2 .process-item-lv2 .dot {
    border: 2px solid #F16826;
  }
  .block-block_process .process-list-lv1 .process-item-lv1.active .process-list-lv2 .process-item-lv2 .dot:before {
    background: url(images/check-icon-orange.svg) no-repeat center;
    background-size: contain;
    left: 5px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1.active .line svg path.hover {
    animation: draw-line-svg 0.7s ease-in-out forwards 0.7s;
  }
  .block-block_process .process-list-lv1 .process-item-lv1.active .texts-container:before {
    width: 3px;
    background: #F16826;
    animation: draw-line 0.7s ease-in-out forwards;
  }
  .block-block_process .process-list-lv1 .process-item-lv1.active:first-child .line svg path.hover {
    animation: draw-line-svg 0.7s ease-in-out forwards 0.7s;
  }
  .block-block_process .process-list-lv1 .process-item-lv1.start .line svg path.hover {
    animation: unset;
  }
  .block-block_process .process-list-lv1 .process-item-lv1.start .process-list-lv2 .process-item-lv2 .dot {
    border: 1px solid #2E3236;
  }
  .block-block_process .process-list-lv1 .process-item-lv1.start .process-list-lv2 .process-item-lv2 .dot:before {
    background: url(images/check-icon.svg) no-repeat center;
    background-size: contain;
    left: 3px;
  }
  .block-block_process .process-list-lv1 .process-item-lv1.start .process-list-lv2 .process-item-lv2 .dot:before {
    left: 2px !important;
  }
}
.block-block_process .process-list-lv1 .process-item-lv1.start:first-child .texts-container > .title {
  color: #F16826;
}
.block-block_process .process-list-lv1 .process-item-lv1.start .line .line-top:before {
  width: 3px;
  background: #F16826;
  animation: draw-line 0.3s ease-in-out forwards;
}
.block-block_process .process-list-lv1 .process-item-lv1.start .line svg path.hover {
  animation: draw-line-svg 0.3s ease-in-out forwards 0.3s;
  stroke: #F16826;
  stroke-width: 3px;
}
.block-block_process .process-list-lv1 .process-item-lv1.start .line .line-bottom:before {
  width: 3px;
  background: #F16826;
  animation: draw-line 0.2s ease-in-out forwards 0.6s;
}
.block-block_process .process-list-lv1 .process-item-lv1.start .process-list-lv2 .process-item-lv2 .dot {
  border: 3px solid #F16826;
}
.block-block_process .process-list-lv1 .process-item-lv1.start .process-list-lv2 .process-item-lv2 .dot:before {
  background: url(images/check-icon-orange.svg) no-repeat center;
  background-size: contain;
  left: 5px;
}
.block-block_process .process-list-lv1 .process-item-lv1.start + .active .texts-container > .title {
  color: #F16826;
}
.block-block_process .process-list-lv1 .process-item-lv1.start-prev .texts-container > .title {
  color: #F16826;
}
.block-block_process .process-list-lv1 .process-item-lv1.active .text {
  opacity: 1;
}
.block-block_process .process-list-lv1 .process-item-lv1.active:first-child svg path.hover {
  animation: draw-line-svg 0.3s ease-in-out forwards;
}
.block-block_process .process-list-lv1 .process-item-lv1.active:first-child .line-bottom {
  height: 100%;
}
.block-block_process .process-list-lv1 .process-item-lv1.active:first-child .line-bottom:before {
  animation: draw-line 0.2s ease-in-out forwards 0.5s;
}
.block-block_process .process-list-lv1 .process-item-lv1.active .dot {
  border: 3px solid #F16826;
}
.block-block_process .process-list-lv1 .process-item-lv1 * + .process-list-lv2 {
  margin-top: 25px;
}
@media screen and (min-width: 43.76em) {
  .block-block_process .process-list-lv1 .process-item-lv1 * + .process-list-lv2 {
    margin-top: 30px;
  }
}
.block-block_process .process-list-lv1 .process-item-lv1 .process-list-lv2 .process-item-lv2 > .title {
  position: relative;
}
.block-block_process .process-list-lv1 .process-item-lv1 .process-list-lv2 .process-item-lv2 > .title + .text {
  margin-top: 8px;
}
.block-block_process .process-list-lv1 .process-item-lv1 .process-list-lv2 .process-item-lv2 .dot {
  border: 1px solid #2E3236;
}
.block-block_process .process-list-lv1 .process-item-lv1 .process-list-lv2 .process-item-lv2 .dot:before {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  background: url(images/check-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 6px;
}
.block-block_process .process-list-lv1 .process-item-lv1 .text {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.block-block_process .process-list-lv1 .process-item-lv1 .texts-container > .title {
  position: relative;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex !important;
}
.block-block_process .process-list-lv1 .line {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 43.76em) {
  .block-block_process .process-list-lv1 .line {
    display: block;
    width: 150px;
    top: unset;
    bottom: 0;
    height: 100%;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_process .process-list-lv1 .line {
    width: 280px;
  }
}
.block-block_process .process-list-lv1 .line .line-top, .block-block_process .process-list-lv1 .line .line-bottom {
  position: relative;
  width: 100%;
  border: 0 !important;
}
.block-block_process .process-list-lv1 .line .line-top:before, .block-block_process .process-list-lv1 .line .line-bottom:before {
  content: "";
  display: block;
  width: 1px;
  height: 0px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.block-block_process .process-list-lv1 .line .line-top:after, .block-block_process .process-list-lv1 .line .line-bottom:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #2E3236;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 43.76em) {
  .block-block_process .process-list-lv1 .line .line-top {
    height: calc(100% - 50px - 45px);
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_process .process-list-lv1 .line .line-top {
    height: calc(100% - 75px - 45px);
  }
}
@media screen and (min-width: 43.76em) {
  .block-block_process .process-list-lv1 .line .line-bottom {
    height: 72px;
    margin-top: -1px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_process .process-list-lv1 .line .line-bottom {
    height: 75px;
    margin-top: unset;
  }
}
.block-block_process .process-list-lv1 .line svg {
  display: block;
  margin-top: -1px;
}
@media screen and (max-width: 43.75em) {
  .block-block_process .process-list-lv1 .line svg {
    margin-bottom: -1px;
  }
}
.block-block_process .process-list-lv1 .line svg.connect {
  overflow: visible;
}
@media screen and (min-width: 43.76em) {
  .block-block_process .process-list-lv1 .line svg.connect {
    width: 149px;
  }
  .block-block_process .process-list-lv1 .line svg.connect path.hover {
    stroke-dasharray: 298px;
    stroke-dashoffset: 298px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_process .process-list-lv1 .line svg.connect {
    width: 279px;
  }
}
@media screen and (max-width: 43.75em) {
  .block-block_process .process-list-lv1 .line svg.connect {
    max-width: 419px;
    width: 100%;
  }
}
.block-block_process .process-list-lv1 .line svg.connect path.hover {
  fill: none;
  stroke: #F16826;
  stroke-width: 2px;
  stroke-dasharray: 450px;
  stroke-dashoffset: 450px;
}
.block-block_process .process-list-lv1 .line svg.connect path:not(.hover) {
  fill: none;
  stroke: #2E3236;
  stroke-width: 1.2px;
}
.block-block_process .process-list-lv1 .dot {
  display: block;
  border: 1px solid #2E3236;
  width: 22px;
  background: #ffffff;
  height: 22px;
  border-radius: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 43.76em) {
  .block-block_process .process-list-lv1 .dot {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -2px;
  }
}

@keyframes draw-line {
  to {
    height: 100%;
  }
}
@keyframes draw-line-svg {
  to {
    stroke-dashoffset: 0;
  }
}
.block + .block-block_facilities {
  margin-top: 60px;
}
@media screen and (min-width: 56.26em) {
  .block + .block-block_facilities {
    margin-top: 150px;
  }
}

.block-block_facilities + .block {
  margin-top: 60px;
}
@media screen and (min-width: 56.26em) {
  .block-block_facilities + .block {
    margin-top: 150px;
  }
}
.block-block_facilities .column-listing {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 43.75em) {
  .block-block_facilities .column-title.align-center {
    text-align: left;
  }
}
@media screen and (min-width: 43.76em) and (max-width: 56.25em) {
  .block-block_facilities .column-title.align-center .text {
    margin-right: 25px;
  }
}
@media screen and (max-width: 43.75em) {
  .block-block_facilities .inner.full-width {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

.block-block_fields {
  position: relative;
}
.block-block_fields .graphic-line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 25%;
  transform: translate(-21%,69%);
}
@media screen and (max-width: 56.25em) {
  .block-block_fields .graphic-line {
    display: none;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_fields .column-title .text {
    margin-left: 0;
  }
}

.block-block_images .images-container {
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .block-block_images .images-container {
    margin-left: 45px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_images .images-container {
    margin-left: 90px;
  }
}
.block-block_images .images-container .image-slide {
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .block-block_images .column-image {
    padding-left: 4%;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_images .column-image {
    padding-left: 6%;
  }
}
.block-block_images .column-image .graphic-line {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 27.2%;
}
@media screen and (max-width: 56.25em) {
  .block-block_images .column-image .graphic-line {
    display: none;
  }
}
@media screen and (min-width: 56.26em) {
  .block-block_images .column-image .graphic-line {
    transform: translate(-30%,-5%);
  }
}

.single-case_study .main > .block.last-block:after {
  display: none;
}
.main > .single-link {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 56.26em) {
  .main > .single-link {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 100.01em) {
  .main > .single-link {
    margin-top: 150px;
    margin-bottom: 230px;
  }
}

.item-case-study h2:not([class]) {
  font-size: 2.6666666667rem;
}
@media screen and (min-width: 56.26em) {
  .item-case-study h2:not([class]) {
    font-size: 3.0769230769rem;
  }
}
@media screen and (min-width: 112.51em) {
  .item-case-study h2:not([class]) {
    font-size: 4rem;
  }
}
.no-touch .item-case-study a:hover {
  text-decoration: none !important;
}
.no-touch .item-case-study a:hover h2:not([class]) {
  text-decoration: underline !important;
}

.block-block_text_image.last-block .column-image .graphic-line, .block-block_intro + .block-block_text_image .column-image .graphic-line {
  display: none;
}

@media screen and (max-width: 56.25em) {
  .home .block {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 56.25em) {
  .listing-solutions.flickity-enabled .flickity-page-dots {
    margin-top: 30px;
  }
}

.btn {
  border: 0;
  position: relative;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  background: none;
  color: #2E3236;
  text-decoration: none;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 56.25em) {
  .btn {
    padding-left: 57px;
    padding-right: 57px;
    height: 40px;
  }
  .btn span {
    margin-left: auto;
    margin-right: auto;
  }
}
.no-touch .btn:hover .btn-line path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke-linecap: square;
  animation: animateDash 4s linear forwards infinite;
}
@media screen and (max-width: 56.25em) {
  .no-touch .btn:hover .btn-line path {
    animation: animateDash 7s linear forwards infinite;
  }
}
.btn span {
  line-height: 1.1;
  display: block;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 10px;
}
@media screen and (min-width: 56.26em) {
  .btn span {
    padding-left: 12px;
  }
}
@media screen and (min-width: 100.01em) {
  .btn span {
    padding-left: 15px;
  }
}
.btn.btn-double-line span {
  margin-left: 11px;
  margin-right: 5px;
  padding-left: 0px;
  text-align: center;
}
@media screen and (min-width: 56.26em) {
  .btn.btn-double-line span {
    margin-left: 15px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 100.01em) {
  .btn.btn-double-line span {
    margin-left: 18px;
    margin-right: 13px;
  }
}
@media screen and (max-width: 56.25em) {
  .btn.btn-double-line span {
    line-height: 1.5;
  }
}
.btn.btn-arrow {
  width: 60px;
  height: 45px;
  padding: 0;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: url(images/btn-line.svg) center bottom no-repeat;
  background-size: contain;
}
.btn.btn-arrow span {
  font-size: 0;
  text-indent: -9999px;
  width: 13px;
  height: 26px;
  background: url(images/arrow-btn.svg) center bottom no-repeat;
  background-size: contain;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.no-touch .btn.btn-arrow:hover span {
  left: 3px;
}

@keyframes animateDash {
  to {
    stroke-dashoffset: 0;
  }
}
* + .btn {
  margin-top: 15px;
}

* + .links-repeater, * + .block-links {
  margin-top: 25px;
}
@media screen and (min-width: 56.26em) {
  * + .links-repeater, * + .block-links {
    margin-top: 30px;
  }
}

@media screen and (max-width: 56.25em) {
  .links-repeater {
    display: block !important;
  }
}
.links-repeater .single-link {
  list-style-type: none;
  /*@include media('screen', '<=dim_900') {
  	margin-left:auto;
  	margin-right:auto;
  	width:fit-content;
  }*/
}
.links-repeater .single-link + .single-link {
  margin-top: 25px;
}

.text + .links-repeater, .text + .block-links {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
  /*.block-block_text_image  & {
  	@include media('screen', '<=dim_900') {
  		@include prefix('justify-content', 'flex-end');
  	}
  }*/
}
@media screen and (min-width: 56.26em) {
  .text + .links-repeater, .text + .block-links {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    margin-top: 40px;
  }
}
@media screen and (max-width: 56.25em) {
  .text + .links-repeater, .text + .block-links {
    min-width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
}
.text + .links-repeater .single-link + .single-link, .text + .block-links .single-link + .single-link {
  margin-top: 25px;
}
@media screen and (min-width: 56.26em) {
  .text + .links-repeater .single-link + .single-link, .text + .block-links .single-link + .single-link {
    margin-top: 40px;
  }
}

.btn-line {
  width: 90px;
}
@media screen and (min-width: 56.26em) {
  .btn-line {
    width: 57px;
  }
}
@media screen and (min-width: 100.01em) {
  .btn-line {
    width: 90px;
  }
}
.btn .btn-line {
  transform-origin: center;
  transform: scale(-1);
  margin-right: 18px;
  margin-top: -18px;
}
@media screen and (min-width: 56.26em) {
  .btn .btn-line {
    margin-top: -13px;
  }
}
@media screen and (min-width: 100.01em) {
  .btn .btn-line {
    margin-top: -18px;
  }
}
.btn-line path {
  fill: none;
  stroke: #2E3236;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
.btn-line.btn-line-mobile-prev, .btn-line.btn-line-mobile-next {
  position: absolute;
  width: 57px;
  margin-right: 0px;
  margin-top: 0px;
}
@media screen and (min-width: 56.26em) {
  .btn-line.btn-line-mobile-prev, .btn-line.btn-line-mobile-next {
    position: relative;
  }
}
@media screen and (min-width: 100.01em) {
  .btn-line.btn-line-mobile-prev, .btn-line.btn-line-mobile-next {
    width: 90px;
  }
}
.btn-line.hide {
  display: none !important;
}
.btn-double-line .btn-line.hide {
  display: flex !important;
}
.btn-line.btn-line-mobile-prev {
  left: 0;
  top: 6px;
}
@media screen and (min-width: 56.26em) {
  .btn-line.btn-line-mobile-prev {
    top: -5px;
  }
}
@media screen and (min-width: 100.01em) {
  .btn-line.btn-line-mobile-prev {
    top: -10px;
  }
}
.btn-line.btn-line-mobile-next {
  right: 0;
  top: 20px;
  transform: scale(1);
}
@media screen and (min-width: 56.26em) {
  .btn-line.btn-line-mobile-next {
    top: 8px;
  }
}
@media screen and (min-width: 100.01em) {
  .btn-line.btn-line-mobile-next {
    top: 10px;
  }
}

.load-more-container {
  width: 100%;
  border: 1px solid green;
}

* + .listing {
  margin-top: 40px;
}
@media screen and (min-width: 56.26em) {
  * + .listing {
    margin-top: 60px;
  }
}

.listing .item {
  list-style-type: none;
}
.listing .item a {
  text-decoration: none;
}
.no-touch .listing .item a:hover {
  text-decoration: underline;
}
.no-touch .listing .item a:hover .image-container img {
  opacity: 0.8;
}
.listing .item a .title {
  text-decoration: none;
}
.no-touch .listing .item a .title:hover {
  text-decoration: underline;
}

.listing:not(.flickity-enabled) {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled) {
    min-width: calc(100% + 70px);
    left: -35px;
  }
}
.listing:not(.flickity-enabled) + * {
  margin-top: 55px;
}
@media screen and (min-width: 68.76em) {
  .listing:not(.flickity-enabled) + * {
    margin-top: 70px;
  }
}
.listing:not(.flickity-enabled) .item {
  position: relative;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 60px;
}
.listing:not(.flickity-enabled) .item.empty-listing {
  width: 100%;
  text-align: center;
}
.listing:not(.flickity-enabled) .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled) .item {
    width: calc(50% - 70px);
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 80px;
  }
  .listing:not(.flickity-enabled) .item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 100.01em) {
  .listing:not(.flickity-enabled) .item {
    width: calc(33.33% - 70px);
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 80px;
  }
  .listing:not(.flickity-enabled) .item:nth-child(3) {
    margin-top: 0;
  }
}
.listing:not(.flickity-enabled) .item .image-container, .listing:not(.flickity-enabled) .item .video-container {
  margin-bottom: 17px;
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled) .item .image-container, .listing:not(.flickity-enabled) .item .video-container {
    margin-bottom: 30px;
  }
}
.listing:not(.flickity-enabled) .item > a {
  display: block;
  position: relative;
}
.no-touch .listing:not(.flickity-enabled) .item > a:hover {
  text-decoration: underline;
}
.no-touch .listing:not(.flickity-enabled) .item > a:hover .title {
  text-decoration: underline;
}
.no-touch .listing:not(.flickity-enabled) .item > a:hover img, .no-touch .listing:not(.flickity-enabled) .item > a:hover video {
  opacity: 0.8;
}
.no-touch .home .listing:not(.flickity-enabled) .item > a:hover {
  text-decoration: none;
}
.no-touch .home .listing:not(.flickity-enabled) .item > a:hover .title {
  text-decoration: underline;
}
.listing:not(.flickity-enabled) .empty-item {
  width: 100%;
  text-align: center;
  list-style-type: none;
}
.listing:not(.flickity-enabled) .empty-item p {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 56.26em) and (max-width: 100em) {
  .listing:not(.flickity-enabled).listing-values {
    max-width: 930px;
    min-width: unset;
    left: unset;
    margin-right: auto;
    margin-left: auto;
  }
}
.listing:not(.flickity-enabled).listing-values .item {
  margin-top: 0;
}
@media screen and (min-width: 100.01em) {
  .listing:not(.flickity-enabled).listing-values .item {
    width: calc(25% - 70px);
    margin-left: 35px;
    margin-right: 35px;
  }
  .listing:not(.flickity-enabled).listing-values .item:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 56.25em) {
  .listing:not(.flickity-enabled).listing-values .item {
    margin-top: 70px;
  }
  .listing:not(.flickity-enabled).listing-values .item:first-child {
    margin-top: 0;
  }
}
.listing:not(.flickity-enabled).listing-certifications .item {
  margin-top: 0;
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled).listing-certifications .item {
    width: calc(33.33% - 70px);
    margin-left: 35px;
    margin-right: 35px;
  }
  .listing:not(.flickity-enabled).listing-certifications .item:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 56.25em) {
  .listing:not(.flickity-enabled).listing-certifications .item {
    margin-top: 70px;
  }
  .listing:not(.flickity-enabled).listing-certifications .item:first-child {
    margin-top: 0;
  }
}
.listing:not(.flickity-enabled).listing-services, .listing:not(.flickity-enabled).listing-field {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.listing:not(.flickity-enabled).listing-services .item, .listing:not(.flickity-enabled).listing-field .item {
  margin-top: 50px;
}
.listing:not(.flickity-enabled).listing-services .item:first-child, .listing:not(.flickity-enabled).listing-field .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 43.76em) {
  .listing:not(.flickity-enabled).listing-services .item, .listing:not(.flickity-enabled).listing-field .item {
    margin-top: 40px;
    width: calc(50% - 70px);
    margin-left: 35px;
    margin-right: 35px;
  }
  .listing:not(.flickity-enabled).listing-services .item:nth-child(2), .listing:not(.flickity-enabled).listing-field .item:nth-child(2) {
    margin-top: 0;
  }
}
.listing:not(.flickity-enabled).listing-case_study {
  margin-left: unset !important;
  min-width: unset !important;
  width: 100% !important;
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled).listing-case_study .item {
    padding-left: 6%;
    padding-right: 6%;
  }
  .listing:not(.flickity-enabled).listing-case_study .item .column-text {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }
}
@media screen and (min-width: 100.01em) {
  .listing:not(.flickity-enabled).listing-case_study .item .column-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.no-touch .listing:not(.flickity-enabled).listing-case_study .item > a:hover {
  text-decoration: none;
}
.no-touch .listing:not(.flickity-enabled).listing-case_study .item > a:hover .title {
  text-decoration: none;
}
.no-touch .listing:not(.flickity-enabled).listing-case_study .item > a:hover h2 {
  text-decoration: underline;
}
.listing:not(.flickity-enabled).listing-case_study .item a {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 0 !important;
}
.listing:not(.flickity-enabled).listing-case_study .item .image-container {
  margin-bottom: 0;
}
.listing:not(.flickity-enabled).listing-case_study .item + .item {
  margin-top: 65px;
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled).listing-case_study .item + .item {
    margin-top: 80px;
  }
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled).listing-case_study .item:nth-child(odd) .image-container {
    transform: scaleX(-1);
  }
  .listing:not(.flickity-enabled).listing-case_study .item:nth-child(odd) .image-container picture img {
    transform: scaleX(-1);
  }
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled).listing-case_study .item:nth-child(even) .column-text {
    order: -1;
    padding-left: 0%;
    padding-right: 7%;
  }
  .listing:not(.flickity-enabled).listing-case_study .item:nth-child(even) .column-image {
    padding-right: 0%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 56.25em) {
  .listing:not(.flickity-enabled).listing-case_study .item:nth-child(even) .column-image .image-container {
    left: 0;
  }
}
.listing:not(.flickity-enabled).listing-facilities, .listing:not(.flickity-enabled).listing-case_study, .listing:not(.flickity-enabled).listing-jobs, .listing:not(.flickity-enabled).listing-elements, .listing:not(.flickity-enabled).listing-jobs {
  min-width: unset;
  left: unset;
  width: 100%;
}
@media screen and (max-width: 56.25em) {
  .listing:not(.flickity-enabled).listing-facilities, .listing:not(.flickity-enabled).listing-case_study, .listing:not(.flickity-enabled).listing-jobs, .listing:not(.flickity-enabled).listing-elements, .listing:not(.flickity-enabled).listing-jobs {
    width: calc(100% - 25px);
    margin-left: 25px;
  }
}
.listing:not(.flickity-enabled).listing-facilities .item, .listing:not(.flickity-enabled).listing-case_study .item, .listing:not(.flickity-enabled).listing-jobs .item, .listing:not(.flickity-enabled).listing-elements .item, .listing:not(.flickity-enabled).listing-jobs .item {
  width: 100%;
  margin-left: unset;
  margin-right: unset;
  margin-top: 0;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media screen and (max-width: 56.25em) {
  .listing:not(.flickity-enabled).listing-facilities .item, .listing:not(.flickity-enabled).listing-case_study .item, .listing:not(.flickity-enabled).listing-jobs .item, .listing:not(.flickity-enabled).listing-elements .item, .listing:not(.flickity-enabled).listing-jobs .item {
    display: block;
  }
  .listing:not(.flickity-enabled).listing-facilities .item > *:not(.title), .listing:not(.flickity-enabled).listing-case_study .item > *:not(.title), .listing:not(.flickity-enabled).listing-jobs .item > *:not(.title), .listing:not(.flickity-enabled).listing-elements .item > *:not(.title), .listing:not(.flickity-enabled).listing-jobs .item > *:not(.title) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 56.25em) {
  .listing:not(.flickity-enabled).listing-elements, .listing:not(.flickity-enabled).listing-jobs {
    min-width: unset;
    left: unset;
    width: 100%;
    margin-left: unset;
  }
}
.listing:not(.flickity-enabled).listing-facilities {
  min-width: unset;
  left: unset;
  width: 100%;
  margin-left: unset !important;
}
@media screen and (min-width: 31.26em) and (max-width: 43.75em) {
  .listing:not(.flickity-enabled).listing-facilities {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 330px !important;
  }
}
.listing:not(.flickity-enabled).listing-solutions, .listing:not(.flickity-enabled).listing-search {
  min-width: unset;
  left: unset;
  width: 100%;
}
.listing:not(.flickity-enabled).listing-solutions .item:not(.field-item), .listing:not(.flickity-enabled).listing-search .item:not(.field-item) {
  width: 100%;
  margin-left: unset;
  margin-right: unset;
  margin-top: 0;
}
.listing:not(.flickity-enabled).listing-solutions .item > a, .listing:not(.flickity-enabled).listing-search .item > a {
  width: 100%;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listing:not(.flickity-enabled).listing-solutions .image-container, .listing:not(.flickity-enabled).listing-search .image-container {
  margin-bottom: 0;
}
.listing:not(.flickity-enabled).listing-fields {
  min-width: unset;
  left: unset;
  width: 100%;
}
.listing:not(.flickity-enabled).listing-fields .item {
  width: 100%;
  margin-left: unset;
  margin-right: unset;
  margin-top: 0;
}
@media screen and (min-width: 43.76em) {
  .listing:not(.flickity-enabled).listing-fields .item {
    width: 50%;
    margin-top: 30px;
  }
  .listing:not(.flickity-enabled).listing-fields .item:first-child, .listing:not(.flickity-enabled).listing-fields .item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 68.76em) {
  .listing:not(.flickity-enabled).listing-fields .item {
    width: 33.33%;
  }
  .listing:not(.flickity-enabled).listing-fields .item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 87.51em) {
  .listing:not(.flickity-enabled).listing-fields .item {
    width: 25%;
  }
  .listing:not(.flickity-enabled).listing-fields .item:nth-child(4) {
    margin-top: 0;
  }
}

.load-more-container {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.title, h1:not([class]), h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class]) {
  font-weight: 500;
  line-height: 1.1;
  color: #2E3236;
  font-family: "Kanit";
  display: inline-block !important;
  font-style: normal;
}
.block-block_text .text .title, .block-block_text .text h1:not([class]), .block-block_text .text h2:not([class]), .block-block_text .text h3:not([class]), .block-block_text .text h4:not([class]), .block-block_text .text h5:not([class]), .block-block_text .text h6:not([class]) {
  display: block !important;
}
.maintenance .title, .maintenance h1:not([class]), .maintenance h2:not([class]), .maintenance h3:not([class]), .maintenance h4:not([class]), .maintenance h5:not([class]), .maintenance h6:not([class]) {
  width: 100%;
  text-align: center;
}
.title + .text, h1:not([class]) + .text, h2:not([class]) + .text, h3:not([class]) + .text, h4:not([class]) + .text, h5:not([class]) + .text, h6:not([class]) + .text {
  margin-top: 25px;
}
@media screen and (min-width: 56.26em) {
  .title + .text, h1:not([class]) + .text, h2:not([class]) + .text, h3:not([class]) + .text, h4:not([class]) + .text, h5:not([class]) + .text, h6:not([class]) + .text {
    margin-top: 30px;
  }
}
.title strong, h1:not([class]) strong, h2:not([class]) strong, h3:not([class]) strong, h4:not([class]) strong, h5:not([class]) strong, h6:not([class]) strong {
  font-weight: 500;
  color: #F16826;
}
.title .secondary, h1:not([class]) .secondary, h2:not([class]) .secondary, h3:not([class]) .secondary, h4:not([class]) .secondary, h5:not([class]) .secondary, h6:not([class]) .secondary {
  margin-top: 10px;
  display: block;
}

.uppertitle + .title, .uppertitle + h1:not([class]), .uppertitle + h2:not([class]), .uppertitle + h3:not([class]), .uppertitle + h4:not([class]), .uppertitle + h5:not([class]), .uppertitle + h6:not([class]) {
  margin-top: 25px;
}

.uppertitle, .terms .single, .label {
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #2E3236;
  line-height: 1;
  font-style: normal;
  list-style-type: none;
  letter-spacing: 1.6px;
  display: block;
}

.subtitle {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #2E3236;
}
.subtitle a {
  color: #2E3236;
}

.virg {
  font-style: italic;
  margin-right: 14px;
}

.terms {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  position: relative;
}
.terms .single {
  list-style-type: none;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.terms .single + .single:before {
  content: "/";
  display: block;
  margin-left: 2px;
  margin-right: 2px;
}
.terms .single a {
  text-decoration: none;
}
.no-touch .terms .single a:hover {
  text-decoration: underline;
}
.terms + * {
  margin-top: 8px;
  display: block;
}
@media screen and (min-width: 56.26em) {
  .terms + * {
    margin-top: 15px;
  }
}

.title + .subtitle {
  margin-top: 25px;
}
@media screen and (min-width: 68.76em) {
  .title + .subtitle {
    margin-top: 35px;
  }
}

h1:not([class]), .title--1 {
  font-size: 5.7142857143rem;
  line-height: 0.8;
}
@media screen and (min-width: 56.26em) {
  h1:not([class]), .title--1 {
    font-size: 6.6666666667rem;
  }
}
@media screen and (min-width: 75.01em) {
  h1:not([class]), .title--1 {
    font-size: 7.4074074074rem;
  }
}
@media screen and (min-width: 93.76em) {
  h1:not([class]), .title--1 {
    font-size: 8rem;
  }
}
@media screen and (min-width: 112.51em) {
  h1:not([class]), .title--1 {
    font-size: 10rem;
  }
}
h1:not([class]) + *, .title--1 + * {
  margin-top: 25px;
}
@media screen and (min-width: 68.76em) {
  h1:not([class]) + *, .title--1 + * {
    margin-top: 35px;
  }
}
.error404 h1:not([class]) span, .error404 .title--1 span {
  font-size: 8.8571428571rem;
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 56.26em) {
  .error404 h1:not([class]) span, .error404 .title--1 span {
    font-size: 10.3333333333rem;
  }
}
@media screen and (min-width: 75.01em) {
  .error404 h1:not([class]) span, .error404 .title--1 span {
    font-size: 11.4814814815rem;
  }
}
@media screen and (min-width: 93.76em) {
  .error404 h1:not([class]) span, .error404 .title--1 span {
    font-size: 12.4rem;
  }
}
@media screen and (min-width: 112.51em) {
  .error404 h1:not([class]) span, .error404 .title--1 span {
    font-size: 15.5rem;
  }
}
.error404 h1:not([class]) br, .error404 .title--1 br {
  display: none;
}
@media screen and (max-width: 31.25em) {
  .single-job h1:not([class]), .page-template-page-semplice h1:not([class]), .single-job .title--1, .page-template-page-semplice .title--1 {
    font-size: 4rem;
  }
}
.home h1:not([class]), .home .title--1 {
  font-size: 8.8571428571rem;
}
@media screen and (min-width: 56.26em) {
  .home h1:not([class]), .home .title--1 {
    font-size: 10.3333333333rem;
  }
}
@media screen and (min-width: 75.01em) {
  .home h1:not([class]), .home .title--1 {
    font-size: 11.4814814815rem;
  }
}
@media screen and (min-width: 93.76em) {
  .home h1:not([class]), .home .title--1 {
    font-size: 12.4rem;
  }
}
@media screen and (min-width: 112.51em) {
  .home h1:not([class]), .home .title--1 {
    font-size: 15.5rem;
  }
}

h2:not([class]), .title--2 {
  font-size: 4.2857142857rem;
  line-height: 1;
}
@media screen and (min-width: 56.26em) {
  h2:not([class]), .title--2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 75.01em) {
  h2:not([class]), .title--2 {
    font-size: 5.5555555556rem;
  }
}
@media screen and (min-width: 93.76em) {
  h2:not([class]), .title--2 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 112.51em) {
  h2:not([class]), .title--2 {
    font-size: 7.5rem;
  }
}
h2:not([class]) + *, .title--2 + * {
  margin-top: 25px;
}
@media screen and (max-width: 31.25em) {
  .block-block_process h2:not([class]), .block-block_process .title--2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 31.25em) {
  .page-template-page-semplice h2:not([class]), .page-template-page-semplice .title--2 {
    font-size: 3.2rem;
  }
}

h3:not([class]), .title--3 {
  font-size: 2.6666666667rem;
}
@media screen and (min-width: 56.26em) {
  h3:not([class]), .title--3 {
    font-size: 3.0769230769rem;
  }
}
@media screen and (min-width: 112.51em) {
  h3:not([class]), .title--3 {
    font-size: 4rem;
  }
}
h3:not([class]) + *, .title--3 + * {
  margin-top: 25px;
}

h4:not([class]), .title--4 {
  font-size: 2.2rem;
}
@media screen and (min-width: 56.26em) {
  h4:not([class]), .title--4 {
    font-size: 2.5384615385rem;
  }
}
@media screen and (min-width: 112.51em) {
  h4:not([class]), .title--4 {
    font-size: 3.3rem;
  }
}
h4:not([class]) + *, .title--4 + * {
  margin-top: 25px;
}
.block-block_intro--contacts h4:not([class]), .block-block_intro--contacts .title--4 {
  font-size: 2.3rem;
}

h5:not([class]), .title--5 {
  text-transform: initial;
  font-size: 1.8rem;
}
.block-block_intro--contacts h5:not([class]), .block-block_intro--contacts .title--5 {
  font-size: 2rem;
}
h5:not([class]) + *, .title--5 + * {
  margin-top: 20px;
}

h6 + * {
  margin-top: 20px;
}

button.title {
  background: none;
  border: 0;
  border-radius: 0px;
}

input:not(.form-btn, .search-btn, .search-field), select, textarea, button:not(.flickity-button, .cm-cookies-button, .form-btn) {
  font-weight: bold;
  font-style: normal;
}
input:not(.form-btn, .search-btn, .search-field)::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button:not(.flickity-button, .cm-cookies-button, .form-btn)::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
input:not(.form-btn, .search-btn, .search-field)::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, button:not(.flickity-button, .cm-cookies-button, .form-btn)::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
input:not(.form-btn, .search-btn, .search-field):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, button:not(.flickity-button, .cm-cookies-button, .form-btn):-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
input:not(.form-btn, .search-btn, .search-field):-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, button:not(.flickity-button, .cm-cookies-button, .form-btn):-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.os-osx input:not(.form-btn, .search-btn, .search-field), .os-osx select, .os-osx textarea, .os-osx button:not(.flickity-button, .cm-cookies-button, .form-btn) {
  -webkit-appearance: none;
  background: none;
  background: #ffffff;
  border-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
  -webkit-text-fill-color: #2E3236;
}
.search-form input:-webkit-autofill,
.search-form input:-webkit-autofill:hover,
.search-form input:-webkit-autofill:focus,
.search-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #2E3236 inset !important;
  -webkit-text-fill-color: #ffffff;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
  -webkit-text-fill-color: #2E3236;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

legend {
  float: left;
  clear: left;
  width: 100% !important;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.gform_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .gform_wrapper .gform_confirmation_message {
    text-align: center;
  }
}
.block-block_form-lavora-con-noi .gform_wrapper .gform_confirmation_message {
  text-align: center;
}
.gform_wrapper .gform_submission_error {
  text-align: center !important;
}
.gform_wrapper .gfield_required {
  color: #2E3236 !important;
}
.gform_wrapper .gform_validation_errors {
  border: 0 !important;
  background: none !important;
  color: red;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 0px !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-left: 0;
  width: 100%;
  margin-top: 0px !important;
  margin-bottom: 50px !important;
}
.gform_wrapper .gform_validation_errors > h2 {
  font-weight: bold !important;
  font-style: normal;
  line-height: 1;
  color: red !important;
  text-align: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none !important;
}
.gform_wrapper .gform_validation_errors:focus {
  outline: unset !important;
}
.gform_wrapper form .gform_fields {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-grid-column-gap: unset;
  -moz-grid-column-gap: unset;
  -ms-grid-column-gap: unset;
  -o-grid-column-gap: unset;
  grid-column-gap: unset;
  -webkit-grid-row-gap: unset;
  -moz-grid-row-gap: unset;
  -ms-grid-row-gap: unset;
  -o-grid-row-gap: unset;
  grid-row-gap: unset;
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  list-style-type: none;
  /*&.gfield--type-multiselect {
  	&.gfield_error {
  		input, select, textarea {
  			border:0;
  		}
  		.ginput_container_multiselect {
  			.select2-selection {
  				border:1px solid $error !important;
  			}

  		}
  	}
  }*/
}
@media screen and (min-width: 43.76em) {
  .gform_wrapper form .gform_fields .gfield {
    width: 100%;
  }
}
.gform_wrapper form .gform_fields .gfield.gfield--type-textarea, .gform_wrapper form .gform_fields .gfield.products-select, .gform_wrapper form .gform_fields .gfield.gfield--width-full {
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield + .gfield {
  margin-top: 35px;
}
@media screen and (min-width: 43.76em) {
  .gform_wrapper form .gform_fields .gfield + .gfield {
    margin-top: 55px;
  }
}
.gform_wrapper form .gform_fields .gfield + .gfield.gfield--type-hidden {
  margin-top: 0px;
}
.gform_wrapper form .gform_fields .gfield + .gfield.gfield--type-checkbox {
  margin-top: 35px;
}
@media screen and (min-width: 43.76em) {
  .gform_wrapper form .gform_fields .gfield + .gfield.gfield--type-checkbox {
    margin-left: 35px;
  }
}
.gform_wrapper form .gform_fields .gfield.custom-margin {
  margin-top: 71px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-hidden {
  display: none;
}
@media screen and (min-width: 43.76em) {
  .gform_wrapper form .gform_fields .gfield.gfield--width-half {
    width: calc(50% - 12px);
  }
}
.gform_wrapper form .gform_fields .gfield.gfield--width-full.gfield--type-html {
  text-align: center;
}
@media screen and (min-width: 43.76em) {
  .gform_wrapper form .gform_fields .gfield.gfield--width-full + .gfield--width-half {
    margin-top: 55px;
  }
  .gform_wrapper form .gform_fields .gfield.gfield--width-full + .gfield--width-half:nth-child(2) {
    margin-top: 30px;
  }
  .gform_wrapper form .gform_fields .gfield.gfield--width-full + .gfield--width-half:nth-child(2) + .gfield--width-half {
    margin-top: 30px;
  }
  .gform_wrapper form .gform_fields .gfield.gfield--width-full + .gfield--width-half + .gfield--width-half {
    margin-top: 55px;
  }
}
.gform_wrapper form .gform_fields .gfield .ginput_container {
  position: relative;
}
.gform_wrapper form .gform_fields .gfield .ginput_container:after {
  content: "";
  display: block;
  width: calc(100% - 22px);
  height: 1px;
  background: #2E3236;
  position: absolute;
  bottom: 0;
  left: 22px;
  transition: width 0.2s ease-in-out;
}
.gform_wrapper form .gform_fields .gfield .ginput_container:before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #2E3236;
  position: absolute;
  bottom: 0;
  top: unset !important;
  left: 0;
  transform-origin: top right;
  transform: rotate(45deg);
}
.gform_wrapper form .gform_fields .gfield .ginput_container.ginput_container_checkbox:before, .gform_wrapper form .gform_fields .gfield .ginput_container.ginput_container_checkbox:after, .gform_wrapper form .gform_fields .gfield .ginput_container.ginput_container_radio:before, .gform_wrapper form .gform_fields .gfield .ginput_container.ginput_container_radio:after {
  display: none;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field), .gform_wrapper form .gform_fields .gfield select, .gform_wrapper form .gform_fields .gfield textarea {
  height: 54px;
  display: block;
  color: #2E3236;
  padding: 0;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  border: 0 !important;
  min-height: unset;
  border: 0;
  padding-left: 25px;
  padding-right: 25px;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field)::-webkit-input-placeholder, .gform_wrapper form .gform_fields .gfield select::-webkit-input-placeholder, .gform_wrapper form .gform_fields .gfield textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2E3236;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field)::-moz-placeholder, .gform_wrapper form .gform_fields .gfield select::-moz-placeholder, .gform_wrapper form .gform_fields .gfield textarea::-moz-placeholder { /* Firefox 19+ */
  color: #2E3236;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field):-ms-input-placeholder, .gform_wrapper form .gform_fields .gfield select:-ms-input-placeholder, .gform_wrapper form .gform_fields .gfield textarea:-ms-input-placeholder { /* IE 10+ */
  color: #2E3236;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field):-moz-placeholder, .gform_wrapper form .gform_fields .gfield select:-moz-placeholder, .gform_wrapper form .gform_fields .gfield textarea:-moz-placeholder { /* Firefox 18- */
  color: #2E3236;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field):focus, .gform_wrapper form .gform_fields .gfield select:focus, .gform_wrapper form .gform_fields .gfield textarea:focus {
  box-shadow: none;
  outline: unset;
}
.gform_wrapper form .gform_fields .gfield input.gchoice_other_control {
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield textarea {
  padding: 15px 25px;
  height: 215px;
  border: 0 !important;
  font-family: "Open Sans";
}
.gform_wrapper form .gform_fields .gfield .gfield_label {
  display: block;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  background: none;
  transition: all .4s ease;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 22px;
  font-size: 1.6rem;
  line-height: 1;
  color: #2E3236;
  margin-bottom: 0px;
}
.gform_wrapper form .gform_fields .gfield .gfield_label .gfield_required {
  color: #ffffff;
}
.gform_wrapper form .gform_fields .gfield .gfield_label .gfield_required:before {
  content: "*";
  font-size: 1.3rem;
  display: inline-block;
}
.gform_wrapper form .gform_fields .gfield .gfield_label .gfield_required span {
  display: none !important;
}
.gform_wrapper form .gform_fields .gfield.gfield_error input, .gform_wrapper form .gform_fields .gfield.gfield_error select, .gform_wrapper form .gform_fields .gfield.gfield_error textarea {
  border-color: red !important;
}
.gform_wrapper form .gform_fields .gfield.gfield_error .validation_message {
  padding: 0;
  background: none;
  border: 0;
  color: red;
  font-size: 1.4rem;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: bold;
  font-style: normal;
  position: relative;
  background: #ffffff;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gform_wrapper form .gform_fields .gfield.gfield_error .ginput_container {
  position: relative;
}
.gform_wrapper form .gform_fields .gfield.gfield_error .ginput_container.ginput_container_fileupload:before {
  top: 0;
  right: 0;
}
.gform_wrapper form .gform_fields .gfield.gfield_error .ginput_container.ginput_container_radio:after {
  top: 0;
  right: 0;
}
.gform_wrapper form .gform_fields .gfield .ginput_container + * {
  margin-top: 10px;
}
.gform_wrapper form .gform_fields .gfield * + .gfield_description {
  margin-top: 5px;
}
.gform_wrapper form .gform_fields .gfield .gfield_description {
  position: absolute;
  bottom: unset;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #2E3236;
  margin-left: 0px;
  width: 100%;
  padding-bottom: 0;
  display: block;
  padding: 0 22px;
}
.gform_wrapper form .gform_fields .gfield .gfield_description + * {
  margin-top: 0px;
}
.gform_wrapper form .gform_fields .gfield .gfield_description a {
  color: #2E3236;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-select .ginput_container_select {
  position: relative;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-select .ginput_container_select select {
  position: relative;
  z-index: 1;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-select .ginput_container_select:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 30px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 40px;
  height: 54px;
  background: url(images/arrow-down-white.svg) no-repeat left center red;
  background-size: 16px 8px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 43.75em) {
  .gform_wrapper form .gform_fields .gfield.gfield--type-select .ginput_container_select:after {
    height: 44px;
  }
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox {
  margin-top: 35px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_label {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .ginput_container_checkbox {
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice {
  margin-bottom: 0;
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice + .gchoice {
  margin-top: 9px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox input[type=checkbox]:checked + label:after {
  content: "";
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  cursor: pointer;
  background: #2E3236;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox a {
  color: #ffffff;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox label {
  display: block;
  position: relative;
  padding-left: 52px;
  margin-left: 0;
  padding-top: 0px;
  text-align: left;
  color: #2E3236;
  min-width: 100%;
  line-height: 1.5;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox label a {
  color: #F16826;
  text-decoration: underline;
}
.no-touch .gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox label a:hover {
  text-decoration: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox label:before {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  cursor: pointer;
  background: none;
  border: 1px solid #2E3236;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox.gfield_error label {
  color: red;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox.gfield_error label a {
  color: red;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox.gfield_error label:before {
  border-color: red;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox.gfield_error .validation_message {
  padding: 0;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_label {
  margin-bottom: 40px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_radio {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 22px;
  gap: unset;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_radio .gchoice {
  margin-bottom: 0;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_radio .gchoice .gchoice_other_control {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_radio .gchoice + .gchoice {
  margin-left: 25px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_radio input[type=radio] {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_radio input.gchoice_other_control {
  min-width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_radio input[type=radio]:checked + label:after {
  content: "";
  text-align: center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 6px;
  background: #2E3236;
  border-radius: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_radio a {
  color: #ffffff;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_radio label {
  position: relative;
  display: block;
  position: relative;
  padding-left: 40px;
  padding-top: 0px;
  text-align: left;
  min-width: 100%;
  line-height: 1.3;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #2E3236;
  margin-left: 0;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-radio .gfield_radio label:before {
  width: 30px;
  height: 30px;
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  cursor: pointer;
  background: none;
  border: 1px solid #2E3236;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload:after {
  content: "";
  display: block;
  width: 35px;
  height: 37px;
  position: absolute;
  top: 42px;
  right: 0px;
  left: unset;
  z-index: 5;
  cursor: pointer;
  pointer-events: none;
  background: url(images/download-icon-form.svg) no-repeat top right #ffffff;
  background-size: 35px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield.gfield--width-half + .gfield.gfield--width-half + .gfield.gfield--width-half {
  margin-top: 60px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield--width-full + .gfield.gfield--width-full {
  margin-top: 60px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield--width-full + .gfield.gfield--width-half {
  margin-top: 60px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield--width-full + .gfield.gfield--width-half + .gfield.gfield--width-half {
  margin-top: 60px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield_error .ginput_container_fileupload {
  border-color: red;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield_error .ginput_container_fileupload:after {
  background: url(images/download-icon-form.svg) no-repeat center #2E3236;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .gfield_label {
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .gfield_label .filename {
  position: absolute;
  left: 0;
  bottom: -59px;
  font-weight: bold;
  font-style: normal;
  font-size: 1.6rem;
  text-transform: initial;
  padding-left: 25px;
  height: 48px;
  width: calc(100% - 67px - 20px);
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload input[type=file] {
  text-indent: -9999px;
  outline: none;
  background: red;
  opacity: 0;
  border: 0 !important;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield_error {
  padding-bottom: 40px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield_error.gfield--no-description {
  padding-bottom: 0px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield_error .ginput_preview .gform_delete_file {
  cursor: pointer;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload {
  width: 100%;
  display: block;
  color: red;
  background: none;
  padding: 0;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  min-height: unset;
  background: none;
  width: 100%;
  height: 54px;
  position: relative;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload::-moz-placeholder { /* Firefox 19+ */
  color: red;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload:-ms-input-placeholder { /* IE 10+ */
  color: red;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload:-moz-placeholder { /* Firefox 18- */
  color: red;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview {
  position: absolute;
  top: 19px;
  height: 19px;
  left: 0;
  z-index: 10;
  margin: 0;
  width: 100%;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  text-transform: initial;
  transform: translateY(-100%);
}
@media screen and (min-width: 43.76em) {
  .gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview {
    left: 26px;
    width: calc(100% - 26px);
  }
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gfield_fileupload_filename {
  position: absolute;
  left: 0px;
  bottom: -35px;
  font-family: "Open Sans";
  font-weight: bold;
  font-style: normal;
  font-size: 1.6rem;
  text-transform: initial;
  padding-left: 25px;
  height: 48px;
  color: red;
  width: calc(100% - 48px);
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gfield_fileupload_progress {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .ginput_preview {
  margin: 0;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gfield_fileupload_progressbar {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gform_delete_file {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 42px;
  right: -1px;
  width: 35px;
  height: 37px;
  font-size: 0;
  border-radius: 0px;
  background: url(images/close-download-icon.svg) no-repeat #ffffff top center;
  background-size: contain;
  border: 0;
  z-index: 10;
  transition: all 0.2s ease;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gform_delete_file:focus {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.no-touch .gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gform_delete_file:hover {
  background: url(images/close-download-icon.svg) no-repeat #ffffff top center;
  background-size: contain;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gform_delete_file .dashicons {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-honeypot {
  display: none;
}
.gform_wrapper form .gform_fields fieldset.gfield {
  width: 100%;
}
.gform_wrapper form .gform_fields fieldset.gfield + .gfield:nth-child(2) {
  margin-top: 22px;
}
.gform_wrapper form .gform_footer, .gform_wrapper form .gform_page_footer {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 0;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: unset;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 75.01em) {
  .gform_wrapper form .gform_footer, .gform_wrapper form .gform_page_footer {
    margin-top: 100px;
  }
}
.gform_wrapper form .gform_footer .form-input-container, .gform_wrapper form .gform_page_footer .form-input-container {
  position: relative;
}
.gform_wrapper form .gform_footer .form-input-container .btn, .gform_wrapper form .gform_page_footer .form-input-container .btn {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.gform_wrapper form .gform_footer .gform_button, .gform_wrapper form .gform_footer .button, .gform_wrapper form .gform_page_footer .gform_button, .gform_wrapper form .gform_page_footer .button {
  cursor: pointer;
  border: 0;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-self: unset;
  -o-align-self: unset;
  align-self: unset;
  transition: all 0.2s ease-in-out !important;
  margin: 0 auto;
  padding: 0;
  color: #ffffff !important;
  background: red !important;
  overflow: hidden;
  border-radius: 0px !important;
  padding: 15px 25px 13px 25px !important;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 1.6rem;
  text-transform: uppercase !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  width: -moz-fit-content;
  width: fit-content;
  overflow: visible;
  height: auto;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px !important;
  min-width: 200px !important;
  border: 0 !important;
  z-index: 0;
}
@media screen and (min-width: 87.51em) {
  .gform_wrapper form .gform_footer .gform_button, .gform_wrapper form .gform_footer .button, .gform_wrapper form .gform_page_footer .gform_button, .gform_wrapper form .gform_page_footer .button {
    margin-top: 45px !important;
  }
}
.no-touch .gform_wrapper form .gform_footer .gform_button:hover, .no-touch .gform_wrapper form .gform_footer .button:hover, .no-touch .gform_wrapper form .gform_page_footer .gform_button:hover, .no-touch .gform_wrapper form .gform_page_footer .button:hover {
  text-decoration: none;
  background: none;
  background: #ffffff !important;
  color: #2E3236 !important;
}
.gform_wrapper form .gform_footer .gform_button:focus, .gform_wrapper form .gform_footer .button:focus, .gform_wrapper form .gform_page_footer .gform_button:focus, .gform_wrapper form .gform_page_footer .button:focus {
  box-shadow: none !important;
  outline: unset !important;
}
.gform_wrapper form .gform_footer .gform_ajax_spinner, .gform_wrapper form .gform_footer .gform-loader, .gform_wrapper form .gform_page_footer .gform_ajax_spinner, .gform_wrapper form .gform_page_footer .gform-loader {
  position: absolute;
  right: 0;
  top: 50% !important;
  transform: translate(0%,-100%) !important;
  width: 40px !important;
  height: 40px !important;
  margin-left: 15px !important;
  margin-right: unset !important;
  border-block-end-color: unset !important;
  border-block-start-color: unset !important;
  border-inline-end-color: unset !important;
  border-inline-start-color: unset !important;
  border: 0 !important;
  margin-top: 45px !important;
}
@media screen and (min-width: 87.51em) {
  .gform_wrapper form .gform_footer .gform_ajax_spinner, .gform_wrapper form .gform_footer .gform-loader, .gform_wrapper form .gform_page_footer .gform_ajax_spinner, .gform_wrapper form .gform_page_footer .gform-loader {
    margin-top: 55px !important;
  }
}
.gform_wrapper form .gform_footer .gform_ajax_spinner:before, .gform_wrapper form .gform_footer .gform-loader:before, .gform_wrapper form .gform_page_footer .gform_ajax_spinner:before, .gform_wrapper form .gform_page_footer .gform-loader:before {
  margin-top: -27.5px;
  content: "";
  display: block;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top: 2px solid grey;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  z-index: 1999999;
  pointer-events: none;
}
.gform_wrapper form .gform_page_footer .gform_ajax_spinner, .gform_wrapper form .gform_page_footer .gform-loader {
  width: 40px !important;
  height: 40px !important;
  margin-left: 15px !important;
  margin-right: unset !important;
  margin-top: 50px !important;
}
@media screen and (min-width: 87.51em) {
  .gform_wrapper form .gform_page_footer .gform_ajax_spinner, .gform_wrapper form .gform_page_footer .gform-loader {
    margin-top: 75px !important;
  }
}
.gform_wrapper form .gform_page_footer .button {
  margin-top: 50px !important;
}
@media screen and (min-width: 87.51em) {
  .gform_wrapper form .gform_page_footer .button {
    margin-top: 75px !important;
  }
}
.gform_wrapper form .gform_page_footer .button + .button {
  margin-left: 15px !important;
}
.gform_wrapper form .gform_page_footer .button.gform_previous_button {
  background: #ffffff !important;
  color: #ffffff !important;
}
.no-touch .gform_wrapper form .gform_page_footer .button.gform_previous_button:hover {
  text-decoration: none;
  background: red !important;
  color: #ffffff !important;
}

.select2-container {
  width: 100% !important;
  z-index: 5;
}
.select2-container .select2-selection--single {
  height: 50px;
  border-radius: 30px;
  background: red;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 43.76em) {
  .select2-container .select2-selection--single {
    height: 60px;
  }
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0;
  width: 75px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  background: red;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-radius: 30px;
}
@media screen and (min-width: 43.76em) {
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 60px;
  }
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  position: relative;
  margin-top: 0;
  transition: margin-top 0.3s ease-in-out;
  border: 0;
  margin: 0;
  display: block;
  width: 24px;
  height: 11px;
  left: unset;
  top: unset;
  background: url(images/arrow-down-select.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 43.76em) {
  .select2-container .select2-selection--single .select2-selection__arrow b {
    width: 26px;
    height: 13px;
  }
}
.no-touch .select2-container .select2-selection--single .select2-selection__arrow:hover {
  background: #cc0000;
}
.no-touch .select2-container .select2-selection--single .select2-selection__arrow:hover b {
  margin-top: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.select2-container .select2-selection--multiple {
  border: 3px solid #ffffff !important;
  min-height: 50px;
  border-radius: 30px;
  background: red;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 43.76em) {
  .select2-container .select2-selection--multiple {
    min-height: 60px;
  }
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  min-height: 55px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #ffffff;
  color: #ffffff;
  border: 0;
  border-radius: 30px;
  cursor: default;
  float: none;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
}

.select2-dropdown {
  border: 3px solid #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #ffffff !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: red !important;
}
.select2-container--default .select2-results__option[aria-selected=true].select2-results__option--highlighted, .select2-container--default .select2-results__option[data-selected=true].select2-results__option--highlighted {
  color: #2E3236 !important;
}

.block.block-block_form {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.ui-datepicker {
  display: none;
  border: 1px solid #2E3236;
  background: #ffffff;
  padding: 15px;
  margin-top: 15px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
}
@media screen and (min-width: 43.76em) {
  .ui-datepicker {
    margin-left: 22px;
  }
}
.ui-datepicker .ui-datepicker-header {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  font-size: 1.4rem;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  width: 65%;
  border-radius: 0px;
  border: 1px solid #2E3236;
  height: 25px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: calc(35% - 5px);
  border: 1px solid #2E3236;
  height: 25px;
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  font-size: 1.6rem;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 1.4rem;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-active {
  color: #F16826 !important;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  color: #2E3236;
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  text-decoration: none;
}
.no-touch .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
  color: #F16826;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default {
  color: #2E3236;
  opacity: 1;
}

.main .block .text p:not([class]) + *:not([class]), .main .block .text ul:not([class]) + *:not([class]), .main .block .text ol:not([class]) + *:not([class]), .main .block .text dl:not([class]) + *:not([class]) {
  margin-top: 20px;
}
.main .block .text p:not([class]) + .title, .main .block .text p:not([class]) + h1:not([class]), .main .block .text p:not([class]) + h2:not([class]), .main .block .text p:not([class]) + h3:not([class]), .main .block .text p:not([class]) + h4:not([class]), .main .block .text p:not([class]) + h5:not([class]), .main .block .text p:not([class]) + h6:not([class]), .main .block .text ul:not([class]) + .title, .main .block .text ul:not([class]) + h1:not([class]), .main .block .text ul:not([class]) + h2:not([class]), .main .block .text ul:not([class]) + h3:not([class]), .main .block .text ul:not([class]) + h4:not([class]), .main .block .text ul:not([class]) + h5:not([class]), .main .block .text ul:not([class]) + h6:not([class]), .main .block .text ol:not([class]) + .title, .main .block .text ol:not([class]) + h1:not([class]), .main .block .text ol:not([class]) + h2:not([class]), .main .block .text ol:not([class]) + h3:not([class]), .main .block .text ol:not([class]) + h4:not([class]), .main .block .text ol:not([class]) + h5:not([class]), .main .block .text ol:not([class]) + h6:not([class]), .main .block .text dl:not([class]) + .title, .main .block .text dl:not([class]) + h1:not([class]), .main .block .text dl:not([class]) + h2:not([class]), .main .block .text dl:not([class]) + h3:not([class]), .main .block .text dl:not([class]) + h4:not([class]), .main .block .text dl:not([class]) + h5:not([class]), .main .block .text dl:not([class]) + h6:not([class]) {
  margin-top: 65px;
}
.main .block .text h1:not([class]) + ul, .main .block .text h2:not([class]) + ul, .main .block .text h3:not([class]) + ul, .main .block .text h4:not([class]) + ul, .main .block .text h5:not([class]) + ul, .main .block .text h6:not([class]) + ul {
  margin-top: 30px;
}
.main .block .text .accordion-panel p:not([class]) + *:not([class], .title, h1, h2, h3, h4, h5, h6), .main .block .text .accordion-panel ul:not([class]) + *:not([class], .title, h1, h2, h3, h4, h5, h6), .main .block .text .accordion-panel ol:not([class]) + *:not([class], .title, h1, h2, h3, h4, h5, h6), .main .block .text .accordion-panel dl:not([class]) + *:not([class], .title, h1, h2, h3, h4, h5, h6) {
  margin-top: 25px;
}
.main .block .text a:not([class]) {
  color: #F16826;
}
.main .block .text ul:not([class]) li, .main .block .text ul:not([class]) dd, .main .block .text dl:not([class]) li, .main .block .text dl:not([class]) dd {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
}
.main .block .text ul:not([class]) li:before, .main .block .text ul:not([class]) dd:before, .main .block .text dl:not([class]) li:before, .main .block .text dl:not([class]) dd:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: block;
  width: 23px;
  height: 6px;
  background: url(images/list-icon.svg) no-repeat center;
  background-size: contain;
}
.main .block .text ul:not([class]) li + li, .main .block .text ul:not([class]) li + dd, .main .block .text ul:not([class]) dd + li, .main .block .text ul:not([class]) dd + dd, .main .block .text dl:not([class]) li + li, .main .block .text dl:not([class]) li + dd, .main .block .text dl:not([class]) dd + li, .main .block .text dl:not([class]) dd + dd {
  margin-top: 18px;
}
.main .block .text ul:not([class]) + *, .main .block .text dl:not([class]) + * {
  margin-top: 25px;
}
.main .block .text ol:not([class]) {
  padding-left: 20px;
}
.main .block .text ol:not([class]) li {
  position: relative;
  padding-left: 0px;
}
.main .block .text ol:not([class]) li + li {
  margin-top: 18px;
}
.main .block .text ol:not([class]) + * {
  margin-top: 25px;
}
.main .block .text strong, .main .block .text b {
  font-weight: bold;
}
.main .block .text b {
  display: inline;
}
.main .block .text i {
  font-style: italic;
}
.main .block .text em {
  font-style: italic;
}
.main .block .text iframe {
  display: block;
  max-width: 100%;
}
.main .block .text p + * {
  margin-top: 25px;
}
.main .block .text img {
  max-width: 100%;
  display: block;
}
.main .block .text * + .wp-video {
  margin-top: 25px;
}
.main .block .text .wp-video {
  max-width: 100% !important;
  display: block;
  width: 100% !important;
  height: auto;
}
.main .block .text .wp-video .mejs-container {
  max-width: 100% !important;
  display: block;
  width: 100% !important;
}
.main .block .text .wp-video + * {
  margin-top: 25px;
}

.slider .item {
  width: 100%;
  list-style-type: none;
}
.slider .image-container {
  width: 100%;
}

.flickity-enabled {
  width: 100%;
}
@media screen and (max-width: 43.75em) {
  .flickity-enabled {
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.flickity-enabled.is-draggable {
  cursor: grab;
}
.flickity-enabled .flickity-viewport {
  display: block;
  width: 100%;
}
.flickity-enabled .flickity-button {
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 0px !important;
  transition: all 0.2s ease-in-out;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: none !important;
  border: 0;
  padding: 0;
  z-index: 10;
  bottom: 0;
  top: 50%;
  height: auto;
  position: absolute;
  overflow: visible !important;
  width: 60px;
  height: 60px;
}
.flickity-enabled .flickity-button:focus, .flickity-enabled .flickity-button:active {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none !important;
}
.flickity-enabled .flickity-button:disabled {
  opacity: 0.5;
}
.flickity-enabled .flickity-button:disabled:before {
  opacity: 1;
}
.block-block_history .flickity-enabled .flickity-button {
  position: unset;
  left: unset !important;
  right: unset !important;
}
.flickity-enabled .flickity-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/arrow-left.svg) no-repeat center;
  background-size: 13px 26px;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.flickity-enabled .flickity-button svg {
  display: none;
}
@media screen and (max-width: 43.75em) {
  .flickity-enabled .flickity-button {
    left: unset;
    right: unset;
    position: relative;
    top: unset;
    margin-top: 40px;
  }
}
.no-touch .flickity-enabled .flickity-button:hover:after {
  left: -5px;
}
.flickity-enabled .flickity-button.previous {
  transform: translate(-100%,-50%);
  transform-origin: center;
  left: 0px;
}
@media screen and (max-width: 43.75em) {
  .flickity-enabled .flickity-button.previous {
    transform: translate(0%,0%);
  }
}
.block-block_history .flickity-enabled .flickity-button.previous {
  transform: translate(0%,0%);
}
.flickity-enabled .flickity-button.previous:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: url(images/line-slider-btn.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}
.flickity-enabled .flickity-button.next {
  right: 0px;
  transform: translate(100%,-50%) scaleX(-1);
}
@media screen and (max-width: 43.75em) {
  .flickity-enabled .flickity-button.next {
    transform: translate(0%,0%) scaleX(-1);
  }
}
.block-block_history .flickity-enabled .flickity-button.next {
  transform: translate(0%,0%) scaleX(-1);
}
.flickity-enabled .flickity-page-dots {
  z-index: 10;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 40px;
  margin-top: 0;
}
@media screen and (min-width: 31.26em) {
  .flickity-enabled .flickity-page-dots {
    padding: 0 70px;
  }
}
@media screen and (min-width: 56.26em) {
  .flickity-enabled .flickity-page-dots {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    padding: 0 40px;
  }
}
@media screen and (min-width: 62.51em) {
  .flickity-enabled .flickity-page-dots {
    padding: 0 20px;
  }
}
@media screen and (min-width: 75.01em) {
  .flickity-enabled .flickity-page-dots {
    padding: 0 70px;
  }
}
@media screen and (min-width: 100.01em) {
  .flickity-enabled .flickity-page-dots {
    padding: 0 100px;
  }
}
.block-block_images .flickity-enabled .flickity-page-dots {
  padding: 0px;
  margin-top: 40px;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 56.26em) {
  .block-block_images .flickity-enabled .flickity-page-dots {
    margin-left: -45px;
    margin-top: 20px;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_images .flickity-enabled .flickity-page-dots {
    margin-left: -90px;
  }
}
.block-block_history .flickity-enabled .flickity-page-dots {
  padding: 0px;
}
@media screen and (min-width: 56.26em) {
  .block-block_history .flickity-enabled .flickity-page-dots {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    min-width: calc(100% + 22px);
    position: relative;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_history .flickity-enabled .flickity-page-dots {
    display: block;
    width: 26px;
  }
}
.flickity-enabled .flickity-page-dots .dot {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  overflow: visible;
  font-size: 0;
  text-indent: -9999px;
  background: none;
  border-radius: 0%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  background: none;
  margin-top: 2px;
  margin-bottom: 2px;
}
.block-block_history .flickity-enabled .flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  border: 1px solid #2E3236;
  background: #ffffff;
  border-radius: 100%;
}
@media screen and (max-width: 56.25em) {
  .block-block_history .flickity-enabled .flickity-page-dots .dot {
    width: 14px;
    height: 14px;
  }
}
.block-block_history .flickity-enabled .flickity-page-dots .dot:before {
  display: none;
}
.no-touch .flickity-enabled .flickity-page-dots .dot:hover:before {
  background: #F16826;
  height: 2px;
}
.flickity-enabled .flickity-page-dots .dot.is-selected:before {
  background: #F16826;
  height: 2px;
}
.block-block_history .flickity-enabled .flickity-page-dots .dot.is-selected {
  width: 22px;
  height: 22px;
  border: 2px solid #F16826;
}
@media screen and (max-width: 56.25em) {
  .block-block_history .flickity-enabled .flickity-page-dots .dot.is-selected {
    width: 26px;
    height: 26px;
    left: -5px;
  }
}
.flickity-enabled .flickity-page-dots .dot:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2E3236;
  transform-origin: top left;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
.flickity-enabled .flickity-page-dots .dot + .dot {
  margin-left: 15px;
}
@media screen and (min-width: 43.76em) {
  .flickity-enabled .flickity-page-dots .dot + .dot {
    margin-left: 20px;
  }
}
@media screen and (min-width: 100.01em) {
  .flickity-enabled .flickity-page-dots .dot + .dot {
    margin-left: 30px;
  }
}
.block-block_history .flickity-enabled .flickity-page-dots .dot + .dot {
  margin-left: unset;
}
@media screen and (max-width: 56.25em) {
  .block-block_history .flickity-enabled .flickity-page-dots .dot + .dot {
    margin-top: 25px;
  }
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.slider.w-100.flickity-enabled .flickity-viewport {
  overflow: visible;
}

.flickity-enabled.is-fade .flickity-slider {
  transform: none !important;
}
.flickity-enabled.is-fade .item {
  left: 0 !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease-in-out !important;
}
.flickity-enabled.is-fade .item.is-selected {
  opacity: 1 !important;
}

.orange-path {
  fill: none;
  stroke: #F16826;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.grey-path {
  fill: none;
  stroke: #2E3236;
  stroke-miterlimit: 10;
}

svg {
  overflow: visible;
  width: 260px;
  height: auto;
  display: block;
}

:root {
  --draw-dur: 3.5s;
  --overlay-delay: 0.5s;
  --draw-completion: 0.4;
  --glow-slowdown: 3.2;
  --glow-draw-dur: calc(var(--draw-dur) * var(--draw-completion) * var(--glow-slowdown));
  --glow-pulse-dur: 3.5s;
  --glow-advance-frac: 0.12;
  --glow-advance: calc(var(--draw-dur) * var(--glow-advance-frac));
}

/* Crescita tratto con offset:
   dasharray fisso (1.001), offset: 1.001 → 0 */
@keyframes grow_fwd {
  0% {
    stroke-dasharray: 1.001;
    stroke-dashoffset: 1.001;
  }
  40%, 100% {
    stroke-dasharray: 1.001;
    stroke-dashoffset: 0;
  }
}
/* Reverse: stessa logica (per ora stessa direzione visiva),
   lo teniamo separato per eventuali tweak futuri */
@keyframes grow_rev {
  0% {
    stroke-dasharray: 1.001;
    stroke-dashoffset: 1.001;
  }
  40%, 100% {
    stroke-dasharray: 1.001;
    stroke-dashoffset: 0;
  }
}
@keyframes grow_opacity {
  0% {
    opacity: 0;
    filter: blur(2px);
    stroke-dasharray: 1.001;
    stroke-dashoffset: 1.001;
  }
  60%, 100% {
    opacity: 0.5;
    filter: blur(2px);
    stroke-dasharray: 1.001;
    stroke-dashoffset: 0;
  }
}
@keyframes glowPulse {
  0% {
    opacity: 0.2;
    filter: blur(4px);
  }
  7% {
    opacity: 0.6;
    filter: blur(2px);
  }
  18% {
    opacity: 0.1;
    filter: blur(5px);
  }
  30% {
    opacity: 0.5;
    filter: blur(2px);
  }
  47% {
    opacity: 0.4;
    filter: blur(6px);
  }
  62% {
    opacity: 0.5;
    filter: blur(1px);
  }
  78% {
    opacity: 0.2;
    filter: blur(4px);
  }
  88% {
    opacity: 0.5;
    filter: blur(0);
  }
  100% {
    opacity: 0.2;
    filter: blur(4px);
  }
}
/* Trigger tempi */
.block:not(.block-block_mainbanner).start-animation,
.footer.start-animation {
  --base-start: 0s;
  --overlay-start: var(--overlay-delay);
  --overlay-full: calc(var(--overlay-start) + var(--draw-dur) * var(--draw-completion));
  --glow-start: calc(var(--overlay-full) - var(--glow-advance));
  --glow-pulse-start: calc(var(--glow-start) + var(--glow-draw-dur));
}

/* pathLength="1" su OGNI path:
   i nostri 1.001 sono in unità "normalizzate" */
.base-line,
.overlay-line,
.glow-layer,
.glow-layer-2 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  /* stato iniziale: dash un filo più lunga del path,
     completamente fuori campo → invisibile */
  stroke-dasharray: 1.001;
  stroke-dashoffset: 1.001;
  transition: stroke-width 0.3s var(--ease, ease-in-out);
  will-change: stroke-dasharray, stroke-dashoffset, opacity, filter;
}

/* Base: cresce dall'inizio del path */
.base-line {
  stroke: #2E3236;
  stroke-width: 1;
}
.block:not(.block-block_mainbanner).start-animation .base-line, .footer.start-animation .base-line {
  animation: grow_fwd var(--draw-dur) ease-in-out var(--base-start) forwards;
}

/* Overlay: stessa direzione della base (per ora).
   Se la vuoi proprio "dalla fine", lì serve giocare sul path o con un wrapper. */
.overlay-line {
  stroke: #F16826;
  stroke-width: 3;
  transform-origin: center;
  transform-box: fill-box;
}
.block:not(.block-block_mainbanner).start-animation .overlay-line, .footer.start-animation .overlay-line {
  animation: grow_rev var(--draw-dur) ease-in-out var(--overlay-start) forwards;
}

/* Glow 1 — invisibile fino allo start + fill-mode: both */
.glow-layer {
  stroke: #544FC8;
  stroke-width: 8;
  opacity: 0;
}
.block:not(.block-block_mainbanner).start-animation .glow-layer, .footer.start-animation .glow-layer {
  animation: grow_opacity var(--glow-draw-dur) ease-in-out var(--glow-start) both, glowPulse var(--glow-pulse-dur) ease-in-out var(--glow-pulse-start) infinite;
}

/* Glow 2 — idem con micro offset temporale */
.glow-layer-2 {
  stroke: #ffffff;
  stroke-width: 4;
  filter: blur(2px);
  opacity: 0;
}
.block:not(.block-block_mainbanner).start-animation .glow-layer-2, .footer.start-animation .glow-layer-2 {
  animation: grow_opacity var(--glow-draw-dur) ease-in-out calc(var(--glow-start) + var(--draw-dur) * 0.017) both, glowPulse var(--glow-pulse-dur) ease-in-out calc(var(--glow-pulse-start) + var(--draw-dur) * 0.017) infinite;
}

@media screen and (max-width: 56.25em) {
  .block-block_mainbanner {
    overflow: hidden;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_mainbanner .inner {
    width: 100%;
  }
}
.block-block_mainbanner .text {
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 56.25em) {
  .block-block_mainbanner .column-text {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.block-block_mainbanner .title--1 {
  font-size: 6rem;
}
@media screen and (min-width: 31.26em) {
  .block-block_mainbanner .title--1 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 37.51em) {
  .block-block_mainbanner .title--1 {
    font-size: 9rem;
  }
}
@media screen and (min-width: 68.76em) {
  .block-block_mainbanner .title--1 {
    font-size: 9.5rem;
  }
}
@media screen and (min-width: 75.01em) {
  .block-block_mainbanner .title--1 {
    font-size: 10rem;
  }
}
@media screen and (min-width: 87.51em) {
  .block-block_mainbanner .title--1 {
    font-size: 12rem;
  }
}
@media screen and (min-width: 87.51em) {
  .block-block_mainbanner .title--1 {
    font-size: 13.5rem;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_mainbanner .title--1 {
    font-size: 15.5rem;
  }
}
@media screen and (max-width: 56.25em) {
  .block-block_mainbanner .title--1 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
  }
}
@media screen and (max-width: 37.5em) {
  .block-block_mainbanner .title--1 {
    max-width: 90%;
  }
}
.block-block_mainbanner svg {
  overflow: visible;
  width: 260px;
  height: auto;
  display: block;
}
.block-block_mainbanner .graphic-line {
  position: absolute;
  margin: 0 !important;
  /*&.graphic-line-1 {
  	top:0px;
  	left:0;
  	transform: translate(-50%,-100%);
  	.overlay-line {
  		stroke-dashoffset: -1;
  		animation:draw_reverse 3.5s ease-in-out forwards 0.5s;
  	}
  	.glow-layer {
  		stroke-dashoffset: -1;
  		animation:draw-opacity 3.5s ease-in-out forwards 1s, glowPulse 3.5s ease-in-out 3.5s infinite;
  	}
  	.base-line {
  		animation:draw_reverse 3.5s ease-in-out forwards;
  	}
  }
  &.graphic-line-2 {
  	top:0;
  	right:0px;
  	transform: translate(100%,-42%);
  	.overlay-line {
  		stroke-dashoffset: -1;
  		animation:draw 3.5s ease-in-out forwards 1s;
  	}
  	.glow-layer {
  		stroke-dashoffset: -1;
  		animation:draw-opacity 3.5s ease-in-out forwards 1.5s, glowPulse 3.5s ease-in-out 3.5s infinite;
  	}
  	.base-line {
  		animation:draw_reverse 3.5s ease-in-out forwards;
  	}
  }
  &.graphic-line-3 {
  	bottom:-50px;
  	right:0;
  	transform: translateY(100%);
  	.overlay-line {
  		stroke-dashoffset: -1;
  		animation:draw_reverse 3.5s ease-in-out forwards 1.5s;
  	}
  	.glow-layer {
  		stroke-dashoffset: -1;
  		animation:draw-opacity 3.5s ease-in-out forwards 2s, glowPulse 3.5s ease-in-out 3.5s infinite;
  	}
  	.base-line {
  		animation:draw_reverse 3.5s ease-in-out forwards;
  	}
  }
  &.graphic-line-4 {
  	bottom:-50px;
  	left:0;
  	transform: translate(-50%,30%);
  	.overlay-line {
  		animation:draw 3.5s ease-in-out forwards 2s;
  	}
  	.glow-layer {
  		animation:draw-opacity 3.5s ease-in-out forwards 2.5s, glowPulse 4s ease-in-out 3.5s infinite;
  	}
  	.base-line {
  		animation:draw_reverse 3.5s ease-in-out forwards;
  	}
  }*/
  /*&.graphic-line-5 {
  	top:0;
  	left:0;
  	width:387px;
  	height:347px;
  	transform: translate(-41%,-41%);
  	.overlay-line {
  		stroke-dashoffset: -1;
  		animation:draw_reverse 3.5s ease-in-out forwards 0.5s;
  	}
  	.glow-layer {
  		stroke-dashoffset: -1;
  		animation:draw-opacity 3.5s ease-in-out forwards 1s, glowPulse 3.5s ease-in-out 3.5s infinite;
  	}
  	.base-line {
  		animation:draw_reverse 3.5s ease-in-out forwards;
  	}
  }*/
  /*&.graphic-line-6 {
  	top:23%;
  	left:70%;
  	width:256px;
  	height:49px;
  	transform: translate(0%,0%);
  	.overlay-line {
  		stroke-dashoffset: -1;
  		animation:draw_reverse 3.5s ease-in-out forwards 0.5s;
  	}
  	.glow-layer {
  		stroke-dashoffset: -1;
  		animation:draw-opacity 3.5s ease-in-out forwards 1s, glowPulse 3.5s ease-in-out 3.5s infinite;
  	}
  	.base-line {
  		animation:draw_reverse 3.5s ease-in-out forwards;
  	}
  }*/
  /*&.graphic-line-7 {
  	bottom:23%;
  	left:0;
  	width:256px;
  	height:49px;
  	transform: translate(-50%,0%);
  	.overlay-line {
  		stroke-dashoffset: -1;
  		animation:draw_reverse 3.5s ease-in-out forwards 0.5s;
  	}
  	.glow-layer {
  		stroke-dashoffset: -1;
  		animation:draw-opacity 3.5s ease-in-out forwards 1s, glowPulse 3.5s ease-in-out 3.5s infinite;
  	}
  	.base-line {
  		animation:draw_reverse 3.5s ease-in-out forwards;
  	}
  }
  &.graphic-line-8 {
  	bottom:0;
  	left:50%;
  	width:418px;
  	height:285px;
  	transform: translate(0%, 13%);
  	.overlay-line {
  		stroke-dashoffset: -1;
  		animation:draw_reverse 3.5s ease-in-out forwards 0.5s;
  	}
  	.glow-layer {
  		stroke-dashoffset: -1;
  		animation:draw-opacity 3.5s ease-in-out forwards 1s, glowPulse 3.5s ease-in-out 3.5s infinite;
  	}
  	.base-line {
  		animation:draw_reverse 3.5s ease-in-out forwards;
  	}
  }*/
}
.block-block_mainbanner .graphic-line .base-line {
  fill: none;
  stroke: #2E3236;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  transition: stroke-width 0.3s ease-in-out;
}
.start-animation .block-block_mainbanner .graphic-line .base-line {
  animation: draw 3.5s ease-in-out forwards;
}
.block.start-animation .block-block_mainbanner .graphic-line .base-line {
  animation: draw 3.5s ease-in-out forwards;
}
.block-block_mainbanner .graphic-line .overlay-line {
  fill: none;
  stroke: #F16826;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  transition: stroke-width 0.3s ease-in-out;
  transform-origin: center;
}
.block.start-animation .block-block_mainbanner .graphic-line .overlay-line {
  animation: draw_reverse 3.5s ease-in-out forwards 0.5s;
}
.footer.start-animation .block-block_mainbanner .graphic-line .overlay-line {
  animation: draw_reverse 3.5s ease-in-out forwards 0.5s;
}
.block-block_mainbanner .graphic-line .glow-layer {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  fill: none;
  stroke-width: 8;
  transform-origin: center;
  stroke: #544FC8;
}
.block.start-animation .block-block_mainbanner .graphic-line .glow-layer {
  stroke-dashoffset: -1;
  animation: draw-opacity 3.5s ease-in-out forwards 1s, glowPulse 3.5s ease-in-out 3.5s infinite;
}
.footer.start-animation .block-block_mainbanner .graphic-line .glow-layer {
  stroke-dashoffset: -1;
  animation: draw-opacity 3.5s ease-in-out forwards 1s, glowPulse 3.5s ease-in-out 3.5s infinite;
}
.block-block_mainbanner .graphic-line .glow-layer-2 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  fill: none;
  stroke-width: 4;
  transform-origin: center;
  filter: blur(2px);
  stroke: #ffffff;
}
.block-block_mainbanner .hide-desktop .graphic-line-1 {
  top: 0;
  left: 0;
  width: 387px;
  height: 347px;
  transform: translate(-41%, -41%);
}
.block-block_mainbanner .hide-desktop .graphic-line-1 .overlay-line {
  stroke-dashoffset: -1;
  animation: draw_reverse 3.5s ease-in-out forwards 0.5s;
}
.block-block_mainbanner .hide-desktop .graphic-line-1 .glow-layer {
  stroke-dashoffset: -1;
  animation: draw-opacity 3.5s ease-in-out forwards 1s, glowPulse 3.5s ease-in-out 3.5s infinite;
}
.block-block_mainbanner .hide-desktop .graphic-line-1 .base-line {
  animation: draw_reverse 3.5s ease-in-out forwards;
}
.block-block_mainbanner .hide-desktop .graphic-line-2 {
  top: 23%;
  left: 70%;
  width: 256px;
  height: 49px;
  transform: translate(0%, 0%);
}
.block-block_mainbanner .hide-desktop .graphic-line-2 .overlay-line {
  stroke-dashoffset: -1;
  animation: draw 3.5s ease-in-out forwards 1s;
}
.block-block_mainbanner .hide-desktop .graphic-line-2 .glow-layer {
  stroke-dashoffset: -1;
  animation: draw-opacity 3.5s ease-in-out forwards 1.5s, glowPulse 3.5s ease-in-out 3.5s infinite;
}
.block-block_mainbanner .hide-desktop .graphic-line-2 .base-line {
  animation: draw_reverse 3.5s ease-in-out forwards;
}
.block-block_mainbanner .hide-desktop .graphic-line-3 {
  bottom: 25%;
  left: 0;
  width: 256px;
  height: 49px;
  transform: translate(-50%, 0%);
}
.block-block_mainbanner .hide-desktop .graphic-line-3 .overlay-line {
  stroke-dashoffset: -1;
  animation: draw_reverse 3.5s ease-in-out forwards 1.5s;
}
.block-block_mainbanner .hide-desktop .graphic-line-3 .glow-layer {
  stroke-dashoffset: -1;
  animation: draw-opacity 3.5s ease-in-out forwards 2s, glowPulse 3.5s ease-in-out 3.5s infinite;
}
.block-block_mainbanner .hide-desktop .graphic-line-3 .base-line {
  animation: draw_reverse 3.5s ease-in-out forwards;
}
.block-block_mainbanner .hide-desktop .graphic-line-4 {
  bottom: 0;
  left: 50%;
  width: 418px;
  height: 285px;
  transform: translate(0%, 0%);
}
.block-block_mainbanner .hide-desktop .graphic-line-4 .overlay-line {
  animation: draw 3.5s ease-in-out forwards 2s;
}
.block-block_mainbanner .hide-desktop .graphic-line-4 .glow-layer {
  animation: draw-opacity 3.5s ease-in-out forwards 2.5s, glowPulse 4s ease-in-out 3.5s infinite;
}
.block-block_mainbanner .hide-desktop .graphic-line-4 .base-line {
  animation: draw_reverse 3.5s ease-in-out forwards;
}
.block-block_mainbanner .hide-mobile .graphic-line-1 {
  top: 0px;
  left: 0;
  transform: translate(-50%, -85%);
}
@media screen and (min-width: 56.26em) {
  .block-block_mainbanner .hide-mobile .graphic-line-1 {
    width: 336.1538461538px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_mainbanner .hide-mobile .graphic-line-1 {
    width: 437px;
  }
}
.block-block_mainbanner .hide-mobile .graphic-line-1 .overlay-line {
  stroke-dashoffset: -1;
  animation: draw_reverse 3.5s ease-in-out forwards 0.5s;
}
.block-block_mainbanner .hide-mobile .graphic-line-1 .glow-layer {
  stroke-dashoffset: -1;
  animation: draw-opacity 3.5s ease-in-out forwards 1s, glowPulse 3.5s ease-in-out 3.5s infinite;
}
.block-block_mainbanner .hide-mobile .graphic-line-1 .base-line {
  animation: draw_reverse 3.5s ease-in-out forwards;
}
.block-block_mainbanner .hide-mobile .graphic-line-2 {
  top: 0;
  right: 0px;
  transform: translate(100%, -42%);
}
@media screen and (min-width: 56.26em) {
  .block-block_mainbanner .hide-mobile .graphic-line-2 {
    width: 305.3846153846px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_mainbanner .hide-mobile .graphic-line-2 {
    width: 397px;
  }
}
.block-block_mainbanner .hide-mobile .graphic-line-2 .overlay-line {
  stroke-dashoffset: -1;
  animation: draw 3.5s ease-in-out forwards 1s;
}
.block-block_mainbanner .hide-mobile .graphic-line-2 .glow-layer {
  stroke-dashoffset: -1;
  animation: draw-opacity 3.5s ease-in-out forwards 1.5s, glowPulse 3.5s ease-in-out 3.5s infinite;
}
.block-block_mainbanner .hide-mobile .graphic-line-2 .base-line {
  animation: draw_reverse 3.5s ease-in-out forwards;
}
.block-block_mainbanner .hide-mobile .graphic-line-3 {
  bottom: -50px;
  right: 50%;
  transform: translateY(100%);
}
@media screen and (min-width: 56.26em) {
  .block-block_mainbanner .hide-mobile .graphic-line-3 {
    width: 271.5384615385px;
    bottom: 70px;
    right: 10%;
  }
}
@media screen and (min-width: 87.51em) {
  .block-block_mainbanner .hide-mobile .graphic-line-3 {
    bottom: -50px;
    right: 30%;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_mainbanner .hide-mobile .graphic-line-3 {
    width: 353px;
    bottom: -50px;
    right: 35%;
  }
}
.block-block_mainbanner .hide-mobile .graphic-line-3 .overlay-line {
  stroke-dashoffset: -1;
  animation: draw_reverse 3.5s ease-in-out forwards 1.5s;
}
.block-block_mainbanner .hide-mobile .graphic-line-3 .glow-layer {
  stroke-dashoffset: -1;
  animation: draw-opacity 3.5s ease-in-out forwards 2s, glowPulse 3.5s ease-in-out 3.5s infinite;
}
.block-block_mainbanner .hide-mobile .graphic-line-3 .base-line {
  animation: draw_reverse 3.5s ease-in-out forwards;
}
.block-block_mainbanner .hide-mobile .graphic-line-4 {
  bottom: -50px;
  left: 0;
  transform: translate(-50%, 30%);
}
@media screen and (min-width: 56.26em) {
  .block-block_mainbanner .hide-mobile .graphic-line-4 {
    width: 266.9230769231px;
    bottom: 70px;
  }
}
@media screen and (min-width: 87.51em) {
  .block-block_mainbanner .hide-mobile .graphic-line-4 {
    bottom: -50px;
  }
}
@media screen and (min-width: 100.01em) {
  .block-block_mainbanner .hide-mobile .graphic-line-4 {
    width: 347px;
  }
}
.block-block_mainbanner .hide-mobile .graphic-line-4 .overlay-line {
  animation: draw 3.5s ease-in-out forwards 2s;
}
.block-block_mainbanner .hide-mobile .graphic-line-4 .glow-layer {
  animation: draw-opacity 3.5s ease-in-out forwards 2.5s, glowPulse 4s ease-in-out 3.5s infinite;
}
.block-block_mainbanner .hide-mobile .graphic-line-4 .base-line {
  animation: draw_reverse 3.5s ease-in-out forwards;
}
@keyframes opacity {
  0% {
    opacity: 0;
    transform: scale(0.93);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes draw_reverse {
  0% {
    stroke-dashoffset: 1;
  }
  40% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: -1;
  }
  40% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-opacity {
  0% {
    stroke-dashoffset: -1;
    opacity: 0.5;
    filter: blur(2px);
  }
  40% {
    stroke-dashoffset: 0;
    opacity: 0.5;
    filter: blur(2px);
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0.5;
    filter: blur(2px);
  }
}
@keyframes move-left {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes move-right {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes move-down {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes glowPulse {
  0% {
    opacity: 0.2;
    filter: blur(4px);
  }
  7% {
    opacity: 0.6;
    filter: blur(2px);
  }
  18% {
    opacity: 0.1;
    filter: blur(5px);
  }
  30% {
    opacity: 0.5;
    filter: blur(2px);
  }
  47% {
    opacity: 0.4;
    filter: blur(6px);
  }
  62% {
    opacity: 0.5;
    filter: blur(1px);
  }
  78% {
    opacity: 0.2;
    filter: blur(4px);
  }
  88% {
    opacity: 0.5;
    filter: blur(0px);
  }
  100% {
    opacity: 0.2;
    filter: blur(4px);
  }
}

.swiper-initialized .swiper-button-prev, .swiper-initialized .swiper-button-next {
  width: 60px;
  height: 60px;
  position: unset;
  left: unset;
  right: unset;
  position: relative;
}
@media screen and (max-width: 56.25em) {
  .swiper-initialized .swiper-button-prev, .swiper-initialized .swiper-button-next {
    position: absolute;
    top: 0;
  }
}
.swiper-initialized .swiper-button-prev:after, .swiper-initialized .swiper-button-next:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/arrow-left.svg) no-repeat center;
  background-size: 13px 26px;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  transition: left 0.2s ease-in-out;
}
@media screen and (max-width: 56.25em) {
  .swiper-initialized .swiper-button-prev {
    top: -20px;
    right: 60px;
    transform-origin: bottom right;
    transform: rotate(90deg);
  }
}
.no-touch .swiper-initialized .swiper-button-prev:hover:after {
  left: -5px;
}
.swiper-initialized .swiper-button-prev:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: url(images/line-slider-btn.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media screen and (max-width: 56.25em) {
  .swiper-initialized .swiper-button-next {
    right: 0px;
    top: 44px;
    transform: rotate(90deg);
  }
}
.no-touch .swiper-initialized .swiper-button-next:hover:after {
  left: 5px;
}
.swiper-initialized .swiper-button-next:after {
  transform: translate(0%,0%) scaleX(-1);
}

@media screen and (min-width: 56.26em) and (max-width: 100em) {
  .slider-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.slider-container:before, .slider-container:after {
  content: "";
  display: block;
  font-size: 3rem;
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (min-width: 56.26em) {
  .slider-container:before, .slider-container:after {
    position: absolute;
    top: -20px;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 81.26em) {
  .slider-container:before, .slider-container:after {
    font-size: 6rem;
  }
}
.slider-container:before {
  content: "1985";
}
@media screen and (min-width: 56.26em) {
  .slider-container:before {
    left: 0;
    transform: translate(-50%,-100%);
  }
}
@media screen and (max-width: 56.25em) {
  .slider-container:before {
    margin-bottom: 10px;
    margin-left: -3px;
  }
}
.slider-container:after {
  content: "oggi";
}
@media screen and (min-width: 56.26em) {
  .slider-container:after {
    right: 0;
    transform: translate(50%,-100%);
  }
}
@media screen and (max-width: 56.25em) {
  .slider-container:after {
    margin-top: 10px;
    margin-left: -1px;
  }
}

.slider-history.swiper-initialized {
  overflow: visible;
  color: #2E3236;
  padding-top: 22px;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 56.25em) {
  .slider-history.swiper-initialized {
    padding-top: 0px;
  }
}
.slider-history.swiper-initialized:before {
  content: "";
  display: block;
  position: absolute;
  top: 68px;
  left: 50%;
  width: 22px;
  height: 22px;
  border: 2px solid #F16826;
  border-radius: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -11px;
  background: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 56.25em) {
  .slider-history.swiper-initialized:before {
    display: none;
  }
}
.slider-history.swiper-initialized .swiper-pagination-bullets {
  top: 0;
  bottom: unset;
  height: 22px;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% + 22px);
  left: -11px;
  z-index: 1;
}
@media screen and (max-width: 56.25em) {
  .slider-history.swiper-initialized .swiper-pagination-bullets {
    width: 26px;
    height: 100%;
    left: 18px;
    transform: unset;
    -ms-align-content: space-between;
    -o-align-content: space-between;
    align-content: space-between;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
.slider-history.swiper-initialized .swiper-pagination-bullets:before {
  content: "";
  display: block;
  background: #2E3236;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0%;
  left: 12px;
  z-index: 0;
}
@media screen and (min-width: 56.26em) {
  .slider-history.swiper-initialized .swiper-pagination-bullets:before {
    top: 10px;
    left: 1%;
    width: 98%;
    height: 1px;
  }
}
.slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet {
  z-index: 2;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #2E3236;
  background: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 56.25em) {
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-left: 2px;
  }
}
.slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #F16826;
}
@media screen and (max-width: 56.25em) {
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 26px;
    height: 26px;
    margin-left: 0px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 11px;
    width: 33px;
    height: 15px;
    left: 23px;
    z-index: -2;
    background: url(images/line-slider-history-mobile.svg) left center no-repeat;
    background-size: contain;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child:before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5):before {
    transform: scaleY(-1);
    bottom: unset;
    top: 11px;
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5):before {
    width: 33px;
    height: 2px;
    background: #F16826;
  }
}
@media screen and (min-width: 56.26em) {
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child:before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(7):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(8):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(9):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(10):before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    height: 62px;
    z-index: -2;
    border-bottom: 2px solid #F16826;
    margin-left: 9px;
    background: url(images/line-slider-history.svg) left 2px no-repeat;
    background-size: 22px 62px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child:after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(7):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(8):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(9):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(10):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
    position: absolute;
    top: 43px;
    margin-left: 9px;
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(7):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(7):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(8):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(8):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(9):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(9):after, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(10):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(10):after {
    transform: scaleX(-1) translateX(100%);
    margin-left: 11px;
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6):before {
    width: calc(10% - 32px);
  }
}
@media screen and (min-width: 56.26em) and (min-width: 75.01em) {
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6):before {
    width: calc(9% - 32px);
  }
}
@media screen and (min-width: 56.26em) and (min-width: 100.01em) {
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6):before {
    width: calc(7% - 32px);
  }
}
@media screen and (min-width: 56.26em) {
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5):before {
    top: 22px;
    width: 2px;
    background: none;
    border: 0;
    background: #F16826;
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5):after {
    display: none;
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6):before {
    width: 12%;
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(7):before {
    width: 24%;
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2):before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(8):before {
    width: calc(40% - 40px);
  }
  .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child:before, .slider-history.swiper-initialized .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(9):before {
    width: calc(51% - 32px);
  }
}
@media screen and (max-width: 56.25em) {
  .slider-history {
    height: 60vh;
  }
  .slider-history .item {
    height: 100%;
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
.slider-history .line {
  position: relative;
  height: 60px;
  width: 100%;
}
@media screen and (max-width: 56.25em) {
  .slider-history .line {
    display: none;
  }
}
.slider-history .line .dot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 22px;
  height: 22px;
  border: 2px solid #F16826;
  background: #ffffff;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.slider-history .date {
  font-size: 6rem;
  font-weight: 300;
}
@media screen and (min-width: 56.26em) {
  .slider-history .date {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 81.26em) {
  .slider-history .date {
    font-size: 6rem;
  }
}
@media screen and (min-width: 56.26em) {
  .slider-history .texts-container {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 45px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 75.01em) {
  .slider-history .texts-container {
    max-width: 60%;
  }
}
@media screen and (max-width: 56.25em) {
  .slider-history .texts-container {
    padding-left: 90px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=style.css.map */