:root{--primary-action-light:#06c;--primary-action-dark:#5af}.two-column-layout{flex-flow:row;width:-webkit-fill-available;height:100%;min-height:100%;max-height:100%;display:flex;overflow-y:hidden}.two-column-layout .two-column-layout__left-container{-ms-overflow-style:none;scrollbar-width:none;flex-flow:column;width:35%;min-width:400px;max-width:35%;height:100%;display:flex;overflow-y:scroll}.two-column-layout .two-column-layout__left-container::-webkit-scrollbar{display:none}body.theme__light .two-column-layout .two-column-layout__left-container,body .theme__wrapper.theme__wrapper-light .two-column-layout .two-column-layout__left-container{color:#43434d}body.theme__dark .two-column-layout .two-column-layout__left-container,body .theme__wrapper.theme__wrapper-dark .two-column-layout .two-column-layout__left-container{color:#f2f2f2}body.theme__light .two-column-layout .two-column-layout__left-container,body .theme__wrapper.theme__wrapper-light .two-column-layout .two-column-layout__left-container{background-color:#fff}body.theme__dark .two-column-layout .two-column-layout__left-container,body .theme__wrapper.theme__wrapper-dark .two-column-layout .two-column-layout__left-container{background-color:#000}.two-column-layout .two-column-layout__left-container{flex-grow:1}@media screen and (max-width:816px){.two-column-layout .two-column-layout__left-container{min-width:unset;width:100%;max-width:100%}}.two-column-layout .two-column-layout__right-container{justify-content:center;align-items:center;width:65%;min-width:416px;display:flex}@media screen and (max-width:816px){.two-column-layout .two-column-layout__right-container{display:none}}body.theme__light .two-column-layout .two-column-layout__right-container,body .theme__wrapper.theme__wrapper-light .two-column-layout .two-column-layout__right-container{background-color:#06c}body.theme__dark .two-column-layout .two-column-layout__right-container,body .theme__wrapper.theme__wrapper-dark .two-column-layout .two-column-layout__right-container{background-color:#5af}.two-column-layout__content-container{margin-top:1.5rem;padding-left:3rem;padding-right:3rem}body.theme__light .two-column-layout__content-container::-webkit-scrollbar{background-color:#d3dbe359}body .theme__wrapper.theme__wrapper-light .two-column-layout__content-container::-webkit-scrollbar{background-color:#d3dbe359}body.theme__dark .two-column-layout__content-container::-webkit-scrollbar{background-color:#53565a59}body .theme__wrapper.theme__wrapper-dark .two-column-layout__content-container::-webkit-scrollbar{background-color:#53565a59}body.theme__light .two-column-layout__content-container::-webkit-scrollbar-thumb{background-color:#d8d8d8}body .theme__wrapper.theme__wrapper-light .two-column-layout__content-container::-webkit-scrollbar-thumb{background-color:#d8d8d8}body.theme__dark .two-column-layout__content-container::-webkit-scrollbar-thumb{background-color:#d8d8d8}body .theme__wrapper.theme__wrapper-dark .two-column-layout__content-container::-webkit-scrollbar-thumb{background-color:#d8d8d8}.two-column-layout__content-container::-webkit-scrollbar{width:10px!important}body.theme__light .two-column-layout__content-container::-webkit-scrollbar{background-color:#d3dbe359}body .theme__wrapper.theme__wrapper-light .two-column-layout__content-container::-webkit-scrollbar{background-color:#d3dbe359}body.theme__dark .two-column-layout__content-container::-webkit-scrollbar{background-color:#53565a59}body .theme__wrapper.theme__wrapper-dark .two-column-layout__content-container::-webkit-scrollbar{background-color:#53565a59}.two-column-layout__content-container::-webkit-scrollbar-thumb{border-radius:8px}body.theme__light .two-column-layout__content-container::-webkit-scrollbar-thumb{background-color:#d8d8d8}body .theme__wrapper.theme__wrapper-light .two-column-layout__content-container::-webkit-scrollbar-thumb{background-color:#d8d8d8}body.theme__dark .two-column-layout__content-container::-webkit-scrollbar-thumb{background-color:#d8d8d8}body .theme__wrapper.theme__wrapper-dark .two-column-layout__content-container::-webkit-scrollbar-thumb{background-color:#d8d8d8}.two-column-layout__title{margin-top:3rem;font-size:1.25rem;font-weight:700;line-height:1.75rem}body.theme__light .two-column-layout__title,body .theme__wrapper.theme__wrapper-light .two-column-layout__title{color:#43434d}body.theme__dark .two-column-layout__title,body .theme__wrapper.theme__wrapper-dark .two-column-layout__title{color:#f2f2f2}@media screen and (max-width:480px){.two-column-layout__title{margin-top:1.5rem}}.two-column-layout__description{margin-top:2rem;font-size:1rem;font-weight:400;line-height:1.5rem}body.theme__light .two-column-layout__description,body .theme__wrapper.theme__wrapper-light .two-column-layout__description{color:#43434d}body.theme__dark .two-column-layout__description,body .theme__wrapper.theme__wrapper-dark .two-column-layout__description{color:#f2f2f2}.two-column-layout__footer{flex-flow:row;justify-content:center;padding:1.5rem 3rem;display:flex}body.theme__light .two-column-layout__footer,body .theme__wrapper.theme__wrapper-light .two-column-layout__footer{border-top:1px solid #d3dbe3}body.theme__dark .two-column-layout__footer,body .theme__wrapper.theme__wrapper-dark .two-column-layout__footer{border-top:1px solid #53565a}.two-column-layout__footer .Button{width:100%;display:block}.two-column-layout__footer .Button button{width:100%}.CloseModalButton{z-index:3;cursor:pointer;border-radius:4px;outline:none;padding:10px;transition:background-color .3s;display:inline-block}body.theme__light .CloseModalButton,body .theme__wrapper.theme__wrapper-light .CloseModalButton{background-color:#00000006}body.theme__dark .CloseModalButton,body .theme__wrapper.theme__wrapper-dark .CloseModalButton{background-color:#ffffff06}@media screen and (max-width:480px){.CloseModalButton{padding:.25rem}}.CloseModalButton:not(.no-absolute-position){position:absolute;top:10px;right:10px}body.theme__light .CloseModalButton:hover,body .theme__wrapper.theme__wrapper-light .CloseModalButton:hover,body.theme__light .CloseModalButton:focus,body .theme__wrapper.theme__wrapper-light .CloseModalButton:focus,body.theme__light .CloseModalButton:active,body .theme__wrapper.theme__wrapper-light .CloseModalButton:active{background-color:#0000000d}body.theme__dark .CloseModalButton:hover,body .theme__wrapper.theme__wrapper-dark .CloseModalButton:hover,body.theme__dark .CloseModalButton:focus,body .theme__wrapper.theme__wrapper-dark .CloseModalButton:focus,body.theme__dark .CloseModalButton:active,body .theme__wrapper.theme__wrapper-dark .CloseModalButton:active{background-color:#ffffff0d}body.theme__light .CloseModalButton.white,body .theme__wrapper.theme__wrapper-light .CloseModalButton.white{color:#fff!important}body.theme__dark .CloseModalButton.white,body .theme__wrapper.theme__wrapper-dark .CloseModalButton.white{color:#202527!important}body.theme__light .CloseModalButton.white,body .theme__wrapper.theme__wrapper-light .CloseModalButton.white{background-color:#ffffff06}body.theme__dark .CloseModalButton.white,body .theme__wrapper.theme__wrapper-dark .CloseModalButton.white{background-color:#20252706}body.theme__light .CloseModalButton.white:hover,body .theme__wrapper.theme__wrapper-light .CloseModalButton.white:hover,body.theme__light .CloseModalButton.white:focus,body .theme__wrapper.theme__wrapper-light .CloseModalButton.white:focus,body.theme__light .CloseModalButton.white:active,body .theme__wrapper.theme__wrapper-light .CloseModalButton.white:active,body.theme__dark .CloseModalButton.white:hover,body .theme__wrapper.theme__wrapper-dark .CloseModalButton.white:hover,body.theme__dark .CloseModalButton.white:focus,body .theme__wrapper.theme__wrapper-dark .CloseModalButton.white:focus,body.theme__dark .CloseModalButton.white:active,body .theme__wrapper.theme__wrapper-dark .CloseModalButton.white:active{background-color:#ffffff0d}body.theme__light .CloseModalButton.grey,body .theme__wrapper.theme__wrapper-light .CloseModalButton.grey{color:#43434d}body.theme__dark .CloseModalButton.grey,body .theme__wrapper.theme__wrapper-dark .CloseModalButton.grey{color:#f2f2f2}body.theme__light .CloseModalButton.grey,body .theme__wrapper.theme__wrapper-light .CloseModalButton.grey{background-color:#d3dbe3ec}body.theme__dark .CloseModalButton.grey,body .theme__wrapper.theme__wrapper-dark .CloseModalButton.grey{background-color:#53565aec}body.theme__light .CloseModalButton.grey:hover,body .theme__wrapper.theme__wrapper-light .CloseModalButton.grey:hover,body.theme__light .CloseModalButton.grey:focus,body .theme__wrapper.theme__wrapper-light .CloseModalButton.grey:focus,body.theme__light .CloseModalButton.grey:active,body .theme__wrapper.theme__wrapper-light .CloseModalButton.grey:active{background-color:#d3dbe3f2}body.theme__dark .CloseModalButton.grey:hover,body .theme__wrapper.theme__wrapper-dark .CloseModalButton.grey:hover,body.theme__dark .CloseModalButton.grey:focus,body .theme__wrapper.theme__wrapper-dark .CloseModalButton.grey:focus,body.theme__dark .CloseModalButton.grey:active,body .theme__wrapper.theme__wrapper-dark .CloseModalButton.grey:active{background-color:#53565af2}.CloseModalButton .NatureIcon i{margin-top:2px;font-weight:700}
