@import"https://assets.mlcdn.com/fonts.css?version=1734335";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@keyframes sparkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes twinkle{0%,to{opacity:0;transform:scale(.3) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}}:root{--primary-color: #2e7d32;--secondary-color: #1b5e20;--accent-color: #004d40;--gradient-start: #2e7d32;--gradient-mid: #1b5e20;--gradient-end: #004d40;--background-color: #ffffff;--text-color: #1c1c1e;--gray-light: #e8f5e9;--gray-medium: #81c784;--max-width: 1200px;--section-padding: 2rem;--tagline-gradient-start: #9c27b0;--tagline-gradient-mid: #7b1fa2;--tagline-gradient-end: #6a1b9a}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}body{width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--text-color);line-height:1.5;-webkit-font-smoothing:antialiased}.app{width:100%;flex:1;display:flex;flex-direction:column}.section-wrapper{width:100%;display:flex;justify-content:center;padding:0 1rem}.section-wrapper.gradient{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-mid),var(--gradient-end))}.section-wrapper.light{background-color:var(--gray-light)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--section-padding);color:#fff;text-align:center;position:relative;overflow:hidden;width:100%;max-width:var(--max-width)}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.3) 100%);pointer-events:none}.hero-content{max-width:var(--max-width);padding:2rem;position:relative;z-index:1}.hero-image{width:100%;max-width:800px;height:auto;border-radius:20px;margin-bottom:2.5rem;box-shadow:0 20px 40px #0003;transition:transform .3s ease}.hero-image:hover{transform:translateY(-5px)}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:800;background:linear-gradient(to right,#fff,#fffc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.1)}.tagline-container{margin:2rem auto;max-width:800px;padding:2rem;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:4px solid #FFD700;position:relative;animation:float 3s ease-in-out infinite;overflow:hidden;box-shadow:0 0 30px #ffd7004d}.tagline-container:before,.tagline-container:after,.tagline-container .star{content:"✨";position:absolute;animation:twinkle 2s ease-in-out infinite;font-size:1.5rem;text-shadow:0 0 10px rgba(156,39,176,.8);z-index:1}.tagline-container:before{top:10px;left:10px;animation-delay:0s}.tagline-container:after{bottom:10px;right:10px;animation-delay:1s}.tagline-container .star:nth-child(1){top:50%;left:15%;animation-delay:.5s}.tagline-container .star:nth-child(2){top:20%;right:25%;animation-delay:1.5s}.tagline-container .star:nth-child(3){bottom:30%;left:30%;animation-delay:.8s}.tagline-container .star:nth-child(4){top:40%;right:15%;animation-delay:1.2s}.tagline{font-size:1.8rem;margin-bottom:1rem;font-weight:400;letter-spacing:.5px;line-height:1.4}.subtitle{font-size:1.4rem;opacity:.9;font-weight:300;letter-spacing:.3px;margin-bottom:1rem}.free-banner{font-size:2.5rem;font-weight:800;color:gold;background:#000c;padding:.8rem 3rem;border-radius:16px;display:inline-block;text-transform:uppercase;letter-spacing:3px;animation:glow 2s ease-in-out infinite,pulse 1.5s ease-in-out infinite;border:3px solid #FFD700;text-shadow:0 0 15px rgba(255,215,0,.7),0 0 30px rgba(255,215,0,.5);box-shadow:0 0 30px #ffd70066,0 0 60px #ffd70033,inset 0 0 20px #ffd7004d;transform-origin:center;margin-top:1.5rem}@keyframes glow{0%,to{box-shadow:0 0 30px #ffd70066,0 0 60px #ffd70033,inset 0 0 20px #ffd7004d;text-shadow:0 0 15px rgba(255,215,0,.7),0 0 30px rgba(255,215,0,.5)}50%{box-shadow:0 0 50px #ffd70099,0 0 80px #ffd70066,inset 0 0 30px #ffd70080;text-shadow:0 0 25px rgba(255,215,0,.9),0 0 50px rgba(255,215,0,.7)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.features{padding:var(--section-padding);width:100%;max-width:var(--max-width)}.features h2{text-align:center;margin-bottom:2rem;font-size:2rem}.features-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}.feature-item{background:#ffffffe6;padding:1.5rem;border-radius:12px;box-shadow:0 8px 20px #2e7d321a;transition:all .3s ease;border:1px solid rgba(46,125,50,.1);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;cursor:pointer}.feature-item i{font-size:2rem;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.feature-item:hover{transform:translateY(-5px);box-shadow:0 12px 30px #2e7d3233;border-color:#2e7d324d}.examples{padding:var(--section-padding);width:100%;max-width:var(--max-width)}.examples h2{text-align:center;margin-bottom:1rem;font-size:2rem;color:#fff}.section-description{text-align:center;max-width:800px;margin:0 auto 2.5rem;color:#fff;font-size:1.1rem;line-height:1.6;opacity:.9}.examples-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}.example-card{background:#fffffff2;padding:2.5rem 2rem;border-radius:16px;transition:all .3s ease;text-align:center;box-shadow:0 10px 30px #2e7d321a;border:1px solid rgba(46,125,50,.1);position:relative;overflow:hidden}.example-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end));opacity:0;transition:opacity .3s ease}.example-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #2e7d3233}.example-card:hover:before{opacity:1}.example-card i{font-size:2.5rem;background:linear-gradient(135deg,var(--gradient-mid),var(--gradient-end));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.2rem}.example-card h3{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-mid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.example-card p{color:var(--text-color);font-size:.95rem;line-height:1.4}.register{padding:var(--section-padding);text-align:center;width:100%;max-width:var(--max-width);position:relative;z-index:2;overflow:visible}.section-wrapper.light{position:relative;z-index:1;overflow:visible}.register h2{margin-bottom:1rem;font-size:2rem}.register p{margin-bottom:2rem;color:var(--text-color)}.form-group{margin-bottom:1rem;max-width:400px;margin-left:auto;margin-right:auto}input{width:100%;padding:1rem;border:2px solid var(--gray-medium);border-radius:8px;font-size:1rem;transition:border-color .2s ease}input:focus{outline:none;border-color:var(--primary-color)}.submit-btn{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-mid));color:#fff;border:none;padding:1rem 2.5rem;border-radius:12px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2e7d324d;font-weight:500}.submit-btn:hover{background:linear-gradient(135deg,var(--gradient-mid),var(--gradient-end));transform:translateY(-2px);box-shadow:0 6px 20px #2e7d3266}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;padding:3rem;border-radius:16px;max-width:800px;width:90%;position:relative;box-shadow:0 20px 40px #0003;animation:modalSlideIn .3s ease;display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:start}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-medium);transition:color .2s ease}.modal-close:hover{color:var(--text-color)}.modal-content h2{margin-bottom:1rem;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-mid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.modal-body{color:var(--text-color);line-height:1.8;font-size:1.1rem}.modal-illustration{width:100%;aspect-ratio:1;border-radius:12px;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));display:flex;align-items:center;justify-content:center;color:#fff;font-size:4rem}.modal-illustration i{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}@media (max-width: 768px){.modal-content{grid-template-columns:1fr;padding:2rem}.modal-illustration{aspect-ratio:16/9;font-size:3rem}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.features-grid,.examples-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(4,1fr)}.examples-grid{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:4rem}.tagline{font-size:2rem}.subtitle{font-size:1.5rem}}.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:#ffffff #ffffff #ffffff transparent;animation:ml-form-embedSubmitLoad 1.2s linear infinite}@keyframes ml-form-embedSubmitLoad{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#mlb2-21374917.ml-form-embedContainer{box-sizing:border-box;display:table;margin:0 auto;position:static;width:100%!important}#mlb2-21374917.ml-form-embedContainer h4,#mlb2-21374917.ml-form-embedContainer p,#mlb2-21374917.ml-form-embedContainer span,#mlb2-21374917.ml-form-embedContainer button{text-transform:none!important;letter-spacing:normal!important}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper{background-color:transparent;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-21374917.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper.embedDefault{width:400px}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper.embedForm{max-width:400px;width:100%}#mlb2-21374917.ml-form-embedContainer .ml-form-align-left{text-align:left}#mlb2-21374917.ml-form-embedContainer .ml-form-align-center{text-align:center}#mlb2-21374917.ml-form-embedContainer .ml-form-align-default{display:table-cell!important;vertical-align:middle!important;text-align:center!important}#mlb2-21374917.ml-form-embedContainer .ml-form-align-right{text-align:right}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img{border-top-left-radius:4px;border-top-right-radius:4px;height:auto;margin:0 auto!important;max-width:100%;width:undefinedpx}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody{padding:20px 20px 0}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal{padding-bottom:0}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent{text-align:center;margin:0 0 20px}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4{color:#000;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:24px;font-weight:700;margin:0 0 10px;text-align:center;word-break:break-word}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p{color:#333;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:1.5;margin:0 0 10px;text-align:center}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol{color:#000;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:14px}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol{list-style-type:lower-alpha}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol{list-style-type:lower-roman}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a{color:#000;text-decoration:underline}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group{text-align:left!important}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label{margin-bottom:5px;color:#333;font-size:14px;font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:700;font-style:normal;text-decoration:none;display:inline-block;line-height:20px}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child{margin:0}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form{margin:0;width:100%}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow{margin:0 0 20px;width:100%}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow{float:left}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm{margin:0;padding:0 0 20px;width:100%;height:auto;float:left}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow{margin:0 0 10px;width:100%}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal{margin:0}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input{background-color:#fff!important;color:#333!important;border-color:#ccc;border-radius:4px!important;border-style:solid!important;border-width:1px!important;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:14px!important;height:auto;line-height:21px!important;margin:0;padding:10px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder{color:#333}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder{color:#333}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder{color:#333}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder{color:#333}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow{height:auto;width:100%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{width:70%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal{width:30%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn{padding-top:25px}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields{box-sizing:border-box;float:left;padding-right:10px}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input{background-color:#fff;color:#333;border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0;padding:10px;width:100%;box-sizing:border-box;overflow-y:initial}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button{background-color:#00a622!important;border-color:#00a622;border-style:solid;border-width:1px;border-radius:14px;box-shadow:none;color:#fff!important;cursor:pointer;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:20px!important;font-weight:700;line-height:20px;margin:0!important;padding:10px!important;width:100%;height:auto}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover{background-color:#008719!important;border-color:#008719!important}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]{box-sizing:border-box;padding:0;position:absolute;z-index:-1;opacity:0;margin-top:5px;margin-left:-1.5rem;overflow:visible}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description{color:#000;display:block;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:12px;text-align:left;margin-bottom:0;position:relative;vertical-align:top}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label{font-weight:400;margin:0;position:relative;display:block;min-height:24px;padding:0 0 0 24px}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a{color:#000;text-decoration:underline}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p{color:#000!important;font-family:Open Sans,Arial,Helvetica,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:18px!important;padding:0!important;margin:0 5px 0 0!important}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child{margin:0}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit{margin:0 0 20px;float:left;width:100%}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button{background-color:#00a622!important;border:none!important;border-radius:14px!important;box-shadow:none!important;color:#fff!important;cursor:pointer;font-family:Open Sans,Arial,Helvetica,sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:21px!important;height:auto;padding:10px!important;width:100%!important;box-sizing:border-box!important;transition:background-color .3s ease!important}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading{display:none}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover{background-color:#008719!important}.ml-subscribe-close{width:30px;height:30px;background:url(https://assets.mlcdn.com/ml/images/default/modal_close.png) no-repeat;background-size:30px;cursor:pointer;margin-top:-10px;margin-right:-10px;position:absolute;top:0;right:0}.ml-error input,.ml-error textarea,.ml-error select{border-color:red!important}.ml-error .custom-checkbox-radio-list{border:1px solid red!important;border-radius:4px;padding:10px}.ml-error .label-description,.ml-error .label-description p,.ml-error .label-description p a,.ml-error label:first-child{color:red!important}#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,#mlb2-21374917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter{color:red!important}.ml-form-successBody{padding:40px 20px!important;text-align:center}.ml-form-successBody h4{color:#00a622!important;font-size:24px!important;margin-bottom:10px!important}.ml-form-successBody p{color:#333!important;font-size:16px!important;line-height:1.5!important}@media only screen and (max-width: 400px){.ml-form-embedWrapper.embedDefault,.ml-form-embedWrapper.embedPopup{width:100%!important}.ml-form-formContent.horozintalForm{float:left!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow{height:auto!important;width:100%!important;float:left!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{width:100%!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal>div{padding-right:0!important;padding-bottom:10px}.ml-form-formContent.horozintalForm .ml-button-horizontal{width:100%!important}.ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn{padding-top:0!important}}
