.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell {
  background-image: url('../images/pexels-negative-space-34578.jpg');
  background-position: 50%;
  background-size: cover;
}

.container {
  margin: 40px;
}

.container-2 {
  position: static;
}

.image {
  max-width: 135px;
  float: left;
  clear: none;
  object-fit: fill;
  position: relative;
}

.cell-2 {
  padding: 40px 100px;
}

.div-block {
  float: left;
  clear: left;
  position: static;
}

.navbar {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 5vh 5vw 0;
  position: absolute;
}

.brand {
  height: 90px;
  box-shadow: none;
  border-bottom: 1px #000;
  align-items: center;
  display: flex;
}

.brand:hover {
  box-shadow: none;
  border-bottom-style: none;
}

.brand.w--current, .brand.w--current:hover {
  box-shadow: none;
}

.nav-menu {
  float: right;
  align-items: center;
  padding-top: 4vh;
  padding-bottom: 2vh;
  display: flex;
}

.link-nav {
  box-shadow: none;
  color: gray;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s, box-shadow .2s;
}

.link-nav:hover, .link-nav.w--current {
  color: #000;
  box-shadow: inset 0 -3px rgba(0, 0, 0, .5);
}

.paragraph {
  max-width: 620px;
  color: #644d79;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.paragraph.p-small {
  margin-top: 60px;
  font-size: 12px;
  line-height: 24px;
}

.heading {
  max-width: 620px;
  color: #220140;
  font-family: PT Serif, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
}

.div-block-2 {
  min-height: 16%;
}

.div-block-3 {
  max-width: 148px;
  text-align: center;
  letter-spacing: .6px;
  background-color: #ede6f3;
  border-radius: 20px;
  padding: 4px 12px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block {
  color: #440381;
}

.success-message {
  color: #440381;
  background-color: #ede6f3;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
}

.text-block-2 {
  color: #630000;
  font-family: Poppins, sans-serif;
}

.error-message {
  border-radius: 4px;
}

.text-field {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
}

.body {
  border-radius: 8px;
}

.form {
  margin-top: 32px;
}

.submit-button {
  height: 52px;
  letter-spacing: .6px;
  background-color: #440381;
  border-radius: 100px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-3 {
  color: #644d79;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.quick-stack-2 {
  padding: 0;
}

.div-block-4 {
  min-height: 100vh;
}

.div-block-5 {
  width: 100%;
  flex: 0 auto;
  order: 1;
  align-self: flex-start;
  margin: auto 0;
}

@media screen and (max-width: 991px) {
  .cell {
    flex-flow: column;
  }

  .cell-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-4 {
    display: block;
  }

  .div-block-5 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cell {
    display: none;
  }

  .cell-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .brand {
    height: auto;
  }

  .brand.w--current {
    height: auto;
    margin-bottom: 0;
  }

  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

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

@media screen and (max-width: 479px) {
  .cell-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar {
    text-align: center;
    flex-direction: column;
    padding-top: 2vh;
  }

  .brand {
    width: 100%;
    height: 80px;
    float: none;
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .brand.w--current {
    height: 80px;
    float: none;
    justify-content: center;
    padding-left: 0;
  }

  .nav-menu {
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 14px;
    line-height: 28px;
  }

  .heading {
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-3 {
    max-width: 120px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block {
    font-size: 12px;
    line-height: 16px;
  }

  .text-field {
    width: 100%;
  }

  .submit-button {
    font-size: 14px;
  }

  .image-2 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
}

#w-node-dfe063b8-f409-8b4d-b380-2b7301c00dec-aa4b201b {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_9844ba23-ed64-cc28-7e19-c7454a8f4e19-aa4b201b {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-dfe063b8-f409-8b4d-b380-2b7301c00dec-e4f5fb27 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9844ba23-ed64-cc28-7e19-c7454a8f4e19-aa4b201b {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dfe063b8-f409-8b4d-b380-2b7301c00dec-aa4b201b, #w-node-dfe063b8-f409-8b4d-b380-2b7301c00dec-e4f5fb27 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}


