.elementor-kit-6{--e-global-color-primary:#FF7043;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#4C4C4C;--e-global-color-accent:#F5F3EA;--e-global-color-9efcff9:#232323;--e-global-color-b5363da:#B63A13;--e-global-color-6f52e0f:#F5F3EA;--e-global-color-f488566:#000000;--e-global-color-367770f:#FF7043;--e-global-color-3d6ceb8:#A2581D;--e-global-color-615fc2d:#000000;--e-global-color-45fbfdb:#FFFFFF;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out-up;--e-page-transition-exit-animation:e-page-transition-fade-in-up;--e-page-transition-animation-duration:500ms;--e-preloader-animation:bounce;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:120px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );text-decoration:none;border-radius:10px 10px 10px 10px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-b5363da );border-radius:10px 10px 10px 10px;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-secondary );}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:12px;--container-default-padding-right:12px;--container-default-padding-bottom:12px;--container-default-padding-left:12px;}.elementor-widget:not(:last-child){margin-block-end:12px;}.elementor-element{--widgets-spacing:12px 12px;--widgets-spacing-row:12px;--widgets-spacing-column:12px;}{}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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.link-underline a {
    text-decoration: none;
}

.link-underline a:hover,
.link-underline a:focus {
    text-decoration: underline;
}

.post-password-form {
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto; /* Ensures horizontal centering */
    max-width: 100%; /* Ensures the form doesn't overflow the viewport */
}

.post-password-form p {
    width: 960px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.post-password-form label {
    padding-bottom: 12px;
}

.post-password-form input[type="submit"] {
    border: 2px solid white;
    color: white;
    background-color: #003855;
    padding: 10px 20px;
    cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
    color: white; /* Optional: Invert colors on hover for a nice effect */
}/* End custom CSS */