/**
 * Do not touch this file! This file created by the Catch Popup plugin using PHP
 * Last modifiyed time: Dec 14 2025, 12:31:46
 */



/* Background Overlay */
.catch-modal-one {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    display: none;
}

.catch-modal-one:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

/*Modal Box*/
.catch-modal-content {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 21px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
    text-align: left;
    opacity: 0;
}

.catch-modal {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
}

.catch-modal a {
    text-decoration: none;
}

.catch-modal img {
    display: block;
    height: auto;
    max-width: 100%;
}

.catch-modal h2 {
    margin: 0;
}

.catch-modal .entry-summary p {
    margin: 0 0 14px 0
}

.catch-modal .entry-summary > p:last-of-type {
    margin-bottom: 0;
}

.catch-modal .post-thumbnail {
    margin-bottom: 21px;
}

.catch-modal .entry-title {
    margin-bottom: 14px;
}

.catch-modal .entry-summary {
    margin-top: 14px;
}

.catch-modal .catch-popup-close {
    right: -31px;
    position: absolute;
    top: -37px;
    border-radius: 50%;
    text-align: center;
    padding: 20px;
}

.catch-modal .close-label {
    color: #111;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -40px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
    top: 9px;
    z-index: -1;
}

.catch-modal .catch-popup-close:hover .close-label {
    opacity: 1;
    visibility: visible;
    right: -45px;
}


html.catch-popup-open.catch-popup-open-overlay {
  overflow: hidden;
}

html.catch-popup-open.catch-popup-open-overlay.catch-popup-open-fixed .catch-popup-overlay {
  overflow: hidden;
}

html.catch-popup-open.catch-popup-open-overlay.catch-popup-open-fixed .catch-popup-container {
  position: fixed;
}

html.catch-popup-open.catch-popup-open-overlay.catch-popup-open-scrollable body > *[aria-hidden] {
  padding-right: 15px;
}

html.catch-popup-open.catch-popup-open-overlay.catch-popup-open-scrollable .catch-popup-overlay.catch-popup-active {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html.catch-popup-open.catch-popup-open-overlay-disabled.catch-popup-open-fixed .catch-popup-container {
  position: fixed;
}

html.catch-popup-open.catch-popup-open-overlay-disabled.catch-popup-open-scrollable .catch-popup-overlay.catch-popup-active {
  position: static;
  height: auto;
  width: auto;
}

@media only screen and (min-width: 1024px) {
  .catch-popup-container.catch-popup-responsive.catch-popup-responsive-nano {
    width: 10%;
  }
  .catch-popup-container.catch-popup-responsive.catch-popup-responsive-micro {
    width: 20%;
  }
  .catch-popup-container.catch-popup-responsive.catch-popup-responsive-tiny {
    width: 30%;
  }
  .catch-popup-container.catch-popup-responsive.catch-popup-responsive-small {
    width: 40%;
  }
  .catch-popup-container.catch-popup-responsive.catch-popup-responsive-medium {
    width: 60%;
  }
  .catch-popup-container.catch-popup-responsive.catch-popup-responsive-normal {
    width: 70%;
  }
  .catch-popup-container.catch-popup-responsive.catch-popup-responsive-large {
    width: 80%;
  }
  .catch-popup-container.catch-popup-responsive.catch-popup-responsive-xlarge {
    width: 95%;
  }
  .catch-popup-container.catch-popup-responsive.catch-popup-position-fixed {
    position: fixed;
  }
}

@-webkit-keyframes slide-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes slide-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes slide-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes slide-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.catch-popup-trigger {
    cursor: pointer;
}

/* Popup Theme 418: Theme Round */
.catch-popup-theme-418.catch-popup-overlay, .catch-popup-theme-theme-round.catch-popup-overlay { background-color: rgba( 2, 2, 2, 0.00 ) } 
.catch-popup-theme-418 .catch-popup-container, .catch-popup-theme-theme-round .catch-popup-container { padding: 35px; border-radius: 35px; border: 0px none ; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 79, 173, 53, 0.85 ) } 
.catch-popup-theme-418 .catch-popup-title, .catch-popup-theme-theme-round .catch-popup-title { color: #dd3333; text-align: center; text-shadow: 0px 0px 1px rgba( 0, 0, 0, 0.23 ); font-weight: 400; font-size: 40px; font-style: normal; line-height: 40px; font-family: Dancing Script, sans-serif } 
.catch-popup-theme-418 .catch-popup-content, .catch-popup-theme-theme-round .catch-popup-content { color: #eeee22; font-weight: 400; font-family: Dancing Script, sans-serif } 
.catch-popup-theme-418 .catch-popup-close, .catch-popup-theme-theme-round .catch-popup-close { position: absolute; height: 32px; width: 32px; left: auto; right: 16px; bottom: auto; top: 16px; padding: 5px; color: #f9f9f9; font-weight: 400; font-size: 32px; font-style: normal; line-height: 18px; border: 0px none ; border-radius: 28px; box-shadow: -1px 0px 3px 3px rgba( 0, 0, 0, 0.23 ); text-shadow: -1px 0px 3px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 156, 156, 2, 1.00 ) } 

/* Popup Theme 417: Theme Light */
.catch-popup-theme-417.catch-popup-overlay, .catch-popup-theme-theme-light.catch-popup-overlay { background-color: rgba( 244, 244, 244, 0.60 ) } 
.catch-popup-theme-417 .catch-popup-container, .catch-popup-theme-theme-light .catch-popup-container { padding: 35px; border-radius: 0px; border: 0px none ; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 226, 226, 226, 1.00 ) } 
.catch-popup-theme-417 .catch-popup-title, .catch-popup-theme-theme-light .catch-popup-title { color: #050505; text-align: left; text-shadow: 0px 0px 1px rgba( 0, 0, 0, 0.23 ); font-weight: 400; font-size: 32px; font-style: normal; line-height: 48px } 
.catch-popup-theme-417 .catch-popup-content, .catch-popup-theme-theme-light .catch-popup-content { color: #3a3a3a; font-weight: 400 } 
.catch-popup-theme-417 .catch-popup-close, .catch-popup-theme-theme-light .catch-popup-close { position: absolute; height: 32px; width: 32px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 5px; color: #000; font-weight: 400; font-size: 32px; font-style: normal; line-height: 18px; border: 0px none ; border-radius: 5px; box-shadow: 0px 0px 0px 0px rgba( 0, 0, 0, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 238, 238, 34, 1.00 ) } 

/* Popup Theme 416: Theme Blue */
.catch-popup-theme-416.catch-popup-overlay, .catch-popup-theme-theme-blue.catch-popup-overlay { background-color: rgba( 30, 115, 190, 0.00 ) } 
.catch-popup-theme-416 .catch-popup-container, .catch-popup-theme-theme-blue .catch-popup-container { padding: 35px; border-radius: 16px; border: 0px none ; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 40, 119, 255, 1.00 ) } 
.catch-popup-theme-416 .catch-popup-title, .catch-popup-theme-theme-blue .catch-popup-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 1px rgba( 0, 0, 0, 0.23 ); font-weight: 400; font-size: 32px; font-style: normal; line-height: 48px } 
.catch-popup-theme-416 .catch-popup-content, .catch-popup-theme-theme-blue .catch-popup-content { color: #ffffff; font-weight: 400 } 
.catch-popup-theme-416 .catch-popup-close, .catch-popup-theme-theme-blue .catch-popup-close { position: absolute; height: 32px; width: 32px; left: auto; right: -28px; bottom: auto; top: -28px; padding: 5px; color: #ffffff; font-weight: 400; font-size: 42px; font-style: normal; line-height: 18px; border: 0px none ; border-radius: 28px; box-shadow: -1px 0px 3px 3px rgba( 0, 0, 0, 0.23 ); text-shadow: -1px 0px 3px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 216, 232, 1.00 ) } 

/* Popup Theme 415: Theme Border */
.catch-popup-theme-415.catch-popup-overlay, .catch-popup-theme-theme-border.catch-popup-overlay { background-color: rgba( 102, 102, 102, 0.45 ) } 
.catch-popup-theme-415 .catch-popup-container, .catch-popup-theme-theme-border .catch-popup-container { padding: 35px; border-radius: 0px; border: 15px solid #ffffff; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 221, 174, 104, 1.00 ) } 
.catch-popup-theme-415 .catch-popup-title, .catch-popup-theme-theme-border .catch-popup-title { color: #000; text-align: left; text-shadow: 0px 0px 1px rgba( 0, 0, 0, 0.23 ); font-weight: 400; font-size: 42px; font-style: normal; line-height: 54px; font-family: Oswald, sans-serif } 
.catch-popup-theme-415 .catch-popup-content, .catch-popup-theme-theme-border .catch-popup-content { color: #000; font-weight: 400; font-family: Open Sans, sans-serif } 
.catch-popup-theme-415 .catch-popup-close, .catch-popup-theme-theme-border .catch-popup-close { position: absolute; height: 32px; width: 32px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 5px; color: #020202; font-weight: 400; font-size: 32px; font-style: normal; line-height: 18px; border: 0px none ; border-radius: 1px; box-shadow: 0px 0px 0px 0px rgba( 0, 0, 0, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } 

/* Popup Theme 414: Default */
.catch-popup-theme-414.catch-popup-overlay, .catch-popup-theme-default.catch-popup-overlay { background-color: rgba( 0, 0, 0, 0.00 ) } 
.catch-popup-theme-414 .catch-popup-container, .catch-popup-theme-default .catch-popup-container { padding: 10px; border-radius: 0px; border: 0px none ; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.catch-popup-theme-414 .catch-popup-title, .catch-popup-theme-default .catch-popup-title { color: #000000; text-align: left; text-shadow: 0px 0px 1px rgba( 0, 0, 0, 0.23 ); font-weight: 400; font-size: 32px; font-style: normal; line-height: 48px } 
.catch-popup-theme-414 .catch-popup-content, .catch-popup-theme-default .catch-popup-content { color: #000000; font-weight: 400 } 
.catch-popup-theme-414 .catch-popup-close, .catch-popup-theme-default .catch-popup-close { position: absolute; height: 32px; width: 32px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 5px; color: #000000; font-weight: 400; font-size: 32px; font-style: normal; line-height: 12px; border: 0px none ; border-radius: 5px; box-shadow: 0px 0px 0px 0px rgba( 0, 0, 0, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ) } 



/* Popup Styles 419:  */
#popup-419 { top: 100px; left: 50%; transform: translateX(-50%) } 
#catch-popup-419 { z-index: 10000 } 



