:root{--gfb-primary-color: #1c1c1c;--gfb-primary-text-color: #FFFFFF;--gfb-secondary-color: #FFFFFF;--gfb-form-width: 600px;--gfb-form-padding: 30px;--gfb-form-sm-padding: 15px;--gfb-form-sm-font-size: 12px;--gfb-form-default-font-size: 14px;--gfb-form-description-font-size: 16px;--gfb-default-heading-1-font-size: 26px;--gfb-default-heading-2-font-size: 19px;--gfb-default-heading-3-font-size: 17px;--gfb-rounded-radius: 20px;--gfb-dropzone-bg-color: #f1f1f1;--gfb-form-image-basis: 40%;--gfb-form-basis: 60%;--gfb-color-text: 28, 28, 28;--gfb-color-solidButton: 28, 28, 28;--gfb-color-outlineButton: 28, 28, 28;--gfb-color-background: 255, 255, 255}:root .gfb-font-size-large{--gfb-form-default-font-size: 16px;--gfb-default-heading-1-font-size: 32px;--gfb-default-heading-2-font-size: 24px;--gfb-default-heading-3-font-size: 22px;--gfb-form-sm-font-size: 14px;--gfb-form-description-font-size: 18px}:root .gfb-font-size-small{--gfb-form-default-font-size: 12px;--gfb-default-heading-1-font-size: 22px;--gfb-default-heading-2-font-size: 20px;--gfb-default-heading-3-font-size: 17px;--gfb-form-sm-font-size: 10px;--gfb-form-description-font-size: 14px}.globo-form-app{max-width:var(--gfb-form-width);margin:var(--gfb-form-padding) auto;position:relative}.globo-form-app.float-layout{border-radius:2px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);position:fixed;right:30px;bottom:30px;max-height:90vh;transition:all .2s ease-in-out;transform:translateY(calc(100% + var(--gfb-form-padding)));margin:0;z-index:10001}.globo-form-app.float-layout .g-container{padding:var(--gfb-form-padding)}@media only screen and (max-width: 768px){.globo-form-app.float-layout .g-container{padding:15px}}.globo-form-app.float-layout.active{transform:none}.globo-form-app.float-layout.active~.overlay{width:100%;height:100%;display:block}@media only screen and (max-width: 768px){.globo-form-app.float-layout{right:0;bottom:10px;margin:0 10px}.globo-form-app.float-layout>.dismiss{top:10px;right:15px}}.globo-form-app.popup-layout{border-radius:2px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);position:fixed;top:calc(100% + 5px);left:50%;bottom:unset;right:unset;transform:translate(-50%, -50%);max-height:90vh;transition:opacity .2s ease-in-out,top 0s ease 0s;margin:0;z-index:10001;visibility:hidden;opacity:0;height:0;width:90% !important}.globo-form-app.popup-layout .g-container{padding:var(--gfb-form-padding)}@media only screen and (max-width: 768px){.globo-form-app.popup-layout .g-container{padding:15px}}.globo-form-app.popup-layout.active{top:50%;visibility:visible;opacity:1;height:initial}.globo-form-app.popup-layout.active~.overlay{width:100%;height:100%;display:block}.globo-form .floating-button{border:0;cursor:pointer;display:inline-flex;outline:0;position:relative;align-items:center;user-select:none;vertical-align:middle;justify-content:center;text-decoration:none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:var(--gfb-form-default-font-size);box-shadow:0px 3px 5px -1px rgba(0,0,0,.2),0px 6px 10px 0px rgba(0,0,0,.14),0px 1px 18px 0px rgba(0,0,0,.12);box-sizing:border-box;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;font-weight:var(--gfb-font-weight, 500);line-height:1.75;letter-spacing:.02857em;color:rgb(var(--gfb-color-solidButtonLabel, 255, 255, 255));background-color:var(--gfb-primary-color);width:auto;height:56px;padding:0 20px;min-width:56px;min-height:auto;border-radius:28px;position:fixed;bottom:30px;right:30px;z-index:9999}.globo-form .floating-button.circle{width:56px}.globo-form .floating-button.circle .fabLabel svg{margin-right:0}.globo-form .floating-button .fabLabel{width:100%;display:inherit;align-items:inherit;justify-content:inherit}.globo-form .floating-button .fabLabel svg{fill:currentColor;width:1em;height:1em;display:inline-block;font-size:var(--gfb-default-heading-2-font-size);transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;flex-shrink:0;user-select:none;margin-right:8px}.globo-form .floating-button.top{top:30px;bottom:unset}.globo-form .floating-button.half-top{top:25%;bottom:unset}.globo-form .floating-button.vertical-center{top:50%;bottom:unset;transform:translate(0, -50%)}.globo-form .floating-button.half-bottom{bottom:25%;top:unset}.globo-form .floating-button.half-right{right:25%;left:unset}.globo-form .floating-button.horizontal-center{left:50%;right:unset;transform:translate(-50%, 0)}.globo-form .floating-button.half-left{left:25%;right:unset}.globo-form .floating-button.left{left:30px;right:unset}@media only screen and (max-width: 768px){.globo-form .floating-button{bottom:10px;right:10px}}.globo-form .overlay{background-color:rgba(0,0,0,.74);position:fixed;top:0;left:0;z-index:9999;width:unset;height:unset}
