/** Aviato — pg-gl-2019.10.31 - modal.css **/

.component-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 520; }
  .component-modal .content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 20px 20px 20px;
    background: #ffffff;
    height: auto;
    width: 100%;
    min-height: 100vh; }
    .component-modal .content .close {
      position: absolute;
      right: 10px;
      top: 10px;
      height: 15px;
      width: 15px;
      cursor: pointer;
      opacity: 1;
      z-index: 10;
      font-size: 0.875rem; }
    .component-modal .content .title {
      margin-bottom: 35px;
      border-bottom: 1px solid #666;
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-modal .content .title.no-border {
        border: none; }
      .component-modal .content .title .big {
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.875rem;
        letter-spacing: normal;
        font-weight: 700;
        color: #000000; }
    .component-modal .content .logo-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px; }
      .component-modal .content .logo-cover:after {
        content: '';
        width: 90%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 1px;
        background: #666;
        bottom: 0; }
      .component-modal .content .logo-cover .logo {
        height: 15px; }
  .component-modal.active {
    display: block; }
  .component-modal:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .focus-visible .component-modal:focus .content {
      -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
              box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-modal .button:active {
    padding-left: 20px;
    padding-right: 20px; }
  .component-modal#avalaraModal .content {
    min-height: 220px; }
  [dir="rtl"] .component-modal .close {
    left: 10px;
    right: inherit !important; }

@media (min-width: 1024px) {
  .component-modal .content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 350px;
    min-height: 300px;
    max-height: 90vh; }
  .component-modal.big {
    padding: 50px 0; }
    .component-modal.big .content {
      width: 90%;
      padding: 50px; }
      .component-modal.big .content .close {
        right: 20px;
        top: 20px;
        height: 20px;
        width: 20px;
        font-size: 1.25rem; }
  [dir="rtl"] .component-modal.big .close {
    left: 20px;
    right: inherit; } }

/** Aviato — pg-gl-2019.10.31 - overlay.css **/

body .component-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100vh;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  body .component-overlay .loader {
    background: #ffffff;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0; }
    body .component-overlay .loader .preloader {
      width: 200px;
      -webkit-animation: flickerAnimation 3.5s infinite;
              animation: flickerAnimation 3.5s infinite; }

body .js-overlay-opener {
  cursor: pointer; }

body.overlay-active {
  overflow: hidden;
  height: 100vh; }
  body.overlay-active.overlay-scroll {
    overflow: auto; }
  body.overlay-active .component-overlay {
    display: block;
    opacity: 1; }
  body.overlay-active.overlay-white .component-overlay {
    background: rgba(255, 255, 255, 0.8); }

body.no-scroll {
  overflow: hidden; }

html.overlay-active {
  overflow: hidden;
  height: 100vh; }

/** Aviato — pg-gl-2020.01.16 - freeHTML.css **/

.component-freeHTML {
  width: 100%; }
  .component-freeHTML .title {
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.75rem;
    font-family: "bold";
    font-size: 5px;
    letter-spacing: normal; }
  .component-freeHTML .financialTable {
    margin-bottom: 1rem;
    color: #000000; }
    .component-freeHTML .financialTable table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 7px 0px;
      font-size: 0.95rem;
      letter-spacing: 0; }
      .component-freeHTML .financialTable table p {
        font-size: 0.95rem;
        letter-spacing: 0; }
      .component-freeHTML .financialTable table tr td {
        text-align: right;
        border-bottom-color: #black;
        border-bottom-style: solid;
        border-top-color: #black;
        border-top-style: solid;
        border-top-width: 0px;
        border-bottom-width: 1px;
        padding: 0 5px 0 0; }
        .component-freeHTML .financialTable table tr td p {
          margin-bottom: 0;
          padding: 5px 0; }
          .component-freeHTML .financialTable table tr td p.underscore {
            text-decoration: underline; }
        .component-freeHTML .financialTable table tr td:first-child {
          /*width: 45%;*/
          text-align: left; }
          .component-freeHTML .financialTable table tr td:first-child p {
            line-height: 15px; }
        .component-freeHTML .financialTable table tr td.overlay-link {
          cursor: pointer; }
        .component-freeHTML .financialTable table tr td.italic-element p {
          font-style: italic;
          font-size: 0.85rem; }
      .component-freeHTML .financialTable table tr.column-labels td {
        border-top-width: 0;
        border-bottom: #000000 3px solid;
        vertical-align: bottom; }
        .component-freeHTML .financialTable table tr.column-labels td p {
          line-height: 15px;
          font-weight: 700;
          font-size: 0.7rem; }
      .component-freeHTML .financialTable table tr.column-labels-span-2 td {
        border-top-width: 0;
        border-bottom-width: 1px;
        vertical-align: bottom;
        text-align: center; }
        .component-freeHTML .financialTable table tr.column-labels-span-2 td p {
          line-height: 15px;
          font-weight: 700;
          font-size: 0.7rem; }
      .component-freeHTML .financialTable table tr.empty-row td {
        padding: 15px; }
      .component-freeHTML .financialTable table tr.no-border td {
        border-bottom-width: 0;
        border-top-width: 0; }
      .component-freeHTML .financialTable table tr.sub-total td {
        background-color: #abc9ec; }
      .component-freeHTML .financialTable table tr.total td {
        background-color: #abc9ec;
        border-bottom-width: 3px; }
        .component-freeHTML .financialTable table tr.total td p {
          font-weight: 700; }
      .component-freeHTML .financialTable table tr.just-title td p {
        line-height: 30px; }
      .component-freeHTML .financialTable table tr:first-child.no-border td p {
        line-height: 15px;
        font-weight: 700;
        font-size: 0.7rem; }
    @media (min-width: 768px) {
      .component-freeHTML .financialTable table tr td:first-child {
        width: 45%; }
      .component-freeHTML .financialTable #table021 tr td:first-child, .component-freeHTML .financialTable #table023 tr td:first-child, .component-freeHTML .financialTable #table038 tr td:first-child, .component-freeHTML .financialTable #table040 tr td:first-child, .component-freeHTML .financialTable #table068 tr td:first-child, .component-freeHTML .financialTable #table095 tr td:first-child, .component-freeHTML .financialTable #table109 tr td:first-child, .component-freeHTML .financialTable #table110 tr td:first-child, .component-freeHTML .financialTable #table024 tr td:first-child, .component-freeHTML .financialTable #table025 tr td:first-child, .component-freeHTML .financialTable #table026 tr td:first-child, .component-freeHTML .financialTable #table027 tr td:first-child {
        width: 75%; }
      .component-freeHTML .financialTable #table007 tr td:first-child, .component-freeHTML .financialTable #table009 tr td:first-child, .component-freeHTML .financialTable #table019 tr td:first-child, .component-freeHTML .financialTable #table032 tr td:first-child, .component-freeHTML .financialTable #table033 tr td:first-child {
        width: 55%; }
      .component-freeHTML .financialTable #table032 tr td:first-child, .component-freeHTML .financialTable #table041 tr td:first-child, .component-freeHTML .financialTable #table076 tr td:first-child, .component-freeHTML .financialTable #table113 tr td:first-child, .component-freeHTML .financialTable #table123 tr td:first-child, .component-freeHTML .financialTable #table124 tr td:first-child {
        width: 55%; } }
    @media (min-width: 1025px) {
      .component-freeHTML .financialTable table {
        table-layout: fixed; } }
  .component-freeHTML .gigyaForm {
    width: 100%;
    margin-bottom: 1rem; }
  .component-freeHTML .customForm {
    width: 100%;
    margin-bottom: 1rem; }
  .component-freeHTML .download-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px; }
    .component-freeHTML .download-icons .icon {
      font-size: 1.5rem; }
      .component-freeHTML .download-icons .icon:last-child {
        margin-left: 20px; }

/** 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%; } }

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

.component-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 50px;
  z-index: 150;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  .component-header.custom, .component-header.gigya {
    min-height: 50px; }
    .component-header.custom.align-logo-left, .component-header.gigya.align-logo-left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 20px; }
    .component-header.custom .language-selector, .component-header.gigya .language-selector {
      position: absolute;
      right: 20px;
      padding: 0;
      color: #ffffff; }
      .component-header.custom .language-selector .dropdown-label, .component-header.gigya .language-selector .dropdown-label {
        position: relative;
        padding: 0 12px;
        margin-right: 10px;
        cursor: pointer;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "BentonSans", sans-serif;
        font-size: 0.812rem;
        letter-spacing: 0.5px;
        font-weight: 400; }
        .component-header.custom .language-selector .dropdown-label:after, .component-header.gigya .language-selector .dropdown-label:after {
          content: '\E90C';
          font-family: "icomoon";
          font-size: 8px;
          position: absolute;
          top: 4px;
          right: -8px;
          -webkit-transition: .3s;
          transition: .3s; }
      .component-header.custom .language-selector .items, .component-header.gigya .language-selector .items {
        width: 100%;
        min-width: 110px;
        overflow: hidden;
        display: none;
        background: #ffffff;
        position: absolute;
        right: 0;
        padding: 10px 5px 5px; }
        .component-header.custom .language-selector .items > .language, .component-header.gigya .language-selector .items > .language {
          padding: 4px 8px;
          text-transform: uppercase;
          display: block;
          font-family: "BentonSans", sans-serif;
          font-size: 0.812rem;
          letter-spacing: 0.5px;
          font-weight: 400; }
          .component-header.custom .language-selector .items > .language:hover span, .component-header.gigya .language-selector .items > .language:hover span {
            text-decoration: underline; }
      .component-header.custom .language-selector.active, .component-header.gigya .language-selector.active {
        z-index: 101; }
        .component-header.custom .language-selector.active > .language:after, .component-header.gigya .language-selector.active > .language:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .component-header.is-mobile {
    z-index: 520; }
  .component-header .header-wrapper {
    position: relative; }
    .component-header .header-wrapper .header-title {
      z-index: 120; }
      .component-header .header-wrapper .header-title a {
        display: block; }
      .component-header .header-wrapper .header-title .logo {
        height: 15px;
        width: auto; }
  .component-header .icon-user,
  .component-header .icon-wish,
  .component-header .icon-shop,
  .component-header .icon-search {
    height: 20px;
    padding: 0;
    margin: 0 8px; }
  .component-header.black {
    background: #000000;
    color: #ffffff; }
    .component-header.black .logo.white {
      display: block; }
    .component-header.black .logo.black {
      display: none; }
    .component-header.black .icon-user,
    .component-header.black .icon-wish,
    .component-header.black .icon-shop,
    .component-header.black .icon-search {
      color: #ffffff; }
    .component-header.black .component-minicart a,
    .component-header.black .component-minicart button,
    .component-header.black .component-loginProfile a,
    .component-header.black .component-loginProfile button,
    .component-header.black .component-headerLinks a,
    .component-header.black .component-headerLinks button {
      color: #ffffff; }
    .component-header.black .component-minicart .top-links,
    .component-header.black .component-loginProfile .top-links,
    .component-header.black .component-headerLinks .top-links {
      padding: 15px 10px 0 10px;
      margin: 0; }
      .component-header.black .component-minicart .top-links li,
      .component-header.black .component-loginProfile .top-links li,
      .component-header.black .component-headerLinks .top-links li {
        border-color: #ffffff; }
  .component-header.white {
    background: #ffffff;
    color: #000000; }
    .component-header.white .logo.white {
      display: none; }
    .component-header.white .logo.black {
      display: block; }
    .component-header.white .icon-user,
    .component-header.white .icon-wish,
    .component-header.white .icon-shop,
    .component-header.white .icon-search {
      color: #000000; }
    .component-header.white .component-minicart *,
    .component-header.white .component-loginProfile *,
    .component-header.white .component-headerLinks * {
      color: #000000; }
    .component-header.white .component-minicart .top-links li,
    .component-header.white .component-loginProfile .top-links li,
    .component-header.white .component-headerLinks .top-links li {
      border-color: #000000; }
    .component-header.white .hamburger .hamburger-box .hamburger-inner {
      background-color: #000000 !important; }
      .component-header.white .hamburger .hamburger-box .hamburger-inner:after, .component-header.white .hamburger .hamburger-box .hamburger-inner:before {
        background-color: #000000 !important; }
    .component-header.white .language-selector {
      color: #000000; }
      .component-header.white .language-selector .dropdown-label {
        color: #000000; }
      .component-header.white .language-selector .items {
        background: #000000; }
        .component-header.white .language-selector .items > .language {
          color: #ffffff; }
  .component-header.mobile-menu-opened.black .logo.white, .component-header.mobile-menu-opened.white .logo.white,
  .dialog-active .component-header.black .logo.white,
  .dialog-active .component-header.white .logo.white {
    display: none; }
  .component-header.mobile-menu-opened.black .logo.black, .component-header.mobile-menu-opened.white .logo.black,
  .dialog-active .component-header.black .logo.black,
  .dialog-active .component-header.white .logo.black {
    display: block; }
  .component-header .top-actions {
    list-style: none;
    text-align: right;
    color: #ffffff;
    padding: 15px 10px 0 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-family: "BentonSans", sans-serif;
    font-size: 0.812rem;
    letter-spacing: 0.5px;
    font-weight: 400; }
    .component-header .top-actions li {
      display: inline-block;
      position: relative;
      padding: 0; }
      .component-header .top-actions li .icon-wish,
      .component-header .top-actions li .icon-user,
      .component-header .top-actions li .icon-shop,
      .component-header .top-actions li .icon-search {
        cursor: pointer;
        width: 15px;
        margin: 0 8px; }
  .component-header.custom, .component-header.gigya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .component-header.custom .header-wrapper, .component-header.gigya .header-wrapper {
      min-height: auto !important; }

.hamburger {
  max-width: 50px; }
  .hamburger .hamburger-box {
    z-index: 110; }
  .hamburger .hamburger-inner {
    -webkit-transition: .4s;
    transition: .4s; }
    .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
      -webkit-transition: .4s;
      transition: .4s; }
  .hamburger.is-active {
    position: relative;
    z-index: 200; }
    .hamburger.is-active .hamburger-inner {
      background-color: #000000; }
      .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #000000; }

@media (max-width: 1280px) {
  .dialog-active .component-header .component-stripBar {
    height: 0 !important;
    min-height: 0 !important; } }

@media (min-width: 1024px) {
  .component-header {
    min-height: 55px; }
    .dialog-active .component-header.black .logo.white {
      display: block; }
    .dialog-active .component-header.black .logo.black {
      display: none; }
    .dialog-active .component-header.white .logo.white {
      display: none; }
    .dialog-active .component-header.white .logo.black {
      display: block; }
    .component-header .header-wrapper {
      min-height: inherit; }
      .component-header .header-wrapper .header-title .logo {
        width: auto;
        height: 15px;
        z-index: 0; }
    .component-header.expanded {
      min-height: 147px; }
      .component-header.expanded .header-wrapper .header-title .logo {
        height: 47px; }
    .component-header.custom.align-logo-left {
      padding-left: 40px;
      padding-right: 40px; } }

/** Aviato — pg-gl-2020.01.16 - section.css **/

.component-section {
  width: 100%;
  padding: 30px 14px;
  position: relative; }
  .component-section:first-of-type {
    margin-top: 0;
    -webkit-transition: margin-top .3s ease-in, padding-top .3s ease-in;
    transition: margin-top .3s ease-in, padding-top .3s ease-in; }
  .component-section.edge-to-edge {
    padding: 30px 0;
    border: 0; }
    .component-section.edge-to-edge .container {
      padding: 0;
      width: 100%;
      max-width: 100%; }
  .component-section.custom, .component-section.gigya {
    padding-bottom: 100px;
    margin-top: 50px;
    min-height: calc( 100vh - (100px)); }

@media (min-width: 1024px) {
  .component-section {
    padding: 0;
    padding: 0 20px; }
    .component-section .container,
    .component-section .wrap {
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; }
    .component-section .container {
      width: calc( 85.52% + 40px); }
    .component-section .wrap {
      width: 85.52%; }
    .component-section.edge-to-edge {
      width: 100%;
      padding: 0; }
      .component-section.edge-to-edge .container {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .component-section.edge-to-edge .container.no-gutters {
          padding-left: 0;
          padding-right: 0; } }

/** Aviato — pg-gl-2019.10.31 - gigyaLibs.css **/

.component-section.gigya {
  padding-bottom: 100px;
  margin-top: 50px;
  min-height: calc( 100vh - (100px)); }

.aem-gigya-container {
  padding-top: 50px; }
  .aem-gigya-container .gigya-screen {
    margin-left: auto;
    margin-right: auto; }
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
  .aem-gigya-container .gigya-screen a.gigya-button,
  .aem-gigya-container .gigya-screen input[type=email],
  .aem-gigya-container .gigya-screen input[type=password],
  .aem-gigya-container .gigya-screen input[type=text],
  .aem-gigya-container .gigya-screen select,
  .aem-gigya-container .gigya-screen textarea {
    border-radius: 0;
    border: 0 none;
    border-bottom: 1px solid #747481;
    padding: 0 0 5px 0; }
  .aem-gigya-container .gigya-screen .gigya-input-password,
  .aem-gigya-container .gigya-screen .gigya-input-text,
  .aem-gigya-container .gigya-screen .gigya-textarea,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .aem-gigya-container .gigya-screen .gigya-input-checkbox + .gigya-label {
    position: relative; }
  .aem-gigya-container .gigya-screen .gigya-input-checkbox + .gigya-label::before,
  .aem-gigya-container .gigya-screen .subscription-checkbox + .subscription-name-label::before {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border: 1px solid #000000; }
  .aem-gigya-container .gigya-screen .gigya-input-checkbox:checked + .gigya-label::before,
  .aem-gigya-container .gigya-screen .subscription-checkbox:checked + .subscription-name-label::before {
    content: '';
    font-family: sans-serif; }
  .aem-gigya-container .gigya-screen .gigya-input-checkbox:checked + .gigya-label::after,
  .aem-gigya-container .gigya-screen .subscription-checkbox:checked + .subscription-name-label::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 7px;
    height: 4px;
    width: 7px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .aem-gigya-container .gigya-screen .subscription-checkbox + .subscription-name-label {
    position: relative;
    padding-left: 0 !important; }
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
  .aem-gigya-container .gigya-screen a.gigya-button,
  .aem-gigya-container .gigya-screen input[type=button],
  .aem-gigya-container .gigya-screen input[type=submit] {
    background-color: #000000;
    border-color: black; }
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:active,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:hover,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:active,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:hover,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:active,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:hover,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:active,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:hover,
  .aem-gigya-container .gigya-screen a.gigya-button:active,
  .aem-gigya-container .gigya-screen a.gigya-button:hover,
  .aem-gigya-container .gigya-screen input[type=button]:active,
  .aem-gigya-container .gigya-screen input[type=button]:hover,
  .aem-gigya-container .gigya-screen input[type=submit]:active,
  .aem-gigya-container .gigya-screen input[type=submit]:hover {
    background-color: #000000; }
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:active,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:active,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:active,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:active,
  .aem-gigya-container .gigya-screen a.gigya-button:active,
  .aem-gigya-container .gigya-screen input[type=button]:active,
  .aem-gigya-container .gigya-screen input[type=submit]:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .aem-gigya-container .gigya-screen .gigya-layout-row .gigya-composite-control {
    float: left; }
    .aem-gigya-container .gigya-screen .gigya-layout-row .gigya-composite-control::after {
      content: '';
      display: table;
      float: none;
      clear: both; }
  .aem-gigya-container .gigya-screen .gigya-composite-control {
    width: 100%; }
    .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-dob-day, .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-dob-month, .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-dob-year {
      width: calc(33.333% - 10px);
      position: relative; }
    .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-dob-month, .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-dob-year {
      padding-left: 15px; }
    .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-phone-prefix {
      width: calc(33.333% - 30px);
      position: relative; }
    .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-phone-number {
      width: calc(66.666% + 15px);
      padding-left: 15px; }
    .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-radio-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-radio-container > .gigya-label {
        width: 50%;
        margin-left: 0;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-radio-container .gigya-error-msg {
        width: 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-radio-container .gigya-multi-choice-item {
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-radio-container .gigya-multi-choice-item:first-of-type {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
    .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-radio-description {
      margin-bottom: 20px; }
  .aem-gigya-container .gigya-screen .gigya-terms-error,
  .aem-gigya-container .gigya-screen input.gigya-error,
  .aem-gigya-container .gigya-screen input[type=text].gigya-error,
  .aem-gigya-container .gigya-screen input[type=password].gigya-error,
  .aem-gigya-container .gigya-screen input[type=email].gigya-error,
  .aem-gigya-container .gigya-screen select.gigya-error,
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-error.gig-tfa-code-textbox,
  .aem-gigya-container .gigya-screen input.gigya-input-password.gigya-error,
  .aem-gigya-container .gigya-screen input.gigya-input-text.gigya-error,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-terms-error {
    border-radius: 0; }
  .aem-gigya-container .gigya-screen .gigya-terms-error,
  .aem-gigya-container .gigya-screen input.gigya-error,
  .aem-gigya-container .gigya-screen input[type=text].gigya-error,
  .aem-gigya-container .gigya-screen input[type=password].gigya-error,
  .aem-gigya-container .gigya-screen input[type=email].gigya-error,
  .aem-gigya-container .gigya-screen select.gigya-error {
    border: none;
    border-bottom: 1px solid #e76468; }
  .aem-gigya-container .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error {
    border: 1px solid #e76468; }
  .aem-gigya-container .gigya-screen-caption {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-align: center;
    border-color: #747481; }
  .aem-gigya-container .gigya-composite-control.gigya-composite-control-header {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    text-align: center;
    color: #000000; }
    .aem-gigya-container .gigya-composite-control.gigya-composite-control-header.gigya-subheadings {
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      letter-spacing: normal;
      font-weight: 700; }
  .aem-gigya-container .gigya-composite-control.gigya-composite-control-label.gigya-checkbox-subheading {
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 700;
    color: #000000;
    line-height: 1.56;
    padding: 40px 0 20px; }
  .aem-gigya-container .gigya-screen .gigya-label .gigya-label-text,
  .aem-gigya-container .gigya-composite-control .gigya-composite-control-label .gigya-label-text {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #747481; }
  .aem-gigya-container .gigya-composite-control.gigya-composite-control-label {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #747481; }
  .aem-gigya-container .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
  .aem-gigya-container .gigya-screen a.gigya-button,
  .aem-gigya-container .gigya-screen input[type=email],
  .aem-gigya-container .gigya-screen input[type=password],
  .aem-gigya-container .gigya-screen input[type=text],
  .aem-gigya-container .gigya-screen select,
  .aem-gigya-container .gigya-screen textarea {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    height: 24px;
    line-height: 24px; }
  .aem-gigya-container .gigya-composite-control.gigya-composite-control-label,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown .gigya-label,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-password .gigya-label,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-textbox .gigya-label {
    padding-bottom: 0; }
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown input,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown select,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-password input,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-password select,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-textbox input,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-textbox select {
    margin-bottom: 0; }
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown .gigya-error-msg-active,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-password .gigya-error-msg-active,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-textbox .gigya-error-msg-active {
    padding-top: 7px;
    padding-bottom: 0;
    line-height: 1.2; }
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-password,
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-textbox {
    padding-bottom: 25px; }
  .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
    margin-left: 0; }
    .aem-gigya-container .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label a {
      font-size: 12px;
      color: #000000;
      text-decoration: underline; }
  .aem-gigya-container .gigya-composite-control.gigya-composite-control-subscription-widget.gigya-brand-item .subscription-name-label {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .aem-gigya-container .gigya-composite-control.gigya-composite-control-submit {
    padding-top: 45px; }
  .aem-gigya-container .gigya-composite-control.gigya-composite-control-checkbox:first-of-type {
    margin-top: 15px; }
  .aem-gigya-container .gigya-composite-control.gigya-first-field {
    margin-top: 30px; }

/** Aviato — pg-gl-2019.10.31 - gigyaLogin.css **/

.component-gigyaLogin {
  width: 100%; }
  .component-gigyaLogin .inner-content {
    width: 100%; }
    .component-gigyaLogin .inner-content .gigya-screen.portrait .gigya-login-form .gigya-layout-row.with-divider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .component-gigyaLogin .inner-content .gigya-screen.portrait .gigya-register-form .gigya-layout-cell.with-divider {
      display: none; }
    .component-gigyaLogin .inner-content .gigya-social-login-container > [id*="component-gigyaLogin_social"] .gigya-login-providers-container .gigya-login-providers-list > :last-child {
      display: none;
      visibility: hidden; }
    .component-gigyaLogin .inner-content .gigya-forgotPassword.gigya-composite-control-link,
    .component-gigyaLogin .inner-content .gigya-register-form .gigya-composite-control-link {
      color: #000000;
      text-decoration: underline;
      margin-top: 17px;
      margin-bottom: 33px;
      text-align: right;
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: 0.5px;
      font-weight: 400; }

@media (max-width: 320px) {
  .component-gigyaLogin .inner-content .gigya-social-login-container {
    width: 100% !important; }
    .component-gigyaLogin .inner-content .gigya-social-login-container > div {
      width: 100% !important; }
      .component-gigyaLogin .inner-content .gigya-social-login-container > div .gigya-login-providers-container {
        -webkit-transform: scale(0.75);
                transform: scale(0.75);
        position: relative;
        top: 0;
        left: -34px; } }

@media (min-width: 375px) and (max-width: 1024px) {
  .component-gigyaLogin .inner-content .gigya-social-login-container {
    width: 100% !important; }
    .component-gigyaLogin .inner-content .gigya-social-login-container > div {
      width: 100% !important; }
      .component-gigyaLogin .inner-content .gigya-social-login-container > div .gigya-login-providers-container {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
        left: -6px; } }

/** Aviato — pg-gl-2019.10.31 - gigyaProfile.css **/

.component-gigyaProfile {
  width: 100%; }
  .component-gigyaProfile #LoginGigya {
    width: 100%; }
  .component-gigyaProfile #DeleteLink {
    text-align: center; }
    .component-gigyaProfile #DeleteLink a {
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      color: #e76468;
      text-decoration: underline; }

/** Aviato — pg-gl-2019.10.31 - gigyaThankYouPage.css **/

.component-gigyaThankYouPage {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 50vw; }
  @media screen and (max-width: 767px) {
    .component-gigyaThankYouPage {
      max-width: 80vw; } }
  .component-gigyaThankYouPage .inner-content {
    display: none; }
  .component-gigyaThankYouPage .title {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0;
    text-align: center;
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-gigyaThankYouPage .desc {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    letter-spacing: normal; }

/** Aviato — pg-gl-2019.10.31 - gigyaTokenExpired.css **/

.component-gigyaTokenExpired {
  width: 100%; }
  .component-gigyaTokenExpired .inner-content .main-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-gigyaTokenExpired .inner-content h2 {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #747481; }
  .component-gigyaTokenExpired .inner-content #userEmail.has-error + .error-message {
    display: block; }
  .component-gigyaTokenExpired .inner-content #userEmail + .error-message {
    display: none;
    color: #e76468; }
  .component-gigyaTokenExpired .inner-content #sendInviteBtn {
    margin-top: 50px; }

@media (min-width: 768px) {
  .component-gigyaTokenExpired .inner-content .main-container {
    width: 50%; } }

