.block-accordion .wp-block-details summary::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M6.51288 9.5C6.22647 9.49994 5.95181 9.39476 5.74932 9.2076L1.42932 5.21577C1.32617 5.12372 1.24389 5.0136 1.18729 4.89184C1.13069 4.77009 1.1009 4.63914 1.09965 4.50663C1.0984 4.37412 1.12573 4.24271 1.18003 4.12006C1.23434 3.99742 1.31453 3.886 1.41593 3.7923C1.51734 3.69859 1.63792 3.62449 1.77065 3.57432C1.90338 3.52414 2.04559 3.49889 2.18899 3.50004C2.3324 3.50119 2.47411 3.52872 2.60588 3.58102C2.73764 3.63332 2.85681 3.70935 2.95644 3.80466L6.51288 7.09093L10.0693 3.80466C10.273 3.62288 10.5458 3.52229 10.829 3.52456C11.1122 3.52684 11.383 3.63179 11.5833 3.81682C11.7835 4.00185 11.8971 4.25215 11.8996 4.51381C11.902 4.77547 11.7932 5.02756 11.5964 5.21577L7.27644 9.2076C7.07395 9.39476 6.79929 9.49994 6.51288 9.5Z" fill="white" fill-opacity="0.6"/></svg>');
    position: absolute;
    right: 0;
    top: 1px;
}

.block-accordion .wp-block-details[open] summary::after {
    transform: rotate(180deg);
}

.block-accordion .wp-block-details[open] summary{
    color: #fff;
}

.block-accordion .wp-block-details{
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.block-accordion .wp-block-details[open] {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

/**/

[data-carousel-item] {
    position: absolute;
    top: 0;
    left: 100%; /* Start offscreen to the right */
    width: 100%;
    /* height: 100%; */
    transition: transform 0.5s ease-in-out, visibility 0s 0.5s; /* Smooth slide transition with visibility delay */
    visibility: hidden; /* Hide items initially */
}

[data-carousel-item].active {
    left: 0; /* Move into view */
    transform: translateX(0);
    visibility: visible;
    z-index: 1;
    transition: transform 0.5s ease-in-out, visibility 0s 0s; /* No delay on visibility for the active slide */
}

[data-carousel-item].prev {
    left: 0;
    transform: translateX(-100%);
    z-index: 0;
    visibility: hidden;
}

[data-carousel-item].next {
    left: 0;
    transform: translateX(100%);
    z-index: 0;
    visibility: hidden;
}



@media (max-width: 767px) {
  .empty-placeholder {
    display: none;
  }
}

.mobilebox__close{
    display:none;
}


.no-arrow:after,
.no-arrow svg{
    display: none;
}

.single #content {
    overflow: hidden;
}

.wp-block-image.rounded img {
    border-radius: 0.25rem;
}

.wp-block-image.rounded-lg img {
    border-radius: 0.5rem;
}

.wp-block-image.rounded-xl img {
    border-radius: 0.75rem;
}

.wp-block-image.rounded-2xl img {
    border-radius: 1rem;
}

.wp-block-image.rounded-3xl img {
    border-radius: 1.5rem;
}

.wp-block-image.rounded-full img {
    border-radius: 9999px;
}

.align-features-btn{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.align-features-btn > div:last-child{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.align-features-btn.centered > div:last-child{
    align-items: center;
}

.align-features-btn a{
    margin-top: auto;
}

.align-features-btn .outlinedBtn.no-arrow{
    border-bottom: solid 1px !important;
}

.simple-feature-list-block {
    gap: 0 10px;
}

.simple-feature-list-block li span{
    font-size: inherit !important;
    line-height: 150%;
}

.simple-feature-list-block li{
    align-items: flex-start;
    gap: 16px;
    margin-top: 8px !important;
}

.simple-feature-list-block li div{
    margin-top: 3px;
    width: 22px !important;
    height: 22px !important;
    border: solid 1px;
    background: #79A64C !important;
    border-color: #79A64C !important;
}

.simple-feature-list-block li div svg{
    width: 16px !important;
    height: 16px !important;
    fill: #fff;
}

.simple-feature-list-block.text-sm li div{
    margin-top: 0px;
    width: 20px !important;
    height: 20px !important;
}

.simple-feature-list-block.text-sm li div svg{
    width: 14px !important;
    height: 14px !important;
}

.rounded img{
    border-radius: 4px;
}


.align-features-btn > .flex-1{
    width: 100%;
}

.locations-list > div > div.flex > div.flex-1{
    display: flex;
    flex-direction: column;
}

.locations-list > div > div.flex > div.flex-1 .order-0{
    order: -1;
}

.locations-list  .pin-icon{
    padding-left: 36px;
    position: relative;
}

.locations-list  .pin-icon:before{
    position: absolute;
    left: 0;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.06016 4.86021C9.34056 1.5798 14.6592 1.5798 17.9396 4.86021C21.22 8.14061 21.22 13.4592 17.9396 16.7396L11.9999 22.6793L6.06016 16.7396C2.77975 13.4592 2.77975 8.14061 6.06016 4.86021ZM11.9999 13.1999C13.3254 13.1999 14.3999 12.1254 14.3999 10.7999C14.3999 9.47442 13.3254 8.3999 11.9999 8.3999C10.6744 8.3999 9.59986 9.47442 9.59986 10.7999C9.59986 12.1254 10.6744 13.1999 11.9999 13.1999Z" fill="%23DA802E"/></svg>');
}

.add-border{
    position: relative;
}

.add-border:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background:url(../../images/fancy-border.svg) 0px 0px;
    height: 3px;
    background-size: 100%;
}

.add-border.border-lg:after{
    height: 12px;
}

.text-footerText p{
    margin-top: 4px;
    margin-bottom: 4px;
}

.text-footerText p:first-child{
    font-size: 14px;
}

.text-footerText p:has(a),
.text-footerText p a{
    color:#75829A;
}

footer .footer-icons{
    position: relative;
}

footer .footer-icons:has(li):before{
    content: 'Follow Us';
    color: #192E57;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
    display: block;
    position: absolute;
    margin-top: -50px;
    left: 0;
    margin-left: 5px;
}

.decoration-1 .wp-block-column{
    position: relative;
    z-index: 2;
}

.decoration-1:before{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="158" height="131" viewBox="0 0 158 131" fill="none"><path d="M142.338 35.9526V59.0405C142.338 61.0406 143.959 62.6621 145.959 62.6621H199.378C201.378 62.6621 203 64.2836 203 66.2837V138.716C203 140.716 201.378 142.338 199.378 142.338H145.959C143.959 142.338 142.338 143.959 142.338 145.959V199.378C142.338 201.378 140.716 203 138.716 203H66.2837C64.2835 203 62.6621 201.378 62.6621 199.378V145.959C62.6621 143.959 61.0406 142.338 59.0405 142.338H37.7634" stroke="white" stroke-opacity="0.4" stroke-width="3" stroke-linecap="round"/><path d="M142.338 25.5405V5.62162C142.338 3.62146 140.716 2 138.716 2H66.2838C64.2836 2 62.6622 3.62146 62.6622 5.62162V59.0405C62.6622 61.0407 61.0407 62.6622 59.0405 62.6622H5.62162C3.62146 62.6622 2 64.2836 2 66.2838V138.716C2 140.716 3.62146 142.338 5.62162 142.338H28.2568" stroke="%23F4CC2E" stroke-width="3" stroke-linecap="round"/></svg>');
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.decoration-1 .container:before{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="205" height="172" viewBox="0 0 205 172" fill="none"><path d="M142.338 2.95264V26.0405C142.338 28.0406 143.959 29.6621 145.959 29.6621H199.378C201.378 29.6621 203 31.2836 203 33.2837V105.716C203 107.716 201.378 109.338 199.378 109.338H145.959C143.959 109.338 142.338 110.959 142.338 112.959V166.378C142.338 168.378 140.716 170 138.716 170H66.2837C64.2835 170 62.6621 168.378 62.6621 166.378V112.959C62.6621 110.959 61.0406 109.338 59.0405 109.338H37.7634" stroke="%2379A64C" stroke-width="3" stroke-linecap="round"/><path d="M142.338 -7.45946V-27.3784C142.338 -29.3785 140.716 -31 138.716 -31H66.2838C64.2836 -31 62.6622 -29.3785 62.6622 -27.3784V26.0405C62.6622 28.0407 61.0407 29.6622 59.0405 29.6622H5.62162C3.62146 29.6622 2 31.2836 2 33.2838V105.716C2 107.716 3.62146 109.338 5.62162 109.338H28.2568" stroke="%23B9333B" stroke-width="3" stroke-linecap="round"/></svg>');
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -20px;
}

.decoration-2{
    overflow: hidden;
}

.decoration-2 .container{
    position: relative;
    z-index: 2;
}

.decoration-2:before{
    content: url('data:image/svg+xml,<svg width="391" height="499" viewBox="0 0 391 499" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M104.338 9.95264V33.0405C104.338 35.0406 105.959 36.6621 107.959 36.6621H161.378C163.378 36.6621 165 38.2836 165 40.2837V112.716C165 114.716 163.378 116.338 161.378 116.338H107.959C105.959 116.338 104.338 117.959 104.338 119.959V173.378C104.338 175.378 102.716 177 100.716 177H28.2837C26.2835 177 24.6621 175.378 24.6621 173.378V119.959C24.6621 117.959 23.0406 116.338 21.0405 116.338H-0.236572" stroke="white" stroke-opacity="0.4" stroke-width="3" stroke-linecap="round"/><path d="M104.338 -0.459458V-20.3784C104.338 -22.3785 102.716 -24 100.716 -24H28.2838C26.2836 -24 24.6622 -22.3785 24.6622 -20.3784V33.0405C24.6622 35.0407 23.0407 36.6622 21.0405 36.6622H-32.3784C-34.3785 36.6622 -36 38.2836 -36 40.2838V112.716C-36 114.716 -34.3785 116.338 -32.3784 116.338H-9.74324" stroke="%23F4CC2E" stroke-width="3" stroke-linecap="round"/><path d="M372.401 451.291V457.608C372.401 458.155 372.845 458.599 373.392 458.599H388.009C388.556 458.599 389 459.043 389 459.59V479.41C389 479.957 388.556 480.401 388.009 480.401H373.392C372.845 480.401 372.401 480.845 372.401 481.392V496.009C372.401 496.556 371.957 497 371.41 497H351.59C351.043 497 350.599 496.556 350.599 496.009V481.392C350.599 480.845 350.156 480.401 349.608 480.401H343.786" stroke="white" stroke-opacity="0.4" stroke-width="3" stroke-linecap="round"/><path d="M372.401 448.441V442.991C372.401 442.444 371.957 442 371.41 442H351.59C351.043 442 350.599 442.444 350.599 442.991V457.608C350.599 458.155 350.155 458.599 349.608 458.599H334.991C334.444 458.599 334 459.043 334 459.59V479.41C334 479.957 334.444 480.401 334.991 480.401H341.185" stroke="%23F4CC2E" stroke-width="3" stroke-linecap="round"/></svg>');
    position: absolute;
    left: 0;
    top: 0;
}

.decoration-2:after{
    content: url('data:image/svg+xml,<svg width="322" height="477" viewBox="0 0 322 477" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M261.338 325.953V349.04C261.338 351.041 262.959 352.662 264.959 352.662H318.378C320.378 352.662 322 354.284 322 356.284V428.716C322 430.716 320.378 432.338 318.378 432.338H264.959C262.959 432.338 261.338 433.959 261.338 435.959V489.378C261.338 491.378 259.716 493 257.716 493H185.284C183.284 493 181.662 491.378 181.662 489.378V435.959C181.662 433.959 180.041 432.338 178.04 432.338H156.763" stroke="%2379A64C" stroke-width="3" stroke-linecap="round"/><path d="M261.338 315.541V295.622C261.338 293.621 259.716 292 257.716 292H185.284C183.284 292 181.662 293.621 181.662 295.622V349.041C181.662 351.041 180.041 352.662 178.041 352.662H124.622C122.621 352.662 121 354.284 121 356.284V428.716C121 430.716 122.621 432.338 124.622 432.338H147.257" stroke="%23B9333B" stroke-width="3" stroke-linecap="round"/><path d="M59.9505 16.02V25.5538C59.9505 26.3797 60.6201 27.0493 61.446 27.0493H83.5046C84.3305 27.0493 85 27.7189 85 28.5448V58.4547C85 59.2806 84.3305 59.9502 83.5046 59.9502H61.446C60.6201 59.9502 59.9505 60.6198 59.9505 61.4457V83.5043C59.9505 84.3302 59.2809 84.9997 58.455 84.9997H28.5451C27.7192 84.9997 27.0496 84.3302 27.0496 83.5043V61.4457C27.0496 60.6198 26.38 59.9502 25.5541 59.9502H16.7681" stroke="white" stroke-opacity="0.4" stroke-width="3" stroke-linecap="round"/><path d="M59.9505 11.7207V3.4955C59.9505 2.66956 59.2809 2 58.455 2H28.545C27.7191 2 27.0496 2.66956 27.0496 3.4955V25.5541C27.0496 26.38 26.38 27.0496 25.5541 27.0496H3.4955C2.66956 27.0496 2 27.7191 2 28.545V58.455C2 59.2809 2.66956 59.9505 3.4955 59.9505H12.8423" stroke="%23F4CC2E" stroke-width="3" stroke-linecap="round"/></svg>');
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width:1023px){
    .primaryBtn{
        display: none !important;
    }

    .decoration-1 .container:before{
        display: none;
    }

    .decoration-2:before{
        display: none;
    }

    .decoration-2:after{
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="158" height="131" viewBox="0 0 158 131" fill="none"><path d="M142.338 35.9526V59.0405C142.338 61.0406 143.959 62.6621 145.959 62.6621H199.378C201.378 62.6621 203 64.2836 203 66.2837V138.716C203 140.716 201.378 142.338 199.378 142.338H145.959C143.959 142.338 142.338 143.959 142.338 145.959V199.378C142.338 201.378 140.716 203 138.716 203H66.2837C64.2835 203 62.6621 201.378 62.6621 199.378V145.959C62.6621 143.959 61.0406 142.338 59.0405 142.338H37.7634" stroke="white" stroke-opacity="0.4" stroke-width="3" stroke-linecap="round"/><path d="M142.338 25.5405V5.62162C142.338 3.62146 140.716 2 138.716 2H66.2838C64.2836 2 62.6622 3.62146 62.6622 5.62162V59.0405C62.6622 61.0407 61.0407 62.6622 59.0405 62.6622H5.62162C3.62146 62.6622 2 64.2836 2 66.2838V138.716C2 140.716 3.62146 142.338 5.62162 142.338H28.2568" stroke="%23F4CC2E" stroke-width="3" stroke-linecap="round"/></svg>');
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
}

@media (max-width:767px){

    .w-full > .wp-block-button{
        width: 100%;
    }

    .es-load-more-button{
        width: 100% !important;
    }


    .imgs-full-width .w-full img{
        width: 100%;
    }

    .frm-show-form .frm_submit .frm_button_submit{
        width: 100% !important;
    }

    .footer-menu>li>a{
        margin-bottom: 0;
    }

    .wp-block-buttons>.wp-block-button{
        width: 100%;
    }


}