/** Aviato — pg-gl-2020.11.18 - footer.css **/

.component-footer {
  width: 100%;
  padding: 40px 20px;
  background: #000000; }
  .component-footer.custom, .component-footer.gigya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    min-height: 50px;
    color: #ffffff;
    font-family: "BentonSans", sans-serif; }
    .component-footer.custom.white, .component-footer.gigya.white {
      background: #ffffff;
      color: #000000; }
      .component-footer.custom.white *,
      .component-footer.custom.white * > *, .component-footer.gigya.white *,
      .component-footer.gigya.white * > * {
        color: #000000 !important; }
    .component-footer.custom .copyright,
    .component-footer.custom .cookie, .component-footer.gigya .copyright,
    .component-footer.gigya .cookie {
      margin: 5px 0; }
      .component-footer.custom .copyright a,
      .component-footer.custom .cookie a, .component-footer.gigya .copyright a,
      .component-footer.gigya .cookie a {
        display: inline-block;
        color: #ffffff; }
        .component-footer.custom .copyright a:not(:last-child)::after,
        .component-footer.custom .cookie a:not(:last-child)::after, .component-footer.gigya .copyright a:not(:last-child)::after,
        .component-footer.gigya .cookie a:not(:last-child)::after {
          content: '|';
          margin: 0 5px; }
  .component-footer .social {
    padding: 10px 0; }
  .component-footer .links {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 20px 0;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-footer .links ul {
      list-style: none;
      padding: 0; }
      .component-footer .links ul li {
        display: block;
        color: #ffffff;
        padding: 2px 0; }
        .component-footer .links ul li.title {
          padding: 10px 0;
          text-transform: uppercase; }
          .component-footer .links ul li.title h2 {
            font-family: "Roboto", sans-serif;
            font-size: 0.75rem;
            letter-spacing: normal;
            font-weight: 400; }
        .component-footer .links ul li a {
          color: #ffffff; }
  .component-footer .newsletter-title {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400; }
  .component-footer .footer-newsletterForm {
    position: relative; }
    .component-footer .footer-newsletterForm .fieldset input[type='email'],
    .component-footer .footer-newsletterForm fieldset input[type='email'] {
      background: transparent;
      color: white;
      border-color: #ffffff; }
      .component-footer .footer-newsletterForm .fieldset input[type='email']:-webkit-autofill,
      .component-footer .footer-newsletterForm fieldset input[type='email']:-webkit-autofill {
        -webkit-text-fill-color: #ffffff;
        -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                box-shadow: 0 0 0px 1000px #000000 inset !important; }
        .component-footer .footer-newsletterForm .fieldset input[type='email']:-webkit-autofill:focus, .component-footer .footer-newsletterForm .fieldset input[type='email']:-webkit-autofill:hover,
        .component-footer .footer-newsletterForm fieldset input[type='email']:-webkit-autofill:focus,
        .component-footer .footer-newsletterForm fieldset input[type='email']:-webkit-autofill:hover {
          -webkit-text-fill-color: #ffffff;
          -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                  box-shadow: 0 0 0px 1000px #000000 inset !important; }
      .component-footer .footer-newsletterForm .fieldset input[type='email'].edge-autofilled,
      .component-footer .footer-newsletterForm fieldset input[type='email'].edge-autofilled {
        background-color: none !important;
        -webkit-text-fill-color: #ffffff;
        -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                box-shadow: 0 0 0px 1000px #000000 inset !important; }
      .component-footer .footer-newsletterForm .fieldset input[type='email'].has-error + .label-text,
      .component-footer .footer-newsletterForm fieldset input[type='email'].has-error + .label-text {
        color: #eb0014; }
        .component-footer .footer-newsletterForm .fieldset input[type='email'].has-error + .label-text ~ .error-message,
        .component-footer .footer-newsletterForm fieldset input[type='email'].has-error + .label-text ~ .error-message {
          color: #eb0014; }
    .component-footer .footer-newsletterForm .btn-subscribe {
      right: 0;
      position: absolute;
      top: 0;
      color: #ffffff;
      background: black;
      width: 30px;
      height: calc(100% - 1px);
      border-top: 1px solid #000000;
      z-index: 1; }
  .component-footer .footer {
    padding: 10px 0;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-footer .footer a {
      color: #ffffff; }
    .component-footer .footer .vat-link a {
      pointer-events: none; }
  [dir='rtl'] .component-footer .links {
    padding-right: 0 !important; }
  [dir='rtl'] .component-footer .footer-newsletterForm .btn-subscribe {
    right: auto;
    left: 0; }
    [dir='rtl'] .component-footer .footer-newsletterForm .btn-subscribe.icon-right:before {
      content: '\E913';
      line-height: 30px; }

@media (min-width: 1024px) {
  .component-footer {
    width: 100%;
    padding: 40px 7.12%; }
    .component-footer.custom, .component-footer.gigya {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 20px; }
    .component-footer .newsletter-title {
      display: block;
      padding: 10px 0; }
    [dir] .component-footer .links {
      padding: 10px; }
      [dir] .component-footer .links.nl-border:before {
        content: '';
        background: #666;
        width: 1px;
        height: 75%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(15%);
                transform: translateY(15%);
        margin-left: -20px; }
    .component-footer .footer .right {
      text-align: right; }
    [dir='rtl'] .component-footer .links.nl-border:before {
      right: 0;
      margin-left: unset;
      margin-right: -10%; } }

@media (max-device-width: 1024px) and (orientation: landscape) {
  [dir='rtl'] .component-footer .links.nl-border:before {
    margin-right: -5%; } }
