.topContent {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  width: 100%;
  z-index: 2;
}
#top {
  padding: 5px 30px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 1;
  color: white;
  font-weight: normal;
  font-family: "Noto", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: transparent;
  box-shadow: 0;
}
#top:not(.transparent),
#top.menuOpen {
  background-color: #333333;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#top #icon {
  height: 24pt;
  width: 24pt;
  margin-right: 7px;
}
#top #wordmark {
  height: 26pt;
  margin: 9px 0 4px 2px;
  filter: invert();
  width: initial;
}
#top a {
  color: white;
  font-weight: 600;
}
#top .selected {
  color: #66d9ef;
  pointer-events: none;
}
#top a:not(:hover) {
  text-decoration: none;
}
#top #left a {
  display: flex;
}
#top #logo {
  display: flex;
  align-items: flex-end;
}
#top #logo span {
  font-weight: bold;
  pointer-events: none;
}
#top #logo a {
  text-decoration: none;
}
#top #logo #subtitle {
  font-size: 14pt;
  margin-left: 10px;
  padding-bottom: 8px;
}
#top #left {
  display: flex;
  align-items: center;
}
#top #right {
  display: flex;
  align-items: center;
}
#top #right .blogLink {
  font-size: 14pt;
  margin-right: 20px;
}
#top #right .blogLink:last-child {
  margin-right: 0;
}
#top #twitter {
  width: 36px;
  height: 36px;
  margin-left: -5px;
  transform: translateY(2px);
  opacity: 0.87;
  vertical-align: initial;
}
#top #appLink {
  display: none;
}
#top #right #appLink {
  color: #f3dc21;
  font-weight: bold;
}
.dropdown {
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.dropdown:hover ul,
.dropdown.toggled ul,
.dropdown:hover #caret,
.dropdown.toggled #caret {
  visibility: visible;
}
.dropdown .blogLink {
  font-weight: 600;
  cursor: pointer;
}
.dropdown #caret {
  visibility: hidden;
  position: absolute;
  font-size: 12pt;
  pointer-events: none;
  top: 35px;
  transform: rotate(180deg) scaleX(2) translate(-28px);
}
.dropdown ul {
  visibility: hidden;
  position: absolute;
  top: 55px;
  padding: 20px;
  margin: 0 10px 0 0;
  background-color: rgba(16, 16, 16, 0.85);
  border: 1px solid white;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.501), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  backdrop-filter: blur(20px);
}
.dropdown ul li {
  list-style-type: none;
  line-height: 1.25;
}
.dropdown ul li a {
  font-size: 14pt;
  opacity: 1;
}
.dropdown ul li:first-child a {
  color: #f3dc21 !important;
  opacity: 1;
}
.dropdown ul li:not(:last-child) {
  margin-bottom: 11px;
}
.tryExplainer {
  opacity: 0.68;
  font-size: 12pt;
}
#rightMobile {
  filter: invert(1);
  display: none;
  width: 26px;
  height: 26px;
}
#menuContent {
  display: none;
  flex-direction: column;
  margin-top: 15px;
  max-width: 1180px;
  width: 100%;
  z-index: 2;
}
#menuContent a {
  padding: 15px 20px;
  font-size: 16pt;
  text-align: center;
}
#menuScrim {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1081px) {
  #top #icon {
    margin-top: -2px;
  }
}
@media screen and (max-width: 1080px) {
  #top #logo #subtitle {
    display: none;
  }
}
@media screen and (max-width: 890px) {
  #top {
    padding: 10px 10px;
  }
  #top.menuOpen #menuContent {
    display: flex;
  }
  #top.menuOpen #menuScrim {
    display: initial;
  }
  #top #logo #wordmark {
    height: 24px;
    margin: 4px 0 0 0;
  }
  #top #logo #subtitle {
    display: initial;
    font-size: 12pt;
    margin-left: 10px;
    padding-bottom: 2px;
  }
  #top #icon {
    width: 26px;
    height: 26px;
    margin-right: 6px;
  }
  #top #right {
    display: none;
  }
  #top #rightMobile {
    display: initial;
  }
}
