:root {
  --dark-purple: #620c6b;
  --white: white;
  --black: black;
  --light: var(--dark-purple);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #f3ede4;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.container {
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  background-color: var(--dark-purple);
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 700;
  transition: transform 2s cubic-bezier(.041, .936, .25, 1), box-shadow .4s;
  box-shadow: 0 10px 9px rgba(47, 13, 87, .2);
}

.button:hover {
  box-shadow: 0 40px 19px rgba(47, 13, 87, .2);
}

.button.form {
  color: #620c6b;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #e2d0f5;
  background-clip: border-box;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.body {
  color: #000;
  font-family: DM Sans, sans-serif;
  line-height: 1.4;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .8);
}

.image {
  margin-top: 66px;
  box-shadow: 0 13px 20px 5px rgba(0, 0, 0, .2);
}

.hero-paragraph {
  max-width: 700px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}

.section {
  margin-top: 100px;
}

.big-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 1;
}

.nav-link {
  color: #000;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}

.nav-link:hover {
  color: #000;
}

.nav-link.cta {
  background-color: var(--dark-purple);
  color: var(--white);
  border-radius: 10px;
}

.nav-link.cta:hover {
  background-color: var(--black);
}

.navbar {
  background-color: rgba(255, 255, 255, 0);
}

.logo-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.image-2 {
  max-width: 50%;
}

.image-3 {
  max-width: 60%;
}

.image-4 {
  max-width: 80%;
}

.image-5 {
  max-width: 60%;
}

.trusted {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.feature-image {
  max-width: 300px;
  padding-right: 0;
}

.card, .feature-heading {
  text-align: center;
}

.form-content-wrapper {
  max-width: 300px;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.field-wrapper {
  flex: 1;
}

.text-field {
  margin-bottom: 0;
}

.message {
  text-align: center;
  background-color: #d7ffe7;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.message.error {
  background-color: #ffd7d8;
  margin-top: 15px;
}

.image-6 {
  max-width: 7%;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.container-2 {
  margin-bottom: 0;
}

.text-block {
  margin-bottom: 40px;
}

.container-3 {
  max-width: 1400px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.container-3.center {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-menu {
  font-size: 20px;
}

.brand {
  align-items: center;
  display: block;
}

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

.image-8 {
  max-width: 60%;
}

.images-for-grid {
  direction: ltr;
  margin-bottom: 0;
}

.masonary-container {
  max-width: 1400px;
  column-count: 3;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 16px;
  margin-top: 100px;
}

.linkblock-for-grid {
  margin-bottom: 20px;
}

.text-block-2 {
  color: #000;
  font-size: 20px;
}

.content-image {
  margin-bottom: 60px;
}

.content-container {
  margin-bottom: 140px;
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 40px;
  }

  .big-heading {
    text-align: center;
    font-size: 40px;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.cta {
    border-radius: 0;
  }

  .logo-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .trusted {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .feature-image {
    max-width: 100%;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-button {
    background-color: #fff;
    margin-right: -20px;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .icon {
    color: var(--black);
  }

  .form-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button.form {
    margin-top: 22px;
  }

  .section {
    margin-top: 20px;
  }

  .big-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .trusted {
    font-size: 25px;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .feature-image {
    max-width: 98%;
  }

  .feature-heading {
    font-size: 25px;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
  }

  .form-block {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

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

  .heading {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    margin-top: 20px;
  }

  .big-heading {
    font-size: 32px;
    line-height: 35px;
  }

  .logo-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}


