/*----------------------------------------------------------------------------*/
/*#RESPONSIVE STYLE*/
/*----------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) {

    table {
        table-layout: auto;
        word-break: normal;
    }
}
@media only screen and (min-width: 992px) {
    

    .full-width-content .site-container > .wp-block-table.alignwide { width: calc(100% + 36rem); }

    .full-width-content .site-container > .wp-block-table.alignfull {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
        width: 100vw;
        overflow: hidden;
    }
 

    .alignfull .alignwide,
    .alignwide .alignwide {
        max-width: 100rem;
        margin: 0 auto;
        overflow: hidden;
    }

    /* Genesis Menu
    --------------------------------------------- */

    .genesis-nav-menu > .menu-bold > a { font-weight: 700; }

    .genesis-nav-menu > .menu-highlight > a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 1.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .genesis-nav-menu > .menu-highlight > a:focus,
    .genesis-nav-menu > .menu-highlight > a:hover { background-color: #0073e5; }

    .genesis-nav-menu .sub-menu {
        position: absolute;
        right: -2.3rem;
        text-align: left;
        width: 25rem;
        max-width: 25rem;
        transition: all 0.3s ease-in-out;
    }

    .genesis-nav-menu .sub-menu::before {
        content: '';
        position: absolute;
        top: -15px;
        right: 2rem;       
        width: 0;
        height: 0;
        z-index: 99;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid #fff;
    }

    .genesis-nav-menu .sub-menu a {
        background-color: #fff;
        color: var(--primary);
        font-size: 2rem;
        padding: 1rem 2rem !important;
        position: relative;
        word-wrap: break-word;
        line-height: 1.5;     
        text-transform: capitalize;
    }

    .genesis-nav-menu .sub-menu .sub-menu { margin: -46px 0 0 179px; }

    /* Responsive Menu
    --------------------------------------------- */

    .genesis-responsive-menu {
        display: block;
        padding-top: 1.5rem;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }

    /* Header Menu
    --------------------------------------------- */
    .genesis-nav-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .nav-primary .genesis-nav-menu .menu-item:not(.btn-menu) a {
        padding: 1.3rem 2rem;
    }
  
    .nav-primary .menu-primary .menu-item-has-children > a::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(0);
        right: 1rem;
        width: 15px;
        height: 9px;
        background: url('../images/icon-angle-down-blue.svg') no-repeat center /cover; 
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;       
        -webkit-transition: all 0.3s ease-in-out;       
        -o-transition: all 0.3s ease-in-out;       
        transition: all 0.3s ease-in-out;
    }

    .nav-primary .menu-primary .menu-item-has-children > a:hover::after,
    .nav-primary .menu-primary .menu-item-has-children > a:focus::after {
        background: url('../images/icon-angle-down-pink.svg') no-repeat center /cover;
    }
 
    .genesis-nav-menu .menu-item.menu-item-has-children > a {
        padding-right: 3.5rem !important;
    }

    /* Author Box
    --------------------------------------------- */

    .author-box {
        background-color: #f5f5f5;
        padding: 3rem;
    }

    /* After Entry
    --------------------------------------------- */

    .after-entry { padding: 4rem 6rem; }

    .after-entry .enews {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    /* Column Classes
    --------------------------------------------- */

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 2.564102564102564%;
    }

    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }

    .one-third,
    .two-sixths { width: 31.623931623931625%; }

    .four-sixths,
    .two-thirds { width: 65.81196581196582%; }

    .one-fourth { width: 23.076923076923077%; }

    .three-fourths { width: 74.35897435897436%; }

    .one-sixth { width: 14.52991452991453%; }

    .five-sixths { width: 82.90598290598291%; }

    .first {
        clear: both;
        margin-left: 0;
    }
  
    /* Footer Widgets
    --------------------------------------------- */

    .footer-widgets .wrap { max-width: 114rem; }

    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: 36rem;
    }

     .footer-widget-area:first-child {
        width: calc(100% - 72rem);
     }
 
}
@media only screen and (min-width: 1200px) {
    .full-width-content .entry-content > .alignwide {
        position: relative;
        left: 50%;
        right: 50%;
        width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: none;
    }

    .nav-primary .genesis-nav-menu .menu-item:not(.btn-menu) a {
        padding: 1.3rem 2rem;
    }

    .genesis-nav-menu a {
        font-size: 2rem;
    }   

    /*----------------------------------------------------------------------------------------
    #HORIZONTAL FILTER
    ----------------------------------------------------------------------------------------*/
    .filter-horizontal {
        min-width: initial;
        max-width: initial;       
    }

    .filter-horizontal .filter-dropdown__current { display: none; }

    .filter-horizontal .filter-dropdown__list {
        position: relative;
        top: auto;
        left: auto;
        background: transparent;
        padding: 0;
        max-height: initial;
        overflow-y: initial;
        opacity: 1;
        pointer-events: auto;
        border-top: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
    }

    .filter-horizontal .filter-dropdown__list li {
        min-width: initial;
        margin-bottom: 0;
    }
   
}

@media only screen and (min-width: 1400px) {
    .alignwide,
    .full-width-content .entry-content > .alignwide {
        margin-left: -13rem;
        margin-right: -13rem;
        max-width: calc(100% + 26rem); 
        width: auto;
        left: unset;
        right: unset;
    }

    .wp-block-media-text.alignwide {
        max-width: 139rem !important;
        margin-left: -13rem !important;
        /* margin-right: unset !important; */
    }
}
@media only screen and (max-width: 1925px) {

    .home-hero__img {
        width: 60%;
    }
   
}
@media only screen and (max-width: 1650px) {

    .guide-banner__img {
        min-width: unset;
    }

    .row.gutters-20 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .row.gutters-20 [class*='col'] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }  

    .instagram-section .swiper {
        height: 160px !important;
    }

    .page-hero:not(.page-hero--single) .page-hero__img {
        width: 70%;
    }
}

@media only screen and (max-width: 1365px) {

    html { font-size: clamp(8px, 0.721vw, 10px); }

    .home-hero {
        background-position: -150% top;
    }  

    h2 {
        font-size: 5rem;
    } 
}
@media only screen and (max-width: 1199px) {

    .form-wrap__content iframe {
        min-height: 915px !important;
    }

    .page-hero.page-hero__img-mob:not(.page-hero--single) .page-hero__img {
        width: 70%;
    }

    .page-hero:not(.page-hero--single) .page-hero__img {
        width: 90%;
    }

    .page-hero:not(.page-hero--single) .page-hero__img::before {
        width: 50%;
        background: linear-gradient(270deg, rgba(43, 50, 110, 0) 0%, #133963 30%);
    }

    .btn--top {
        right: 2rem;
    }
 
    .full-width-content .entry-content > .alignwide {
        position: relative;
        left: 50%;
        right: 50%;
        width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: none;
    }

    .card.card--right .card__img {
        min-width: 15rem;
        max-width: 15rem;
    }

    .post-item {
        padding-top: 9rem;
    }

    .post-item__title {
        margin-bottom: 1rem;
    }

    .post-item__img {
        top: -70px;        
        max-height: 16rem;
    }
   
    h1 {
        font-size: 7rem;
    }

    .home-hero p {
        font-size: 2.6rem;
    }

    .guide-banner input:not([type='submit']) {
        min-width: unset;
    }

    .guide-banner__img {
        margin-left: -3rem;
    }
   
    .card.card--left {
        height: 100%;
    }

    .card.card--left .card__img {      
        min-width: 20rem;
        max-width: 20rem;
    }

    .wp-block-media-text>.wp-block-media-text__content {
        padding: 0;
    }
  
}
@media only screen and (max-width: 991px)  {
    html { font-size: clamp(8px, 1.009vw, 10px); }

    .form-wrap__content iframe {
        min-height: 935px !important;
    }

    .testimonials-carousel .swiper-navigation::before {
        top: -4rem;
    }

    .home-hero__img {
        display: none;
    }

    .home-hero::before {
        display: none;
    }

    .home-hero__img-mob {
        position: relative;
        width: 100%;
    }

    .home-hero__img-mob::before {
        content: '';
        position: absolute;  
        top: 80%;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 20%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E6E9EF 100%);
    }

    .genesis-nav-menu .sub-menu {
        margin-top: 1rem;
    }

    .filter-dropdown.active .filter-dropdown__current {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .products-menu {
        top: 8.5rem;
    }

    .page-hero--single {
        padding-bottom: 0;
    }

    .page-hero--single .page-hero__content {
        max-width: 100%;
        padding: 0 1.5rem;
    }

    .page-hero--single .page-hero__img {
        width: 100%;
        border-radius: 0;
    }

    .page-hero--single .page-hero__img img {
        border-radius: 0;
    }

    .page-hero--single .container {
        flex-direction: column;
        gap: 3rem;
        padding: 0;
    }

    .search .filter-wrap,
    .archive:not(.tax-clients_category) .filter-wrap, 
    .page-template-blog .filter-wrap {
        background: transparent;
    }

    .search .filter-horizontal .filter-dropdown__list li.active a,
    .search .filter-horizontal .filter-dropdown__list li a:hover, 
    .archive:not(.tax-clients_category) .filter-horizontal .filter-dropdown__list li.active a, 
    .archive:not(.tax-clients_category) .filter-horizontal .filter-dropdown__list li a:hover, 
    .page-template-blog .filter-horizontal .filter-dropdown__list li.active a, 
    .page-template-blog .filter-horizontal .filter-dropdown__list li a:hover {
        background: var(--primary);
    }

    .search .filter-dropdown__list,
    .search .filter-dropdown__current,
    .archive:not(.tax-clients_category) .filter-dropdown__list,
    .archive:not(.tax-clients_category) .filter-dropdown__current,
    .page-template-blog .filter-dropdown__list,
    .page-template-blog .filter-dropdown__current {
        background: #fff;
    }

    .filter-horizontal .filter-dropdown__list li.active a, 
    .filter-horizontal .filter-dropdown__list li a:hover {
        border-radius: 0;
        background: var(--primary);
        color: #fff;        
    }

    .filter-dropdown__list {
        background: var(--light-blue);
        top: 100%;       
        min-width: 345px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .filter-dropdown__list li {
        margin-bottom: 0;
    }

    .filter-dropdown__list li a {
        padding: 1.2rem 2.4rem;
        color: var(--heading-color);
        font-family: "Nunito Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25;
        text-transform: capitalize;
    }

    .filter-wrap {
        background: transparent;
        padding: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .filter-dropdown__current {
        min-width: 345px;
        border-radius: 6px;
        background: var(--light-blue);
        font-weight: 600;
    }

    .cta-banner h6 {
        line-height: 1.3;
    }

    .cta-banner {
        padding: 2rem;
        gap: 2rem;
    }

    .products-card__logo {
        right: 1rem;
    }

    .products-section {
        margin-bottom: 4rem;
    }

    .products-section__cards {
        gap: 2rem;
    }

    .products-card {
        width: calc(33.33% - 1.5rem);
    }

    .products-menu {
        margin-bottom: 4rem;
    }

    .page-hero:not(.page-hero--single) .page-hero__img {
        width: 100%;
    }

    .page-hero:not(.page-hero--single) .page-hero__img::before {
        width: 100%;
        background: linear-gradient(0deg, rgba(19, 57, 99, 0.80) 0%, rgba(19, 57, 99, 0.80) 100%);
    }

    .page-hero:not(.page-hero--single):not(.page-hero__img-mob) {       
        min-height: 30rem;
    }     

    .page-hero h1 {
        text-align: center;
    }

    .page-hero h1 br {
        display: none;
    }

    .page-hero__img-mob {
        background: var(--primary);
        background-image: unset !important;
        padding-bottom: 0;
    }

    .page-hero.page-hero__img-mob .page-hero__img::before {
        display: none;
    }

    .page-hero.page-hero__img-mob .page-hero__img {
        width: 100% !important;
        display: block;
        position: unset;
        margin-top: 3rem;
    }

    .page-hero.page-hero__img-mob p {
        padding-right: 0;
        text-align: center;
    }

    .post-item {
        padding-top: 9.5rem;
    }

    .post-item__categories {
        flex-wrap: wrap;
        row-gap: 0.5rem;
    }

    .testimonial-box__author {
        margin-top: 3rem;
    }

    .testimonials-carousel .swiper-navigation {
        right: 1.5rem;
    }

    .testimonial-box {
        padding: 2rem 1.5rem;
    }

    .testimonial-box::before {
        width: 6rem;
        height: 4.3rem;
    }

    .icon-box p:last-child {
        margin-bottom: 0;
    }

    .card:not(.card--left):not(.card--right) {
        padding-top: 10rem;
    }

    .stats-banner {
        padding: 4rem 0;
    }

    .guide-banner__img {
        margin: -15rem auto 3rem;
        text-align: center;
        max-width: 60rem;
    }

    .guide-banner p {
        padding-right: 0;
    }

    .txt--md-center {
        text-align: center;
    }

    .home-hero {
        background-image: unset !important;
        padding-top: 0;
        padding-bottom: 16rem;
    }

    .home-hero__img-mob {
        display: block;
    }

    .home-hero::before {
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E6E9EF 45%);
    }

    .site-footer .container .container {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-widget-area:first-child {
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .footer-widget-area {
        width: 50%;
    }

    .genesis-nav-menu .sub-menu {
        padding: 1.5rem;
    }

    .genesis-nav-menu .sub-menu li:not(:last-child) {
        margin-bottom: 2rem;
    }

    .genesis-nav-menu .sub-menu.activated {
        opacity: 1;
        visibility: visible;
    }

    .sub-menu-toggle {
        height: unset;
        top: 0;
        width: 100%;
        padding: 1.5rem;
    }

    .nav-primary {
        max-width: 40px;
        margin-left: auto;
    }

    .site-inner { padding-top: 3rem; }

    .menu-toggle span {
        position: absolute;
        background-color: var(--primary);
        border-radius: 3px;
        width: 24px;
        height: 3px;
        right: 8px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .menu-toggle span:first-child { top: 10.5px; }

    .menu-toggle span:nth-child(2) { top: 18.5px; }

    .menu-toggle span:nth-child(3) { top: 26.5px; }

    .menu-toggle.activated span:nth-child(2) {
       background: transparent;
    }

    .menu-toggle.activated span:first-child {     
        top: 26.5px;
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    .menu-toggle.activated span:nth-child(3) {      
        top: 10.5px;
        -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    .btn-menu a {
        text-align: center;
    }

    .menu-primary {
        position: absolute;
        top: 100%;
        z-index: 999;
        background: var(--light-blue);
        max-width: 30rem;
        left: -100%;
        padding: 3rem 1.5rem 3rem;
        transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out; 
                -o-transition: .3s ease-in-out; 
        overflow: auto;
        height: calc(100vh - 80px);
    }

    .menu-primary.triggered { left: 0; }

    .genesis-nav-menu a { font-size: 2rem; }

    .genesis-nav-menu > .menu-item { 
        position: relative;
        margin-bottom: 3.5rem; 
    }

    .genesis-nav-menu > .menu-item:last-child { margin-bottom: 0; }

    .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 99;
        pointer-events: none;
        opacity: 0;
        transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out; 
                -o-transition: .3s ease-in-out; 
    }

    .menu-overlay.menu-triggered {
        opacity: 1;
        pointer-events: auto;
    }

    .genesis-nav-menu .sub-menu { display: none; }
}

@media only screen and (min-width: 782px) and (max-width: 992px) {
    .card.card--right .card-box__content,
    .card.card--left .card-box__content {
        height: 100%; 
        text-align: center;
        align-items: center;
    }

    .card.card--right,
    .card.card--left {
        flex-direction: column;
    }

    .card.card--right .card__img {
        min-width: 20rem;
        max-width: 21rem;  
    }
    .card.card--left .card__img {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 781px) {

    .form-wrap__content iframe {
        min-height: 875px !important;
    }

    .form-wrap {
        margin: 0 auto 3rem;
    }
 
    .admin-bar .site-header { top: 48px; }

    .wp-block-column .wp-block-image {
        text-align: center;
    }

    .card.card--right {
        justify-content: space-between;
    }

    .justify-content-smd-center {
        justify-content: center;
    }

    .txt--smd-center {
        text-align: center;
    }

    .wp-block-media-text {
        gap: 0;
    }

    .site-container .wp-block-column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .site-container .wp-block-columns {
        gap: 3rem;
    }

    .card:not(.card--left):not(.card--right) {
        height: unset;
        max-width: 66rem;
        margin: 15rem auto 3rem;
        padding-top: 16rem;
    }

    .card:not(.card--left):not(.card--right) .card__img {
        top: 0;
    }

    .icon-box {
        flex-direction: row;
        justify-content: flex-start;
        gap: 1.5rem;
    }

    .icon-box__img {
        margin-bottom: 0;
    }

    .icon-box p {
        text-align: left !important;
    }

    .icon-box p br {
        display: none;
    }

    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }

    .alignwide.wp-block-media-text>.wp-block-media-text__content, .alignfull .wp-block-media-text>.wp-block-media-text__content {
        padding: 0;
    }

    .wp-block-media-text>.wp-block-media-text__content,
    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .wp-block-media-mob {
        display: block;
        text-align: center;
    }

    .wp-block-media-mob img {
        margin: 1rem auto 3rem;
    }

    .wp-block-media-text__media {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-item__title {
        font-size: 2.6rem;
    }

}
@media only screen and (max-width: 767px) {

    h2 {
        font-size: 4.6rem;
    }
 
    .archive .story-box, 
    .page-template-results .story-box {
        width: calc(50% - 10px);
    }

    .related-section {
        padding-top: 4rem;        
    }

    .error-page img {
        max-width: 30rem;
    }

    .error-page h4 {
        font-size: 3.6rem;
    }

    .filter-wrap {
        margin-top: 5rem;
        margin-bottom: 3rem;
    }

    .cta-banner__image {
        min-width: 100%;
    }

    .cta-banner {
        flex-direction: column;
        padding: 1.5rem;
    }

    .cta-banner__content {
        text-align: center;
    }

    .products-menu {
        flex-wrap: wrap;
    }
  
    .products-menu__item {
        width: calc(33.33% - 1rem);
    }

    .products-menu__img {
        max-width: 100%;
    }

    .products-card {
        width: calc(50% - 1.5rem);
    }

    .px--sm-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .form-wrap {
        margin: 0 auto 3rem;
    }

    .testimonials-carousel .swiper-navigation::before {
        top: -3rem;
    }

    .story-box--author h6 {
        font-size: 8px !important;
    }

    .story-box--author p {
        font-size: 5px;
        margin-bottom: 5px;
    }

    .story-box__video::after {
        width: 64px;
        height: 23px;
        right: 1rem;
        top: 1rem;
    }

    .story-box--author {
        top: 1rem;
        left: 1rem;
        min-width: 65px;
        min-height: 20px;
        padding: 3px 5px;
    }

    .story-box--author::after {
        width: 20px;
        height: 20px;
    }
    
    .stories-wrap {
        gap: 2rem;
    }

    .story-box {
        width: calc(50% - 25px);
        margin-bottom: 2rem;
    }

    .story-box__author,
    .story-box__content {
        padding: 1.5rem;
    }

    .wp-block-spacer.wp-spacer-mob-xs {
        height: 5rem !important;
    }

    .wp-block-spacer.wp-spacer-mob-xxs {
        height: 2rem !important;
    }

    .guide-banner input:not([type='submit']) {        
        max-width: 22rem;
    }

    .site-footer a {
        font-size: 1.8rem;
    }

    .footer-widget-area {
        padding-left: 0;
    }

    .site-footer__copyright {
        flex-direction: column;
        gap: 2rem;
        justify-content: center;
        align-items: center;
    }

    .home-hero::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E6E9EF 40%);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .related-section .row [class*='col-']:nth-child(3) {
        display: none;
    }

}
@media only screen and (max-width: 600px) {

    .wp-block-media-text.is-stacked-on-mobile figure { margin-bottom: 2rem; }

    .wp-block-button.home-contact,
    .wp-block-buttons.home-contact {
        float: left;
        margin-left: 0;
    }
}
@media only screen and (max-width: 575px) {
    html { font-size: clamp( 10px, 0.521vw, 10px ); }

    .form-wrap__content iframe {
        min-height: 950px !important;
    }

    .instagram-carousel .swiper-slide img,
    .instagram-carousel .swiper {
        height: 160px;
    }

     .instagram-section {
        padding-top: 1rem;
     }

    .instagram-section p {
        font-size: 2rem;
    }

    .instagram-section a {
        font-size: 3.8rem;
        margin-bottom: 2rem;
    }   

    .btn--top {
        right: 1.5rem;
        width: 6rem;
        height: 6rem;
    }

    .btn--top::before {
        width: 2.3rem;
        height: 3.4rem;
    }

    .btn--top.active {
        bottom: 1.5rem;
    }

    .products-menu.is-dropdown {        
        top: 6.8rem; 
        left: 0;
        width: 100%;       
        background-color: var(--primary);
        z-index: 13;
        border-radius: 5px;
        margin-bottom: 2rem;
        transition: all 0.3s ease-out;
        overflow: visible;
        z-index: 2;
        box-shadow: 0 17px 19px -0.4rem rgba(80, 38, 18, 0.13);
    }

    .products-menu.is-dropdown::before {
        content: '';
        position: absolute;
        top: -1rem;
        left: -1.5rem;
        width: calc(100% + 3rem);
        height: calc(100% + 2rem);
        opacity: 1;
        z-index: 1;
        pointer-events: none;
        background: #FFF;
        transition: all 0.3s ease-out;
    }

    .products-menu__dropdown-trigger {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        padding: 1rem 6.5rem 1rem 2rem;
        cursor: pointer;
        font-size: 2rem;
        background-color: var(--primary);
        color: #fff;
        border-radius: 5px;      
        font-family: "Nunito Sans", sans-serif;   
        font-style: italic;
        font-weight: 700;
        line-height: 1.2;
        z-index: 2;
        position: relative;
    }

    .products-menu__dropdown-trigger::before {
        content: '';
        position: absolute;
        background-color: rgba(255, 255, 255, 0.20);;
        border-radius: 3px;
        width: 3.6rem;
        height: 3.6rem;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .products-menu__dropdown-trigger::after {
        content: '';
        background: url('../images/icon-angle-down-blue.svg') no-repeat center /cover;
        width: 1.6rem;
        height: 1rem;
        position: absolute;
        top: 50%;
        right: 2.5rem;
        transform: translateY(-50%);
        transition: .3s ease-in-out;
        filter: brightness(0) invert(1);
        z-index: 2;
    }

    .products-menu__dropdown-trigger.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .products-menu__dropdown-trigger.active::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .products-menu.is-dropdown .products-menu__title {
        color: var(--primary);
        font-family: "Nunito Sans", sans-serif;   
        font-style: italic;
        font-weight: 700;
        line-height: 1.2;
        font-size: 2rem;
        max-width: 20rem;
        display: block;
        margin: 0;
        text-align: left;
    }

    .products-menu__item.active .products-menu__title {
        transform: translateY(0);
    }

    .products-menu__item.is-dropdown-item {
        display: flex;
        align-items: center;
        min-height: 7rem;
        padding: 1rem 2rem;
        cursor: pointer;
        width: 100%;
        border-radius: 0;
        border-bottom: 2px solid var(--light-blue);
    }

    .products-menu__item.is-dropdown-item.active {
        background: var(--light-blue);
    }

    .products-menu__item:hover .products-menu__title {
        transform: translateY(0);
    }

    .products-menu__item.is-dropdown-item:last-child {
        border-bottom: 0;
    }

    .products-menu__item.is-dropdown-item:hover {
        background: #f7f7f7;
    }
   
    .products-menu__item.is-dropdown-item .products-menu__img {
        display: none;
    }

    .products-menu__item.is-dropdown-item .products-menu__overlay {
        background: none !important;
        padding: 0;
        position: relative;
        border-radius: unset;
        display: block;
        border: 0;
    }

    .products-menu__dropdown-content {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;     
        padding: 0;
        z-index: 99;
        width: 100%;      
        overflow-y: auto;
        opacity: 0;
        pointer-events: none;
        transition: .3s ease-in-out;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 17px 19px -0.4rem rgba(80, 38, 18, 0.13);
    }

    .products-menu.open.open .products-menu__dropdown-content {
        opacity: 1;
        pointer-events: auto;       
    }

    .related-section {
        padding-top: 3rem;        
        padding-bottom: 3rem;
    }

    .related-section h3 {
        margin-bottom: 0;
    }

    .share-wrapper .swp_social_panel.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
        max-width: 4rem;
    }

    .share-wrapper h6 {
        font-size: 2.2rem;
    }

    .share-wrapper__item {
        gap: 2rem;
    }

    .share-wrapper {
        margin-top: 2rem;
        margin-bottom: 3rem;
        padding: 2rem 1.5rem;
    }

    .video-wrap {
        height: 19.5rem;
    }

    .video-wrap__play {
        max-width: 4.8rem;
    }

    blockquote, .site-container .wp-block-pullquote, .site-container .wp-block-quote {
        padding: 1rem 2rem;
    }

    blockquote::before, .site-container .wp-block-pullquote::before, .site-container .wp-block-quote::before {
        width: 6.5rem;
        height: 5.3rem;
        right: 2rem;
        bottom: 2rem;
    }

    .page-hero:not(.page-hero--single):not(.page-hero__img-mob) {      
        min-height: 12rem;
    } 

    .page-hero.page-hero__img-mob p {
        font-size: 2.2rem;
    }

    .entry-content ol, .entry-content ul {
        margin-bottom: 2rem;
    }

    .entry-content ul > li:not(:last-child) {
        margin-bottom: 1rem;
    }

    .page-hero.page-hero__img-mob {
        padding-top: 3rem !important;
        padding-bottom: 0 !important;
    }

    .page-hero.page-hero__img-mob h1 {
        margin-bottom: 2rem;
    }

    .filter-wrap h6 {
        font-size: 1.8rem;
        font-weight: 400;
        color: var(--paragraph-color);
        font-family: 'Nunito Sans', sans-serif;
    }

    .filter-wrap {
        margin-top: 3rem;
        margin-bottom: 2rem;
        gap: 1rem;
    }

    .filter-dropdown {
        min-width: 100%;
        max-width: 100%;
    }

    .filter-dropdown__list,
    .filter-dropdown__current {
        min-width: 100%;
    }

    .products-section {
        margin-bottom: 3rem;
    }

    .products-menu {
        margin-bottom: 2rem;
    }

    .products-card {
        width: 100%;
    }
 
    .products-card__title {
        font-size: 2.2rem;
    }

    .nf-form-cont.nf-form-cont .nf-multi-cell .nf-cell {
        margin-bottom: 1rem;
    }

    .card.card--blue.card--right .card-box__content .btn {
        min-width: 100%;
    }

    .card.card--blue.card--right .card-box__content .btn span {
        padding-right: 5rem;
    }

    .nf-form-cont.nf-form-cont input[type='submit'] {
        padding-right: 2rem;
    }

    .submit-wrap {
        text-align: center;
    }

    .accordion:last-child {
        margin-bottom: 0;
    }

    .accordion__head {
        padding: 1rem 7rem 1.5rem 1rem;
    }

    .accordion__head h6 {
        font-size: 2.2rem;
    }

    .accordion__content {
        padding: 2rem 1.5rem;
    }

    .accordion__head::after {
        width: 3.5rem;
        height: 3.5rem;
        right: 1.5rem;
    }

    .page-template-contact .entry-content .contact-wrap {
        margin-bottom: 3rem;
        gap: 2rem;
    }

    .page-template-contact .entry-content .contact-wrap a {        
        font-size: 2rem;
    }

    .nf-form-cont.nf-form-cont .nf-field-container:not(.hidden-container):last-child {
        margin-bottom: 0;
    }

    .form-wrap__header p {
        font-size: 2rem;
        text-align: center;
    }

    .form-wrap__content {
        padding: 0;
        /* padding: 2rem 0.5rem; */
    }

    p.has-medium-font-size {
        font-size: 2rem !important;
    }

    .page-hero h1 {
        font-size: 3.4rem;
    }

    .page-hero:not(.page-hero--single) {
        min-height: 12rem;
        padding: 1.5rem 0;
    }

    .mb--xs-0 {
        margin-bottom: 0;
    }

    .mb--xs-10 {
        margin-bottom: 1rem;
    }

    .mb--xs-20 {
        margin-bottom: 2rem;
    }

    .post-item {
        padding: 11rem 1.5rem 2rem;
        margin-top: 9rem;
        height: auto;
    }

    .post-item__img {
        width: calc(100% - 3rem);
        height: 17rem;
    }

    .post-item__title {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    .testimonial-box__name p {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .testimonial-box__author-img {
        width: 7rem;
        height: 7rem;
        max-width: 7rem;
    }

    .testimonial-box__author {
        border-top: 0;
        padding-top: 0;
        margin-top: 1rem;
        gap: 1rem;
    }

    .testimonial-box {
        padding: 1rem 1.5rem 5rem;
    }

    .testimonial-box h6 {
        font-size: 2rem;
    }

    .testimonials-carousel .swiper-navigation::before {
        top: 0;
        left: -2rem;
        width: 14rem;
        height: 4rem;
    }

    .testimonials-carousel .navigation-wrapper::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;       
        height: 2px;    
        background: var(--beige);
    }

    .testimonials-carousel .swiper-navigation {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 10rem;
        height: 4rem;
        z-index: 22;
    }

    .testimonials-carousel .navigation-wrapper {
        position: absolute;
        bottom: 0;
        left: 1.5rem;       
        width: calc(100% - 3rem);
        height: 4rem;
        z-index: 22;
    }

    .testimonials-carousel .swiper-navigation .swiper-button-prev, .testimonials-carousel .swiper-navigation .swiper-button-next {
        width: 4rem;
        height: 4rem;
    }

    .testimonials-carousel .swiper-navigation .swiper-button-prev::after, .testimonials-carousel .swiper-navigation .swiper-button-next::after {
        width: 22px;
        height: 14px;
    }

    .wp-block-buttons .wp-block-button:last-child {
        margin-right: 0;
    }

    .archive .story-box {
        width: 100%;
    }

    .archive .stories-wrap,
    .stories-wrap {
        column-count: unset;
        gap: unset;
    }

    .archive .story-box, 
    .page-template-results .story-box {
        width: 100%;
    }
    .story-box {
        width: calc(100% - 30px);
        margin-bottom: 1.5rem;
    }

    .story-box__content h6 {
        font-size: 2.2rem;
        margin-bottom: 1rem !important;
    }

    .story-box__content p {
        margin-bottom: 0;
    }

    .story-box__author p {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .site-container .wp-block-columns {
        gap: 2rem;
    }

    .site-container .wp-block-columns .wp-block-image {
        margin-bottom: 0;
    }

    .card.card--right .card-box__content,
    .card.card--left .card-box__content {
        text-align: center;
        align-items: center;
    }

    .card.card--right,
    .card.card--left {
        padding: 1.5rem;
        height: unset;
        flex-direction: column;
    }

    .card.card--right .card__img {
        min-width: 100%;
        max-width: 100%;
    }

    .icon-box__img {
        min-width: 9rem;
        width: 9rem;
        height: 9rem;
    }

    .icon-box {
        gap: 1rem;
    }

    .icon-box p {
        font-size: 2rem;
    }

    h1, h2, h3, h4, h5, h6,
    p {
        margin-bottom: 2rem;
    }

    button, 
    input[type="button"], 
    input[type="reset"], 
    input[type="submit"], 
    .button, 
    .btn, 
    .site-container .wp-block-button .wp-block-button__link {
        height: 5rem;
        padding-right: 1rem;
    }

    .btn span::before, .site-container .wp-block-button .wp-block-button__link span::before {
        min-width: 3.6rem;
        width: 3.6rem;
        height: 3.6rem;
    }

    .btn span, .site-container .wp-block-button .wp-block-button__link span {
        padding-right: 6rem;
    }

    .wp-block-spacer.wp-spacer-mob-xxs {
        height: 1rem !important;
    }

    .wp-block-spacer.wp-spacer-mob-xs {
        height: 3rem !important;
    }

    .wp-block-spacer.wp-spacer-mob-none {
        height: 0 !important;
    }

    h1 {
        font-size: 4.2rem;
    }

    .home-hero h3 {
        font-size: 3rem;
    }
    
    .home-hero p br {
        display: none;
    }

    h2 {
        font-size: 3.8rem;
    }

    h3 {
        font-size: 3.6rem;
        line-height: 1.38;
    }

    h4 {
        font-size: 3.2rem;
        line-height: 1.38;
    }

    h5 {
        font-size: 2.6rem;
    }

    h6 {
        font-size: 2.4rem;
    }

    .stats-banner [class*='col-']:nth-child(2) .stats-banner__content {
        padding-right: 0;
    }

    .card:not(.card--left):not(.card--right) {
        padding: 95px 1.5rem 3rem;
        margin-top: 75px;
        margin-bottom: 0;
    }

    .card:not(.card--left):not(.card--right) .card__img {
        width: calc(100% - 3rem);
        left: 1.5rem;
        height: 150px;
    }

    .card h5 {
        margin-bottom: 1rem;
    }
        
    .stats-banner h3 {
        font-size: 4rem;
    }

    .stats-banner p {
        max-width: unset;
    }

    .stats-banner [class*='col-']:not(:last-child) {
        margin-bottom: 3rem;
    }

    .txt--xs-center {
        text-align: center;
    }

    .stats-banner {
        padding: 3rem 0;
    }

    .stats-banner__content::after {
        display: none;
    }

    .guide-banner {
        padding: 4rem 0;
    }
    .guide-banner input:not([type='submit']) {
        min-width: 100%;
        max-width: 100%;
    }

    .guide-banner input:not([type='submit']),
    .guide-banner .nf-form-cont.nf-form-cont input[type='submit'] {
        height: 5rem !important;
    }

    .guide-banner nf-rows-wrap {
        flex-direction: column;
        align-items: center;
    }

    .guide-banner .nf-form-cont.nf-form-cont .nf-row {
        width: 100%;
    }

    .guide-banner__img {
        max-width: 29rem;
    }

    .guide-banner__rotating {
        width: 13rem;
        height: 13rem;
        top: -2rem;
    }

    .guide-banner .btn {
        font-size: 1.6rem;
        padding-left: 1rem;
    }

    .guide-banner .btn span {
        padding-right: 4.5rem;
    }

    .home-hero {
        padding-bottom: 14rem;
    }   

    .home-hero h1 {
        margin-bottom: 1rem;
    }

    .home-hero p {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .menu-primary {  max-width: 100%; }

    .title-area {
        max-width: 11.3rem;
    }

    .site-footer a {
        font-size: 2rem;
    }

    .site-footer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .footer-widget-area {
        width: 100%;
        text-align: center;
    }

    .site-footer .contact-wrap {
        align-items: center;
    }

    .footer-widget-area .wp-block-image:last-child {
        margin-bottom: 0;
    }

    .footer-logo {
        max-width: 18rem;
        margin: 0 auto 1.5rem;
    }

    .site-footer .container .container {
        gap: 4rem;
    }
    .widget,
    .footer-widgets .widget-title {
        margin-bottom: 2rem;
    }

    .footer-widgets {
        padding-bottom: 3rem;
    }

    .site-footer__copyright {
        padding-top: 2rem;
    }

    .site-footer__copyright .footer-menu {
        gap: 2rem;
    }

    .site-footer .icon {
        margin-left: 2rem;
    }
}
@media only screen and (max-width: 510px) {

    .ab-block-container.alignfull::before {
        content: " ";
        display: table;
    }

    .ab-block-container.alignfull::after {
        clear: both;
        content: " ";
        display: table;
    }
}

@media only screen and (max-width: 420px) {

    .form-wrap__content iframe {
        min-height: 1000px !important;
    }

    .site-footer__copyright .footer-menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card.card--left {
        gap: 1.5rem;
    }

    .card.card--left .card__img {
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 374px) {
    button, input[type="button"], input[type="reset"], input[type="submit"], .button, .btn, .site-container .wp-block-button .wp-block-button__link {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .btn span, .site-container .wp-block-button .wp-block-button__link span {
        padding-right: 4.5rem;
    }

    h2 {
        font-size: 3.6rem;
    }

    .instagram-section p {
        font-size: 16px;
    }

    .instagram-section .swiper {
        height: 140px !important;
    }
}

@media only screen and (max-width: 370px) {
    .share-wrapper__item {
        flex-direction: column;
        gap: 1rem;
    }
    .home-hero h1 {
        font-size: 3.6rem;
    }

    .home-hero::before {       
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E6E9EF 40%);
    }

    .guide-banner__rotating {     
        top: 0;
        left: 0;
    }

    .error-page img {
        max-width: 100%;
    }
}
/*media query for IE 10 and above*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }

    a,
    a:visited { text-decoration: underline; }

    a[href]::after { content: " (" attr(href) ")"; }

    abbr[title]::after { content: " (" attr(title) ")"; }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after { content: ""; }

    thead { display: table-header-group; }

    img,
    tr { page-break-inside: avoid; }

    img { max-width: 100% !important; }

    @page { margin: 2cm 0.5cm; }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 2px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar { width: 100%; }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar { display: none !important; }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
    }

    .author-box { margin-bottom: 0; }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}