.main {
  padding-bottom: 5em;
}

body {
  /* font-size: calc(1em + 1.9 * ((100vw - 100em)/(1150 - 450))); */
  /* font-size: calc(0.6em + (1.3 - 0.6) * ((100vw - 100em)/(1150 - 450))); */
  /* font-size: calc(0.7em + (2.1 - 0.6) * ((200vw) / (1150 - 450))); */
}

.banner {
  width: 100%;
  position: relative;
  display: flex;
  text-align: center;
  /* height: 25vw; */
  padding-bottom: 2.4em;
  /* margin-top: -10px; */
  /* max-width: 1150px; */
  /* max-height: 400px; */
  font-family: "concourse_sc";
  flex-flow: column;
  font-weight: 300;
}

.area {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 0em;
  /* margin-right: -3em; */
  padding-bottom: 5em;
}

.parent h1, .area_title {
  width: 100%;
  font-size: 3em;
  /* font-feature-settings: 'c2sc'; */
  font-family: "concourse_sc";
  /* margin-left: 2em; */
  margin-top: 0.6em;
  margin-bottom: 0.5em;
  position: relative;
  text-align: left;
  /* border-left: 0.1em solid red; */
  /* line-height: 70%; */
  /* padding-bottom: 10px; */
  letter-spacing: 0.001em;
  color: #45415e;
  justify-self: center;
  text-transform: uppercase;
  font-weight: 500;
  /* border-bottom: 0.1em solid red; */
  text-align: center;
  background-color: #2b2b2b;
  color: white;
}

.banner .main_tag {
  font-size: 2.5em;
  /* margin-top: -5.5vw; */
  /* text-transform: lowercase; */
  font-feature-settings: "c2sc";
}

.banner .text {
  font-size: 2em;
  /* text-transform: lowercase; */
  font-feature-settings: "c2sc";
}

.logo {
}

.logo.subpage {
  display: flex;
  /* height: 16em; */
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  /* padding: 5em 6em; */
  /* margin-bottom: 3em; */
}

.logo .image {
  /* max-width: 23em; */
  /*format better*/
  height: 20em;
  /* max-height: 25em; */
  background-size: contain !important;
  /* margin: -1em auto -3em auto; */
  width: 14em;
  display: flex;
  flex-flow: row wrap;
  font-size: 1.1em;
}

.image ~ .image {
  width: 17em;
}

.banner .text {
}

.steps,
.basics {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
  align-self: center;
  gap: 2em 2em;
}

.steps .step,
.basics .step {
  max-height: 25em;
  /* cursor: pointer; */
  position: relative;
  padding: 0.2em;
  border-top: 0.2em solid rgba(0, 0, 0, 0.7);
  /* flex: 0 0 25%; */
  /* margin: 1.3em; */
  font-size: 1.3em;
  display: flex;
  align-self: flex-start;
  flex-flow: column;
  --bg-height: 11.8em;
  --bg-width: 18.27em;
}

.step .title {
  display: flex;
  justify-content: center;
  padding-bottom: 0.4em;
  /* height: 4em; */
  /* width: 18.27em; */
  flex-flow: column;
}

.step .title:after {
  content: var(--title);
  align-self: center;
  /* height: 4em; */
  max-width: 7.67em;
  position: absolute;
  right: 0;
  padding-left: 0.5em;
  font-family: "concourse_sc";
  text-transform: lowercase;
  font-size: 1.7em;
  text-align: right;
  font-weight: 400;
}

.step .text {
  display: block;
  /* position: absolute; */
  /* width: auto; */
  /* height: 2em; */
  /* transform: translateY(-50%); */
  /* top: 50%; */
  padding-left: 0.5em;
  font-family: "concourse_sc";
  text-transform: lowercase;
  font-size: 1.7em;
  text-align: right;
  /* right: 0; */
  align-self: center;
  justify-self: self-end;
  font-weight: 400;
}

.step .icon {
  width: 5.2em;
  height: 3.6em;
  /* display: inline-block; */
  /* margin-left: 0.4em; */
  margin: 0.1em 0.1em;
  align-self: flex-start;
  /* position: unset; */
  /* padding: 0em; */
}

.step:nth-child(2n + 1):nth-last-child(-n + 2) {
  /* grid-column-end: span 2; */
}

.main .downloads {
  display: flex;
  flex-flow: row wrap;
  /* width: 100%; */
  position: relative;
  justify-content: center;
  align-items: baseline;
  /* align-self: center; */
  gap: 2em 2em;
  padding: 0 4em;
}

.downloads .download {
  text-decoration: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  --bg_width: 20em;
  color: unset;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.download:hover .title {
  color: rgb(85 65 213);
}

.download:hover {
  transform: scale(0.985, 0.985);
}

.download:hover .description {
  /* visibility: visible; */
  opacity: 1;
}

.download .bg {
  height: calc(1.59 * var(--bg_width));
  width: var(--bg_width);
  margin: 0.3em 0;
}

.download .title {
  text-decoration: none;
  font-family: "concourse_sc";
  text-transform: lowercase;
  color: black;
  font-size: 1.9em;
}

.download .description {
  position: absolute;
  height: calc(1.61 * var(--bg_width));
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  font-family: "equity_text";
  font-weight: 100;
  display: flex;
  width: 100%;
  flex-flow: column;
  justify-content: center;
  opacity: 0;
}

.download .description:before {
  content: var(--description);
  position: absolute;
  align-self: center;
  justify-content: center;
  font-size: 1.8em;
  margin: 0 0.6em;
  top: 2.8em;
  font-style: italic;
  font-feature-settings: "ss06";
}

.download .description:after {
  content: "";
  position: absolute;
  align-self: center;
  justify-content: center;
  font-size: 1.2em;
  margin: 0 0.6em;
  bottom: 3.5em;
  background: transparent url("/img/download_icon.svg") no-repeat center;
  background-size: contain;
  width: 6em;
  height: 6em;
  filter: invert(24%) sepia(65%) saturate(2104%) hue-rotate(228deg)
    brightness(91%) contrast(98%);
}

.step .text {
}

.step .bg {
  width: var(--bg-width);
  height: var(--bg-height);
  position: relative;
  z-index: -1;
  /* margin-top: -2.3em; */
  border-radius: 0.2em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.step .bg:after {
  content: "";
  width: var(--bg-width);
  height: var(--bg-height);
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  /* bottom: 0.2em; */
  opacity: 0;
  display: flex;
  z-index: 1;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  /* backdrop-filter: blur(17px); */
  filter: blur(3px);
}

.step .overlay:hover {
  opacity: 0.7;
}

.step .bg:before {
  content: var(--step_number);
  font-size: 7em;
  /* align-self: center; */
  /* justify-self: center; */
  position: absolute;
  z-index: 3;
  opacity: 0;
  font-family: "concourse_sc";
  font-weight: 600;
  color: rgb(255 215 0);
  color: rgb(230, 242, 165);
  color: white;
  text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%),
    0px 18px 23px rgb(0 0 0 / 10%);
  /* filter: blur(0px); */
}

a:hover .bg:after {
  opacity: 1;
}

a:hover .bg:before {
  opacity: 1;
}

@media (max-width: 800px) {
  banner title {
    font-size: 50px;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    border-radius: 5px;
    padding: 30px;
    width: 85%;
  }
}

@media screen and (min-width: 1600px) {
  body {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1600px) {
  body {
    font-size: 0.8em;
  }
}

@media (min-width: 601px) and (max-width: 1150px) {
  .topbanner logo {
    /* display: none; */
  }

  .topbanner div.text maintitle {
    font-size: 9vw;
  }
}

@media screen and (max-width: 800px) {
  #about, .info {
    /* font-size: 1.3em; */
  }

  body {
    /* font-size: calc(1em + 1.9 * ((100vw - 100em)/(1150 - 450))); */
    /* font-size: calc(0.6em + (1.3 - 0.6) * ((100vw - 100em)/(1150 - 450))); */
    /* font-size: calc(0.6em + (2.1 - 0.6) * ((200vw) / (1150 - 450))); */
  }
  .logo.subpage {
    font-size: 0.8em;
  }
}

@media (max-width: 600px) {
  div.topbanner {
    height: 40vw;
  }

  .topbanner div.text {
    display: none;
  }

  .topbanner logo {
    width: 40vw;
  }
}