@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, .plus .plus__title, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.margine_top{
	margin-top: 3em;
}
.margine_bottom{
	margin-bottom: 3em;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.orange {
  color: #FF8500; }

.darkgray {
  color: #54615f; }

.gray {
  color: #76838A; }

.lightgray {
  color: #F9FAFA; }
.bg_lightgray{
background-color: #F9FAFA;	
}

.blue {
  color: #0F70B7; }

.red {
  color: #E5022F; }

.white {
  color: #fefefe; }

.black {
  color: #000000; }

.green {
  color: #64B145; }

.tiffany {
  color: #00788D;
}

.button, .plus__point:before, .option {
  display: inline-block;
  vertical-align: middle; }

.herobanner.herobanner--splash .herobanner__cover, .service-type--welfare .cover, .service-type--cadhoc .cover, .service-type--buonipasto .cover, .herobanner.herobanner--thankyou .herobanner__cover, .herobanner.herobanner--thankyou .herobanner__cover:after, .thankyou .service-type--buonipasto .cover, .herobanner.herobanner--welfare .herobanner__cover, .herobanner.herobanner--welfare .herobanner__cover:after, .herobanner.herobanner--cadhoc .herobanner__cover, .herobanner.herobanner--cadhoc .herobanner__cover:after, .herobanner.herobanner--buonipasto .herobanner__cover, .bridge .cover, .bridge .cover:after, .herobanner.herobanner--maggiordomo .herobanner__cover, .herobanner.herobanner--maggiordomo .herobanner__cover:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; }

*:focus {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

main {
  visibility: visible; }

h1 {
  font-size: 4rem;
  font-weight: 600;
  color: #fefefe;
  /*text-transform: uppercase;*/
  letter-spacing: 0.01em; }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 3rem; } }

h2, .plus .plus__title {
  font-size: 30px;
  line-height: 1.23333em;
  font-weight: 700;
  color: #0F70B7;
  letter-spacing: 0.01em; }
  @media (max-width: 767.98px) {
    h2, .plus .plus__title {
      font-size: 25px; } }

h3 {
  font-size: 25px;
  line-height: 1.23333em;
  font-weight: 700;
  letter-spacing: 0.01em; }
  @media (max-width: 767.98px) {
    h3 {
      font-size: 20px; } }

b, strong {
  font-weight: 700; }

a[name] {
  display: inline; }

a,
span {
  display: inline-block;
  text-decoration: none; }

p {
  font-size: 18px;
  line-height: 1.66667em;
  font-weight: 400;
  color: #4F5D5B;
  letter-spacing: 0.01em; }
  @media (max-width: 767.98px) {
    p {
      font-size: 16px;
      line-height: 1.875em;
      letter-spacing: 0.01em; } }

a {
  color: #FF8500; }

em {
  font-style: italic; }

input[type='text'],
input[type='email'],
input[type='tel'],
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: #4F5D5B;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  width: 100%;
  padding: 0 15px;
  height: 41px;
  line-height: normal !important;
  font-family: "Roboto", sans-serif;
  background: #ffffff; }
  input[type='text']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #76838A; }
  input[type='text']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  select:-moz-placeholder {
    color: #76838A; }
  input[type='text']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  select::-moz-placeholder {
    color: #76838A; }
  input[type='text']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #76838A; }
  @media (max-width: 767.98px) {
    input[type='text'],
    input[type='email'],
    input[type='tel'],
    select {
      height: 40px;
      font-size: 16px;
      letter-spacing: 0.01em; } }
  input[type='text']:focus:-ms-input-placeholder,
  input[type='email']:focus:-ms-input-placeholder,
  input[type='tel']:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder {
    color: #ffffff; }
  input[type='text']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  input[type='tel']:focus:-moz-placeholder,
  select:focus:-moz-placeholder {
    color: #ffffff; }
  input[type='text']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  input[type='tel']:focus::-moz-placeholder,
  select:focus::-moz-placeholder {
    color: #ffffff; }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  input[type='tel']:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder {
    color: #ffffff; }

.select {
  position: relative;
  background: #ffffff; }
  .select select {
    position: relative;
    z-index: 1;
    background: transparent;
    margin: 0 !important; }
  .select:after {
    color: #76838A;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: absolute;
    top: 1.08333em;
    right: 0.83333em;
    font-size: 0.75em; }
    @media (max-width: 767.98px) {
      .select:after {
        right: 0.83333em; } }
  @media (max-width: 767.98px) {
    .select.open:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); } }

.radiobutton,
.checkbox {
  cursor: pointer; }
  .radiobutton input[type='radio'],
  .radiobutton input[type='checkbox'],
  .checkbox input[type='radio'],
  .checkbox input[type='checkbox'] {
    display: none; }
  .radiobutton span,
  .checkbox span {
    width: 12px;
    height: 12px;
    border: 1px solid #76838A;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff; }
    @media (max-width: 767.98px) {
      .radiobutton span,
      .checkbox span {
        width: 13px;
        height: 13px;
        margin: 0 0 -0.125em; } }
  .radiobutton.error span,
  .checkbox.error span {
    border-color: red; }
  .radiobutton input[type='radio']:checked + span,
  .radiobutton input[type='checkbox']:checked + span,
  .checkbox input[type='radio']:checked + span,
  .checkbox input[type='checkbox']:checked + span {
    background: #FF8500; }

.button {
  min-width: 270px;
  border: none;
  cursor: pointer;
  background: #FF8500;
  text-align: center;
  font-family: "Roboto", sans-serif;
  height: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
  border-radius: 46px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 15px 30px;
  margin: 10px 0; }
  @media (max-width: 767.98px) {
    .button {
      max-width: 300px;
      margin: 0 auto; } }
  @media (max-width: 767.98px) and (max-width: 575.98px) {
    .button {
      max-width: 100%; } }
  .button.white {
    background: #ffffff;
    color: #FF8500; }

.button--orange {
  background: #FF8500; }

.button--darkgray {
  background: #4F5D5B; }

.button--gray {
  background: #76838A; }

.button--lightgray {
  background: #F9FAFA; }

.button--blue, .welfare .main-banner-form-box .button.submit {
  background: #0F70B7; }

.button--red, .cadhoc .main-banner-form-box .button.submit {
  background: #E5022F; }

.button--white {
  background: #ffffff; }

.button--black {
  background: #000000; }

.button--green, .buonipasto .main-banner-form-box .button.submit {
  background: #64B145; }

.button--tiffany, .maggiordomo .main-banner-form-box .button.submit {
  background: #00788D; }

.accordion {
  position: relative;
  overflow: hidden; }
  .accordion:after {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    font-size: 14px;
    color: #FF8500;
    position: absolute;
    top: 5px;
    right: 0; }
  .accordion.open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .accordion .accordion-title {
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding-right: 30px;
    width: 100%; }
  .accordion .accordion-content {
    display: none; }

.form-error {
  display: none; }

.ombra {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.ombra_testo{
	text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.30);
}

.skew-text {
}

.skew-text__line {
  font-family: "Roboto", sans-serif;
  margin: 0 0 0.17778em -0.22222em;
  padding: 0.2em 0.31111em 0.17778em 1.33333em;
  float: left;
  clear: both;
  white-space: nowrap; }

#welfare_tit.skew-text__line {
	padding: 0;
	margin: -5% 0 5% -10%;
}
#welfare_tit.skew-text__line:before {
	content:'';
	display: inline-block;
	width: 220px;
    height: 160px;
	background: url("../img/welfare-braccio-sx.png") top right no-repeat scroll;
	background-size: 100%;
	position: relative;
	left: 3%;
	top: 8px;
}
#welfare_tit.skew-text__line:after {
	content:'';
	background: url("../img/welfare-braccio-dx.png") top left no-repeat scroll;
	background-size: 100%;
	width: 200px;
    height: 140px;
	display: inline-block;
	position: relative;
	left: -3%;
	top: 0px;
}

.skew-text__line--blue {
  background: #0F70B7; }

.skew-text__line--red {
  background: #E5022F; }

.skew-text__line--orange {
  background: #FF8500; }

.skew-text__line--green {
  background: #64B145; }

.skew-text__line--tiffany {
  background: #00788D; }

.skew-text__line--white {
  background: #ffffff; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.scroll-down {
  position: fixed;
  top: 85%;
  left: 60px;
  z-index: 11;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  border: 0.09091em solid #ffffff;
  padding: 0.72727em 0.27273em;
  height: 2.8em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  font-size: 22px;
  color: #ffffff;
  text-shadow: 0 0 0.13636em rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.13636em rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0.13636em rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.13636em rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  .scroll-down:before {
    content: "Scroll";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -1.36364em;
    font-size: 0.45455em;
    text-transform: uppercase; }
  .scroll-down .upsidedown {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .scroll-down .icon {
    animation: scroll-down__animation 1.3s ease-out 1s infinite;
    display: inline-block; }
  .scroll-down.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

@keyframes scroll-down__animation {
  0% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; } }

.go-to-top {
  position: fixed;
  z-index: 100;
  bottom: 91px;
  right: 0;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 68px;
  visibility: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #FF8500;
  color: #ffffff;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16); }
  .go-to-top.visible {
    visibility: visible;
    -webkit-transform: translate(-128px, 0);
    -moz-transform: translate(-128px, 0);
    -ms-transform: translate(-128px, 0);
    -o-transform: translate(-128px, 0);
    transform: translate(-128px, 0); }
  @media (max-width: 991.98px) {
    .go-to-top {
      width: 39px;
      height: 39px;
      line-height: 42px;
      bottom: 63px;
      font-size: 14px; }
      .go-to-top.visible {
        -webkit-transform: translate(-39px, 0);
        -moz-transform: translate(-39px, 0);
        -ms-transform: translate(-39px, 0);
        -o-transform: translate(-39px, 0);
        transform: translate(-39px, 0); } }

@font-face {
  font-family: "upday";
  src: url("../fonts/fonticon/upday.eot");
  src: url("../fonts/fonticon/upday.eot?#iefix") format("embedded-opentype"), url("../fonts/fonticon/upday.woff") format("woff"), url("../fonts/fonticon/upday.ttf") format("truetype"), url("../fonts/fonticon/upday.svg#upday") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "upday" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fonticon, .select:after, .accordion:after,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "upday" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-no-ricevuta:before {
  content: "\e906";
}
.icon-arrowup:before {
  content: "\61";
}
.icon-target:before {
  content: "\62";
}
.icon-book:before {
  content: "\63";
}
.icon-check:before {
  content: "\64";
}
.icon-coin:before {
  content: "\65";
}
.icon-documents:before {
  content: "\66";
}
.icon-gift:before {
  content: "\67";
}
.icon-hat:before {
  content: "\68";
}
.icon-hearth:before {
  content: "\69";
}
.icon-mail:before {
  content: "\6a";
}
.icon-mobile-card:before {
  content: "\6b";
}
.icon-money:before {
  content: "\6c";
}
.icon-ok:before {
  content: "\6d";
}
.icon-plane:before {
  content: "\6e";
}
.icon-smile:before {
  content: "\6f";
}
.icon-chevron-down:before {
  content: "\70";
}
.icon-italia:before {
  content: "\71";
}
.icon-cumulo:before {
  content: "\72";
}
.icon-bus:before {
  content: "\e900";
}
.icon-dots-three-horizontal:before {
  content: "\e901";
}
.icon-economici:before {
  content: "\e902";
}
.icon-ordinabili:before {
  content: "\e903";
}
.icon-negozi:before {
  content: "\e904";
}
.icon-mobile-ticket:before {
  content: "\e905";
}


.icon-custom{
  height: 66px;
  width: 66px;
  margin: auto;
  display: block; 
  background-size: contain !important; 
  background-repeat: no-repeat !important; 
  background-position: center !important;
}
.icon-lavacuci {
  background: url('../img/ico/ico-lavacuci.png');
}

.icon-auto {
  background: url('../img/ico/ico-auto.png');
}

.icon-farmacia {
  background: url('../img/ico/ico-farmacia.png');
}

.icon-postali {
  background: url('../img/ico/ico-mail.png');
}

.icon-spesa {
  background: url('../img/ico/ico-spesa.png');
}

.icon-aiutomagg {
  background: url('../img/ico/ico-men.png');
}

.icon-bellezza {
  background: url('../img/ico/ico-handheart.png');
}

.icon-salute {
  background: url('../img/ico/ico-doctor.png');
}

.icon-casa {
  background: url('../img/ico/ico-attrezzi.png');
}
  
.icon-bambini {
  background: url('../img/ico/ico-baby.png');
}

.icon-anziani {
  background: url('../img/ico/ico-nonni.png');
}

.icon-pet {
  background: url('../img/ico/ico-dog.png');
}

/*.icon-mobile-ticket {
  height: 66px;
  width: 66px;
  margin: auto;
  background: url('../img/ico-mobile-ticket.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}*/

@media (max-width:767.98px) {
  .icon-mobile-ticket {
    height: 50px;
    width: 50px;
  }
}

.icon-money:before {
  content: "\6c"; }

.icon-ok:before {
  content: "\6d"; }

.icon-plane:before {
  content: "\6e"; }

.icon-bus:before {
  content: "\e900"; }

.icon-smile:before {
  content: "\6f"; }

.icon-chevron-down:before, .select:after, .accordion:after {
  content: "\70"; }

.icon-check:before {
  content: "\64"; }

.icon-cumulo:before {
  content: "\72"; }

.icon-italia:before {
  content: "\71"; }

.icon-hearth:before {
  content: "\69"; }

.main-banner-form-box {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }
  .main-banner-form-box.show-message .form-message-container {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background: rgba(255, 255, 255, 0.65);
    top: 0;
    margin: 0;
    -webkit-transition: margin 0.3s ease-out, opacity 0.3s ease-out, top 0s ease;
    -webkit-transition-delay: 0s, 0s, 0;
    -moz-transition: margin 0.3s ease-out, opacity 0.3s ease-out, top 0s ease 0;
    -o-transition: margin 0.3s ease-out, opacity 0.3s ease-out, top 0s ease 0;
    transition: margin 0.3s ease-out, opacity 0.3s ease-out, top 0s ease 0; }
  .main-banner-form-box .form-message-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10000px;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin: -10px 0 0;
    -webkit-transition: margin 0.2s ease-out, opacity 0.2s ease-out, top 0s ease;
    -webkit-transition-delay: 0s, 0s, 0.2s;
    -moz-transition: margin 0.2s ease-out, opacity 0.2s ease-out, top 0s ease 0.2s;
    -o-transition: margin 0.2s ease-out, opacity 0.2s ease-out, top 0s ease 0.2s;
    transition: margin 0.2s ease-out, opacity 0.2s ease-out, top 0s ease 0.2s; }
    .main-banner-form-box .form-message-container.show {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      top: 0;
      margin: 0;
      -webkit-transition: margin 0.3s ease-out, opacity 0.3s ease-out, top 0s ease;
      -webkit-transition-delay: 0s, 0s, 0;
      -moz-transition: margin 0.3s ease-out, opacity 0.3s ease-out, top 0s ease 0;
      -o-transition: margin 0.3s ease-out, opacity 0.3s ease-out, top 0s ease 0;
      transition: margin 0.3s ease-out, opacity 0.3s ease-out, top 0s ease 0; }
  .main-banner-form-box .form-message {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background: #FF8500;
    color: #ffffff;
    padding: 50px 20px;
    font-size: 16px;
    line-height: 1.75em;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: calc(100% - 60px);
    left: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .main-banner-form-box .form-message .form-message-close {
      width: 26px;
      height: 26px;
      font-size: 20px;
      line-height: 1.25em;
      text-align: center;
      background: #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      right: 15px;
      top: 15px;
      cursor: pointer;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
      opacity: 0.85; }
    .main-banner-form-box .form-message .button {
      margin: 20px auto 0;
      min-width: 0;
      max-width: 200px;
      display: block; }
  .main-banner-form-box .main-banner-form-box-header {
    line-height: normal;
    background: #0F70B7;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04688em;
    font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 100;
    padding: 22px 10px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .main-banner-form-box .main-banner-form-box-header {
        font-size: 17px;
        padding: 22px 10px;
        letter-spacing: 0.03188em; } }
  .main-banner-form-box .flags {
    margin: 18px 0 0; }
  .main-banner-form-box .main-banner-form-box-form {
    padding: 25px 50px 20px;
    -webkit-transition: filter 0.2s ease-out;
    -moz-transition: filter 0.2s ease-out;
    -o-transition: filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
    position: relative; }
    @media (max-width: 991.98px) {
      .main-banner-form-box .main-banner-form-box-form {
        padding: 42px 32px 60px;
        background-color: #ffffff; } }
    .main-banner-form-box .main-banner-form-box-form:after {
      content: "";
      position: absolute;
      background: url("../img/loading.svg") no-repeat center center rgba(255, 255, 255, 0.65);
      background-size: 260px auto;
      width: 100%;
      height: 100%;
      z-index: 100;
      top: -10000px;
      left: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-out, top 0s ease;
      -webkit-transition-delay: 0s, 0.2s;
      -moz-transition: opacity 0.2s ease-out, top 0s ease 0.2s;
      -o-transition: opacity 0.2s ease-out, top 0s ease 0.2s;
      transition: opacity 0.2s ease-out, top 0s ease 0.2s; }
    .main-banner-form-box .main-banner-form-box-form.loading:after {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      top: 0;
      -webkit-transition: opacity 0.3s ease-out, top 0s ease;
      -webkit-transition-delay: 0s, 0;
      -moz-transition: opacity 0.3s ease-out, top 0s ease 0;
      -o-transition: opacity 0.3s ease-out, top 0s ease 0;
      transition: opacity 0.3s ease-out, top 0s ease 0; }
    .main-banner-form-box .main-banner-form-box-form input,
    .main-banner-form-box .main-banner-form-box-form select {
      margin: 0 0 10px; }
      @media (max-width: 991.98px) {
        .main-banner-form-box .main-banner-form-box-form input,
        .main-banner-form-box .main-banner-form-box-form select {
          border: 1px solid #bbc1c5; } }
    .main-banner-form-box .main-banner-form-box-form .submit {
      min-width: 0; }
      @media (max-width: 767.98px) {
        .main-banner-form-box .main-banner-form-box-form .submit {
          max-width: 300px;
          margin: 0 auto; } }
  @media (max-width: 767.98px) and (max-width: 575.98px) {
    .main-banner-form-box .main-banner-form-box-form .submit {
      max-width: 100%; } }
    .main-banner-form-box .main-banner-form-box-form.blur {
      -webkit-filter: blur(6px);
      -moz-filter: blur(6px);
      filter: blur(6px);
      -webkit-transition: filter 0.5s ease-out;
      -moz-transition: filter 0.5s ease-out;
      -o-transition: filter 0.5s ease-out;
      transition: filter 0.5s ease-out; }

.toc__required {
  font-size: 12px; }
  @media (min-width: 768px) {
    .toc__required {
      margin: 0 0 8px; } }

.main-banner-form-toc {
  font-size: 13px;
  line-height: 1.15385em;
  color: #76838A;
  padding-top: 8px;
  padding-bottom: 30px; }
  @media (max-width: 767.98px) {
    .main-banner-form-toc {
      padding: 24px 0 40px;
      font-size: 12px;
      line-height: 1.25em; } }
  .main-banner-form-toc > div {
    padding: 8px 0; }
    .main-banner-form-toc > div a {
      font-weight: 700; }
    @media (max-width: 767.98px) {
      .main-banner-form-toc > div {
        font-size: 12px;
        line-height: 1.16667em;
        padding: 8px 0 16px; } }
  .main-banner-form-toc .radiobutton,
  .main-banner-form-toc .checkbox {
    font-size: 14px;
    color: #76838A;
    margin: 0 15px 0 0; }
    @media (max-width: 767.98px) {
      .main-banner-form-toc .radiobutton,
      .main-banner-form-toc .checkbox {
        font-size: 12px;
        vertical-align: middle; } }

.herobanner.herobanner--splash {
  height: 412px;
  text-align: center;
  padding-top: 82px;
  margin: 0 0 -132px;
  min-height: 0; }
  .herobanner.herobanner--splash .herobanner__cover {
    height: 412px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/header_splash_desktop.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-color: #F9FAFA; }
    @media (max-width: 767.98px) {
      .herobanner.herobanner--splash .herobanner__cover {
        height: 400px;
        background-image: url("../img/header_splash_mobile.jpg"); } }
  @media (max-width: 767.98px) {
    .herobanner.herobanner--splash {
      height: 400px;
      padding-top: 22px; } }
  .herobanner.herobanner--splash h1 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 700;
    color: #FF8500;
    text-transform: none;
    letter-spacing: 0.01em;
    padding: 0 25px; }
    @media (max-width: 767.98px) {
      .herobanner.herobanner--splash h1 {
        font-size: 25px;
        line-height: 1.2em;
        letter-spacing: 0.012em; } }
  .herobanner.herobanner--splash p {
    padding: 10px 0 0; }
    @media (max-width: 767.98px) {
      .herobanner.herobanner--splash p {
        padding: 18px 25px 0;
        line-height: 1.5625em; } }

@media (max-width: 767.98px) {
  .services-type {
    padding: 0 0 54px; } }

.service-type {
  overflow: hidden;
  padding: 0 0 107px;
  position: relative; }
  @media (max-width: 767.98px) {
    .service-type {
      padding: 0 0 60px; } }
  .service-type .skew-text {
    position: absolute;
    top: 30px;
    font-size: 2rem;
    color: #ffffff;
text-align: left}
    @media (max-width: 767.98px) {
      .service-type .skew-text {
        font-size: 1.5rem; } }

.service-type__image {
  position: relative;
  height: 349px; }
  @media (max-width: 767.98px) {
    .service-type__image {
      height: 282px; } }
.service-type__image .cover_txt {
	position: relative;
    text-align: left;   
	width: 50%;
    top: 15%;
    left: 5%;
}
.service-type__image .cover_txt h2{
	font-size: 1.8rem;
	line-height: 1.1em;
	color: #ffffff;
	text-transform: uppercase;
}
.service-type__image .cover_txt p{
	font-size: 1rem;
	line-height: 1.3em;
	color: #ffffff;
}
.service-type__image  .cover_txt.buonipasto h2 span {
    color: #64B145;
}
.service-type__image  .cover_txt.welfare h2 span {
    color: #0D1C46;
}
.service-type__image  .cover_txt.cadhoc h2 {
	font-size: 1rem;
	line-height: 1.3em;
	font-weight: 400;
	text-transform: none;
}
.service-type__image  .cover_txt.cadhoc h2 span {
	font-size: 1.8rem;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
}
.service-type__image  .cover_txt.cadhoc h2 span:last-child {
		  color: #59074D;
}

.service-type--welfare .cover {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/home_welfare_mobile.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: left top; }

.service-type--cadhoc .cover {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/home_cadhoc_mobile.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: top left; }


.service-type--buonipasto .cover {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/home_buonipasto_mobile.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: 0 top; }
  @media (max-width: 991.98px) {
    .service-type--buonipasto .cover {
      /*background-size: auto 140%; */} }
  @media (max-width: 767.98px) {
    .service-type--buonipasto .cover {
     /* background-position: -56px top; */} }

.service-type__copy {
  padding: 30px 0 20px;
  color: #4F5D5B; }
  @media (min-width: 1200px) {
    .service-type__copy {
      padding: 30px 30px 20px;}
  }
  @media (max-width: 767.98px) {
    .service-type__copy {
      padding: 20px 0 10px; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .service-type__copy {
      min-height: 140px; } }

.introtext {
	padding: 3em 0;
    margin: 3em auto;;
}
.introtext h2{
	margin-bottom: 1em;
}
@media (max-width: 991.98px) {
  .introtext {
    padding: 60px 0; 
    margin-bottom: 50px;} 
}
.introtext h2 {
  font-size: 33px !important;
}
@media (max-width: 767.98px) {
  .introtext h2 {
    font-size: 27px !important; } }
#societa_benefit {
	margin: 3em auto 5em;
}
#societa_benefit p mark,
.introtext p mark{
  background: none !important;
  font-weight: bold !important;
}
.welfare .introtext p mark,
.welfare #societa_benefit p mark{
  color:#0F70B7 !important;
}
.cadhoc .introtext p mark,
.cadhoc #societa_benefit p mark{
  color: #E5022F !important;
}
.buonipasto #societa_benefit p mark {
  color: #64B145 !important;
}

.herobanner.herobanner--thankyou {
  margin: 0 0 48px;
  padding: 0; }
  .herobanner.herobanner--thankyou .container {
    position: relative;
    height: 100%; }
  @media (max-width: 1199.98px) {
    .herobanner.herobanner--thankyou {
      margin: 0 0 60px; } }
  @media (max-width: 767.98px) {
    .herobanner.herobanner--thankyou {
      margin: 0 0 46px; } }
  .herobanner.herobanner--thankyou .herobanner__cover {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/header_thankyou_desktop.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent; }
    .herobanner.herobanner--thankyou .herobanner__cover:after {
      background: rgba(0, 0, 0, 0.2);
      content: ""; }
    @media (max-width: 767.98px) {
      .herobanner.herobanner--thankyou .herobanner__cover {
        background-image: url("../img/header_thankyou_mobile.jpg"); } }
  .herobanner.herobanner--thankyou .herobanner__copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
    @media (max-width: 767.98px) {
      .herobanner.herobanner--thankyou .herobanner__copy {
        width: 91.66667%; } }
  @media (max-width: 767.98px) {
    .herobanner.herobanner--thankyou {
      height: 400px;
      padding-top: 22px; } }
  .herobanner.herobanner--thankyou h1 {
    color: #ffffff; }
  .herobanner.herobanner--thankyou p {
    color: #ffffff; }

.thankyou h2, .thankyou .plus .plus__title, .plus .thankyou .plus__title {
  padding: 0 0 6px; }
  @media (min-width: 992px) {
    .thankyou h2, .thankyou .plus .plus__title, .plus .thankyou .plus__title {
      font-size: 35px; } }

.thankyou .services-type {
  padding: 80px 0 127px; }
  @media (max-width: 1199.98px) {
    .thankyou .services-type {
      padding: 52px 0 67px; } }
  @media (min-width: 992px) {
    .thankyou .services-type {
      padding: 32px 0 127px; } }
  @media (max-width: 767.98px) {
    .thankyou .services-type {
      padding: 32px 0 90px; } }

.thankyou .service-type {
  padding: 0; }
  @media (max-width: 991.98px) {
    .thankyou .service-type {
      padding: 0 0 55px; } }
  .thankyou .service-type .skew-text {
    font-size: 35px;
    letter-spacing: 0.00286em; }
    @media (max-width: 575.98px) {
      .thankyou .service-type .skew-text {
        height: 350px;
        font-size: 27px;
        letter-spacing: 0.01em;
        left: -12px; } }
  .thankyou .service-type .service-type__image {
    margin: 0 0 30px; }
    @media (min-width: 992px) {
      .thankyou .service-type .service-type__image {
        height: 350px; } }
  @media (min-width: 768px) {
    .thankyou .service-type.service-type--welfare .cover {
     /* background-color: #4fdbb8;
      background-position: 76px 0; */}
    .thankyou .service-type.service-type--cadhoc .cover {
      background-position: 0 0; } }
  @media (min-width: 992px) {
    .thankyou .service-type.service-type--welfare .cover {
   /*   background-color: #4fdbb8;
      background-position: -26px 0;*/ }
    .thankyou .service-type.service-type--cadhoc .cover {
      /*background-position: -50px 0;*/ } }

.thankyou .service-type--buonipasto .cover {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/header_buonipasto_mobile.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: left top; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .thankyou .service-type--buonipasto .cover {
      background-size: auto 130%;
      background-position: left center; } }

.cookielaw {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  color: #ffffff;
  background: #4e5b59;
  font-size: 0;
  letter-spacing: 0;
  display: none; }

.cookielaw__text {
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 400;
  letter-spacing: 0.01875em; }
  .cookielaw__text a {
    text-decoration: underline; }
  @media (min-width: 992px) {
    .cookielaw__text {
      padding-right: 30px;
      line-height: 1.85714em;
      width: 85%;
      display: inline-block;
      vertical-align: middle; } }

.cookielaw__button {
  text-align: center;
  margin: 16px 0 0; }
  .cookielaw__button .button {
    min-width: 0; }
  @media (min-width: 992px) {
    .cookielaw__button {
      margin: 0;
      width: 15%;
      display: inline-block;
      vertical-align: middle; } }

html,
body {
  overflow-x: hidden; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #76838A;
  background: #ffffff; }

.logo {
  font-family: "Roboto", sans-serif;
  font-size: 62px;
  font-weight: 600;}
  @media (max-width: 767.98px) {
    .logo {
      font-size: 34px; } }

.logo-new {
  font-family: "Roboto", sans-serif;
  font-size: 62px;
  font-weight: 600;
  color: #4F5D5B;
  display: flex;
  height: auto;
  align-items: center;
}
@media (max-width: 767.98px) {
  .logo-new {
    font-size: 34px;
  }
}

.containerlogo-new{
  height:100%;
  display: flex;
  align-items: center;
}    

.logo__img {
  width: 43px;
  height: auto;
  margin: 0 -0.09677em 0;
}
@media (max-width: 767.98px) {
  .logo__img {
    width: 25px;
    margin: 0 0 -0.01923em;
  }
}

.logo__img_new {
  width: 298px;
  height: auto;
}
@media (max-width: 767.98px) {
  .logo__img_new {
    width: 248px;
    height: auto;
  }
}

.header {
  height: 87px;
  line-height: 87px;
  background: #ffffff; }
  @media (max-width: 767.98px) {
    .header {
      height: 70px;
      line-height: 70px; 
	  align-content: center;} }

.footer {
  background: #EDF2F2;
  padding: 0 0 22px;
  text-align: center;
  position: relative;
  z-index: 10; }
  @media (max-width: 767.98px) {
    .footer {
      padding: 0 0 10px; } }

.footer__copy {
  font-size: 16px;
  line-height: 1.875em;
  color: #1A1A1A;
  letter-spacing: 0.01125em; }
  @media (max-width: 767.98px) {
    .footer__copy {
      font-size: 12px;
      line-height: 2.75em;
      font-weight: 400;
      letter-spacing: 0.0075em; } }

.footer__links {
  margin: 10px 0; }
  .footer__links a {
    font-size: 16px;
    line-height: 1.875em;
    color: #490F30;
	text-decoration: underline;
}
    .footer__links a:not(:last-child):after {
      content: "|";
      margin-left: 0.3125em; }

.footer__logo {
  margin: -63px 0 20px; }
  .footer__logo .logo__img {
    width: auto; }
  @media (max-width: 767.98px) {
    .footer__logo {
      margin: -58px 0 5px; }
      .footer__logo .logo__img {
        width: 85px; } }

.herobanner,
.azienda .herobanner {
  position: relative;
  padding: 63px 0 84px;}
  @media (max-width: 991.98px) {
    .herobanner {
      padding: 390px 0 0;
      min-height: 0; } }
  @media (max-width: 991.98px) {
    .azienda .herobanner{
      padding: 250px 0 0;
      min-height: 0; } }
  @media (max-width: 767.98px) {
    .azienda .herobanner{
      padding: 230px 0 0;
      min-height: 0; } }
  @media (max-width: 991.98px) {
    .herobanner {
      height: auto;
      min-height: 0;}
      .herobanner .main-banner-form-box {
        -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16); } }
  .herobanner .scroll-down {
    font-size: 30px; }
  .herobanner.herobanner--welfare .herobanner__cover {
    position: absolute;
    background-image: url("../img/header_welfare_desktop.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover; }

    .herobanner.herobanner--welfare p {
		    font-size:2rem;
		  line-height: 1.3em;
		color: #ffffff;
}
      .herobanner.herobanner--welfare h1 {
		    font-size:3.5rem;
		  text-transform: uppercase;
		  line-height: 1.1em;
}
     .herobanner.herobanner--welfare h1 span {
		  color: #0D1C46;
}

@media (max-width: 767.98px) {
      .herobanner.herobanner--welfare .herobanner__cover {
        background-image: url("../img/header_welfare_mobile.png");
        background-position: left top; 
		height: 350px;} 
	.herobanner.herobanner--welfare{
				padding:220px 0 0 !important;
	}
}
@media (max-width: 1600px) {
  .herobanner.herobanner--welfare h1 {
      font-size: 3.5rem; }
	 .herobanner.herobanner--welfare p {
		    font-size:1.9rem;
	}
}
@media (max-width: 1372px) {
  .herobanner.herobanner--welfare h1 {
      font-size: 3rem; } 
	 .herobanner.herobanner--welfare p {
		    font-size:1.7rem;
	}
}
 @media (max-width: 1230px) {
  .herobanner.herobanner--welfare h1 {
      font-size: 2.8rem; }
	 .herobanner.herobanner--welfare p {
		    font-size:1.6rem;
	}
	.herobanner.herobanner--welfare{
		padding: 63px 0 84px !important;
	}
}
@media (max-width: 901px) {
	.herobanner.herobanner--welfare{
		padding:250px 0 0 !important;
	}
}
@media (max-width: 767.98px) {
      .herobanner.herobanner--welfare .herobanner__cover {
        background-image: url("../img/header_welfare_mobile.png");
        background-position: left top; 
		height: 350px;} 
	.herobanner.herobanner--welfare{
				padding:220px 0 0 !important;
	}
  .herobanner.herobanner--welfare h1 {
      font-size: 2rem; } 
	 .herobanner.herobanner--welfare p {
		    font-size:1rem;
	}
}

 

  .herobanner.herobanner--cadhoc .herobanner__cover {
    position: absolute;
    background-image: url("../img/header_cadhoc_desktop.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-color: transparent; }
@media (max-width: 767.98px) {
      .herobanner.herobanner--cadhoc .herobanner__cover {
        background-image: url("../img/header_cadhoc_mobile.jpg");
        background-position: left top; 
		height: 350px;} 
	.herobanner.herobanner--cadhoc{
				padding:220px 0 0 !important;
	}
}
      .herobanner.herobanner--cadhoc h1 {
		    font-size:2rem;
		  line-height: 1.3em;
}
      .herobanner.herobanner--cadhoc h1 span {
		    font-size:4rem;
		  text-transform: uppercase;
		  line-height: 1.1em;
}
     .herobanner.herobanner--cadhoc h1 span:last-child {
		  color: #59074D;
}

@media (max-width: 1600px) {
  .herobanner.herobanner--cadhoc h1 {
	  font-size: 1.7rem;}
    .herobanner.herobanner--cadhoc h1 span{
      font-size: 3.5rem; }
}
@media (max-width: 1372px) {
  .herobanner.herobanner--cadhoc h1 {
	  font-size: 1.5rem;}
    .herobanner.herobanner--cadhoc h1 span{
      font-size: 3rem; } 
}
 @media (max-width: 1230px) {
  .herobanner.herobanner--cadhoc h1 {
	  font-size: 1.2rem;}
    .herobanner.herobanner--cadhoc h1 span{
      font-size: 2.8rem; }
	.herobanner.herobanner--cadhoc{
		padding: 63px 0 84px !important;
	}
}
@media (max-width: 901px) {
	.herobanner.herobanner--cadhoc{
		padding:250px 0 0 !important;
	}
}
@media (max-width: 767.98px) {
      .herobanner.herobanner--cadhoc .herobanner__cover {
        background-image: url("../img/header_cadhoc_mobile.jpg");
        background-position: left top; 
		height: 350px;} 
	.herobanner.herobanner--cadhoc{
				padding:220px 0 0 !important;
	}
  .herobanner.herobanner--cadhoc h1 {
	  font-size: 1.025rem;}
    .herobanner.herobanner--cadhoc h1 span {
      font-size: 2rem; } 
}
   

/* --------------------------------------------------------------------- */

.herobanner.herobanner--maggiordomo .herobanner__cover {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/header_welfare.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-color: transparent; }
  .herobanner.herobanner--maggiordomo .herobanner__cover:after {
    content: "";
    background: rgba(0, 0, 0, 0.12); }
  @media (max-width: 991.98px) {
    .herobanner.herobanner--maggiordomo .herobanner__cover {
      height: 505px;
      top: 0;
      left: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      background-position: 250px top; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .herobanner.herobanner--maggiordomo .herobanner__cover {
      background-position: 0 70%;
      background-size: auto 160%; } }
  @media (max-width: 767.98px) {
    .herobanner.herobanner--maggiordomo .herobanner__cover {
      height: 495px;
      background-position: 10% -20px; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .herobanner.herobanner--maggiordomo h1 {
    font-size: 30px; } }
@media (max-width: 1372px) {
  .herobanner.herobanner--maggiordomo h1 {
    font-size: 40px; } }
@media (max-width: 1230px) {
  .herobanner.herobanner--maggiordomo h1 {
    font-size: 32px; } }
@media (max-width: 767.98px) {
  .herobanner.herobanner--maggiordomo .herobanner__copy {
    left: -29px; }
    .herobanner.herobanner--maggiordomo .herobanner__copy h1 {
      font-size: 25px; } }

/* --------------------------------------------------------------------- */

  .herobanner.herobanner--buonipasto .herobanner__cover {
    position: absolute;
    background-image: url("../img/header_buonipasto_desktop.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent; }
  .herobanner.herobanner--buonipasto p {
	  font-size: 2rem;
	  color: #ffffff;
}
    @media (min-width: 768px) and (max-width: 991.98px) {
      .herobanner.herobanner--buonipasto .herobanner__cover {
        background-position: top left;
        background-size: auto 150%; } }
    @media (max-width: 991.98px) {
      .herobanner.herobanner--buonipasto .herobanner__cover {
        height: 505px;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }
    @media (max-width: 767.98px) {
      .herobanner.herobanner--buonipasto .herobanner__cover {
        background-image: url("../img/header_buonipasto_mobile.jpg");
        background-position: left top; } }
  @media (max-width: 1600px) {
    .herobanner.herobanner--buonipasto h1 {
      font-size: 3.5rem; }
  .herobanner.herobanner--buonipasto p {
	  font-size: 1.7rem;}
}
  @media (max-width: 1372px) {
    .herobanner.herobanner--buonipasto h1 {
      font-size: 3rem; } 
  .herobanner.herobanner--buonipasto p {
	  font-size: 1.5rem;}
}
  @media (max-width: 1230px) {
    .herobanner.herobanner--buonipasto h1 {
      font-size: 2.8rem; }
  .herobanner.herobanner--buonipasto p {
	  font-size: 1.2rem;}
}
  @media (min-width: 576px) and (max-width: 991.98px) {
    .herobanner.herobanner--buonipasto h1 {
      font-size: 2.5rem; } }
  @media (max-width: 767.98px) {
    .herobanner.herobanner--buonipasto h1 {
      font-size: 2rem; } 
  .herobanner.herobanner--buonipasto p {
	  font-size: 1.025rem;}
}
  .herobanner.herobanner--buonipasto h1 {
      text-transform: uppercase;}
  .herobanner.herobanner--buonipasto h1 span{
	  color: #64B145;
}

  .herobanner.herobanner--buonipasto.piva h1 {
      font-size: 3.5rem; }
	.herobanner.herobanner--buonipasto.piva h1 span:first-child{
		font-size: 3rem; 
	}
  .herobanner.herobanner--buonipasto.piva p {
	  font-size: 1.7rem;}
@media (max-width: 1600px) {
    .herobanner.herobanner--buonipasto.piva h1 {
      font-size: 3.1rem; }
	.herobanner.herobanner--buonipasto.piva h1 span:first-child{
		font-size: 2.9rem; 
	}
  .herobanner.herobanner--buonipasto.piva p {
	  font-size: 1.6rem;}
}
  @media (max-width: 1372px) {
    .herobanner.herobanner--buonipasto.piva h1 {
      font-size: 3rem; } 
	.herobanner.herobanner--buonipasto.piva h1 span:first-child{
		font-size: 2.5rem; 
	}
  .herobanner.herobanner--buonipasto.piva p {
	  font-size: 1.5rem;}
}
  @media (max-width: 1230px) {
    .herobanner.herobanner--buonipasto.piva h1 {
      font-size: 2.8rem; }
	.herobanner.herobanner--buonipasto.piva h1 span:first-child{
		font-size: 2.2rem; 
	}
  .herobanner.herobanner--buonipasto.piva p {
	  font-size: 1.2rem;}
}
  @media (max-width: 991.98px) {
    .herobanner.herobanner--buonipasto.piva h1 {
      font-size: 2.5rem; } }
	.herobanner.herobanner--buonipasto.piva h1 span:first-child{
		font-size: 1.4rem; 
	}
  @media (max-width: 767.98px) {
    .herobanner.herobanner--buonipasto.piva h1 {
      font-size: 2rem; } 
	.herobanner.herobanner--buonipasto.piva h1 span:first-child{
		font-size: 1.3rem; 
	}
  .herobanner.herobanner--buonipasto.piva p {
	  font-size: 1.025rem;}
}
  .herobanner.herobanner--buonipasto.piva h1 {
      text-transform: uppercase;
line-height: 1.1em;}
  .herobanner.herobanner--buonipasto.piva p {
	  line-height: 1.3em;}
  .herobanner.herobanner--buonipasto.piva h1 span:first-child{
	  color: #ffffff;
}
  .herobanner.herobanner--buonipasto.piva h1 span:last-child{
	  color: #64B145;
}

.herobanner__copy {
  position: absolute;
  top: 15%;
  left: 5%; 
max-width: 25%;
}
  @media (min-width: 1600px) {
    .herobanner__copy {
  top: 20% !important; } }
  @media (max-width: 870px) {
    .herobanner__copy {
  top: 5%;
  left: 5%; 
	max-width:60%; } }
@media (min-width: 760px) {
   .piva .herobanner__copy {
        max-width: 40%;
    }
}
@media (min-width: 1000px) {
   .piva .herobanner__copy {
        max-width: 35%;
    }
}
@media (min-width: 1200px) {
   .piva .herobanner__copy {
        max-width: 30%;
    }
}
@media (min-width: 1400px) {
   .piva .herobanner__copy {
        max-width: 25%;
	   top: 15% !important;
    }
}

.services {
  padding: 5em 0;
  text-align: center; }
  @media (max-width: 991.98px) {
    .services {
      padding: 4em 0; } }

.services__list {
  padding: 84px 0 0; }
  @media (max-width: 767.98px) {
    .services__list {
      padding: 40px 0 0; } }
  @media (max-width: 575.98px) {
    .services__list {
      text-align: left; } }

.service__icon {
  font-size: 86px;
  color: #0F70B7;
  min-height: 95px; }
  @media (max-width: 1199.98px) {
    .service__icon {
      font-size: 72px; } }
  @media (max-width: 767.98px) {
    .service__icon {
      font-size: 54px;
      min-height: 0;
      width: 60px;
      text-align: center; } }

.service--heart .service__icon {
  font-size: 79px; }
  @media (max-width: 767.98px) {
    .service--heart .service__icon {
      font-size: 54px; } }

.service--hat .service__icon {
  font-size: 84px; }
  @media (max-width: 767.98px) {
    .service--hat .service__icon {
      font-size: 66px; } }

.service--plane .service__icon {
  font-size: 66px; }
  @media (max-width: 767.98px) {
    .service--plane .service__icon {
      font-size: 50px; } }

.service--bus .service__icon {
  font-size: 66px; }
  @media (max-width: 767.98px) {
    .service--bus .service__icon {
      font-size: 50px; } }

.service--coin .service__icon {
  font-size: 76px; }
  @media (max-width: 767.98px) {
    .service--coin .service__icon {
      font-size: 62px; } }

.service--smile .service__icon {
  font-size: 64px; }
  @media (max-width: 767.98px) {
    .service--smile .service__icon {
      font-size: 50px; } }

.service--gift .service__icon {
  font-size: 66px; }
  @media (max-width: 767.98px) {
    .service--gift .service__icon {
      font-size: 50px; } }

.service p {
  color: #4F5D5B; }

@media (max-width: 991.98px) {
  .service {
    margin: 0 0 45px; } }

@media (max-width: 767.98px) {
  .service {
    margin: 0 0 12px; }
    .service .service__icon,
    .service p {
      display: inline-block;
      vertical-align: middle; }
    .service p {
      width: calc(100% - 65px);
      font-size: 16px;
      line-height: 1.5625em;
      padding-left: 1em;
      text-align: left;
      vertical-align: top; } }
    @media (max-width: 767.98px) and (max-width: 575.98px) {
      .service p {
        vertical-align: middle; } }

@media (min-width: 1200px) {
  .service p {
    padding: 0 10px; } }

.plus {
  text-align: center; }
  .plus h2, .plus .plus__title {
    padding: 0 0 1em; }
  @media (max-width: 991.98px) {
    .plus {
      padding: 0 0 10px; }
      .plus h2, .plus .plus__title {
        padding: 0 0 36px; } }
  .plus .plus__title {
    color: #4F5D5B;
    padding: 45px 0 40px;
    text-align: left; }
    @media (max-width: 767.98px) {
      .plus .plus__title {
        padding: 20px 0 40px; } }

.plus__list {
  text-align: left;
  padding: 0 0 30px; }

.plus__point {
  padding: 0 15px 16px 44px;
  font-size: 16px;
  line-height: 1.875em;
  position: relative;
  letter-spacing: 0.01em; }
  @media (max-width: 767.98px) {
    .plus__point {
      line-height: 1.5625em; } }
  .plus__point:before {
    position: absolute;
    left: 0;
    top: 0.0625em;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../img/check.png");
    background-size: 100% auto; }

.calculate {
  text-align: center;
  padding: 54px 0 0;
  background: #F9FAFA; }

.calculate__options {
  font-size: 0;
  margin: 0 0 25px; }
  @media (min-width: 992px) {
    .calculate__options {
      display: inline-block;
      margin: 0 0 9px;
      padding: 16px;
      background: #ffffff;
      -webkit-border-radius: 172px;
      -moz-border-radius: 172px;
      -ms-border-radius: 172px;
      -o-border-radius: 172px;
      border-radius: 172px; } }
  @media (max-width: 767.98px) {
    .calculate__options {
      margin: 0 0 14px; } }

.calculate__copy {
  font-size: 22px;
  line-height: 1.36364em;
  letter-spacing: 0.01em;
  padding: 18px 0 52px; }
  @media (max-width: 767.98px) {
    .calculate__copy {
      font-size: 18px;
      padding: 18px 0 50px; } }

.option {
  margin: 0 0 11px;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 20px;
  width: 100%;
  height: 80px;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  -ms-border-radius: 95px;
  -o-border-radius: 95px;
  border-radius: 95px;
  background: rgba(118, 131, 138, 0.1);
  color: #0F70B7;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  cursor: pointer; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .option {
      width: 184px;
      padding: 12px 20px;
      margin: 0 5px 11px; } }
  @media (min-width: 992px) {
    .option {
      /*
        height: 95px;
        width: 224px;        
        padding: 12px 50px;
        */
      height: 140px;
      width: 280px;
      padding: 35px 50px;
      font-size: 18px;
      line-height: 1em;
      letter-spacing: 0.01em;
      margin: 0 9px; } }
  .option:after {
    border: 14px solid transparent;
    border-top-color: #0F70B7;
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    display: none; }
    @media (min-width: 768px) {
      .option:after {
        display: block; } }
  .option.chosen, .option:hover {
    color: #ffffff;
    background: #0F70B7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65; }
  .option.chosen {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
    .option.chosen:after {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transition: 0.1s ease-in-out;
      -webkit-transition-delay: 0.2s;
      -moz-transition: 0.1s ease-in-out 0.2s;
      -o-transition: 0.1s ease-in-out 0.2s;
      transition: 0.1s ease-in-out 0.2s; }

.option__copy {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.23529em 0 0; }
  @media (min-width: 768px) {
    .option__copy {
      font-size: 15px;
      line-height: 1.46667em;
      font-weight: 700; } }

.cookie-policy {
  padding: 40px 0 120px; }
  @media (min-width: 768px) {
    .cookie-policy {
      padding: 80px 0 160px; } }

.welfare .option__amount {
  font-size: 50px;
  font-weight: 700;
  line-height: 1; }

.welfare .main-banner-form-toc .toc__link,
.welfare .main-banner-form-toc .accordion:after {
  color: #0F70B7; }

.welfare .main-banner-form-toc .checkbox input[type='checkbox']:checked + span,
.welfare .main-banner-form-toc .radiobutton input[type='radio']:checked + span {
  background-color: #0F70B7; }

.welfare .go-to-top {
  background: #0F70B7; }

@media (max-width: 991.98px) {
  .welfare .option {
    padding: 12px; }
  .welfare .option__amount {
    font-size: 38px; } }

.safe-results {
  padding: 25px 0 65px;
  color: #4F5D5B; }
  @media (max-width: 991.98px) {
    .safe-results {
      padding: 0 0 50px; } }
  @media (max-width: 767.98px) {
    .safe-results {
      padding: 0 0 30px; } }

.safe-result-amount {
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
  padding: 22px 0 40px;
  font-size: 18px;
  color: #0F70B7;
  letter-spacing: 0.01em; }
  .safe-result-amount > span {
    font-size: 85px;
    font-weight: 700;
    color: #4F5D5B;
    letter-spacing: 0.00118em;
    padding: 0.44706em 0 0; }
    @media (max-width: 1199.98px) {
      .safe-result-amount > span {
        font-size: 72px;
        letter-spacing: 0.00694em; } }
    @media (max-width: 991.98px) {
      .safe-result-amount > span {
        font-size: 50px;
        letter-spacing: 0.01em;
        padding: 0.24em 0 0; } }
  .safe-result-amount .currency {
    content: "€";
    font-size: 45px;
    font-weight: 700; }
  @media (max-width: 991.98px) {
    .safe-result-amount {
      padding: 18px 0 26px;
      margin: 0 0 7px;
      font-size: 14px;
      color: #0F70B7;
      letter-spacing: 0.01em; } }

small {
  font-size: 0.5em; }
  @media (max-width: 767.98px) {
    small {
      font-size: 0.375em; } }

.contactus,
.box_pulsante {
    padding: 3em 0;
    text-align: center;
    margin: 3em 0; }
  .contactus h2,
	.box_pulsante h2,
  .contactus .plus .plus__title,
  .box_pulsante .plus .plus__title,
  .plus .contactus .plus__title {
    padding: 0 0 1em; }
  @media (max-width: 991.98px) {
    .contactus {
       padding: 2em 0;
    margin: 1em 0; } }

.associated {
  padding: 54px 0;
  background: #FF8500;
  color: #ffffff;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 992px) {
    .associated {
      padding: 54px 0 54px 30px; } }
  .associated h2, .associated .plus .plus__title, .plus .associated .plus__title {
    color: #ffffff;
    padding: 0 0 52px;
    font-weight: 500; }
  @media (max-width: 767.98px) {
    .associated {
      padding: 54px 0 32px; }
      .associated h2, .associated .plus .plus__title, .plus .associated .plus__title {
        padding: 0 0 5px; } }

.associated__block {
  display: inline-block;
  text-align: center;
  padding: 0 45px;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.005em; }
  @media (max-width: 767.98px) {
    .associated__block {
      font-size: 50px;
      font-weight: 700;
      letter-spacing: 0.01em;
      padding: 42px 0;
      display: block; } }
  .associated__block > span {
    font-size: 30px;
    font-weight: 400;
    display: block;
    padding: 8px 0 0; }
    @media (max-width: 767.98px) {
      .associated__block > span {
        font-size: 25px; } }
  .associated__block:not(:nth-of-type(1)) {
    border-left: 1px solid #ffffff; }
    @media (max-width: 767.98px) {
      .associated__block:not(:nth-of-type(1)) {
        border: none;
        border-top: 1px solid #ffffff; } }

.bridge {
  position: relative;
  height: 325px;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .bridge {
      height: 465px; } }
  .bridge .cover {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/welfare_bridge_bg_desktop.png");
    background-position: 60% top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent; }
    .bridge .cover:after {
      background: rgba(0, 0, 0, 0.25);
      content: "";
      display: none; }
    @media (max-width: 767.98px) {
      .bridge .cover {
        background-position: 25% top; }
        .bridge .cover:after {
          display: block; } }

.bridge__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .bridge__content h2, .bridge__content .plus .plus__title, .plus .bridge__content .plus__title {
    padding: 15px 0 23px; }
    @media (max-width: 767.98px) {
      .bridge__content h2, .bridge__content .plus .plus__title, .plus .bridge__content .plus__title {
        padding: 0 0 15px; } }

.bridge--cadhoc .cover {
  background-image: url("../img/cadhoc_bridge_bg_desktop.png");
  background-position: 40% top; }
  @media (max-width: 767.98px) {
    .bridge--cadhoc .cover {
      background-position: 20% top; } }

.bridge--buonopasto .cover {
  background-image: url("../img/buonipasto_bridge_bg_desktop.png");
  background-position: center top; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .bridge--buonopasto .cover {
      background-position: 40% top; } }
  @media (max-width: 767.98px) {
    .bridge--buonopasto .cover {
      background-position: 22% top; } }

.bridge .cover::after{
  background-color: black;
  opacity: 0.3;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index:999;
}
/*------------------------------------------------------*/

.maggiordomo .main-banner-form-box-header {
  background: #00788d !important;
  text-transform: none;}

.maggiordomo h2, .maggiordomo .plus .plus__title, .plus .maggiordomo .plus__title {
  color: #00788d; }

.section-back-maggiordomo{
  background-color: rgba(79, 93, 91, 0.05);
}
.maggiordomo-custom-margin{
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 85px;
  margin-bottom: 120px;
}

.services-maggiordomo{
  padding: 97px 0 30px;
  text-align: center;
}

.maggiordomo .main-banner-form-toc .toc__link,
.maggiordomo .main-banner-form-toc .accordion:after {
  color: #00788D; }

.maggiordomo .main-banner-form-toc .checkbox input[type='checkbox']:checked + span,
.maggiordomo .main-banner-form-toc .radiobutton input[type='radio']:checked + span {
  background-color: #00788D; }

.maggiordomo .go-to-top {
  background: #00788D; }

@media (min-width: 576px) {
  .maggiordomo .services__list {
    display: flex;
    table-layout: fixed;
    padding-top: 64px; }
  .maggiordomo .service {
    display: table-cell;
    vertical-align: top;
    padding: 0 25px; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .maggiordomo .services {
    padding: 50px 0 5px; }
  .maggiordomo .services__list {
    display: block;
    font-size: 0; }
  .maggiordomo .service {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
    vertical-align: top; }
  .maggiordomo .service p {
    display: block;
    width: 100%;
    padding: 0 0 15px; 
    text-align: center !important;} }

@media (max-width: 767.98px) {
  .maggiordomo .services {
    padding: 60px 0 40px; }
  .maggiordomo .service {
    margin: 0 0 24px; }
  .maggiordomo .service br {
    display: none; } }
  
  .maggiordomo .service__icon {
    color: #00788D;
    font-size: 70px; }
  @media (max-width: 767.98px) {
    .maggiordomo .service__icon {
      font-size: 52px; } }
  
  .maggiordomo .service--book .service__icon,
  .maggiordomo .service--mobile-card .service__icon,
  .maggiordomo .service--ok .service__icon {
    font-size: 66px; }
  @media (max-width: 767.98px) {
    .maggiordomo .service--book .service__icon,
    .maggiordomo .service--mobile-card .service__icon,
    .maggiordomo .service--ok .service__icon {
      font-size: 50px; } }
  
  .maggiordomo .plus {
    padding: 0 0 60px; }
  .maggiordomo .plus h2, .maggiordomo .plus .plus__title {
    padding: 0 0 12px; }
  .maggiordomo .plus .plus__title {
    color: #4F5D5B;
    padding: 0 0 40px; }
  @media (max-width: 767.98px) {
    .maggiordomo .plus {
      padding-bottom: 52px; }
    .maggiordomo .plus h2, .maggiordomo .plus .plus__title {
      padding: 0 0 24px; }
    .maggiordomo .plus .plus__copy {
      padding: 0 0 35px; } }
  
  .maggiordomo .plus__copy {
    padding: 0 0 92px; }
  
  .maggiordomo .plus__image {
    margin: 90px 0 45px; }
  
  .maggiordomo .plus__title, .maggiordomo .plus__list{
    text-align: center;
  }

  .maggiordomo .plus__point {
    padding: 0 0px 16px 0px;
  }
  .maggiordomo .plus__point:before {
    display: none;
  }
  
  .maggiordomo .associated h2, .maggiordomo .associated .plus .plus__title, .plus .maggiordomo .associated .plus__title {
    color: #ffffff; }
  
  .maggiordomo .bridge h2, .maggiordomo .bridge .plus .plus__title, .plus .maggiordomo .bridge .plus__title {
    color: #ffffff; }
  
  .calculate__claim {
    font-size: 35px;
    letter-spacing: 0.01em;
    padding: 20px 0; }
  @media (max-width: 767.98px) {
    .calculate__claim {
      font-size: 20px;
      letter-spacing: 0.01em;
      padding: 0 0 20px; } }

.calculate--maggiordomo .option {
  color: #4F5D5B; }
@media (max-width: 767.98px) {
  .calculate--maggiordomo .option {
    padding: 16px; } }
.calculate--maggiordomo .option:after {
  border-top-color: #00788D; }
.calculate--maggiordomo .option.chosen, .calculate--maggiordomo .option:hover {
  color: #ffffff;
  background: #00788D;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65; }
.calculate--maggiordomo .option.chosen .option__copy, .calculate--maggiordomo .option:hover .option__copy {
  color: #ffffff; }
.calculate--maggiordomo .option.chosen {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #ffffff; }
.calculate--maggiordomo .option.chosen .option__copy {
  color: #ffffff; }

.calculate--maggiordomo .option__copy {
  font-size: 50px;
  line-height: 0.64em;
  color: #00788D;
}

@media (max-width: 991.98px) {
  .calculate--maggiordomo .option__copy {
    font-size: 38px;
    line-height: 0.57895em;
    padding: 0.21053em 0 0;
  }
}
  
.calculate--maggiordomo .safe-result-amount {
  color: #00788D;
}

.bridgelist{
  width: 100%;
  display: flex;
  margin-right: 0;
  margin-left: 0;
  flex-wrap: wrap;
}

.bridgelist .slick-dots {
  margin: 0;
}

@media (max-width: 992px) {
  .bridgelist .slick-dots {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 100%;
    bottom: 80px;
    left: 0;
    justify-content: center;
    align-items: center;
  }
  .bridgelist .slick-dots li.slick-active{
    width: 16px;
    height: 16px;
    border-radius: 100px;
  }
  .bridgelist .slick-dots li{
    background: white !important;
    width: 8px;
    height: 8px;
    margin:0px 2px;
    border-radius: 100px;
  }
}

.bridgelist.slick-dots li {
  display: inline-block;
  font-size: 0;
  background: #76838A;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  line-height: 1;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.bridgelist .slick-dots li.slick-active {
  background: #4F5D5B;
}

.bridgelist .slick-dots li button {
  font-size: 0;
  border: none;
  background: transparent;
}

@media (min-width: 768px) and (max-width: 1224px) {
.maggiordomo .associated__block {
  font-size: 35px;
  }
}

/*------------------------------------------------------*/

.cadhoc .main-banner-form-box-header {
  background: #59074D !important; }

.cadhoc h2, .cadhoc .plus .plus__title, .plus .cadhoc .plus__title {
  color: #E5022F; }

.cadhoc .main-banner-form-toc .toc__link,
.cadhoc .main-banner-form-toc .accordion:after {
  color: #E5022F; }

.cadhoc .main-banner-form-toc .checkbox input[type='checkbox']:checked + span,
.cadhoc .main-banner-form-toc .radiobutton input[type='radio']:checked + span {
  background-color: #E5022F; }

.cadhoc .go-to-top {
  background: #E5022F; }

@media (min-width: 576px) {
  .cadhoc .services__list {
    display: table;
    table-layout: fixed;
    padding-top: 64px; }
  .cadhoc .service {
    display: table-cell;
    vertical-align: top;
    padding: 0 25px; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .cadhoc .services {
    padding: 50px 0 5px; }
  .cadhoc .services__list {
    display: block;
    font-size: 0; }
  .cadhoc .service {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
    vertical-align: top; }
    .cadhoc .service p {
      display: block;
      width: 100%;
      padding: 0 0 15px; } }

@media (max-width: 767.98px) {
  .cadhoc .services {
    padding: 60px 0 40px; }
  .cadhoc .service {
    margin: 0 0 24px; }
    .cadhoc .service br {
      display: none; } }

.cadhoc .service__icon {
  color: #E5022F;
  font-size: 70px; }
  @media (max-width: 767.98px) {
    .cadhoc .service__icon {
      font-size: 52px; } }

.cadhoc .service--book .service__icon,
.cadhoc .service--mobile-card .service__icon,
.cadhoc .service--ok .service__icon {
  font-size: 66px; }
  @media (max-width: 767.98px) {
    .cadhoc .service--book .service__icon,
    .cadhoc .service--mobile-card .service__icon,
    .cadhoc .service--ok .service__icon {
      font-size: 50px; } }

.cadhoc .plus {
  padding: 0 0 60px; }
  .cadhoc .plus h2, .cadhoc .plus .plus__title {
    padding: 0 0 12px; }
  .cadhoc .plus .plus__title {
    color: #4F5D5B;
    padding: 0 0 40px; }
  @media (max-width: 767.98px) {
    .cadhoc .plus {
      padding-bottom: 52px; }
      .cadhoc .plus h2, .cadhoc .plus .plus__title {
        padding: 0 0 24px; }
      .cadhoc .plus .plus__copy {
        padding: 0 0 35px; } }

.cadhoc .plus__copy {
  padding: 0 0 92px; }

.cadhoc .plus__image {
  margin: 90px 0 45px; }

.cadhoc .plus__point:before {
  background-image: url("../img/check--red.png"); }

.cadhoc .associated h2, .cadhoc .associated .plus .plus__title, .plus .cadhoc .associated .plus__title {
  color: #ffffff; }

.cadhoc .bridge h2, .cadhoc .bridge .plus .plus__title, .plus .cadhoc .bridge .plus__title {
  color: #ffffff; }

.calculate__claim {
  font-size: 35px;
  letter-spacing: 0.01em;
  padding: 20px 0; }
  @media (max-width: 767.98px) {
    .calculate__claim {
      font-size: 20px;
      letter-spacing: 0.01em;
      padding: 0 0 20px; } }

.calculate--cadhoc .option {
  color: #4F5D5B; }
  @media (max-width: 767.98px) {
    .calculate--cadhoc .option {
      padding: 16px; } }
  .calculate--cadhoc .option:after {
    border-top-color: #E5022F; }
  .calculate--cadhoc .option.chosen, .calculate--cadhoc .option:hover {
    color: #ffffff;
    background: #E5022F;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65; }
    .calculate--cadhoc .option.chosen .option__copy, .calculate--cadhoc .option:hover .option__copy {
      color: #ffffff; }
  .calculate--cadhoc .option.chosen {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #ffffff; }
    .calculate--cadhoc .option.chosen .option__copy {
      color: #ffffff; }

.calculate--cadhoc .option__copy {
  font-size: 50px;
  line-height: 0.64em;
  color: #E5022F; }
  @media (max-width: 991.98px) {
    .calculate--cadhoc .option__copy {
      font-size: 38px;
      line-height: 0.57895em;
      padding: 0.21053em 0 0; } }

.calculate--cadhoc .safe-result-amount {
  color: #E5022F; }

.shop {
  /* min-height: 52px;
    margin: 0 0 20px;
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 35px; */ }
  @media (min-width: 992px) {
    .shop {
      flex: 0 0 20%;
      margin: 0 0 30px; } }
  .shop img {
    display: inline-block;
    max-width: 160px; }
  @media (max-width: 991.98px) {
    .shop {
      padding: 0 30px;
      margin: 0; } }
  @media (max-width: 767.98px) {
    .shop {
      min-height: 0;
      margin: 0;
      float: none;
      position: relative;
      height: 100px; }
      .shop img {
        max-height: 100%;
        max-width: 200px; } }

.shops__list {
  overflow: hidden;
  margin: 0 -35px; }
  @media (min-width: 992px) {
    .shops__list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .shops__list .slick-slide > div {
    display: table;
    width: 100%; }
    .shops__list .slick-slide > div .shop {
      display: table-cell !important;
      height: 120px;
      vertical-align: middle;
      text-align: center; }
  .shops__list .slick-dots {
    margin: 0; }
    @media (max-width: 767.98px) {
      .shops__list .slick-dots {
        margin: 35px 0 0; } }
    .shops__list .slick-dots li {
      display: inline-block;
      font-size: 0;
      background: #76838A;
      border: none;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      line-height: 1;
      width: 8px;
      height: 8px;
      margin: 0 5px; }
      .shops__list .slick-dots li.slick-active {
        background: #4F5D5B; }
      .shops__list .slick-dots li button {
        font-size: 0;
        border: none;
        background: transparent; }

.buonipasto .main-banner-form-box-header {
  background: #005446 !important;  }
  /* @media (min-width: 992px) {
    .buonipasto .main-banner-form-box-header {
      font-size: 17px;
      line-height: 1.35294em; } }
  @media (max-width: 575.98px) {
    .buonipasto .main-banner-form-box-header {
      padding: 12px 0; } }*/

.buonipasto h2, .buonipasto .plus .plus__title, .plus .buonipasto .plus__title {
  color: #64B145; }

.buonipasto .main-banner-form-toc .toc__link,
.buonipasto .main-banner-form-toc .accordion:after {
  color: #64B145; }

.buonipasto .main-banner-form-toc .checkbox input[type='checkbox']:checked + span,
.buonipasto .main-banner-form-toc .radiobutton input[type='radio']:checked + span {
  background-color: #64B145; }

.buonipasto .go-to-top {
  background: #64B145; }

@media (max-width: 767.98px) {
  .buonipasto .services {
    padding: 36px 0 54px; } }

@media (min-width: 992px) {
  .buonipasto .service p {
    padding: 0; } }

.buonipasto .service .service__icon {
  color: #64B145; }

.buonipasto .plus__copy {
  padding: 0 0 68px; }
  @media (max-width: 767.98px) {
    .buonipasto .plus__copy {
      padding: 0 0 58px; } }

.buonipasto .plus__image {
  margin: 0 0 28px; }
  @media (max-width: 767.98px) {
    .buonipasto .plus__image {
      margin: 0 0 14px; } }

@media (max-width: 767.98px) {
  .buonipasto .plus__image-caption {
    padding: 0 15px 42px; } }

@media (max-width: 767.98px) {
  .buonipasto .calculate {
    padding-top: 38px; } }

.buonipasto .calculate .option:after {
  border-top-color: #64B145; }

.buonipasto .calculate .option.chosen, .buonipasto .calculate .option:hover {
  color: #ffffff;
  background: #64B145;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65; }
  .buonipasto .calculate .option.chosen .option__copy, .buonipasto .calculate .option:hover .option__copy {
    color: #ffffff; }

.buonipasto .calculate .option.chosen {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #ffffff; }
  .buonipasto .calculate .option.chosen .option__copy {
    color: #ffffff; }

.buonipasto .calculate .option__copy {
  color: #64B145; }

.buonipasto .calculate .safe-result-amount {
  color: #64B145;
  padding-left: 15px;
  padding-right: 15px; }

.buonipasto .associated h2, .buonipasto .associated .plus .plus__title, .plus .buonipasto .associated .plus__title {
  color: #ffffff; }

@media (min-width: 576px) and (max-width: 991.98px) {
  .buonipasto .service {
    margin: 0 0 42px; } }

.buonipasto .service__icon {
  color: #E5022F;
  font-size: 64px; }
  @media (max-width: 767.98px) {
    .buonipasto .service__icon {
      font-size: 46px; } }

.buonipasto .service--italia img {
  height: 80px; }
  @media (max-width: 767.98px) {
    .buonipasto .service--italia img {
      height: 60px; } }

.buonipasto .service--documents .service__icon {
  font-size: 70px; }
  @media (max-width: 767.98px) {
    .buonipasto .service--documents .service__icon {
      font-size: 50px; } }

.buonipasto .bridge h2, .buonipasto .bridge .plus .plus__title, .plus .buonipasto .bridge .plus__title {
  color: #ffffff; }

.buonipasto .plus__point:before {
  background-image: url("../img/check--green.png"); }

.buonipasto .calculate .safe-results > .row {
    row-gap: 30px; }

@media (max-width: 767.98px) {
  .buonipasto .calculate .safe-results > .row {
    row-gap: 0; }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .buonipasto .calculate .safe-results > .row {
    row-gap: 23px; }
}

.dipendenti-ma{
  font-size: 16px;
  font-weight: 400;
  color: #4F5D5B;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  width: 100%;
  padding: 0 15px;
  height: 41px;
  line-height: normal !important;
  font-family: "Roboto", sans-serif;
  background: #ffffff;
}

/*# sourceMappingURL=style.css.map */
