* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    position: relative;
    width: 100%;
    height: 100%;
    /* background-image: radial-gradient(rgb(62, 62, 62) 1px, transparent 0); */
    /* background-image: radial-gradient(rgb(58, 65, 68) 1px, transparent 0); */
    background-image: radial-gradient(rgb(72, 80, 83) 1px, transparent 0);
    background-size: 2.5rem 2.5rem;
    background-color: #272b2d;
    font-family: Axiforma,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: white;
}

a {
    text-decoration: none;
}


img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
    border: 0;
}




.img-hero-bg {
    max-width: 50%;
    margin-top: -36px;
    position: absolute;
    inset: 0% 0% auto auto;
    transform: rotate(-14deg);
}


.img-hero {
    max-width: 50%;
    margin-top: -36px;
    position: absolute;
    inset: 0% 0% auto auto;
}

.img-hero-2 {
    /* TODO: Fix this. it's late. */
    max-width: 50%;
    float: right;
    inset: 0% 0% auto auto;
}



.button {
color: #000;
background-color: #fff;
border-radius: 32px;
padding: 14px 28px 12px;
transition: all .2s ease-out;
}

.button-text.button-text-white {
color: #fff;
}
.button-text {
font-size: 16px;
font-weight: 600;
line-height: 24px;
}



.btn-tablet {
    background-color: var(--royal-blue);
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    min-height: 56px;
    max-height: 56px;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: all .35s cubic-bezier(.25,.46,.45,.94);
    display: none;
    box-shadow: inset 0 2px 4px #ffffff30;
  }


.heading-huge {
    letter-spacing: -6.4px;
    flex: 0 auto;
    font-size: 120px;
    font-weight: 800;
    line-height: 120px;
}
h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
}


.section {
    width: 100%;
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
    position: relative;

    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .section {
    padding-bottom: 0px;
}


.fullsection {
    /* TODO: Fix this. it's late. */
    margin-top: 80px;
    margin-bottom: 80px;
}

.black { 
    background: #000;
}



.section.hero {
    padding-top: 50px;
    padding-bottom: 80px;
}

.footer {
    padding-top: 0;
    padding-bottom: 44px;
    background-color: #0006;
    margin-top: 100px;
}



/* TODO: clean up the naming convention */

.row-vertical.row-vertical-left {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .row-vertical {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .paragraph-xlarge.paragraph-xlarge-all-caps-gradient {
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(63deg,#fff,#ffffffb3);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 24px;
  }
  .paragraph-xlarge {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
  }



  .paragraph-xlarge h1 {
    font-size: 72px;
    line-height: 96px;
  }


  .wrapper-hero-heading-huge {
    margin-top: 24px;
  }

  .holder-hero-heading-huge {
    margin-left: 176px;
  }

  .wrapper-botom {
    z-index: 3;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1312px;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .wrapper-hero {
    z-index: 1;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 546px;
    padding-left: 40px;
    display: flex;
    position: relative;
  }

  .wrapper-left-border {
    background-image: linear-gradient(#ffffff80,#ffffff1a);
    width: 2px;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .paragraph-medium {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    display: flex;
  }

.form-blok-hero {
  border-radius: 50px;
  width: 100%;
  margin-bottom: 0;
  padding: 1px;
}
.w-form {
  margin: 0 0 15px;
    margin-bottom: 15px;
}

.form-white-hero {
    z-index: 1;
    background-color: #fff;
    border: 1px solid #fff0;
    border-radius: 50px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 16px #fff6;
  }

  .inpt-hero-mob-border {
    flex: 1;
    padding-right: 140px;
    display: flex;
  }

  .inpt-hero {
    box-sizing: border-box;
    color: var(--indigo);
    border: 1px #fff;
      border-top-color: rgb(255, 255, 255);
      border-right-color: rgb(255, 255, 255);
      border-bottom-color: rgb(255, 255, 255);
      border-left-color: rgb(255, 255, 255);
    border-radius: 100px;
    min-height: 64px;
    margin-bottom: 0;
    padding: 4px 0 4px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }


  input {
    line-height: normal;
  }
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit;
    margin: 0;
      margin-bottom: 0px;
  }


  .w-input, .w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    width: 100%;
    height: 38px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
  }


  .w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
  }


  .form-white-button {
    background-color: var(--royal-blue);
    border-radius: 100px;
    min-height: 56px;
    max-height: 56px;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: all .35s cubic-bezier(.25,.46,.45,.94);
    display: block;
    position: absolute;
    inset: auto 4px auto auto;
    box-shadow: inset 0 2px 4px #ffffff30;
  }


  input:focus, .w-select:focus {
    /* border-color: #3898ec; */
    outline: 0;
  }








/* also cleanup below */

.footer-bot-row {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .holder-footer-logo {
    grid-column-gap: 12px;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }

  .holder-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 500px;
    display: flex;
  }

  .footer-column {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }

  .footer-heading {
    color: #fff;
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: 700;
  }
  
  .footer-link {
    color: #ffffffb3;
    transition: all .25s ease-out;
  }

  .socials-holder-v2 {
    grid-column-gap: 32px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }


  p {
    margin-bottom: 0;
  }


  .paragraph-extra-small {
    line-height: 24px;
  }

  .paragraph-extra-small.center {
    opacity: .64;
    text-align: center;
    margin-top: 40px;
  }












/* theming */


#theme-picker {
    width: max-content;
    position: absolute;
    background: #0006;
    right: 0px;
    top: 45px;
    border-radius: 20px;
    padding: 15px;
    display: none;
}

.theme-item {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid white;
    border-radius: 12px;
    line-height: 24px;
    margin: 4px;
    cursor: pointer;
}



.color {
    color: #f04;
}
.w-button, .bgcolor, #thm-itm-1 {
    background-color: #f04;
}



.theme2 .color {
    color: #0dd3bf !important;
}
.theme2 .w-button, .theme2 .bgcolor, #thm-itm-2 {
    background-color: #0dd3bf !important;
}


.theme3 .color {
    color: #79c42d !important;
}
.theme3 .w-button, .theme3 .bgcolor, #thm-itm-3 {
    background-color: #79c42d !important;
}




.theme4 .color {
    color: #00c3ff !important;
}
.theme4 .w-button, .theme4 .bgcolor, #thm-itm-4 {
    background-color: #00c3ff !important;
}



.theme5 .color {
    color: #ffbf00 !important;
}
.theme5 .w-button, .theme5 .bgcolor, #thm-itm-5 {
    background-color: #ffbf00 !important;
}




.theme6 .color {
    color: #d23e66 !important;
}
.theme6 .w-button, .theme6 .bgcolor, #thm-itm-6 {
    background-color: #d23e66 !important;
}



.theme7 .color {
    color: #d5796e !important;
}
.theme7 .w-button, .theme7 .bgcolor, #thm-itm-7 {
    background-color: #d5796e !important;
}














.noise:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cfilter id='noise' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeBlend mode='screen'/%3E%3C/filter%3E%3Crect width='500' height='500' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
}

.glow-container {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.animation-container {
    background-color: #272b2dc4;
    position: relative;
    height: 100%;
    width: 100%;
    /*! margin: 100px 100px; */
    overflow: hidden;
    /*! transform: scaleX(-100%); */
    filter: blur(6rem);
    mix-blend-mode: soft-light;


    --mask: linear-gradient(to bottom, 
        rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 40%, 
        rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
    ) 100% 50% / 100% 100% repeat-x;

    -webkit-mask: var(--mask); 
    mask: var(--mask);
}



.shape1 {
    position: absolute;
    top: 42%;
    left: 70%;
    width: 25rem;
    height: 25rem;
    background: #ffa8b7;
    border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%;
    filter: blur(6rem);
    animation: shape1 50s infinite;
    mix-blend-mode: overlay;
    /*! opacity: 50%; */
}

@keyframes shape1 {
    0% {
        transform: translate(0, 0);
        border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%;
    }
    25% {
        transform: translate(-55%, -10%);
        border-radius: 28% 72% 81% 19% / 78% 25% 75% 22%;
        height: 50rem;
        width: 80rem;
    }
    50% {
        transform: translate(-90%, -10%);
        border-radius: 60% 40% 0% 100% / 1% 74% 26% 99%;
    }
    75% {
        transform: translate(-30%, -10%);
        border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%;
        height: 30rem;
        width: 45rem;
    }
    100% {
        transform: translate(0%, 0%);
        border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%;
    }
}

.shape2 {
    position: absolute;
    top: 33%;
    left: 40%;
    width: 35rem;
    height: 25rem;
    background: #7ec2d9;
    border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%;
    filter: blur(12rem);
    animation: shape2 45s infinite;
    mix-blend-mode: overlay;
    /*! opacity: 50%; */
}

@keyframes shape2 {
    0% {
        transform: translate(0, 0);
        border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%;
    }
    25% {
        transform: translate(-55%, -55%);
        border-radius: 28% 72% 81% 19% / 78% 25% 75% 22%;
        height: 50rem;
        width: 50rem;
    }
    50% {
        transform: translate(-70%, -70%);
        border-radius: 60% 40% 0% 100% / 1% 74% 26% 99%;
    }
    75% {
        transform: translate(-30%, -30%);
        border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%;
    }
    100% {
        transform: translate(0%, 0%);
        border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%;
    }
}

.shape3 {
    position: absolute;
    top: 20%;
    left: 80%;
    width: 25rem;
    height: 25rem;
    background: #86defb;
    border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%;
    filter: blur(14rem);
    animation: shape3 65s infinite;
    mix-blend-mode: overlay;
    /*! opacity: 50%; */
}

@keyframes shape3 {
    0% {
        transform: translate(0, 0);
        border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%;
    }
    25% {
        transform: translate(-125%, -25%);
        border-radius: 28% 72% 81% 19% / 78% 25% 75% 22%;
        height: 50rem;
        width: 50rem;
    }
    50% {
        transform: translate(-90%, -35%);
        border-radius: 60% 40% 0% 100% / 1% 74% 26% 99%;
    }
    75% {
        transform: translate(-30%, -40%);
        border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%;
    }
    100% {
        transform: translate(0%, 0%);
        border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%;
    }
}

.shape4 {
    position: absolute;
    top: 42%;
    left: 70%;
    width: 25rem;
    height: 25rem;
    background: pink;
    border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%;
    filter: blur(5rem);
    /* animation: shape1 50s infinite; */
    mix-blend-mode: overlay;
    opacity: 50%;
}

.shape5 {
    position: absolute;
    top: 33%;
    left: 40%;
    width: 35rem;
    height: 25rem;
    background: #e0fff5;
    border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%;
    filter: blur(5rem);
    animation: shape2 35s infinite;
    mix-blend-mode: overlay;
    /*! opacity: 50%; */
}

.shape6 {
    position: absolute;
    top: 20%;
    left: 80%;
    width: 25rem;
    height: 25rem;
    background: lightblue;
    border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%;
    filter: blur(5rem);
    /* animation: shape3 70s infinite; */
    mix-blend-mode: overlay;
    opacity: 50%;
  }

