.page1 .logo-top-container {
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: 20;
  display: inline-block;
  background: var(--theme-light-blue);
  width: 5.834vw;
  height: 5.834vw;
  border-bottom-right-radius: 2vw;
}
.page1 .logo-top-container img {
  width: 3.7vw;
  height: 4vw;
  padding-bottom: 0.4vw;
  padding-right: 0.4vw;
}

.page1 .logo-top-container .title {
  display: flex;
  align-items: center;
  font-size: 3vw;
  margin-left: 1.5vw;
  line-height: 1;
  color: #001c58;
}

.navigation-buttons {
  display: flex;
  position: absolute;
  z-index: 10000;
  width: 98vw;
}

.page1 .navigation-buttons .right-buttons .login-button {
  display: none;
  margin-right: 1.5vw;
  color: var(--theme-dark-blue);
  font-size: 1.8vw;
  text-transform: none !important;
  text-decoration: none !important;
  font-family: "Brandon Grotesque Bold" !important;
  transition: all 300ms ease-out;
}
.navigation-buttons .right-buttons .login-button:hover {
  color: var(--theme-dark-blue);
}

.navigation-buttons .right-buttons {
  position: absolute;
  right: 3vw;
  top: 0;
  display: flex;
  align-items: center;
}

.navigation-buttons .right-buttons .more-button {
  display: none;
  width: 3vw;
  height: 3vw;
  fill: var(--theme-dark-blue);
  color: var(--theme-dark-blue);
}
