.nav-link {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}

.image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar {
  background-color: #fff;
}

.hero {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  justify-content: center;
  margin-left: 40px;
  display: flex;
}

.hero-image {
  width: 100%;
  height: 100%;
  max-width: 90%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.body {
  font-family: Inconsolata, monospace;
}

.paragraph {
  max-width: 100ch;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.heading {
  letter-spacing: -2px;
  margin-bottom: 15px;
  font-size: 56px;
}

.button {
  background-color: #347dd6;
  border-radius: 20px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
}

.columns {
  margin-top: 50px;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  display: flex;
  overflow: hidden;
}

.highlights {
  flex: none;
  margin-left: 84px;
}

.image-2 {
  height: 45px;
  margin-top: 25px;
}

.heading-2 {
  font-size: 50px;
  line-height: 1.2em;
}

.icx-p {
  letter-spacing: -.05vw;
  font-size: 1.5vw;
}

.icx-p.center._3vw-margin {
  text-align: center;
  margin-bottom: 40px;
}

.footer-social-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.checkmark-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.checkmark-wrap.right-margin {
  margin-right: 1.5vw;
}

.navigation {
  width: 100%;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.navigation.absolute {
  position: absolute;
  bottom: .75vw;
  left: 0;
  right: 0;
}

.relative {
  z-index: 10;
  width: 550px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.icx-h1.center._2vw-margin {
  margin-top: 40px;
}

.social-link {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.squeeze-arrow {
  width: 36%;
  transform-style: preserve-3d;
  position: absolute;
  bottom: -6.25vw;
  right: -20vw;
  transform: rotateX(180deg)rotateY(0)rotateZ(-175deg);
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1vw;
  padding: 0;
  font-size: 1vw;
  line-height: 1.4;
}

.circular-form-button {
  width: 4.75vw;
  height: 4.75vw;
  background-color: #3a76bd;
  background-image: url('../images/arrow_forward_WHITE_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2.625vw;
  border-radius: 5.25vw;
  transition: background-color .4s;
  position: absolute;
  top: .375vw;
  bottom: .375vw;
  right: .375vw;
}

.circular-form-button:hover {
  background-color: #0069d4;
}

.text-wrap {
  max-width: 70vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.eyebrow {
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.5vw;
  font-weight: 600;
}

.success-message {
  color: #1d1d1f;
  background-color: rgba(55, 184, 119, .15);
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
}

.brand-logo {
  height: 1.75vw;
}

.input-field {
  height: 5.5vw;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 1.25vw;
  display: flex;
}

.input-field.grey-bkg {
  background-color: #f0f2f4;
}

.small-icon {
  height: 1.25vw;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
  position: relative;
}

.section._100vh {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section._100vh.overflow-hidden {
  padding-top: 0;
}

.icx-checkmarks {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.icx-img {
  max-width: 300px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.icx-form {
  width: 100%;
  margin-bottom: 0;
}

.relative-2 {
  z-index: 10;
  position: relative;
}

.circular-form-button-2 {
  width: 4.75vw;
  height: 4.75vw;
  background-color: #3a76be;
  background-image: url('../images/arrow_forward_WHITE_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2.625vw;
  border-radius: 5.25vw;
  transition: background-color .4s;
  position: absolute;
  top: .375vw;
  bottom: .375vw;
  right: .375vw;
}

.circular-form-button-2:hover {
  background-color: #0069d4;
}

.icx-holdall {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icx {
  padding: 5vw;
  position: relative;
}

.icx._100vh {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icx._100vh.overflow-hidden {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .icx-p {
    font-size: 15px;
  }

  .checkmark-wrap {
    margin-right: 12px;
  }

  .checkmark-wrap.right-margin {
    margin-bottom: 10px;
  }

  .navigation {
    padding-left: 35px;
    padding-right: 35px;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .icx-h1 {
    font-size: 64px;
  }

  .squeeze-arrow {
    width: 38%;
    bottom: -6.5vw;
    right: -27.5vw;
  }

  .circular-form-button {
    width: 45px;
    height: 45px;
    background-size: 22.5px;
    border-radius: 45px;
    top: 5px;
    bottom: 5px;
    right: 5px;
  }

  .text-wrap {
    max-width: 80vw;
  }

  .eyebrow {
    font-size: 15px;
  }

  .brand-logo {
    height: 22px;
  }

  .input-field {
    height: 55px;
    border-radius: 55px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .small-icon {
    height: 13px;
  }

  .section {
    padding: 45px 35px;
  }

  .icx-checkmarks {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .circular-form-button-2 {
    width: 45px;
    height: 45px;
    background-size: 22.5px;
    border-radius: 45px;
    top: 5px;
    bottom: 5px;
    right: 5px;
  }

  .icx-holdall {
    max-width: 80vw;
  }

  .icx {
    padding: 45px 35px;
  }

  .icx._100vh.overflow-hidden {
    overflow: hidden;
  }

  .menu-button, .icon {
    display: none;
  }
}

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

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .checkmark-wrap.right-margin {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .navigation {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icx-h1 {
    font-size: 52px;
  }

  .squeeze-arrow {
    display: none;
  }

  .text-wrap {
    max-width: 90vw;
  }

  .eyebrow {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .section {
    padding: 30px;
  }

  .icx-checkmarks {
    flex-direction: row;
    justify-content: center;
    align-self: center;
  }

  .icx-holdall {
    max-width: 90vw;
  }

  .icx {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .icx-p {
    font-size: 14px;
  }

  .icx-p.center._3vw-margin {
    text-align: center;
  }

  .footer-social-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .checkmark-wrap {
    margin-right: 7px;
  }

  .checkmark-wrap.right-margin {
    margin-bottom: 10px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .icx-h1 {
    font-size: 36px;
  }

  .text-wrap {
    max-width: 100%;
  }

  .brand-logo {
    height: 20px;
    margin-bottom: 10px;
  }

  .input-field {
    font-size: 14px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icx-checkmarks {
    flex-direction: column;
    align-items: flex-start;
  }

  .icx-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .icx-holdall {
    max-width: 100%;
  }

  .icx {
    padding-left: 20px;
    padding-right: 20px;
  }
}


