.header-quick-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  color: #ffffff;
  align-items: center;
  padding-top: 2em;
}

header.nav-up.sticky .header-quick-link {
  background-color: transparent;
  padding-top: 0;
}

.header-quick-link a.btn-link {
  padding: 8px 37px;
  border: 0.0625em solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  font-weight: 300;
}

.header-quick-link a.btn-link:hover {
  background-color: #a08a79;
  border-color: #a08a79;
  color: #021e3f;
}

.header-quick-link a:hover .svg-fill path {
  fill: #a28a7a;
}

.header-quick-link a:hover .svg-fill line {
  stroke: #a28a7a;
  stroke-width: 2px;
}

.icon.link-white {
  background-color: #FFF;
  border: 1px solid #FDB927;
}

.icon-box {
  display: flex;
  justify-content: center;
  position: relative;
}

.icon-box span {
  display: none;
  position: absolute;
  bottom: -30px;
  color: #FFF;
  text-wrap: nowrap;
  font-size: 1em;
  font-weight: bold;
}

.icon-box:hover span {
  display: flex;
  justify-content: center;
}

.menu-header {
  width: 72px;
  position: fixed;
  right: 0;
  top: 0;
  height: auto;
}

.menu-header a.icon {
  z-index: 1;
  margin: 9px;
}

.menu-header a.search {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.menu-header a.search img {
  width: 24px;
  aspect-ratio: 1/1;
}

.menu-header div.quick-links {
  display: flex;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: top left;
  height: 72px;
  position: absolute;
  left: 0;
  top: calc(98vh);
  width: calc(98vh);
}

.quick-links .link-button .quick-links-container {
  overflow: hidden;
  rotate: 90deg;
  width: 0;
  opacity: 0;
}

.quick-links .link-button.clicked .quick-links-container {
  display: flex;
  height: 360px;
  width: 500px;
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.quick-links .quick-links-container .icon-box {
  margin-bottom: 2em;
}

.quick-links .quick-links-container .icon-box a.icon {
  border: none;
  width: 100%;
  border-radius: 0;
  overflow: unset;
  height: auto;
  background: none;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quick-links .quick-links-container .icon-box a.icon img {
  width: 40px;
  aspect-ratio: 1/1;
}

.quick-links .quick-links-container .icon-box span {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  position: static;
}

.quick-links .link-button {
  padding: 0px 0px 0px 0px;
  text-align: center;
  margin: 0px;
  background: #333333;
  border-radius: 36px 0 0 36px;
  flex-grow: 1;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  opacity: 0.93;
}

.quick-links .link-button.full-width {
  width: 53%;
  background: #F4F3EC;
  opacity: 0.9;
  left: 0;
  transition: height 1s;
  height: 72px;
  bottom: 0;
}

.quick-links .link-button.full-width.clicked {
  height: 700px;
  position: fixed;
  bottom: 0;
  border-top-left-radius: 100px;
  transition: height 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick-links .link-button.full-width a.ql-link {
  width: 100%;
  color: #333333;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}

.mobile-quick-links .link-button .quick-links-container span.close,
.quick-links .link-button.full-width a.ql-link span,
.mobile-quick-links a.link-button span,
.mobile-quick-links .link-button a.ql-link span,
.quick-links a.link-button span {
  width: 54px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: none;
  margin: 9px;
  margin-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.quick-links .link-button span img {
  width: 18px;
  rotate: -90deg;
}

.quick-links .link-button.full-width a.ql-link span {
  background-color: #333333;
}

.quick-links .link-button.full-width a.ql-link span img {
  filter: brightness(0) invert(1);
}

.quick-links .clicked a.ql-link span img {
  rotate: 90deg;
}

.navigation-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: calc((var(--vh, 1vh) * 100));
  z-index: 12;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateX(110%);
}

.navigation-wrapper.overlay {
  background-color: rgba(255, 255, 255, .8);
}

.navigation-dropdown {
  margin-left: 488px;
  border-bottom-left-radius: 300px;
  background-color: #00285D;
  height: 100%;
  position: relative;
}

.navigation-dropdown::before {
  content: "";
  background: url(../../images/rounded-background.svg) no-repeat center right;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background-size: contain;
}

.navigation-dropdown::after {
  content: "";
  background: url(../../images/logo-grey.svg) no-repeat center left;
  width: 192px;
  height: 173px;
  position: absolute;
  left: 6em;
  bottom: 6em;
}

.navigation-dropdown .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
}

.navigation-dropdown .menu-wrapper .menu {
  width: 840px;
  position: relative;
}

.primary-menu:before {
  content: "";
  background: #FDB927;
  width: 1px;
  height: 90%;
  position: absolute;
  left: 5em;
  right: 0;
  top: 5%;
  bottom: auto;
  margin: auto;
}

a.icon {
  display: inline-block;
  border-radius: 50%;
  background-color: #0064FA;
  width: 54px;
  height: 54px;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFF;
}

.header-right {
  display: flex;
  justify-content: right;
  margin-right: 80px;
}

.nav-up.sticky .header-right {
  position: fixed;
  right: 15px;
  top: 0;
}

.header-btn {
  display: flex;
  padding-top: 9px;
  justify-content: space-between;
  gap: 1em;
}

.nav-up.sticky .site-header .header-btn {
  display: flex;
}

.site-header.inner-header .header-btn {
  display: flex;
}

.header-btn a {
  color: #fff;
  border-radius: 5em;
  font-size: 1.1425em;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-btn a.border-white {
  border: 0.0625em solid #FFF;
}

a.header-btn-white {
  background: rgba(255, 255, 255, .5);
  color: #002E5F;
}

a.header-btn-white:hover {
  background: rgba(255, 255, 255, 1);
}

.header-btn .btn-white {
  background: rgba(255, 255, 255);
  color: #002E5F;
}

.header-btn .btn-white span {
  background-color: #002E5F;
}

.rotate-320 {
  transform: rotate(320deg);
}

a.header-btn-white span {
  background: rgba(0, 47, 97, 0.9);
}

a.header-btn-white:hover span {
  background: rgba(0, 47, 97, 1);
}

.header-btn a span {
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  object-fit: none;
  margin-left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-btn a span img {
  width: 0.9em;
  filter: brightness(0) invert(1);
}

.header-btn a.border-white span {
  border: 0.0625em solid #FFF;
}

.header-btn a.border-white:hover {
  background: #fff;
  color: #002E5F;
  border-color: #FFF;
}

.header-btn a.border-white:hover span {
  border-color: #FFF;
  background: #002E5F;
}

.header-btn a.border-white:hover span img {
  filter: brightness(0) invert(1);
}

.header-btn-mobile {
  margin-right: 5px;
  display: none;
}

.header-btn-mobile a {
  display: inline-block;
  border-radius: 50%;
  padding: 0.6em;
  border: 0.0625em solid #FFF;
  margin-right: 5px;
}

.header-btn-mobile a img {
  width: 1.5em;
  filter: invert(1);
}

.navigation-dropdown .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-dropdown .menu .primary-menu>li>a {
  font-size: 44px;
  color: #FFF;
  position: relative;
  line-height: 1;
  letter-spacing: 0.0138em;
  text-align: left;
  font-weight: bold;
  display: inline;
  padding: 0.4em 0;
  opacity: 0;
  width: 460px;
}

.navigation-dropdown .menu .primary-menu>li>a:hover {
  color: #FDB927;
}

.navigation-dropdown .menu .primary-menu>li>a:hover:after {
  content: "";
  background: #FDB927;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  margin: auto;
}

.navigation-dropdown .menu ul.has-sub-menu li .menu-arrow {
  opacity: 0.5;
  rotate: -90deg;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation-dropdown .menu ul.has-sub-menu li:hover .menu-arrow {
  opacity: 1;
  rotate: 0deg;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-webkit-keyframes leftContentText {
  from {
    left: -80px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

.navigation-dropdown .menu .drop-down>ul {
  position: absolute;
  left: 55%;
  top: 1em;
  list-style: none;
  width: 45%;
  height: 100%;
  margin: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  margin-top: 0;
  padding-left: 100px;
}

.navigation-dropdown .menu ul li {
  margin-bottom: 0;
  padding: 1em 0;
}

.navigation-dropdown .menu ul li.main-link {
  width: 50%;
}

.navigation-dropdown .menu ul li li {
  padding: 0;
}

.navigation-dropdown .menu ul.has-sub-menu li {
  padding-bottom: 10px;
  text-transform: uppercase;
}

.navigation-dropdown .menu .drop-down.hover>ul {
  visibility: visible;
  opacity: 1;
}

.navigation-dropdown .menu::-webkit-scrollbar,
.navigation-dropdown .menu .drop-down>ul::-webkit-scrollbar,
.navigation-dropdown .quick-link::-webkit-scrollbar {
  width: 4px !important;
}

.navigation-dropdown .menu::-webkit-scrollbar-thumb,
.navigation-dropdown .menu .drop-down>ul::-webkit-scrollbar-thumb,
.navigation-dropdown .quick-link::-webkit-scrollbar-thumb {
  background-color: #021e3faa;
}

.navigation-dropdown .menu .drop-down ul.third-level-sub-menu a,
.navigation-dropdown ul.primary-menu ul.has-sub-menu>li>a {
  color: #FFF;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  padding: 5px 0;
  display: block;
}

.navigation-dropdown .menu .drop-down ul.third-level-sub-menu a:hover,
.navigation-dropdown ul.primary-menu ul.has-sub-menu>li>a:hover {
  color: #FDB927;
  font-weight: bold;
}

.navigation-close {
  width: 3.25em;
  aspect-ratio: 1/1;
  position: absolute;
  cursor: pointer;
  z-index: 5;
  background: #FDB927;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  top: 10px;
  right: 10px;
}

.navigation-close img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(86%) saturate(672%) hue-rotate(178deg) brightness(92%) contrast(109%);
  width: 1.25em;
  aspect-ratio: 1/1;
}

.mobile-quick-links {
  display: none;
}

.navigation-dropdown .menu .drop-down>ul>li>ul {
  display: none;
  position: static;
  opacity: 1;
  padding: 0;
  visibility: visible;
  width: auto;
  padding-left: 15px;
  padding-top: 15px;
}

.navigation-dropdown .menu .drop-down ul.third-level-sub-menu {
  padding-left: 30px;
  padding-top: 15px;
  display: block;
}

.navigation-wrapper.is-active .menu .primary-menu>li>a,
.navigation-wrapper.is-active .quick-link h4 {
  -webkit-animation: leftContentText 0.7s forwards;
  animation: leftContentText 0.7s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.navigation-wrapper.is-active .quick-link li a {
  -webkit-animation: leftContentText 0.7s forwards;
  animation: leftContentText 0.7s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.navigation-dropdown .quick-link li a,
.navigation-dropdown .quick-link h4 {
  opacity: 0;
  position: relative;
}

.navigation-wrapper.is-active .menu .primary-menu>li:nth-child(2)>a,
.navigation-wrapper.is-active .quick-link li:nth-child(2) a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.navigation-wrapper.is-active .menu .primary-menu>li:nth-child(3)>a,
.navigation-wrapper.is-active .quick-link li:nth-child(3) a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.navigation-wrapper.is-active .menu .primary-menu>li:nth-child(4)>a,
.navigation-wrapper.is-active .quick-link li:nth-child(4) a {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.navigation-wrapper.is-active .menu .primary-menu>li:nth-child(5)>a,
.navigation-wrapper.is-active .quick-link li:nth-child(5) a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.navigation-wrapper.is-active .menu .primary-menu>li:nth-child(6)>a,
.navigation-wrapper.is-active .quick-link li:nth-child(6) a {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.navigation-wrapper.is-active .menu .primary-menu>li:nth-child(7)>a,
.navigation-wrapper.is-active .quick-link li:nth-child(7) a {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.navigation-wrapper.is-active .menu .primary-menu>li:nth-child(8)>a,
.navigation-wrapper.is-active .quick-link li:nth-child(8) a {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.navigation-wrapper.is-active .menu .primary-menu>li:nth-child(9)>a,
.navigation-wrapper.is-active .quick-link li:nth-child(9) a {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li {
  position: relative;
  opacity: 0;
  -webkit-animation: leftContentText 0.7s forwards;
  animation: leftContentText 0.7s forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li:nth-child(3) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li:nth-child(6) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li:nth-child(7) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li:nth-child(8) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li:nth-child(9) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li:nth-child(10) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.navigation-wrapper.is-active li.hover ul.has-sub-menu li:nth-child(11) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.navigation-dropdown .social-icons,
.navigation-dropdown .header-btn {
  display: none;
}

@media only screen and (min-width: 992px) {
  .navigation-dropdown .menu-wrapper .menu {
    max-width: 85%;
  }
}

@media only screen and (min-width: 2000px) {
  .navigation-dropdown::before {
    background-position: center right;
  }
}

@media only screen and (max-width: 1600px) {
  .navigation-dropdown {
    margin-left: 300px;
  }
}

@media only screen and (max-width: 1366px) {
  .navigation-close img {
    width: 16px;
  }

  .primary-menu:before {
    left: 2em;
  }

  .navigation-dropdown .menu .drop-down>ul {
    padding-left: 60px;
  }

  .navigation-dropdown {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 1100px) {
  .navigation-dropdown .menu .primary-menu>li>a {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .header-right {
    display: none;
  }
  .header-quick-link .btn-wrap {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px;
    text-align: center;
    background-color: #021e3f;
    z-index: 99;
  }

  .header-quick-link {
    background-color: transparent;
    align-items: center;
    padding-top: 0;
  }

  .inner-header .header-quick-link {
    padding-top: 10px;
  }

  .header-btn a {
    margin-bottom: 8px;
    opacity: 0.5;
  }

  .header-btn a:hover {
    opacity: 1;
  }

  .nav-up.sticky .site-header .header-btn,
  .site-header.inner-header .header-btn,
  .header-quick-link .header-btn {
    display: none;
  }

  .header-btn {
    width: 100%;
  }

  .navigation-dropdown .menu-wrapper .menu {
    width: 700px;
  }

  .navigation-dropdown::before {
    background-size: 120%;
  }

  .navigation-dropdown .menu .primary-menu>li>a {
    font-size: 26px;
  }

  .navigation-dropdown .menu .primary-menu>li>a:hover:after {
    display: none;
  }

  .navigation-dropdown .menu .drop-down ul.third-level-sub-menu a,
  .navigation-dropdown ul.primary-menu ul.has-sub-menu>li>a {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
  }

  .navigation-dropdown .menu ul.has-sub-menu li {
    padding-bottom: 0;
  }

  .navigation-dropdown .menu .drop-down.hover>ul {
    display: block;
  }

  .navigation-dropdown .header-btn {
    position: absolute;
    bottom: 40px;
  }

  .primary-menu:before {
    left: 0;
  }

  .navigation-dropdown::before {
    background-position: center left;
  }

  .menu-header div.quick-links {
    display: none;
  }

  .menu-header a.icon {
    z-index: 1;
    margin: 15px;
    position: absolute;
    right: 0;
  }

  .mobile-quick-links {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 100%;
    display: flex;
    height: 54px;
    z-index: 3;
  }

  .mobile-quick-links .link-button .ql-link,
  .mobile-quick-links a.link-button {
    background: #D9D9D9;
    border-radius: 0 36px 36px 0;
    flex-grow: 1;
    left: 0;
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    justify-content: end;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    top: 0;
  }

  .mobile-quick-links a.link-button.full-width {
    background: #333;
    width: 100%;
    color: #FFF;
    z-index: 1;
  }

  .mobile-quick-links .link-button a.ql-link span,
  .mobile-quick-links a.link-button span {
    width: 42px;
    margin-left: 32px;
    margin-right: 6px;
    background: #333;
  }

  .mobile-quick-links .link-button .ql-link span img,
  .mobile-quick-links a.link-button span img {
    rotate: 0deg;
    filter: brightness(0) invert(1);
    width: 14px;
    stroke-width: 2px;
  }

  .mobile-quick-links .link-button.full-width span {
    background: #FFF;
  }

  .mobile-quick-links .link-button.full-width span img {
    filter: brightness(1) invert(0);
  }

  .mobile-quick-links .link-button.clicked .ql-link {
    width: 100%;
    justify-content: space-between;
    padding-left: 56px;
    height: auto;
    bottom: 0;
    top: auto;
  }

  .mobile-quick-links .link-button.clicked .ql-link span {
    background-color: #D9D9D9;
  }

  .mobile-quick-links .link-button.clicked .ql-link span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2918%) hue-rotate(4deg) brightness(85%) contrast(102%);
  }

  .mobile-quick-links .link-button .quick-links-container {
    display: flex;
    height: 315px;
    width: 100%;
    background: #D9D9D9;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 70px;
    padding: 10px 50px;
    padding-bottom: 50px;
    position: absolute;
    bottom: -520px;
    transition: all 1s;
  }

  .mobile-quick-links .link-button.main-link {
    height: 54px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
  }

  .mobile-quick-links .link-button.clicked {
    position: absolute;
    height: 300px;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: end;
  }

  .mobile-quick-links .link-button.clicked .quick-links-container {
    bottom: 0;
    transition: all 1s;
  }

  .mobile-quick-links .quick-links-container .icon-box {
    margin-bottom: 2em;
  }

  .mobile-quick-links .quick-links-container .icon-box a.icon {
    border: none;
    width: 100%;
    border-radius: 0;
    overflow: unset;
    height: auto;
    background: none;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-quick-links .quick-links-container .icon-box a.icon img {
    width: 35px;
    aspect-ratio: 1/1;
  }

  .mobile-quick-links .quick-links-container .icon-box span {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    position: static;
  }

  .mobile-quick-links .link-button .quick-links-container span.close {
    position: absolute;
    top: -15px;
    right: -30px;
    rotate: 90deg;
    background: #333;
    width: 42px;
  }

  .mobile-quick-links .link-button .quick-links-container span.close img {
    filter: brightness(0) invert(1);
  }

  .mobile-quick-links .link-button .quick-links-container span.close:hover {
    background-color: #FDB927;
  }
}

@media only screen and (max-height: 950px) {
  .navigation-dropdown::after {
    bottom: 5em;
    left: 5em;
    background-size: 80%;
  }
}

@media only screen and (max-height: 820px) {
  .navigation-dropdown .menu .primary-menu>li>a {
    font-size: 32px;
  }

  .navigation-dropdown {
    border-bottom-left-radius: 100px;
  }

  .navigation-dropdown::after {
    bottom: 1em;
    left: 2em;
    background-size: 60%;
  }

  .navigation-dropdown .menu-wrapper {
    align-items: start;
    padding-top: 1em;
  }

  .navigation-dropdown .menu ul li {
    padding: 0.75em 0;
  }
}

@media only screen and (max-width: 768px) {
  .navigation-dropdown .header-btn {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .navigation-dropdown .menu .drop-down ul.third-level-sub-menu {
    padding-top: 0;
  }

  .navigation-dropdown .header-btn a.icon {
    margin: 0;
    opacity: 1;
    border: none;
    width: 53px;
    height: 53px;
    padding: 0;
  }

  .navigation-dropdown .menu-wrapper .menu {
    width: auto;
  }

  .navigation-dropdown .header-btn a.icon img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(81%) saturate(1772%) hue-rotate(194deg) brightness(96%) contrast(103%);
    width: 23px;
  }

  .navigation-dropdown::before {
    width: 100%;
    height: 25%;
    bottom: 0;
    background-position: center top;
    background-image: url(../../images/pattern-h.svg);
  }

  .header-btn {
    width: 100%;
  }

  a.icon {
    margin-right: 15px;
    width: 3em;
    height: 3em;
  }

  .inner-header a.icon {
    margin-right: 0;
  }

  .search-container .social-icons {
    height: auto;
    top: auto;
    right: 0;
    bottom: 110px;
    left: 0;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }

  .primary-menu:before {
    display: none;
  }

  .navigation-dropdown .menu .drop-down>ul {
    width: auto;
    position: relative;
    left: 40px;
    padding-left: 0;
    height: auto;
    display: none;
  }

  .navigation-dropdown .social-icons {
    height: auto;
    top: auto;
    right: 0;
    bottom: 110px;
    left: 0;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
  }

  .navigation-dropdown .social-icons a {
    margin: 0 8px;
  }

  .navigation-dropdown .social-icons img {
    opacity: .75;
  }

  .navigation-dropdown .menu-wrapper {
    padding-top: 80px;
    margin-left: 50px;
    height: 80%;
    overflow-y: auto;
    justify-content: start;
  }

  .navigation-dropdown::after {
    display: none;
  }

  .navigation-dropdown {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
  }
  .navigation-dropdown .menu ul li.main-link {
    width: 100%;
  }
}

@media only screen and (max-height: 580px) {

  .menu-header .search,
  .menu-header div.quick-links {
    display: none !important;
  }

  .navigation-dropdown {
    border-bottom-left-radius: 100px;
  }

  .navigation-dropdown::after {
    display: none;
  }

  .navigation-dropdown .menu-wrapper {
    align-items: center;
    margin-top: 0;
  }

  .navigation-dropdown .menu .primary-menu>li>a {
    font-size: 28px;
  }

  .navigation-dropdown .menu ul li {
    padding: 0.5em 0;
  }

  .navigation-dropdown .menu .drop-down ul.third-level-sub-menu a,
  .navigation-dropdown ul.primary-menu ul.has-sub-menu>li>a {
    padding: 2px 0;
  }

  .navigation-wrapper.is-active li.hover ul.has-sub-menu li {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 575px) {
  header.nav-up.sticky .header-btn-mobile {
    display: block;
  }
}

@media only screen and (max-width: 393px) {
  .header-quick-link a.btn-link {
    padding: 8px 25px;
  }

  .header-btn a {
    font-size: 16px;
    padding: 6px 5px 6px 12px;
  }
}

/* Media queries with exclusive height ranges */
/* @media screen and (min-width: 992px) and (max-height: 599px) {
  .navigation-dropdown .menu .primary-menu>li>a {
    font-size: 21px;
  }

  .navigation-dropdown::after {
    width: 120px;
    height: 108px;
    background-size: contain;
  }

  .navigation-dropdown .menu ul li {
    padding: 0.6em 0;
  }
}

@media screen and (min-width: 992px) and (min-height: 600px) and (max-height: 600px) {
  .navigation-dropdown .menu .primary-menu>li>a {
    font-size: 24px;
  }

  .navigation-dropdown::after {
    width: 140px;
    height: 126px;
    background-size: contain;
  }

  .navigation-dropdown .menu ul li {
    padding: 0.7em 0;
  }
}

@media screen and (min-width: 992px) and (min-height: 700px) and (max-height: 799px) {
  .navigation-dropdown .menu .primary-menu>li>a {
    font-size: 30px;
  }

  .navigation-dropdown::after {
    width: 160px;
    height: 144px;
    background-size: contain;
  }

  .navigation-dropdown .menu ul li {
    padding: 0.8em 0;
  }
}

@media screen and (min-width: 992px) and (min-height: 800px) and (max-height: 899px) {
  .navigation-dropdown .menu ul li {
    padding: 0.9em 0;
  }

  .navigation-dropdown .menu .primary-menu>li>a {
    font-size: 36px;
  }

  .navigation-dropdown::after {
    width: 170px;
    height: 153px;
    background-size: contain;
  }
}

@media screen and (min-width: 992px) and (min-height: 900px) {
  .navigation-dropdown .menu ul li {
    padding: 1em 0;
  }

  .navigation-dropdown::after {
    width: 193px;
    height: 174px;
    background-size: contain;
  }
} */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .navigation-wrapper {
    height: calc(100vh - 85px);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-resolution: 458dpi),
only screen and (min-resolution: 3dppx) {
  .navigation-wrapper {
    height: calc(100vh - 85px);
  }
}

@media only screen and (hover: hover) and (pointer: coarse) {
  .navigation-wrapper {
    height: calc(100vh - 85px);
  }
}

@supports (height: 100dvh) {
  .navigation-wrapper {
    height: 100dvh;
  }
}