*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}


body {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background-color: #000000;
}

.icon {
  height: 24px;
}

.icon > path {
  fill: white;
}

header {
  background-color: #242424;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.09));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: static;
}

header > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 56px;
}

.container {
  width: 856px;
  margin: 80px auto;
  align-items: center;
}

.item-inner-container, .item-container {
  border-radius: 15px;
}

.item-container {
  margin-bottom: 8px;
  background-color: #242424;
  padding: 10px;
}

.item-inner-container {
  background-color: #303030;
  text-align: center;
  padding: 10px;
}

.item-inner-container-no-style {
  text-align: center;
  padding: 10px;
}

.item-inner-container > * {
  margin-bottom: 8px;

}

li {
  list-style-position: inside;
}

h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-family: Noto Sans;
  line-height: 1.167;
}

.banner {
    gap: 12px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 48px;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #00A0FF;
    height: 48px;
}

.banner svg {
  fill: white;
}

.click-here {
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-self: center;
  align-items: center;
  margin-left: -8px;
  text-decoration-line: underlin
}

.click-here .icon {
  height: 16px;
}

.logo-nav {
  width: 120px;
  cursor: pointer;
  height: 40px;
  padding-top: 3.6px;
  margin-right: 12px;
}

.button {
  width: 50%;
  margin-bottom: 8px;
  color: #FFFFFF;
  background: #EF8A1F;
  padding: 12px 24px;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: Noto Sans;
  line-height: 1.75;
  min-width: 64px;
  padding: 8px 11px;
  border-radius: 6px;
  margin-top: 8px;
}

#translation {
  display: none;
  min-height: 316px;
  position: absolute;
  top: 0px;
  right: 132px;
  background-color: #363636;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

#translation li {
  color: rgb(255, 255, 255);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#translation li:hover {
  background-color: #484848;
}

.translation-button {
  background-color: transparent;
  border: 0;
  color: white;
  fill: white;
}

.translation-button .icon {
  height: 16px;
}

h1 > span {
  color: #EF8A1F;
    font-style: italic;
    margin-right: 8px;
    text-decoration-line: underline;
}

.listPerks {
  padding: 0;
    width: 100%;
    text-align: center;
    list-style-position: inside;
}

.fadedText {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.listDescriptionText{
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px;
}

.lookingForLegacy {
  
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.secondary-button {
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.08);
}