#custom-menu {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  height: 65px;
}

.rendered-fixed {
  z-index: 12;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.rendered-open {
  height: 100vh!important;
  height: 100dvh!important;
}

#custom-menu header {
  background-color: #fff;
  color: #323d46;
  z-index: 1000;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  top:0;
  right: 0;
  left: 0;
}
#custom-menu .menu-is-open > header {
  border-bottom: none !important;
}
:not(.menu-is-open) > header {
  border-bottom: 1px solid #E8E9F0;
}
#custom-menu .logo {
  width: 75px;
  height: 24px;
  background-image:url('data:image/svg+xml,<svg width="75" height="24" viewBox="0 0 75 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2.46484H9.25597C11.037 2.46484 12.4312 2.91148 13.4387 3.80476C14.4461 4.69803 14.9499 5.99237 14.9499 7.68777C14.9499 8.54458 14.752 9.32847 14.3562 10.0394C13.9604 10.7322 13.4207 11.27 12.7371 11.6528C13.6726 11.9992 14.3742 12.5279 14.8419 13.2388C15.3097 13.9316 15.5435 14.8431 15.5435 15.9733C15.5435 17.1218 15.2827 18.1245 14.761 18.9813C14.2572 19.8199 13.5556 20.4671 12.6561 20.9228C11.7746 21.3603 10.7941 21.5791 9.71472 21.5791H0V2.46484ZM8.47339 10.2309C9.193 10.2309 9.75969 10.0486 10.1735 9.68396C10.5872 9.31936 10.7941 8.736 10.7941 7.93387C10.7941 7.05883 10.5872 6.45724 10.1735 6.12909C9.77768 5.80095 9.16602 5.63688 8.33847 5.63688H4.10177V10.2309H8.47339ZM8.71626 18.4071C9.59778 18.4071 10.2634 18.2339 10.7132 17.8875C11.1809 17.5229 11.4148 16.894 11.4148 16.0007C11.4148 15.0892 11.1719 14.4329 10.6862 14.0318C10.2184 13.6308 9.51683 13.4302 8.58134 13.4302H4.10177V18.4071H8.71626Z" fill="%23212121"/><path d="M20.0806 6.42991C19.4509 6.42991 18.9202 6.22027 18.4885 5.80097C18.0567 5.38168 17.8408 4.85301 17.8408 4.21496C17.8408 3.59513 18.0567 3.07558 18.4885 2.65628C18.9202 2.21876 19.4509 2 20.0806 2C20.7103 2 21.241 2.21876 21.6727 2.65628C22.1045 3.07558 22.3204 3.59513 22.3204 4.21496C22.3204 4.85301 22.1045 5.38168 21.6727 5.80097C21.241 6.22027 20.7103 6.42991 20.0806 6.42991ZM18.0297 8.45345H22.1315V21.5791H18.0297V8.45345Z" fill="%23212121"/><path d="M30.5381 21.9892C29.027 21.9892 27.8756 21.5699 27.084 20.7313C26.3104 19.8745 25.9236 18.6895 25.9236 17.1764V11.4339H24.0347V8.45332H25.9236V4.51562H29.9984V8.45332H33.0478V11.4339H29.9984V16.6295C29.9984 17.3952 30.1423 17.9512 30.4302 18.2976C30.718 18.6257 31.2308 18.7898 31.9684 18.7898C32.562 18.7898 33.1287 18.6439 33.6684 18.3523V21.4423C32.8409 21.8069 31.7974 21.9892 30.5381 21.9892Z" fill="%23212121"/><path d="M57.3208 2.46484H61.4226V10.7778L68.5467 2.46484H73.431L65.4434 11.7895L73.9707 21.5791H69.0864L61.4226 12.8013V21.5791H57.3208V2.46484Z" fill="%23212121"/><path d="M55.6579 9.52624C56.1952 11.5585 56.0558 13.7136 55.2613 15.6574C54.4668 17.6012 53.0614 19.225 51.2634 20.277C49.4653 21.3289 47.3749 21.7503 45.3164 21.4757C43.2579 21.2011 41.3464 20.2458 39.8782 18.7581C38.4101 17.2703 37.4674 15.3334 37.1964 13.2474C36.9254 11.1615 37.3412 9.04321 38.3793 7.22115C39.4174 5.39909 41.0199 3.97505 42.9381 3.16991C44.8563 2.36477 46.9831 2.22351 48.9886 2.76805L46.5475 11.9999L55.6579 9.52624Z" fill="%23212121"/></svg>');
}
#custom-menu .burger {
  position: absolute;
  top: 22px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 4rem;
  margin-left: 1.6rem;
  border: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
}
#custom-menu .burger span {
  position: relative;
  display: block;
  width: 22px;
  height: 28px;
}

#custom-menu .burger span i {
  position: absolute;
  right: 0;
  display: block;
  width: inherit;
  /*height: .2rem;*/
  background-color: currentColor;
  border-radius: .4rem;
  transition: top .35s ease-in-out, background-color .35s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  height: 2px;
}

#custom-menu .burger span i:first-child {
  top: 0;
}
#custom-menu .burger span i:nth-child(2) {
  top: 8px;
}
#custom-menu .burger span i:last-child {
  top: 16px;
}

#custom-menu .burger.is-clicked span {
  width: 28px;
}

#custom-menu .burger.is-clicked i:first-child {
  opacity: 1;
  top: .6rem;
  transition: top .35s ease,width .35s ease .35s,transform .5s ease .35s,background-color .35s ease;
  transform: rotate(45deg);
}

#custom-menu .burger.is-clicked i:nth-child(2) {
  opacity: 0;
  transition: opacity 50ms ease .35s;
}

#custom-menu .burger.is-clicked i:last-child {
  opacity: 1;
  top: .6rem;
  transition: top .35s ease,width .35s ease .35s,transform .5s ease .35s,background-color .35s ease;
  transform: rotate(-45deg);
}

#custom-menu .burger-list {
  width: 100%;
  height: 100%;
  padding: 85px 7px 20px 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#custom-menu .burger-list a {
  color: #01040e!important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
}

#custom-menu .burger-list > nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding-bottom: 48px;
}
@media (min-width: 744px) {
  #custom-menu .logo  {
    width: 100px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='32' viewBox='0 0 100 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3330_7037)'%3E%3Cpath d='M0 3.28613H12.3413C14.716 3.28613 16.575 3.88165 17.9183 5.07268C19.2615 6.26372 19.9332 7.9895 19.9332 10.25C19.9332 11.3924 19.6693 12.4376 19.1416 13.3856C18.6139 14.3093 17.8943 15.0263 16.9828 15.5368C18.2301 15.9986 19.1656 16.7035 19.7892 17.6514C20.4129 18.5751 20.7247 19.7904 20.7247 21.2975C20.7247 22.8288 20.3769 24.1657 19.6813 25.3081C19.0097 26.4262 18.0742 27.2891 16.8748 27.8968C15.6995 28.4801 14.3922 28.7718 12.953 28.7718H0V3.28613ZM11.2979 13.6408C12.2573 13.6408 13.0129 13.3978 13.5646 12.9116C14.1163 12.4255 14.3922 11.6477 14.3922 10.5782C14.3922 9.41145 14.1163 8.60932 13.5646 8.1718C13.0369 7.73428 12.2214 7.51552 11.118 7.51552H5.46903V13.6408H11.2979ZM11.6217 24.5424C12.797 24.5424 13.6846 24.3115 14.2842 23.8497C14.9079 23.3635 15.2197 22.525 15.2197 21.3339C15.2197 20.1186 14.8959 19.2435 14.2483 18.7088C13.6246 18.174 12.6891 17.9067 11.4418 17.9067H5.46903V24.5424H11.6217Z' fill='%23212121'/%3E%3Cpath d='M26.7745 8.57305C25.9349 8.57305 25.2273 8.29352 24.6516 7.73447C24.0759 7.17541 23.7881 6.47052 23.7881 5.61978C23.7881 4.79335 24.0759 4.1006 24.6516 3.54155C25.2273 2.95818 25.9349 2.6665 26.7745 2.6665C27.614 2.6665 28.3216 2.95818 28.8973 3.54155C29.473 4.1006 29.7608 4.79335 29.7608 5.61978C29.7608 6.47052 29.473 7.17541 28.8973 7.73447C28.3216 8.29352 27.614 8.57305 26.7745 8.57305ZM24.04 11.2711H29.509V28.772H24.04V11.2711Z' fill='%23212121'/%3E%3Cpath d='M40.7177 29.3191C38.7028 29.3191 37.1676 28.76 36.1122 27.6419C35.0807 26.4995 34.565 24.9195 34.565 22.9021V15.2454H32.0464V11.2713H34.565V6.021H39.9981V11.2713H44.0639V15.2454H39.9981V22.1729C39.9981 23.1937 40.19 23.9351 40.5738 24.3969C40.9575 24.8344 41.6412 25.0532 42.6246 25.0532C43.4162 25.0532 44.1718 24.8588 44.8914 24.4698V28.5898C43.788 29.076 42.3968 29.3191 40.7177 29.3191Z' fill='%23212121'/%3E%3Cpath d='M76.4277 3.28613H81.8968V14.37L91.3956 3.28613H97.9081L87.2579 15.7191L98.6277 28.7718H92.1152L81.8968 17.0681V28.7718H76.4277V3.28613Z' fill='%23212121'/%3E%3Cpath d='M74.2107 12.7015C74.9271 15.4112 74.7413 18.2847 73.6819 20.8764C72.6225 23.4682 70.7487 25.6331 68.3513 27.0358C65.9539 28.4384 63.1667 29.0002 60.422 28.6341C57.6774 28.2679 55.1287 26.9943 53.1711 25.0107C51.2136 23.027 49.9567 20.4443 49.5954 17.6631C49.2341 14.8818 49.7884 12.0575 51.1726 9.62803C52.5567 7.19862 54.6933 5.2999 57.251 4.22638C59.8086 3.15286 62.6443 2.96452 65.3183 3.69057L62.0635 15.9997L74.2107 12.7015Z' fill='%23212121'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3330_7037'%3E%3Crect width='98.7424' height='26.6667' fill='white' transform='translate(0 2.6665)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");;
  }
  #custom-menu .burger {
    right: 60px;
  }

  #custom-menu .burger-list {
    width: 70%;
    margin: 0 auto;
  }
}

#custom-menu #business-travel, #custom-menu #business-pro {
  color: #ccc!important;
  cursor: default;
}
