@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.Header-contentWrapper {
  max-width: calc(var(--site-width, 120rem) + 2 * var(--site-padding, 8rem));
  padding-left: var(--site-padding, 8rem);
  padding-right: var(--site-padding, 8rem);
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .Header-contentWrapper {
      padding-left: var(--site-padding-mobile, 20px);
      padding-right: var(--site-padding-mobile, 20px); } }

.Header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: var(--header-bg-color);
  color: #fff;
  z-index: 100;
  transition: box-shadow 0.3s ease-in-out 0s; }
  .Header, .homepage.js-scrolled .Header {
    box-shadow: 0 3px 21px rgba(0, 0, 0, 0.05); }
  .Header-menus {
    display: flex;
    align-items: center; }
  .homepage .Header {
    box-shadow: none; }
  .Header-contentWrapper {
    display: flex;
    align-items: center;
    min-height: 8.6rem; }
    @media (max-width: 767px) {
      .Header-contentWrapper {
        min-height: 7.6rem; } }
  .Header-logo {
    margin-top: 10px; }
    .Header-logo img {
      max-height: 7.8rem;
      max-width: 28rem;
      width: auto;
      height: auto; }
    @media (max-width: 767px) {
      .Header-logo {
        max-width: 50%; }
        .Header-logo img {
          max-width: 100%; } }
  .Header-menus {
    margin-left: auto; }
    @media (max-width: 767px) {
      .Header-menus {
        flex-direction: column;
        align-items: stretch;
        position: fixed;
        overflow: auto;
        background: var(--header-bg-color);
        padding: 20px;
        top: calc(7.6rem + 19px);
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s, visibility 0s ease-in 0.3s; }
        .toolbar-vertical .Header-menus {
          top: calc(7.6rem + 60px); }
        .js-nav-opened .Header-menus {
          opacity: 1;
          visibility: visible;
          transition-delay: 0s; }
        .js-scrolled .Header-menus {
          top: calc(7.6rem + 19px); } }
    .Header-menus--right {
      display: flex;
      margin-left: auto; }
  .Header-burger {
    margin-left: 2rem;
    cursor: pointer;
    border: none;
    color: var(--primary-color);
    background: none; }
    @media (max-width: 767px) {
      .Header-burger {
        margin-left: 1rem; } }
    .Header-burger::before {
      content: '\f0c9';
      font-family: "Font Awesome 5 Pro";
      font-size: 3rem;
      font-weight: 300; }
      .js-nav-opened .Header-burger::before {
        content: '\f00d'; }
    @media (min-width: 768px) {
      .Header-burger {
        display: none; } }

#block-languages-switcher {
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 6rem;
  cursor: pointer; }
  @media (max-width: 767px) {
    #block-languages-switcher {
      margin-left: 0; } }
  #block-languages-switcher::after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    color: #b1272d; }
  #block-languages-switcher > a.is-active {
    padding: 1rem; }
  #block-languages-switcher .links {
    display: none;
    position: absolute;
    background: #000;
    padding: 1rem; }
    #block-languages-switcher .links.open {
      display: block; }

/*# sourceMappingURL=gibson-header.css.map */
