@font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 300;
  src: url("https://waitlist.the360.me/wp-content/uploads/fonts/HelveticaNeueLTStd-Lt.otf") format("opentype"); }
@font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 400;
  src: url("https://waitlist.the360.me/wp-content/uploads/fonts/HelveticaNeueLTStd-Roman.otf") format("opentype"); }
@font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 500;
  src: url("https://waitlist.the360.me/wp-content/uploads/fonts/HelveticaNeueLTStd-Md.otf") format("opentype"); }
@font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 700;
  src: url("https://waitlist.the360.me/wp-content/uploads/fonts/HelveticaNeueLTStd-Bd.otf") format("opentype"); }
:root {
  --blue: #134FFF;
  --light: #F6F9FF;
  --navy: #272743; }

#design {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  inset: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../design/design-3.png");
  min-height: 3890px; }

/*
	https://tailwindcss.com/docs/responsive-design

	sm - @media (min-width: 640px) { }
	md - @media (min-width: 768px) { }
	lg - @media (min-width: 1024px) { }
	xl - @media (min-width: 1280px) { }
	2xl - @media (min-width: 1536px) { }
*/
body {
  font-family: 'Helvetica Neue LT Std'; }
  body section,
  body .container {
    position: relative; }
  body .container {
    margin: 0 auto;
    padding: 0 12px;
    /*
    @media (min-width: $xxl) {
    	max-width: 1520px;
    }
    */ }
    @media (min-width: 640px) {
      body .container {
        max-width: 624px; } }
    @media (min-width: 768px) {
      body .container {
        padding: 0 18px;
        max-width: 752px; } }
    @media (min-width: 1024px) {
      body .container {
        padding: 0 24px;
        max-width: 1008px; } }
    @media (min-width: 1280px) {
      body .container {
        padding: 0 32px;
        max-width: 1264px; } }
  body img {
    width: 100%;
    height: auto; }
  body .btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1; }
    body .btn.rainbow {
      font-weight: 600;
      color: #fff;
      height: 60px;
      border-radius: 30px;
      padding: 0 30px;
      box-shadow: 0 0 16px 0 rgba(19, 79, 255, 0.14);
      background-image: linear-gradient(148deg, #FAAB2B -62.04%, #FF6B46 -41.94%, #B944C7 -0.68%, #134FFF 40.6%, #009AFF 73.6%, #54CA82 109.21%);
      transition: background-position .3s ease-in-out;
      background-size: 200% 200%;
      background-position: 0% 0%; }
      body .btn.rainbow:hover {
        background-position: 100% 100%;
        /*
        background-image: linear-gradient(
        	141deg,
        	#FAAB2B 15.58%,
        	#FF6B46 38.78%,
        	#B944C7 86.42%,
        	#134FFF 134.08%,
        	#009AFF 172.18%,
        	#54CA82 213.29%
        );
        */ }
  body h1, body .h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.04em; }
    @media (min-width: 768px) {
      body h1, body .h1 {
        font-size: 68px; } }
    @media (min-width: 1280px) {
      body h1, body .h1 {
        font-size: 80px; } }
  body h2, body .h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1; }
    @media (min-width: 768px) {
      body h2, body .h2 {
        font-size: 34px; } }
    @media (min-width: 1280px) {
      body h2, body .h2 {
        font-size: 38px; } }
  body h3, body .h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.15; }
  body p, body .p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.2em; }
    body p:last-child, body .p:last-child {
      margin-bottom: 0; }
  body li, body .li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1; }
  body small, body .small {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4; }
  body sub, body .sub {
    display: inline-block;
    font-size: 12.8px;
    font-weight: 400;
    line-height: 15px; }
  body label, body .label {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1; }

/*   Hero   */
#design + [data-section='hero'] {
  max-height: 918px; }

[data-section='hero'] {
  color: #fff; }
  [data-section='hero'] .bg {
    position: absolute;
    inset: 0; }
    [data-section='hero'] .bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.2); }
      @media (min-width: 768px) {
        [data-section='hero'] .bg::after {
          content: none; } }
    [data-section='hero'] .bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 80% center; }
  [data-section='hero'] .container {
    min-height: 100vh;
    padding-top: 45px;
    display: flex;
    flex-direction: column; }
  [data-section='hero'] header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    [data-section='hero'] header .logo {
      height: 66px;
      width: auto; }
    [data-section='hero'] header .btn {
      height: 40px;
      border-radius: 20px;
      border: 1.5px solid #fff;
      padding: 3px 24px 0 24px;
      color: #fff;
      background-color: transparent;
      transition: color .3s ease-in-out, background-color .3s ease-in-out; }
      [data-section='hero'] header .btn:hover {
        color: var(--blue);
        background-color: #fff; }
  [data-section='hero'] .wrap {
    padding: 30px 0 100px 0;
    max-width: 615px;
    margin: auto 0; }
    [data-section='hero'] .wrap h1 {
      margin-bottom: 18px; }
    [data-section='hero'] .wrap hr {
      max-width: 480px;
      border: none;
      height: 2.6px;
      margin-bottom: 24px;
      background: linear-gradient(270deg, #FAAB2B -7.09%, #FF6B46 6.48%, #B944C7 29.09%, #009AFF 87.04%, #54CA82 108.51%); }
    [data-section='hero'] .wrap h2 {
      margin-bottom: 54px; }

/*   Copy   */
[data-section='copy'] {
  padding-top: 113px;
  background-image: url("../image/body-gradient.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto; }
  [data-section='copy'] .wrap {
    max-width: 640px;
    margin: 0 auto; }
  [data-section='copy'] h2 {
    color: var(--blue); }
  [data-section='copy'] label {
    text-transform: uppercase;
    color: var(--blue);
    margin-top: 62px;
    margin-bottom: 19px; }
  [data-section='copy'] p {
    color: #000; }
  [data-section='copy'] .features {
    padding: 40px 24px;
    margin-top: 42px;
    border-radius: 60px;
    color: var(--blue);
    background-color: var(--light); }
    @media (min-width: 640px) {
      [data-section='copy'] .features {
        padding: 52px 39px 55px 39px; } }
    [data-section='copy'] .features .number {
      text-align: center;
      padding-bottom: 48px;
      border-bottom: 1px dotted var(--blue);
      margin-bottom: 24px; }
      [data-section='copy'] .features .number span {
        display: block;
        font-size: 56px;
        font-weight: 400;
        line-height: 1; }
      [data-section='copy'] .features .number small {
        font-weight: 500; }
    [data-section='copy'] .features ul {
      margin-bottom: 18px;
      padding-left: 0;
      list-style: none; }
      [data-section='copy'] .features ul li {
        position: relative;
        padding: .35em .35em .35em 2em;
        margin-bottom: .2em; }
        [data-section='copy'] .features ul li::before {
          position: absolute;
          content: '';
          top: .5em;
          left: .7em;
          width: 16px;
          height: 16px;
          background-image: url("../svg/check-circle.svg"); }

/*   Why Join   */
[data-section='why-join'] {
  padding: 90px 0;
  background-image: url("../image/why-join-gradient.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  @media (min-width: 768px) {
    [data-section='why-join'] {
      padding: 155px 0; } }
  @media (min-width: 640px) {
    [data-section='why-join'] .container {
      padding: 0; } }
  [data-section='why-join'] .container .wrap {
    margin: 0 auto;
    padding: 60px 24px;
    border-radius: 60px;
    box-shadow: 0 8px 45px 0 rgba(19, 79, 255, 0.15);
    background-color: #fff; }
    @media (min-width: 640px) {
      [data-section='why-join'] .container .wrap {
        padding: 75px 42px 80px 42px; } }
  [data-section='why-join'] h2 {
    color: var(--blue);
    margin-bottom: 74px; }
  [data-section='why-join'] .list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px; }
    @media (min-width: 1280px) {
      [data-section='why-join'] .list {
        column-gap: 80px;
        margin-left: 50px; } }
    [data-section='why-join'] .list .item {
      width: 100%;
      max-width: 600px;
      display: flex;
      align-items: flex-start;
      /*
      @media (min-width: $xxl) {
      	max-width: 600px;
      }
      */ }
      @media (min-width: 1024px) {
        [data-section='why-join'] .list .item {
          max-width: 440px; } }
      @media (min-width: 1280px) {
        [data-section='why-join'] .list .item {
          max-width: 469px; } }
    [data-section='why-join'] .list img {
      flex-shrink: 0;
      flex-grow: 0;
      width: 48px;
      margin-right: 16px; }
      @media (min-width: 640px) {
        [data-section='why-join'] .list img {
          width: 64px; } }
    [data-section='why-join'] .list .text p {
      line-height: 1.2; }
    [data-section='why-join'] .list .text strong {
      font-weight: 500;
      color: var(--blue);
      display: block;
      margin-bottom: .2em; }

/*   Waitlist   */
[data-section='waitlist'] {
  margin-bottom: 120px;
  text-align: center; }
  @media (min-width: 768px) {
    [data-section='waitlist'] {
      margin-bottom: 160px; } }
  [data-section='waitlist'] .wrap {
    max-width: 640px;
    margin: 0 auto; }
  [data-section='waitlist'] h2 {
    color: var(--blue);
    margin-bottom: 54px;
    letter-spacing: .01em; }
  [data-section='waitlist'] label {
    color: var(--blue);
    margin-bottom: 20px;
    text-transform: uppercase; }
  [data-section='waitlist'] p {
    margin-bottom: 56px; }

/*   Footer   */
[data-section='footer'] {
  color: #fff; }
  @media (min-width: 640px) {
    [data-section='footer'] .container {
      padding: 0; } }
  [data-section='footer'] .wrap {
    margin: 0 auto;
    padding: 60px 35px 45px 35px;
    border-radius: 60px;
    background-color: var(--blue); }
    @media (min-width: 640px) {
      [data-section='footer'] .wrap {
        flex-wrap: wrap;
        align-items: flex-start;
        display: flex; } }
    [data-section='footer'] .wrap .logo {
      margin: 0 0 60px 0;
      flex-shrink: 0;
      flex-grow: 0;
      width: 84px; }
    [data-section='footer'] .wrap .socials {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 275px;
      margin: 0 auto 60px 0; }
      @media (min-width: 640px) {
        [data-section='footer'] .wrap .socials {
          margin: 0 0 60px auto; } }
      [data-section='footer'] .wrap .socials svg {
        height: 32px;
        width: auto; }
    [data-section='footer'] .wrap .bottom {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      column-gap: 22px; }
      [data-section='footer'] .wrap .bottom a,
      [data-section='footer'] .wrap .bottom .copyright {
        padding: 4px 0;
        margin-bottom: 5px; }
      [data-section='footer'] .wrap .bottom a:hover {
        text-decoration: underline; }
      [data-section='footer'] .wrap .bottom hr {
        width: 1px;
        height: 28px;
        background-color: #fff;
        display: none; }
        @media (min-width: 768px) {
          [data-section='footer'] .wrap .bottom hr {
            display: block; } }
      [data-section='footer'] .wrap .bottom .copyright {
        width: 100%; }
        @media (min-width: 768px) {
          [data-section='footer'] .wrap .bottom .copyright {
            width: auto; } }
  [data-section='footer'] .annotation {
    margin: 55px 35px 20px 35px;
    color: var(--navy);
    text-align: center; }
    @media (min-width: 768px) {
      [data-section='footer'] .annotation {
        text-align: left; } }

/*# sourceMappingURL=style.css.map */
