/** Shopify CDN: Minification failed

Line 147:0 Expected "}" to go with "{"

**/
.contact .section-title {
      text-align: center;
    margin-bottom: 75px;
    margin-top: 25px;
}
.form-row-wrap {
    text-align: left;
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
}
.checkbox-field {
   margin-right: 15px;
    padding: 18px 32px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    min-height: 80px;
}
.checkbox {
    color: #6a859c;
    cursor: pointer;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}
.w-checkbox {
    margin-bottom: 15px;
    padding-left: 20px;
    display: block;
}
.checkbox.w--redirected-checked {
    background-color: rgba(139, 84, 194, .1);
    background-image: none;
    border-color: #8b54c2;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}
.personal-details {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template:
        "."
        "Area" / 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
}
.form-field-heading {
       color: #f8c740;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}
.text-field {
    color: rgba(15, 21, 41, .4);
    letter-spacing: -.03em;
    border: 1px #000;
    border-bottom: 1px solid rgba(15, 21, 41, .1);
    border-radius: 4px;
    height: 45px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 500;
}
.w-input, .w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}
.grid-cell.grid-cell-2col {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.grid-cell.grid-cell-2col input,
.grid-cell.grid-cell-2col textarea { 
  color: #000;
    letter-spacing: -.03em;
    border: 1px #000;
    border-bottom: 1px solid rgba(15,21,41,.1);
    border-radius: 4px;
    height: 127px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 500;
    background-color: #fff;
    padding: 15px;
}

@media screen and (max-width: 479px) {
  .personal-details {
    grid-row-gap: 12px;
    display: flex;
    flex-direction: column;
  
  .form-field-heading {
    margin-bottom: 10px;
  }
  

}



