:root{--dark-white:#000;--white-dark:#fff;--background-color:#f6f6f6;--text-color-primary:#222831;--text-color-secondary:#222831;--text-color-secondary-mobile:#222831;--text-color-secondary-notfocus:#5d5f63;--text-orange-green:#ff9442;--text-grey:#6b6b6b;--text-grey-2:#6b6b6b;--sidebar-line:#ccc;--button-outline-background:#222831;--button-solid-background:#222831;--button-solid-background-2:#fff;--button-solid-background-3:#222831;--button-outline-hover-bg:#222831;--button-text:#fff;--button-text-2:#222831;--button-text-3:#eee;--scroll-color:#222831;--input-outline-color:#0072ff;--white-black2:#fff}[data-theme=darkMode]{--dark-white:#fff;--white-dark:#000;--background-color:#000;--text-color-primary:#eee;--text-color-secondary:#4ecca3;--text-color-secondary-mobile:#23866b;--text-color-secondary-notfocus:#2ba57d;--text-orange-green:#4ecca3;--text-grey:#eee;--text-grey-2:#ccc;--sidebar-line:#2ba57d;--button-outline-background:#4ecca3;--button-solid-background:#23866b;--button-solid-background-2:#23866b;--button-solid-background-3:#23866b;--button-outline-hover-bg:#23866b;--button-text:#fff;--button-text-2:#fff;--button-text-3:#eee;--scroll-color:#23866b;--input-outline-color:#4ecca3;--white-black2:#202020}.home-connection__content{margin:100px auto;width:85%;max-width:1400px}.home-connection__content .content-container{display:flex}.home-connection__content .content-container .left-column{width:45%;justify-content:center;display:flex;align-items:center}.home-connection__content .content-container .left-column .animation-loader__image{width:100%!important;max-width:600px;min-width:500px}.home-connection__content .content-container .right-column{width:55%;padding-left:50px}.home-connection__content .content-container .title{font-size:1.75rem;font-weight:700;color:var(--text-color-primary)}.home-connection__content .content-container .subtitle{margin-top:10px;font-size:.875rem;color:var(--text-grey);font-weight:500}.home-connection__content .content-container .sub-content{margin-top:30px}.home-connection__content .content-input{width:100%;padding:10px 15px;border-radius:4px;border:2px solid #e1e4e8;font-weight:500;font-size:.875rem;color:#000;margin:0;outline:0;box-sizing:border-box;margin-bottom:15px}.home-connection__content .content-input:focus{border-color:var(--input-outline-color)}.home-connection__content .content-input.input--textarea{resize:none}.home-connection__content .connection-button{padding:12px 20px;color:var(--button-text);background:var(--button-solid-background);font-weight:500;border-radius:4px;margin:10px 0;cursor:pointer;border:0;outline:0;float:right;transition:background .2s,color .2s,box-shadow .2s}.home-connection__content .connection-button:hover{background:var(--button-text);color:var(--button-solid-background);box-shadow:5px 5px 20px hsla(0,0%,39.2%,.15)}@media screen and (min-width:2001px){.home-connection__content{max-width:1700px}}@media screen and (min-width:1024px) and (max-width:1440px){.home-connection__content .title{font-size:1.5rem!important}}