@charset "UTF-8";
/*.menu {
	text-align: center;
	font-weight: 500;
}

.menu-item {
	display: inline-block;
}

.menu-item:not(:last-child)::after {
	content: "⁄";
	display: inline-block;
	font-size: .75em;
	padding: 0 .2em;
	color: #a8a5be;
}

.menu-item a {
	border-bottom: 0;
}

.menu-item.is-active a {
	border-bottom: 2px solid #71efac;
}

@media all and (min-width: 56em) {
	.menu {
	text-align: right;
	}
}*/
/* Logo CSS */
.nav-logo {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9;
  overflow: hidden;
  width: 110px;
  height: 111px;
  display: block;
}

.nav-logo a {
  display: inline-block;
}

.nav-logo img {
  width: auto;
  max-width: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

.nav-logo1 {
  z-index: 100;
}

.nav-logo1 {
  width: 100px;
  height: 110px;
}

.nav-logo1 path {
  fill: #000;
}

.nav-logo1 {
  fill: #000;
}

.nav-logo2 {
  margin-left: 25px;
  opacity: 1;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

.nav-logo-fixed .nav-logo2 {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  opacity: 0;
}

#header-menu,
.casestudy-menu {
  position: absolute;
  top: 0px;
  left: 0;
}

#header-menu img,
.casestudy-menu img {
  float: left;
}

.logo-menu {
  position: absolute;
  top: 0px;
  left: 20px;
}

.logo-icon {
  display: inline-block;
  float: left;
  position: relative;
  width: 110px;
  height: 111px;
}

.logo-icon i.gtm-logo {
  font-size: 60px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  color: #000;
}

.logo-icon img {
  position: relative;
  z-index: 20;
}

#header-menu a,
.casestudy-menu a {
  text-indent: inherit;
}

#header-menu i.gtm-logo,
.casestudy-menu i.gtm-logo {
  font-size: 60px;
  position: absolute;
  top: 70px;
  left: 15px;
  color: #fff;
}

.logo-casestudy {
  top: 0;
  left: 0;
  width: 110px;
  height: 111px;
  z-index: 999;
  position: fixed;
  cursor: pointer;
  background: #fff;
}

.logo-scroll {
  top: 0;
  left: 0;
  width: 110px;
  height: 111px;
  z-index: 999;
  cursor: pointer;
}

.logo-scroll3:before {
  background: #eee;
  z-index: 11;
  height: 100%;
}

.startLogo {
  position: fixed;
}

.altLogo {
  position: absolute;
}

.logo-scroll.altLogo2 {
  position: absolute;
}

/* Logo CSS */
/* Menu CSS Starts */
.menu-button {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 16px;
  border: none;
  font-size: 1.5em;
  color: transparent;
  background: transparent;
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  outline: none;
  cursor: pointer;
}

.main-menu-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  overflow: hidden;
}

.main-menu-btn.active {
  background: #ccc;
}

.menu-button::before {
  position: absolute;
  top: -31px;
  right: 0;
  bottom: 0;
  left: -24px;
  background: url("../icons/menu.svg") 0 0 no-repeat;
  background-position: center;
  background-size: 40%;
  /*	background: linear-gradient(#282828 10%, transparent 10%, transparent 50%, #282828 44%, #282828 60%, transparent 50%, transparent 90%, #282828 80%); */
  content: " ";
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  width: 80px;
  height: 80px;
}

.menu-button::after {
  content: "Menu";
  position: absolute;
  left: -50px;
  top: -32px;
  color: #282828;
  font-size: 12px;
  /* Montserrat Bold = 700 */
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  letter-spacing: 1px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  opacity: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.menu-button:hover::after {
  cursor: pointer;
  left: -24px;
  opacity: 1;
}

.menu-button:hover::before {
  cursor: pointer;
  opacity: 0;
  margin-left: 40px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

.main-menu-btn:has(.menu-button:focus-visible) {
  outline: 2px solid #282828;
  outline-offset: 3px;
}

/* Close Button */
.close-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: #282828;
  height: 100vh;
  width: 0px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  z-index: 1005;
}

.close-menu.close-menu-active {
  width: 110px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  z-index: 1005;
}

.close-button {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  border: none;
  outline: none;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  background: url("../icons/close.png");
  background-size: 50px;
}

.close-button i {
  display: none;
}

.close-button img {
  width: 40px;
  height: 40px;
}

.close-button:focus-visible {
  outline: 2px solid #fff; /* white — visible against the dark close-menu bg */
  outline-offset: 3px;
  border-radius: 50%; /* circular, matching the round button */
}

.menu-wrap {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 110px;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 0;
  z-index: 1005;
}
.menu-wrap.menu-main-active {
  background-color: var(--color-white);
  transition: 0.3s ease-in-out;
  visibility: visible;
  width: auto;
  z-index: 1005;
}
.menu-wrap #menu-nav-logo,
.menu-wrap .menu.menu-main,
.menu-wrap .menu-footer {
  max-width: 400px;
}
.menu-wrap #menu-nav-logo {
  margin: 40px 0 0 25px;
  max-width: 264px;
}
.menu-wrap .menu.menu-main {
  margin: 0 0 40px 50px;
}
.menu-wrap .menu-footer {
  border-top: 1px solid #ccc;
  margin: auto 0 20px 50px;
  padding: 30px 0 0;
}
.menu-wrap .menu-footer-icons {
  margin: 0;
  padding: 0;
}
.menu-wrap .menu-footer-icons li {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.menu-wrap .menu-footer-icons li:first-child {
  margin-left: 0;
}
.menu-wrap .menu-footer-icons a:hover {
  opacity: 0.8;
}
.menu-wrap .footer-mail,
.menu-wrap .footer-mail a {
  font-size: 14px;
  /* Montserrat Semi-bold = 600 */
  font-weight: 600;
}
.menu-wrap .menu-hover-content {
  align-items: center;
  display: none;
  height: 100vh;
  left: 510px;
  position: fixed;
  width: calc(100vw - 510px);
}

@media (min-width: 1154px) {
  .menu-wrap .menu-hover-content {
    display: flex;
  }
}

.menu-wrap .menu-hover-content > li {
  align-items: center;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  padding: 5% 10%;
}
.menu-wrap .menu-hover-content > li.active {
  display: flex;
  max-width: 80rem;
}
.menu-wrap .menu-hover-content > li > div {
  width: 100%;
}
.menu-wrap .menu-hover-content > li > div .button {
  display: inline-flex;
}
.menu-wrap .menu-hover-content > li > ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin-bottom: 1.75rem;
  width: 100%;
  min-width: 580px;
}
.menu-wrap .menu-hover-content > li > ul > li {
  border: 1px solid var(--color-light);
  box-shadow: 0 12px 14px 0 var(--color-box-shadow);
  box-sizing: border-box;
  flex: 0 0 calc(50% - 10px);
  padding: 40px 30px;
}
.menu-wrap .menu-hover-content > li .note-excerpt figure,
.menu-wrap .menu-hover-content > li .note-excerpt .author,
.menu-wrap .menu-hover-content > li .note-excerpt .reading-time {
  display: none;
}
.menu-wrap .menu-hover-content > li .note-excerpt .note-excerpt-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 1.5rem;
}
.menu-wrap .menu-hover-content .menu-panel-head {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  width: 100%;
}
.menu-wrap .menu-hover-content .menu-card-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.22;
  width: 100%;
  margin-bottom: 0;
}
.menu-wrap .menu-hover-content .menu-panel-subhead {
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  width: 100%;
}
.menu-wrap .menu-hover-content .client-name {
  background-color: var(--color-yellow);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 2px 5px;
  text-transform: uppercase;
}
.menu-wrap .menu-hover-content p {
  margin-bottom: 1.75rem;
}

.menu-lable {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.menu-list {
  list-style: none;
  width: 400px;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  margin: 0;
  padding: 0;
}
.menu-list li {
  margin: 0 0 19px;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.menu-list a {
  display: inline-block;
  font-weight: 700;
  padding: 8px 7px 6px;
  text-transform: lowercase;
}
.menu-list a:hover {
  background-color: var(--color-yellow);
}
.menu-list a span {
  font-size: 26px;
  line-height: 26px;
}
.menu-list .submenu {
  float: left;
  padding: 10px 0 20px;
  width: 100%;
}
.menu-list .submenu li {
  float: left;
  font-size: 16px;
  margin: 5px 0;
  padding: 0;
  width: 100%;
}
.menu-list .submenu a:hover {
  color: #282828;
}

.menu-main-active .menu-list > li {
  opacity: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

#close-button .gtm.gtm-close {
  color: #fff;
  font-size: 40px;
  height: 40px;
  float: left;
  position: relative;
}

#close-button .gtm-close:before {
  float: left;
  top: 30px;
  position: absolute;
}

@media screen and (max-width: 1599px) {
  .menu-list li {
    margin-bottom: 0.9rem;
  }
  .menu-footer {
    top: 565px;
  }
}

@media screen and (max-width: 992px) {
  .main-menu-btn {
    height: 60px;
    width: 60px;
  }
  .menu-button {
    bottom: auto;
    left: auto;
    right: 13px;
    top: 21px;
  }
  .menu-button:hover::after {
    content: "";
    opacity: 0;
  }
  .menu-button:hover::before {
    opacity: 1;
  }
  .menu-button:hover::before {
    margin-left: 0px;
  }
  .close-menu.close-menu-active {
    width: 85px;
  }
  .menu-wrap {
    left: 85px;
  }
}

@media screen and (max-width: 767px) {
  .main-menu-btn {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 15px;
  }
  .menu.menu-main,
  .menu-footer {
    /* left: 0;
    position:relative; */
    left: 120px;
  }
  .menu.menu-main {
    /* top: inherit;
    margin: 90px 0; */
  }
  .menu-footer {
    width: 65%;
  }
  .main-menu-btn {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 15px;
  }
  .close-button {
    bottom: auto;
    top: 30px;
    right: 20px;
    left: auto;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    position: fixed;
    display: none;
  }
  .menu-wrap {
    left: 0;
  }
  .menu-wrap.menu-main-active {
    left: 0;
    overflow: auto;
    padding-left: 120px;
    width: 100%;
  }
  .close-menu {
    height: 80px;
  }
  #menu-nav-logo {
    left: 120px;
  }
  .close-menu .close-button {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    background: url(../icons/close.png);
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .close-menu.close-menu-active .close-button {
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  .logo-icon i.gtm-logo {
    left: 25px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  #header-menu i.gtm-logo,
  .casestudy-menu i.gtm-logo {
    left: 12px;
  }
}

@media screen and (max-width: 480px) {
  .nav-logo2 {
    display: none;
  }
  .logo-icon,
  .close-menu.close-menu-active {
    width: 80px;
    height: 80px;
  }
  .close-menu {
    height: 80px;
  }
  .logo-icon i.gtm-logo {
    left: 14px;
    font-size: 50px;
    top: 55px;
  }
  #menu-nav-logo {
    display: none;
  }
  .main-menu-btn {
    right: 10px;
    top: 5px;
  }
  .menu-wrap.menu-main-active {
    padding-left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #header-menu i.gtm-logo,
  .casestudy-menu i.gtm-logo {
    left: 5px;
    top: 55px;
    font-size: 50px;
  }
  .close-button {
    bottom: auto;
    top: 15px;
    right: 110%;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    display: block;
  }
  .close-menu-active .close-button {
    right: 10px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
  }
  .main-menu-btn {
    width: 60px;
    height: 60px;
  }
  .menu-button {
    right: 14px;
    top: 23px;
  }
  .menu.menu-main,
  .menu-footer {
    position: absolute;
    left: 0;
  }
  .menu.menu-main {
    top: 100px;
  }
}
/* Menu CSS */

/*# sourceMappingURL=menu.css.map */
