/* hystModal CSS */
:root{--hystmodal-speed: .2s;--hystmodal-zindex: 70}.hystmodal{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:none;display:grid;grid-template-columns:100%;grid-template-rows:0px min-content 0px;justify-content:center;align-content:space-between;visibility:hidden;scrollbar-width:none;-ms-overflow-style:none}.hystmodal::-webkit-scrollbar{display:none}.hystmodal:before{position:fixed;top:0;left:0;width:100%;height:100%;content:"";display:block;background-color:#000;opacity:0;pointer-events:none}.hystmodal--animated:before{transition:opacity var(--hystmodal-speed) ease}.hystmodal--active:before{opacity:.6}.hystmodal--moved,.hystmodal--active{opacity:1;pointer-events:none;visibility:visible}.hystmodal--active{pointer-events:auto}.hystmodal__wrap{display:block;min-width:0;grid-row:2 / 3}.hystmodal__window{min-width:0;grid-row:2 / 3;position:relative;z-index:10;box-sizing:border-box;flex-shrink:0;flex-grow:0;width:600px;max-width:100%;overflow:visible;transform:scale(.95);opacity:0;margin:50px auto}.hystmodal__window--loading{min-height:400px;background-image:url("data:image/svg+xml,%0A%3Csvg width='105' height='105' viewBox='0 0 105 105' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='0s' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='12.5' cy='52.5' r='12.5' fill-opacity='.5'%3E%3Canimate attributeName='fill-opacity' begin='100ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='300ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='52.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='600ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='800ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='52.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='400ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='12.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='700ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='500ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='200ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:48px}.hystmodal--animated .hystmodal__window{transition:transform var(--hystmodal-speed) ease 0s,opacity var(--hystmodal-speed) ease 0s}.hystmodal--active .hystmodal__window{transform:none;opacity:1}.hystmodal__close{position:absolute;z-index:10;top:15px;right:15px;display:block;width:25px;height:25px;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23000' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close--wh{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")}.hystmodal__close:hover{opacity:.95}.hystmodal__close:focus{outline:2px dotted rgba(0,0,0,.7);outline-offset:2px}.hystmodal__close--wh:focus{outline:2px dotted rgba(255,255,255,.7)}@media all and (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px}.hystmodal__window{margin-top:0;margin-bottom:0}}

/* Popup Content Style */
.wpbean_fopo_popup_content_style_1 p:not(:last-of-type) {
  margin-bottom: 30px;
}
.wpbean_fopo_popup_content_style_1 label {
  font-weight: 600;
}

/* Popup Style */
.hystmodal {
  z-index: 9999!important;
}
.hystmodal--active.hystmodal:before {
  background: rgba(11,11,11,0.8);
  opacity: 1;
}
.hystmodal__window .wpbean_fopo_popup_body {
  display: block!important;
}
.hystmodal--moved, .hystmodal--active {
  opacity: 1!important;
  visibility: visible!important;
}
.wpbean_fopo_popup_body_inside {
  overflow: hidden;
}
.wpbean_fopo_content_layout_form_only .wpbean_fopo_popup_body_inside,
.wpbean_fopo_content_layout_title_top_form .wpbean_fopo_popup_body_inside,
.wpbean_fopo_content_layout_image_title_form .wpbean_fopo_popup_body_inside,
.wpbean_fopo_content_layout_image_title_form_side .wpbean_fopo_popup_body_inside {
  background: #fff;
}
.wpbean_fopo_popup_body_inner {
  padding: 30px;
}
.wpbean_fopo_popup_header {
  background-color: #0000FF;
  color: #fff;
  padding: 50px 30px;
  text-align: center;
}
.wpbean_fopo_popup_header .wpbean_fopo_popup_heading_title {
  color: #fff;
}
.wpbean_fopo_popup_header > *:last-child,
.wpbean_fopo_popup_heading_text_wrapper > *:last-child {
  margin-bottom: 0;
}
.wpbean_fopo_content_layout_image_title_form_side .wpbean_fopo_popup_heading_text_wrapper {
  padding: 0 0 0 20px;
}
.rtl .wpbean_fopo_content_layout_image_title_form_side .wpbean_fopo_popup_heading_text_wrapper {
  padding: 0 20px 0 0;
}
.wpbean_fopo_popup_heading_title,
.entry-content .wpbean_fopo_popup_heading_title {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  margin-top: 0;
}
body.rtl .wpbean_fopo_popup_body {
  direction: rtl;
}


/* Hyst Close */
.wpbean_fopo_popup_hystmodal .hystmodal__close {
  background-image: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: unset;
  transition: all .3s linear;
  font-family: Arial,Baskerville,monospace;
  font-weight: 400;
  font-size: 28px;
  padding: 0;
}
.wpbean_fopo_close_color_type_stroke .hystmodal__close:hover, .wpbean_fopo_close_color_type_stroke .hystmodal__close:focus, .wpbean_fopo_close_color_type_stroke .hystmodal__close:active {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.wpbean_fopo_close_color_type_stroke .hystmodal__close {
  color: #333;
}
.wpbean_fopo_close_color_type_fill .hystmodal__close {
  background: #333;
  color: #fff;
}
.wpbean_fopo_close_icon_placement_left .hystmodal__close {
  left: 15px;
  right: unset!important;
}
.wpbean_fopo_close_icon_type_circle .hystmodal__close,
.wpbean_fopo_close_icon_type_rectangle .hystmodal__close,
.wpbean_fopo_close_icon_type_radius .hystmodal__close {
  border: 1px solid;
  border-width: 2px;
}
.wpbean_fopo_close_icon_type_rectangle .hystmodal__close {
  border-radius: 0;
}
.wpbean_fopo_close_icon_type_radius .hystmodal__close {
  border-radius: 6px;
}
.wpbean_fopo_close_icon_type_circle .hystmodal__close {
  border-radius: 50%;
}

/* Popup Column */
.wpbean_fopo_popup_row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .hystmodal--active .hystmodal__window {
    width: 90%!important;
  }
  .wpbean_fopo_content_layout_image_form .wpbean_fopo_popup_row,
  .wpbean_fopo_content_layout_form_image .wpbean_fopo_popup_row,
  .wpbean_fopo_content_layout_image_content_left_form_right .wpbean_fopo_popup_row {
    flex-direction: column;
  }
  .wpbean_fopo_content_layout_image_form .wpbean_fopo_popup_column,
  .wpbean_fopo_content_layout_form_image .wpbean_fopo_popup_column,
  .wpbean_fopo_content_layout_image_content_left_form_right .wpbean_fopo_popup_column {
    width: 100%!important;
  }
}
.wpbean_fopo_popup_column_image {
  align-items: center;
  display: flex;
}
.wpbean_fopo_popup_column {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.wpbean_fopo_popup_column_image {
  flex: 0 0 auto;
  width: 40%;
}
.wpbean_fopo_popup_column_form {
  flex: 0 0 auto;
  width: 60%;
}
.entry-content.wpbean_fopo_popup_body img {
  border-radius: 0;
  box-shadow: none;
  display: flex;
  margin: 0 auto;
}
.wpbean_fopo_content_layout_image_title_form .wpbean_fopo_popup_body_inner,
.wpbean_fopo_content_layout_image_title_form_side .wpbean_fopo_popup_form_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wpbean_fopo_content_layout_image_title_form .wpbean_fopo_popup_body_inner > img {
  margin-bottom: 30px;
}

.wpbean_fopo_content_layout_image_title_form_side .wpbean_fopo_popup_body_inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


/* Form Style Prefix */

.wpbean_fopo_popup_body .wpcf7-form-control-wrap {
  max-width: 100%;
  display: flex;
  flex-flow: column;
}
.wpbean_fopo_popup_body .wpcf7-form-control-wrap * {
  max-width: 100%;
}
.wpbean_fopo_popup_body .mc4wp-form-fields p:last-child {
  margin-bottom: 0;
}

/* Popup Animations */
/* 

====== Zoom effect ======

*/

.hystmodal__window.hystmodal-with-anim.hyst-zoom-in {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.hystmodal--active .hystmodal__window.hystmodal-with-anim.hyst-zoom-in {
  opacity: 1;
  transform: scale(1);
}

/* 

====== Newspaper effect ======

*/
.hystmodal__window.hystmodal-with-anim.hyst-newspaper {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.hystmodal--active .hystmodal__window.hystmodal-with-anim.hyst-newspaper {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* 

====== Move-horizontal effect ======

*/

.hystmodal__window.hystmodal-with-anim.hyst-move-horizontal {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.hystmodal--active .hystmodal__window.hystmodal-with-anim.hyst-move-horizontal {
  opacity: 1;
  transform: translateX(0);
}

/* 

====== Move-from-top effect ======

*/

.hystmodal__window.hystmodal-with-anim.hyst-move-from-top {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.hystmodal--active .hystmodal__window.hystmodal-with-anim.hyst-move-from-top {
  opacity: 1;
  transform: translateY(0);
}


/* 

====== 3d unfold ======

*/

.hystmodal__window.hystmodal-with-anim.hyst-3d-unfold {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.hystmodal--active .hystmodal__window.hystmodal-with-anim.hyst-3d-unfold {
  opacity: 1;
  transform: rotateY(0deg);
}

/* 

====== Zoom-out effect ======

*/
.hystmodal__window.hystmodal-with-anim.hyst-zoom-out {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.hystmodal--active .hystmodal__window.hystmodal-with-anim.hyst-zoom-out {
  opacity: 1;
  transform: scale(1);
}

/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

/* Image Style */
.wpbean_fopo_popup_image {
  display: flex;
}
.wpbean_fopo_popup_image img{
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #e8ebf3;
  background-color: #f3f3f9;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: all .3s linear;
  box-shadow: none;
}

/* Button Style */
.wpbean-fopo-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.wpbean-fopo-alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.wpbean_fopo_btn_wrapper {
  display: flex;
}
a.wpb_form_popup_button {
  width: fit-content;
}
.wpb_form_popup_button {
  display: flex;
  gap: 10px;
  cursor: pointer;
  text-transform: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: #fff;
  text-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #F95353;
  line-height: normal;
  border: 0;
  border-radius: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-font-smoothing: antialiased;
}
.wpb_form_popup_button:hover, .wpb_form_popup_button:focus {
  background: #2B2344;
  border-color: #2B2344;
  color: #fff;
}
.wpb_form_popup_button_small {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
}
.wpb_form_popup_button_medium {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
}
.wpb_form_popup_button_large {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
}
.wpb_form_popup_button_left, .wpb_form_popup_img_left {
  justify-content: left;
}
.wpb_form_popup_button_center, .wpb_form_popup_img_center {
  justify-content: center;
}
.wpb_form_popup_button_right, .wpb_form_popup_img_right { 
  justify-content: right;
}

/* Pro Style */
.wpbean_fopo_btn_before_content,
.wpbean_fopo_form_before_content {
  margin-bottom: 20px;
}
.wpbean_fopo_btn_after_content,
.wpbean_fopo_form_after_content  {
  margin-top: 20px;
}
.wpbean_fopo_btn_custom_html_position_right .wpb_form_popup_button{
  flex-direction: row-reverse;
}