.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;
}

.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;
}

.quick-links .link-button.full-width 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: #1c629e;
  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: #1c629e;
  width: 54px;
  height: 54px;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFF;
}

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

.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: #1c629e;
}

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

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

.header-btn .btn-white span {
  background-color: #1c629e;
}

.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: #1c629e;
  border-color: #FFF;
}

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

.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 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 ul.primary-menu ul.has-sub-menu>li>a {
  color: #FFF;
  font-size: 20px;
  padding: 5px 0;
  display: block;
}

.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;
}

.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-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-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 ul.primary-menu ul.has-sub-menu>li>a {
    font-size: 18px;
  }

  .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;
  }
}

@media only screen and (max-width: 768px) {
  .navigation-dropdown .menu-wrapper .menu {
    width: auto;
  }
}

@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 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-height: 580px) {

  .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 ul.primary-menu ul.has-sub-menu>li>a {
    font-size: 18px;
    padding: 2px 0;
  }

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

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

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

  .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;
  }
}

@media only screen and (max-width: 568px) {
  header .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #1c629e;
    left: 0;
    top: 0;
    z-index: 99999;
  }

  header .navbar .navbar-nav {
    padding: 132px 30px 25px 30px;
    height: 100%;
  }

  header .navbar .navbar-toggler {
    z-index: 999999;
    padding-top: 0px;
    margin-top: -5px;
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url(../../images/icons/close.svg);
    background-repeat: no-repeat;
  }

  header .navbar .navbar-nav .nav-link {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    padding: 0;
    padding-bottom: 18px;
    text-transform: uppercase;
  }
}