@charset "UTF-8";
body.home{-webkit-transition:background var(--theme-animation-speed) var(--theme-animation-method);transition:background var(--theme-animation-speed) var(--theme-animation-method);}body.home main > .site-layout-container > .has-background.did-have-background-color{background-color:transparent !important;}body.home main > .site-layout-container > .has-background.did-have-background-color h2,body.home main > .site-layout-container > .has-background.did-have-background-color h3,body.home main > .site-layout-container > .has-background.did-have-background-color h4,body.home main > .site-layout-container > .has-background.did-have-background-color h5,body.home main > .site-layout-container > .has-background.did-have-background-color h6,body.home main > .site-layout-container > .has-background.did-have-background-color p{-webkit-transition:color var(--theme-animation-speed) var(--theme-animation-method);transition:color var(--theme-animation-speed) var(--theme-animation-method);}body.home main > .site-layout-container > .has-background.did-have-background-color select,body.home main > .site-layout-container > .has-background.did-have-background-color textarea,body.home main > .site-layout-container > .has-background.did-have-background-color input{-webkit-transition:all var(--theme-animation-speed) var(--theme-animation-method);transition:all var(--theme-animation-speed) var(--theme-animation-method);}body.home.has-light-background-color .has-text-background-color.did-have-background-color,body.home.has-light-background-color .did-have-background-color .has-text-color{color:var(--base-color-text) !important;}body.home.has-accent-background-color .has-light-background-color.did-have-background-color{color:var(--base-color-background) !important;}body.home.has-text-background-color .has-light-background-color.did-have-background-color{color:var(--base-color-background) !important;}body.home:not(.has-light-background-color) form select,body.home:not(.has-light-background-color) form textarea,body.home:not(.has-light-background-color) form input[type="text"],body.home:not(.has-light-background-color) form input[type="email"],body.home:not(.has-light-background-color) form input[type="password"],body.home:not(.has-light-background-color) form input[type="date"],body.home:not(.has-light-background-color) form input[type="number"],body.home:not(.has-light-background-color) form input[type="search"],body.home:not(.has-light-background-color) form input[type="url"],body.home:not(.has-light-background-color) form input[type="tel"]{background:var(--base-color-light);border:1px solid var(--base-color-light);}