.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 20px;
  padding: 0 3%;
  display: flex;
  position: relative;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.person {
  z-index: 1;
  max-width: 50%;
  position: absolute;
  inset: auto 0% auto auto;
}

.display-heading {
  color: #282460;
  font-size: 75px;
  line-height: 1;
}

.title {
  color: #26abe1;
  font-size: 17px;
  line-height: 1;
}

.paragraph {
  color: #282460;
  max-width: 550px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.form {
  max-width: 550px;
  display: flex;
}

.text-field {
  border: 0 #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 3px 6px #0003;
}

.text-field::placeholder {
  color: #000;
  font-weight: 700;
}

.submit-button {
  background-color: #26abe1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 5px;
  padding: 20px 24px;
  font-weight: 700;
  box-shadow: 0 3px 6px #0003;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 44px;
}

.logo {
  margin-top: 20px;
  margin-bottom: 23px;
}

.countdown-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.page-content {
  flex-direction: column;
}

.column-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-size: 48px;
}

.text-block {
  color: #ffffff80;
  font-size: 18px;
}

.countdown-wrap {
  display: flex;
}

.content-grid {
  grid-template-rows: auto;
}

.clone-block-remove {
  z-index: 5;
  background-color: #251e6d;
  border-radius: 50px;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 45px 45px;
}

.clone-link {
  color: #fff;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 16px;
  text-decoration: none;
}

.flowbase-banner {
  height: 64px;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-name-block {
  background-color: #f8f9fb;
  border-radius: 6px;
  padding: 2px 6px;
  text-decoration: none;
}

.global-logo {
  width: 120px;
}

.global-name {
  color: #282735;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-navigation-line {
  background-color: #122b6914;
  width: 1px;
  height: 20px;
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navigation {
  background-color: #fff;
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 82px;
  padding: 24px;
  display: flex;
}

.global-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.global-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.global-title-text {
  color: #36364a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .title {
    line-height: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .title {
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  .page-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .person {
    max-width: 40%;
  }

  .display-heading {
    line-height: 70px;
  }

  .title {
    line-height: 30px;
  }

  .paragraph {
    line-height: 1.4;
  }

  .content-grid {
    grid-template-columns: 2fr 1fr;
  }

  .global-logo-link {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title {
    font-size: 14px;
  }

  .paragraph {
    line-height: 1.3;
  }

  .clone-block-remove, .global-navigation-line, .global-text-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .person {
    max-width: 60%;
    inset: auto 0% 0% auto;
  }

  .display-heading {
    margin-top: 10px;
    font-size: 50px;
  }

  .title {
    line-height: 20px;
  }

  .paragraph {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .form {
    flex-direction: column;
  }

  .text-field {
    border-radius: 0;
    min-height: 50px;
    box-shadow: 0 3px 6px #00000061;
  }

  .submit-button {
    border-radius: 0;
    margin-left: 0;
  }

  .logo {
    margin-bottom: 10px;
  }

  .countdown-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .page-content {
    max-width: 100%;
  }

  .content-grid {
    grid-row-gap: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .flowbase-banner {
    display: none;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .global-component-banner, .global-icon-x-small, .global-title-text {
    display: none;
  }
}


