.mouseevents *:focus {
  box-shadow: unset !important;
}

:root {
  --default-font-fallbacks: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.site-branding {
  display: flex;
  padding: 16px 0;
}
.site-branding .logo-wrapper {
  display: flex;
}
.site-branding .logo {
  width: auto;
}
.site-branding .logo-link {
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.site-branding .logo-link:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 119, 153, 0.3);
}
@media (max-width: 1071px) {
  .site-branding .logo--desktop {
    display: none;
  }
}
@media (min-width: 1072px) {
  .site-branding .logo--mobile {
    display: none;
  }
}
.site-branding .product-title {
  display: inline-flex;
  margin-left: 5px;
  align-self: center;
  font-feature-settings: "ss04", "ss05";
  font-family: "TT Hoves Variable", var(--localized-font-fallback), var(--default-font-fallbacks);
  letter-spacing: normal;
  font-weight: 600;
}
@media (max-width: 767px) {
  .site-branding .product-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .site-branding .product-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .site-branding .product-title {
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .site-branding .product-title {
    line-height: 32px;
  }
}
.site-branding a {
  text-decoration: none;
}

.footer .navbar-group-before a,
.footer .navbar-group-after a, .footer .menu-item a, .footer .menu--social-networks .menu-item a {
  display: inline;
  text-decoration: none;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer .navbar-group-before a:focus,
.footer .navbar-group-after a:focus, .footer .menu-item a:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 119, 153, 0.3);
}
.footer .navbar-group-before a svg,
.footer .navbar-group-after a svg, .footer .menu-item a svg, .footer .menu--social-networks .menu-item a svg {
  vertical-align: middle;
  fill: inherit;
}

.footer ul.menu {
  padding: 0;
}
.footer .menu-item {
  display: block;
  padding: 0;
  color: inherit;
  font-weight: normal;
}
.footer .menu-item a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer .menu-item a:hover {
  text-decoration: underline;
}
.footer .menu-item a:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 119, 153, 0.3);
}
.footer .menu--legal, .footer .menu--business-info-legal {
  display: flex;
  justify-content: center;
  width: auto;
  flex-wrap: wrap;
}
.footer .menu--legal .menu-item, .footer .menu--business-info-legal .menu-item {
  margin-right: 24px;
}
.footer .menu--social-networks {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  margin: 0;
  line-height: 1;
  color: inherit;
}
.footer .menu--social-networks .menu-item {
  margin-inline-end: 16px;
}
.footer .menu--social-networks .menu-item a:focus, .footer .menu--social-networks .menu-item a:hover {
  outline: 0 !important;
  background: rgba(255, 255, 255, 0.4);
}
.footer .menu--social-networks .menu-item a .icon {
  display: block;
  width: 18px;
  height: 18px;
}
.footer .menu--social-networks .menu-item .link-social {
  display: inline-block;
  line-height: initial;
}

.footer .navbar-group-title {
  margin-bottom: 16px;
  font-weight: 600;
}
.footer .navbar-group-before {
  margin-bottom: 16px;
}
.footer .navbar-group-before a,
.footer .navbar-group-after a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer .navbar-group-before a:hover,
.footer .navbar-group-after a:hover {
  text-decoration: underline;
}
.footer .navbar-group-before a:focus,
.footer .navbar-group-after a:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 119, 153, 0.3);
}
.footer .large {
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer .large {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .footer .large {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .footer .navbar-group:not(.navbar-group--social-networks):not(.navbar-group--legal) {
    display: none;
  }
}

.footer {
  padding: 55px 0 60px;
  color: #ffffff;
  background: #1f282d;
}
.footer * {
  font-size: 12px;
  line-height: 1.7;
}
.footer a:not(.button) {
  color: #ffffff !important;
}
.footer .footer-row-first {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 1071px) {
  .footer .footer-row-first {
    justify-content: flex-start;
  }
}
@media (min-width: 1072px) {
  .footer .footer-row-first {
    justify-content: space-between;
  }
}
.footer .footer-row-first > .column {
  flex-grow: 1;
}
@media (min-width: 1072px) {
  .footer .footer-row-first > .column {
    width: 50%;
  }
}
.footer .footer-row-first .site-branding + .navbar-group--social-networks {
  margin-top: 32px;
}
.footer .footer-row-first .column:last-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-row-second {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer-row-second * {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-row-second .pricelinegroup {
  flex-grow: 10;
  margin-top: 12px;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-row-second {
  margin-top: 60px;
}
