@font-face {
  font-family: "Concept Italic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/concept-italic.ttf") format("truetype");
}

@font-face {
  font-family: "Concept Bold";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/concept-bold.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "odoo_ui_icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/odoo_ui_icons.woff2") format("woff2");
}

tirrenia-header {
  display: block;
}

tirrenia-header .site-header {
  position: static;
  top: 0;
  z-index: 20;
  height: 142px;
  border-bottom: 1px solid rgba(31, 27, 26, 0.08);
  background: white;
  box-shadow: 0 2px 10px rgba(31, 27, 26, 0.04);
  color: #212529;
  font-family: "Concept Italic", "Odoo Unicode Support Noto", sans-serif;
  font-size: 20px;
  line-height: 30px;
  transition:
    height 240ms ease,
    box-shadow 240ms ease;
}

tirrenia-header .site-header.is-compact {
  position: fixed;
  width: 100%;
  height: 76px;
  transition: transform 200ms ease;
}

tirrenia-header .desktop-nav,
tirrenia-header .mobile-nav {
  height: 100%;
}

tirrenia-header .navbar-nav,
tirrenia-header .nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

tirrenia-header .nav-link {
  display: block;
  padding: 8px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  transition:
    color 150ms ease-in-out,
    background-color 150ms ease-in-out,
    border-color 150ms ease-in-out;
}

tirrenia-header .m-0 {
  margin: 0;
}

tirrenia-header .p-0 {
  padding: 0;
}

tirrenia-header .text-decoration-none {
  text-decoration: none;
}

tirrenia-header .d-none {
  display: none !important;
}

@media (min-width: 992px) {
  tirrenia-header .d-lg-block {
    display: block !important;
  }

  tirrenia-header .d-lg-none {
    display: none !important;
  }
}

tirrenia-header .mobile-nav {
  display: none;
}

tirrenia-header .header-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 576px) {
  tirrenia-header .header-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  tirrenia-header .header-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  tirrenia-header .header-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  tirrenia-header .header-container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  tirrenia-header .header-container {
    max-width: 1320px;
  }
}

tirrenia-header .desktop-top-row {
  position: absolute;
  display: grid;
  top: 20px;
  right: 15px;
  left: 15px;
  height: 66px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  transition: height 240ms ease;
}

tirrenia-header .site-header.is-compact .desktop-top-row {
  height: 0;
}

tirrenia-header .social-links,
tirrenia-header .main-menu,
tirrenia-header .language-holder,
tirrenia-header .language-pill {
  position: absolute;
  align-items: center;
}

tirrenia-header .social-links {
  display: block;
  top: 3px;
  left: 0;
  width: 175px;
  height: 40px;
  font-size: 20px;
  line-height: 30px;
  white-space: nowrap;
  transition:
    opacity 150ms ease,
    visibility 150ms ease,
    top 240ms ease;
}

tirrenia-header .site-header.is-compact .social-links {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  top: 2.19px;
}

tirrenia-header .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: inherit;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  vertical-align: middle;
}

tirrenia-header .fa {
  font-family: "FontAwesome";
}

tirrenia-header .fa,
tirrenia-header .fa-stack {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  color: inherit;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  justify-content: center;
  line-height: 40px;
  vertical-align: middle;
}

tirrenia-header .p-1 {
  padding: 5px;
}

tirrenia-header .fa-facebook::before {
  display: block;
  width: 11.4375px;
  height: 40px;
  content: "\f09a";
}

tirrenia-header .fa-instagram::before {
  display: block;
  width: 17.1562px;
  height: 40px;
  content: "\f16d";
}

tirrenia-header .fa-youtube-play::before {
  display: block;
  width: 20px;
  height: 40px;
  content: "\f16a";
}

tirrenia-header .fa-tiktok {
  font-family: "odoo_ui_icons";
}

tirrenia-header .fa-tiktok::before {
  display: block;
  width: 20px;
  height: 40px;
  content: "\e81b";
}

tirrenia-header .brand-lockup {
  position: absolute;
  top: 1px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  text-decoration: none;
  transition: top 240ms ease;
}

tirrenia-header .brand-lockup img {
  width: 86px;
  height: auto;
  transition: width 240ms ease;
}

tirrenia-header .site-header.is-compact .brand-lockup {
  top: 6.19px;
}

tirrenia-header .site-header.is-compact .brand-lockup img {
  width: 62.31px;
}

tirrenia-header .main-menu {
  display: inline-flex;
  top: 86px;
  left: 15px;
  min-height: 46px;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Concept Italic", "Odoo Unicode Support Noto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: top 240ms ease;
}

tirrenia-header .site-header.is-compact .main-menu {
  top: 20px;
}

tirrenia-header .main-menu a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 8px;
  text-decoration: none;
}

tirrenia-header .language-holder {
  top: 0.81px;
  right: 0;
  transition: top 240ms ease;
}

tirrenia-header .site-header.is-compact .language-holder {
  top: 0;
}

tirrenia-header .language-pill {
  position: static;
  display: inline-block;
  min-width: 237px;
  min-height: 44px;
  border: 0;
  border-radius: 160px;
  padding: 7.2px 21.6px;
  background: rgba(0, 0, 0, 0.05);
  color: #212529;
  cursor: pointer;
  font-family: "Concept Bold", "Odoo Unicode Support Noto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}

tirrenia-header .language-pill::after,
tirrenia-header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  content: "";
}

tirrenia-header .mobile-container {
  position: relative;
  display: flex;
  height: 70.94px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
}

tirrenia-header .mobile-main {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

tirrenia-header .mobile-brand {
  display: block;
  margin-right: auto;
  text-decoration: none;
}

tirrenia-header .mobile-brand img {
  width: 86px;
  height: auto;
  transition: width 240ms ease;
}

tirrenia-header .site-header.is-compact .mobile-brand img {
  width: 62.31px;
}

tirrenia-header .mobile-toggle {
  display: flex;
  width: 50px;
  height: 50.94px;
  margin-right: 10px;
  border: 0;
  align-items: flex-start;
  justify-content: center;
  padding: 10.94px 10px 10px;
  background: transparent;
  color: rgba(33, 37, 41, 0.75);
  cursor: pointer;
}

tirrenia-header .navbar-toggler-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

tirrenia-header .mobile-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  width: min(340px, 86vw);
  padding: 24px;
  background: white;
  box-shadow: 16px 0 40px rgba(0, 0, 0, 0.16);
  transform: translateX(-105%);
  transition: transform 240ms ease;
}

tirrenia-header .mobile-drawer.is-open {
  transform: translateX(0);
}

tirrenia-header .mobile-close {
  display: block;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #212529;
  cursor: pointer;
  font-size: 26px;
}

tirrenia-header .mobile-drawer .drawer-link {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Concept Italic", "Odoo Unicode Support Noto", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

tirrenia-header .mobile-drawer .social-links {
  position: static;
  margin-top: 18px;
}

tirrenia-header .mobile-drawer .language-pill {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  tirrenia-header .site-header {
    height: 70.94px;
  }

  tirrenia-header .site-header.is-compact {
    height: 70.94px;
  }

  tirrenia-header .desktop-nav {
    display: none;
  }

  tirrenia-header .mobile-nav {
    display: block;
  }
}

@media (min-width: 576px) {
  tirrenia-header .mobile-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  tirrenia-header .mobile-container {
    max-width: 720px;
  }
}

@media (max-width: 620px) {
  tirrenia-header .mobile-container {
    max-width: none;
  }
}
