/*body {
   display: grid;
   justify-content: center;
}*/
canvas {
  margin-top: 5em;
  margin-bottom: -3em;
  pointer-events: none;
}

.hero-section {
  z-index: 2;
  width: 100%;
  background-color: #2F22FE;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.hero-section .intro-text-container {
  width: 50%;
  z-index: 2;
  margin-top: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .hero-section .intro-text-container {
    width: 60%;
  }
}
@media screen and (max-width: 1600px) {
  .hero-section .intro-text-container {
    width: 70%;
    margin-top: 300px;
  }
}
@media screen and (max-width: 600px) {
  .hero-section .intro-text-container {
    width: 80%;
  }
}
.hero-section .intro-text-container .intro-text {
  position: relative;
  display: flex;
  align-self: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .hero-section .intro-text-container .intro-text {
    display: none;
  }
}
.hero-section .intro-text-container .intro-text-mobile {
  position: relative;
  display: none;
  align-self: center;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .hero-section .intro-text-container .intro-text-mobile {
    display: flex;
  }
}
.hero-section .intro-text-container .keyframe-1 {
  position: absolute;
  left: -190px;
  top: -120px;
}
@media screen and (max-width: 1280px) {
  .hero-section .intro-text-container .keyframe-1 {
    left: -150px;
    top: -120px;
  }
}
@media screen and (max-width: 600px) {
  .hero-section .intro-text-container .keyframe-1 {
    left: -20px;
  }
}
.hero-section .intro-text-container .keyframe-2 {
  position: absolute;
  left: 40%;
  top: -200px;
}
@media screen and (max-width: 1280px) {
  .hero-section .intro-text-container .keyframe-2 {
    left: 40%;
    top: -200px;
  }
}
.hero-section .intro-text-container .keyframe-3 {
  position: absolute;
  left: 100%;
  top: -120px;
}
@media screen and (max-width: 1280px) {
  .hero-section .intro-text-container .keyframe-3 {
    left: 100%;
    top: -120px;
  }
}
@media screen and (max-width: 600px) {
  .hero-section .intro-text-container .keyframe-3 {
    left: 80%;
  }
}
.hero-section .intro-text-container .keyframe-4 {
  position: absolute;
  left: -17%;
  bottom: -200px;
}
@media screen and (max-width: 600px) {
  .hero-section .intro-text-container .keyframe-4 {
    left: 0;
  }
}
.hero-section .intro-text-container .keyframe-5 {
  position: absolute;
  right: 0;
  bottom: -200px;
}
.hero-section .button-orange-scroll {
  z-index: 11;
  border-radius: 30px;
  border: #E8EAFF 1px solid;
  width: 55px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #121212;
  box-shadow: 0px 0px #E8EAFF;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  transform: translate(0px, 0px);
  cursor: pointer;
  color: #E8EAFF;
  font-family: "oddval", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 27px;
}
.hero-section .button-orange-scroll:hover {
  transform: translate(6px, -8px);
  box-shadow: -6px 8px 0px #E8EAFF;
}
.hero-section .button-orange-scroll:active {
  box-shadow: -2px 2px #121212;
  transform: translate(2px, -2px);
}
.hero-section .button-orange-scroll a {
  text-decoration: none;
  color: #E8EAFF;
  padding: 20px;
}
.hero-section .wave-text {
  width: 102%;
  transform: translate(0px, 70px);
}

.glossary-section {
  width: 100%;
  padding-top: 77px;
  background-color: #E8EAFF;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: row wrap;
  column-gap: 77px;
  padding-bottom: 90px;
}
.glossary-section .keyframe-container-dictionary {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}
.glossary-section .keyframe-container-dictionary .dictionary-keyframe {
  margin-right: 5%;
}
.glossary-section h1 {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .glossary-section h1 {
    margin-top: 100px;
    width: 90%;
  }
}
.glossary-section h2 {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .glossary-section h2 {
    width: 90%;
  }
}
.glossary-section .newsletter-container {
  display: flex;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.glossary-section .newsletter-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input {
  font-size: 23px;
  border-radius: 30px;
}
.glossary-section .newsletter-container .search {
  height: 60px;
  width: 600px;
  background: #FFFFFF;
  border: 0.7px solid #121212;
  box-shadow: -6px 8px 0px #000000;
  border-radius: 34px;
}
@media screen and (max-width: 600px) {
  .glossary-section .newsletter-container .search {
    width: 80vw;
  }
}
.glossary-section .newsletter-container input {
  outline: none;
  color: #121212;
  font-family: "mographers", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-left: 20px;
}
.glossary-section .newsletter-container ::-webkit-input-placeholder {
  color: #121212;
  font-family: "mographers", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px;
  opacity: 0.5;
}
.glossary-section .newsletter-container .button-search {
  position: absolute;
  transform: translateX(-85px);
  align-self: flex-end;
  border-radius: 40px;
  border: #121212 1px solid;
  width: 85px;
  height: 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF5E33;
  box-shadow: 0px 0px #121212;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  cursor: pointer;
  color: #E8EAFF;
  font-family: "oddval", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 27px;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .glossary-section .newsletter-container .button-search {
    height: 70px;
  }
}
.glossary-section .newsletter-container .button-search:hover {
  margin-top: -8px;
  margin-left: 6px;
  box-shadow: -6px 8px 0px #121212;
}
.glossary-section .newsletter-container .button-search:active {
  box-shadow: -2px 2px #121212;
  margin-top: -2px;
  margin-left: 2px;
}
.glossary-section .dictionary-cards-container {
  padding-bottom: 77px;
  display: flex;
  justify-content: center;
  gap: 33px;
  width: 70%;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .glossary-section .dictionary-cards-container {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    width: 100%;
  }
}
.glossary-section .dictionary-cards-container .card {
  border-radius: 40px;
  border: #121212 1px solid;
  display: flex;
  flex-flow: column wrap;
  padding: 30px;
  box-shadow: 0px 4px 4px rgba(211, 88, 88, 0.25);
  align-items: flex-start;
  justify-content: flex-start;
  justify-items: flex-start;
  align-content: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 0px #121212;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  transform: translate(0px, 0px);
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 1600px) {
  .glossary-section .dictionary-cards-container .card {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .glossary-section .dictionary-cards-container .card {
    width: 200px;
  }
}
.glossary-section .dictionary-cards-container .card:hover {
  box-shadow: -20px 20px 0px #121212;
}
.glossary-section .dictionary-cards-container .card h3 {
  text-wrap: wrap;
  padding-top: 33px;
}
.glossary-section .dictionary-cards-container .card .tag {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 120px;
  height: 30px;
  background: #E8EAFF;
  border: 1px solid #121212;
  border-radius: 40px;
  font-family: "mographers", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.glossary-section .dictionary-cards-container .card p {
  text-align: left;
  margin: 0;
  text-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .glossary-section .dictionary-cards-container .card p {
    width: 200px;
  }
}

.discord {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #2F22FE;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-flow: column wrap;
  margin: 0 auto;
}
.discord .wave-bg-top {
  display: flex;
  width: 100%;
  height: 50px;
  background-repeat: repeat-x;
  background-image: url("../img/wave-background-1.svg");
  padding-top: 80px;
}
.discord .wave-bg-bottom {
  display: flex;
  width: 100%;
  height: 30px;
  background-repeat: repeat-x;
  background-image: url("../img/wave-background-blue-top.svg");
}
.discord .wave-background-top {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.discord .wave-background-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.discord .discord-container {
  width: 70%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 1280px) {
  .discord .discord-container {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .discord .discord-container {
    flex-flow: column wrap;
  }
}
.discord .discord-container .texts-container {
  padding-top: 45px;
  align-self: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 50%;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .discord .discord-container .texts-container {
    width: 100%;
  }
}
.discord .discord-container .texts-container h1 {
  margin: 0;
  color: #E8EAFF;
}
.discord .discord-container .texts-container h2 {
  color: #E8EAFF;
  text-align: left;
}
.discord .discord-container .images-container {
  display: flex;
}
@media screen and (max-width: 600px) {
  .discord .discord-container .images-container {
    width: 100%;
    padding-left: 0;
    margin-top: 77px;
    justify-content: flex-end;
  }
}
.discord .discord-container .images-container .discord-icons {
  width: 500px;
}
@media screen and (max-width: 600px) {
  .discord .discord-container .images-container .discord-icons {
    width: 250px;
  }
}
.discord .button-orange {
  align-self: flex-end;
  box-shadow: 0px 0px #121212;
}
.discord .button-orange a {
  color: #E8EAFF;
}
.discord .button-orange:hover {
  transform: translate(6px, -8px);
  box-shadow: -6px 8px 0px #121212;
}
.discord .button-orange:active {
  box-shadow: -2px 2px #121212;
  transform: translate(2px, -2px);
}

.freebies {
  position: relative;
  background-color: #E8EAFF;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column wrap;
  padding-bottom: 90px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .freebies {
    width: 100%;
    flex-flow: row wrap;
  }
}
.freebies h1 {
  margin-bottom: 0;
  flex-basis: 100%;
  text-align: center;
}
.freebies h2 {
  margin-bottom: 0;
  text-align: center;
  color: #121212;
}
.freebies .keyframe-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 100px;
}
@media screen and (max-width: 600px) {
  .freebies .keyframe-container {
    padding-left: 20px;
  }
}
.freebies .keyframe-container-2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 100px;
}
@media screen and (max-width: 600px) {
  .freebies .keyframe-container-2 {
    padding-right: 20px;
  }
}
.freebies .freebies-cards-container {
  padding: 77px 0;
  display: flex;
  width: 70%;
  gap: 33px;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .freebies .freebies-cards-container {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .freebies .freebies-cards-container {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
  }
}
.freebies .freebies-cards-container .freebies-card {
  border-radius: 40px;
  border: #121212 1px solid;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  justify-content: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 0px #121212;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  transform: translate(0px, 0px);
  width: 400px;
  height: 500px;
}
@media screen and (max-width: 1600px) {
  .freebies .freebies-cards-container .freebies-card {
    height: 450px;
  }
}
@media screen and (max-width: 1280px) {
  .freebies .freebies-cards-container .freebies-card {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .freebies .freebies-cards-container .freebies-card {
    width: 300px;
    height: 400px;
  }
}
.freebies .freebies-cards-container .freebies-card:hover {
  box-shadow: -20px 20px 0px #121212;
}
.freebies .freebies-cards-container .freebies-card .thumbnail {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 40px;
}
.freebies .freebies-cards-container .freebies-card .freebies-card-texts-container {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .freebies .freebies-cards-container .freebies-card .freebies-card-texts-container {
    width: 60vw;
  }
}
.freebies .freebies-cards-container .freebies-card .freebies-card-texts-container h3 {
  font-size: 26px;
  line-height: 30px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .freebies .freebies-cards-container .freebies-card .freebies-card-texts-container h3 {
    font-size: 20px;
    line-height: 25px;
    text-wrap: wrap;
  }
}
.freebies .button-orange {
  align-self: flex-end;
  margin-top: -50px;
  box-shadow: 0px 0px #121212;
}
@media screen and (max-width: 600px) {
  .freebies .button-orange {
    margin-top: 0;
  }
}
.freebies .button-orange:hover {
  transform: translate(6px, -8px);
  box-shadow: -6px 8px 0px #121212;
}
.freebies .button-orange:active {
  box-shadow: -2px 2px #121212;
  transform: translate(2px, -2px);
}

.articles {
  position: relative;
  background-color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column wrap;
  column-gap: 77px;
  text-align: left;
  padding-bottom: 90px;
  width: 100%;
}
.articles .articles-keyframe {
  position: absolute;
  right: 15%;
  top: 13%;
}
@media screen and (max-width: 600px) {
  .articles .articles-keyframe {
    top: 25%;
  }
}
.articles .wave-background-top {
  background-image: url("../img/wave-background-2.svg");
  height: 30px;
  width: 100vw;
  background-size: contain;
  background-repeat: repeat-x;
  position: relative;
}
.articles .title-texts-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 70%;
}
@media screen and (max-width: 600px) {
  .articles .title-texts-container {
    width: 90%;
  }
}
.articles .title-texts-container h1 {
  margin: 0;
  text-align: left;
  color: #E8EAFF;
  padding-top: 77px;
}
@media screen and (max-width: 600px) {
  .articles .title-texts-container h1 {
    flex-basis: 100%;
  }
}
.articles .title-texts-container span {
  font-family: "oddval", sans-serif;
  font-weight: 400;
  font-style: bold;
  font-size: 62px;
  text-align: left;
  color: #E8EAFF;
  flex-basis: 70%;
  margin-top: -20px;
}
@media screen and (max-width: 1600px) {
  .articles .title-texts-container span {
    margin-top: -5px;
    flex-basis: 100%;
    font-size: 55px;
  }
}
@media screen and (max-width: 600px) {
  .articles .title-texts-container span {
    margin-top: -5px;
    flex-basis: 100%;
    font-size: 28px;
  }
}
.articles .title-texts-container h2 {
  flex-basis: 60%;
  color: #E8EAFF;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .articles .title-texts-container h2 {
    flex-basis: 100%;
  }
}
.articles .cards-container {
  padding: 77px 0;
  display: flex;
  width: 70%;
  gap: 33px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .articles .cards-container {
    margin-top: 40px;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
  }
}
.articles .cards-container .article-card {
  border-radius: 40px;
  border: #E8EAFF 1px solid;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  justify-content: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 0px #E8EAFF;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  transform: translate(0px, 0px);
  width: 400px;
}
.articles .cards-container .article-card:hover {
  box-shadow: -20px 20px 0px #E8EAFF;
}
.articles .cards-container .article-card .thumbnail {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 40px;
}
.articles .cards-container .article-card .article-card-texts-container {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .articles .cards-container .article-card .article-card-texts-container {
    width: 60vw;
  }
}
.articles .cards-container .article-card .article-card-texts-container p {
  width: 70%;
  text-align: left;
  color: #121212;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .articles .cards-container .article-card .article-card-texts-container p {
    width: 80%;
  }
}
.articles .button-orange {
  border: #E8EAFF 1px solid;
  box-shadow: 0px 0px #E8EAFF;
}
.articles .button-orange:hover {
  transform: translate(6px, -8px);
  box-shadow: -6px 8px 0px #E8EAFF;
}
.articles .button-orange:active {
  box-shadow: -2px 2px #121212;
  transform: translate(2px, -2px);
}

.newsletter {
  background-color: #2F22FE;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column wrap;
  position: relative;
}
.newsletter .wave-bg-blue {
  padding-top: 77px;
  display: flex;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  background-image: url("../img/wave-background-3-copy.svg");
}
.newsletter .wave-bg-black {
  display: flex;
  height: 20px;
  width: 100%;
  background-repeat: repeat-x;
  background-image: url("../img/wave-background-black.svg");
}
.newsletter .wave-background-top {
  background-image: url("../img/wave-background-3.svg");
  height: 30px;
  width: 100vw;
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
}
.newsletter .keyframe-container-newsletter {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
}
.newsletter .keyframe-container-newsletter .newsletter-keyframe {
  margin-left: 20%;
  transform: translateY(-100px);
}
.newsletter h1 {
  margin: 0;
  font-family: "oddval", sans-serif;
  flex-basis: 80%;
  text-align: center;
  color: #E8EAFF;
}
.newsletter h2 {
  color: #E8EAFF;
  text-align: center;
  flex-basis: 80%;
}
.newsletter .search-container {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 130px;
  padding-top: 30px;
}
.newsletter .search-container .search {
  height: 60px;
  width: 600px;
  background: #FFFFFF;
  border: 0.7px solid #121212;
  box-shadow: -6px 8px 0px #000000;
  border-radius: 34px;
}
@media screen and (max-width: 600px) {
  .newsletter .search-container .search {
    width: 300px;
  }
}
.newsletter .search-container input {
  outline: none;
  color: #121212;
  font-family: "mographers", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-left: 20px;
}
.newsletter .search-container ::-webkit-input-placeholder {
  color: #121212;
  font-family: "mographers", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-left: 20px;
  opacity: 0.5;
}
.newsletter .search-container .button-sign-up {
  position: absolute;
  transform: translateX(-160px);
  align-self: flex-end;
  border-radius: 40px;
  border: #121212 1px solid;
  width: 160px;
  height: 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF5E33;
  box-shadow: 0px 0px #121212;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  cursor: pointer;
  color: #E8EAFF;
  font-family: "oddval", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .newsletter .search-container .button-sign-up {
    height: 70px;
  }
}
.newsletter .search-container .button-sign-up:hover {
  margin-top: -8px;
  margin-left: 6px;
  box-shadow: -6px 8px 0px #121212;
}
.newsletter .search-container .button-sign-up:active {
  box-shadow: -2px 2px #121212;
  margin-top: -2px;
  margin-left: 2px;
}
.newsletter .wave-newsletter {
  bottom: 0;
  position: absolute;
  width: 102vw;
}

.newsletter-container {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  margin: 0 auto;
}
.newsletter-container #mc_embed_signup {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.newsletter-container #mc_embed_signup form {
  width: 100%;
}
.newsletter-container #mc_embed_signup form #mc_embed_signup_scroll {
  display: flex;
  align-items: center;
  padding-bottom: 130px;
  flex-flow: column wrap;
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .newsletter-container #mc_embed_signup form #mc_embed_signup_scroll {
    width: 95%;
  }
}
.newsletter-container #mc_embed_signup form #mc_embed_signup_scroll #mce-EMAIL {
  height: 60px;
  width: 100%;
  display: flex;
  background: #FFFFFF;
  border: 0.7px solid #121212;
  box-shadow: -6px 8px 0px #121212;
  border-radius: 40px;
  padding: 0;
}
.newsletter-container #mc_embed_signup form #mc_embed_signup_scroll .mailchimp-btn {
  position: absolute;
  align-self: flex-end;
  border-radius: 40px;
  border: #121212 1px solid;
  width: 160px;
  height: 61px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF5E33;
  box-shadow: 0px 0px #121212;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  cursor: pointer;
  color: #E8EAFF;
  font-family: "oddval", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .newsletter-container #mc_embed_signup form #mc_embed_signup_scroll .mailchimp-btn {
    transform: translate(3px, 0px);
  }
}
.newsletter-container #mc_embed_signup form #mc_embed_signup_scroll .mailchimp-btn:hover {
  margin-top: -8px;
  margin-right: -6px;
  box-shadow: -6px 8px 0px #121212;
}
.newsletter-container #mc_embed_signup form #mc_embed_signup_scroll .mailchimp-btn:active {
  box-shadow: -2px 2px #121212;
  margin-top: -2px;
  margin-left: 2px;
}

::-webkit-input-placeholder {
  color: #121212;
  font-family: "mographers", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px;
  opacity: 0.5;
}

input {
  color: #121212;
  font-family: "mographers", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

input {
  outline: none;
  color: #121212;
  font-family: "mographers", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-left: 20px;
}

::-webkit-input-placeholder {
  color: #121212;
  font-family: "mographers", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-left: 20px;
  opacity: 0.5;
}

.button-sign-up {
  position: absolute;
  transform: translateX(-160px);
  align-self: flex-end;
  border-radius: 40px;
  border: #121212 1px solid;
  width: 160px;
  height: 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF5E33;
  box-shadow: 0px 0px #121212;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  cursor: pointer;
  color: #E8EAFF;
  font-family: "oddval", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .button-sign-up {
    height: 70px;
  }
}
.button-sign-up:hover {
  margin-top: -8px;
  margin-left: 6px;
  box-shadow: -6px 8px 0px #121212;
}
.button-sign-up:active {
  box-shadow: -2px 2px #121212;
  margin-top: -2px;
  margin-left: 2px;
}/*# sourceMappingURL=index.css.map */