* {
  padding: 0;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

*::before, *::after {
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  display: none;
}

ul {
  list-style-type: disc;
}

.footer {
  margin-top: 0;
}

.free-trial {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 175px;
  margin: auto;
  background-color: #24262b;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  transition: 0.5s;
}

.free-trial:hover {
  background-color: #e91e63;
}

.nav-option {
  color: #fff;
  font-size: 18px;
  transition: 0.4s;
}

.nav-option:hover {
  color: grey;
}

.view {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 2500px;
  width: 100%;
  background-color: #24262b;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.grid-container {
  display: grid;
  grid-template-columns: 280px 600px;
  margin: 0px auto auto 0px;
  column-gap: 30px;
}

.sidebar {
  background-color: #24262b;
  position: sticky;
  top: 100px;
  height: fit-content;
  width: 280px;
  color: #fff;
}

.bump-right {
  margin-left: 30px;
}

.sidebar-header {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 32px; font-style: normal; font-variant: normal; font-weight: 700; 
}

.sidebar-title {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700;
  transition: 0.4s;
  cursor: pointer;
}

.sidebar-subsection {
  font-family: Cabin;
  font-size: 18px;
  transition: 0.4s;
  cursor: pointer;
}

.section-break {
  margin: 50px auto 50px auto;
  width: 50%;
  height: 4px;
  background-color: #fff;
  color: #fff;
  border-radius: 20px;
}

.information-box {
  grid-column: 2/ span 3;
  color: #fff;
}

.box-title {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 50px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 96px;
}

.section-title {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 32px; font-style: normal; font-variant: normal; font-weight: 700;
  scroll-margin-top: 125px;
}

.section-description {
  font-size: 24px;
  font-family: Cabin;
  margin-right: 60px;
  scroll-margin-top: 125px;
}

.video {
  margin: auto;
  height: 400px;
  width: 700px;
  scroll-margin-top: 100px;
}

.clean-href {
  text-decoration: none;
  color: #fff;
  transition: 0.4s;
}

.clean-href:hover {
  color: #e91e63;
}

.opaque-green {
  display: flex;
  background-color: #043c00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 30px;
}

.horizontal-bar {
  height: 1px;
  width: 100%;
  color: white;
  background-color: white;
}

.final-title {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 50px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; ;
  color: #fff;
  justify-content: center;
  width: 90%;
  margin: auto;
}

.guide-description {
  text-align: center;
  font-size: 16px;
}

.signup-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: center;
  grid-template-columns: auto auto;
  overflow: hidden;
  height: 50px;
}

.center {
  display: flex;
  justify-content: center;
}

.extra-option {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 175px;
  margin: auto;
  border-color: #fff;
  border-style: solid;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  transition: 0.5s;
}

.extra-option:hover {
  background-color: #e91e63;
}

