.Header-desktop {
  position: sticky;
  z-index: 101;
  top: 0;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 250ms ease-in-out, -webkit-backdrop-filter 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, backdrop-filter 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, backdrop-filter 250ms ease-in-out, -webkit-backdrop-filter 250ms ease-in-out;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}.Header-desktop > div {
    flex: 1;
  }.Header-desktop.is-Active {
    background: var(--clr-blue);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }@media screen and (min-width: 1026px) {.Header-desktop {
    display: flex;
}
  }

.Header-center {
  display: flex;
  flex: 5;
  align-items: center;
  justify-content: center;
}

.Header-left {
  display: flex;
  align-items: center;
}

/**
 * NOTE: This class sits on a SVG which is directly added by Stampede
 * this is why it's not found on the Header itself
 */

.Header-logo {
  --logo-color: #104375;
  --logo-middle-color: #104375;
}

.Header-logo * {
    transition: fill 250ms ease-in-out;
  }

@media screen and (max-width: 1400px) {
  .Header-logo {
    max-width: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .Header-logo {
    max-width: 300px;
  }
}

.Header-desktop.is-Active .Header-logo {
  --logo-color: #ffffff;
  --logo-middle-color: #0e64aa;
}

.Header-right {
  display: flex;
  justify-content: flex-end;
}

.Header-rightInner {
  display: flex;
  flex-direction: column;
}

.Header-phone,
.Header-whatsapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 13px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--clr-blue);
}

.Header-phone svg, .Header-whatsapp svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    fill: var(--clr-blue);
  }

.Header-phone > div, .Header-whatsapp > div {
    width: 100%;
  }

.Header-openingHours {
  line-height: 1.4375rem;
  color: var(--clr-blue);
}

.Header-openingHours p {
    margin: 0;
  }

.Header-openingHours p + p {
    margin-top: 2px;
  }

.Header-mobile {
  position: sticky;
  z-index: 101;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  background-color: var(--clr-blue);
}

@media screen and (min-width: 1026px) {

.Header-mobile {
    display: none;
}
  }

.Header-mobile .BurgerMenu {
    color: #ffffff;
    transform: scale(0.5);
  }

@media screen and (max-width: 430px) {

.Header-mobile .BurgerMenu {
      width: 50px;
  }
    }

.Header-mobileLeft {
  padding: 15px 20px;
}

@media screen and (max-width: 430px) {

.Header-mobileLeft {
    padding: 15px 0 15px 5px;
}
  }

.Header-mobileLogo {
  --logo-color: #ffffff;
}

.Header-franchiseFinder {
  display: flex;
  flex-direction: column;
  margin-left: 55px;
}

@media screen and (max-width: 1200px) {
  .Header-franchiseFinder {
    margin-left: 35px;
  }
}

.Header-desktop.is-Active .Header-franchiseFinder {
  display: none;
}

.Header-franchiseFinder-title {
  margin-bottom: 7px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  color: var(--clr-blue);
}

.Header-franchiseFinder-input {
  padding: 10px 15px;
  border: 1px solid var(--clr-blue);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
  background: #ffffff;
  color: var(--clr-blue);
}

.Header-franchiseFinder-input::-moz-placeholder {
  color: var(--clr-blue);
}

.Header-franchiseFinder-input::placeholder {
  color: var(--clr-blue);
}

.Header-mobileRight {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

@media screen and (max-width: 405px) {

.Header-mobileRight {
    margin-right: 0;
}
  }

.Header-mobilePopoverButton {
  width: 35px;
  height: 35px;
  padding: 5px;
  background: transparent;
}

@media screen and (max-width: 430px) {

.Header-mobilePopoverButton {
    width: 30px;
    height: 30px;
}
  }

.Header-mobilePopover {
  position: relative;
}

.Header-mobilePopover + .Header-mobilePopover {
  margin-left: 7px;
}

.Header-mobilePopoverButton svg {
  max-width: 100%;
  max-height: 100%;
  fill: #ffffff;
  transition: fill 250ms ease-in-out;
}

.Header-mobilePopover.is-Active .Header-mobilePopoverButton svg {
  fill: #50b4ea;
}

.Header-mobile-popover {
  position: absolute;
  top: 47px;
  right: 0;
  display: none;
  padding: 20px;
  background-color: var(--clr-blue);
  color: #ffffff;
}

@media screen and (max-width: 430px) {

.Header-mobile-popover {
    top: 45px;
}
  }

.Header-mobilePopover.is-Active .Header-mobile-popover {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
}

.Header-mobile-phone,
.Header-mobile-whatsapp {
  flex-direction: row !important;
}

.Header-mobile-whatsappNumberButton {
  padding: 2px;
}

.Header-mobile-phone,
.Header-mobile-whatsapp {
  display: none;
  font-size: 1.5rem;
  font-weight: 600;
}

.Header-mobile-phone a, .Header-mobile-whatsapp a {
    color: #ffffff;
  }

.Header-mobile-phone svg,
.Header-mobile-whatsapp svg {
  width: 20px;
  margin-right: 10px;
  fill: #ffffff;
}

.Header-mobile-franchiseFinderForm {
  display: flex;
  flex-direction: column;
}

.Header-mobile-franchiseFinder-input {
  padding: 10px 15px;
  border: 1px solid var(--clr-blue);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
  background: #ffffff;
  color: var(--clr-blue);
}

.Header-mobile-franchiseFinder-title {
  margin-bottom: 5px;
}

.Header-desktop-franchise .BurgerMenu,
.Header-mobile-franchise .BurgerMenu,
.Header-desktop-franchise .Header-franchiseFinder,
.Header-mobile-franchise .Header-mobile-franchiseFinderButton {
  display: none;
}
