/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/components/form.scss ***!
  \****************************************************************************************************************************************************************************************/
@charset "UTF-8";
#mlb2-5954627.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  display: grid !important;
  grid-template-columns: 32px 1fr 32px;
  grid-template-rows: 1fr;
  padding: 0;
  margin-top: 3.75rem;
}
@media only screen and (min-width: 1200px) {
  #mlb2-5954627.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    grid-template-columns: 78px 1fr 78px;
    grid-template-rows: 1fr;
  }
}
@media only screen and (min-width: 1440px) {
  #mlb2-5954627.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    grid-template-columns: 1fr 1284px 1fr;
    grid-template-rows: 1fr;
  }
}

#mlb2-5954627.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-5954627.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0;
  grid-area: 1/2/2/3;
}

.ml-form-formContent {
  margin: 0 0 3rem 0;
  width: 100%;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  column-gap: 5rem;
  row-gap: 2rem;
}
@media only screen and (min-width: 992px) {
  .ml-form-formContent {
    column-gap: 2rem;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

#mlb2-5954627.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-5954627.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent  {
  text-align: center;
  margin: 0 0 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#mlb2-5954627.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.ml-form-fieldRow input {
  width: 100%;
  border: solid 1px #e5e5e5;
  height: 60px;
  padding-left: 1rem;
}
.ml-form-fieldRow input:focus {
  border: solid 2px #b39668;
}

.ml-form-fieldRow textarea {
  width: 100%;
  border: solid 1px #e5e5e5;
  height: 60px;
  font-family: "Open Sans";
  padding: 1rem;
}
.ml-form-fieldRow textarea:focus {
  border: solid 2px #b39668 !important;
}

.ml-form-embedSubmit button {
  border: solid 1px #b39668 !important;
  background-color: #ffffff !important;
  font-weight: 300 !important;
  color: #3c3c3c !important;
  height: 60px !important;
  width: 276px !important;
  transition: all 0.3s ease-in-out;
}
.ml-form-embedSubmit button:hover {
  color: #ffffff !important;
  background-color: #b39668 !important;
}
