body {
  background-color: #f8f8f7 !important;
  font-size: 1.6rem !important;
}

nav {
  color: #f8f8f7;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #fbb045, #f15a23);
  padding: 2rem;
  padding-top: 0;
}

nav > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav > div > div > img {
  width: 100%;
  max-width: 20rem;
  margin-top: 1rem;
}

nav h2 {
  font-size: 2rem;
  /* margin-bottom: 2rem; */
  /* margin-top: -2rem; */
  margin-top: 1rem;
}

main {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

main > div:first-child {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
}

main > div:first-child > div:first-child h3 {
  color: #f02d00;
  text-align: center;
}

main > div:first-child > div:first-child > div {
  display: flex;
  justify-content: center;
}

main > div:first-child > div:first-child > div > div > div {
  background-color: #ededed;
  color: #333333;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  height: 7rem;
  width: 7rem;
  font-size: 2.4rem;
  padding: 1rem;
  flex: 1;
}

main > div:first-child > div:first-child > div > div {
  text-align: center;
}

main > div:first-child > div:first-child > div > div:not(:last-child) {
  margin-right: 2rem;
}

.plans-02 {
  display: none;
}

.plans > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}

.plans > div:last-child > div {
  border: 2px solid #00000010;
  border-radius: 1rem;
  max-width: 30rem;
  padding: 2rem;
}

.plans > div:last-child > div:not(:last-child) {
  margin-bottom: 3rem;
}

.plans > div:last-child > div > p:first-child {
  color: #f02d00;
  font-weight: bold;
}

.plans > div:last-child > div > p:nth-child(2) {
  margin: 1.5rem 0;
}

.plans > div:last-child > div > p:nth-child(3) {
  font-size: 4rem;
  font-weight: bold;
}

.plans > div:last-child > div > p:nth-child(4) {
  margin: 1rem 0;
}

.plans > div:last-child > div {
  display: flex;
  flex-direction: column;
}

.plans > div:last-child > div > a {
  color: #ededed;
  background-color: #4cd51a;
  border-radius: 1rem;
  width: 100%;
  margin-top: 0.3rem;
  text-align: center;
  /* max-width: 14rem; */
  padding: 0.3rem 0;
  align-self: center;
}

#nocheckout {
  display: flex;
  flex-direction: column;
}

#nocheckout > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

#nocheckout > div:first-child img {
  max-width: 30rem;
}

#nocheckout > h2 {
  font-weight: 400;
  font-size: 2.3rem;
}

#nocheckout > div:nth-child(3) {
  display: flex;
  flex-direction: column;
}

#nocheckout > div:nth-child(3) > p:first-child {
  font-size: 2rem;
  text-decoration: line-through;
  color: #737373;
  margin-top: 1rem;
}

#nocheckout > div:nth-child(3) > div {
  display: flex;
  align-items: center;
}

#nocheckout > div:nth-child(3) > div > p:first-child {
  font-size: 4rem;
  font-weight: bold;
}

#nocheckout > div:nth-child(3) > div > p:not(:first-child) {
  color: #737373;
  font-size: 2rem;
  margin-left: 2rem;
}

#nocheckout > div:nth-child(3) > div > p:last-child {
  font-size: 3.5rem;
}

.confirm {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.cancel {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 2rem;
}

#nocheckout button {
  border: none;
  cursor: pointer;
  background-color: #4cd51a;
  color: #ededed;
  border-radius: 1rem;
  width: 100%;
  margin-top: 3rem;
  text-align: center;
  max-width: 20rem;
  padding: 0.8rem 0;
  align-self: center;
}

#nocheckout > div:last-child {
  margin-top: 3rem;
  max-width: 30rem;
  align-self: center;
}

#nocheckout > div:last-child img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 720px) {
  #nocheckout {
    margin-right: 3rem;
  }

  #nocheckout > h2 {
    font-size: 3.3rem;
    font-weight: 500;
  }

  #nocheckout > div:nth-child(3) > p:first-child {
    font-size: 2.6rem;
  }

  #nocheckout > div:nth-child(3) > div > p:first-child {
    font-size: 4.6rem;
  }

  #nocheckout > div:nth-child(3) > div > p:not(:first-child) {
    font-size: 2.6rem;
  }

  #nocheckout > div:nth-child(3) > div > p:last-child {
    font-size: 4.1rem;
  }

  nav h2 {
    font-size: 3rem;
  }

  main {
    flex-direction: row;
  }

  main > div:first-child {
    flex: 1;
  }

  main > div:nth-child(2) {
    flex: 1;
  }

  .plans-02 {
    display: block;
  }

  .plans-01 {
    display: none;
  }

  main > div:first-child {
    order: 2;
  }

  main > div:first-child {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    margin-top: 8rem;
  }

  main > div:last-child {
    order: 3;
  }

  .plans > div:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .plans > div:last-child > div {
    max-width: 100%;
    flex: 1;
    height: 40rem;
    padding: 2rem;
  }

  .plans > div:last-child > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .plans > div:last-child > div:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3rem;
  }

  .plans > div:last-child > div > p:nth-child(2) {
    margin: 1.5rem 0;
  }

  .plans > div:last-child > div > p:nth-child(3) {
    font-size: 4rem;
    font-weight: bold;
  }

  .plans > div:last-child > div > p:nth-child(4) {
    margin: 1rem 0;
  }

  .plans > div:last-child > div {
    display: flex;
    flex-direction: column;
  }

  .plans > div:last-child > div > a {
    color: #ededed;
    background-color: #4cd51a;
    border-radius: 1rem;
    width: 100%;
    margin-top: 0.3rem;
    text-align: center;
    max-width: 14rem;
    padding: 0.3rem 0;
    align-self: center;
  }

  main > div:first-child > div:first-child > div > div > div {
    background-color: #ededed;
    color: #333333;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    height: 13rem;
    width: 13rem;
    font-size: 3.5rem;
    padding: 1rem;
    flex: 1;
  }

  nav {
    color: #f8f8f7;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #fbb045, #f15a23);
    padding: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  nav > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  nav > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  nav > div > div > img {
    width: 100%;
    max-width: 20rem;
  }

  nav > div > div:first-child img {
    max-width: 25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  nav h2 {
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 720px) {
  #paymentOptions {
    flex-direction: column;
    margin-top: 3rem;
  }

  #paymentOptions > button:first-child {
    margin: 0 !important;
  }
}

.plans > div > div:last-child {
  max-width: 60rem;
}

.plans > div > div:last-child > div > p:first-child {
  font-size: 3rem;
  color: #f02d00;
  font-weight: bold;
  margin-bottom: 2rem;
}

.plans > div > div:last-child > div > p:last-child {
  font-size: 1.8rem;
  max-width: 40rem;
}

.plans > div > div:last-child > p:nth-child(2) {
  font-size: 5rem;
  font-weight: bold;
}

.plans > div > div:last-child > a:last-child {
  font-size: 2.5rem;
  width: 100%;
  max-width: 20rem !important;
}
