.elementor-kit-41{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-family:"Noto Sans", Sans-serif;}.elementor-kit-41 button,.elementor-kit-41 input[type="button"],.elementor-kit-41 input[type="submit"],.elementor-kit-41 .elementor-button{background-color:#FFFFFF;font-family:"Noto Sans", Sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;color:#2B2672;box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.15);border-radius:15px 15px 15px 15px;padding:24px 24px 24px 24px;}.elementor-kit-41 e-page-transition{background-color:#FFBC7D;}.elementor-kit-41 a{color:#FFFFFF;font-family:"Noto Sans", Sans-serif;}.elementor-kit-41 h1{font-family:"Noto Sans", Sans-serif;}.elementor-kit-41 h2{font-family:"Noto Sans", Sans-serif;}.elementor-kit-41 h3{font-family:"Noto Sans", Sans-serif;}.elementor-kit-41 h4{font-family:"Noto Sans", Sans-serif;}.elementor-kit-41 h5{font-family:"Noto Sans", Sans-serif;}.elementor-kit-41 h6{font-family:"Noto Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-41 button,.elementor-kit-41 input[type="button"],.elementor-kit-41 input[type="submit"],.elementor-kit-41 .elementor-button{font-size:16px;padding:024px 024px 024px 024px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.post-password-required .page-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

form.post-password-form {
    padding: 0 15px;
    margin: 0 auto;
    background: black;
    min-height: calc(100vh - 225px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;    width: fit-content;
}
form.post-password-form p+p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
form.post-password-form label {
    margin-bottom: 1em;
}

form.post-password-form label input {
    margin-top: 1em;
    border-radius: 12px;
}

form.post-password-form input[type="submit"] {
    margin: 0 auto;
    padding: 16px 32px 12px 32px;
    border-color: #DC7051 !important;
    background-color: #DC7051 !important;
    color: white !important;
}/* End custom CSS */