@import url("https://assets.mlcdn.com/fonts.css?version=1761822");

/* LOADER */
.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #000000 #000000 #000000 transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#mlb2-32804964.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}

#mlb2-32804964.ml-form-embedContainer h4,
#mlb2-32804964.ml-form-embedContainer p,
#mlb2-32804964.ml-form-embedContainer span,
#mlb2-32804964.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: #000000;
  border-width: 0px;
  border-color: transparent;
  border-radius: 4px;
  border-style: solid;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { 
  width: 400px; 
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper.embedForm { 
  max-width: 600px; 
  width: 100%; 
}

#mlb2-32804964.ml-form-embedContainer .ml-form-align-center { 
  text-align: center; 
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 20px 20px 0 20px;
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
  color: #ffffff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px 0;
  text-align: center;
  word-break: break-word;
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px 0;
  text-align: center;
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { 
  flex: 1;
  max-width: 400px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { 
  flex-shrink: 0;
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc !important;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #000000 !important;
  cursor: pointer;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 12px 32px !important;
  width: auto !important;
  height: auto !important;
  white-space: nowrap;
}

#mlb2-32804964.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}

.ml-mobileButton-horizontal { 
  display: none; 
}

#mlb2-32804964 .ml-mobileButton-horizontal button {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #000000 !important;
  cursor: pointer;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  padding: 12px !important;
  width: 100% !important;
}

.ml-form-successBody { 
  display: none; 
}

.ml-form-successBody.row-success { 
  display: block; 
}

.ml-form-successContent h4 { 
  color: #ffffff; 
  font-size: 24px; 
  margin-bottom: 10px; 
}

.ml-form-successContent p { 
  color: #ffffff; 
  font-size: 16px; 
}

@media only screen and (max-width: 640px) {
  #mlb2-32804964 .ml-form-embedContent h4 {
    font-size: 32px !important;
  }
  
  #mlb2-32804964 .ml-form-embedContent p {
    font-size: 16px !important;
  }
  
  #mlb2-32804964 .ml-form-horizontalRow {
    flex-direction: column !important;
    gap: 0 !important;
  }
  
  #mlb2-32804964 .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
  }
  
  #mlb2-32804964 .ml-button-horizontal {
    display: none !important;
  }
  
  #mlb2-32804964 .ml-mobileButton-horizontal {
    display: block !important;
    width: 100%;
    margin-top: 0;
  }
}
