.elementor-7657 .elementor-element.elementor-element-29134452{--display:flex;--min-height:200px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-7657 .elementor-element.elementor-element-24c231ba img{width:150px;}@media(min-width:768px){.elementor-7657 .elementor-element.elementor-element-29134452{--width:200px;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS */.post-password-form {
    min-height: initial;
    padding: 100px;
    max-width: 700px;
    margin: auto;
}
.post-password-form .et_submit_button {
    background: #8DC63F;
    color: white!important;
    border: 2px solid #8DC63F;
}
@media (max-width: 479px) {
.post-password-form {
    padding: 40px;
}
}
[type=button], [type=submit], button {
    color: #325C55;
    text-align: center;
    background-color: transparent;
    border: 1px solid #325C55;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}
[type=button]:hover, [type=submit]:hover {
    background-color: #325C55;
    color: white;
}
label {
    display: inline-block;
    line-height: 2;
    vertical-align: middle;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}/* End custom CSS */