@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap&ver=6.6');
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
em {
  font-style: italic;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {
  border-style: none;
  cursor: pointer;
  padding: 0;
}
button:focus {
  outline: 0;
}
.inside-conte .carousel-1,
header.main-header {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.fuoc-loaded .inside-conte .carousel-1,
body.fuoc-loaded header.main-header {
  opacity: 1;
}
body.admin-bar .landing.with-news {
  height: calc(100% - 112px);
}
body.admin-bar .landing {
  height: calc(100% - 72px);
}
.right-align {
  float: right;
}
.testo-bianco {
  color: #fff;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  color: #616367;
  font-size: 18px;
  line-height: 22px;
}
html.fout-loaded body {
  font-family: "Lato", sans-serif;
}
a,
a:visited {
  text-decoration: none;
  color: inherit;
}
a.button {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  border-radius: 18px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d0393f),
    to(#ff666d)
  );
  background: linear-gradient(90deg, #d0393f 0, #ff666d 100%);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  a.button {
    font-size: 14px;
  }
}
a.button.blu {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00558c),
    color-stop(99.92%, #0095f6)
  );
  background: linear-gradient(90deg, #00558c 0, #0095f6 99.92%);
}
a.button.bianco {
  background: #fff;
  color: #000;
}
a.button.bianco:hover {
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.18);
}
a.button:hover {
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.18);
}
a.button + a.button {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  a.button + a.button {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  a.button + a.button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.button-container {
  margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .button-container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .button-container {
    margin-top: 40px;
  }
}
.button-container a.button {
  margin-right: 10px;
}
.button-container a.button + a.button {
  margin-right: 0;
}
.cta-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
  border-bottom: 2px solid rgba(208, 57, 63, 0.4);
}
.cta-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 57, 63, 0.4);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta-link:hover {
  color: #d0393f;
}
.cta-link:hover:before {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
.cta-link.blu {
  border-bottom: 2px solid rgba(14, 71, 131, 0.4);
}
.cta-link.blu:before {
  background-color: rgba(14, 71, 131, 0.4);
}
.cta-link.blu:hover {
  color: #0e4783;
}
.cta-link.bianco {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.cta-link.bianco:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.cta-link.bianco:hover {
  color: #fff;
}
p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin: 10px 0 20px;
}
h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #0e4783;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
h3 {
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
hr {
  border: none;
  outline: 0;
  width: 50px;
  height: 4px;
}
@media screen and (max-width: 992px) {
  hr {
    width: 30px;
  }
}
ol,
ul {
  margin: 10px 0 20px;
}
.occhiello {
  font-size: 18px;
  font-weight: 700;
  line-height: initial;
  margin-bottom: 40px;
  color: #0e4783;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .occhiello {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.occhiello:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 60px;
  background-color: #0e4783;
  bottom: -20px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .occhiello:after {
    bottom: -15px;
  }
}
.occhiello.centrato {
  text-align: center;
}
.occhiello.centrato:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.occhiello.bianco:after {
  background-color: #fff;
}
.main-h {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}
@media screen and (max-width: 992px) {
  .main-h {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .main-h {
    font-size: 28px;
    line-height: 34px;
  }
}
b,
p strong {
  font-weight: 700;
}
i,
p em {
  font-style: italic;
}
.content a:not(.cta-link):not(.button) {
  color: #0e4783;
  text-decoration: underline;
}
.content p {
  font-size: 18px;
  line-height: 27px;
}
.content h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}
.content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  padding: 0;
  color: #616367;
}
.content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
}
.content h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
}
.content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
}
.content h6 {
  font-weight: 500;
}
.content header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding: 0 80px;
  color: #0e4783;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content header h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 40px;
  }
}
.content ol,
.content ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  line-height: 27px;
  padding-left: 1em;
  margin: 10px 0 20px;
}
.content ol li,
.content ul li {
  margin: 10px;
}
.content ol {
  list-style-type: decimal;
}
.content blockquote {
  margin: 10px 0 20px;
  background-color: #f6f6f6;
  border-left: 5px solid #0e4783;
  padding: 40px;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  color: #0e4783;
}
.content blockquote p {
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  color: #0e4783;
}
.content img {
  display: block;
  margin: 20px auto 30px;
  max-width: 100%;
}
.content figure {
  margin: 0 auto;
}
.content figure img {
  display: block;
  margin: 20px auto 10px;
  max-width: 100%;
}
.content figure figcaption {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.embed-container {
  position: relative;
  max-width: 100%;
  margin: 10px auto 20px;
}
.embed-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.embed-container-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px auto 40px;
}
@media only screen and (max-width: 768px) {
  .embed-container-youtube {
    margin: 10px auto 20px;
  }
}
.embed-container-youtube embed,
.embed-container-youtube iframe,
.embed-container-youtube object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body,
html {
  height: 100%;
}
.main-cont {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1140px;
}
@media only screen and (max-width: 1199px) {
  .main-cont {
    width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-cont {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .main-cont {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .main-cont {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.extra-pad {
  padding-left: 190px;
  padding-right: 190px;
}
@media only screen and (max-width: 1199px) {
  .extra-pad {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  .extra-pad {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }
}
@media only screen and (max-width: 768px) {
  .extra-pad {
    padding-right: 8.33333%;
    padding-left: 8.33333%;
  }
}
@media only screen and (max-width: 600px) {
  .extra-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.red-bg {
  background-color: #d0393f;
  color: #fff;
}
.red-bg .occhiello {
  color: #fff;
}
.red-bg .occhiello:after {
  background-color: #fff;
}
.blue-bg {
  background-color: #0e4783;
  color: #fff;
}
.blue-bg .occhiello {
  color: #fff;
}
.blue-bg .occhiello:after {
  background-color: #fff;
}
figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.fade-in-left {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
.fade-in-left.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.fade-in-right {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.fade-in-right.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.checker {
  width: 20px;
  height: 20px;
  position: relative;
}
.checker input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}
.checker span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checker span.checked:before {
  opacity: 1;
}
.checker span:before {
  content: "î€Š";
  font: 16px/100% icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-indent: 0;
  width: 18px;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.content form a {
  text-decoration: underline;
  color: #0e4783;
}
.content form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.content form .form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.content form .form-group .input-group {
  width: 100%;
  position: relative;
  line-height: 1.8;
  margin-bottom: 20px;
}
.content form .form-group .input-group.half-width {
  float: left;
  width: 48%;
}
.content form .form-group .input-group.half-width + .half-width {
  margin-left: 4%;
}
@media only screen and (max-width: 768px) {
  .content form .form-group .input-group.half-width {
    float: none;
    width: 100%;
  }
  .content form .form-group .input-group.half-width + .half-width {
    margin-left: 0;
  }
}
.content form .form-group .input-group input {
  width: 100%;
  display: block;
  font-size: 22px;
  line-height: 40px;
  height: 40px;
  padding: 5px;
  border-style: none;
  border-width: 0;
  border-bottom: 2px solid #ccc;
  margin-bottom: 5px;
  background: #f9f9f9;
  font-family: "Lato", sans-serif;
}
.content form .form-group .input-group input:focus {
  outline: 0;
  border-bottom-color: #0e4783;
}
.content form .form-group .input-group input.invalid {
  border-bottom-color: #d0393f;
}
.content form .form-group .input-group input.invalid:focus {
  border-bottom-color: #0e4783;
}
.content form .form-group .input-group input.valid {
  border-bottom-color: #28a94f;
}
.content form .form-group .input-group input.valid:focus {
  border-bottom-color: #0e4783;
}
.content form .form-group .input-group input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 18px;
}
.content form .form-group .input-group input:-moz-placeholder {
  color: #ccc;
  font-size: 18px;
  opacity: 1;
}
.content form .form-group .input-group input::-moz-placeholder {
  color: #ccc;
  font-size: 18px;
  opacity: 1;
}
.content form .form-group .input-group input:-ms-input-placeholder {
  color: #ccc;
  font-size: 18px;
}
.content form .form-group .input-group input::-ms-input-placeholder {
  color: #ccc;
  font-size: 18px;
}
.content form .form-group .input-group input[type="checkbox"] {
  display: inline;
  width: auto;
  height: auto;
}
.content form .form-group .input-group input[type="radio"] {
  display: inline;
  width: auto;
  height: auto;
}
.content form .form-group .input-group label {
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.8);
}
.content form .form-group .input-group .wpcf7-list-item.first {
  margin: 0;
}
.content form .form-group .input-group .wpcf7-list-item label {
  white-space: nowrap;
  display: inline;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .content form .form-group .input-group .wpcf7-list-item label {
    white-space: normal;
  }
}
.content form .form-group .input-group select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f9f9f9 url(../img/freccia-select.svg) center right no-repeat;
  padding: 5px 25px 5px 5px;
  border: none;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  border-style: none;
  border-width: 0;
  border-bottom: 2px solid #ccc;
  positon: relative;
}
.content form .form-group .input-group select::-ms-expand {
  display: none;
}
.content form .form-group .input-group select:focus {
  outline: 0;
  border-bottom-color: #0e4783;
}
.content form .form-group .input-group textarea {
  background: #f9f9f9;
  padding: 5px;
  outline: 0;
  border-style: none;
  border-width: 0;
  border-bottom: 2px solid #ccc;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  width: 100%;
}
.content form .form-group .input-group textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 18px;
}
.content form .form-group .input-group textarea:-moz-placeholder {
  color: #ccc;
  font-size: 18px;
  opacity: 1;
}
.content form .form-group .input-group textarea::-moz-placeholder {
  color: #ccc;
  font-size: 18px;
  opacity: 1;
}
.content form .form-group .input-group textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 18px;
}
.content form .form-group .input-group textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 18px;
}
.content form .form-group .input-group textarea:focus {
  border-bottom-color: #0e4783;
}
.content form .drop_uploader.drop_zone .text {
  font-family: inherit;
  font-size: 20px;
  color: #0077ac;
}
.content form .submit-container {
  text-align: center;
  margin: 30px 0;
}
.content form input[type="checkbox"] {
  cursor: pointer;
}
.content form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-style: none;
  display: block;
  cursor: pointer;
  display: inline-block;
  padding: 0 40px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  border-radius: 18px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d0393f),
    to(#ff666d)
  );
  background: linear-gradient(90deg, #d0393f 0, #ff666d 100%);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 500;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 768px) {
  .content form input[type="submit"] {
    font-size: 16px;
  }
}
.content form input[type="submit"].blu {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00558c),
    color-stop(99.92%, #0095f6)
  );
  background: linear-gradient(90deg, #00558c 0, #0095f6 99.92%);
}
.content form input[type="submit"].bianco {
  background: #fff;
  color: initial;
}
.content form input[type="submit"]:hover {
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.24);
}
.content form input[type="submit"] + a.button {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .content form input[type="submit"] + a.button {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .content form input[type="submit"] + a.button {
    margin-left: 0;
    margin-top: 10px;
  }
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-mail-sent-ok {
  background: #398f14;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  border-radius: 18px;
  color: #fff;
}
div.wpcf7-mail-sent-ng {
  background: #d0393f;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  border-radius: 18px;
  color: #fff;
}
div.wpcf7-spam-blocked {
  background: orange;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  border-radius: 18px;
}
div.wpcf7-validation-errors {
  background: #f7e700;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  border-radius: 18px;
}
.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::after,
span.wpcf7-list-item-label::before {
  content: " ";
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
  cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
[data-class="wpcf7cf_group"] {
  display: none;
}
.content .drop_uploader.drop_zone {
  width: 100%;
  min-height: 100px;
  text-align: center;
  border: 1px dashed #616367;
  border-radius: 8px;
  margin: 10px 0;
}
.content .drop_uploader.drop_zone a {
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  border-radius: 18px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d0393f),
    to(#ff666d)
  );
  background: linear-gradient(90deg, #d0393f 0, #ff666d 100%);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  font-size: 16px;
}
.drop_uploader.drop_zone.hover {
  border: 3px dashed #4a90e2;
}
.drop_uploader.drop_zone .text_wrapper {
  margin-top: 30px;
}
.drop_uploader.drop_zone .text_wrapper i {
  font-size: 50px;
  color: #616367;
  position: relative;
  top: 14px;
  margin-right: 25px;
}
.drop_uploader.drop_zone .text {
  font-size: 24px;
  color: #616367;
  font-weight: 500;
}
.drop_uploader.drop_zone ul.files {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  list-style: none;
  margin: 10px auto 35px;
}
.drop_uploader.drop_zone ul.files li {
  font-size: 18px;
  color: #616367;
  background-color: #f4f4f4;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  margin: 0;
  padding: 5px;
}
.drop_uploader.drop_zone ul.files li i.action-delete {
  color: red;
  float: right;
  cursor: pointer;
}
.drop_uploader.drop_zone ul.files.thumb {
  width: 90%;
  text-align: left;
  list-style: none;
  margin-bottom: 35px;
  overflow: auto;
}
.drop_uploader.drop_zone ul.files.thumb li {
  min-width: 100px;
  display: block;
  float: left;
  font-size: 18px;
  color: #616367;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 5px 15px;
  text-align: center;
}
.drop_uploader.drop_zone ul.files.thumb li div.thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  background-size: cover;
  margin: 0 auto;
  border: 1px solid #616367;
}
.drop_uploader.drop_zone ul.files.thumb li div.thumbnail .du_hover_layer {
  width: 98px;
  height: 98px;
  border-radius: 7px;
  background: #fff;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.drop_uploader.drop_zone ul.files.thumb li div.thumbnail:hover .du_hover_layer {
  opacity: 0.8;
  position: absolute;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.drop_uploader.drop_zone ul.files li .du_progress {
  display: inline-block;
  float: right;
  margin: 4px 9px;
}
.drop_uploader.drop_zone ul.files.thumb li .du_progress {
  width: 0;
  height: 0;
  margin-top: -100px;
  position: relative;
  right: 75px;
}
.drop_uploader.drop_zone ul.files.thumb li .du_progress canvas {
  margin-top: 25px;
}
.drop_uploader.drop_zone ul.files.thumb li div.thumbnail i {
  font-size: 32px;
  position: relative;
  top: calc(50% - 16px);
  display: block;
  color: #999;
}
.drop_uploader.drop_zone ul.files.thumb li div.thumbnail.rotate_90 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.drop_uploader.drop_zone ul.files.thumb li div.thumbnail.rotate_180 {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.drop_uploader.drop_zone ul.files.thumb li div.thumbnail.rotate_270 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.drop_uploader.drop_zone ul.files.thumb.ajax li div.thumbnail:hover i {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.drop_uploader.drop_zone ul.files.thumb li div.thumbnail i.action-delete {
  color: #d0393f;
  visibility: hidden;
  opacity: 0;
  float: none;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.drop_uploader.drop_zone ul.files.thumb li div.thumbnail:hover i.action-delete {
  visibility: visible;
  opacity: 1;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.drop_uploader.drop_zone ul.files.thumb li span.title {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop_uploader.drop_zone ul.files li:nth-child(even) {
  background-color: transparent;
}
.drop_uploader.drop_zone ul.files li i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin: 0 10px;
}
.drop_uploader.drop_zone .errors p {
  color: #d0393f;
}
.drop_uploader.drop_zone input[type="file"] {
  display: none;
  opacity: 0;
}
.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
} /*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: #fff;
}
.flickity-prev-next-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #09f;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.ginger-banner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.ginger-banner {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999998 !important;
}
.ginger-banner.bottom {
  padding: 18px;
  bottom: 0;
  border-top: 1px solid #000;
}
.ginger-banner div.ginger-button-wrapper {
  width: 100%;
  float: left;
}
.ginger-banner .ginger-button-wrapper div.ginger-button {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.ginger-disable {
  background-color: #aaa;
}
.ginger-dismiss {
  position: absolute;
  font-size: 0.8em;
  right: 1em;
  top: 1em;
  background-color: #ccc;
  color: #333;
}
.ginger-iframe-placeholder {
  padding: 1em;
  background-color: #eee;
  margin: 1em 0;
  text-align: center;
}
.ginger-iframe-placeholder a.ginger-accept {
  float: none;
  margin-left: auto;
  margin-right: auto !important;
}
.ginger-iframe-placeholder p {
  margin: 0;
}
.ginger-banner iframe {
  width: 100%;
}
.ginger_container {
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  width: 1140px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
@media only screen and (max-width: 1199px) {
  .ginger_container {
    width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .ginger_container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .ginger_container {
    border-radius: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .ginger_container {
    padding: 10px;
  }
}
.ginger-banner.dark {
  background: #000;
  color: #fff;
}
.ginger-banner.dark a {
  color: #d7d7d7;
  text-decoration: underline;
}
.ginger-banner.light {
  background: #fff;
  color: #616367;
}
.ginger-banner.light a {
  color: #0e4783;
  text-decoration: underline;
}
.ginger_banner-wrapper {
  z-index: 99999998;
  position: relative;
}
.ginger_container .ginger_message {
  margin: 0;
  padding-right: 130px;
  line-height: 1.3em;
}
@media only screen and (max-width: 768px) {
  .ginger_container .ginger_message {
    padding: 0;
    margin-bottom: 36px;
  }
}
.ginger_container.bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .ginger_container.bottom {
    bottom: 0;
  }
}
.ginger_container .ginger_message {
  font-size: 14px;
  display: block;
}
.ginger_container.light {
  background: #fff;
  color: #616367;
}
.ginger_container .ginger_btn,
.ginger_container .ginger_btn:visited {
  display: inline-block;
  padding: 0 20px;
  color: #616367;
  line-height: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  font-size: 16px;
  background: #fff;
  float: right;
}
@media only screen and (max-width: 768px) {
  .ginger_container .ginger_btn,
  .ginger_container .ginger_btn:visited {
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    float: none;
  }
}
.ginger_container .ginger_btn:hover,
.ginger_container .ginger_btn:visited:hover {
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}
.ginger_container a,
.ginger_container a:visited {
  text-decoration: none;
  color: #31a8f0;
}
.ginger_container a:active,
.ginger_container a:hover {
  text-decoration: underline;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ginger_btn,
.ginger_container,
.ginger_message {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.midnightHeader.default {
  visibility: hidden;
}
.midnightHeader.white {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .midnightHeader.white {
    color: #0e4783;
    background: #fff;
  }
}
.midnightHeader.white .main-cont .menu .hamburger div {
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 768px) {
  .midnightHeader.white .main-cont .menu .hamburger div {
    background-color: rgba(14, 71, 131, 0.5);
  }
  .midnightHeader.white .main-cont .menu .hamburger div:before {
    background-color: #0e4783;
  }
}
.midnightHeader.white .main-cont .menu .hamburger div:before {
  background-color: #fff;
}
.midnightHeader.white .logo {
  background-image: url(../img/conte-logo-bianco.png);
  background-image: -webkit-image-set(
    url("../img/conte-logo-bianco.png") 1x,
    url("../img/conte-logo-bianco@2x.png") 2x
  );
}
@media only screen and (max-width: 768px) {
  .midnightHeader.white .logo {
    background-image: url(../img/conte-logo-colore@2x.png);
    background-image: -webkit-image-set(
      url("../img/conte-logo-colore.png") 1x,
      url("../img/conte-logo-colore@2x.png") 2x
    );
  }
}
.midnightHeader.visible {
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .midnightHeader.visible {
    background: #fff;
  }
}
.midnightHeader.hidden-on-desktop {
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .midnightHeader.hidden-on-desktop {
    visibility: visible;
    background: #fff;
  }
}
.main-header {
  pointer-events: none;
  color: #0e4783;
  position: fixed;
  z-index: 998;
  top: 0;
  width: 100%;
  height: 100px;
  overflow: none;
}
.main-header .main-cont {
  padding: 20px 15px;
}
.main-header .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.main-header .logo {
  float: left;
  pointer-events: auto;
  background: url(../img/conte-logo-colore@2x.png) bottom left no-repeat;
  background-image: -webkit-image-set(
    url("../img/conte-logo-colore.png") 1x,
    url("../img/conte-logo-colore@2x.png") 2x
  );
  background-size: contain;
  height: 40px;
  width: 80px;
}
.main-header .menu {
  width: 16.66667%;
  float: right;
  text-align: right;
  pointer-events: auto;
}
@media only screen and (max-width: 1023px) {
  .main-header .menu {
    width: 33.33333%;
  }
}
.main-header .menu a {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.main-header .menu .hamburger {
  height: 20px;
  width: 26px;
  margin: 8px 5px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
.main-header .menu .hamburger div {
  position: relative;
  height: 3px;
  background-color: rgba(14, 71, 131, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-header .menu .hamburger div + div {
  margin-top: 5px;
}
.main-header .menu .hamburger div:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: -40px;
  background-color: #0e4783;
}
.main-header .menu .hamburger div.secondham {
  -webkit-transform: scaleX(0.75);
  transform: scaleX(0.75);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-header .menu .hamburger div.secondham:before {
  -webkit-transform: scaleX(0.75);
  transform: scaleX(0.75);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.main-header .menu .hamburger div.thirdham {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.main-header .menu .hamburger:hover div {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.noscroll {
  overflow: hidden !important;
}
.nav-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-home.jpg);
  background-size: cover;
  z-index: 9999;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-overlay.opened {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.nav-overlay .overlay-inner {
  overflow-x: auto;
  color: #fff;
  height: 100%;
  background-color: rgba(14, 71, 131, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav-overlay .overlay-inner .nav-overlay-header {
  height: 105px;
  line-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .nav-overlay .overlay-inner .nav-overlay-header {
    height: 80px;
    line-height: 40px;
  }
}
.nav-overlay .overlay-inner .nav-overlay-header .brand {
  float: left;
  height: 100%;
}
.nav-overlay .overlay-inner .nav-overlay-header .brand .logo {
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .nav-overlay .overlay-inner .nav-overlay-header .brand .logo {
    max-height: 40px;
  }
}
.nav-overlay .overlay-inner .nav-overlay-header .brand figcaption {
  position: relative;
  display: inline;
  margin: 0;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .nav-overlay .overlay-inner .nav-overlay-header .brand figcaption {
    font-size: 18px;
  }
}
.nav-overlay .overlay-inner .nav-overlay-header .brand figcaption:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  top: 0;
  left: -14px;
}
.nav-overlay .overlay-inner .nav-overlay-header a.button {
  margin: 15px 0;
  margin-right: 38px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .nav-overlay .overlay-inner .nav-overlay-header a.button {
    display: none;
  }
}
.nav-overlay .overlay-inner .nav-overlay-header .menu-toggle {
  text-transform: uppercase;
  font-size: 14px;
}
.nav-overlay .overlay-inner .nav-overlay-header .menu-toggle button {
  display: inline-block;
}
.nav-overlay .overlay-inner .nav-overlay-header .menu-close {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.nav-overlay .overlay-inner .nav-overlay-header .menu-close:before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 3px;
  -webkit-transform: translateX(7px) rotate(45deg);
  transform: translateX(7px) rotate(45deg);
  top: 45%;
  left: 0;
  background-color: #fff;
}
.nav-overlay .overlay-inner .nav-overlay-header .menu-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 3px;
  -webkit-transform: translateX(-9px) rotate(-45deg);
  transform: translateX(-9px) rotate(-45deg);
  top: 45%;
  right: 0;
  background-color: #fff;
}
.nav-overlay .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav-overlay .flex-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-overlay .in-evidenza {
  width: 50%;
  padding-bottom: 40px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media only screen and (max-width: 1023px) {
  .nav-overlay .in-evidenza {
    display: none;
  }
}
.nav-overlay .in-evidenza h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 10px 0 16px;
  font-style: none;
}
.nav-overlay .in-evidenza .carousel-in-evidenza {
  height: 342px;
  position: relative;
}
.nav-overlay .in-evidenza .carousel-in-evidenza .carousel-caption {
  height: 200px;
  width: 250px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -20px;
  left: 20px;
  z-index: 999;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .nav-overlay .in-evidenza .carousel-in-evidenza .carousel-caption {
    bottom: 0;
    left: auto;
    height: auto;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: auto;
  }
}
.nav-overlay .in-evidenza .carousel-in-evidenza .carousel-caption h3 {
  color: #616367;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
}
.nav-overlay .in-evidenza .carousel-in-evidenza .carousel-cell {
  width: 100%;
  height: 342px;
  position: relative;
  margin: 0;
  background-size: cover;
  background-position: center center;
}
.nav-overlay .in-evidenza .carousel-in-evidenza .carousel-cell a,
.nav-overlay .in-evidenza .carousel-in-evidenza .carousel-cell h3,
.nav-overlay .in-evidenza .carousel-in-evidenza .carousel-cell h5,
.nav-overlay .in-evidenza .carousel-in-evidenza .carousel-cell p {
  display: none;
}
.nav-overlay .in-evidenza .carousel-in-evidenza img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nav-overlay .main-nav {
  width: 41.66667%;
  margin-left: 8.33333%;
}
@media only screen and (max-width: 1023px) {
  .nav-overlay .main-nav {
    width: 100%;
  }
}
.nav-overlay .main-nav .primary > li {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 26px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .nav-overlay .main-nav .primary > li {
    font-size: 18px;
    line-height: 24px;
  }
}
.nav-overlay .main-nav .primary > li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.nav-overlay .main-nav .primary > li svg {
  fill: #fff;
  max-width: 15px;
  max-height: 15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-overlay .main-nav .primary > li svg.rotated {
  -webkit-transform: translateY(3px) rotate(90deg);
  transform: translateY(3px) rotate(90deg);
}
.nav-overlay .main-nav .primary > li .secondary > li {
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  padding-left: 20px;
}
@media only screen and (max-width: 600px) {
  .nav-overlay .main-nav .primary > li .secondary > li {
    font-size: 16px;
    padding-left: 10px;
  }
}
.nav-overlay .main-nav .primary > li .secondary > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-overlay .main-nav a.button {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav-overlay .main-nav a.button {
    display: inline-block;
  }
}
.nav-overlay .nav-footer .main-cont {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .nav-overlay .nav-footer .main-cont {
    text-align: center;
    font-size: 12px;
  }
  .nav-overlay .nav-footer .main-cont .hide-on-m {
    display: none;
  }
}
.nav-overlay .nav-footer .main-cont:first-child {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.nav-overlay .nav-footer .main-cont > div:first-child {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .nav-overlay .nav-footer .main-cont > div:first-child {
    float: none;
  }
}
.nav-overlay .nav-footer .main-cont > div:last-child {
  float: right;
}
@media only screen and (max-width: 1023px) {
  .nav-overlay .nav-footer .main-cont > div:last-child {
    float: none;
  }
}
.nav-overlay .nav-footer .social {
  float: left;
  font-weight: 500;
}
.nav-overlay .nav-footer .social a {
  font-weight: 700;
  padding: 0 10px 0 10px;
}
.nav-overlay .nav-footer .social a div.social-icon {
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.nav-overlay .nav-footer .social a div.social-icon img {
  max-height: 12px;
  max-width: 12px;
  display: block;
  position: relative;
}
.midnightHeader.white ul > li:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.midnightHeader.white ul > li.current-menu-item {
  color: #fff;
}
.midnightHeader.white ul > li.current-menu-item:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
}
nav.sticky-nav-widget {
  z-index: 99;
  position: fixed;
  right: 0;
  top: 150px;
  width: 190px;
}
@media only screen and (max-width: 1199px) {
  nav.sticky-nav-widget {
    width: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  nav.sticky-nav-widget {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 768px) {
  nav.sticky-nav-widget {
    display: none;
  }
}
nav.sticky-nav-widget ul > li {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
  text-align: right;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  nav.sticky-nav-widget ul > li {
    font-size: 14px;
  }
}
nav.sticky-nav-widget ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#616367),
    to(rgba(97, 99, 103, 0))
  );
  background: linear-gradient(to right, #616367 0, rgba(97, 99, 103, 0) 100%);
  right: 0;
  top: 50%;
  -webkit-transform: transalteY(-50%);
  transform: transalteY(-50%);
}
nav.sticky-nav-widget ul > li.current-menu-item {
  color: #0e4783;
  font-weight: 700;
}
nav.sticky-nav-widget ul > li.current-menu-item:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0e4783),
    to(rgba(14, 71, 131, 0))
  );
  background: linear-gradient(to right, #0e4783 0, rgba(14, 71, 131, 0) 100%);
}
.masthead {
  color: #0e4783;
  height: 40%;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
}
.masthead.notfound {
  height: 250px;
  background-size: auto;
  background-color: #0e4783;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23ffffff' fill-opacity='0.4' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}
.masthead header {
  position: relative;
  z-index: 2;
}
.masthead .fascia-rossa {
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 15px;
  white-space: nowrap;
}
.masthead .fascia-rossa:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.masthead .fascia-rossa div > div:first-child {
  width: 60%;
  float: left;
}
.masthead .fascia-rossa div > div:last-child {
  width: 40%;
  float: left;
  text-align: right;
}
.masthead .fascia-rossa div > div:last-child strong {
  margin-right: 20px;
  position: relative;
}
.masthead .fascia-rossa div > div:last-child strong:before {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -20px;
  top: 5px;
}
.masthead .fascia-rossa div > div:last-child strong:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 2px;
  background-color: #fff;
  top: 5px;
  right: -14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .masthead .fascia-rossa div > div:last-child strong:after,
  .masthead .fascia-rossa div > div:last-child strong:before {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .masthead .fascia-rossa {
    font-size: 12px;
    white-space: normal;
  }
}
.masthead .landing-header {
  height: 105px;
  line-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .masthead .landing-header {
    height: 80px;
    line-height: 40px;
  }
}
.masthead .landing-header .brand {
  float: left;
  height: 100%;
}
.masthead .landing-header .brand .logo {
  position: relative;
  float: left;
  margin-right: 30px;
  height: 45px;
  width: 129px;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .masthead .landing-header .brand .logo {
    width: 80px;
    height: 30px;
  }
}
.masthead .landing-header .brand figcaption {
  position: relative;
  display: inline;
  margin: 0;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .masthead .landing-header .brand figcaption {
    font-size: 18px;
  }
}
.masthead .landing-header .brand figcaption:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #d4e5fc;
  top: 0;
  left: -14px;
}
.masthead .landing-header a.button {
  margin: 15px 0;
  margin-right: 38px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .masthead .landing-header a.button {
    display: none;
  }
}
.masthead .landing-header .menu-toggle {
  text-transform: uppercase;
  font-size: 14px;
}
.masthead .landing-header .menu-toggle button {
  display: inline-block;
}
.masthead .landing-header .hamburger {
  height: 20px;
  width: 26px;
  margin: 8px 5px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
.masthead .landing-header .hamburger div {
  position: relative;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.masthead .landing-header .hamburger div + div {
  margin-top: 5px;
}
.masthead .landing-header .hamburger div:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: -40px;
  background-color: #fff;
}
.masthead .landing-header .hamburger div.secondham {
  -webkit-transform: scaleX(0.75);
  transform: scaleX(0.75);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.masthead .landing-header .hamburger div.secondham:before {
  -webkit-transform: scaleX(0.75);
  transform: scaleX(0.75);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.masthead .landing-header .hamburger div.thirdham {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.masthead .landing-header .hamburger:hover div {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.masthead .main-title {
  position: absolute;
  bottom: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.masthead .main-title h1 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .masthead .main-title h1 {
    font-size: 38px;
    white-space: normal;
  }
}
.masthead .landing-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
  background: linear-gradient(0deg,#d4e5fc 0,#edf4fe 100%);
}
.masthead.articolo {
  height: 600px;
}
@media only screen and (max-width: 768px) {
  .masthead.articolo {
    height: 400px;
  }
}
.masthead.articolo .main-title {
  text-align: center;
}
.masthead.articolo .main-title h3.occhiello {
  margin-top: 150px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
.masthead.articolo .main-title h1 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 48px;
  white-space: normal;
}
@media only screen and (max-width: 768px) {
  .masthead.articolo .main-title h1 {
    font-size: 32px;
    white-space: normal;
    line-height: 36px;
  }
}
.masthead.articolo .main-title time {
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .masthead.articolo .main-title time {
    margin-top: 10px;
  }
}
.masthead.articolo.categoria-speciale {
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.masthead.articolo.categoria-speciale header {
  z-index: 2;
}
.masthead.articolo.categoria-speciale .landing-header .brand figcaption {
  color: #0e4783;
}
.masthead.articolo.categoria-speciale .landing-header .brand figcaption:after {
  background-color: #0e4783;
}
.masthead.articolo.categoria-speciale .landing-header .hamburger div {
  background-color: #616367;
}
.masthead.articolo.categoria-speciale .landing-header .hamburger div:before {
  background-color: #616367;
}
.masthead.articolo.categoria-speciale .landing-header .menu-toggle {
  color: #616367;
}
.masthead.articolo.categoria-speciale .main-title {
  bottom: 150px;
  text-align: left;
  color: #616367;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .masthead.articolo.categoria-speciale .main-title {
    bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .masthead.articolo.categoria-speciale .main-title {
    bottom: 0;
    background-color: #fff;
    padding: 15px 15px 0;
  }
}
.masthead.articolo.categoria-speciale .main-title h3.occhiello.bianco {
  color: #616367;
  text-align: left;
}
.masthead.articolo.categoria-speciale .main-title h3.occhiello.bianco:after {
  background-color: #616367;
  -webkit-transform: none;
  transform: none;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .masthead.articolo.categoria-speciale .main-title h3.occhiello.bianco {
    margin-top: 0;
  }
}
.masthead.articolo.categoria-speciale .main-title h1 {
  text-align: left;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .masthead.articolo.categoria-speciale .main-title h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .masthead.articolo.categoria-speciale .main-title h1 {
    max-width: 100%;
  }
}
.masthead.articolo.categoria-speciale .landing-overlay {
  display: none;
}
.masthead.articolo.categoria-speciale img.scontornata {
  position: absolute;
  bottom: 0;
  max-height: 400px;
  left: 50%;
}
@media only screen and (max-width: 600px) {
  .masthead.articolo.categoria-speciale img.scontornata {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
  }
}
body.page-id-2 .masthead,
body.parent-pageid-2 .masthead {
  background: url(../img/bg-chisiamo.jpg) center 35% no-repeat;
  background-size: cover;
}
body.page-id-332 .masthead,
body.parent-pageid-332 .masthead {
  background: url(../img/bg-organizzazione.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  body.page-id-332 .masthead,
  body.parent-pageid-332 .masthead {
    background-position: center center;
  }
}
body.page-id-185 .masthead,
body.parent-pageid-185 .masthead,
body.post-type-archive-posizioni-aperte .masthead,
body.single-posizioni-aperte .masthead {
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  body.page-id-185 .masthead,
  body.parent-pageid-185 .masthead,
  body.post-type-archive-posizioni-aperte .masthead,
  body.single-posizioni-aperte .masthead {
    background-position: 35% top;
  }
}
body.blog .masthead {
  background: url(../img/bg-blog.jpg) center 35% no-repeat;
  background-size: cover;
}
main.content {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  main.content {
    padding: 30px 0;
  }
}
main.content header {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  main.content header {
    margin-bottom: 25px;
  }
}
.main-footer {
  padding-top: 45px;
  font-size: 14px;
}
.main-footer .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.main-footer .footer-column {
  width: 13.88889%;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-column {
    width: 15.97222%;
  }
}
@media only screen and (max-width: 768px) {
  .main-footer .footer-column {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .main-footer .footer-column {
    display: block;
    float: none;
    width: 100%;
  }
}
.main-footer .footer-column img {
  max-width: 90%;
}
@media only screen and (max-width: 768px) {
  .main-footer .footer-column img {
    display: block;
    height: 30px;
    width: 80px;
    margin: 0 auto 20px;
  }
}
.main-footer .footer-column h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-column h3 {
    font-size: 12px;
  }
}
.main-footer .footer-column h3:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #fff;
  opacity: 0.5;
  left: 0;
  bottom: -8px;
}
.main-footer .footer-column + .footer-column {
  margin-left: 3.33333%;
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-column + .footer-column {
    margin-left: 0.83333%;
  }
}
@media only screen and (max-width: 768px) {
  .main-footer .footer-column + .footer-column {
    margin-left: 0;
    margin-top: 10px;
  }
}
.main-footer .last-footer {
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.main-footer .last-footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.main-footer .last-footer .social {
  float: left;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .main-footer .last-footer .social {
    float: none;
    text-align: center;
    line-height: 2.5;
  }
}
.main-footer .last-footer .social a {
  font-weight: 700;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .main-footer .last-footer .social a {
    padding-left: 0;
  }
}
.main-footer .last-footer .social a div.social-icon {
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.main-footer .last-footer .social a div.social-icon img {
  max-height: 12px;
  max-width: 12px;
  display: block;
  position: relative;
}
.main-footer .last-footer .social br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .main-footer .last-footer .social br {
    display: block;
  }
}
.main-footer .last-footer .legal {
  float: right;
}
@media only screen and (max-width: 768px) {
  .main-footer .last-footer .legal {
    display: none;
    margin-top: 10px;
  }
}
.main-footer .disclaimer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-footer .disclaimer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.main-footer .disclaimer p {
  font-size: 12px;
  line-height: 18px;
  width: 80%;
  float: left;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .main-footer .disclaimer p {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.main-footer .disclaimer .copyright {
  font-size: 12px;
  line-height: 18px;
  float: right;
  text-align: right;
  width: 20%;
}
.main-footer .disclaimer .copyright a {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .main-footer .disclaimer .copyright {
    margin-top: 10px;
    text-align: left;
    float: left;
    width: 100%;
  }
}
.main-footer .disclaimer .copyright .smallcinquea {
  display: none;
}
@media only screen and (max-width: 768px) {
  .main-footer .disclaimer .copyright .smallcinquea {
    display: inline;
    float: right;
  }
}
.not-found {
  position: relative;
  padding: 50px 0 20px;
}
.not-found .main-cont.extra-pad {
  position: relative;
}
.not-found .lettera {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
  top: 30px;
  color: #d6d6d8;
}
@media only screen and (max-width: 1023px) {
  .not-found .lettera {
    font-size: 160px;
    bottom: 220px;
    left: 0;
  }
}
.not-found .card404 {
  position: relative;
  z-index: 2;
  text-align: center;
}
.not-found .card404 p {
  font-size: 20px;
  line-height: 1.4;
}
.not-found .card404 a {
  vertical-align: top;
}
.landing {
  color: #fff;
  height: 600px;
  height: calc(100% - 40px);
  min-height: 300px;
  background: url(../img/bg-home.jpg) center center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .landing {
    background-position: 40% center;
  }
}
.landing.with-news {
  height: calc(100% - 80px);
}
.landing header {
  position: relative;
  z-index: 1;
}
.landing .fascia-rossa {
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 15px;
}
.landing .fascia-rossa:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.landing .fascia-rossa div > div:first-child {
  width: 60%;
  float: left;
}
.landing .fascia-rossa div > div:last-child {
  width: 40%;
  float: left;
  text-align: right;
}
.landing .fascia-rossa div > div:last-child strong {
  margin-right: 20px;
  position: relative;
}
.landing .fascia-rossa div > div:last-child strong:before {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -20px;
  top: 5px;
}
.landing .fascia-rossa div > div:last-child strong:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 2px;
  background-color: #fff;
  top: 5px;
  right: -14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .landing .fascia-rossa div > div:last-child strong:after,
  .landing .fascia-rossa div > div:last-child strong:before {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .landing .fascia-rossa {
    font-size: 12px;
  }
}
.landing .landing-header {
  height: 105px;
  line-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .landing .landing-header {
    height: 90px;
    line-height: 50px;
  }
}
.landing .landing-header .brand {
  float: left;
  height: 100%;
}
.landing .landing-header .brand .logo {
  float: left;
  margin-right: 30px;
  max-height: 100%;
}
.landing .landing-header .brand figcaption {
  position: relative;
  display: inline;
  margin: 0;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .landing .landing-header .brand figcaption {
    font-size: 18px;
  }
}
.landing .landing-header .brand figcaption:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  top: 0;
  left: -14px;
}
.landing .landing-header a.button {
  margin: 15px 0;
  font-weight: 700;
  margin-right: 38px;
}
@media only screen and (max-width: 768px) {
  .landing .landing-header a.button {
    display: none;
  }
}
.landing .landing-header .menu-toggle {
  text-transform: uppercase;
  font-size: 14px;
}
.landing .landing-header .menu-toggle button {
  display: inline-block;
}
.landing .landing-header .hamburger {
  height: 20px;
  width: 26px;
  margin: 8px 5px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
.landing .landing-header .hamburger div {
  position: relative;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.landing .landing-header .hamburger div + div {
  margin-top: 5px;
}
.landing .landing-header .hamburger div:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: -40px;
  background-color: #fff;
}
.landing .landing-header .hamburger div.secondham {
  -webkit-transform: scaleX(0.75);
  transform: scaleX(0.75);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.landing .landing-header .hamburger div.secondham:before {
  -webkit-transform: scaleX(0.75);
  transform: scaleX(0.75);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.landing .landing-header .hamburger div.thirdham {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.landing .landing-header .hamburger:hover div {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.landing .tagline {
  position: absolute;
  z-index: 2;
  bottom: 70px;
  width: 100%;
}
.landing .tagline > div {
  position: relative;
}
.landing .tagline > div:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.landing .tagline figure {
  z-index: 1;
  position: relative;
  float: left;
  margin: 0;
  max-width: 90px;
}
@media only screen and (max-width: 768px) {
  .landing .tagline figure {
    max-width: 60px;
  }
}
.landing .tagline a {
  position: relative;
  z-index: 1;
}
.landing .tagline blockquote {
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 58px;
  width: 100%;
  padding-left: 120px;
  padding-right: 33.33333%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .landing .tagline blockquote {
    padding-right: 16.66667%;
  }
}
@media only screen and (max-width: 1023px) {
  .landing .tagline blockquote {
    padding-right: 8.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .landing .tagline blockquote {
    font-size: 36px;
    line-height: 40px;
    padding-left: 85px;
  }
}
@media only screen and (max-width: 600px) {
  .landing .tagline blockquote {
    padding-right: 15px;
    padding-left: 85px;
    font-size: 28px;
    line-height: 30px;
  }
}
.landing .tagline blockquote small {
  display: block;
  font-size: 18px;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .landing .tagline blockquote small {
    font-size: 14px;
  }
}
.landing .landing-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
.breaking {
  width: 100%;
  margin-top: 10px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
}
.breaking .scomparsa {
  display: none;
  width: 100%;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .breaking .scomparsa {
    font-size: 14px;
  }
}
.breaking .scomparsa strong {
  color: #d0393f;
}
.scroll-more-cont {
  position: relative;
  z-index: 2;
}
.scroll-more-cont .scroll-more {
  position: absolute;
  left: 50%;
  top: 0;
  height: 40px;
  width: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
}
.scroll-more-cont .scroll-more svg {
  position: absolute;
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.scroll-more-cont .scroll-more svg .arrow {
  fill: #0e4783;
}
.scroll-more-cont .scroll-more:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: pulse 2s ease 0s infinite;
  animation: pulse 2s ease 0s infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
.storia {
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
  background-color: #fff;
  background: url(../img/mappa-admiral@2x.png) 85% 50% no-repeat;
  background-size: 40%;
}
.storia h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding: 0;
  color: #0e4783;
}
@media only screen and (max-width: 768px) {
  .storia h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .storia {
    background-position: 85% 60px;
    background-size: 60%;
  }
}
.parallax {
  height: 315px;
  background: url(../img/bg-parallax.jpg) center;
  background-size: cover;
}
.timeline-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.timeline {
  width: 47.91667%;
  float: left;
}
.timeline figure img {
  height: 70px;
}
.timeline:first-child {
  margin-right: 2.08333%;
}
@media only screen and (max-width: 600px) {
  .timeline {
    float: none;
    width: 100%;
  }
  .timeline:first-child {
    margin-right: none;
  }
}
.timeline .timeline-box {
  padding: 28px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin-bottom: 40px;
}
.timeline .timeline-box .anno {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
}
.timeline .timeline-box ul li {
  padding-left: 30px;
  position: relative;
  margin: 20px 0;
}
.timeline .timeline-box ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid #d0393f;
  border-left: 3px solid #d0393f;
}
.timeline.rossa .anno {
  color: #d0393f;
}
.timeline.blu .anno {
  color: #0e4783;
}
.timeline.blu .timeline-box ul li:before {
  border-color: #0e4783;
}
.valori {
  padding: 90px 0;
  background-color: #0e4783;
  background-color: #0e4783;
  background-image: url(../img/arco-valori@2x.png);
  background-repeat: no-repeat;
  background-position: center 74%;
  background-size: 1400px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .valori {
    padding: 35px 0;
    background-position: center 77%;
  }
}
@media only screen and (max-width: 600px) {
  .valori {
    background-position: center 79%;
  }
}
.valori h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}
@media only screen and (max-width: 768px) {
  .valori h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.valori .carousel-valori {
  margin-top: 90px;
  height: 500px;
}
.valori .carousel-valori .carousel-cell {
  width: 270px;
  height: 500px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .valori .carousel-valori .carousel-cell {
    width: 210px;
  }
}
.valori .carousel-valori .carousel-cell img {
  width: 160px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8) translateY(15%);
  transform: scale(0.8) translateY(15%);
}
@media only screen and (max-width: 768px) {
  .valori .carousel-valori .carousel-cell img {
    opacity: 0;
  }
}
.valori .carousel-valori .carousel-cell .text-container {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 5px;
}
.valori .carousel-valori .carousel-cell.is-selected img {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
@media only screen and (max-width: 768px) {
  .valori .carousel-valori .carousel-cell.is-selected img {
    opacity: 1;
  }
}
.valori .carousel-valori .carousel-cell.is-selected .text-container {
  opacity: 1;
}
.valori .carousel-valori .carousel-cell .nome-valore {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.valori .carousel-valori .carousel-cell .testo-valore {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.valori .carousel-valori .flickity-prev-next-button {
  top: 90px;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.valori .carousel-valori .flickity-prev-next-button.previous {
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .valori .carousel-valori .flickity-prev-next-button.previous {
    -webkit-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .valori .carousel-valori .flickity-prev-next-button.previous {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.valori .carousel-valori .flickity-prev-next-button.next {
  left: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1199px) {
  .valori .carousel-valori .flickity-prev-next-button.next {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .valori .carousel-valori .flickity-prev-next-button.next {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
}
.box-workplaces-cont {
  padding-top: 20px;
  padding-bottom: 80px;
}
.box-workplaces-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .box-workplaces-cont {
    padding-bottom: 30px;
  }
}
.box-workplaces {
  padding: 30px 0;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}
.box-workplaces:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .box-workplaces {
    padding-top: 0;
  }
}
.box-workplaces:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 91.66667%;
  height: 100%;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .box-workplaces:before {
    width: 100%;
  }
}
.box-workplaces .box-text {
  float: right;
  width: 41.66667%;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .box-workplaces .box-text {
    width: 100%;
    float: none;
  }
}
.box-workplaces .box-text h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  font-style: normal;
  color: #d0393f;
}
.box-workplaces .box-text ul li {
  padding-left: 30px;
  position: relative;
  margin: 20px 0;
}
.box-workplaces .box-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid #d0393f;
  border-left: 3px solid #d0393f;
}
.box-workplaces .box-text .cta-link {
  margin-top: 30px;
}
.box-workplaces figure {
  float: right;
  width: 58.33333%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .box-workplaces figure {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    height: 300px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .box-workplaces figure {
    height: 200px;
  }
}
.box-workplaces.verde:before {
  left: auto;
  right: 0;
}
.box-workplaces.verde .box-text {
  float: left;
}
.box-workplaces.verde .box-text h3 {
  color: #28a94f;
}
.box-workplaces.verde .box-text ul li:before {
  border-color: #28a94f;
}
.box-workplaces.verde figure {
  float: left;
}
.box-workplaces.giallo .box-text h3 {
  color: #f5a623;
}
.box-workplaces.giallo .box-text ul li:before {
  border-color: #f5a623;
}
@media only screen and (max-width: 768px) {
  .box-workplaces.giallo figure img {
    margin-top: -10%;
  }
}
.workplaces.workplaces-alt .fuori-cont h3 {
  margin-left: 0;
  padding-left: 0;
}
.workplaces.workplaces-alt .red-bg figure {
  float: right;
}
@media only screen and (max-width: 600px) {
  .workplaces.workplaces-alt .red-bg figure {
    margin-left: 15px;
  }
}
.workplaces.workplaces-alt .red-bg .text-container {
  float: right;
  padding-left: 0;
  padding-right: 35px;
}
@media only screen and (max-width: 600px) {
  .workplaces.workplaces-alt .red-bg .text-container {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.workplaces.workplaces-alt .red-carousel-overlay {
  position: relative;
}
.workplaces.workplaces-alt .red-carousel-overlay:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 300px;
  top: 0;
  left: 0;
  background: #d0393f;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #d0393f),
    color-stop(26%, #d0393f),
    color-stop(100%, rgba(208, 57, 63, 0))
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d0393f),
    color-stop(26%, #d0393f),
    to(rgba(208, 57, 63, 0))
  );
  background: linear-gradient(
    to right,
    #d0393f 0,
    #d0393f 26%,
    rgba(208, 57, 63, 0) 100%
  );
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .workplaces.workplaces-alt .red-carousel-overlay:before {
    width: 100px;
  }
}
.workplaces.workplaces-alt .carousel-year {
  height: 300px;
}
.workplaces.workplaces-alt .carousel-year .carousel-cell {
  height: 300px;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .workplaces.workplaces-alt .carousel-year .carousel-cell {
    width: 200px;
  }
}
.workplaces.workplaces-alt .carousel-year .carousel-cell .carousel-box {
  margin: 0 25px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.8)),
    to(#fff)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0, #fff 100%);
  height: auto;
  position: relative;
  padding: 15px 30px;
  color: #d0393f;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}
.workplaces.workplaces-alt .carousel-year .carousel-cell .carousel-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  z-index: 1;
}
.workplaces.workplaces-alt .carousel-year .carousel-cell .carousel-box h4 {
  font-size: 70px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .workplaces.workplaces-alt .carousel-year .carousel-cell .carousel-box h4 {
    font-size: 50px;
  }
}
.workplaces.workplaces-alt .carousel-year .carousel-cell .carousel-box p {
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .workplaces.workplaces-alt .carousel-year .carousel-cell .carousel-box p {
    font-size: 18px;
  }
}
.workplaces.workplaces-alt .carousel-year .carousel-cell .linea-temporale {
  height: 10px;
  background-color: #ad292e;
  margin: 40px 0 20px;
  position: relative;
}
.workplaces.workplaces-alt
  .carousel-year
  .carousel-cell
  .linea-temporale:before {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#ffa8a8)
  );
  background: linear-gradient(180deg, #fff 0, #ffa8a8 100%);
  -webkit-box-shadow: 0 7px 14px 0 rgba(0, 76, 144, 0.5);
  box-shadow: 0 7px 14px 0 rgba(0, 76, 144, 0.5);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 66;
  border-radius: 50%;
}
.workplaces.workplaces-alt .carousel-year .carousel-cell h5 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.workplaces.workplaces-alt
  .carousel-year
  .carousel-cell:first-child
  .linea-temporale:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d0393f;
  z-index: 65;
}
.workplaces.workplaces-alt
  .carousel-year
  .carousel-cell:last-child
  .linea-temporale:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #d0393f;
  z-index: 65;
}
.workplaces.workplaces-alt .carousel-year .flickity-prev-next-button {
  display: none;
}
.management {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d2d9e8),
    color-stop(99.95%, #fff)
  );
  background: linear-gradient(0deg, #d2d9e8 0, #fff 99.95%);
  padding-bottom: 30px;
}
.management .mgmt-box {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 60px;
  cursor: pointer;
  border-bottom: 3px solid #0e4783;
}
@media only screen and (max-width: 768px) {
  .management .mgmt-box {
    max-height: none;
  }
}
.management .mgmt-box .open-button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgba(219, 221, 224, 0.51);
}
@media only screen and (max-width: 768px) {
  .management .mgmt-box .open-button {
    top: 200px;
  }
}
.management .mgmt-box .open-button:after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 2px;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #616367;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.management .mgmt-box .open-button:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 12px;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #616367;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.management .mgmt-box figure {
  max-height: 100%;
  max-height: calc(100% + 30px);
  margin-top: -30px;
  width: 280px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1023px) {
  .management .mgmt-box figure {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .management .mgmt-box figure {
    position: relative;
    width: 100%;
    height: 170px;
  }
  .management .mgmt-box figure img {
    max-height: 160%;
    margin: 0;
  }
}
.management .mgmt-box .text-cont {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .management .mgmt-box .text-cont {
    margin-left: 0;
  }
}
.management .mgmt-box .text-cont h2 {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .management .mgmt-box .text-cont h2 {
    font-size: 20px;
  }
}
.management .mgmt-box .text-cont h3 {
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .management .mgmt-box .text-cont h3 {
    font-size: 14px;
  }
}
.management .mgmt-box .text-cont blockquote {
  min-height: 150px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 27px;
  color: #0e4783;
  margin: 30px 0;
}
@media only screen and (max-width: 1023px) {
  .management .mgmt-box .text-cont blockquote {
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .management .mgmt-box .text-cont blockquote {
    min-height: none;
    font-size: 15px;
    line-height: 21px;
    margin: 20px 0;
  }
}
.management .mgmt-box .text-cont h2,
.management .mgmt-box .text-cont h3 {
  max-width: 100%;
}
.management .mgmt-box .text-cont blockquote,
.management .mgmt-box .text-cont h2,
.management .mgmt-box .text-cont h3 {
  padding-left: 280px;
}
@media only screen and (max-width: 1023px) {
  .management .mgmt-box .text-cont blockquote,
  .management .mgmt-box .text-cont h2,
  .management .mgmt-box .text-cont h3 {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .management .mgmt-box .text-cont blockquote,
  .management .mgmt-box .text-cont h2,
  .management .mgmt-box .text-cont h3 {
    padding-left: 0;
  }
}
.management .mgmt-box .text-cont .slide-text {
  display: none;
}
.management .mgmt-box.open {
  max-height: 100%;
}
.management .mgmt-box.open .open-button {
  background-color: #0e4783;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.management .mgmt-box.open .open-button:after,
.management .mgmt-box.open .open-button:before {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .management .mgmt-box.open figure {
    top: auto;
  }
}
.dipartimenti {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d2d9e8),
    color-stop(99.95%, #fff)
  );
  background: linear-gradient(0deg, #d2d9e8 0, #fff 99.95%);
}
.dipartimenti:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.dipartimenti .main-cont {
  position: relative;
}
.dipartimenti .main-cont .lettera {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 900;
  font-size: 480px;
  position: absolute;
  left: 0;
  top: 60px;
  text-shadow: 0 17px 23px rgba(62, 104, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
@media only screen and (max-width: 768px) {
  .dipartimenti .main-cont .lettera {
    font-size: 380px;
    bottom: 220px;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .dipartimenti .main-cont .lettera {
    font-size: 220px;
    left: -50px;
  }
}
.dipartimenti h3 {
  text-align: center;
  color: #0e4783;
  font-style: normal;
}
.dipartimenti .grid {
  margin: 40px 0;
}
.dipartimenti .dipartimento {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 30px 25px;
  margin-bottom: 30px;
  width: 46%;
}
@media only screen and (max-width: 600px) {
  .dipartimenti .dipartimento {
    width: 100%;
  }
}
.dipartimenti .dipartimento h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0e4783;
}
.dipartimenti .dipartimento ol,
.dipartimenti .dipartimento ul {
  list-style: initial;
  padding-left: 1em;
  margin: 10px 0 20px;
}
.dipartimenti .dipartimento ol li,
.dipartimenti .dipartimento ul li {
  margin: 10px 0;
}
.dipartimenti .dipartimento ol {
  list-style-type: decimal;
}
.dipartimenti .dipartimento .red-dot {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 0;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d0393f;
  line-height: 32px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  font-weight: 700;
}
.dipartimenti .sizer {
  width: 46%;
}
@media only screen and (max-width: 600px) {
  .dipartimenti .sizer {
    width: 100%;
  }
}
.dipartimenti .gutter {
  width: 4%;
}
.carriere {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d2d9e8),
    color-stop(99.95%, #fff)
  );
  background: linear-gradient(0deg, #d2d9e8 0, #fff 99.95%);
}
.carriere:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.carriere .box-carriera {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
  cursor: pointer;
}
.carriere .box-carriera .header-gradiente {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffd37e),
    to(#fffce2)
  );
  background: linear-gradient(0deg, #ffd37e 0, #fffce2 100%);
  height: 180px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .carriere .box-carriera .header-gradiente {
    height: 90px;
  }
}
.carriere .box-carriera .header-gradiente .container-lettera {
  overflow: hidden;
}
.carriere .box-carriera .header-gradiente .lettera {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 0.9;
  font-weight: 900;
  font-size: 360px;
  text-shadow: 0 17px 23px rgba(62, 104, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0.52);
  transform: scale(0.52);
  padding-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .carriere .box-carriera .header-gradiente .lettera {
    font-size: 240px;
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
}
@media only screen and (max-width: 600px) {
  .carriere .box-carriera .header-gradiente .lettera {
    font-size: 140px;
    -webkit-transform: scale(0.72);
    transform: scale(0.72);
  }
}
.carriere .box-carriera .header-gradiente figure {
  position: absolute;
  height: 210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: -30px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .carriere .box-carriera .header-gradiente figure {
    top: -20px;
    height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .carriere .box-carriera .header-gradiente figure {
    height: 110px;
  }
}
.carriere .box-carriera .header-gradiente figure img {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.carriere .box-carriera .testo-carriera {
  padding: 30px 40px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .carriere .box-carriera .testo-carriera {
    padding: 30px 20px;
  }
}
.carriere .box-carriera .testo-carriera h2 {
  padding-right: 35px;
}
.carriere .box-carriera .testo-carriera .open-button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 30px;
  right: 40px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgba(219, 221, 224, 0.51);
}
@media only screen and (max-width: 600px) {
  .carriere .box-carriera .testo-carriera .open-button {
    right: 20px;
  }
}
.carriere .box-carriera .testo-carriera .open-button:after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 2px;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #616367;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.carriere .box-carriera .testo-carriera .open-button:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 12px;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #616367;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.carriere .box-carriera .testo-carriera .slide-text {
  cursor: initial;
  display: none;
}
.carriere .box-carriera .testo-carriera .slide-text h4 {
  font-size: 20px;
  font-weight: 700;
}
.carriere .box-carriera .testo-carriera .slide-text ul {
  padding-left: 20px;
  list-style: initial;
}
.carriere .box-carriera .testo-carriera .slide-text ul li {
  font-weight: 500;
}
.carriere .box-carriera.open .header-gradiente {
  height: 340px;
}
@media only screen and (max-width: 1199px) {
  .carriere .box-carriera.open .header-gradiente {
    height: 220px;
  }
}
@media only screen and (max-width: 600px) {
  .carriere .box-carriera.open .header-gradiente {
    height: 125px;
  }
}
.carriere .box-carriera.open .header-gradiente .lettera {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.carriere .box-carriera.open .header-gradiente figure {
  height: 370px;
}
@media only screen and (max-width: 1199px) {
  .carriere .box-carriera.open .header-gradiente figure {
    height: 240px;
  }
}
@media only screen and (max-width: 600px) {
  .carriere .box-carriera.open .header-gradiente figure {
    height: 145px;
  }
}
.carriere .box-carriera.open .header-gradiente figure img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.carriere .box-carriera.open .testo-carriera .open-button {
  background-color: #0e4783;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carriere .box-carriera.open .testo-carriera .open-button:after,
.carriere .box-carriera.open .testo-carriera .open-button:before {
  background-color: #fff;
}
.carriere .box-carriera.giallo .header-gradiente {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffd37e),
    to(#fffce2)
  );
  background: linear-gradient(0deg, #ffd37e 0, #fffce2 100%);
}
.carriere .box-carriera.turchese .header-gradiente {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#a8ece3),
    color-stop(99.95%, #f3fff7)
  );
  background: linear-gradient(0deg, #a8ece3 0, #f3fff7 99.95%);
}
.carriere .box-carriera.cannella .header-gradiente {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#eec5b3),
    color-stop(99.95%, #fff3e8)
  );
  background: linear-gradient(0deg, #eec5b3 0, #fff3e8 99.95%);
}
.carriere .box-carriera.menta .header-gradiente {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#c0efd0),
    color-stop(99.95%, #f4fff8)
  );
  background: linear-gradient(0deg, #c0efd0 0, #f4fff8 99.95%);
}
.carriere .box-carriera.rosso .header-gradiente {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ff7363),
    to(#ffc1bb)
  );
  background: linear-gradient(0deg, #ff7363 0, #ffc1bb 100%);
}
.carriere .box-carriera.gradiente-blu .header-gradiente {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(2%, #296cb3),
    color-stop(98%, #8bb3d4)
  );
  background: linear-gradient(0deg, #296cb3 2%, #8bb3d4 98%);
}
.open-positions {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #d2d9e8),
    color-stop(99.95%, #fff)
  );
  background: linear-gradient(0deg, #d2d9e8 0, #fff 99.95%);
  padding: 60px 0px;
}
.open-positions.widget {
  background: #edf7f7;
  background-size: cover;
}
.open-positions.widget header {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .open-positions.widget header {
    margin-bottom: 10px;
  }
}
.open-positions header {
  margin-bottom: 60px;
}
.open-positions header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.open-positions header h2 {
  text-align: center;
  margin-bottom: 35px;
}
.open-positions header > div {
  position: relative;
  text-align: left;
  width: 33%;
  float: left;
  padding: 10px;
  border: 1px solid transparent;
}
.open-positions header > div:nth-child(2) {
  z-index: 3;
}
.open-positions header > div:nth-child(3) {
  z-index: 2;
}
.open-positions header > div:nth-child(4) {
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .open-positions header > div {
    width: 100%;
  }
}
.open-positions header > div h6 {
  font-size: 14px;
}
.open-positions header > div .selected {
  padding-bottom: 10px;
  position: relative;
  padding-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.open-positions header > div .selected:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  height: 5px;
  width: 5px;
  border: 2px solid #616367;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open-positions header > div ul {
  position: absolute;
  margin: 0;
  display: none;
  background: #fff;
  width: 100%;
  left: 0;
  border: 1px solid transparent;
}
.open-positions header > div ul li {
  padding: 0 10px;
  line-height: 1.8;
}
.open-positions header > div ul li:hover {
  background-color: #cae1f9;
}
.open-positions header > div ul.visible {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.open-positions .alert {
  padding: 20px;
  text-align: center;
  display: none;
}
.open-positions .accordion {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  padding: 25px;
  cursor: pointer;
}
.open-positions .accordion h5 {
  padding-right: 38px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .open-positions .accordion h5 {
    line-height: 18px;
  }
}
.open-positions .accordion h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 768px) {
  .open-positions .accordion h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.open-positions .accordion button {
  float: right;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #e3e3e4;
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.open-positions .accordion button:before {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #616367;
  width: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.open-positions .accordion button:after {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  background-color: #616367;
  width: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.open-positions .accordion.active h3 {
  color: #0e4783;
}
.open-positions .accordion.active button {
  background-color: #0e4783;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open-positions .accordion.active button:before {
  background-color: #fff;
}
.open-positions .accordion.active button:after {
  background-color: #fff;
}
.open-positions .accordion .panel {
  overflow: hidden;
  display: none;
  padding-top: 15px;
}
.open-positions .accordion .panel .show {
  display: block;
}
.open-positions .accordion .panel p {
  margin: 0;
}
.open-positions .accordion .panel p:last-child {
  margin-top: 15px;
  font-weight: 500;
}
.open-positions .btn {
  text-align: center;
}
.open-positions.faq .accordion h3 {
  margin: 0;
}
.open-positions.faq .accordion .panel p {
  margin: 20px 0;
}
.dettaglio-posizione {
  padding-top: 70px;
  padding-bottom: 70px;
}
.dettaglio-posizione .btn {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .dettaglio-posizione .btn {
    margin-top: 30px;
  }
}
.dettaglio-posizione header {
  text-align: center;
}
.dettaglio-posizione header h2 {
  margin-bottom: 30px;
}
.aree-semantiche {
  margin: 25px 0;
  text-align: left;
  padding: 25px 0;
  border-top: 1px solid #a1a3a6;
  border-bottom: 1px solid #a1a3a6;
}
.aree-semantiche:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .aree-semantiche {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.aree-semantiche div {
  float: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .aree-semantiche div {
    float: none;
    display: inline-block;
  }
}
.aree-semantiche div h6 {
  font-size: 14px;
}
.aree-semantiche div h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.aree-semantiche div + div {
  margin-left: 35px;
}
.aree-semantiche div + div:before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  bottom: 0;
  height: 20px;
  width: 2px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background-color: #a1a3a6;
}
.faq {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #d2d9e8),
    color-stop(99.95%, #fff)
  );
  background: linear-gradient(0deg, #d2d9e8 0, #fff 99.95%);
  padding-top: 0;
}
.faq .panel p a {
  text-decoration: underline;
  color: #0e4783;
}
main.blog {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  main.blog {
    padding-top: 20px;
  }
}
main.blog header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding: 0 80px;
  color: #0e4783;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  main.blog header h2 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 600px) {
  main.blog header h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
main.blog .post-list:first-child {
  padding-top: 60px;
}
main.blog .post-background {
  width: 100%;
  height: 400px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  main.blog .post-background {
    height: 200px;
  }
}
main.blog .post-background a {
  display: block;
  height: 100%;
}
main.blog .post-container {
  margin: -100px 27px 60px;
  padding: 30px;
  -webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.16);
  text-align: left;
  background: linear-gradient(215.43deg, rgba(255, 255, 255, 0.8) 0, #fff 100%);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  main.blog .post-container {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 600px) {
  main.blog .post-container {
    padding: 15px;
  }
}
main.blog .post-container h4.occhiello {
  font-size: 16px;
  font-weight: 700;
  line-height: initial;
}
main.blog .post-container h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 34px;
  text-align: left;
  margin-bottom: 0;
  color: #616367;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  main.blog .post-container h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 600px) {
  main.blog .post-container h2 {
    margin: 25px 0;
    font-size: 24px;
    line-height: 26px;
  }
}
main.blog .carousel-2 {
  height: 362px;
  width: 100%;
  margin-bottom: 60px;
}
main.blog .carousel-2 .carousel-cell:first-child {
  background-color: #cde5f2;
}
main.blog .carousel-2 .carousel-cell:nth-child(2) {
  background-color: #ffd37e;
}
main.blog .carousel-2 .carousel-cell:nth-child(3) {
  background-color: #a8ece3;
}
main.blog .carousel-2 .carousel-cell:nth-child(4) {
  background-color: #eec5b3;
}
main.blog .carousel-2 .carousel-cell:nth-child(5) {
  background-color: #ff7363;
}
main.blog .carousel-cell {
  width: 100%;
  height: 342px;
  position: relative;
  margin-top: 20px;
}
main.blog .carousel-cell .main-cont {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  height: 100%;
}
main.blog .carousel-cell .main-cont figure {
  position: absolute;
  max-height: 362px;
  bottom: 0;
  left: 55%;
}
main.blog .carousel-cell .main-cont figure img {
  margin: 0;
  max-height: 100%;
}
main.blog .carousel-cell .text-container {
  width: 50%;
}
main.blog .carousel-cell .text-container h4.occhiello {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
main.blog .carousel-cell .text-container h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 60px;
  color: #616367;
}
@media only screen and (max-width: 768px) {
  main.blog .carousel-cell .text-container h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 600px) {
  main.blog .carousel-cell .text-container h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
main.blog .categoria-speciale {
  height: 360px;
  margin: 60px 0;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  main.blog .categoria-speciale {
    height: auto;
    padding-bottom: 150px;
    margin: 30px 0;
  }
}
main.blog .categoria-speciale .text-container {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  main.blog .categoria-speciale .text-container {
    width: 100%;
  }
}
main.blog .categoria-speciale h2 {
  color: #616367;
}
@media only screen and (max-width: 1199px) {
  main.blog .categoria-speciale h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 768px) {
  main.blog .categoria-speciale h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 600px) {
  main.blog .categoria-speciale h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
main.blog .categoria-speciale a.cta-link {
  position: absolute;
  bottom: 30px;
}
@media only screen and (max-width: 600px) {
  main.blog .categoria-speciale a.cta-link {
    position: relative;
    bottom: auto;
    margin-top: 16px;
  }
}
main.blog .categoria-speciale figure {
  position: absolute;
  height: 380px;
  bottom: 0;
  left: 55%;
}
main.blog .categoria-speciale figure img {
  margin: 0;
  max-height: 100%;
  max-width: none;
}
@media only screen and (max-width: 600px) {
  main.blog .categoria-speciale figure {
    height: 150px;
    width: 75%;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main.blog .categoria-speciale figure img {
    max-width: 100%;
    max-height: none;
    display: block;
    margin: 0 auto;
  }
}
main.blog .screen-reader-text {
  display: none;
}
main.blog .pagination {
  text-align: center;
  margin-bottom: 70px;
}
main.blog .pagination .page-numbers {
  text-align: center;
  display: inline-block;
  color: #616367;
  line-height: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 18px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  font-size: 16px;
}
main.blog .pagination .page-numbers.dots {
  -webkit-box-shadow: none;
  box-shadow: none;
}
main.blog .pagination .page-numbers.dots:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
main.blog .pagination .page-numbers.current {
  background-color: #0e4783;
  color: #fff;
}
main.blog .pagination .page-numbers.current:hover {
  color: #fff;
}
main.blog .pagination .page-numbers.next {
  padding: 0 20px;
  float: right;
}
main.blog .pagination .page-numbers.prev {
  padding: 0 20px;
  float: left;
}
main.blog .pagination .page-numbers:hover {
  color: #0e4783;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  main.blog .pagination .page-numbers {
    font-size: 14px;
  }
}
.category main.blog .post-list {
  padding-top: 0;
}
.organization {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d2d9e8),
    color-stop(99.95%, #fff)
  );
  background: linear-gradient(0deg, #d2d9e8 0, #fff 99.95%);
  overflow: hidden;
  padding-top: 35px;
}
.organization header {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .organization header {
    margin-bottom: 35px;
  }
}
.organization .main-cont {
  height: 450px;
  overflow: hidden;
}
.organization .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 1023px) {
  .organization .main-cont {
    width: 100%;
    float: none;
    height: auto;
  }
}
.organization .area {
  position: relative;
  float: left;
  width: 33.33333%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .organization .area {
    width: 100%;
    float: none;
    height: 450px;
    max-width: 480px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: initial;
  }
}
@media only screen and (max-width: 600px) {
  .organization .area {
    height: 400px;
  }
}
.organization .area .lettera {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 900;
  font-size: 240px;
  position: absolute;
  left: 20px;
  bottom: 300px;
  text-shadow: 0 17px 23px rgba(62, 104, 255, 0.08);
  color: #f3f5f9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
@media only screen and (max-width: 1023px) {
  .organization .area .lettera {
    font-size: 220px;
    bottom: auto;
    left: 10px;
    top: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .organization .area .lettera {
    font-size: 160px;
    top: 70px;
  }
}
.organization .area figure {
  margin: 0;
  position: absolute;
  height: 360px;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
@media only screen and (max-width: 1199px) {
  .organization .area figure {
    height: 320px;
  }
}
@media only screen and (max-width: 1023px) {
  .organization .area figure {
    height: 360px;
  }
}
@media only screen and (max-width: 600px) {
  .organization .area figure {
    height: 320px;
    right: 58.33333%;
  }
}
.organization .area figure img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-height: 100%;
}
@media only screen and (max-width: 600px) {
  .organization .area figure img {
    max-width: none;
  }
}
.organization .area h3 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-style: normal;
  color: #0e4783;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .organization .area h3 {
    margin-left: 210px;
  }
}
@media only screen and (max-width: 600px) {
  .organization .area h3 {
    margin-left: 41.66667%;
  }
}
.organization .area h2 {
  position: relative;
  font-size: 26px;
  line-height: 30px;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 10px;
  font-weight: 900;
}
@media only screen and (max-width: 1023px) {
  .organization .area h2 {
    margin-left: 210px;
  }
}
@media only screen and (max-width: 600px) {
  .organization .area h2 {
    margin-top: 0;
    margin-left: 41.66667%;
    font-size: 20px;
    line-height: 20px;
  }
}
.organization .area p {
  opacity: 0;
  width: 250px;
  margin-left: 230px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width: 1199px) {
  .organization .area p {
    width: 220px;
  }
}
@media only screen and (max-width: 1023px) {
  .organization .area p {
    opacity: 1;
    top: 95px;
    width: auto;
    margin-left: 210px;
  }
}
@media only screen and (max-width: 600px) {
  .organization .area p {
    margin-left: 41.66667%;
    width: 58.33333%;
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
  }
}
.organization .area ul {
  margin: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 230px;
}
.organization .area ul li {
  white-space: nowrap;
  font-size: 14px;
  padding-left: 80px;
  text-transform: uppercase;
  color: #0e4783;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .organization .area ul li {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .organization .area ul li {
    padding-left: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1023px) {
  .organization .area ul {
    opacity: 1;
  }
}
@media only screen and (max-width: 600px) {
  .organization .area ul {
    margin-left: 41.66667%;
  }
}
.organization .area .button {
  position: absolute;
  bottom: 25px;
  left: 280px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1023px) {
  .organization .area .button {
    opacity: 1;
  }
}
@media only screen and (max-width: 600px) {
  .organization .area .button {
    left: 41.66667%;
  }
}
.organization .area:nth-child(2) {
  border: 3px solid #fff;
  border-top-width: 0;
  border-bottom-width: 0;
}
@media only screen and (max-width: 1023px) {
  .organization .area:nth-child(2) {
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 0;
    border-right-width: 0;
  }
}
.organization .area.open {
  width: 50%;
}
.organization .area.open .lettera {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}
.organization .area.open figure {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.organization .area.open h2 {
  margin-left: 230px;
}
.organization .area.open h3 {
  margin-left: 230px;
}
.organization .area.open .button,
.organization .area.open p,
.organization .area.open ul {
  opacity: 1;
}
.organization .area.closed {
  width: 25%;
}
.organization .area.closed figure {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.workplaces {
  overflow: hidden;
}
.workplaces .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.workplaces .fuori-cont {
  height: 60px;
}
.workplaces .fuori-cont h3 {
  margin-left: 190px;
  padding-left: 35px;
  line-height: 60px;
  color: #d0393f;
  font-style: normal;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .workplaces .fuori-cont h3 {
    margin-left: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  .workplaces .fuori-cont h3 {
    margin-left: 33.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .workplaces .fuori-cont h3 {
    margin-left: 25%;
    padding-left: 15px;
  }
}
.workplaces .red-bg .main-cont {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .workplaces .red-bg .main-cont {
    padding-top: 10px;
  }
}
.workplaces .red-bg figure {
  float: left;
  width: 190px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  margin-top: -95px;
}
@media only screen and (max-width: 1199px) {
  .workplaces .red-bg figure {
    width: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  .workplaces .red-bg figure {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .workplaces .red-bg figure {
    width: 25%;
    margin-top: -70px;
  }
}
@media only screen and (max-width: 600px) {
  .workplaces .red-bg figure {
    margin-right: 15px;
  }
}
.workplaces .red-bg .text-container {
  float: left;
  width: 570px;
  padding-left: 35px;
}
@media only screen and (max-width: 1199px) {
  .workplaces .red-bg .text-container {
    width: 480px;
  }
}
@media only screen and (max-width: 1023px) {
  .workplaces .red-bg .text-container {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) {
  .workplaces .red-bg .text-container {
    width: 75%;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .workplaces .red-bg .text-container {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
.workplaces .red-bg .text-container h2 {
  padding: 0;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .workplaces .red-bg .text-container h2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
  }
}
.workplaces .blue-bg .main-cont {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.workplaces .blue-bg .text-container {
  float: left;
  width: 380px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .workplaces .blue-bg .text-container {
    width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .workplaces .blue-bg .text-container {
    width: 50%;
    float: none;
  }
}
.workplaces .blue-bg .text-container h3 {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .workplaces .blue-bg .text-container h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.workplaces .blue-bg figure {
  position: absolute;
  bottom: 0;
  right: 16.66667%;
  width: 456px;
  height: 110%;
  height: calc(100% + 40px);
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .workplaces .blue-bg figure {
    width: 384px;
  }
}
@media only screen and (max-width: 1023px) {
  .workplaces .blue-bg figure {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .workplaces .blue-bg figure {
    position: absolute;
    right: -33.33333%;
    width: 100%;
  }
  .workplaces .blue-bg figure:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
}
.workplaces .blue-bg figure img {
  bottom: 0;
  max-height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inside-conte .main-cont {
  padding-top: 35px;
  padding-bottom: 35px;
}
.inside-conte .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .inside-conte .main-cont {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.inside-conte header {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .inside-conte header {
    margin-bottom: 0;
  }
}
.inside-conte .carousel-1 {
  width: 66.66667%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .inside-conte .carousel-1 {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.inside-conte .carousel-1 .carousel-cell {
  background-size: cover;
  background-position: center center;
}
.inside-conte .carousel-1 .carousel-cell a,
.inside-conte .carousel-1 .carousel-cell h3,
.inside-conte .carousel-1 .carousel-cell h5,
.inside-conte .carousel-1 .carousel-cell p {
  display: none;
}
.inside-conte .carousel-1 .carousel-caption {
  height: 200px;
  width: 250px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -20px;
  left: 15%;
  z-index: 1;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .inside-conte .carousel-1 .carousel-caption {
    bottom: 0;
    left: auto;
    height: auto;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
    padding-left: 35px;
  }
  .inside-conte .carousel-1 .carousel-caption h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) and (max-width: 600px) {
  .inside-conte .carousel-1 .carousel-caption {
    padding-left: 15px;
  }
}
.inside-conte .carousel-1 .carousel-caption h3 {
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
}
.inside-conte .carousel-1 .carousel-cell {
  overflow: hidden;
}
.inside-conte .carousel-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inside-conte .carousel-2 {
  width: 33.33333%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .inside-conte .carousel-2 {
    width: 100%;
    float: none;
  }
}
.inside-conte .carousel-2 .carousel-cell {
  position: relative;
  overflow: hidden;
}
.inside-conte .carousel-2 .carousel-cell .text-container {
  height: 100%;
  width: 50%;
  padding: 35px 0 35px 35px;
  position: relative;
}
.inside-conte .carousel-2 .carousel-cell .text-container h3 {
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .inside-conte .carousel-2 .carousel-cell .text-container h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 900;
  }
}
.inside-conte .carousel-2 .carousel-cell .text-container a.cta-link {
  position: absolute;
  bottom: 35px;
}
.inside-conte .carousel-2 .carousel-cell img {
  position: absolute;
  left: 50%;
  max-height: 80%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .inside-conte .carousel-2 .carousel-cell img {
    max-height: 100%;
  }
}
.inside-conte .carousel-cell {
  width: 100%;
  height: 342px;
  position: relative;
}
.inside-conte .button-container {
  text-align: center;
  padding-bottom: 35px;
}
.flickity-prev-next-button {
  z-index: 2;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  position: absolute;
  top: 100%;
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
}
.flickity-prev-next-button.next {
  right: 30px;
}
.flickity-prev-next-button.previous {
  left: auto;
  right: 90px;
}
.flickity-prev-next-button:active {
  opacity: 1;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.22);
}
.flickity-prev-next-button:hover {
  background: #fff;
}
.flickity-prev-next-button .arrow {
  fill: #0e4783;
}
.flickity-prev-next-button.no-svg {
  color: #0e4783;
}
.flickity-prev-next-button:disabled {
  display: none;
}
.flickity-page-dots {
  display: none;
}
.our-brands .main-cont {
  padding-top: 35px;
  padding-bottom: 35px;
}
.our-brands .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.our-brands .text-container {
  width: 33.33333%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .our-brands .text-container {
    width: 100%;
    float: none;
  }
}
.our-brands .text-container h3 {
  font-style: normal;
}
.our-brands .carousel-brand {
  margin-top: 60px;
  width: 66.66667%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .our-brands .carousel-brand {
    width: 100%;
    float: none;
  }
}
.our-brands .carousel-brand .carousel-cell {
  height: 60px;
  width: 150px;
}
.our-brands .carousel-brand .carousel-cell img {
  height: 60px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.our-brands .carousel-brand .carousel-cell img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.our-brands .carousel-brand .carousel-cell.is-selected img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.our-brands .carousel-brand .flickity-prev-next-button.previous {
  left: 0;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-brands .carousel-brand .flickity-prev-next-button.next {
  right: 0;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.condividi {
  padding: 35px 0;
  text-align: center;
}
.condividi h3.occhiello {
  font-style: normal;
  font-weight: 700;
  color: #0e4783;
}
.condividi h3.occhiello:after {
  background-color: #0e4783;
}
.condividi .social {
  font-weight: 700;
}
.condividi .social .social-icon {
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.condividi .social .social-icon img {
  max-height: 12px;
  display: block;
  position: relative;
}
.condividi .social .facebook {
  color: #3b5999;
  margin-right: 20px;
}
.condividi .social .facebook .social-icon {
  background-color: #3b5999;
}
.condividi .social .linkedin {
  color: #0077b5;
}
.condividi .social .linkedin .social-icon {
  background-color: #0077b5;
}
.widget .main-cont {
  position: relative;
}
.widget .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.widget figure {
  position: absolute;
  bottom: 0;
  left: 16.66667%;
  width: 285px;
  height: 110%;
  height: calc(100% + 40px);
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .widget figure {
    left: auto;
    right: 58.33333%;
  }
}
@media only screen and (max-width: 1023px) {
  .widget figure {
    left: auto;
    right: 58.33333%;
  }
}
@media only screen and (max-width: 600px) {
  .widget figure {
    width: 83.33333%;
    left: auto;
    right: 58.33333%;
  }
}
.widget figure img {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 100%;
}
@media only screen and (max-width: 600px) {
  .widget figure img {
    left: auto;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.widget .text-container {
  float: right;
  width: 475px;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .widget .text-container p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .widget .text-container {
    width: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .widget .text-container {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 600px) {
  .widget .text-container {
    width: 58.33333%;
  }
}
.separatore .main-cont {
  padding-top: 60px;
  padding-bottom: 60px;
}
.separatore .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .separatore .main-cont {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.separatore .carousel-cell {
  position: relative;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  height: 200px;
}
.separatore .carousel-cell:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 1023px) {
  .separatore .carousel-cell {
    height: 180px;
  }
}
.separatore .flickity-prev-next-button {
  display: none;
}
.separatore .text-container {
  width: 475px;
  padding-right: 20px;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .separatore .text-container {
    width: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .separatore .text-container {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) {
  .separatore .text-container {
    width: 66.66667%;
  }
}
.separatore .text-container h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  color: #616367;
  font-style: normal;
}
@media only screen and (max-width: 600px) {
  .separatore .text-container h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.separatore figure {
  position: relative;
  width: 285px;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .separatore figure {
    width: 240px;
  }
}
@media only screen and (max-width: 1023px) {
  .separatore figure {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .separatore figure {
    width: 33.33333%;
  }
}
.separatore figure img {
  max-height: 200px;
}
@media only screen and (max-width: 1023px) {
  .separatore figure img {
    max-height: 180px;
  }
}
.numeri {
  padding-top: 60px;
  padding-bottom: 60px;
}
.numeri .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.numeri header {
  text-align: center;
  margin-bottom: 60px;
}
.numeri .numeri-cont {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
  float: left;
  text-align: center;
  color: #0e4783;
}
@media only screen and (max-width: 600px) {
  .numeri .numeri-cont {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
.numeri .numeri-cont h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  white-space: nowrap;
}
.numeri .numeri-cont h3 .contatore {
  font-weight: 500;
  font-size: 70px;
}
@media only screen and (max-width: 600px) {
  .numeri .numeri-cont h3 .contatore {
    font-size: 48px;
  }
}
.numeri .numeri-cont p {
  line-height: 22px;
}
.mba.red-bg:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mba.red-bg .main-cont {
  padding-top: 35px;
  padding-bottom: 35px;
}
.mba.red-bg .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mba.red-bg figure {
  float: left;
  width: 285px;
}
@media only screen and (max-width: 1199px) {
  .mba.red-bg figure {
    width: 240px;
  }
}
@media only screen and (max-width: 1023px) {
  .mba.red-bg figure {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .mba.red-bg figure {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  .mba.red-bg figure {
    float: none;
    width: 50%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.mba.red-bg .text-container {
  float: left;
  width: 475px;
  padding-left: 35px;
}
@media only screen and (max-width: 1199px) {
  .mba.red-bg .text-container {
    width: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .mba.red-bg .text-container {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) {
  .mba.red-bg .text-container {
    width: 75%;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .mba.red-bg .text-container {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.mba.red-bg .text-container h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .mba.red-bg .text-container h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.mba.red-bg .text-container a.button {
  margin-left: 10px;
}
.modulo-team .main-cont:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.modulo-team .blue-bg .main-cont {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .modulo-team .blue-bg .main-cont {
    overflow: hidden;
  }
}
.modulo-team .blue-bg .text-container {
  float: left;
  width: 380px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .modulo-team .blue-bg .text-container {
    width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .modulo-team .blue-bg .text-container {
    width: 50%;
    float: none;
  }
}
.modulo-team .blue-bg .text-container h3 {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .modulo-team .blue-bg .text-container h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .modulo-team .blue-bg .text-container p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 600px) {
  .modulo-team .blue-bg .text-container div.button-container {
    text-align: left;
  }
}
.modulo-team .blue-bg figure {
  position: absolute;
  bottom: 0;
  right: 16.66667%;
  width: 456px;
  height: 110%;
  height: calc(100% + 40px);
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .modulo-team .blue-bg figure {
    width: 384px;
  }
}
@media only screen and (max-width: 1023px) {
  .modulo-team .blue-bg figure {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .modulo-team .blue-bg figure {
    position: absolute;
    right: -33.33333%;
    width: 100%;
  }
  .modulo-team .blue-bg figure:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
}
.modulo-team .blue-bg figure img {
  bottom: 0;
  max-height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .modulo-team .blue-bg figure img {
    bottom: -30px;
  }
}
.lancio {
  text-align: center;
  padding: 35px;
}
.lancio h3 {
  font-style: normal;
  margin-bottom: 30px;
}
.lancio.bianco {
  background: #fff;
}
.lancio.bianco .occhiello,
.lancio.bianco h3 {
  color: #0e4783;
}
.lancio.rosso {
  background: #d0393f;
}
.lancio.rosso .occhiello,
.lancio.rosso h3 {
  color: #fff;
}
.lancio.blu {
  background: #0e4783;
}
.lancio.blu .occhiello,
.lancio.blu h3 {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
