/*FONT*/
@font-face {
  font-family: gilroy-bold;
  src: url(../fonts/Gilroy-Bold.otf); }

@font-face {
  font-family: gilroy-light;
  src: url(../fonts/Gilroy-Light.otf); }

@font-face {
  font-family: gilroy-regular;
  src: url(../fonts/Gilroy-Regular.otf); }

@font-face {
  font-family: gilroy-medium;
  src: url(../fonts/Gilroy-Medium.otf); }

@font-face {
  font-family: gilroy-semi-bold;
  src: url(../fonts/Gilroy-SemiBold.otf); }

/*HEADER*/
#container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  max-width: 1340px;
  margin: 0 auto;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
  background-color: white; }

@media screen and (max-width: 789px) {
  #container {
    grid-column-gap: 24px; } }

  #container .stripe_thin {
    display: none; }

  #container #header_back {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / span 12;
    background: unset;
    height: 204px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
    margin: 0 auto !important; }

  #container #header_back #header-navbar {
    display: none; }

@media (min-width: 790px) {
  #container #header_back {
    border-bottom: 36px solid #f1c350; }

  #container #header_back:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 100%;
    top: 204px;
    left: 0;
	/*color bar menu*/
    background-color: #f1c350; 
    z-index: 1; }

  #container #header_back #header-navbar {
    display: block;
    position: absolute;
    top: 204px;
    height: 50px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1300px;
    width: 1300px !important;
    z-index: 10;
    margin-left: calc((50vw - 670px) + 20px); }

  #container #header_back #header-navbar nav {
    height: 100%; }

  #container #header_back #header-navbar ul {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0; }

  #container #header_back #header-navbar ul li {
    list-style: none;
    height: 100%;
    width: 100%;
    padding: 0;
    line-height: 18px;
    text-align: center;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

    #container #header_back #header-navbar ul li a {
      font-family: gilroy-semi-bold;
      font-size: 18px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      text-shadow: none;
      color: #282f30;
      text-decoration: none; }

      #container #header_back #header-navbar ul li a:hover {
        text-decoration: underline; }

      #container #header_back #header-navbar ul li:hover {
        background-color: #1a2e65; }

      #container #header_back #header-navbar ul li.home-button {
        min-width: 50px;
        width: auto;
        text-align: left;
        -webkit-box-pack: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left; }

      #container #header_back #header-navbar ul li.home-button:hover {
        background-color: transparent; }

      #container #header_back #header-navbar ul li.home-button i {
        color: #302e28 !important;
        font-size: 25px; }

      #container #header_back #header-navbar ul li.selected {
			  background-color: #1a2e65 !important; } 
}

@media screen and (max-width: 1340px) {
  #container #header_back #header-navbar {
    margin-left: 0 !important;
    width: 100% !important;
    padding-right: 20px;
    padding-left: 20px; } 
}
@media screen and (max-width: 789px) {
  #container #header_back {
    height: 173px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } 
}
  #container #header_back #header {
    height: 204px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1300px;
    width: 1300px !important;
    padding: 0;
    margin-top: 0 !important; }

@media screen and (max-width: 1340px) {
  #container #header_back #header {
    width: 100% !important;
    padding-right: 20px;
    padding-left: 20px; }
}

@media screen and (max-width: 789px) {
  #container #header_back #header {
    height: 173px;
    margin-left: 0 !important;
    margin-right: 0 !important; } 
}
  #container #header_back #header #search {
    margin: 0;
    height: 40px !important;
    float: none;
    margin-top: 0 !important;
    padding: 0 !important;
    width: unset !important;
    margin-right: 0 !important;
    margin-left: 0 !important; }

@media screen and (max-width: 789px) {
  #container #header_back #header #search {
    position: absolute;
    width: 100% !important;
    height: 51px !important;
    top: 121px;
    left: 0; } 
}

@media screen and (min-width: 790px) {
  #container #header_back #header #search::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 100%;
    top: 0;
    left: 0;
		/*top bar color*/
    background-color: #1a2e65;
    z-index: 1; } 
}
  #container #header_back #header #search #barInHeader {
    height: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: 0 !important; }
    
  #container #header_back #header #search #barInHeader #buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0; }

@media screen and (max-width: 789px) {
  #container #header_back #header #search #barInHeader #buttons {
    width: 100% !important;
    margin-top: 0; } 
}

  #container #header_back #header #search #barInHeader #buttons > .button a {
    color: #302e28 !important;
    font-family: gilroy-semi-bold; }

  #container #header_back #header #search #barInHeader #buttons > .button a:hover {
    color: #302e28 !important;
    text-decoration: none; }

  #container #header_back #header #search #barInHeader #buttons .button_search {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: unset;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0; }

@media screen and (max-width: 789px) {
  #container #header_back #header #search #barInHeader #buttons .button_search {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } 
}

  #container #header_back #header #search #barInHeader #buttons .button_search .button {
    height: unset;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (max-width: 789px) {
  #container #header_back #header #search #barInHeader #buttons .button_search .button {
    margin-left: 20px;
    color: #1a2e65;
    border: none; } }

    #container #header_back #header #search #barInHeader #buttons .button_search .button a {
      color: #302e28 !important; }

    #container #header_back #header #search #barInHeader #buttons .button_search .button a:hover {
      color: #302e28 !important;
      text-decoration: none; }
      
    #container #header_back #header #search #barInHeader #buttons .button_search .button a.english, #container #header_back #header #search #barInHeader #buttons .button_search .button a.italian {
      background: unset;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 24px 0 0; }

@media screen and (max-width: 789px) {
  #container #header_back #header #search #barInHeader #buttons .button_search .button a.english, #container #header_back #header #search #barInHeader #buttons .button_search .button a.italian {
    margin-right: 0;
    color: #1a2e65; }
}

  #container #header_back #header #search #barInHeader #buttons .button_search .button a.english span, #container #header_back #header #search #barInHeader #buttons .button_search .button a.italian span {
    display: none !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a2e65; }

@media screen and (max-width: 789px) {
  #container #header_back #header #search #barInHeader #buttons .button_search .button a.english::before, #container #header_back #header #search #barInHeader #buttons .button_search .button a.italian::before {
    color: #ffffff !important; } 
}

  #container #header_back #header #search #barInHeader #buttons .button_search .button a.english::before {
    content: "EN";
    color: #ffffff;
    font-family: gilroy-bold;
    font-weight: bold;
    font-size: 16px; }

    #container #header_back #header #search #barInHeader #buttons .button_search .button a.italian::before {
      content: "IT";
      color: #ffffff;
      font-family: gilroy-bold;
      font-weight: bold;
      font-size: 16px; }

@media screen and (max-width: 789px) {
  #container #header_back #header #search #barInHeader #buttons .button_search form#search-form {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } 
}

  #container #header_back #header #search #barInHeader #buttons .button_search form#search-form input.searchtext {
    width: 320px;
    height: 30px;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    outline: none;
    border: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 33px 6px 16px; }

@media screen and (max-width: 789px) {
  #container #header_back #header #search #barInHeader #buttons .button_search form#search-form input.searchtext {
    width: auto;
    border: 1px solid #1a2e65 !important;
    height: 36px;
    width: 100% !important; } 
}

  #container #header_back #header #search #barInHeader #buttons .button_search form#search-form a {
    position: absolute;
    top: 11px;
    right: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    cursor: pointer; }
    
    @media screen and (max-width: 789px) {
      #container #header_back #header #search #barInHeader #buttons .button_search form#search-form a {
        top: 10px; } }

    #container #header_back #header #search #barInHeader #buttons .button_search form#search-form a img {
      -webkit-filter: brightness(0.75);
              filter: brightness(0.75);}

    #container #header_back #header #search #barInHeader #buttons .button_search form#search-form a i {
      color: #1a2e65; }

#container #header_back #header #search #barInHeader #buttons #top-left-buttons {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  height: 100%; }

  #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-right: 24px; }

    #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button a {
      height: auto;
      width: 100%;
      margin: 0; }

      #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button a span {
        width: 100%;
        font-family: gilroy-semi-bold;
        font-size: 14px;
        font-weight: 600;
        /* top color characters*/
        color: #ffffff; }

      #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button a .shortIcon, #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button a i {
        display: none !important; }

    #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button:last-of-type a {
      margin-right: 0;
      padding-right: 24px;
      border-right: none; }

  @media screen and (max-width: 789px) {
    #container #header_back #header #search #barInHeader #buttons #top-left-buttons {
      position: absolute;
      right: 0;
      z-index: 10;
      bottom: -41px;
      height: 41px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-right: 20px; }

      #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button {
        width: 41px !important;
        height: 41px;
        border: 0;
        margin-right: 0;
        margin-top: 0 !important; }

        #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button:last-of-type a {
          border-right: 0 !important;
          padding-right: 0 !important; }

        #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button:first-of-type {
          margin-right: 0 !important; }

        #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button a {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }

          #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button a .shortIcon {
            height: 18px;
            width: auto;
            display: none !important; }

          #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button a i {
            display: block !important;
            color: #302e28;
            font-size: 20px; }

          #container #header_back #header #search #barInHeader #buttons #top-left-buttons .button a span.desc {
            display: none !important; } }

    #container #header_back #header #logo_cont {
    height: 164px !important;
    margin-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    width: auto;
    padding: 0 !important;
    max-width: 50%; }

@media screen and (max-width: 789px) {
  #container #header_back #header #logo_cont {
  height: 121px !important;
  text-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: unset; } }

  #container #header_back #header #logo_cont a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

  #container #header_back #header #logo_cont img {
  height: 60% !important;
  max-height: 60% !important;
  margin: 0;
  width: 100%; }

  @media screen and (max-width: 972.66667px) {
  #container #header_back #header #logo_cont img {
    height: 83px !important; } }

  @media screen and (max-width: 789px) {
  #container #header_back #header #logo_cont img {
    max-width: 100%;
    height: 100% !important;
    max-height: 80% !important; } }

  #container #header_back #header #title {
  max-width: 45%;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 30px !important;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
      align-items: start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: gilroy-bold;
  height: 164px !important; }

  @media screen and (max-width: 789px) {
  #container #header_back #header #title {
  display: none; } }

  #container #header_back #header #foto {
  height: 164px !important;
  float: left;
  margin-top: 0 !important;
  margin-left: 40px;
  width: 269px !important;
  display: none !important; }

  @media screen and (max-width: 789px) {
  #container #header_back #header #foto {
  height: 121px !important;
  width: 50% !important;
  margin-left: 0; } }

  /*MAIN*/
  #main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  grid-column-gap: 30px; }

  @media screen and (max-width: 789px) {
  #main {
  display: block; }

  #main::before {
  position: absolute;
  content: "";
  height: 41px;
  width: 100%;
  top: 173px;
  left: 0;
  width: 100vw;
  background-color: #f1c350;
  z-index: 0; } }

#container #main {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1 / span 12;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1300px;
  width: 1300px !important;
  margin-top: 36px !important; }

  @media screen and (max-width: 1340px) {
    #container #main {
      width: 100% !important;
      padding-right: 20px !important;
      padding-left: 20px !important; } }

  @media screen and (max-width: 992px) {
    #container #main {
      -ms-grid-columns: (1fr)[14];
      grid-template-columns: repeat(14, 1fr); } }

  @media screen and (max-width: 789px) {
    #container #main {
      width: 100%;
      -ms-grid-columns: unset;
      grid-template-columns: unset;
      margin-top: 20 !important;
      padding-top: 0 !important; } }

  @media screen and (max-width: 789px) {
    #container #main {
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr; } }

  #container #main .dropdown {
    margin: 0; }

#right {
  -ms-grid-column: 4;
  -ms-grid-column-span: 9;
  grid-column: 4 / span 9;
  margin: 0 !important;
  padding: 0 0 0 15px !important;
  overflow-x: hidden; }

#right .csc-linkToTop {
    color: #1a2e65;
    margin-top: -22px;
    margin-bottom: 22px;
}
  @media screen and (max-width: 992px) {
    #right {
      -ms-grid-column: 6;
      -ms-grid-column-span: 9;
      grid-column: 6 / span 9;
      padding: 0 !important; } }

  @media screen and (max-width: 789px) {
    #right {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2;
      padding: 0px 15px 0 !important;
      -ms-grid-row: 2;
      grid-row: 2;
      max-width: 100%;
      width: 100%;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

  @media screen and (max-width: 394.5px) {
    #right {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2;
      max-width: 100%;
      width: 100%;
      overflow: hidden; } }
      
  #right .csc-default, #right .csc-frame {
    font-family: gilroy-regular;
    color: #302e28;
    margin-bottom: 40px; }

    @media screen and (max-width: 789px) {
      #right .csc-default, #right .csc-frame {
        margin-left: 0 !important; } }

    #right .csc-default .csc-header h1, #right .csc-frame .csc-header h1 {
      border: none;
      font-family: gilroy-bold;
      font-weight: bold;
      font-size: calc(28px + 12 * ((100vw - 789px) / 1131));
      line-height: calc(32px + 18 * ((100vw - 789px) / 1131));
      line-height: 1.25;
      color: #302e28;
      padding: 0;
      margin: 0 0 40px 0; }

    @media screen and (min-width: 1920px) {
  #right .csc-default .csc-header h1, #right .csc-frame .csc-header h1 {
    line-height: 50px; } }

    @media screen and (max-width: 789px) {
  #right .csc-default .csc-header h1, #right .csc-frame .csc-header h1 {
    line-height: 32px; } }

    @media screen and (min-width: 1920px) {
  #right .csc-default .csc-header h1, #right .csc-frame .csc-header h1 {
    font-size: 40px; } }

    @media screen and (max-width: 789px) {
  #right .csc-default .csc-header h1, #right .csc-frame .csc-header h1 {
    font-size: 28px; } }

      @media (max-width: 789px) {
        #right .csc-default .csc-header h1, #right .csc-frame .csc-header h1 {
          font-size: 28px !important;
          margin: 0 0 20px 0; } }
    
  #right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
    border: none;
    font-family: gilroy-bold;
    font-weight: bold;
    color: #302e28;
    padding: 0;
    line-height: 125%;
    margin-top: 0 !important; }

    #right h1 a, #right h2 a, #right h3 a, #right h4 a, #right h5 a, #right h6 a {
      color: #f08323;
      text-decoration: underline; }

  #right h1 {
    font-size: calc(28px + 12 * ((100vw - 789px) / 1131));
    margin: 0 0 32px 0; }

  @media screen and (min-width: 1920px) {
  #right h1 {
    font-size: 40px; } }

  @media screen and (max-width: 789px) {
  #right h1 {
    font-size: 28px; } }

    @media (max-width: 789px) {
      #right h1 {
        margin: 0 0 20px 0; } }

/*FOOTER*/
body #footer {
  background: #302e28 !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 15px 1.6fr 15px 1fr;
  grid-template-columns: 1.5fr 1.6fr 1fr;
      grid-template-areas: "logo link social" "copy link social";
  grid-column-gap: 15px;
  border: none !important;
  text-align: left;
  padding: 80px calc((50vw - 600px) + 20px) !important;
  height: auto !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  margin: 0 auto !important; }

  @media screen and (max-width: 992px) {
    body #footer {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
          grid-template-areas: "logo" "copy" "link" "social";
      height: auto !important; } }

  @media (max-width: 1340px) {
    body #footer {
      padding-right: 20px !important;
      padding-left: 20px !important; } }

  body #footer .footer-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: logo;
    margin-bottom: 15px; }

    @media screen and (max-width: 992px) {
      body #footer .footer-logo {
        text-align: center;
        margin-bottom: 15px; } }

    body #footer .footer-logo img {
      width: 135px;
      height: auto; }

  body #footer .footer-copyright {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    padding-left: 0;
    font-family: gilroy-regular;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    grid-area: copy; }

    @media screen and (max-width: 992px) {
      body #footer .footer-copyright {
        display: inline-block;
        text-align: center;
        margin: 0 auto 60px; } }

    body #footer .footer-copyright a {
      font-family: gilroy-bold;
      font-weight: bold;
      font-size: 14px;
      line-height: 21px;
      color: #ffffff !important; }

      body #footer .footer-copyright a:hover {
        text-decoration: underline; }

  body #footer .footer-linkutili {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    grid-area: link; }

    @media screen and (max-width: 992px) {
      body #footer .footer-linkutili {
        margin-bottom: 30px; }

        body #footer .footer-linkutili p {
          display: none; }

        body #footer .footer-linkutili li {
          text-align: center; } }

    body #footer .footer-linkutili p, body #footer .footer-linkutili a, body #footer .footer-linkutili li {
      font-family: gilroy-bold;
      font-weight: bold;
      font-size: 14px;
      line-height: 21px;
      color: #ffffff !important; }

    body #footer .footer-linkutili a {
      text-decoration: underline; }

    body #footer .footer-linkutili ul {
      padding: 0;
      margin: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; }

      @media screen and (max-width: 1183.5px) {
        body #footer .footer-linkutili ul {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }

      body #footer .footer-linkutili ul li {
        list-style: none; }

  body #footer .footer-social {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    grid-area: social; }

  @media screen and (max-width: 992px) {
    body #footer .footer-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }

    body #footer .footer-copyright {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }

    body #footer .footer-linkutili {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }

    body #footer .footer-social {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; } }

    @media screen and (max-width: 992px) {
      body #footer .footer-social {
        display: -ms-grid;
        display: grid;
            grid-template-areas: "p" "a"; } }

    @media screen and (max-width: 992px) {
      body #footer .footer-social {
        display: block;
        text-align: center; } }

    body #footer .footer-social p {
      font-family: gilroy-bold;
      font-weight: bold;
      font-size: 14px;
      line-height: 21px;
      color: #ffffff !important; }

      @media screen and (max-width: 992px) {
        body #footer .footer-social p {
          text-align: center;
          grid-area: p; } }

      @media screen and (max-width: 789px) {
        body #footer .footer-social p {
          text-align: center;
          display: block;
          grid-area: unset; } }

    body #footer .footer-social a {
      margin-right: 15px;
      color: #ffffff; }

      @media screen and (max-width: 992px) {
        body #footer .footer-social a {
          grid-area: a; } }

      @media screen and (max-width: 992px) {
      body #footer .footer-social p {
        -ms-grid-row: 1;
        -ms-grid-column: 1; }

      body #footer .footer-social a {
        -ms-grid-row: 2;
        -ms-grid-column: 1; } }

      @media screen and (max-width: 789px) {
        body #footer .footer-social a {
          grid-area: unset; } }

      body #footer .footer-social a span {
        color: #ffffff; }
