@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}
html *, body * {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none !important;
}

.d-flex {
  display: flex;
}
.d-flex.col-12 {
  flex: 0 0 100%;
  width: 100%;
}

.d-flex-full {
  display: flex;
  flex: 1 1 100%;
  width: 100%;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}
.flex-column.flex-deep > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}

.flex-justified {
  justify-content: space-between;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-multiline,
.flex-wrap {
  flex-wrap: wrap;
}

.flex-center {
  justify-content: center;
}
.flex-center.flex-deep > div {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-top {
  align-items: flex-start;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-middle {
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-center-deep {
  text-align: center;
}
.text-center-deep * {
  text-align: center;
}

.container {
  margin: 0 auto;
  max-width: 1460px;
}

.container-large {
  margin: 0 auto;
  max-width: 1860px;
}

.responsive {
  width: 100%;
  height: auto;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

div a.coverlink {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: transparent;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
ul li {
  padding: 0;
  margin: 0;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: nowrap;
  white-space: nowrap;
}
ul.flex-row {
  flex-direction: row;
}
ul.flex-row li {
  flex: 0;
}

a {
  outline: none;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  font-family: "Univers LT Condensed", sans-serif;
}

p {
  margin: 0 0 0.5rem 0;
}

h1, h2, h3 {
  margin: 1rem 0 4rem 0;
}

h4, h5 {
  margin: 1rem 0;
}

body span, body strong, body em, body p, body div, body li, body br {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  line-height: 27px;
}

.f-regular {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  line-height: 27px;
}

.f-menu {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.f-legend {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2px;
}

.f-big-title {
  font-size: 45px;
  font-family: "Univers LT Condensed", "Lato", sans-serif;
  font-weight: 400;
  line-height: 59px;
}

.f-title {
  font-size: 45px;
  font-family: "Univers LT Condensed", "Lato", sans-serif;
  font-weight: 100;
  line-height: 59px;
}

.f-title-2 {
  font-size: 28px;
  font-family: "Univers LT Condensed", "Lato", sans-serif;
  font-weight: 100;
}

.f-sub {
  font-size: 33px;
  font-family: "Univers LT Ultra Condensed", sans-serif;
}

.f-claim {
  font-size: 28px;
  font-family: "Univers LT Condensed", "Lato", sans-serif;
}

.f-links {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2px;
}

.f-default {
  font-weight: 100;
  letter-spacing: 0 !important;
}

.f-upper {
  text-transform: uppercase;
}

.f-lower {
  text-transform: lowercase;
}

.f-capital {
  text-transform: capitalize;
}

.btn {
  font-size: 11px;
  font-family: "Lato", sans-serif;
}

body.overlay-open {
  overflow: hidden;
}
body.scroll #header {
  background: #1a2d3a !important;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.data-overlay-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(36, 61, 79, 0.98);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 99;
}
.data-overlay-wrapper .data-overlay-header {
  padding: 2rem;
}
.data-overlay-wrapper .data-overlay-header .closebtn {
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  outline: none;
  z-index: 100;
  color: #FFFFFF;
  font-size: 58px;
  font-weight: 100;
}
.data-overlay-wrapper .data-overlay-header .title {
  text-align: center;
  color: #FFFFFF;
  font-size: 45px;
}
.data-overlay-wrapper .data-overlay-body {
  position: relative;
  top: 25%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 8rem 0;
  display: flex;
  flex: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.data-overlay-wrapper .data-overlay-body > div {
  color: #FFFFFF;
  font-size: 23px;
  line-height: 36px;
}
.data-overlay-wrapper .data-overlay-body > div p, .data-overlay-wrapper .data-overlay-body > div * {
  color: #FFFFFF;
  font-size: 23px;
  margin-bottom: 1rem;
  padding: 0 2rem;
  line-height: 36px;
}
.data-overlay-wrapper .data-overlay-body > div p.image, .data-overlay-wrapper .data-overlay-body > div *.image {
  margin: 0.5rem 0 2.5rem 0;
}
.data-overlay-wrapper .data-overlay-footer {
  display: none;
}

.overlay-effect {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s, height 0.5s;
  -moz-transition: opacity 0.5s, visibility 0s 0.5s, height 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, height 0.5s;
}
.overlay-effect.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#header {
  background: #243d4f;
  height: 120px;
  line-height: 120px;
  z-index: 10;
  position: fixed;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
#header .logo {
  align-items: center;
}
#header .logo a {
  display: flex;
  align-items: center;
}
#header .logo img {
  max-width: 98%;
  width: auto;
  height: auto;
  margin: 0;
  max-height: initial;
}
#header .logo a.main-logo {
  max-width: 240px;
}
#header .logo a.secondary-logo {
  display: inline-block;
  background: #FFFFFF;
  height: 64px;
  width: auto;
  margin: 0 0 0 2rem;
  padding: 0 0.5rem;
}
#header .logo a.secondary-logo img {
  height: 100%;
  max-height: 100%;
  width: auto;
}
#header .container {
  color: #FFFFFF;
}
#header .container * {
  color: #FFFFFF;
}
#header nav .menu-wrapper {
  padding: 0 2rem;
}
#header nav .menu-wrapper .ham {
  display: flex;
}
#header nav .menu-wrapper .ham input {
  display: none;
}
#header nav .menu-wrapper .ham > span {
  display: none;
}
#header nav .menu-wrapper .ham .menu .menu-item {
  padding: 0.5rem 1.25rem;
}
#header nav .menu-wrapper .ham .menu .menu-item a {
  padding-bottom: 0.5rem;
}
#header nav .menu-wrapper .ham .menu .menu-item.active a {
  border-bottom: 1px solid #FFFFFF;
}

#content {
  padding-top: 120px;
}
#content a.top {
  position: absolute;
  left: -88px;
}
#content section .container {
  color: #243d4f;
}
#content section .container * {
  color: #243d4f;
}
#content section .container * a.highlight {
  font-weight: 700;
  color: #31536b;
  border-bottom: 1px solid #243d4f;
}
#content section .container a.btn {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 0.5rem 2rem;
}
#content section .container-wrapper > .container > .legend {
  padding: 3rem 0 0 0;
}
#content section .container-wrapper > .container > .title {
  padding: 0;
}
#content #slider .swiper-container-inactive,
#content #slider .swiper-container {
  height: 100%;
}
#content #slider .swiper-container-inactive .swiper-wrapper,
#content #slider .swiper-container .swiper-wrapper {
  height: 100%;
}
#content #slider .swiper-container-inactive .swiper-wrapper .swiper-slide,
#content #slider .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
#content #slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0 !important;
}
#content #slider .swiper-pagination-bullet {
  background: #939598;
}
#content #slider .swiper-pagination-bullet-active {
  background: #243d4f;
}
#content #slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 88vh;
}
#content #slider .slide .overlay {
  width: 900px;
  height: 90px;
  overflow: hidden;
  background: url("../images/bg-slider.png") center center no-repeat;
  background-size: cover;
  padding: 2rem;
  position: absolute;
  bottom: 16%;
  left: 50%;
  margin-left: -450px;
  box-sizing: border-box;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content #slider .slide .overlay h2 {
  margin: 0;
}
#content #slider .slide .overlay .text {
  margin: 2rem 0 0 0;
}
#content #gruppo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("../images/bg-advocates.jpg");
  min-height: 64rem;
}
#content #gruppo .container {
  background: transparent;
}
#content #gruppo .container .columns {
  padding-bottom: 6rem;
}
#content #gruppo .container .columns .column.text-only {
  align-items: center;
  min-height: 23rem;
}
#content #gruppo .container .columns .column.text-only .text {
  margin: 2rem;
}
#content #gruppo .container .columns .column.text-only .text p {
  font-size: 21px;
  text-align: left;
  line-height: 39px;
}
#content #gruppo .container .columns .column.text-only .text p * {
  font-size: 21px;
}
#content #gruppo .container .columns .column.data-overlay-with-link {
  align-items: center;
  min-height: 23rem;
}
#content #gruppo .container .columns .column.data-overlay-with-link .bg {
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
#content #gruppo .container .columns .column.data-overlay-with-link .bg .overlay {
  background: rgba(36, 61, 79, 0.8);
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#content #gruppo .container .columns .column.data-overlay-with-link .bg .overlay * {
  color: #FFFFFF;
}
#content #gruppo .container .columns .column.data-overlay-with-link .bg .overlay .call-to-action a {
  cursor: pointer;
}
#content #gruppo .container .columns .column.data-overlay-with-link:hover .bg .overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#content #studio {
  background: transparent;
}
#content #studio .container {
  background: transparent;
  color: #243d4f;
}
#content #studio .container .columns .claim {
  padding: 0.5rem 4rem 0 0;
}
#content #studio .container .columns .claim .text {
  padding: 2rem 4rem 1rem 0;
  margin: 0;
  border-top: 6px solid #243d4f;
  border-bottom: 6px solid #243d4f;
}
#content #studio .container .columns .claim .text p {
  margin-bottom: 1rem;
}
#content #studio .container .columns .service {
  padding: 0 2rem;
}
#content #advocates {
  background: transparent;
}
#content #advocates .container {
  background: transparent;
  color: #243d4f;
}
#content #advocates .container * {
  color: #243d4f;
}
#content #advocates .container .text {
  max-width: 800px;
  padding: 0 4rem 4rem;
  margin: 0 auto;
}
#content #advocates .container .columns {
  padding: 0 0 3rem 0;
}
#content #advocates .container .columns .associate {
  padding: 3rem 0;
  box-sizing: border-box;
  overflow: hidden;
}
#content #advocates .container .columns .associate .bg {
  margin: 0 2rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 500px;
  display: block;
}
#content #advocates .container .columns .associate .bg .overlayed {
  display: none;
}
#content #advocates .container .columns .associate .bg .overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  display: block;
}
#content #advocates .container .columns .associate:nth-child(3n+1) .bg {
  margin-left: 2rem;
}
#content #advocates .container .columns .associate:hover .bg .overlay {
  background-color: #243d4f;
}
#content #advocates .container .columns .associate:hover .bg .overlayed {
  display: flex;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
#content #advocates .container .columns .associate:hover .bg .overlayed * {
  color: #FFFFFF !important;
}
#content #advocates .container .columns .associate:hover .bg .overlayed .text {
  height: 64px;
}
#content #advocates .container .columns .associate:hover .bg .overlayed h5 {
  margin-bottom: 0;
}
#content #advocates .container .columns .associate:hover .bg .overlayed a {
  cursor: pointer;
}
#content #professionals {
  background: #FFFFFF;
}
#content #professionals .container {
  background: #FFFFFF;
  color: #243d4f;
}
#content #professionals .container * {
  color: #243d4f;
}
#content #professionals .container .text {
  max-width: 800px;
  padding: 0 4rem 4rem;
  margin: 0 auto;
}
#content #professionals .container .columns {
  padding: 0 0 3rem 0;
}
#content #professionals .container .columns .professional {
  padding: 3rem 0;
  box-sizing: border-box;
  overflow: hidden;
}
#content #professionals .container .columns .professional .bg {
  margin: 0 2rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 500px;
  display: block;
}
#content #professionals .container .columns .professional .bg .overlayed {
  display: none;
}
#content #professionals .container .columns .professional .bg .overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  display: block;
}
#content #professionals .container .columns .professional:nth-child(3n+1) .bg {
  margin-left: 2rem;
}
#content #professionals .container .columns .professional:hover .bg .overlay {
  background-color: #243d4f;
}
#content #professionals .container .columns .professional:hover .bg .overlayed {
  display: flex;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
#content #professionals .container .columns .professional:hover .bg .overlayed * {
  color: #FFFFFF !important;
}
#content #professionals .container .columns .professional:hover .bg .overlayed .text {
  height: 64px;
}
#content #professionals .container .columns .professional:hover .bg .overlayed h5 {
  margin-bottom: 0;
}
#content #professionals .container .columns .professional:hover .bg .overlayed a {
  cursor: pointer;
}
#content #servizi {
  background: #243d4f !important;
  min-height: 64rem;
}
#content #servizi .container {
  background: #243d4f;
  color: #FFFFFF;
}
#content #servizi .container * {
  color: #FFFFFF;
}
#content #servizi .container > .legend .f-legend {
  color: #447395;
}
#content #servizi .container .columns {
  padding: 0 0 3rem 0;
}
#content #servizi .container .columns .flex-column {
  min-height: 40vh;
}
#content #servizi .container .columns .area {
  margin: 1rem;
  padding: 3rem 2rem;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  border: 1px solid #447395;
}
#content #servizi .container .columns .area .icon {
  display: flex;
  height: 120px;
  flex: 0 0 6rem;
  text-transform: uppercase;
  justify-content: center;
}
#content #servizi .container .columns .area .icon img {
  height: 100px;
  width: auto;
}
#content #servizi .container .columns .area .title {
  display: flex;
  min-height: 6rem;
  flex: 0 0 6rem;
  padding-top: 3rem;
  text-transform: uppercase;
  justify-content: center;
}
#content #servizi .container .columns .area .text {
  display: flex;
  flex: 1 1 auto;
}
#content #servizi .container .columns .area .text p {
  margin: 0 0 0.5rem 0;
  color: #bcbec0;
}
#content #servizi .container .columns .area .text ul {
  margin: 0 2rem;
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
#content #servizi .container .columns .area .text ul li {
  display: flex;
  flex: 1 1 100%;
  color: #bcbec0;
  white-space: normal;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  height: auto;
  width: 100%;
}
#content #servizi .container .columns .area .text ul li:before {
  content: "•";
  color: #bcbec0;
  margin-right: 0.5rem;
}
#content #servizi .container .columns .area .text ul li.pad {
  flex: 1 1 auto;
}
#content #servizi .container .columns .area .text ul li.pad:before {
  content: "";
}
#content #servizi .container .columns .area .call-to-action {
  display: flex;
  min-height: 2rem;
  flex: 0 0 2rem;
  margin-top: 1rem;
}
#content #servizi .container .columns .area .call-to-action a {
  color: #FFFFFF;
  cursor: pointer;
}
#content #servizi .container .columns .area.active {
  background: #dcddde;
  color: #243d4f;
  border: 1px solid #dcddde;
}
#content #servizi .container .columns .area.active .title * {
  color: #31658a;
}
#content #servizi .container .columns .area.active .text p {
  color: #243d4f;
}
#content #servizi .container .columns .area.active .text li {
  color: #243d4f;
}
#content #servizi .container .columns .area.active .call-to-action a {
  color: #31658a;
}
#content #contatti .container-wrapper {
  height: 100%;
}
#content #contatti .columns {
  min-height: 16rem;
}
#content #contatti .columns .contact .inner {
  padding: 2.5rem 4rem;
}
#content #contatti .columns .contact * {
  color: #243d4f;
  font-size: 17px;
}
#content #contatti .columns .contact .title h5 {
  font-size: 28px;
}
#content #contatti .columns .contact .icon i {
  font-size: 45px;
}
#content #contatti .columns .contact a {
  color: #31658a;
  cursor: pointer;
  text-transform: uppercase;
}
#content #contatti .columns .contact p {
  margin: 0;
}
#content #contatti .columns .contact p em, #content #contatti .columns .contact p a {
  font-style: normal;
  color: #31658a;
  font-size: 17px;
}
#content #contatti .columns .contact.contact-where {
  background-color: #939598;
}
#content #contatti .columns .contact.contact-how {
  background-color: #bcbec0;
}
#content #contatti .columns .contact.contact-when {
  background-color: #dcddde;
}
#content #partners .container {
  background: #FFFFFF;
  color: #243d4f;
}
#content #partners .container * {
  color: #243d4f;
}
#content #partners .container .columns {
  padding: 4rem 0 3rem 0;
}
#content #partners .container .columns .partner {
  max-width: 150px;
}

#footer {
  background: #939598;
}
#footer .prefooter .columns .column .inner {
  margin: 2rem;
  color: #FFFFFF;
}
#footer .prefooter .columns .column .inner * {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
}
#footer .prefooter .columns .column .inner legend.logo img {
  filter: brightness(0) invert(1);
}
#footer .prefooter .columns .column .inner legend.legend {
  font-size: 20px;
  line-height: 36px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25rem;
  width: 100%;
}
#footer .prefooter .columns .column .inner .text {
  font-size: 14px;
  line-height: 21px;
}
#footer .prefooter .columns .column .inner a {
  color: #FFFFFF;
}
#footer .prefooter .columns .column .inner a:hover {
  color: #598db3;
}
#footer .prefooter .columns .column:first-child .inner {
  margin-left: 0;
}
#footer .prefooter .columns .column:last-child .inner {
  margin-right: 0;
}
#footer .footer {
  background: #243d4f;
  padding: 1.2rem 0;
  line-height: 2rem;
}
#footer .footer .container {
  background: #243d4f;
  color: #FFFFFF;
}
#footer .footer .container * {
  color: #FFFFFF;
}
#footer .footer .container .social .social-icon {
  margin: 0 0.5rem;
  display: inline-flex;
  padding: 0.5rem;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background: #c7c8ca;
  justify-content: center;
  color: #243d4f;
  line-height: 22px;
}
#footer .footer .container .social .social-icon i {
  line-height: 22px;
  color: #243d4f;
}
#footer .footer a {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 27px;
}
#footer .footer a:hover {
  color: #598db3;
}

.group-people {
  padding-bottom: 6rem;
}
.group-people .group-person {
  padding: 2rem 0;
  min-height: 70vh;
}
.group-people .group-person h2 {
  color: #447395;
  font-size: 32px;
  margin: 0 0 2rem 0;
}
.group-people .group-person .bg {
  order: 2;
  background-color: transparent;
  text-align: right;
}
.group-people .group-person .text-only {
  order: 1;
  color: #FFFFFF;
}
.group-people .group-person .text-only h2 {
  margin-top: 2rem;
}
.group-people .group-person .text-only .text,
.group-people .group-person .text-only .text-list {
  padding-left: 0;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.group-people .group-person .text-only .text .list li,
.group-people .group-person .text-only .text-list .list li {
  flex: 0;
  display: block;
  white-space: normal;
  font-size: 17px;
  color: #FFFFFF;
}
.group-people .group-person .text-only .text .list li:before,
.group-people .group-person .text-only .text-list .list li:before {
  content: "•";
  color: #447395;
  margin-right: 0.5rem;
}
.group-people .group-person .text-only .attachment a {
  text-transform: uppercase;
  font-size: 24px;
  margin: 1rem 0 0 0;
  display: block;
}
.group-people .group-person .text-only .social .social-item a {
  text-transform: uppercase;
  font-size: 24px;
  margin: 1rem 0 0 0;
  display: block;
}
.group-people .group-person .text-only i.fas,
.group-people .group-person .text-only i.fab,
.group-people .group-person .text-only i.fa {
  font-size: 24px;
  margin-right: 1rem;
}
.group-people .group-person:nth-child(2n) .bg {
  order: 1;
  text-align: left;
}
.group-people .group-person:nth-child(2n) .text-only {
  padding-right: 0;
  padding-left: 2rem;
  order: 2;
}

body.gruppo {
  background: #243d4f;
}
body.gruppo #header {
  background: #1a2d3a;
}
body.gruppo #footer {
  background: #1a2d3a;
}
body.gruppo #footer .container,
body.gruppo #footer .footer {
  background: #1a2d3a;
}
body.gruppo #content section .container * {
  color: #FFFFFF;
}
body.gruppo #content section .container * h2 {
  color: #447395;
}

@media (min-width: 600px) {
  .container {
    max-width: 540px;
  }

  .d-flex.col-xs-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .d-flex.col-xs-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .d-flex.col-xs-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .d-flex.col-xs-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .d-flex.col-xs-3 {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 760px) {
  .container {
    max-width: 680px;
  }

  .d-flex.col-sm-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .d-flex.col-sm-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .d-flex.col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .d-flex.col-sm-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .d-flex.col-sm-3 {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 998px) {
  .container {
    max-width: 920px;
  }

  .d-flex.col-md-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .d-flex.col-md-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .d-flex.col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .d-flex.col-md-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .d-flex.col-md-3 {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }

  .d-flex.col-lg-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .d-flex.col-lg-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .d-flex.col-lg-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .d-flex.col-lg-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .d-flex.col-lg-3 {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1160px;
  }

  .d-flex.col-xl-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .d-flex.col-xl-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .d-flex.col-xl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .d-flex.col-xl-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .d-flex.col-xl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  #header {
    position: relative;
  }
  #header nav .menu-wrapper {
    padding: 0;
  }
  #header nav .menu-wrapper .menu-item a {
    font-size: 20px;
  }
  #header nav .menu-wrapper .ham {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  #header nav .menu-wrapper .ham input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  #header nav .menu-wrapper .ham input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #FFFFFF;
  }
  #header nav .menu-wrapper .ham input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #header nav .menu-wrapper .ham input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  #header nav .menu-wrapper .ham input:checked ~ ul {
    transform: translate(-60%, 0);
  }
  #header nav .menu-wrapper .ham > span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #FFFFFF;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #header nav .menu-wrapper .ham > span:first-child {
    transform-origin: 0% 0%;
  }
  #header nav .menu-wrapper .ham > span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #header nav .menu-wrapper .ham .menu {
    position: absolute;
    width: 360px;
    margin: -80px 0 0 0;
    padding: 70px 100px;
    padding-top: 125px;
    background: #1a2d3a;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    flex-direction: column;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
  }
  #header nav .menu-wrapper .ham .menu .menu-item a {
    font-size: 23px;
  }
}
@media (max-width: 998px) {
  #content #servizi .container .columns .flex-column {
    min-height: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 998px) and (max-width: 1199px) {
  #content #slider .slide .overlay {
    width: 800px;
    margin-left: -400px;
    height: auto;
  }
  #content #slider .slide .overlay h2 {
    font-size: 35px;
    line-height: 35px;
  }
  #content #gruppo .container .columns .column.data-overlay-with-link {
    min-height: 18rem;
  }
  #content #gruppo .container .columns .column.text-only {
    min-height: 18rem;
  }
  #content #gruppo .container .columns .column.text-only .text .f-claim {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 760px) and (max-width: 997px) {
  #content #slider .slide .overlay {
    width: 720px;
    margin-left: -360px;
    height: auto;
    padding: 1.5rem;
  }
  #content #slider .slide .overlay h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 759px) {
  #content #slider .slide {
    overflow: hidden;
  }
  #content #slider .slide .overlay {
    width: 540px;
    margin-left: -270px;
    height: auto;
    padding: 1rem;
  }
  #content #slider .slide .overlay h2 {
    font-size: 22px;
    line-height: 23px;
  }
}
@media (max-width: 500px) {
  #content #slider .slide {
    overflow: hidden;
  }
  #content #slider .slide .overlay {
    width: 380px;
    margin-left: -190px;
    height: auto;
    padding: 1rem;
    bottom: 12%;
  }
  #content #slider .slide .overlay h2 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 998px) {
  .group-people {
    padding-bottom: 6rem;
  }
  .group-people .group-person .bg {
    order: 2 !important;
  }
  .group-people .group-person .text-only {
    order: 1 !important;
  }
  .group-people .group-person .text-only h2 {
    margin-top: 0;
  }
  .group-people .group-person:nth-child(2n) .bg {
    order: 1 !important;
  }
  .group-people .group-person:nth-child(2n) .text-only {
    order: 2 !important;
  }
  .group-people .group-person:nth-child(2n) .text-only h2 {
    margin-top: 0;
  }
}
@media (max-width: 997px) {
  #content {
    padding-top: 0;
  }
  #content #gruppo .container .columns .column {
    margin-bottom: 3rem;
  }
  #content #gruppo .container .columns .column.data-overlay-with-link {
    min-height: 18rem;
  }
  #content #gruppo .container .columns .column.text-only {
    min-height: 18rem;
  }
  #content #gruppo .container .columns .column.text-only .text .f-claim {
    font-size: 23px;
    line-height: 27px;
  }
  #content #contatti .columns {
    flex-wrap: wrap;
  }
  #content #contatti .columns .contact {
    text-align: center;
  }

  .group-people {
    padding-bottom: 6rem;
  }
  .group-people .group-person .row-inner {
    flex-wrap: wrap;
  }
  .group-people .group-person .bg {
    order: 1 !important;
  }
  .group-people .group-person .text-only {
    order: 2 !important;
  }
  .group-people .group-person .text-only h2 {
    margin-top: 2rem;
  }
  .group-people .group-person:nth-child(2n) .bg {
    order: 1 !important;
  }
  .group-people .group-person:nth-child(2n) .text-only {
    order: 2 !important;
  }
  .group-people .group-person:nth-child(2n) .text-only h2 {
    margin-top: 2rem;
  }
}
.kint-rich.kint-folder {
  position: static !important;
}

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