.image-7 {
    max-width: 55%;
  }
  
  .nav-link {
    color: #000;
    flex: 0 auto;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
  }
  
  .nav-link:hover {
    color: #4d4d4d;
    box-shadow: inset 0 -5px #fc0a7e;
  }
  
  .nav-inner {
    width: 80vw;
    border-bottom: 1px rgba(255, 255, 255, .1);
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 6px;
    font-family: Lato, sans-serif;
    display: flex;
  }
  
  .nav {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .hero {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    padding: 0 10vw;
    line-height: 20px;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
  }
  
  .nav-logo-wrap {
    flex: none;
  }
  
  .price_text {
    max-width: 77%;
    clear: right;
    color: #fff;
    font-size: 28px;
    line-height: 44px;
    position: static;
  }
  
  .section {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .section.center {
    background-color: #fff;
    background-image: linear-gradient(135deg, #fff, #f7f7f7);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 30px;
    display: block;
    position: static;
  }
  
  .hero-image {
    height: 78vh;
    max-width: 50%;
    margin-left: 6px;
    padding-left: 2px;
    position: absolute;
    bottom: 0;
    right: 12.1vw;
  }
  
  .text-block-3 {
    color: #fff;
    margin-top: 14px;
    font-size: 13px;
  }
  
  .link-block-2 {
    max-width: 175px;
  }
  
  .hero-content {
    z-index: 90;
    width: 52%;
    margin-right: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
    position: relative;
    left: 179px;
  }
  
  .link-block-top {
    margin-left: 16px;
  }
  
  .heading-3 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 6vh;
    line-height: 7vh;
  }
  
  .arrow {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  
  .image-11 {
    display: inline-block;
  }
  
  .heading-4 {
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    display: flex;
  }
  
  .heading-1 {
    margin-top: -6px;
    padding-left: 10px;
    font-size: 35px;
  }
  
  .collection-list-wrapper {
    display: block;
  }
  
  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: space-around;
    display: grid;
  }
  
  .section-2 {
    background-color: #e0e0e0;
  }
  
  .heading-5 {
    margin-bottom: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
  }
  
  .collection-item {
    border: 1px solid #b1b1b1;
    border-radius: 1px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }
  
  .link-block-3 {
    width: auto;
    height: auto;
    color: #000;
    flex-direction: column;
    justify-content: space-between;
    align-self: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    line-height: 25px;
    text-decoration: none;
    display: flex;
    position: relative;
  }
  
  .container {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }
  
  .text-block-4 {
    font-size: 11px;
    text-decoration: none;
    display: flex;
  }
  
  .text-block-5 {
    display: flex;
  }
  
  .text-block-6 {
    color: #444;
    justify-content: flex-start;
    padding-bottom: 3px;
    font-size: 23px;
    display: flex;
  }
  
  .div-block {
    clear: none;
    flex-direction: column;
    justify-content: space-between;
    align-self: auto;
    display: flex;
    position: relative;
  }
  
  .div-block-2 {
    position: relative;
  }
  
  .button-wrapper {
    text-align: left;
    text-transform: none;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 3px;
    font-style: normal;
    line-height: 20px;
    display: block;
  }
  
  .button {
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #1964ed;
    border-radius: 8px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 700;
    transition: transform .15s ease-in, background-color .2s cubic-bezier(.755, .05, .855, .06);
  }
  
  .button:hover {
    color: #fff;
    transform: translate(0, -3px);
    box-shadow: 0 3px 10px -5px rgba(19, 11, 44, .7);
  }
  
  .button.w--current {
    background-color: #ff7f2c;
  }
  
  .button.copy-buttom.w--current {
    background-color: #00b464;
  }
  
  .columns {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 30px;
    display: flex;
  }
  
  .column {
    color: #444;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }
  
  .column-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .container-2 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  
  .text-block-7 {
    color: #000;
    padding-bottom: 0;
    font-size: 13px;
  }
  
  .text-block-8 {
    font-size: 13px;
  }
  
  .section-5 {
    justify-content: center;
    display: flex;
  }
  
  .text-block-9 {
    font-size: .5rem;
  }
  
  .heading-6 {
    justify-content: center;
    font-size: .9rem;
    display: flex;
  }
  
  .heading-2 {
    margin-top: 10px;
    font-size: 1rem;
  }
  
  .column-3 {
    justify-content: flex-end;
    display: flex;
  }
  
  .text-block {
    justify-content: center;
    display: flex;
  }
  
  .image-2 {
    -webkit-text-fill-color: inherit;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: auto;
    background-clip: content-box;
    border: 0 solid #000;
    border-radius: 50%;
  }
  
  .section-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }
  
  .section-4 {
    margin-bottom: 100px;
  }
  
  .heading {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
  }
  
  .columns-2 {
    align-items: center;
    margin-bottom: 100px;
    display: flex;
  }
  
  .div-block-3 {
    width: 100px;
    border: 1px solid #fff;
    border-radius: 0;
    margin-right: 30px;
  }
  
  .paragraph {
    font-size: .9rem;
  }
  
  .div-block-4 {
    margin-top: 8px;
    margin-bottom: 7px;
    line-height: 22px;
  }
  
  .question {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 19px;
  }
  
  .div-block-5 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
    display: flex;
  }
  
  .div-block-6 {
    margin-bottom: 20px;
  }
  
  .columns-3 {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 13px 10px;
    display: flex;
  }
  
  .column-4 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 20px;
    font-size: 20px;
    display: flex;
  }
  
  .column-5 {
    align-items: center;
    display: flex;
  }
  
  .div-block-7 {
    justify-content: space-between;
    display: flex;
  }
  
  .collection-item-2 {
    color: #252121;
    border: 1px solid #c7c7c7;
    margin-bottom: 7px;
    padding: 10px;
    box-shadow: 0 1px 3px #bdbdbd;
  }
  
  .html-embed {
    background-color: #1964ed;
  }
  
  .html-embed.button {
    padding: 0;
    text-decoration: underline;
    display: inline-block;
  }
  
  .html-embed.button.copy-buttom {
    font-size: 16px;
    display: inline-block;
    overflow: visible;
  }
  
  .section-6 {
    opacity: 1;
    font-style: normal;
  }
  
  .text-block-10 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 6px;
    font-size: 17px;
    display: flex;
  }
  
  .div-block-8 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    padding-right: 10%;
    display: none;
  }
  
  .div-block-8.success-copy {
    display: none;
  }
  
  .image-12 {
    width: 20px;
    display: inline-block;
  }
  
  .div-block-9 {
    align-items: center;
    display: flex;
  }
  
  .bold-text {
    color: #ff000f;
    font-size: 13px;
    font-weight: 400;
  }
  
  .text-block-12 {
    color: #000;
    font-weight: 700;
    text-decoration: none;
  }
  
  .link-block-4 {
    font-weight: 700;
    text-decoration: none;
  }
  
  .link {
    color: red;
  }
  
  .link-2 {
    color: #000;
  }
  
  @media screen and (min-width: 1920px) {
    .hero-image {
      height: 87vh;
      margin-right: 32px;
    }
  
    .text-block-3 {
      font-size: 20px;
      line-height: 30px;
    }
  
    .hero-content {
      padding-left: 9vw;
    }
  
    .link-block-top {
      height: auto;
      margin-left: 16px;
    }
  
    .image-11 {
      height: 57px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .nav-menu-2 {
      min-width: 240px;
      background-color: #000;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .brand {
      padding-left: 18px;
    }
  
    .image-7 {
      position: relative;
      left: 19px;
    }
  
    .nav-link {
      padding-top: 20px;
    }
  
    .nav-link:hover {
      box-shadow: none;
    }
  
    .menu-button.w--open {
      background-color: #000;
    }
  
    .nav-inner, .nav {
      width: 100vw;
    }
  
    .hero {
      padding-left: 0;
      padding-right: 0;
    }
  
    .menu-icon {
      color: #fff;
      font-size: 40px;
    }
  
    .price_text {
      font-size: 24px;
      line-height: 31px;
    }
  
    .section.center {
      height: auto;
      flex-direction: column;
      padding-top: 6vh;
      padding-bottom: 40px;
    }
  
    .hero-image {
      width: 70%;
      height: auto;
      margin-bottom: 7vw;
      margin-left: auto;
      margin-right: 5px;
      padding-left: 82px;
      padding-right: 45px;
      display: block;
      position: absolute;
      top: 273px;
      bottom: 0;
      left: 35.8vw;
      right: 0;
    }
  
    .link-block-2 {
      max-width: 134px;
    }
  
    .hero-content {
      width: 90%;
      margin-right: 0;
      padding-left: 5vw;
      padding-right: 5vw;
      left: 48px;
    }
  
    .link-block-top {
      max-width: 150px;
      margin-left: 12px;
    }
  
    .heading-3 {
      font-size: 8vw;
    }
  }
  
  @media screen and (max-width: 767px) {
    .image-7 {
      top: 4px;
      left: 11px;
    }
  
    .menu-button {
      font-size: 21px;
      top: 7px;
      right: 9px;
    }
  
    .menu-icon {
      font-size: 35px;
    }
  
    .price_text {
      font-size: 23px;
    }
  
    .section.center {
      padding-top: 5vh;
      padding-bottom: 5vh;
    }
  
    .hero-image {
      width: 67%;
      margin-bottom: 10vw;
      top: 199px;
      left: 31.7vw;
      right: .3vw;
    }
  
    .hero-content {
      margin-bottom: 5vh;
      left: 33px;
    }
  
    .arrow {
      bottom: 40px;
    }
  
    .container {
      padding-left: 11px;
      padding-right: 11px;
    }
  
    .text-block-5 {
      font-size: 13px;
    }
  
    .text-block-6 {
      font-size: 17px;
    }
  
    .button-wrapper {
      margin-top: 11px;
      margin-bottom: 11px;
    }
  
    .button {
      padding: 12px 14px;
      font-size: 14px;
      line-height: 22px;
    }
  
    .columns {
      padding: 5px 10px;
    }
  
    .column {
      font-size: 14px;
    }
  
    .container-2 {
      padding-left: 6px;
      padding-right: 6px;
    }
  
    .text-block-7, .text-block-8 {
      font-size: 11px;
    }
  
    .paragraph {
      font-size: .8rem;
    }
  
    .div-block-4 {
      font-size: 14px;
    }
  
    .question {
      font-size: 17px;
    }
  
    .bold-text {
      font-size: 11px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .brand {
      width: 250px;
      flex-direction: column;
      align-items: center;
      padding-left: 0;
      display: flex;
      bottom: auto;
      left: auto;
    }
  
    .brand.w--current {
      width: 250px;
      display: flex;
    }
  
    .image-7 {
      width: 100%;
      max-width: 100%;
      top: auto;
      left: auto;
    }
  
    .menu-button {
      padding: 12px 12px 8px 8px;
      top: 0;
      right: 0;
    }
  
    .nav-inner {
      width: 100vw;
      flex: 0 auto;
      justify-content: center;
    }
  
    .nav {
      flex: 0 auto;
    }
  
    .hero {
      padding-left: 0;
      padding-right: 0;
    }
  
    .menu-icon {
      font-size: 32px;
    }
  
    .nav-logo-wrap {
      flex: none;
      padding-top: 0;
      padding-bottom: 3px;
      padding-left: 1px;
      position: relative;
      left: 15px;
    }
  
    .price_text {
      max-width: 100%;
      font-size: 17px;
    }
  
    .section.center {
      padding-top: 1vh;
      padding-bottom: 10vh;
    }
  
    .hero-image {
      width: 80%;
      padding-top: 101px;
      padding-left: 0;
      padding-right: 0;
      top: 156px;
      bottom: -6px;
    }
  
    .text-block-3 {
      margin-top: 6px;
      font-size: 10px;
    }
  
    .link-block-2 {
      max-width: 90px;
      position: relative;
    }
  
    .hero-content {
      width: auto;
      margin-right: -14px;
      display: block;
      left: 0;
    }
  
    .link-block-top {
      max-width: 100px;
      clear: none;
      text-align: center;
      object-fit: fill;
      margin: auto;
      position: relative;
    }
  
    .heading-3 {
      font-size: 29px;
      line-height: 56px;
    }
  
    .arrow {
      bottom: 10px;
    }
  
    .image-11 {
      max-width: 100%;
      float: none;
      clear: none;
      text-align: center;
    }
  
    .slack_link_top {
      margin-bottom: 0;
      margin-left: 7px;
    }
  
    .heading-4 {
      text-align: center;
      justify-content: center;
      align-items: center;
    }
  
    .heading-1 {
      text-align: center;
      flex-direction: row;
      justify-content: center;
      display: flex;
    }
  
    .collection-list {
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .text-block-6 {
      font-size: 25px;
      font-weight: 700;
      line-height: 24px;
    }
  
    .button-wrapper {
      text-align: center;
      flex: 1;
      grid-template-columns: 1fr;
      margin-top: 12px;
      padding-left: 0;
      padding-right: 0;
      font-size: 14px;
      display: block;
    }
  
    .button {
      padding-left: 47px;
      padding-right: 47px;
    }
  
    .columns {
      flex-direction: column;
      padding-top: 15px;
    }
  
    .text-block-7 {
      font-size: 10px;
    }
  
    .div-block-5 {
      font-size: 14px;
    }
  
    .columns-3 {
      flex-direction: column;
    }
  
    .column-4 {
      justify-content: center;
      align-items: center;
      padding-right: 10px;
    }
  
    .div-block-7 {
      font-size: 13px;
    }
  
    .html-embed.button {
      padding-left: 0;
      padding-right: 0;
    }
  
    .div-block-8.success-copy {
      display: none;
    }
  
    .text-block-11 {
      font-size: 13px;
    }
  
    .div-block-9 {
      flex-direction: row;
      display: flex;
    }
  }
  
  #w-node-_22153622-34ef-b695-587e-0dc97ebda140-945dc062 {
    align-self: auto;
    justify-self: auto;
  }
  
  
  