.elementor-kit-11{--e-global-color-primary:#22B282;--e-global-color-secondary:#F4B848;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-cef3352:#F4C9D8;--e-global-color-912e517:#EB8450;--e-global-color-82bd908:#B4DBE2;--e-global-typography-primary-font-family:"Poster Boy";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"WorkSans Medium";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"WorkSans Regular";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:1.8px;color:var( --e-global-color-text );font-family:"WorkSans Medium", Sans-serif;font-size:18px;line-height:28px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:#FFFFFF00;font-family:"Work Sans", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.8px;text-shadow:0px 0px 0px rgba(0, 0, 0, 0);color:var( --e-global-color-accent );border-style:solid;border-width:2px 2px 2px 2px;border-radius:20px 20px 20px 20px;padding:10px 26px 10px 26px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-text );border-style:solid;border-color:var( --e-global-color-accent );}.elementor-kit-11 e-page-transition{background-color:#FFFFFF;}.elementor-kit-11 a{color:var( --e-global-color-primary );}.elementor-kit-11 h1{font-family:"Poster Boy", Sans-serif;font-size:75px;}.elementor-kit-11 h2{font-family:"Poster Boy", Sans-serif;font-size:55px;line-height:58px;}.elementor-kit-11 h3{font-family:"Poster Boy", Sans-serif;font-size:40px;line-height:45px;}.elementor-kit-11 h4{font-family:"Work Sans", Sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase;letter-spacing:1.5px;}.elementor-kit-11 h5{font-family:"Poster Boy", Sans-serif;font-size:30px;}.elementor-kit-11 h6{font-family:"Poster Boy", Sans-serif;font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}.elementor-widget:not(:last-child){margin-block-end:7px;}.elementor-element{--widgets-spacing:7px 7px;--widgets-spacing-row:7px;--widgets-spacing-column:7px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1140px){.elementor-kit-11{--e-global-typography-accent-font-size:11px;font-size:14px;line-height:1.7em;}.elementor-kit-11 h1{font-size:52px;}.elementor-kit-11 h2{font-size:32px;line-height:1.1em;}.elementor-kit-11 h3{font-size:22px;line-height:1em;}.elementor-kit-11 h4{font-size:11px;}.elementor-kit-11 h5{font-size:21px;}.elementor-kit-11 h6{font-size:21px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-size:11px;padding:9px 15px 9px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{font-size:12px;}.elementor-kit-11 h1{font-size:42px;}}/* Start custom CSS */.accordion .fa-plus:before {
    color: #000000!important;
}
.accordion .acc_section {
    border: 0px!important;
    border-bottom: 3px solid #B4DBE2!important;
}
.accordion .icon-active, .accordion .icon {
    float: right!important;
}
.accordionjs .acc_section .acc_head {
    padding: 0px;
}
._df_thumb {
    width: 300px;
    height: 232px;
}
._df_book-cover {
    background-size: cover;
    background-repeat: no-repeat;
}
.elementor-editor-active .entry-title {
    display: none;
}

.elementor-button {
    background: linear-gradient(to right, #ffffff 50%, #ffffff00 50%);
    background-size: 200% 200%;
    background-position: right; transition: all 0.3s ease-in-out;
}
.elementor-button:hover {
    background-position: left;
    color: #000000!important;
}

.dark-button .elementor-button {
    background: linear-gradient(to right, #000000 50%, #00000000 50%);
    background-size: 200% 200%;
    background-position: right;
    border: solid 2px #000000;
    
    fill: #000000;
    color: #000000;
    transition: all 0.3s ease-in-out;
}
.dark-button .elementor-button:hover {
    background-position: left;
    color: #ffffff!important;
    border: solid 2px #000000;
}
.dark-button .elementor-button:visited, .dark-button .elementor-button:focus {
    color: #000000;
    border: solid 2px #000000!important;
}
.special-underline2 span, .special-underline a {
    position: relative;
}

.special-underline2 span:before, .special-underline a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.special-underline a:before {
    bottom: -5px;
}
.special-underline2 span:hover:before, .special-underline a:hover:before {
  visibility: visible;
  width: 100%;
}
h4 {
    margin-bottom: 0rem!important;
}
hr {
    border-top: 3px solid #B4DBE2;
    border-width: 3px 0px 0px 0px;
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}
.elementor-widget-text-editor ul {
    list-style-type: none;
}
.elementor-widget-text-editor li {
    margin: 0px;
    padding: 0px;
    text-indent: -1.5em;
}
.elementor-widget-text-editor li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    color: #74CFB1;
    width: 1.25em;
    margin-right: 1.0em;
    font-size: 14px;
}

@media screen and (max-width: 1423px) {
    section.elementor-top-section {
        padding: 0% 12% 0% 12%;
    }
    section.full, section.part-full {
        padding: 0px;
    }
}

@media screen and (max-width: 1140px) {
    section.elementor-top-section {
        padding: 0% 10.5% 0% 10.5%;
    }
    section.full, section.part-full {
        padding: 0px;
    }
    .elementor-widget-text-editor li:before{
        margin-right: 0.65em;
    }
}
@media screen and (max-width: 767px) {
    .elementor-widget-text-editor li {
        text-indent: -1.8em;
    }
}
@media screen and (max-width: 444px) {
    section.elementor-top-section {
        padding-left: 5%;
        padding-right: 5%;
    }
    section.full {
        padding: 0px;
    }
}
.icon-x:before {
    margin: 0;
}

.dialog-lightbox-message > .elementor-location-popup {
    background: #22b282;
}




.dce-visibility-event .elementor-widget-icon {
    pointer-events: none;
}



.elementor-element-24afedf .swiper-wrapper .dce-acf-repeater-item {
    padding: 0 10px 20px;
}
    
@media (max-width: 767px) {
    .elementor-element-24afedf .swiper-wrapper {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}

.inquiry-form .elementor-button-text {
    color: #000;
}
.inquiry-form .elementor-button:hover .elementor-button-text {
    color: #fff;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poster Boy';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../woff2/bnaxelgrotesk-bold.woff2') format('woff2'),
		url('../woff/bnaxelgrotesk-bold.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'WorkSans Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../woff2/worksans-medium.woff2') format('woff2'),
		url('../woff/worksans-medium.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'WorkSans Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../woff2/worksans-regular.woff2') format('woff2'),
		url('../woff/worksans-regular.woff') format('woff');
}
/* End Custom Fonts CSS */