/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
Version: 1.0.0
*/
/* For Quiz */
 .navigator__item {
     align-items: center;
     background: #f3f3f3;
     border-top: 1px solid #dcdcdc;
     color: #525f7f;
     display: none;
     font-weight: 500;
     height: 50px;
     padding-left: 15px;
     text-transform: uppercase;
     transition: background .3s ease-out;
     width: 100% 
}
 @media screen and (min-width:768px) {
     .navigator__item {
         display: flex;
         text-transform: none 
    }
}
 .navigator__item:hover {
     background: #fff;
     color: #525f7f 
}
 .navigator__item:focus {
     color: #525f7f 
}
 .navigator__item.is-active {
     background: #fff;
     display: flex 
}
 @media screen and (min-width:768px) {
     .navigator__item.is-active {
         color: #f9661c 
    }
}
 .navigator__item.is-active i {
     opacity: 1 
}
 .navigator__item.is-checked .navigator__arrow {
     display: flex 
}
 @media screen and (min-width:768px) {
     .navigator__item.is-checked .navigator__arrow {
         background: #5cb960 
    }
}
 .navigator__item.is-checked i {
     visibility: visible 
}
 @media screen and (min-width:768px) {
     .navigator__item.is-checked i {
         opacity: 1 
    }
}
 .navigator__item.is-checked i:before {
     content: "" 
}
 .navigator__item.is-active.is-checked i {
     opacity: 1 
}
 .navigator__arrow {
     align-items: center;
     justify-content: center;
     display: none;
     flex-grow: 0;
     flex-shrink: 0;
     height: 50px;
     text-align: center;
     width: 35px 
}
 @media screen and (min-width:768px) {
     .navigator__arrow {
         display: flex;
         height: 50px;
         order: 2;
         width: 30px 
    }
}
 @media screen and (min-width:992px) {
     .navigator__arrow {
         width: 50px 
    }
}
 .navigator__arrow i {
     color: #5cb960;
     font-size: 20px;
     left: -5px;
     margin: 0 auto;
     position: relative;
     visibility: hidden 
}
 @media screen and (min-width:768px) {
     .navigator__arrow i {
         color: #fff;
         font-size: 15px;
         left: 0;
         opacity: .4;
         visibility: visible 
    }
}
 @media screen and (min-width:992px) {
     .navigator__arrow i {
         font-size: 20px 
    }
}
 .navigator__label {
     font-size: 12px;
     font-weight: 600;
     max-width: calc(100% - 80px) 
}
 @media screen and (min-width:768px) {
     .navigator__label {
         font-size: 13px;
         max-width: 100%;
         padding: 0 10px 0 0;
         width: 100% 
    }
}
 @media screen and (min-width:992px) {
     .navigator__label {
         font-size: .97rem 
    }
}
 @media screen and (min-width:768px) {
     .navigator__item--0 .navigator__arrow {
         background-color: #f95c0d 
    }
     .navigator__item--1 .navigator__arrow {
         background-color: #f05506 
    }
     .navigator__item--2 .navigator__arrow {
         background-color: #e14f06 
    }
     .navigator__item--3 .navigator__arrow {
         background-color: #d24a06 
    }
     .navigator__item--4 .navigator__arrow {
         background-color: #c34505 
    }
     .navigator__item--5 .navigator__arrow {
         background-color: #b44005 
    }
     .navigator__item--6 .navigator__arrow {
         background-color: #a63a04 
    }
     .navigator__item--7 .navigator__arrow {
         background-color: #973504 
    }
     .navigator__item--8 .navigator__arrow {
         background-color: #883004 
    }
     .navigator__item--9 .navigator__arrow {
         background-color: #792b03 
    }
     .navigator__item--10 .navigator__arrow {
         background-color: #6a2503 
    }
     .navigator__item--11 .navigator__arrow {
         background-color: #5b2002 
    }
     .navigator__item--12 .navigator__arrow {
         background-color: #4c1b02 
    }
     .navigator__item--13 .navigator__arrow {
         background-color: #3d1602 
    }
     .navigator__item--14 .navigator__arrow {
         background-color: #2e1001 
    }
     .navigator__item--15 .navigator__arrow {
         background-color: #1f0b01 
    }
     .navigator__item--16 .navigator__arrow {
         background-color: #100600 
    }
     .navigator__item--17 .navigator__arrow {
         background-color: #020100 
    }
     .navigator__item--18 .navigator__arrow, .navigator__item--19 .navigator__arrow, .navigator__item--20 .navigator__arrow {
         background-color: #000 
    }
}
 .navigator__arrow .elementor-icon {
     font-size: 32px;
}
 .navigator__arrow .elementor-icon svg {
     color: #FFF;
     fill: #FFF;
}
 .modal-open {
     overflow: hidden 
}
 .modal-open .modal {
     overflow-x: hidden;
     overflow-y: auto 
}
 .modal {
     display: none;
     height: 100%;
     left: 0;
     outline: 0;
     overflow: hidden;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1050 
}
 .modal-dialog {
     margin: .5rem;
     pointer-events: none;
     position: relative;
     width: auto 
}
 .modal.fade .modal-dialog {
     transform: translateY(-50px);
     transition: transform .3s ease-out 
}
 @media(prefers-reduced-motion:reduce) {
     .modal.fade .modal-dialog {
         transition: none 
    }
}
 .modal.show .modal-dialog {
     transform: none 
}
 .modal.modal-static .modal-dialog {
     transform: scale(1.02) 
}
 .modal-dialog-scrollable {
     display: flex;
     max-height: calc(100% - 1rem) 
}
 .modal-dialog-scrollable .modal-content {
     max-height: calc(100vh - 1rem);
     overflow: hidden 
}
 .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
     flex-shrink: 0 
}
 .modal-dialog-scrollable .modal-body {
     overflow-y: auto 
}
 .modal-dialog-centered {
     align-items: center;
     display: flex;
     min-height: calc(100% - 1rem) 
}
 .modal-dialog-centered:before {
     content: "";
     display: block;
     height: calc(100vh - 1rem);
     height: -webkit-min-content;
     height: -moz-min-content;
     height: min-content 
}
 .modal-dialog-centered.modal-dialog-scrollable {
     flex-direction: column;
     height: 100%;
     justify-content: center 
}
 .modal-dialog-centered.modal-dialog-scrollable .modal-content {
     max-height: none 
}
 .modal-dialog-centered.modal-dialog-scrollable:before {
     content: none 
}
 .modal-content {
     background-clip: padding-box;
     background-color: #fff;
     border: 1px solid rgba(0, 0, 0, .2);
     border-radius: .3rem;
     display: flex;
     flex-direction: column;
     outline: 0;
     pointer-events: auto;
     position: relative;
     width: 100% 
}
 .modal-backdrop {
     background-color: #000;
     height: 100vh;
     left: 0;
     position: fixed;
     top: 0;
     width: 100vw;
     z-index: 1040 
}
 .modal-backdrop.fade {
     opacity: 0 
}
 .modal-backdrop.show {
     opacity: .5 
}
 .modal-header {
     align-items: flex-start;
     border-bottom: 1px solid #dee2e6;
     border-top-left-radius: calc(.3rem - 1px);
     border-top-right-radius: calc(.3rem - 1px);
     display: flex;
     justify-content: space-between;
     padding: 1rem 
}
 .modal-header .close {
     margin: -1rem -1rem -1rem auto;
     padding: 1rem 
}
 .modal-title {
     line-height: 1.65;
     margin-bottom: 0 
}
 .modal-body {
     flex: 1 1 auto;
     padding: 1rem;
     position: relative 
}
 .modal-footer {
     align-items: center;
     border-bottom-left-radius: calc(.3rem - 1px);
     border-bottom-right-radius: calc(.3rem - 1px);
     border-top: 1px solid #dee2e6;
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-end;
     padding: .75rem 
}
 .modal-footer>* {
     margin: .25rem 
}
 .modal-scrollbar-measure {
     height: 50px;
     overflow: scroll;
     position: absolute;
     top: -9999px;
     width: 50px 
}
 @media(min-width:576px) {
     .modal-dialog {
         margin: 1.75rem auto;
         max-width: 500px 
    }
     .modal-dialog-scrollable {
         max-height: calc(100% - 3.5rem) 
    }
     .modal-dialog-scrollable .modal-content {
         max-height: calc(100vh - 3.5rem) 
    }
     .modal-dialog-centered {
         min-height: calc(100% - 3.5rem) 
    }
     .modal-dialog-centered:before {
         height: calc(100vh - 3.5rem);
         height: -webkit-min-content;
         height: -moz-min-content;
         height: min-content 
    }
     .modal-sm {
         max-width: 300px 
    }
}
 @media(min-width:992px) {
     .modal-lg, .modal-xl {
         max-width: 800px 
    }
}
 @media(min-width:1200px) {
     .modal-xl {
         max-width: 1140px 
    }
}
 .container, .container-fluid, .container-xl {
     margin-left: auto;
     margin-right: auto;
     padding-left: 15px;
     padding-right: 15px;
     width: 100% 
}
 @media(min-width:1200px) {
     .container, .container-lg, .container-md, .container-sm, .container-xl {
         max-width: 1170px 
    }
}
 .row {
     display: flex;
     flex-wrap: wrap;
     margin-left: -15px;
     margin-right: -15px 
}
 .no-gutters {
     margin-left: 0;
     margin-right: 0 
}
 .no-gutters>.col, .no-gutters>[class*=col-] {
     padding-left: 0;
     padding-right: 0 
}
 .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
     padding-left: 15px;
     padding-right: 15px;
     position: relative;
     width: 100% 
}
 .col {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100% 
}
 .row-cols-1>* {
     flex: 0 0 100%;
     max-width: 100% 
}
 .row-cols-2>* {
     flex: 0 0 50%;
     max-width: 50% 
}
 .row-cols-3>* {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333% 
}
 .row-cols-4>* {
     flex: 0 0 25%;
     max-width: 25% 
}
 .row-cols-5>* {
     flex: 0 0 20%;
     max-width: 20% 
}
 .row-cols-6>* {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667% 
}
 .col-auto {
     flex: 0 0 auto;
     max-width: 100%;
     width: auto 
}
 .col-1 {
     flex: 0 0 8.33333333%;
     max-width: 8.33333333% 
}
 .col-2 {
     flex: 0 0 16.66666667%;
     max-width: 16.66666667% 
}
 .col-3 {
     flex: 0 0 25%;
     max-width: 25% 
}
 .col-4 {
     flex: 0 0 33.33333333%;
     max-width: 33.33333333% 
}
 .col-5 {
     flex: 0 0 41.66666667%;
     max-width: 41.66666667% 
}
 .col-6 {
     flex: 0 0 50%;
     max-width: 50% 
}
 .col-7 {
     flex: 0 0 58.33333333%;
     max-width: 58.33333333% 
}
 .col-8 {
     flex: 0 0 66.66666667%;
     max-width: 66.66666667% 
}
 .col-9 {
     flex: 0 0 75%;
     max-width: 75% 
}
 .col-10 {
     flex: 0 0 83.33333333%;
     max-width: 83.33333333% 
}
 .col-11 {
     flex: 0 0 91.66666667%;
     max-width: 91.66666667% 
}
 .col-12 {
     flex: 0 0 100%;
     max-width: 100% 
}
 .order-first {
     order: -1 
}
 .order-last {
     order: 13 
}
 .order-0 {
     order: 0 
}
 .order-1 {
     order: 1 
}
 .order-2 {
     order: 2 
}
 .order-3 {
     order: 3 
}
 .order-4 {
     order: 4 
}
 .order-5 {
     order: 5 
}
 .order-6 {
     order: 6 
}
 .order-7 {
     order: 7 
}
 .order-8 {
     order: 8 
}
 .order-9 {
     order: 9 
}
 .order-10 {
     order: 10 
}
 .order-11 {
     order: 11 
}
 .order-12 {
     order: 12 
}
 .offset-1 {
     margin-left: 8.33333333% 
}
 .offset-2 {
     margin-left: 16.66666667% 
}
 .offset-3 {
     margin-left: 25% 
}
 .offset-4 {
     margin-left: 33.33333333% 
}
 .offset-5 {
     margin-left: 41.66666667% 
}
 .offset-6 {
     margin-left: 50% 
}
 .offset-7 {
     margin-left: 58.33333333% 
}
 .offset-8 {
     margin-left: 66.66666667% 
}
 .offset-9 {
     margin-left: 75% 
}
 .offset-10 {
     margin-left: 83.33333333% 
}
 .offset-11 {
     margin-left: 91.66666667% 
}
 @media(min-width:576px) {
     .col-sm {
         flex-basis: 0;
         flex-grow: 1;
         max-width: 100% 
    }
     .row-cols-sm-1>* {
         flex: 0 0 100%;
         max-width: 100% 
    }
     .row-cols-sm-2>* {
         flex: 0 0 50%;
         max-width: 50% 
    }
     .row-cols-sm-3>* {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333% 
    }
     .row-cols-sm-4>* {
         flex: 0 0 25%;
         max-width: 25% 
    }
     .row-cols-sm-5>* {
         flex: 0 0 20%;
         max-width: 20% 
    }
     .row-cols-sm-6>* {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667% 
    }
     .col-sm-auto {
         flex: 0 0 auto;
         max-width: 100%;
         width: auto 
    }
     .col-sm-1 {
         flex: 0 0 8.33333333%;
         max-width: 8.33333333% 
    }
     .col-sm-2 {
         flex: 0 0 16.66666667%;
         max-width: 16.66666667% 
    }
     .col-sm-3 {
         flex: 0 0 25%;
         max-width: 25% 
    }
     .col-sm-4 {
         flex: 0 0 33.33333333%;
         max-width: 33.33333333% 
    }
     .col-sm-5 {
         flex: 0 0 41.66666667%;
         max-width: 41.66666667% 
    }
     .col-sm-6 {
         flex: 0 0 50%;
         max-width: 50% 
    }
     .col-sm-7 {
         flex: 0 0 58.33333333%;
         max-width: 58.33333333% 
    }
     .col-sm-8 {
         flex: 0 0 66.66666667%;
         max-width: 66.66666667% 
    }
     .col-sm-9 {
         flex: 0 0 75%;
         max-width: 75% 
    }
     .col-sm-10 {
         flex: 0 0 83.33333333%;
         max-width: 83.33333333% 
    }
     .col-sm-11 {
         flex: 0 0 91.66666667%;
         max-width: 91.66666667% 
    }
     .col-sm-12 {
         flex: 0 0 100%;
         max-width: 100% 
    }
     .order-sm-first {
         order: -1 
    }
     .order-sm-last {
         order: 13 
    }
     .order-sm-0 {
         order: 0 
    }
     .order-sm-1 {
         order: 1 
    }
     .order-sm-2 {
         order: 2 
    }
     .order-sm-3 {
         order: 3 
    }
     .order-sm-4 {
         order: 4 
    }
     .order-sm-5 {
         order: 5 
    }
     .order-sm-6 {
         order: 6 
    }
     .order-sm-7 {
         order: 7 
    }
     .order-sm-8 {
         order: 8 
    }
     .order-sm-9 {
         order: 9 
    }
     .order-sm-10 {
         order: 10 
    }
     .order-sm-11 {
         order: 11 
    }
     .order-sm-12 {
         order: 12 
    }
     .offset-sm-0 {
         margin-left: 0 
    }
     .offset-sm-1 {
         margin-left: 8.33333333% 
    }
     .offset-sm-2 {
         margin-left: 16.66666667% 
    }
     .offset-sm-3 {
         margin-left: 25% 
    }
     .offset-sm-4 {
         margin-left: 33.33333333% 
    }
     .offset-sm-5 {
         margin-left: 41.66666667% 
    }
     .offset-sm-6 {
         margin-left: 50% 
    }
     .offset-sm-7 {
         margin-left: 58.33333333% 
    }
     .offset-sm-8 {
         margin-left: 66.66666667% 
    }
     .offset-sm-9 {
         margin-left: 75% 
    }
     .offset-sm-10 {
         margin-left: 83.33333333% 
    }
     .offset-sm-11 {
         margin-left: 91.66666667% 
    }
}
 @media(min-width:768px) {
     .col-md {
         flex-basis: 0;
         flex-grow: 1;
         max-width: 100% 
    }
     .row-cols-md-1>* {
         flex: 0 0 100%;
         max-width: 100% 
    }
     .row-cols-md-2>* {
         flex: 0 0 50%;
         max-width: 50% 
    }
     .row-cols-md-3>* {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333% 
    }
     .row-cols-md-4>* {
         flex: 0 0 25%;
         max-width: 25% 
    }
     .row-cols-md-5>* {
         flex: 0 0 20%;
         max-width: 20% 
    }
     .row-cols-md-6>* {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667% 
    }
     .col-md-auto {
         flex: 0 0 auto;
         max-width: 100%;
         width: auto 
    }
     .col-md-1 {
         flex: 0 0 8.33333333%;
         max-width: 8.33333333% 
    }
     .col-md-2 {
         flex: 0 0 16.66666667%;
         max-width: 16.66666667% 
    }
     .col-md-3 {
         flex: 0 0 25%;
         max-width: 25% 
    }
     .col-md-4 {
         flex: 0 0 33.33333333%;
         max-width: 33.33333333% 
    }
     .col-md-5 {
         flex: 0 0 41.66666667%;
         max-width: 41.66666667% 
    }
     .col-md-6 {
         flex: 0 0 50%;
         max-width: 50% 
    }
     .col-md-7 {
         flex: 0 0 58.33333333%;
         max-width: 58.33333333% 
    }
     .col-md-8 {
         flex: 0 0 66.66666667%;
         max-width: 66.66666667% 
    }
     .col-md-9 {
         flex: 0 0 75%;
         max-width: 75% 
    }
     .col-md-10 {
         flex: 0 0 83.33333333%;
         max-width: 83.33333333% 
    }
     .col-md-11 {
         flex: 0 0 91.66666667%;
         max-width: 91.66666667% 
    }
     .col-md-12 {
         flex: 0 0 100%;
         max-width: 100% 
    }
     .order-md-first {
         order: -1 
    }
     .order-md-last {
         order: 13 
    }
     .order-md-0 {
         order: 0 
    }
     .order-md-1 {
         order: 1 
    }
     .order-md-2 {
         order: 2 
    }
     .order-md-3 {
         order: 3 
    }
     .order-md-4 {
         order: 4 
    }
     .order-md-5 {
         order: 5 
    }
     .order-md-6 {
         order: 6 
    }
     .order-md-7 {
         order: 7 
    }
     .order-md-8 {
         order: 8 
    }
     .order-md-9 {
         order: 9 
    }
     .order-md-10 {
         order: 10 
    }
     .order-md-11 {
         order: 11 
    }
     .order-md-12 {
         order: 12 
    }
     .offset-md-0 {
         margin-left: 0 
    }
     .offset-md-1 {
         margin-left: 8.33333333% 
    }
     .offset-md-2 {
         margin-left: 16.66666667% 
    }
     .offset-md-3 {
         margin-left: 25% 
    }
     .offset-md-4 {
         margin-left: 33.33333333% 
    }
     .offset-md-5 {
         margin-left: 41.66666667% 
    }
     .offset-md-6 {
         margin-left: 50% 
    }
     .offset-md-7 {
         margin-left: 58.33333333% 
    }
     .offset-md-8 {
         margin-left: 66.66666667% 
    }
     .offset-md-9 {
         margin-left: 75% 
    }
     .offset-md-10 {
         margin-left: 83.33333333% 
    }
     .offset-md-11 {
         margin-left: 91.66666667% 
    }
}
 @media(min-width:992px) {
     .col-lg {
         flex-basis: 0;
         flex-grow: 1;
         max-width: 100% 
    }
     .row-cols-lg-1>* {
         flex: 0 0 100%;
         max-width: 100% 
    }
     .row-cols-lg-2>* {
         flex: 0 0 50%;
         max-width: 50% 
    }
     .row-cols-lg-3>* {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333% 
    }
     .row-cols-lg-4>* {
         flex: 0 0 25%;
         max-width: 25% 
    }
     .row-cols-lg-5>* {
         flex: 0 0 20%;
         max-width: 20% 
    }
     .row-cols-lg-6>* {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667% 
    }
     .col-lg-auto {
         flex: 0 0 auto;
         max-width: 100%;
         width: auto 
    }
     .col-lg-1 {
         flex: 0 0 8.33333333%;
         max-width: 8.33333333% 
    }
     .col-lg-2 {
         flex: 0 0 16.66666667%;
         max-width: 16.66666667% 
    }
     .col-lg-3 {
         flex: 0 0 25%;
         max-width: 25% 
    }
     .col-lg-4 {
         flex: 0 0 33.33333333%;
         max-width: 33.33333333% 
    }
     .col-lg-5 {
         flex: 0 0 41.66666667%;
         max-width: 41.66666667% 
    }
     .col-lg-6 {
         flex: 0 0 50%;
         max-width: 50% 
    }
     .col-lg-7 {
         flex: 0 0 58.33333333%;
         max-width: 58.33333333% 
    }
     .col-lg-8 {
         flex: 0 0 66.66666667%;
         max-width: 66.66666667% 
    }
     .col-lg-9 {
         flex: 0 0 75%;
         max-width: 75% 
    }
     .col-lg-10 {
         flex: 0 0 83.33333333%;
         max-width: 83.33333333% 
    }
     .col-lg-11 {
         flex: 0 0 91.66666667%;
         max-width: 91.66666667% 
    }
     .col-lg-12 {
         flex: 0 0 100%;
         max-width: 100% 
    }
     .order-lg-first {
         order: -1 
    }
     .order-lg-last {
         order: 13 
    }
     .order-lg-0 {
         order: 0 
    }
     .order-lg-1 {
         order: 1 
    }
     .order-lg-2 {
         order: 2 
    }
     .order-lg-3 {
         order: 3 
    }
     .order-lg-4 {
         order: 4 
    }
     .order-lg-5 {
         order: 5 
    }
     .order-lg-6 {
         order: 6 
    }
     .order-lg-7 {
         order: 7 
    }
     .order-lg-8 {
         order: 8 
    }
     .order-lg-9 {
         order: 9 
    }
     .order-lg-10 {
         order: 10 
    }
     .order-lg-11 {
         order: 11 
    }
     .order-lg-12 {
         order: 12 
    }
     .offset-lg-0 {
         margin-left: 0 
    }
     .offset-lg-1 {
         margin-left: 8.33333333% 
    }
     .offset-lg-2 {
         margin-left: 16.66666667% 
    }
     .offset-lg-3 {
         margin-left: 25% 
    }
     .offset-lg-4 {
         margin-left: 33.33333333% 
    }
     .offset-lg-5 {
         margin-left: 41.66666667% 
    }
     .offset-lg-6 {
         margin-left: 50% 
    }
     .offset-lg-7 {
         margin-left: 58.33333333% 
    }
     .offset-lg-8 {
         margin-left: 66.66666667% 
    }
     .offset-lg-9 {
         margin-left: 75% 
    }
     .offset-lg-10 {
         margin-left: 83.33333333% 
    }
     .offset-lg-11 {
         margin-left: 91.66666667% 
    }
}
 @media(min-width:1200px) {
     .col-xl {
         flex-basis: 0;
         flex-grow: 1;
         max-width: 100% 
    }
     .row-cols-xl-1>* {
         flex: 0 0 100%;
         max-width: 100% 
    }
     .row-cols-xl-2>* {
         flex: 0 0 50%;
         max-width: 50% 
    }
     .row-cols-xl-3>* {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333% 
    }
     .row-cols-xl-4>* {
         flex: 0 0 25%;
         max-width: 25% 
    }
     .row-cols-xl-5>* {
         flex: 0 0 20%;
         max-width: 20% 
    }
     .row-cols-xl-6>* {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667% 
    }
     .col-xl-auto {
         flex: 0 0 auto;
         max-width: 100%;
         width: auto 
    }
     .col-xl-1 {
         flex: 0 0 8.33333333%;
         max-width: 8.33333333% 
    }
     .col-xl-2 {
         flex: 0 0 16.66666667%;
         max-width: 16.66666667% 
    }
     .col-xl-3 {
         flex: 0 0 25%;
         max-width: 25% 
    }
     .col-xl-4 {
         flex: 0 0 33.33333333%;
         max-width: 33.33333333% 
    }
     .col-xl-5 {
         flex: 0 0 41.66666667%;
         max-width: 41.66666667% 
    }
     .col-xl-6 {
         flex: 0 0 50%;
         max-width: 50% 
    }
     .col-xl-7 {
         flex: 0 0 58.33333333%;
         max-width: 58.33333333% 
    }
     .col-xl-8 {
         flex: 0 0 66.66666667%;
         max-width: 66.66666667% 
    }
     .col-xl-9 {
         flex: 0 0 75%;
         max-width: 75% 
    }
     .col-xl-10 {
         flex: 0 0 83.33333333%;
         max-width: 83.33333333% 
    }
     .col-xl-11 {
         flex: 0 0 91.66666667%;
         max-width: 91.66666667% 
    }
     .col-xl-12 {
         flex: 0 0 100%;
         max-width: 100% 
    }
     .order-xl-first {
         order: -1 
    }
     .order-xl-last {
         order: 13 
    }
     .order-xl-0 {
         order: 0 
    }
     .order-xl-1 {
         order: 1 
    }
     .order-xl-2 {
         order: 2 
    }
     .order-xl-3 {
         order: 3 
    }
     .order-xl-4 {
         order: 4 
    }
     .order-xl-5 {
         order: 5 
    }
     .order-xl-6 {
         order: 6 
    }
     .order-xl-7 {
         order: 7 
    }
     .order-xl-8 {
         order: 8 
    }
     .order-xl-9 {
         order: 9 
    }
     .order-xl-10 {
         order: 10 
    }
     .order-xl-11 {
         order: 11 
    }
     .order-xl-12 {
         order: 12 
    }
     .offset-xl-0 {
         margin-left: 0 
    }
     .offset-xl-1 {
         margin-left: 8.33333333% 
    }
     .offset-xl-2 {
         margin-left: 16.66666667% 
    }
     .offset-xl-3 {
         margin-left: 25% 
    }
     .offset-xl-4 {
         margin-left: 33.33333333% 
    }
     .offset-xl-5 {
         margin-left: 41.66666667% 
    }
     .offset-xl-6 {
         margin-left: 50% 
    }
     .offset-xl-7 {
         margin-left: 58.33333333% 
    }
     .offset-xl-8 {
         margin-left: 66.66666667% 
    }
     .offset-xl-9 {
         margin-left: 75% 
    }
     .offset-xl-10 {
         margin-left: 83.33333333% 
    }
     .offset-xl-11 {
         margin-left: 91.66666667% 
    }
}
 .quiz {
     padding: 45px 0 
}
 @media screen and (min-width:768px) {
     .quiz {
         padding: 0 
    }
}
 .quiz.is-complete .quiz__btn-next {
     display: none 
}
 .quiz.is-complete .quiz__btn-results {
     display: inline-block 
}
 .quiz__heading {
     margin-top: 0 
}
 .quiz__btn-results, .quiz__item {
     display: none 
}
 .quiz__item .radio {
     border-bottom: 1px solid #e3e3e3;
     height: 45px;
     line-height: 40px;
     margin: 5px 0 0 !important 
}
 .quiz__item .radio:after, .quiz__item .radio:before {
     content: " ";
     display: table 
}
 .quiz__item .radio:after {
     clear: both 
}
 @media(min-width:768px) {
     .quiz__item .radio {
         height: 60px;
         line-height: 50px;
         margin: 10px 0 0 !important 
    }
}
 .quiz__item .radio .tick {
     float: left 
}
 .quiz__item .radio label {
     padding: 0 
}
 .quiz__item .radio label>input {
     display: none 
}
 .quiz__item .radio label>.tick {
     background-image: url(/wp-content/uploads/2025/03/tick-inactive-icon.svg);
     background-repeat: no-repeat;
     display: inline-block;
     height: 40px;
     width: 40px 
}
 @media(min-width:768px) {
     .quiz__item .radio label>.tick {
         height: 50px;
         width: 50px 
    }
}
 .quiz__item .radio label>input:checked+.tick {
     background-image: url(/wp-content/uploads/2025/03/tick-active-icon.svg) 
}
 .quiz__item .radio label>input:checked+.tick+span {
     font-weight: 700 
}
 .quiz__item .radio label span {
     display: inline-block;
     float: left;
     font-size: 14px;
     line-height: 40px;
     padding-left: 15px 
}
 @media(min-width:768px) {
     .quiz__item .radio label span {
         font-size: 18px;
         line-height: 50px 
    }
}
 .quiz__item.is-active, .selector {
     display: block 
}
 .selector {
     background-color: #374047;
     border: 3px solid #647480;
     border-radius: 10px;
     color: #fff;
     font-weight: 700;
     padding: 25px;
     text-decoration: none;
     text-transform: uppercase;
     width: 175px 
}
 .selector:hover {
     background-color: #2c3339 
}
 .selector i {
     height: 80px;
     margin-bottom: 10px;
     width: 80px 
}
 .selector i.icon-guides {
     background-image: url(/wp-content/uploads/2025/03/icon-guides.svg) 
}
 .selector i.icon-assess, .selector i.icon-guides {
     background-repeat: no-repeat;
     display: block;
     height: 100px;
     margin: 0 auto 30px;
     width: 100px 
}
 .selector i.icon-assess {
     background-image: url(/wp-content/uploads/2025/03/icon-assess.svg) 
}
 .bg-modals .modal-body {
     padding: 80px 30px 30px 
}
 .bg-modals .modal-body .close {
     background-image: url(/wp-content/uploads/2025/03/menu-close.svg);
     background-repeat: none;
     height: 25px;
     opacity: 1;
     position: absolute;
     right: 30px;
     top: 20px;
     width: 25px 
}
 .bg-modals .modal-body ul.main-nav {
     list-style: none;
     margin-bottom: 40px;
     padding-left: 0 
}
 .bg-modals .modal-body ul.main-nav li a {
     border-top: 1px solid #cdcdcd;
     color: #333;
     display: block;
     font-weight: 700;
     padding: 15px;
     text-transform: uppercase 
}
 .bg-modals .modal-body ul.main-nav li a:hover {
     text-decoration: none 
}
 .bg-modals .modal-body ul.main-nav li.last a {
     border-bottom: 1px solid #cdcdcd 
}
 .bg-modals .modal-body ul.social {
     list-style: none;
     margin-left: -5px;
     padding-bottom: 20px;
     padding-left: 0 
}
 .bg-modals .modal-body ul.social>li {
     display: inline-block;
     padding-left: 5px;
     padding-right: 5px 
}
 .bg-modals .modal-body ul.social li a {
     color: #26363e;
     font-size: 24px 
}
 .bg-modals .modal-body .share-with {
     font-size: 14px 
}
 .bg-modals .modal.results .modal-body {
     padding: 0 
}
 .bg-modals .modal.results .results-header {
     margin-bottom: 30px;
     padding-bottom: 40px;
     padding-top: 40px 
}
 .bg-modals .modal.results .results-header h2 {
     color: #fff;
     margin: 0;
     text-align: center;
}
 .bg-modals .modal.results form {
     margin-bottom: 40px 
}
 .bg-modals .modal.results h3, .bg-modals .modal.results p {
     color: #26363e 
}
 .bg-modals .modal.results .email-results {
     font-weight: 700;
     text-transform: uppercase 
}
 .bg-modals .modal.results p.result_message {
     margin-bottom: 40px 
}
 .bg-modals .modal.results p.go-back {
     font-size: 14px;
     margin-bottom: 60px 
}
 .bg-modals .modal.results div.face {
     background-repeat: none;
     height: 150px;
     margin: 30px auto;
     width: 150px 
}
 .bg-modals .modal.results .bad .results-header {
     background-color: #c73232 
}
 .bg-modals .modal.results .bad div.face {
     background-image: url(/wp-content/uploads/2025/03/face-sad.svg) 
}
 .bg-modals .modal.results .ok .results-header {
     background-color: #d65f1e 
}
 .bg-modals .modal.results .ok div.face {
     background-image: url(/wp-content/uploads/2025/03/face-normal.svg) 
}
 .bg-modals .modal.results .good .results-header {
     background-color: #21987d 
}
 .bg-modals .modal.results .good div.face {
     background-image: url(/wp-content/uploads/2025/03/face-happy.svg) 
}
 .elementor-kit-6 button.disabled {
     opacity: 0.5;
     pointer-events: none;
}
 .page-id-9 .wpr-button-prev.wpr-timeline-prev-arrow.wpr-timeline-prev-7a8b3fb.swiper-button-disabled.swiper-button-lock {
     display: none;
}
 .page-id-9 .wpr-button-next.wpr-timeline-next-arrow.wpr-timeline-next-7a8b3fb.swiper-button-disabled.swiper-button-lock {
     display: none;
}
 .wpr-story-info {
     height: 250px;
}
 .elementor-element-26c9870{
}
 .text-slide strong, .text-slide b {
     font-weight: normal;
     color: #f9661c;
}
 .list-bold b {
}
 .list-bold a {
     display: inline-block !important;
}
 ul {
     margin-block-end: 0.9rem;
}
 .button-scroll span.elementor-button-content-wrapper {
     flex-direction: column-reverse !important;
     align-items: center;
}
 .button-cta-alone .elementor-button {
     min-width: 240px 
}
 .button-row-2 .elementor-button {
     min-width: 400px;
}
/* Reg Search Form - 1 */
 #gform_wrapper_1 .gform_heading {
     display: none;
}
 #gform_wrapper_1 .gfield_description {
     display: none;
}
 #gform_wrapper_1 .gfield.gfield--type-text input {
     height: 70px;
     width: 300px;
     border-color: #FFF;
     border-radius: 0;
     font-size: 28px;
     text-align: center;
}
 #gform_wrapper_1 .gform_fields {
     display: flex;
     gap: 0;
     align-items: cener;
     justify-content: center;
}
 #gform_wrapper_1 .gform-button {
     height: 70px;
     padding-right: 70px;
     border-radius: 0;
     border-width: 0;
     background-image: url('https://hpicheckstg.wpenginepowered.com/wp-content/uploads/2024/12/icon-arrows-fade-right.svg');
     background-size: 40px auto;
     background-position: 65px 24px;
     background-repeat: no-repeat;
}
 #gform_wrapper_1 .gform-button:hover {
     background-blend-mode: exclusion;
}
 .wpr-button-next.wpr-timeline-next-arrow.wpr-timeline-next-7a8b3fb {
     background: #5e2a84;
     padding: 5px;
     border-radius: 5px;
}
 .wpr-button-prev.wpr-timeline-prev-arrow.wpr-timeline-prev-7a8b3fb.swiper-button-disabled {
     background: #5e2a84;
     padding: 5px;
     border-radius: 5px;
}
 .wpr-button-prev.wpr-timeline-prev-arrow.wpr-timeline-prev-7a8b3fb{
     background: #5e2a84;
     padding: 5px;
     border-radius: 5px;
}
 .button-row-2{
     width:200px;
}
 .menu-item-4567{
     display:none !important;
}
 .display-nn{
     display:none;
}
 .gf-footer-form {
     background: #374047;
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index:9;
     padding: 10px;
     max-height:70px;
	   opacity: 0;
	  transition: opacity 0.5s ease-in-out;
	   left: 50%;
  transform: translateX(-50%);
  pointer-events: none; /* evita clics cuando está oculta */
}


.gf-footer-form.visible {
  opacity: 1;
  pointer-events: auto; /* permite interacción al mostrarse */
}

 .gf-footer-form .gfield_label.gform-field-label{
     display: none;
}
 .form-bottom{
     display:none;
}

.formu-history-check{
    width: 80%;
    display: block;
    margin: auto;
}

.elementor-page h1.entry-title {
    display: none;
}

.formu-history-check input {
    width: 60%;
    display: inline-block;
    font-size: 25px;
    text-align: center;
	border-radius:0px !important;
}

.formu-history-check button {
    width: 29%;
    display: inline-block;
    border-radius: 0px !important;
    position: relative;
    top: -3px;
    height: 56px;
    right: 4px;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    background: #5e2a84;
    padding: 5px;
    border-radius: 5px;
}

.elementor-swiper-button.elementor-swiper-button-next {
    background: #5e2a84;
    padding: 5px;
    border-radius: 5px;
}
.elementor-9 .elementor-element.elementor-element-7a8b3fb .wpr-button-next:hover i {
    color: #ffffff !important;
    cursor: pointer;
    z-index: 11;
    font-size: 18px !important;
}

.elementor-9 .elementor-element.elementor-element-7a8b3fb .wpr-horizontal-bottom .wpr-button-prev i{
	    color: #ffffff !important;
    cursor: pointer;
    z-index: 11;
    font-size: 18px;
}

.wpr-button-prev.swiper-button-disabled, .wpr-button-next.swiper-button-disabled{
	opacity:1 !important;
}

 @media only screen and (max-width: 600px) {
     .d-none{
         display:none;
    }
     .hide-responsive{
         display:none;
    }
     .form-bottom{
         display:block !important;
    }
     .menu-item-4567{
         display:block !important;
    }
     #gform_wrapper_1 .gfield.gfield--type-text input {
         height: auto;
         width: 280px !important;
         border-color: #FFF;
         border-radius: 0;
         font-size: 25px !important;
         text-align: center;
    }
     div#field_1_3 img {
         width: 95%;
         margin-left: 2px;
    }
	 .formu-history-check {
    width: 100%;
}
}
 @media only screen and (max-width: 440px) {
     #gform_wrapper_1 .gfield.gfield--type-text input {
         height: 50px;
         width: 160px !important;
         font-size: 20px!important;
    }
     div#field_1_3 img {
         width: 50px;
         margin-left: 0px;
         height: 50px;
    }
     #gform_wrapper_1 .gform-button {
         height: 50px;
         padding-right: 60px;
         background-size: 20px auto;
         background-position: 75px 22px;
         font-size: 15px;
    }
}
 @media screen and (max-width:990px){
     .page-id-9 .wpr-button-prev.wpr-timeline-prev-arrow.wpr-timeline-prev-7a8b3fb.swiper-button-disabled.swiper-button-lock {
         display: block;
    }
     .page-id-9 .wpr-button-next.wpr-timeline-next-arrow.wpr-timeline-next-7a8b3fb.swiper-button-disabled.swiper-button-lock {
         display: block;
    }
     .wpr-story-info {
         height: auto;
    }
}
