:root {
  --pale-turquoise: #d4e4ff;
  --teal: #003192;
  --white: white;
  --black: black;
  --color: #f6faff;
  --pale-turqoise: var(--pale-turquoise);
}

.body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hero {
  background-color: var(--pale-turquoise);
  padding-top: 60px;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.nav {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.nav.mob {
  display: none;
}

.hero-box {
  display: flex;
}

.hero-left {
  width: 50%;
}

.hero-right {
  flex-flow: column;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.hero-image {
  width: 100%;
}

.acc-box {
  align-items: center;
  display: flex;
}

.login-link {
  color: #000;
  margin-right: 27px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.login-link:hover {
  color: var(--teal);
}

.su-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 16px 26px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .7s;
  display: flex;
}

.su-button:hover {
  background-color: var(--teal);
  color: var(--white);
}

.su-button.su, .su-button.su.w--current {
  width: auto;
}

.right-arrow {
  margin-left: 9px;
}

.hero-h1 {
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.hero-p {
  width: 80%;
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.hero-profiles {
  width: 60%;
  margin-top: 114px;
}

.p-image-box {
  width: 35%;
}

.p-content {
  width: 65%;
}

.features {
  background-color: #f5f6f8;
  padding-top: 75px;
  padding-bottom: 115px;
}

.f-box {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-h2 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.heading-h2.sel {
  color: var(--white);
  width: 55%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 52px;
}

.heading-h2.cd {
  text-align: left;
  width: 70%;
}

.feat-p {
  color: #12141d;
  text-align: center;
  width: 35%;
  margin: 20px auto 42px;
  font-weight: 300;
}

.feat-blocks {
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
  display: flex;
}

.feat-blocks.first {
  justify-content: flex-end;
}

.feat-blocks.second {
  justify-content: flex-end;
  padding-right: 0;
}

.feat-block {
  background-color: var(--white);
  border: 1px solid #eae9f2;
  border-radius: 8px;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 16px;
  display: flex;
}

.feat-block.su {
  margin-bottom: 22px;
}

.feat-par {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 600;
}

.select {
  background-image: radial-gradient(circle, #00000078, #fff0), url('../images/quicktok_lg_cropped.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 172px;
  padding-bottom: 221px;
}

.select-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.select-p {
  color: #fff;
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.coffee-date {
  background-color: var(--color);
  padding-top: 110px;
  padding-bottom: 110px;
}

.cd-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cd-left, .cd-right {
  width: 50%;
}

.cd-image {
  width: 90%;
}

.cd-p {
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer {
  background-color: var(--teal);
  padding-top: 66px;
  padding-bottom: 60px;
}

.top-ftr {
  display: flex;
}

.tf-left {
  width: 70%;
  position: relative;
}

.tf-right {
  width: 30%;
}

.ftr-h2 {
  z-index: 2;
  color: #fff;
  margin-top: 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 50px;
  line-height: 52px;
  position: relative;
}

.cint-holder {
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.cont-p {
  color: var(--white);
  width: 80%;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.copy {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.copy-p {
  color: var(--white);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.doodle {
  position: absolute;
  inset: 0% 400px 0% auto;
}

.menu-icon {
  width: 40px;
}

.mob-menu-container {
  display: none;
}

.su-left {
  background-color: var(--white);
  border-radius: 8px;
  width: 55%;
  margin-bottom: 113px;
  margin-right: 36px;
  padding: 59px 70px 0;
}

.su-right {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  margin-left: 36px;
  padding-top: 0;
  display: flex;
}

.su-h1 {
  color: var(--black);
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.form-block {
  margin-top: 45px;
}

.label {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 12px;
  line-height: 18px;
}

.input {
  background-color: var(--white);
  color: #606060;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 14px;
}

.column {
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
}

.column-4 {
  padding-right: 0;
}

.full-button {
  flex-direction: column;
  margin-top: 37px;
  display: flex;
}

.submit-button {
  color: var(--black);
  background-color: #b5f6f7;
  border-radius: 8px;
  height: 56px;
  font-weight: 700;
  transition: color .4s, background-color .4s;
}

.submit-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.form-login {
  text-align: center;
  margin-top: 15px;
}

.form-login-link {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.form-login-link:hover {
  color: var(--teal);
}

.su-image {
  width: 90%;
  margin-top: 39px;
}

.supp-link {
  color: var(--white);
  text-decoration: none;
}

.supp-link:hover {
  color: var(--pale-turquoise);
}

.html-embed {
  width: 100%;
  max-width: 600px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav {
    margin-bottom: 40px;
  }

  .hero-box {
    flex-direction: column;
    align-items: center;
  }

  .hero-h1 {
    font-size: 34px;
    line-height: 34px;
  }

  .hero-p {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-profiles {
    width: 70%;
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-box, .heading-h2.sel {
    width: 100%;
  }

  .heading-h2.cd {
    width: 100%;
    margin-top: 0;
    font-size: 34px;
    line-height: 36px;
  }

  .feat-p {
    width: 60%;
  }

  .feat-blocks.first, .feat-blocks.second, .feat-blocks.last {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .feat-block {
    margin-left: 6px;
    margin-right: 6px;
  }

  .feat-par {
    font-size: 16px;
    line-height: 21px;
  }

  .select {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .select-p {
    width: 80%;
  }

  .cd-image, .cd-p {
    width: 100%;
  }

  .tf-left {
    width: 60%;
  }

  .tf-right {
    width: 40%;
  }

  .ftr-h2 {
    font-size: 34px;
    line-height: 36px;
  }

  .doodle {
    width: 150px;
    top: 10px;
    right: 94px;
  }

  .su-left {
    width: 80%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .su-right {
    width: 80%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 40px;
  }

  .nav.mob {
    display: flex;
  }

  .nav.desktop {
    display: none;
  }

  .hero-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-left, .hero-right {
    width: 100%;
  }

  .login-link {
    margin-right: 27px;
  }

  .login-link.mob {
    margin-right: 0;
    font-size: 18px;
  }

  .su-button.mob-menu {
    border: 1px solid #000;
    margin-top: 40px;
    padding: 15px 25px;
  }

  .su-button.mob-menu:hover {
    border-color: var(--teal);
  }

  .hero-profiles {
    width: 50%;
  }

  .heading-h2.sel {
    font-size: 34px;
    line-height: 36px;
  }

  .feat-p {
    width: 100%;
  }

  .feat-blocks.first, .feat-blocks.second, .feat-blocks.last {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feat-block {
    margin-bottom: 20px;
  }

  .cd-box {
    flex-direction: column;
  }

  .cd-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .cd-right {
    width: 100%;
  }

  .top-ftr {
    flex-direction: column;
  }

  .tf-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .copy {
    flex-direction: column;
    align-items: center;
  }

  .copy-box {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .copy-p {
    text-align: center;
  }

  .doodle {
    top: 0;
    right: 180px;
  }

  .menu-icon {
    cursor: pointer;
  }

  .mob-menu-container {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .close {
    width: 40px;
    position: absolute;
    inset: 30px 30px auto auto;
  }

  .su-left, .su-right {
    width: 100%;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-profiles {
    width: 90%;
  }

  .select {
    background-image: radial-gradient(circle, #0000, #000 80%), url('../images/quiktok2.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tf-right, .cont-p {
    width: 100%;
  }

  .doodle {
    right: 21px;
  }

  .su-left {
    margin-top: 21px;
    padding-left: 25px;
    padding-right: 25px;
  }
}


