body:not(.woocommerce-checkout):not(.woocommerce-cart) input[type=radio]{position:relative;cursor:pointer;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;margin:0 3px 0 0}body:not(.woocommerce-checkout):not(.woocommerce-cart) input[type=radio]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;border:2px solid #000;border-radius:50%;z-index:1}body:not(.woocommerce-checkout):not(.woocommerce-cart) input[type=radio]:after{transform:scale(0);transition:transform .2s cubic-bezier(.45,1.8,.5,.75);content:"";z-index:2;width:12px;height:12px;background:#000;border-radius:50%}body:not(.woocommerce-checkout):not(.woocommerce-cart) input[type=radio]:checked:after{transform:scale(1)}body:not(.woocommerce-checkout):not(.woocommerce-cart) input[type=checkbox]{position:relative;cursor:pointer;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;margin:0 3px 0 0}body:not(.woocommerce-checkout):not(.woocommerce-cart) input[type=checkbox]:before{content:"";position:absolute;width:100%;height:100%;background:#fff;border:2px solid #000;border-radius:3px;z-index:1}body:not(.woocommerce-checkout):not(.woocommerce-cart) input[type=checkbox]:after{transform:scale(0);transition:transform .2s cubic-bezier(.45,1.8,.5,.75);z-index:2;content:"";background:#000;width:12px;height:12px}body:not(.woocommerce-checkout):not(.woocommerce-cart) input[type=checkbox]:checked:after{transform:scale(1)}.datepicker_input{position:relative}.datepicker_input input[type=text]{padding-right:40px;width:100%}.datepicker_input:after{content:"";font-family:icomoon;font-size:20px;font-weight:400;position:absolute;top:13px;right:16px;pointer-events:none}.gfield--input-type-datepicker .ginput_container_date{position:relative}.gfield--input-type-datepicker .ginput_container_date input[type=text]{padding-right:40px;width:100%}.gfield--input-type-datepicker .ginput_container_date:after{content:"";font-family:icomoon;font-size:20px;font-weight:400;position:absolute;top:13px;right:16px;pointer-events:none}.gfield--input-type-datepicker .ginput_container_date .ui-datepicker-trigger{display:none!important}.ginput_container_date .datepicker{width:100%}.ui-datepicker select{min-height:initial;font-size:14px;padding:5px 10px;border-color:#d1d1d1}.ui-datepicker .ui-datepicker-calendar{width:100%}.ui-datepicker td{text-align:center}.ui-datepicker .ui-state-disabled{opacity:.2}body .gravity-theme.ui-datepicker{font-size:14px}body .gravity-theme.ui-datepicker .ui-datepicker-header{display:flex;align-items:center}body .gravity-theme.ui-datepicker .ui-datepicker-title{padding-left:30px;padding-right:30px}body .gravity-theme.ui-datepicker a.ui-state-default{width:30px;height:30px;line-height:30px;border-radius:4px}body .gravity-theme.ui-datepicker a.ui-state-active,body .gravity-theme.ui-datepicker a.ui-state-active:hover{background-color:var(--COLORS-PRIMARY, #2cc6fa)}.gfield--type-fileupload{display:flex;align-items:center}.gfield--type-fileupload input{font-size:14px;font-weight:600}.gfield--type-fileupload ::-webkit-file-upload-button{display:none}.gfield--type-fileupload .gform_fileupload_rules{display:none}.gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_label{margin:0 20px 0 0;border:2px solid var(--LIGHT-ORANGE, #FF996C);background:var(--LIGHT-ORANGE, #FF996C);color:var(--FONTS-WHITE);border-radius:60px;font-weight:600;padding:10px 16px;height:44px;width:160px;cursor:pointer;text-align:center;transition:background .3s ease,border .3s ease}.gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_label:hover{border-color:var(--COLORS-SECONDARY, #FF8454);background:var(--COLORS-SECONDARY, #FF8454)}div .gform_wrapper.gravity-theme .gform_fileupload_rules{display:none}.gfield--type-time .ginput_complex{display:flex;flex-wrap:wrap;gap:10px}.gform_wrapper.gravity-theme .gfield--input-type-time.field_sublabel_below .ginput_complex{align-items:center}.gfield--type-address>.gfield_label{margin-bottom:10px}.gfield--type-address .ginput_complex{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.gfield--type-address .ginput_complex .gform-field-label--type-sub{display:block;width:100%}.gfield--type-address .ginput_complex .ginput_full{grid-column:span 2}.gfield--type-address select,.gfield--type-address input[type=text]{width:100%}select,textarea,input[type=date],input[type=password],input[type=tel],input[type=number],input[type=email],input[type=text]{background:#fff;border-radius:var(--SPACING-SYSTEM-Radius-Radius-xs, 4px);border:1px solid #000;outline:none;padding:7px 15px;min-height:50px}select:focus,textarea:focus,input[type=date]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=email]:focus,input[type=text]:focus{border-color:var(--COLORS-PRIMARY, #2cc6fa)}textarea{width:100%}label{font-size:14px;font-weight:400;line-height:1.75}.submit_align_right input[type=submit]{margin-left:auto}.gform_required_legend{display:none}.gchoice label{cursor:pointer}.gfield_label{display:block;margin-bottom:5px}.gform_submission_error{font-size:14px;font-weight:700;color:var(--color-error, #ff4545);background-color:#ffc6c65d;border:1px solid var(--color-error, #ff4545);border-radius:8px;padding:7px 14px;line-height:1.25}.gform_submission_error .gform-icon--circle-error{margin-right:5px}.gfield_validation_message{font-size:12px;font-weight:700;color:var(--color-error, #ff4545);padding:4px 0}.ff-breadcrumbs{list-style:none;margin:0;padding:0;display:flex;gap:8px}.ff-breadcrumbs .item{display:flex;gap:8px}.ff-breadcrumbs .item.current{pointer-events:none}.ff-breadcrumbs .item a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.ff-breadcrumbs a:hover{text-decoration:underline}.breadcrumbs_style_2 .ff-breadcrumbs{font-weight:700;font-size:12px}#breadcrumbs,.ff-breadcrumbs{font-size:16px;font-weight:400}#breadcrumbs a:hover,.ff-breadcrumbs a:hover{text-decoration:underline;text-decoration-thickness:.5px}@media (max-width: 767px){#breadcrumbs,.ff-breadcrumbs{font-size:14px}}.well{border-radius:8px;background:var(--BACKGROUND-Neutral-BG2, #F3F4F6);padding:20px 30px;line-height:1.75}.well.v2{color:#fff;background:var(--COLORS-SECONDARY, #28DC9A)}.well.dark{color:#fff;background:var(--COLORS-PRIMARY, #000)}.well.elementor-element.e-child{padding:20px 30px;border-radius:8px}@media (max-width: 767px){.well,.well.elementor-element.e-child{padding:20px 15px}}.elementor-icon-list-item a:hover{text-decoration:underline}ul.style_1,ol.style_1{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}ul.style_1>div,ul.style_1>li,ol.style_1>div,ol.style_1>li{position:relative;line-height:1.4;font-size:16px;background-color:#f8f9fc;border-radius:4px;padding:6px 15px 6px 35px;text-transform:none}ul.style_1>div:before,ul.style_1>li:before,ol.style_1>div:before,ol.style_1>li:before{content:"";font-family:icomoon;font-size:6px;font-weight:400;color:var(--COLORS-SECONDARY, #28dc9a);position:absolute;top:15px;left:11px;line-height:1}.elementor-widget-icon-list.style_1 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.elementor-widget-icon-list.style_1 ul>div,.elementor-widget-icon-list.style_1 ul>li{position:relative;line-height:1.4;font-size:16px;background-color:#f8f9fc;border-radius:4px;padding:6px 15px 6px 35px;text-transform:none}.elementor-widget-icon-list.style_1 ul>div:before,.elementor-widget-icon-list.style_1 ul>li:before{content:"";font-family:icomoon;font-size:6px;font-weight:400;color:var(--COLORS-SECONDARY, #28dc9a);position:absolute;top:15px;left:11px;line-height:1}.elementor-widget-icon-list.style_1 ul .elementor-icon-list-icon{display:none}.elementor-widget-ff-list.style_1 .ff-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.elementor-widget-ff-list.style_1 .ff-list>div,.elementor-widget-ff-list.style_1 .ff-list>li{position:relative;line-height:1.4;font-size:16px;background-color:#f8f9fc;border-radius:4px;padding:6px 15px 6px 35px;text-transform:none}.elementor-widget-ff-list.style_1 .ff-list>div:before,.elementor-widget-ff-list.style_1 .ff-list>li:before{content:"";font-family:icomoon;font-size:6px;font-weight:400;color:var(--COLORS-SECONDARY, #28dc9a);position:absolute;top:15px;left:11px;line-height:1}.elementor-widget-text-editor.list-style-1 ul,.elementor-widget-theme-post-content.list-style-1 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.elementor-widget-text-editor.list-style-1 ul>div,.elementor-widget-text-editor.list-style-1 ul>li,.elementor-widget-theme-post-content.list-style-1 ul>div,.elementor-widget-theme-post-content.list-style-1 ul>li{position:relative;line-height:1.4;font-size:16px;background-color:#f8f9fc;border-radius:4px;padding:6px 15px 6px 35px;text-transform:none}.elementor-widget-text-editor.list-style-1 ul>div:before,.elementor-widget-text-editor.list-style-1 ul>li:before,.elementor-widget-theme-post-content.list-style-1 ul>div:before,.elementor-widget-theme-post-content.list-style-1 ul>li:before{content:"";font-family:icomoon;font-size:6px;font-weight:400;color:var(--COLORS-SECONDARY, #28dc9a);position:absolute;top:15px;left:11px;line-height:1}.elementor-widget-text-editor.list-style-1.bullet-style ul,.elementor-widget-theme-post-content.list-style-1.bullet-style ul{margin:20px 0}.elementor-widget-text-editor.list-style-1.bullet-style ul>li,.elementor-widget-theme-post-content.list-style-1.bullet-style ul>li{background:var(--FONTS-WHITE);border:0;border-radius:4px;padding:10px 15px 10px 30px;text-transform:none}.elementor-widget-text-editor.list-style-1.bullet-style ul>li:before,.elementor-widget-theme-post-content.list-style-1.bullet-style ul>li:before{content:"";width:6px;height:6px;background-color:var(--COLORS-SECONDARY);border-radius:50%;position:absolute;top:0;bottom:0;left:10px;margin:auto}.elementor-widget-text-editor.list-style-1.check-style ul,.elementor-widget-theme-post-content.list-style-1.check-style ul{margin:20px 0}.elementor-widget-text-editor.list-style-1.check-style ul>li,.elementor-widget-theme-post-content.list-style-1.check-style ul>li{border:0;text-transform:none;background:none}.elementor-widget-text-editor.list-style-1.check-style ul>li:before,.elementor-widget-theme-post-content.list-style-1.check-style ul>li:before{content:"";font-family:icomoon;font-size:12px;color:var(--FONTS-WHITE);background-color:var(--LIGHT-PURPLE);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;position:absolute;top:5px;left:0}ul.style_2,ol.style_2{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:5px;color:#fff;font-size:14px}ul.style_2 a,ol.style_2 a{display:flex;width:100%;position:relative;font-weight:500;gap:10px;justify-content:space-between;padding:15px 0;text-transform:none;text-decoration:none;letter-spacing:0px}ul.style_2 a:after,ol.style_2 a:after{content:"";font-family:icomoon;font-size:20px;font-weight:400;transform:rotate(-45deg);opacity:0;transition:opacity .2s ease}ul.style_2 a:before,ol.style_2 a:before{content:"";background:#fff;height:1px;width:100%;position:absolute;bottom:0;left:0;transition:width .5s ease;max-width:100%}ul.style_2 a:hover:after,ol.style_2 a:hover:after{opacity:1}ul.style_2 a:hover:before,ol.style_2 a:hover:before{width:140px}.elementor-widget-icon-list.style_2 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:5px;color:#fff;font-size:14px}.elementor-widget-icon-list.style_2 ul a{display:flex;width:100%;position:relative;font-weight:500;gap:10px;justify-content:space-between;padding:15px 0;text-transform:none;text-decoration:none;letter-spacing:0px}.elementor-widget-icon-list.style_2 ul a:after{content:"";font-family:icomoon;font-size:20px;font-weight:400;transform:rotate(-45deg);opacity:0;transition:opacity .2s ease}.elementor-widget-icon-list.style_2 ul a:before{content:"";background:#fff;height:1px;width:100%;position:absolute;bottom:0;left:0;transition:width .5s ease;max-width:100%}.elementor-widget-icon-list.style_2 ul a:hover:after{opacity:1}.elementor-widget-icon-list.style_2 ul a:hover:before{width:140px}.elementor-widget-icon-list.style_2 ul .elementor-icon-list-icon{display:none}.elementor-widget-ff-list.style_2 .ff-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:5px;color:#fff;font-size:14px}.elementor-widget-ff-list.style_2 .ff-list a{display:flex;width:100%;position:relative;font-weight:500;gap:10px;justify-content:space-between;padding:15px 0;text-transform:none;text-decoration:none;letter-spacing:0px}.elementor-widget-ff-list.style_2 .ff-list a:after{content:"";font-family:icomoon;font-size:20px;font-weight:400;transform:rotate(-45deg);opacity:0;transition:opacity .2s ease}.elementor-widget-ff-list.style_2 .ff-list a:before{content:"";background:#fff;height:1px;width:100%;position:absolute;bottom:0;left:0;transition:width .5s ease;max-width:100%}.elementor-widget-ff-list.style_2 .ff-list a:hover:after{opacity:1}.elementor-widget-ff-list.style_2 .ff-list a:hover:before{width:140px}ul.list_bullet,ol.list_bullet{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}ul.list_bullet>div,ul.list_bullet>li,ol.list_bullet>div,ol.list_bullet>li{position:relative;line-height:1.4;font-size:16px;font-weight:500;letter-spacing:0px;text-transform:initial;padding-left:20px}ul.list_bullet>div:before,ul.list_bullet>li:before,ol.list_bullet>div:before,ol.list_bullet>li:before{content:"";width:6px;height:6px;border-radius:50%;background:#000;position:absolute;top:8px;left:0}.elementor-widget-icon-list.list_bullet ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.elementor-widget-icon-list.list_bullet ul>div,.elementor-widget-icon-list.list_bullet ul>li{position:relative;line-height:1.4;font-size:16px;font-weight:500;letter-spacing:0px;text-transform:initial;padding-left:20px}.elementor-widget-icon-list.list_bullet ul>div:before,.elementor-widget-icon-list.list_bullet ul>li:before{content:"";width:6px;height:6px;border-radius:50%;background:#000;position:absolute;top:8px;left:0}.elementor-widget-icon-list.list_bullet ul .elementor-icon-list-icon{display:none}.elementor-widget-ff-list.list_bullet .ff-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.elementor-widget-ff-list.list_bullet .ff-list>div,.elementor-widget-ff-list.list_bullet .ff-list>li{position:relative;line-height:1.4;font-size:16px;font-weight:500;letter-spacing:0px;text-transform:initial;padding-left:20px}.elementor-widget-ff-list.list_bullet .ff-list>div:before,.elementor-widget-ff-list.list_bullet .ff-list>li:before{content:"";width:6px;height:6px;border-radius:50%;background:#000;position:absolute;top:8px;left:0}.ff-list-con{max-width:100%}.ff-list-con a:hover{text-decoration:underline}.ff-list-heading{margin:0 0 15px;font-weight:600;line-height:1.4;font-size:13px;letter-spacing:1px}.ff-list{display:flex;flex-direction:column;gap:10px}.ff-list .item-list{font-size:12px;font-weight:300;letter-spacing:1px}.ff_toggle_height_trigger{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.ff_toggle_height_trigger:after{content:"";font-family:icomoon;font-size:9px;font-weight:400;transform:rotate(90deg);transition:transform .4s ease}.ff_toggle_height_trigger.open:after{transform:rotate(-90deg)}.tabs_style_1.elementor-widget-n-tabs{--n-tabs-title-gap: 0;--n-tabs-title-border-radius: 8px;--n-tabs-heading-justify-content: center;--n-tabs-title-color: #000;--n-tabs-title-color-hover: #000000c2;--n-tabs-title-font-size: 14px;--n-tabs-title-background-color-active: #000}.tabs_style_1.elementor-widget-n-tabs .e-n-tabs-heading{background-color:var(--BACKGROUND-Neutral-BG, #f0f1f4);border-radius:8px;align-self:center;overflow:hidden}.tabs_style_2.elementor-widget-n-tabs{--n-tabs-title-background-color: transparent;--n-tabs-title-color: #00000070;--n-tabs-title-color-hover: #00000090;--n-tabs-title-color-active: var(--FONTS-BASE);--n-tabs-title-gap: 0;--n-tabs-title-font-size: 14px;--n-tabs-title-background-color-active: transparent;--n-tabs-title-background-color-hover: transparent}.tabs_style_2.elementor-widget-n-tabs .e-n-tab-title{border:none;border-bottom:3px solid #e2e5e7;border-radius:0;padding:15px 25px}.tabs_style_2.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]{border-color:var(--COLORS-PRIMARY, #2cc6fa)}.tabs_style_2.elementor-widget-n-tabs .e-n-tab-title:after{display:none}@media (max-width: 767px){.tabs_style_2.elementor-widget-n-tabs{--n-tabs-gap: 20px}.tabs_style_2.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{background:var(--STROKE-Stroke)!important;color:var(--FONTS-BASE);border:none}.tabs_style_2.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]:hover{background:inherit;color:var(--COLORS-PRIMARY)}.tabs_style_2.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]{background:var(--COLORS-PRIMARY)!important;color:var(--FONTS-WHITE)}.tabs_style_2.elementor-widget-n-tabs .e-n-tab-title{--n-tabs-title-justify-content-toggle: space-between;gap:10px;padding:13px 15px}.tabs_style_2.elementor-widget-n-tabs .e-n-tab-title:after{content:"";font-family:icomoon;font-size:20px;font-weight:400;width:initial;height:initial;background:none!important;position:relative;opacity:1;transform:rotate(90deg);transition:transform .3s ease;display:inline-block}.tabs_style_2.elementor-widget-n-tabs .e-n-tab-title.active:after,.tabs_style_2.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]:after{transform:rotate(-90deg)}}.form_style_1 .gform_wrapper.gravity-theme .gfield--type-select,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-textarea,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-phone,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-email,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-text{background:var(--FONTS-WHITE, #fff);padding:0;position:relative}.form_style_1 .gform_wrapper.gravity-theme .gfield--type-select .gfield_label,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-textarea .gfield_label,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-phone .gfield_label,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-email .gfield_label,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-text .gfield_label{margin:0;font-size:14px;opacity:.5;position:absolute;pointer-events:none;left:20px;top:10px;line-height:1;z-index:2}.form_style_1 .gform_wrapper.gravity-theme .gfield--type-select textarea,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-select input,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-textarea textarea,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-textarea input,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-phone textarea,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-phone input,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-email textarea,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-email input,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-text textarea,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-text input{padding:30px 20px 5px;min-height:auto;border:none;min-height:60px;border-radius:var(--SPACING-SYSTEM-Radius-Radius-xs, 8px);border:1px solid var(--FONTS-BASE, #000)}.form_style_1 .gform_wrapper.gravity-theme .gfield--type-select textarea::placeholder,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-select input::placeholder,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-textarea textarea::placeholder,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-textarea input::placeholder,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-phone textarea::placeholder,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-phone input::placeholder,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-email textarea::placeholder,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-email input::placeholder,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-text textarea::placeholder,.form_style_1 .gform_wrapper.gravity-theme .gfield--type-text input::placeholder{color:inherit}.gfield--type-select .ff_dropdown .trigger[data-has_value=false]{color:var(--FONTS-BASE)}.gfield--type-select .ff_dropdown.open .option.gf_placeholder{display:none}.form_style_1 .gform_wrapper.gravity-theme .ginput_container_textarea{line-height:0}.form_style_1 .gform_wrapper.gravity-theme .ginput_container_textarea textarea{line-height:1.8}.form_style_1 .gform_wrapper.gravity-theme .gform_footer{margin-top:20px}.form_style_1 .gform_wrapper.gravity-theme .gform_footer .gform_button{line-height:1!important}.form_style_1 .gform_wrapper.gravity-theme .ff_dropdown .trigger{min-height:60px;padding:30px 20px 5px}.form_style_1 .gform_wrapper.gravity-theme .gfield_error .ginput_container .ff_dropdown .trigger,.form_style_1 .gform_wrapper.gravity-theme .gfield_error .ginput_container input,.form_style_1 .gform_wrapper.gravity-theme .gfield_error .ginput_container textarea{border-color:var(--color-error, rgb(255, 69, 69))}.form_style_1 .validation_styling_1_wrapper .gfield_error .ginput_container_textarea:before,.form_style_1 .validation_styling_1_wrapper .gfield_error .ginput_container_email:before,.form_style_1 .validation_styling_1_wrapper .gfield_error .ginput_container_text:before{top:30px}.form_style_1 .validation_styling_1_wrapper .gfield_error .ginput_container_textarea input,.form_style_1 .validation_styling_1_wrapper .gfield_error .ginput_container_textarea textarea,.form_style_1 .validation_styling_1_wrapper .gfield_error .ginput_container_email input,.form_style_1 .validation_styling_1_wrapper .gfield_error .ginput_container_email textarea,.form_style_1 .validation_styling_1_wrapper .gfield_error .ginput_container_text input,.form_style_1 .validation_styling_1_wrapper .gfield_error .ginput_container_text textarea{padding-left:50px}.upsell_cta.e-con{--display: flex;--flex-direction: row;--flex-wrap: wrap;--justify-content: space-between;--align-items: center;--padding-top: 20px;--padding-bottom: 20px;--padding-left: 50px;--padding-right: 50px;border:1px solid var(--STROKE-Stroke, #e2e5e7);background-color:var(--BACKGROUND-Neutral-BG-2, #f8f9fc);border-radius:var(--SPACING-SYSTEM-Radius-Radius-s, 8px)}.upsell_cta.e-con.e-con{--flex-direction: row}.upsell_cta .elementor-heading-title{font-size:17px;font-weight:700}.grid-table{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.grid-table .classroom-grid{border:.5px solid var(--STROKE-Stroke);overflow:hidden}.grid-table .classroom-grid .elementor-widget-heading{padding:17px 25px;border-bottom:.5px solid rgba(0,0,0,.1);margin:0}.grid-table .classroom-grid .elementor-heading-title{font-size:14px;margin:0}.grid-table .classroom-grid .elementor-widget-heading:nth-child(3n+1),.grid-table .classroom-grid .elementor-widget-heading:nth-child(3n+2){border-right:.5px solid var(--STROKE-Stroke)}.ff_dropdown{font-weight:500;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:100%;width:100%;line-height:1.25;min-width:100px}.ff_dropdown .trigger{display:flex;align-items:center;cursor:pointer;gap:10px}.ff_dropdown .trigger:after{content:"";font-family:icomoon;font-size:20px;font-weight:400;margin-left:auto;flex-shrink:0;transition:transform .4s ease}.ff_dropdown .options{position:absolute;top:100%;margin-top:3px;width:100%;background:#fff;border:1px solid #000;padding:20px;border-radius:6px;display:flex;flex-direction:column;gap:8px;max-height:240px;overflow:auto;box-shadow:0 10px 17px -10px #0000001c;z-index:1000;animation:fade-in-top-10 .2s cubic-bezier(.39,.575,.565,1) both}.ff_dropdown .option:hover{text-decoration:underline}.ff_dropdown.open .trigger:after{transform:rotate(180deg)}.ginput_container_select .ff_dropdown .trigger{background:#fff;border-radius:var(--SPACING-SYSTEM-Radius-Radius-xs, 4px);border:1px solid #000;outline:none;padding:8px 14px;min-height:50px}.ginput_container_select .ff_dropdown .trigger:focus{border-color:var(--COLORS-PRIMARY, #2cc6fa)}.ff_dropdown .trigger[data-has_value=false]{color:#00000080}.item_team{overflow:hidden;width:100%;max-width:340px;position:relative;border-radius:16px;border:.812px solid var(--STROKE-Stroke);background:#fff;box-shadow:0 16px 40px #22222208,0 0 #9467d4;padding:55px 60px 110px;text-align:center;max-height:440px;outline:0 solid transparent}.item_team:after{content:"";background:url(/wp-content/uploads/2026/04/small-baloon.webp) no-repeat;background-size:cover;width:24px;height:37px;display:block;position:absolute;bottom:30px;left:0;right:0;margin:auto;transform:translateY(0);transition:transform .3s ease}.item_team .s1{max-width:210px;margin:auto}.item_team .s1 .image img{height:200px;object-fit:cover;border-radius:10px}.item_team .s2{margin-top:20px;font-size:18px;transform:translateY(0);transition:transform .3s ease-in-out}.item_team .s2 .title{line-height:1.66;margin-bottom:5px}.item_team .s2 .pos-role{font-family:var(--font-primary);font-weight:600;letter-spacing:-1px}.item_team:hover{outline:3px solid var(--LIGHT-PURPLE, #9467D4)}.item_team:hover:after{transform:translateY(-5px)}.item_team:hover .s2{transform:translateY(5px)}@media (max-width: 1024px){.item_team{max-width:315px}}@media (max-width: 1024px){.item_team{flex:1 1 280px;max-width:370px}}@media (max-width: 767px){.item_team{max-width:100%;padding:35px 30px 100px;text-align:center;max-height:auto}}.item_gallery{display:flex;flex-direction:column;position:relative;justify-content:space-between;border-radius:10px;overflow:hidden;padding:20px;font-size:14px}.item_gallery .image{position:absolute;top:0;left:0;width:100%;height:100%}.item_gallery .image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(177deg,#0000 1%,#000000b0 96%);opacity:.5;transition:opacity .7s ease}.item_gallery .image img{object-fit:cover}.item_gallery .category{color:var(--FONTS-WHITE);position:relative;font-family:var(--font-primary);font-size:13px;font-weight:600;text-transform:capitalize;transition:.3s ease;opacity:0;transform:translateY(-8px)}.item_gallery .s2{border-radius:10px;background:#fff;padding:10px;position:relative}.item_gallery .date{font-weight:400;display:flex;align-items:center;gap:12px;margin-bottom:10px;opacity:.6}.item_gallery .date:before{content:"";font-family:icomoon;font-size:inherit;font-weight:400}.item_gallery .title{margin:0;font-family:var(--font-primary);font-size:18px;font-weight:600;letter-spacing:-1px;min-height:42px}.item_gallery .excerpt{transition:max-height .4s ease,opacity .2s ease,margin .3s ease;max-height:0;margin-top:0;opacity:0;line-height:1.75}.item_gallery:hover .category{opacity:1}.item_gallery:hover .excerpt{max-height:50px;opacity:1;margin-top:20px}@media (max-width: 767px){.item_gallery .category{opacity:1}.item_gallery .excerpt{-webkit-line-clamp:1;max-height:50px;opacity:1;margin-top:20px}}.item-centre{overflow:hidden;border-radius:16px;border:1px solid var(--STROKE-Stroke, #E2E5E7);background:var(--FONTS-WHITE, #FFF);box-shadow:0 16px 40px #22222208}.item-centre .s1{position:relative;background:var(--COLORS-PRIMARY, #409);color:var(--FONTS-WHITE)}.item-centre .s1 .title a{font-weight:600;text-decoration:none;color:inherit;display:flex;padding:19px 20px;align-items:center}.item-centre .s1 .title a:before{content:"";background:url(/wp-content/uploads/2026/04/white-baloon.webp) no-repeat;background-size:cover;width:16px;height:24px;display:inline-block;position:relative;left:0;margin-right:15px;transition:left .3s ease}.item-centre .s1 .title a:hover:before{left:5px}.item-centre .s2{padding:22px 20px 25px}.item-centre .s2 .s2-a{display:flex;flex-direction:column;gap:10px;font-size:14px}.item-centre .s2 .s2-a .field{text-wrap:pretty}.item-centre .s2 .s2-a .field a{display:flex;align-items:baseline;gap:6px;text-decoration:none;color:inherit}.item-centre .s2 .s2-a .field a:hover{text-decoration:underline}.item-centre .s2 .s2-a .field .lbl{display:block;font-weight:600;margin-bottom:3px}.item-centre .s2 .s2-a .map{margin-top:10px}.item-centre .s2 .s2-a .map iframe{width:100%;border:0;display:block;height:180px;border-radius:5px}.item-centre .s2 .s2-b{margin-top:20px}.item-centre .s2 .s2-b .btn{width:100%}@media (max-width: 1024px){.item-centre .s2 .field-address{min-height:61px}}@media (max-width: 767px){.item-centre .s2 .field-address{min-height:auto}}.singles-info{border-radius:12px;background:var(--COLORS-PRIMARY, #409);color:var(--FONTS-WHITE);padding:20px;display:flex;gap:20px;justify-content:space-between}.singles-info .box-title{font-size:18px;font-weight:600;display:flex;align-items:center;margin-bottom:25px}.singles-info .box-title:before{content:"";background:url(/wp-content/uploads/2026/04/white-baloon.webp) no-repeat;background-size:cover;width:22px;height:34px;display:inline-block;position:relative;left:0;margin-right:15px;transition:left .3s ease;flex-shrink:0}.singles-info .info-items{display:flex;flex-wrap:wrap;gap:24px 40px;font-size:14px;font-weight:600;line-height:1.75}.singles-info .info-items .item{flex:1 1 auto;min-width:120px;display:flex;flex-direction:column;gap:5px}.singles-info .info-items .item .lbl{font-weight:400}.singles-info .info-items .item a{text-decoration:underline}.singles-info .info-items .item a:hover{text-decoration:none}.singles-info .info-items .item.address{max-width:200px}.singles-info .info-items .item.hours{max-width:350px}.singles-info .info-items .item .hours-row{display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;gap:20px;line-height:2}.singles-info .s2{max-width:300px;flex-shrink:0}.singles-info .s2 iframe{height:300px;border-radius:12px}@media (max-width: 1024px){.singles-info .info-items{gap:24px}.singles-info .s2 iframe{height:100%}}@media (max-width: 1023px){.singles-info .info-items .item.address{max-width:100%}}@media (max-width: 767px){.singles-info{flex-direction:column;gap:30px;padding:20px 15px}.singles-info .info-items{flex-direction:column;gap:15px}.singles-info .s2{max-width:100%}}.item_career{overflow:hidden;width:100%;max-width:464px;position:relative;border-radius:16px;border:.812px solid var(--STROKE-Stroke);background:#fff;box-shadow:0 16px 40px #22222208,0 0 #9467d4;padding:0;outline:0 solid transparent}.item_career .s1{padding:24px;min-height:180px}.item_career .s1 .title{font-family:var(--font-primary);font-size:18px;font-weight:600;line-height:1.22;margin-bottom:20px}.item_career .s1 .excerpt{font-size:14px;line-height:1.57}.item_career .s2{padding:24px;background-color:var(--COLORS-PRIMARY);color:#fff}.item_career .s2 .meta{display:flex;flex-direction:column;gap:15px;font-size:14px;font-weight:600}.item_career .s2 .meta .box{display:flex;justify-content:space-between;gap:15px}.item_career .btn{background:#fff;color:var(--FONTS-BASE, #222);border:0px;margin-top:20px}.item_career .btn:hover{background:var(--COLORS-SECONDARY);color:#fff}@media (max-width: 1024px){.item_career{border-radius:10px}.item_career .s1{padding:18px}.item_career .s1 .title{font-size:16px;margin-bottom:10px}.item_career .s2{padding:18px}.item_career .s2 .meta{gap:10px}}.career-metas{width:100%;padding:38px;border-radius:12px;border:1px solid var(--STROKE-Stroke, #E2E5E7);background:#fff;box-shadow:0 16px 40px #22222208}.career-metas .wrap{width:100%;display:flex;align-items:center;justify-content:space-between}.career-metas .wrap .left{display:flex;flex-wrap:wrap;gap:10px 40px}.career-metas .wrap .right{min-width:230px;text-align:right}.career-metas .wrap .label{font-family:var(--font-primary);font-size:13px;margin-bottom:5px;font-weight:600}.career-metas .wrap .value{font-size:16px}@media (max-width: 1200px){.career-metas{padding:20px}.career-metas .wrap .left{gap:10px 20px}.career-metas .wrap .value{font-size:15px}}@media (max-width: 767px){.career-metas .wrap{align-items:center;justify-content:center;flex-direction:column}.career-metas .wrap .left{flex-direction:column;justify-content:center;align-items:center;gap:10px 10px;text-align:center;margin-bottom:20px}.career-metas .wrap .right{text-align:center}}.item_curriculum{display:flex;overflow:hidden;margin-bottom:20px;border-radius:var(--SPACING-SYSTEM-Radius-Radius-l, 16px);border:1px solid var(--STROKE-Stroke, #E2E5E7);background:#fff;box-shadow:0 16px 40px #22222208;min-height:255px}.item_curriculum .s1{background:var(--COLORS-PRIMARY);display:flex;align-items:center;justify-content:flex-start;padding:35px 30px 35px 44px;min-width:360px;width:360px}.item_curriculum .s1 .title{color:var(--FONTS-WHITE);font-family:var(--font-primary);font-size:30px;font-style:normal;font-weight:600;line-height:1.2;letter-spacing:-1px;margin:0}.item_curriculum .s2{padding:35px 40px 35px 47px;display:flex;flex-direction:column;gap:25px;justify-content:center}.item_curriculum .s2 .excerpt{font-size:14px;font-style:normal;font-weight:400;line-height:1.57}.item_curriculum .s2 .btn{width:fit-content}@media (max-width: 1023px){.item_curriculum{flex-direction:column}.item_curriculum .s1{width:100%;min-width:unset;display:block;padding:0}.item_curriculum .s1 .title a{display:block;padding:30px}.item_curriculum .s2{padding:30px}}@media (max-width: 767px){.item_curriculum .s1{width:100%;min-width:unset}.item_curriculum .s1 .title{font-size:20px}.item_curriculum .s1 .title a{padding:15px 20px 15px 22px}.item_curriculum .s2{padding:20px}}.ff-curriculum .ff_query:before{content:"";position:absolute;max-width:514.003px;width:100%;height:90%;border-radius:1249px;opacity:.8;background:#a383e8;filter:blur(113.6094665527px);z-index:-1;margin:auto;top:0;bottom:0;left:0;right:0;opacity:.3}.item_enrolment{display:flex;flex-direction:column;position:relative;justify-content:space-between;border-radius:10px;overflow:hidden;padding:60px;font-size:14px}.item_enrolment .image{position:absolute;top:0;left:0;width:100%;height:100%}.item_enrolment .image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--SPACING-SYSTEM-Radius-Radius-s, 8px);background:linear-gradient(0deg,#0006,#0006);opacity:1;transition:opacity .7s ease}.item_enrolment .image img{object-fit:cover}.item_enrolment .title{margin:0;font-family:var(--font-primary);color:var(--FONTS-WHITE, #FFF);font-size:22px;font-weight:600;line-height:1.18;letter-spacing:-1px;text-align:center;transform:translateY(40px);transition:all .4s ease}.item_enrolment .excerpt{transition:max-height .4s ease,opacity .2s ease,margin .3s ease;max-height:0;margin-top:0;opacity:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.57;color:#fff;text-align:center}.item_enrolment .s1{z-index:2;gap:32px;display:flex;justify-content:center;align-items:center;height:100%;flex-direction:column}.item_enrolment .s2{z-index:2;text-align:center;transition:max-height .4s ease,opacity .2s ease,margin .3s ease;max-height:0;margin-top:0;opacity:0}.item_enrolment:hover .excerpt{max-height:110px;opacity:1}.item_enrolment:hover .s2{max-height:50px;opacity:1}.item_enrolment:hover .title{transform:translateY(0)}@media (max-width: 767px){.item_enrolment .category{opacity:1}.item_enrolment .excerpt{max-height:100%;opacity:1;margin-bottom:20px}.item_enrolment .s1{gap:20px}.item_enrolment .s2{max-height:50px;opacity:1}.item_enrolment .title{transform:translateY(0)}}body.internal:not(.elementor-page) .page_main{width:1454px;max-width:100%;padding:80px 12px;margin:auto}div.gallery-grid .e-gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:180px;gap:24px;min-height:200px;margin-bottom:80px}@media (max-width: 1210px){div.gallery-grid .e-gallery-grid{gap:20px;grid-auto-rows:150px}}@media (max-width: 1023px){div.gallery-grid .e-gallery-grid{gap:10px;grid-auto-rows:100px}}@media (max-width: 767px){div.gallery-grid .e-gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:100px;gap:12px}}div.gallery-grid .e-gallery-grid>.e-gallery-item{grid-column:span 2;grid-row:span 2;transition:opacity .3s ease,transform .3s ease;border-radius:10px}div.gallery-grid .e-gallery-grid>.e-gallery-item div{width:100%;height:100%}@media (max-width: 767px){div.gallery-grid .e-gallery-grid>.e-gallery-item{grid-row:span 2}}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(8n+1){grid-row:span 1}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(8n+4){grid-row:span 1}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(8n+7){grid-row:span 1}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(8n+8){grid-row:span 1}@media (max-width: 767px){div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(8n+1){grid-row:span 2}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(8n+4){grid-row:span 2}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(8n+7){grid-row:span 2}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(8n+8){grid-row:span 2}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(6n+1){grid-row:span 1}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(6n+3){grid-row:span 1}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(6n+5){grid-row:span 1}div.gallery-grid .e-gallery-grid>.e-gallery-item:nth-child(6n+6){grid-row:span 1}}.tabs_to_dd_wrap{margin-bottom:var(--n-tabs-gap, 30px)}.tabs_to_dd_wrap .ff_dropdown .trigger{background:var(--FONTS-WHITE);border:1px solid var(--STROKE-Stroke);border-radius:600px;box-shadow:0 16px 40px #22222208;padding:14px 20px;min-height:60px;transition:border-radius .2s cubic-bezier(.4,0,.2,1),border-color .3s ease-in-out}.tabs_to_dd_wrap .ff_dropdown.open .trigger{border-radius:6px 6px 0 0;border-color:#000;border-bottom:0}.tabs_to_dd_wrap .ff_dropdown.open .options{margin-top:0;border-radius:0 0 6px 6px;border-top:0;padding-top:10px}@media (max-width: 767px){.tabs-dd-mobile>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width: 768px){.tabs-dd-mobile .tabs_to_dd_wrap{display:none}}
