.modal-form--overlay{-webkit-overflow-scrolling:touch;background-color:#8b6e4bf2;bottom:0;height:100vh;left:0;overflow-y:scroll;padding:0 60px;position:fixed;right:0;top:0;z-index:999}.modal-form--container{background:#f9f9f9;margin:124px auto;max-width:598px;padding:48px;width:100%}.modal-form--close{align-items:center;background:transparent;border:0;display:flex;flex-flow:row wrap;height:44px;justify-content:center;padding:0;position:fixed;right:0;top:0;width:44px}.modal-form--close svg{display:block;height:auto;width:19px}.modal-form--content .form-title{margin-bottom:0}.modal-form--content .hs-richtext{margin-bottom:30px}.modal-form--content .hs-richtext h1,.modal-form--content .hs-richtext h2,.modal-form--content .hs-richtext h3,.modal-form--content .hs-richtext h4,.modal-form--content .hs-richtext h5,.modal-form--content .hs-richtext h6{font-family:DINOT,sans-serif;font-weight:700;letter-spacing:2px;line-height:1.27;margin:0 0 30px;text-transform:uppercase}.modal-form--content .hs-richtext h4{font-size:26px}html[lang=tr] .modal-form--content .hs-richtext h1,html[lang=tr] .modal-form--content .hs-richtext h2,html[lang=tr] .modal-form--content .hs-richtext h3,html[lang=tr] .modal-form--content .hs-richtext h4,html[lang=tr] .modal-form--content .hs-richtext h5,html[lang=tr] .modal-form--content .hs-richtext h6{font-family:Clinica Pro,sans-serif}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal-form--overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal-form--container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal-form--overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal-form--container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal-form--container,.micromodal-slide .modal-form--overlay{will-change:transform}@media (max-width:767px){.modal-form--overlay{padding:0 30px}.modal-form--container{padding:30px}}