.elementor-7542 .elementor-element.elementor-element-6b9a97f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:20px;--padding-left:50px;--padding-right:50px;}.elementor-7542 .elementor-element.elementor-element-b6e14b3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7542 .elementor-element.elementor-element-b6e14b3 .elementor-heading-title{font-size:26px;font-weight:600;color:#E3BB08;}.elementor-7542 .elementor-element.elementor-element-865d42b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-7542 .elementor-element.elementor-element-a784f3a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-7542{background-color:#00000085;justify-content:flex-end;align-items:center;pointer-events:all;}#elementor-popup-modal-7542 .dialog-message{width:600px;height:550px;align-items:flex-start;padding:0px 0px 0px 0px;}#elementor-popup-modal-7542 .dialog-close-button{display:flex;top:8%;background-color:#D6D6D6;font-size:36px;}#elementor-popup-modal-7542 .dialog-widget-content{border-radius:15px 15px 15px 15px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:100px 80px 0px 0px;}body:not(.rtl) #elementor-popup-modal-7542 .dialog-close-button{right:5%;}body.rtl #elementor-popup-modal-7542 .dialog-close-button{left:5%;}#elementor-popup-modal-7542 .dialog-close-button i{color:#727272;}#elementor-popup-modal-7542 .dialog-close-button svg{fill:#727272;}#elementor-popup-modal-7542 .dialog-close-button:hover i{color:#02010100;}@media(max-width:767px){.elementor-7542 .elementor-element.elementor-element-6b9a97f{--padding-top:40px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-7542 .elementor-element.elementor-element-865d42b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-7542 .elementor-element.elementor-element-a784f3a{--padding-top:0px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-7542 .dialog-message{width:350px;height:450px;padding:0px 0px 0px 0px;}#elementor-popup-modal-7542{justify-content:center;align-items:flex-start;}#elementor-popup-modal-7542 .dialog-widget-content{margin:100px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-6b9a97f *//* MAIN POPUP CONTAINER - Flex layout for sticky to work */
.elementor-popup-modal .elementor-element[data-id="pop1"] {
    display: flex !important;
    flex-direction: column !important;
    max-height: 90vh !important;
    overflow: hidden !important;
    height: auto !important;
}

/* FIXED HEADING - MUST HAVE THESE PROPERTIES */
.popup-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
    background: #ffffff !important;
    padding: 1px 50px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-865d42b *//* SCROLLABLE CONTENT - Internal scroll only */
.popup-content {
    flex: 1 !important;
    overflow-y: auto !important;
    padding: 50 !important;
    overflow-x: hidden !important;
    height: auto !important;
}

/* FIX FOR IMAGE (prevent horizontal scroll) */
.popup-content .elementor-widget-image img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}/* End custom CSS */
/* Start custom CSS */.dialog-close-button {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.dialog-close-button svg {
    width: 40px !important;
    height: 30px !important;
    margin-top: 4px;
}

/* ULTRA-STRONG SCROLLBAR HIDE (WORKS ON ALL BROWSERS) */
.popup-content,
.dialog-message.dialog-lightbox-message,
.dialog-widget-content.dialog-lightbox-widget-content {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    overflow: auto !important;
}

.popup-content::-webkit-scrollbar,
.dialog-message.dialog-lightbox-message::-webkit-scrollbar,
.dialog-widget-content.dialog-lightbox-widget-content::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

/* FIX FOR SCROLLING (CRITICAL) */
.popup-content {
    height: calc(100% - 60px) !important;
    max-height: none !important;
    overflow-y: auto !important;
    position: relative !important;
}

/* FIX FOR HOVER SCROLLBAR (MOST COMMON ISSUE) */
.popup-content:hover {
    overflow: auto !important;
    scrollbar-width: none !important;
}

/* 640px and smaller screen sizes */
@media (max-width:640px){

	/* Heading title */
	.popup-header .elementor-heading-title{
		position:relative;
		left:-22px;
		
	}
	
}/* End custom CSS */