/* 
Theme Name:		 RIA Investment Advisor
Theme URI:		 http://childtheme-generator.com/
Description:	 RIA Investment Advisor is a child theme of Starter Theme (Bootstrap 5), created by ChildTheme-Generator.com
Author:			 RIA Investment Advisor
Author URI:		 http://childtheme-generator.com/
Template:		 starter-theme-bootstrap
Version:		 1.0.0
Text Domain:	 ria-bootstrap-child
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Vars
# Typography & Resets
# General
# Navigation
# Lazy Load
# Paddings & Margins
# Header
# Footer
# General Pages
# Media Queries
--------------------------------------------------------------*/

@import "style-vars8e0e.css";

@import "style-typografy.css";

@import "style-general63d3.css";

@import "style-buttons76ae.css";

@import "style-search-headerce31.css";

/*body,
html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}*/
body p{
    font-size: 18px;
}
h1, .h1{
    font-family: var(--font-family-body);
    font-size: 80px !important;
    font-style: normal;
    font-weight: 100 !important;
    line-height: 100%;
}
@media (min-width: 1200px) and (max-width:1399px){
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl {
        max-width: 1240px!important;
    }
}

/*Header*/

#header.bg-light{
    background-color: transparent !important;   
    margin: 0 auto;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-nav .nav-link {
    font-family: var(--font-family-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

#main-header.header-light.header-scrolled #header{
    background-color: transparent !important;
}
#main-header.header-dark.header-scrolled #header{
    background-color: transparent !important;
}
#main-header.header-scrolled #header{
    padding-bottom: 15px !important;
    padding-top: 15px !important;

}
html{position: relative;}
#main-header{
    position: sticky;
    top: 0;
    z-index: 100;
}
.navbar-light .navbar-toggler {
    border-color: transparent !important;
}
.navicon {
    margin: 0;
    float: right;
    position: relative;
    height: 45px;
    width: 45px;
    display: block;
    z-index: 99;
    top: 11px;
    right: -25px;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.navicon.navicon--active{
    height: 45px;
    top: 5px;
}
.navicon:before, .navicon:after {
    background: #000;
    backface-visibility: hidden;
    content: "";
    height: 2px;
    left: 0;
    transition: 0.8s ease;
    width: 20px;
}
.navicon.navicon--active:before, .navicon.navicon--active:after{
    background: #000;
}
.navicon:before {
    box-shadow: #000 0 6px 0 0;
    position: absolute;
    top: 4px;
}
.header-dark  .navicon:before{
    box-shadow: #000 0 6px 0 0;
}
.header-dark .navicon:before, .header-dark .navicon:after {  background: #000;}
.navicon:after {
    position: absolute;
    top: 16px;
    width: 20px;
    left: 0;
}
.navicon--active {
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all linear 0.5s;
}
.header-dark .navicon.navicon--active:before, .header-dark .navicon.navicon--active:after{
    background: #fff;
}
.navicon--active:before {
    box-shadow: transparent 0 0 0 0 !important;
    top: 15px;
    transform: rotate(225deg);
}
.navicon--active:after {
    top: 15px;
    transform: rotate(315deg);
    width: 20px;
    left: 0;
}
#wrap-menu{
    padding: 73px 20px 30px 20px;
}
.header-top-area .form-control.input-search{
    border-radius: 0!important;
    height: 40px !important;
    padding: 9px 0  !important;
    font-size: 16px !important;
}
.header-top-area .search-form .btn{
    padding: 0 !important;
    width: 14% !important;
}
.header-top-area .search-form{
    width: 306px;
}
.dp-3,
.dp-3 p,
.dp-3 ul,
.dp-3 ol,
.dp-3 li{
    font-family: var(--font-family-body);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}
.toggle {
    display: block;
    margin: 0 auto;
    width: 100vw;
    background: #000;
    opacity: 0;
    -o-transition: all 0.8s ease-in;
    -ms-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -webkit-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
    position: fixed;
    z-index: 10 !important;
    max-width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}
.toggle--active {
    display: block;
    opacity: 1;
    -o-transition: all 0.8s ease-in;
    -ms-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -webkit-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.toggle__menu {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin:0;
    padding:0;
}
.toggle__menu li {
    display: block;
}
.toggle__menu li a {
    font-family: bookmania, serif;
    color: #fff;
    font-size: 18px !important;
    line-height: 18px;
    font-weight: 700 !important;
    display: block;
    margin-bottom: 10px;
}

.toggle__menu li li a {
    font-family: bookmania, serif;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700 !important;
}
.toggle__menu ul,
.toggle__menu li{
    margin: 0;
    padding: 0;
}
.toggle__menu li.menu-item-has-children{
    margin-bottom: 20px;
}
.navbar-toggler{
    padding: 0 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    border: 0 !important;
}

.navicon-box{
    width: 20px;
    height: 45px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    text-decoration: none;
    background: transparent;
    -o-transition: transform 0.5s, background-color 0.5s;
    -ms-transition: transform 0.5s, background-color 0.5s;
    -moz-transition: transform 0.5s, background-color 0.5s;
    -webkit-transition: transform 0.5s, background-color 0.5s;
    transition: transform 0.5s, background-color 0.5s;
}  
#mobile-menu .nav-link{
    color: var(--color-white) !important;
    text-align: center;
}
.header-top-area{
    background-color: var(--color-white);
    padding: 8px 0;
}
.header-main-main{
    background-color: var(--color-neutral);
    padding: 27px 0;
    /*transition: 0.5s padding ease;*/
}
.scrolling .header-main-main{
    padding: 10px 0;
    /*transition: padding 0.5s ease;*/
}
.scrolling .main-content{
    margin-right: -1px!important;
    padding-right: 1px!important; /* Ajusta este valor según sea necesario para tu caso */
}
.header-top-area .input-search{
    border-width: 0 0 1px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0x;
    border-color: #272727 !important;
    color: var(--color-dark);
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.32px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-dark);
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 1; /* Firefox */
}
.gfield::placeholder,
.gfield:-ms-input-placeholder,
.gfield::-ms-input-placeholder{
    color: var(--color-lavender);
    font-family: var(--font-family-body);
    font-size: 16px !IMPORTANT;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 1;
} 
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--color-dark);
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--color-dark);
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.header-top-area .input-search:hover,
.header-top-area .input-search:focus{
    box-shadow: none;
}
.header-top-area button.btn{
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    background-color: transparent;
}
.header-top-area button.btn:hover,
.header-top-area button.btn:focus{
    background-color: transparent;
}
.menu{
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0 !important;
}
.menu a{
    font-family: var(--font-family-body);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.menu li{
    padding-right: 32px;
}

.gform_footer input[type='submit']{ 
    padding: 18px 56px 18px 30px;
}
.header-main-main .cta-btn, .form-style-1 .gform-button{
    margin-left: 28px;
}
.cta-btn svg{
    margin-left: 16px;
}
.gravity-menu input[type=email],
 .gravity-menu input[type=text]{
	    border-radius: 6px 0px 0px 6px !important;
    border-color: #000 !important;
    height: 32px !important;
    padding: 10px !important;
    background-color: transparent !IMPORTANT;
    font-size: 16px !important;
}
.gravity-menu .gform-button{
	border-radius: 0px 6px 6px 0px;
    background-color: #000;
    color: #fff;
    height: 32px;
    border: 0;
    padding: 0 14px;
    width: 90px!important;
}
.gravity-menu .gform_wrapper.gravity-theme .gform_fields{
	    grid-column-gap: 0 !important;
	    display: flex;
}
.cta-btn:hover,
.cta-btn:focus,
.form-style-1 .gform-button:hover,
.form-style-1 .gform-button:focus,
.box-gravity .gform_button:hover,
.box-gravity .gform_button:focus,
.gform_footer input[type='submit']:hover,
.gform_footer input[type='submit']:focus
{
    background-color: var(--color-blue2);
    color: var(--color-white);
    text-decoration: none;
}
/*Custom Checkbox*/
.gfield_checkbox .gchoice {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .sf-level-0{
    position: relative !important;
    padding-left: 29px !important;
    margin-bottom: 14px !IMPORTANT;
  }
  .gfield_radio .gchoice{
    position: relative;
    padding-left: 40px;
    margin-right: 20px;
  }
  .gfield_radio .gchoice label:after{
    content: "";
    background: #fff;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    z-index: 0;
  }
  .gfield_checkbox .gchoice label:after {
    content: "";
    background: #fff;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    z-index: 0;
  }
  .sf-level-0 label:after{
    content: "";
    background: #fff;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    z-index: 0;
  }
  .gfield_checkbox .gchoice label:before {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 17px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    left: 12px;
    top: 4px;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
    transition: all 100ms;
  }
  .sf-level-0 label::before{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 13px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    left: 9px;
    top: 4px;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
    transition: all 100ms;
  }
  .gfield_radio .gchoice label:before{
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #000;
    left: 7px;
    top: 4px;
    opacity: 0;
    z-index: 1;
    transition: all 100ms;
    border-radius: 50px;
  }
  .gform_wrapper input[type=checkbox],
  .gform_wrapper input[type=radio],
  .sf-level-0 input[type=checkbox]{
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 27px;
    height: 27px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  .gform_wrapper input[type=checkbox] + label,
  .gform_wrapper input[type=radio] + label,
  .sf-level-0 input[type=checkbox] + label{
    cursor: pointer;
  }
  .gform_wrapper input[type=checkbox]:checked + label:before {
    opacity: 1;
    top: 7px;    
  }
 .gform_wrapper input[type=radio]:checked + label:before{
    opacity: 1;
    top: 7px;
  }
  .gform_wrapper input[type=checkbox]:checked + label::after,
  .gform_wrapper input[type=radio]:checked + label::after{
    background-color: #F8CD06;
  }
  .sf-level-0 input[type=checkbox]:checked + label:before{
    opacity: 1;
    top: 5px; 
  }
  .sf-level-0 input[type=checkbox]:checked + label::after{
    background-color: #F8CD06;
  }
/*Menu Mobile*/

div.head-menu:before {
    content: "";
    display: block;
    z-index: -1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    transition: opacity .2s, visibility 0ms linear .2s, z-index 0ms linear .2s;
}
div.head-menu.active:before {
    transition: opacity .2s, visibility 0ms;
    z-index: 5;
    opacity: 1;
    visibility: visible;
}
div.head-menu.active .slide-out-menu {
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
    transition: opacity .2s, visibility 0ms, transform .5s cubic-bezier(.23,1,.32,1);
}
div.head-menu .navbar {
    padding: 10px;
}
div.head-menu .slide-out-menu {
    z-index: 9000;
    background: #fff;
    position: fixed;
    left: 0;
    top: 139px;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: opacity .2s, visibility 0ms linear .2s, transform .5s cubic-bezier(.23,1,.32,1);
    transform: translate3d(-100%,0,0);
}
/*div.head-menu .slide-out-menu {
    z-index: 9000;
    background: #fff;
    position: fixed;
    left: 0;
    top: 95px;
}*/
body.scrolling div.head-menu .slide-out-menu {
    top: 65px;
}
div.head-menu .slide-out-menu div.menu-panels {
    overflow: hidden;
}

div.head-menu .slide-out-menu div.menu-panels ul {
    margin: 0;
    padding: 0;
    list-style: none;    
    height: 100vh;
}
div.head-menu .slide-out-menu div.menu-panels .menu ul{
    background-color: #EAECF9 !important;
}
div.head-menu .slide-out-menu div.menu-panels ul li {
    font-size: 18px;
    background-color: #fff;
    border-bottom: 0;
    position: relative;
}
div.head-menu .slide-out-menu div.menu-panels ul li.main-parent:after{
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M9.4 18L8 16.6L12.6 12L8 7.4L9.4 6L15.4 12L9.4 18Z' fill='black'/%3e%3c/svg%3e");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    right: 40px;
    top: 31%;
}

div.head-menu .slide-out-menu div.menu-panels ul li a {
    width: 100%;
    display: block;
    padding: 20px 40px;
    color: var(--color-black);
    text-decoration: none;
    font-family: var(--font-family-body);
   font-size: 18px;
   font-style: normal;
   font-weight: 500;
   line-height: 29.901px
}
div.head-menu .slide-out-menu div.menu-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    background: #fff;
    z-index: 0;
    transition: transform .4s cubic-bezier(.23,1,.32,1), visibility 0s linear .4s;
    visibility: hidden;
    transform: translateX(-100%);
    padding-top: 0 !important;
  
}
div.head-menu .slide-out-menu div.menu-panel.is-active {
    visibility: visible;
    transition: transform .4s cubic-bezier(.23,1,.32,1), visibility 0s;
    transform: translateX(0);
    z-index: 1;
}
.slide-out-menu .menu{
    background-color: #EAECF9 !important;
}
.slide-out-menu .menu .sub-menu li {
    padding-right: 0;
    background-color: #EAECF9 !important;
    border-top: 1px solid #000;
}
div.head-menu .slide-out-menu div.menu-panels ul li.btn-main-menu{
    border-top: 0 !important;
    padding: 0 !IMPORTANT;
    border: 0;
    margin-top: 17px;
}
div.head-menu .slide-out-menu div.menu-panels ul li.btn-main-menu a{
    border-radius: 30px;
    border: 2px solid #1435D5;
    text-align: center;
    padding: 19px 25px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    max-width: 93%;
    margin: 0 auto;
    background-color: #1435D5;
    color: #fff !important;
}
div.head-menu .slide-out-menu div.menu-panels ul li.btn-main-menu a:hover,
div.head-menu .slide-out-menu div.menu-panels ul li.btn-main-menu a:focus{
    background-color: #1A2F92;
    color: #fff !important;
    border-color: #1A2F92;
}
div.head-menu .slide-out-menu div.menu-panels ul li.btn-main-menu a{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3e%3cg clip-path='url(%23clip0_2009_14583)'%3e%3cpath d='M1.95471 1.1604H13.3396V12.5453' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3e%3cpath d='M0.46228 14.0378L12.8378 1.66235' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_2009_14583'%3e%3crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 24px center;
}

.slide-out-menu .menu .sub-menu li.btn-submenu{
    border-top: 0 !important;
    padding: 0 !IMPORTANT;
    border: 0;
    margin-top: 17px;
}
.slide-out-menu .menu .sub-menu li.btn-submenu a{
    border-radius: 30px;
    border: 2px solid #1435D5;
    text-align: center;
    padding: 19px 25px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    max-width: 93%;
    margin: 0 auto;
}
.slide-out-menu .menu .sub-menu li.btn-submenu a:hover,
.slide-out-menu .menu .sub-menu li.btn-submenu a:focus{
    background-color: #1435D5;
    color: #fff !important;
}
.slide-out-menu .menu .sub-menu li::after{
    display: none;
}
.slide-out-menu .menu .menu-panel.is-active > a{
    background-color: #1435D5;
    width: 100%;
    display: block;
    color: var(--color-white);
    padding: 16px 40px 16px 64px; 
    font-family: var(--font-family-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 29.901px;
    position: relative;
}
.slide-out-menu .menu .menu-panel.is-active > a::before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M14.6 6L16 7.4L11.4 12L16 16.6L14.6 18L8.6 12L14.6 6Z' fill='white'/%3e%3c/svg%3e");
    content: "";
    position: absolute;  
   width: 24px;
   height: 24px;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center center;
   left: 30px;
   top: 31%;
}
.main-parent{
   border-top: 1px solid #000;
}
/*Mega Menu*/
li.mega-menu-item{
    padding-bottom:0px!important;
    padding-top:0px!important;
}
li.mega-menu-item .title{
    margin-top:17px!important;
}
li.mega-menu-item a.mega-menu-link,
li.mega-menu-item .title,
li.mega-menu-item ul.recent_posts_list div.title a{
    font-family: var(--font-family-body)!important;
    color: var(--color-black)!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 600!important;
    padding: 0;
    margin: 0px !important;
    text-decoration: none!important;
    text-transform: initial!important;
}
li.mega-menu-item > a.mega-menu-link:hover, 
li.mega-menu-item > a.mega-menu-link:focus,
li.mega-menu-item ul.recent_posts_list div.title a:hover{
    font-weight: 600 !important;
    color: var(--color-blue) !important;
}
li.mega-menu-item ul.recent_posts_list{
    margin-top:17px;
    margin-left: 0px!important;
    padding-left: 0px!important;
}
li.mega-menu-item ul.recent_posts_list,
li.mega-menu-item ul.recent_posts_list li{
    list-style: none;
}
li.mega-menu-item ul.recent_posts_list li{
    font-size: 16px;
    margin-bottom: 15px;
}
li.mega-menu-item ul.recent_posts_list li:last-child{
    margin-bottom: 20px;
}
li.mega-menu-item .cta{
    margin-top:15px!important;
}
li.mega-menu-item p{
    font-size:16px!important;
}
li.mega-menu-megamenu > ul.mega-sub-menu{
    top: 74px;
}
ul.mega-sub-menu li.mega-menu-column:first-child{
    padding-right:50px!important;
}
ul.mega-sub-menu li.mega-menu-column.col-middle{
    border-left:1px solid #75767c!important;
    border-right:1px solid #75767c!important;
    padding-left:50px!important;
    padding-right:50px!important;
}
ul.mega-sub-menu li.mega-menu-column:last-child{
    padding-left:50px!important;
}
.mega-indicator{
    display: none !important;
}
.mega-menu-item .mega-block-title{
    font-family: var(--font-family-body)!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 300!important;
    line-height: normal!important;
    text-transform: uppercase!important;
    color: var(--color-black)!important;
    margin-bottom: 5px!important;
}
/*.mega-menu-item .mega-menu-link{
    font-family: var(--font-family-body) !important;
font-size: 18px !important;
font-style: normal;
font-weight: 600 !important;
line-height: 29.901px !important;
color: var(--color-black) !important;
text-transform: capitalize !IMPORTANT;
}*/

.box-post-menu a,
.info-news{
    font-family: var(--font-family-body) !important;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 29.901px;
color: var(--color-black);
text-transform: capitalize;
margin-bottom: 5px;
}
.box-post-menu a:hover,
.box-post-menu a:focus{
    color: var(--color-blue) !important;
}
.post-text{
font-family: var(--font-family-text);
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 18.4px;
color: var(--color-black);
text-transform: capitalize;
}
.box-post-menu:not(:last-child){
    margin-bottom: 50px;
}
.btn-link-megamenu{
    max-width: 315px !important;
}
#mega-menu-wrap-main-left-menu #mega-menu-main-left-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 6px 0 6px 0 !important;   
}
.mega-column-title .btn-link-megamenu a.mega-menu-link{
    text-align: center !important;
    font-family: var(--font-family-body) !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
text-transform: capitalize !important;
color: var(--color-blue) !important;
padding: 12px 26px !important;
border-radius: 30px !important;
border: 1px solid #1435D5 !important;
background: #EAECF9 !important;
}

.mega-column-title .btn-link-megamenu a.mega-menu-link:hover,
.mega-column-title .btn-link-megamenu a.mega-menu-link:focus{
    background-color: #1435D5 !important;
    color: #fff !important;
}
.btn-link-megamenu{
    margin-top: 25px !important;
}
.column-center{   
    padding-right: 60px !IMPORTANT;
    padding-left:  60px !IMPORTANT;
    border-right: 1px solid var(--color-black) !important;
    border-left: 1px solid var(--color-black) !important;  
}
.column-l{
    padding-left: 37px !important;
}
.mega-menu > .mega-menu-item-has-children:hover > a,
.mega-menu > .mega-menu-item-has-children:focus > a,
.mega-menu > .mega-current-page-ancestor > a,
.mega-menu > li.mega-menu-item:hover > a,
.mega-menu > .mega-current-menu-item > a{
    border-bottom: 4px solid #3C3EC4 !important;
}
.mega-column-title .ginput_container_email input{
    border-radius: 6px 0px 0px 6px;
    border: 1px solid var(--color-black);
    background: #EAECF9;
    padding: 10px 16px !important;
    height: 32px !important;
    color: var(--color-black);
    font-family: var(--font-family-body) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18.4px;
}
.mega-column-title .gform-button{
    border-radius: 0px 6px 6px 0px !important;
    background: var(--color-black) !important;
    padding: 0 !important;
    background-color: var(--color-black);
    font-family: var(--font-family-body) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; 
    letter-spacing: -0.32px;
    color: var(--color-white) !important;
    height: 32px !important;
    width: 90px !important;
    border: 0 !important;
}
.mega-column-title .gform-button:hover,
.mega-column-title .gform-button:focus{
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
}
.mega-column-title  .gform_fields{
    column-gap: 0 !important;
}
/*End Header*/
/*Gravity Forms*/
.gform_heading{
    display: none;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0!important;
    padding: 0!important;
    position: relative;
}
.gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner, 
.gform_wrapper.gravity-theme .gform_page_footer .gform_ajax_spinner{
    position:absolute;
    right:-30px;
    top:10px;
}
.form-style-1 .gform-button,
.box-gravity .gform_button,
.gform_footer input[type='submit'],
.sales-form input[type='submit']{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cg clip-path='url(%23clip0_1462_9)'%3e%3cpath d='M1.95471 0.6604H13.3396V12.0453' stroke='%23F6F4EB' stroke-width='2' stroke-miterlimit='10'/%3e%3cpath d='M0.46228 13.5378L12.8378 1.16229' stroke='%23F6F4EB' stroke-width='2' stroke-miterlimit='10'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1462_9'%3e%3crect width='14' height='14' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center right 20px;
    border-radius: 34px !important;
    margin-top:20px;
}
.form-style-1 .gform-button{
    text-align:left!important;
}
.gravity-form.form-style-1 .gform-buttonm
.gform_footer input[type='submit']{padding:18px 40px 18px 26px!important;text-align: left!important;}
.box-gravity .gform_button{
    padding:18px 40px 18px 26px!important;
    text-align: center !important;
}
.gfield_label,
.sales-form .label{
    color: var(--color-blue);
    font-family: var(--font-family-body);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    padding-left: 24px !important;
}
.gform_wrapper.gravity-theme #field_submit{
    position: relative;
}
.gform_wrapper.gravity-theme #field_submit .gform_ajax_spinner{
    right:-30px;
    bottom:20px;
    position: absolute;
}
.sales-form .input{
    margin-bottom: 6px;
}
.sales-form .input input[type='submit']{
    margin-top: 5px!important;
}
.sales-form .input input,
.sales-form .input select,
.sales-form .input textarea{
    width: 100%;
}
.sales-form .input textarea{
    height: 100px;
}
.sales-form .error{
    border:1px solid var(--color-red);
}
.sales-form label.error{
    border: none;
    color:var(--color-red);
    display: none!important;
    font-size: 14px;
    margin-left: 25px;
}
.sales-form div.container-message{
    background: red;
    border-radius: 30px;
    color:white;
    font-size: 14px;
    margin-left: 0px;
    margin-bottom:1rem;
    margin-top:1rem;
    padding: 8px 30px;
    text-align: center;
}
.sales-form div.container-message p{margin:0}
.sales-form div.container-message {
    display: none
}
.box-gravity input:focus::placeholder,
.box-gravity textarea:focus::placeholder,
.gravity-form input:focus::placeholder,
.gravity-form textarea:focus::placeholder,
.input-search:focus::placeholder{
    color: transparent;
  }
.box-gravity{
    padding: 41px 40px;
    border-radius: 60px;
    border: 1px solid #1435D5;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
}
.box-gravity.home {
    padding: 0;
}
.box-gravity.sended{
    background: var(--color-neutral-2);
}
.box-gravity.sended .box-thank {
    background: white;
    border:1px solid var(--color-lavender);
    border-radius: 30px;
    margin: 4rem auto;
    padding: 2rem;
    max-width: 480px;
    text-align:center;
}
.box-gravity.sended.home .box-thank {
    background: white;
    border:none;
    border-radius: 30px;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
}
.box-gravity.sended .box-thank img{
    margin-bottom: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    width: 100%;
}
.box-gravity.sended .box-thank .title{
    font-size: 27px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.box-gravity.sended .box-thank .title strong{
    display: block;
}
.search-form .btn{
    width: 20%;
}
.full-input .ginput_complex {  
    flex-flow: column !important;
}
/*--------------------------------------------------------------
# Custom Select
--------------------------------------------------------------*/
/*.custom-select select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    border:0!important;
    background: #fff;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color:#292929;
    cursor:pointer;
    font-size: 1em;
    font-family: var(--font-family-text);
    font-weight: 400;
 }
 .custom-select select::-ms-expand {
    display: none;
 }
 .custom-select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    max-width: 100%;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.2);
 }
 .custom-select::after {
    content: '';    
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3e%3cpath d='M1.88 0.328003L8 6.58061L14.12 0.328003L16 2.26236L8 10.4357L0 2.26236L1.88 0.328003Z' fill='%231435D5'/%3e%3c/svg%3e");
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
    width: 40px;
    height: 100%;
    background-size: 20px;   
    background-repeat: no-repeat;
    background-position: center right 10px;
    color: #ABC937 !important;
 }
 .custom-select:hover::after {
    color: #ABC937;
 }*/
/*General*/
em{
    color: inherit !important;
}
#main {
    margin-top: -1px !important;
}
.label-1{
    font-family: var(--font-family-text);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.901px;
}
.label-2{   
    font-family: var(--font-family-body);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.label-info{
    color: #404040;
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; 
    text-transform: uppercase;
    border-radius: 54px;
    padding: 9px 24px 7px;
    background-color: #C6CFF2;
}
.link-contact{
    color: var(--color-black) !important;
    font-family: var(--font-family-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-decoration-line: underline;
}
.divider{
    margin-left: 24px;
    margin-right: 24px;
}
.divide-line{
    height: 2px;
    background: #C6CFF2;
}
.bottom-line{
    background-color: var(--color-neutral);
}
.h-auto{
    height: auto !important;
}
.icon-phone{
    margin-right: 16px;
}
.slider-partners.owl-carousel .owl-stage {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

/*Share Post*/
.share-text{
color: #fff;
text-align: center;
font-family: var(--font-family-body) !important;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px;
text-transform: capitalize;
}
.content-share{
    font-family: var(--font-family-body) !important;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
    border-radius: 28px;
    border: 1px solid #FFF;
    background: var(--Light-Blue, #435DE2);
    padding: 18px 12px;
    max-width: 80px;
    position: fixed;
    right: 5%;
    top: 225px;
    z-index: 99;
}
.a2a_kit a {   
    height: 43px;
    line-height: 30px;
    width: 43px;
    padding: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.addtoany_list{
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.a2a_kit a.addtoany_share_save{
    padding: 0;
    display: none !important;
}
.a2a_kit a.addtoany_share_save img{
    width: 30px;
}
.a2a_kit a:hover,
.a2a_kit a:focus{
    background-color: transparent !important;
}
.a2a_kit a:hover svg path,
.a2a_kit a:focus svg path{
    fill: #fff;
}
a.a2a_i,
a.a2a_more span{
    font-family: var(--font-family-body) !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 20px !important;
    letter-spacing: -0.02em;
    color: #7C96A5 !important;
}
.addtoany_list {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    flex-direction: column;
    gap: 12px;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }

/*Section Blog*/
.entry-thumbnail{
    height: 15em;
    overflow: hidden;
}
.section-blog-featured .entry-featured.entry-thumbnail{
    height: auto;
}
.section-blog-featured .entry-list.entry-thumbnail{
    height: 178px;
}
.card-entry-list:not(:last-child){
    margin-bottom: 45px;
}
.card-featured{
    border-bottom: 1px solid #A4B3E9 !important;
    border-radius: 0 !important;
}
.card-entry-list .card-body{
    border-bottom: 1px solid #A4B3E9;
    padding-bottom: 18px !important;
}
.entry-thumbnail img{
    transform: scale(1,1);
    transform-origin: 50% 50%;
    will-change: transform;
    transition: transform .5s ease 0s;
}
.entry-thumbnail img:hover,
.entry-thumbnail img:focus{
    transform: scale(1.075, 1.075);
}
.card-img-top{
    border-radius: 0 !important;
}
.label{
    border-radius: 25px;
    display: inline-block;
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.901px;
    padding: 1px 25px 0px;
}
.label-abs{
    left: 15px;
    position: absolute;
    top: 13px;
    z-index: 1;
}
.label-blue{
    background: var(--color-blue3);
    color: var(--color-white);
}
.label-blue:hover,
.label-blue:focus{
    background-color: var(--color-blue2);
}
.label-yellow{
    background: linear-gradient(88deg, #F4A00D -0.39%, #F8CD06 24.33%);
    color: var(--color-black);
}
.label-yellow:hover,
.label-yellow:focus{
    background: linear-gradient(88deg, #F4A00D -0.39%, #F8CD06 24.33%);
}
.card-title{
    line-height: 35px !important;
}
.card-title a{
color: var(--color-black);
font-family: var(--font-family-body);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 30px;
text-transform: capitalize;
}
.entry-meta{
color: var(--color-blue);
font-family: var(--font-family-body);
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 29.901px;
margin-bottom: 15px;
}
.section-blog{
    padding: 5rem 0 4rem;
}
.section-blog .filter-blog{
    margin-bottom: 4rem;
}
.section-blog .card{   
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--color-lavender) !important;
    width: 100%;
    height: 100%;
}
.section-blog .card-body {
    display: flex;    
    padding: 21px 0 30px 0 !important;
    gap: 0.51em;
    flex-direction: column;
}
.section-blog .row-cta{margin-top:4.5rem}
.filter-blog{
    justify-content: center;
    border: 1px solid #1435D5;
    border-radius: 73px;
    max-width: 623px;
    margin: 0 auto;
    background-color: #fff;
}
.filter-blog .nav-item{    
    width: 50%;
    background-color: transparent;
    border-radius: 73px;   
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding: 5px;
}
.section-blog .nav-pills .nav-link.active, .nav-pills .show>.nav-link,
.section-blog .nav-pills .nav-link:hover,
.section-blog .nav-pills .nav-link:focus {   
    background: linear-gradient(88deg, #F4A00D -0.39%, #F8CD06 24.33%);  
    color: var(--color-black);
}
.section-blog .nav-pills .nav-link {
    width: 100%;
    border-radius: 30px !important;
    height: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--color-black);
    text-align: center;
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; 
}

.section-services{
    background: var(--color-neutral);
	padding-top:6rem;
    padding-bottom:6rem;
}
.section-cards{
    padding-top:5rem;
    padding-bottom:5rem;
}
.headline{
    font-family:var(--font-family-body);
    margin-bottom: 3rem;
}
.headline span{
	color:var(--color-light-blue);
    font-weight: bold;
}
.section-services img.card-img-top,
.section-cards img.card-img-top{
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 103px!important;
}

.section-services .card,
.section-cards .card,
.section-financial-pathways .card{
	background: #FFF; 
	/* blue drop shadow */
	box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
	border-radius: 30px;
	border: 1px solid var(--color-blue);
	height: auto;
    padding-top: 23px;
    padding-bottom: 2rem;
	padding-left:10px;
	padding-right:10px;
    /*font-size: 28px !important;*/ 
}

.section-services .card:hover{
    background: url(../jpg/carg-bg-hover3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.section-services .card:hover .card-title,
.section-services .card:hover .card-text{
    color:#fff;
}

.section-services .card-title,
.section-cards .card-title{
    align-items: center;
    display: flex;
	font-family:var(--font-family-body);
	color: var(--color-grey);
	font-style: normal;
	font-weight: 500!important;
    justify-content: center;
	margin-bottom: 15px;
	text-transform: capitalize; 
}
.section-services.section-box-five .card-title{
    margin-bottom: 51px;
}
.section-services.section-box-five .card{
    padding-top: 5px;
}
.section-services .card-text,
.section-cards .card-text{
	color: var(--color-black);
	text-align: center;
	font-family: var(--font-family-text);
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 125%; /* 25px */ 
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.section-services .card-body,
.section-cards .card-body{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.section-services .card-cta,
.section-cards .card-cta{
    margin-top:1.5rem;
}
.section-cards .card{
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.section-single-cards-four-columns .card:hover{
    border: 1px solid var(--color-blue);
    background: linear-gradient(88deg, var(--color-orange) -0.39%, var(--color-yellow) 24.33%);
    /* blue drop shadow */
    box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
}
.section-single-cards-four-columns .card:hover .card-cta a{
    border: 1px solid var(--color-blue)!important;
    background: var(--color-blue)!important;
    color:var(--color-white)!important;
}
.section-blue{
	background: linear-gradient(90deg, #3166EA 0%, #1F3EBE 100%); 
	color: var(--color-white);
}
.section-blue .inner-section{
    padding-top:4rem;
    padding-bottom:4rem;
}
.section-blue .headline{
	color: var(--color-white);
	font-weight:bold!important;
	margin-bottom:2rem;
}
.section-blue .text{
	font-size:18px;
	margin-bottom:2rem;
}

.section-blue-center{
    background: var(--color-neutral) !IMPORTANT;
    padding-bottom: 120px;
}
.section-blue-center .inner-section{
    max-width: 55%;
    margin: 0 auto;
    border-radius: 25px;
    padding: 5%;
    background: linear-gradient(90deg, #3166EA 0%, #1F3EBE 100%);
}
.section-subscriptions{
    padding: 6rem 0;
}
.section-subscriptions .ginput_container_email{
    width: 285px;
}
.section-subscriptions .gform_footer:after{
    display:none;
}
/*
.section-subscriptions .gform_footer input[type='submit']{
    border:none;
    border-radius: 30px;
    background: linear-gradient(106deg, #F4A00D 13.31%, #F8CD06 78.53%);
    color: #000;
    font-size:16px;
    font-weight: 600;
    line-height: 1;
    margin:0!important;
    padding:16px 40px 16px 15px;
    text-transform: uppercase;
    width: 100%;
}

.section-subscriptions .gform_footer::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3e%3cg clip-path='url(%23clip0_1827_6370)'%3e%3cpath d='M1.95483 1.1604H13.3397V12.5453' stroke='%23000000' stroke-width='2' stroke-miterlimit='10'/%3e%3cpath d='M0.462158 14.0377L12.8376 1.66223' stroke='%23000000' stroke-width='2' stroke-miterlimit='10'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1827_6370'%3e%3crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: inline-block;
  margin-left: 1.5rem;
  width: 14px;
  height: 14px;

  position: absolute;
  z-index: 100;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
*/



.section-market{
    padding: 4rem 0 4rem;
}
.section-subscriptions .row-cont{
    margin-bottom: 2.5rem;
}
.box-subscription{
    border-radius: 25px;
    border: 1px solid #1435D5;
    background: #F7F8FB;
    box-shadow: 2px 4px 6px 0px rgba(60, 86, 196, 0.30); 
    padding:1.9rem 1.5rem;
}
.two-columns-subscriptions .box-subscription{
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 1.9rem 1.5rem;
    text-align: center;
}
.two-columns-subscriptions .label-abs{
    position: unset;
    margin: 0 auto 38px;
}
.box-subscription img.image-subscription{
    display: block;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.box-subscription .buttons{
    column-gap: 10px;
    display: flex;
    justify-content: space-around;
}
.box-subscription figure{
    margin-bottom: 1.8rem;
    margin-top: 3rem;
}
.box-subscription .buttons .btn{
    padding: 9px 30px !important;
}
/* ---------------------------------------------- /*
 * Listen Live
/* ---------------------------------------------- */
.listen-live{
    position: fixed;   
    bottom: 30px;
    left: 30px;
    z-index: 13;
    /*border-radius: 43px;
    border: 1px dashed #435DE2;*/
    padding:8px;

   
}

.listen-live .box{
    align-items: center;
    border-radius: 33px;
    background: linear-gradient(88deg, #F4A00D -0.39%, #F8CD06 24.33%);
    display: flex;
    color:#272727;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: width 1s;
    width:66px;
    height: 66px;
	
}

/*Border Animate*/
.circle-live{
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: 1px dashed #435DE2;
    background-clip: content-box;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    position: absolute;   
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 2s;
}
@keyframes spin { 
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
  }
  .listen-live:hover .circle-live{
    opacity: 0;    
    transition: all 2s;
  }

.listen-live .box:hover,
.listen-live .box:active{
    width:190px;
}
.listen-live .box .box-left{
    align-items: center;
    height: 66px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    width: 66px;
}
.listen-live .box .box-right{
    border-left: 1px solid #272727;
    font-size: 14px;
    left: 66px;
    height: 46px;
    width: 120px;
    position: absolute;
    padding-left: 10px;
    text-align: left;
    top:12px;
}
.listen-live .box .podcast-time{
    font-weight: bold;
}
.animate-line{   
    animation: rotation 4000ms infinite linear;
    transform-origin: 50% 50%;
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to   {transform: rotate(360deg);}
    }
/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
    border: 2px solid #1435D5;
    border-radius: 16px 16px 11px 11px;
    height: 50px;
    width: 30px;
    display: block;
    z-index: 10;
    opacity: 0.7;
    background-color: rgba(164, 179, 233, 0.3);
  
  }
  .anchor-link{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 18px;
  }
  .mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
            animation-name: drop;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #1435D5;
    width: 2px;
    height: 10px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
  }
  @-webkit-keyframes drop {
    0% {
      top: 5px;
      opacity: 0;
    }
    30% {
      top: 10px;
      opacity: 1;
    }
    100% {
      top: 25px;
      opacity: 0;
    }
  }
  @keyframes drop {
    0% {
      top: 5px;
      opacity: 0;
    }
    30% {
      top: 10px;
      opacity: 1;
    }
    100% {
      top: 25px;
      opacity: 0;
    }
  }
  /*Custom Select*/
  
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }
  
  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
  }
  
  .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border: 1px solid var(--color-blue);
    padding: 17px 25px!important;
    color: #757575 !important;
    font-family: var(--font-family-body) !important;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' viewBox='0 0 15 10' fill='none'%3e%3cpath d='M1.7625 0L7.5 6.18598L13.2375 0L15 1.91375L7.5 10L0 1.91375L1.7625 0Z' fill='%231435D5'/%3e%3c/svg%3e");
    transform: rotate(0);
    -webkit-transform: rate(0);
    position: absolute;
    top: 25px;
    right: 23px;
    width: 15px;
    height: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .select-styled:hover {
    background-color: #fff;
  }
  .select-styled:active, .select-styled.active {
    background-color: #fff;
  }
  .select-styled:active:after, .select-styled.active:after {
    top: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  
  .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #1435D5;
  }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #1435D5;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #757575;
  }
  .select-options li:first-child{
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top: 0
  }
  .select-options li:last-child{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .select-options li:hover, .select-options li.is-selected {
    color: #1435D5;
    background: #fff;
  }
  .select-options li[rel="hide"] {
    display: none;
  }
  
/*Internal Banner*/
.over-hide{
    overflow: hidden;
}
h1.headline-banner{
    font-size: 58px !important;
}
.text-banner{
color: #272727;
font-family: var( --font-family-body);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 36px;
}
.headline-banner b,
.headline-banner strong{
    font-weight: 700;
}
.section-internal-two-shapes{
    overflow: hidden;
    position: relative;
}
.img-top-banner-shape{
    position: absolute;
    top: -54%;
    left: -15%;  
    width: 100%;
    height: 100%;
}
.img-bottom-banner-shape{
    position: absolute;
    right: 0%;
    bottom: -5%;
}
.section-internal-banner{
    background-color: rgb(247 248 251) !important;
    background-size: 61% !important;
}
/*.section-internal-banner.top{
    background-position-y: 150% !IMPORTANT;
}*/
.wrap-box-simplevisor{
    /*background: #435DE2;*/
    background: url(../jpg/ria-simplevisor-bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 25px;
    border: 1px solid #435DE2;
    color:white;
    padding:2rem;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 6fr 5fr;
}

.box-testimonials{
    border-radius: 56px;
    background: #435DE2;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.31);
    padding: 31px 40px 109px;

}
.quote-testimonials{
    border: 4px solid #A4B3E9;
    border-radius: 23px;
    padding: 44px;
    position: relative;
}
.quote-testimonials::after{
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABiCAYAAAC1bDa9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGvmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIzLTEyLTA0VDE5OjU4OjA5LTA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMy0xMi0wNFQyMDoyMDoyNC0wNTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMy0xMi0wNFQyMDoyMDoyNC0wNTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjNTA5NWJhMS0zNTdhLTU0NDItOTY3Yi1lN2Y0Nzc2NWMxOTAiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmOGJmZTE5NC1lZDdlLTk5NDctOWJlZi0wYWE0OGE1MjhkNDUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMjBmYTJhNC1lM2QzLTgxNDgtYjBjNy01Y2IyYmVlNWM1YTMiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyMGZhMmE0LWUzZDMtODE0OC1iMGM3LTVjYjJiZWU1YzVhMyIgc3RFdnQ6d2hlbj0iMjAyMy0xMi0wNFQxOTo1ODowOS0wNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ZDVmMWFjZS01NTY3LWE1NGEtYjhlNy1jNDExMWQwYTg4MjIiIHN0RXZ0OndoZW49IjIwMjMtMTItMDRUMjA6MDg6NDQtMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzUwOTViYTEtMzU3YS01NDQyLTk2N2ItZTdmNDc3NjVjMTkwIiBzdEV2dDp3aGVuPSIyMDIzLTEyLTA0VDIwOjIwOjI0LTA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+O3iCwgAABmJJREFUeJztnd9v01YUx7/+kaSlTRP6i0KyLC2DohaGGUwVbaVS4GGDSXvY9jJp+98mTeJlQkPTgGkCWqmUVdqoJyisQlBW0tEf/GhpA4kT23tIMzlunKRrk+sbn8/bubGVI310zz2+dhzh3DfzJghuEFknQGwPEsYZJIwzSBhnkDDOIGGcQcI4g4RxBgnjDBLGGSSMM0gYZ5AwziBhnCF/edGfyAfvUmYylTLflTvp1So2UmlDT6Vhrrw0GrNZBFIaugGEqpotATnYJETzQbBJqOikWAQApC3jmoa1xRV97sm8sfp8yQinNCi7lCexifD9T0tVvYE5v6Cr0zP6xus1M26aiJY/gyiFXO0viEUkJRbJzUaSt3OE89/OP8sHkoSkLKHsGranUdgI+AU93CKgNSw07A2J4Y42oXc7X6zO6BMPH2WbqWxuD2E3n+mQZcy2NAsr8aiEnvfFuHV9dCI/616tmsO7lUc9s6vC7MgyZjtaxcW+w2IodkBSSh37Zt1M3LqTeUriSlNVYVZEAYl9HeLjoY/lg6Vm3vJLY/bqzUwTrXHFqZkwKw0BqCePyenDPdKA0zHqjD6hPshSc2KDibA8ooCE0i8/Pd4nFS2DVCa3wlRYnnLi5hd09eZktp1mm0uE5WkIQP3svL+92BqnaVi7Nqbd8/psc5WwPPs7xXGn5kSd0SemZ7LH4NF9S1cKA0qXyTfrZuLydQ1eLJGuvb1imIjevZ8dvj6WGdc0rFk/awkK0a8/DwSbmzDFKj9WuFZYnufLxsilK+n19aSZsI77/Qh9dTEwEI+K46xyY4HrhQG52fbDz1r0t+nsFjmjg74RL0njQlieh4/0kbE7mTH7+Oigb+TEUXmCQUo1hythADD3zDhz6Upata9rSp80PHRKngIKx+sN7oQBQCoNpdi6drhHGrh4zreIOpbGpTAgt65dvqrBLq2zTew9NyTPscqr2nArDHCWFotISr2uaVwLA5ylKX3ScD1K414YUFpavbX8dSEMcJY2Ougb2d8p1I20uhEGOEv75Ix/pCEAlVFau0pdCQNy0n78RUvar9O++DTQLQhIOJ3HC3UnDACyWfReG9PuWcf8foQunPUlwfk1Wl0KA4BXq+awfRurs03sPXJQUtlktDvUrTAgt4315wO9oLU/fVIe2RsWbrPKaafUtTAAuHs/e8zehFw44z/K63pW98IAhC5f1WBtQvx+hM4Oyi9YJvV/8YIwGCaiNyczqnUsFpEUHq/PPCEMyN25nl8wVevY2UG/wltp9IwwALhxW+vmvTR6ShiA0JVftb+sA7yVRq8Jw0bSHChWGsHJBbXnhAHArUmt3V4aT/TL90qd4xY8KaxY16j0S8M8bBB7UhiQ6xqXX5qz1rGhU1X/yfeO8awwALgxoRX8njsWkRS3zzJPC0ulodgbkHPDvkZG6VSEp4UBwPiUViCos03sbQ0Lrn0WxPPCsln02nf0R0/74ozSKYvnhQGAOpONW+OWoBB16ywjYci1+fZZdqJfamaVTylI2Cb2WebWjpGEbWKYiNo7Rjdel5EwC7d/1wriWERSZBmzDoczgYRZKHZddiguLTJKpygkzMaUmklb44+OygpctJNPwmxsJM0B+07+/k5BZZhSASSsCJN/ZKatcd8hyTXvBCFhRfg7YXxgjWMRSYFLyiIJK0KxFr/7PXHa4fCaQsIcePAoWzCjemJimFEqBZAwB54vG4o1jkUkVzwSR8KcCdnLYleH8JhRLv9BwkpgL4tu6BZJWAmKlUUw7hZJWGlC9gd1WsMC08fhSFgZnvytF+wl7msXdVa5ACSsLHPP9IJ1q++QdJBVLgAJK0sqjW5r3BIUomC4jpGw8mxp71muYySsAv5Z0gtmFMt1jIRVwNILo+Df7Q7sE5hdj5GwClhdM+PWuKtD6nY4tOqQsAowTETtNzVZ7SuSsApZXDELXprZ1CgssMiDhFWIvfEINiPFIg8SViGrbwr/QKOrQ9r6N7s1gIRVyHrSbLDGexrhY5EHCauQt2/NiDXu6hAjTsdWExJWIYaJoDXe3KKqOSSsckL2l2aCwZ4iCdsG6YyxYY0FAeu1zoGEbYPXq8KKNQ74UfPXHpGwHSBLQrr8UbsLCdsGr9f0gpLo9yNT6xxIGGeQMM5w329CXczThIEPjxjf5eO378zjtc7hX6CedYpJLDlzAAAAAElFTkSuQmCC);
    width: 119px;
    height: 83px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -70px;
    z-index: 2;
}
.testimonial-text{
    color: #FFF;
    text-align: center;
    font-family: var(--font-family-body);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; 
    text-transform: capitalize;
}
.testimonial-text p{
    font-size: 20px;
    margin-bottom: 0;
}
.testimonial-text b,
.testimonial-text p strong{
    color: #F4A00D !important;
    font-weight: 700 !important;
}
.testimonial-author{
    font-family: var(--font-family-body);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    text-align: right;
    position: absolute;
    bottom: -61px;
    z-index: 3;
    right: 3.8em;
}
.box-simplevisor{    

    background-size:contain;
    mix-blend-mode: multiply;
    opacity: 0.7;
    position: absolute;
    height: 100%;
    width: 100%;
}
@media(min-width:992px){
    .section-market .box-simplevisor{
        background-size:contain!important;
    }
}
.section-market .box-simplevisor{
    background-repeat: no-repeat !important;
    opacity: 1;
    mix-blend-mode: normal;
}
.wrap-box-simplevisor .box-left,
.wrap-box-simplevisor .box-right{
    align-items: center;
    column-gap: 40px;
    display: grid;
    position: relative;
    z-index: 1;
}
.wrap-box-simplevisor .box-left{
    border-right:1px solid #F8CD06;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    grid-template-columns: 120px 1fr;
}
.section-market .wrap-box-simplevisor .box-left{
    grid-template-columns: 270px 1fr;
    padding-left: 108px;
}
.section-market .wrap-box-simplevisor .box-left .box-text{
    color: #272727;
    font-family: var(--font-family-body);
    font-size: 42.608px;
    font-style: normal;
    font-weight: 700;
    line-height: 42.608px;
    text-transform: capitalize;
}
.section-market .wrap-box-simplevisor .box-right {  
    grid-template-columns: 1fr 229px;   
}
.section-market .wrap-box-simplevisor{
    background:#EAECF9;
    border: 1px solid #EAECF9;
    grid-template-columns: 3fr 6fr;
}
.section-market  .wrap-box-simplevisor .box-left {
    border-right: 1px solid #1435D5;   
}
.section-market .wrap-box-simplevisor .box-right{
    color: #272727;
    font-family: var(--font-family-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
.wrap-box-simplevisor .box-right{
    
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    grid-template-columns: 1fr 165px;
    padding-left:35px;
}
.modal-content{
    border-radius: 25px!important;
    border: 1px solid #1435D5;
    background: #F7F8FB;
    box-shadow: 2px 4px 6px 0px rgba(60, 86, 196, 0.30);
    overflow:hidden;
}

.modal-content .modal-header{
    background:#1435D5;
    color: var(--color-white);
    padding-bottom:13px;
    padding-top:13px;
}
.modal-content .modal-title{
    font-size: 22px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.modal-content .modal-body{
    color: var(--color-black);
    font-size: 18px;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    padding:2.5rem 1.5rem 3rem;
    text-align: center;
}
.modal-dialog {
    margin: 1.75rem auto;
    max-width: 700px!important;
}
.modal-content .modal-description{
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
}
.section-blog-featured {
    background: var(--color-neutral);
    padding:5rem 0 6rem;
}
.section-videos{
    background: var(--color-neutral);
    padding:6rem 0;
}
.section-videos .entry-video{
    position: relative;
}
.section-videos .entry-video img.icon-play{
    position: absolute;
    margin:auto;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 10;
    height: 68px;
    width: 68px;
    opacity: 1;
    transition: opacity 0.3s ease; /* establece la transición de opacidad */
}
.section-videos .entry-video:hover img.icon-play{
    opacity: 0.8;
}
.section-videos .entry-video .overlayer{
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    margin:auto;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 1;
    transition: opacity 0.3s ease; /* establece la transición de opacidad */
}
.section-videos .entry-video:hover .overlayer{
    opacity:0.8;
}
.section-videos .entry-video a{
    display:block;
    overflow: hidden;
}
.section-videos .entry-video a:hover{
    cursor:pointer;
}
.row-head .wrap-headline{
    align-items: center; /*not modific*/
    display: flex;
    border-bottom:1px solid var(--color-light-blue);
    justify-content: space-between;
    margin-bottom: 3rem;
    padding-bottom: 5px;
}
.section-videos .card,
.section-blog-featured .card{
    background: transparent;
    border:none;
}
.section-videos .card-body,
.section-blog-featured .card-body{
    padding-left: 0;
    padding-right: 0;
}
.section-videos .card-title,
.section-blog-featured .card-title{
    margin-top:1rem;
}
.section-videos .headline,
.section-blog-featured .headline{
    margin-bottom: 1rem;
    padding-top: 5px;
}
.section-videos .card-video img{
    margin-bottom: 1rem;
    width: 100%;
}
.footer-logo img{
    height: auto;
    max-width: 308px;
    width: 100%;
}
/*Section Info*/
.section-info{
    background: var(--color-neutral);
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.box-list-info{
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
    padding: 44px 48px;
    border: 1px solid #1435D5;
    gap: 1em;
    line-height: 27px;
}
.blue-line{
    background: var(--color-neutral);
}
.blue-line .container{
    background-color: #435DE2;
    height: 1px;
}
/*Section Yellow Banner*/
.section-title{
    color: #404040;
    font-family: var(--font-family-body);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px !important;
}
.section-title b,
.section-title strong{
    font-weight: 700;
    color: #1435D5;
}
.section-text{
    color: #272727;
    text-align: center;
    font-family: var(--font-family-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.section-info-banner{
box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
}
.shape-yellow{
    position: absolute;
    max-height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.section-info-banner .container{
    z-index: 2;
    position: relative;
}
/*Section Our Team*/
.team-box{
    border-radius: 30px;
    border: 1px solid #1435D5;
    background: linear-gradient(180deg, rgba(164, 179, 233, 0.20) 0%, rgba(234, 236, 249, 0.20) 100%);
    box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
    height: 300px;
    overflow: hidden;
    width: 100%;
}
.author-avatar.team-box{
    height: auto!important;
}
.team-box img{
    object-fit: contain;
    object-position: bottom;
    height: 100%;
    width: 100%;
}
.team-name{
    font-family: var(--font-family-body);
    color: var(--color-blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
}
.team-position{
font-family: var(--font-family-body);
color: var(--color-dark);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 29.901px;
}
.info-team-member{
    padding: 100px 0 100px;
    background-color: #F7F8FB;
}
.info-team-member .team-box{
    height: 600px;
}
.info-team-member .title-single-team{
 color: #1435D5;
font-family: var(--font-family-body);
font-size: 40px !important;
font-style: normal;
font-weight: 700;
line-height: 48px !important;
}
.info-team-member .team-position{
    color: #272727;
    font-family: var(--font-family-body);
font-size: 16px !important;
font-style: normal;
font-weight: 500;
line-height: 29.901px;
}
.team-content-single{
    border-bottom: 1px solid #A4B3E9;
    padding-bottom: 21px;
    margin-bottom: 12px;
    justify-content: space-between;
}
.phone{
color: #272727;
text-align: right;
font-family: var(--font-family-body);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 29.901px;
}
.phone a{
    color: #1435D5;
    text-decoration: underline;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social-links a{         
        background-color: #EAECF9;
        padding: 8px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social-links a i{
    font-size: 28px;
    color: #1435D5;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social-links a:not(:last-child)
{
    margin-right: 16px;
}
.social-links a:hover,
.social-links a:focus{
    background-color: #1435D5;
}
.social-links a:hover i,
.social-links a:focus i{
    color: #EAECF9;
}
.social-links{
    margin-bottom: 11px;
    display: flex;
    justify-content: end;
}
.info-content a{
    text-decoration: underline;
    color: #000;
}
.display-mobile{display: none!important;}
/*End Content*/
/*Footer*/
footer.main-footer{
    background:var(--color-neutral-2);
    box-shadow: 0px 4px 12px 0px rgba(67, 93, 226, 0.30) inset; 
    padding:3rem 0 1rem;
}
footer.main-footer .widget_nav_menu ul {
    display: flex;
    flex-direction: column;
}
footer.main-footer .widget-title{
    color:#272727;
    font-weight: 300;
    margin-bottom: 19px;
}
footer.main-footer .widget_nav_menu ul.menu a{
    font-weight: 600;
}
footer.main-footer .widget_nav_menu ul.menu li.menu-item{
    margin-bottom: 11px;
}
footer.main-footer .row-widget-menu{
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
    padding-top:.9rem;
}
footer.main-footer .box-connect{
    background: var(--color-neutral);
    border-radius: 30px;
    
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;

    /* blue drop shadow */
    box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
    padding:1.5rem 1.7rem 2rem;
    text-align: center;

    width: 100%;
    max-width: 350px;
}
footer.main-footer .box-connect p{
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
}
footer.main-footer .col-middle{
    border-left:1px solid #A4B3E9;
    border-right:1px solid #A4B3E9;
}
footer.main-footer .col-right{
    display: flex;
    justify-content: flex-end;
}
footer.main-footer .row-footer-bottom .menu{
    display: flex;
    flex-direction: row;
}
footer.main-footer .row-footer-top{
    margin-bottom: 4rem;
}
footer.main-footer .row-footer-bottom .menu a{
    font-size: 16px;
    font-weight: 300!important;
}
footer.main-footer .row-footer-bottom ul.social-media{
    display: flex;
    flex-direction: row;
    list-style: none;
}
footer.main-footer .row-footer-bottom ul.social-media a{
    transition: 0.5s;
}
footer.main-footer .row-footer-bottom ul.social-media a:hover{
    opacity: 0.7;
}
footer.main-footer .row-footer-bottom ul.social-media li{
    margin-left: 15px;
}
footer.main-footer .row-footer-bottom .col-left nav{
    margin-top:6px;
}
footer.main-footer .wrap-row-footer-bottom{
    border-top: 1px solid #A4B3E9;
    padding-top: 26px;
}

.wrap-search-mobile{display: none;position: relative;} 

.scrollToTopBtn {
    background-color: transparent;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.showBtn {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

/*End Footer*/

.section-partners .label-2{
    border-right: 3px dotted #435DE2;
    padding-bottom:15px;
    padding-top:15px;
}
.slider-partners {position: relative;}
.slider-partners:before{
    background: url(../png/partner-gradient-left.png) no-repeat;
    left: 0;
}
.slider-partners:after{
    background: url(../png/partner-gradient-right.png) no-repeat;
    right: 0;
}
.slider-partners:before,
.slider-partners:after{
    background-size: 100% 100%;
    content:'';
    display: block;
    height: 100%;
    width: 100px;

    position: absolute;
    
    top:0;
    z-index: 10;
}

.search-form .input-search,
.search-form .input-search:focus,
.search-form .input-search:active{
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    outline: none!important;
}
section.section-our-focus{
    background: var(--color-neutral);
    padding-top: 4rem;
    padding-bottom: 3rem;
}
section.section-our-focus .container{
    max-width: 900px;
}
section.section-aif{
    background: var(--color-neutral);
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.overview-wrap{
    color:white;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 500;
    max-width: 317px;
}
.overview-wrap .title{
    font-weight: bold;
}
.overview-wrap .overview-box{
    border-radius: 30px;
    border: 1px solid var(--color-lavender, #A4B3E9);
    
    background: #537ce8;
    padding:1.5rem 1rem;
}
.overview-wrap .overview-item{
    margin-bottom: 10px;
    text-align: center;
}
.overview-wrap .overview-item:last-child{
    margin-bottom: 0;
}
.overview-wrap .overview-item a{
    background: rgba(60, 86, 196, 0.58); 
    border-radius: 30px;
    border: 1px solid var(--Elevate-Palette-Elevate-Lavender, #A4B3E9);
    color:white;
    display: block;
    padding:6px 12px;
}
.overview-wrap .overview-item:not(.active) a:hover{
    background: #2b59db;
}
.overview-wrap .overview-item.active a{
    color: var(--color-black) !important;
    background: linear-gradient(106deg, var(--color-orange) 13.31%, var(--color-yellow) 78.53%) !important;
    border: 1px solid var(--color-orange);
}
.overview-wrap .overview-item.active a:hover,
.overview-wrap .overview-item.active a:focus{
    color: var(--color-black) !important;
    background: var(--color-yellow) !important;
    border-color: var(--color-white) !important;
}
.three-col-overview{
    display:grid;
    grid-template-columns: 9fr 12fr 9fr;
    align-items: center;
    grid-column-gap: 25px;
}
section.section-how-different{
    padding:6rem 0;
}
section.section-how-different .box{
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    padding: 46px 48px 38px 47px;

    border-radius: 30px;
    background: var(--color-neutral-2, #EAECF9);
    /* blue drop shadow */
    box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31); 
}
.list-custom ul {
    margin: 0 0 1em 8px;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}

.list-custom ul li {
    margin-bottom: 22px;
    position: relative;
    padding-left: 0.8em; /* text distance to icon */
}
.list-custom ul li:last-child {
    margin-bottom: 0px;
}

.list-custom ul li:before {
    content: "";
    background-image: url('../svg/check-list.svg');
    position: absolute;
    left: -1.5em; /* same as ul padding-left */
    top: 0em; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
    height: 35px;
    width: 35px;
}
.section-cards .headline{
    margin-bottom: 5px;
}
.section-cards .description{
    margin-bottom: 3rem;
}
.section-cards .description,
.section-cards .description p{
    font-size: 24px;
}
.section-cards .row-content{
    padding-bottom: 2.0rem;
    padding-top: .5rem;
}
.section-hero{
    padding-bottom:4rem;
    padding-top:4rem;
}
.section-hero-2{
    align-items: center;
    display: flex;
    min-height: 420px;
}
.section-financial .box-gravity-blue .gfield_label,
.section-subscriptions .gfield_label{
    display: none!important;
}
.section-financial .box-gravity-blue .gform_footer,
.section-subscriptions .gform_footer{
    margin:0!important;
    padding:0!important;
    position: relative;
    max-width: 175px;
    width: 100%;
}
.section-financial .box-gravity-blue .gform_footer input[type='submit'],
.section-subscriptions .gform_footer input[type='submit']{
    border:none;
    border-radius: 30px;
    background: linear-gradient(106deg, #F4A00D 13.31%, #F8CD06 78.53%);
    color: #000;
    font-size:16px;
    font-weight: 500;
    line-height: 1;
    margin:0!important;
    padding:16px 40px 16px 15px;
    text-transform: uppercase;
    width: 100%;
}
.section-financial .box-gravity-blue .gform_footer:after,
.section-subscriptions .gform_footer::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3e%3cg clip-path='url(%23clip0_1827_6370)'%3e%3cpath d='M1.95483 1.1604H13.3397V12.5453' stroke='%23000000' stroke-width='2' stroke-miterlimit='10'/%3e%3cpath d='M0.462158 14.0377L12.8376 1.66223' stroke='%23000000' stroke-width='2' stroke-miterlimit='10'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1827_6370'%3e%3crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: inline-block;
  margin-left: 1.5rem;
  width: 14px;
  height: 14px;

  position: absolute;
  z-index: 100;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.section-subscriptions .modal .gform_footer::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3e%3cg clip-path='url(%23clip0_1827_6370)'%3e%3cpath d='M1.95483 1.1604H13.3397V12.5453' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='10'/%3e%3cpath d='M0.462158 14.0377L12.8376 1.66223' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='10'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1827_6370'%3e%3crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
body .gfield_description{
    display: none;
}
body .gform_wrapper {
    display: flex;
    flex-direction: column-reverse;
}
body .modal .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
    border: none!important;
}
body .mega-sub-menu .gform_wrapper .gfield_error [aria-invalid="true"] {
    border:1px solid #000!important;
}
body .mega-sub-menu .gform_wrapper.gform_validation_error .gfield_error [aria-invalid="true"] {
    border:1px solid red !important;
}
body .gform_wrapper.gravity-theme .gform_validation_errors{
    background:red;
    border:1px solid red;
    box-shadow: none;
    border-radius: 30px!important;
    color:white;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 1rem!important;
    padding: 10px 16px !important;
    text-align: center;
}
body .gform_wrapper.gravity-theme .gform_validation_errors h2{
    color:white;
    font-size: 18px!important;
    line-height: 1.3!important;
}

body .gform_wrapper.gravity-theme .gform_validation_errors h2 span{
    display:none!important;
}
.section-financial .box-gravity-blue .gfield--type-email,
.section-subscriptions .gfield--type-email
{
    align-items: center;
    background: #fff;
    border-radius: 50px;
    display: grid;
    grid-template-columns: 1fr 155px;
    padding: 0px 6px!important;
}
.section-financial .box-gravity-blue .ginput_container_email input,
.section-subscriptions .ginput_container_email input{
    border: none;
    height: auto!important;
    outline: none;
    padding: 5px 22px;
}
.section-subscriptions .gform_wrapper form{
    align-items: center;
    display: grid;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #1435D5;
    grid-template-columns: 3fr 1fr;
    justify-content: space-between;
    padding: 6px 7px 6px 5px;
    position: relative;
}
.section-subscriptions .modal .gform_wrapper form{
    padding: 9px 7px 9px 5px;
}
.section-subscriptions .gform_validation_error.gform_wrapper form{
    border: 1px solid red!important;
}
.section-blue .gform_validation_error.gform_wrapper .ginput_container input{
    border: 1px solid red!important;
}
.section-blue .gform_validation_error.gform_wrapper .ginput_container input[type='email']{
    border:none!important;
}
.section-blue .gform_validation_error.gform_wrapper .gfield--type-email{
    border: 1px solid red!important;
}
.section-subscriptions .gform_fields{
    display: flex!important;
}
.section-subscriptions .modal .gform_fields input[type='submit']{
    background: var(--color-blue);
    border:1px solid var(--color-blue);
    color:white;
    border-radius: 30px;
    padding:12px 47px 12px 35px;
    position: absolute;
    text-transform: uppercase;
    right: 5px;
    top: 5px;
}
body.home .section-subscriptions .modal .gform_fields #field_submit{
    right: -8px;
    position: absolute;
    width:180px;
    top:0px;
}
body.home .section-subscriptions .modal .gform_fields input[type='submit']{
    position: relative;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full {
    -ms-grid-column-span: 12;
    grid-column: span;
    display: grid;
    grid-template-columns: 1fr;
    /*padding-bottom:10px!important;
    padding-top:10px!important;*/
    width: 100%;
}
section.section-blue .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    padding-bottom:10px!important;
    padding-top:10px!important;
}

.section-subscriptions.two-columns-subscriptions .gfield--type-email,
.section-subscriptions.two-columns-subscriptions .gfield--type-email::placeholder,
.section-subscriptions.two-columns-subscriptions .gfield--type-email:-moz-placeholder,
.section-subscriptions.two-columns-subscriptions .gfield--type-email:-ms-input-placeholder,
.section-subscriptions.two-columns-subscriptions .gfield--type-email::-webkit-input-placeholder{
    color: #435DE2 !important;
    font-family: var(--font-family-body);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-subscriptions.two-columns-subscriptions .row-head{
    border-bottom: 1px solid #A4B3E9;
}
.section-banner-3 .inner-section{
    padding-bottom: 5.7rem;
    padding-top: 5rem;
}
.section-banner-3 h2{
    margin-bottom: 18px;
}
.section-banner-3 h2 strong,
.section-banner-3 h2 b,
.section-financial-pathways h2 strong,
.section-financial-pathways h2 b{
    color:var(--color-blue);
}
.section-banner-3 .text{
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.section-banner-3 .cta{
    margin-top:2rem;
}
.bottom-section-blue{
    background: var(--color-light-blue);
    box-shadow: 0px 8px 28px 0px rgba(57, 69, 126, 0.85) inset;
    position: relative;
}
.bottom-section-blue .row{
    padding-bottom:5rem;
    padding-top:5rem;
}
.bottom-section-blue img.triangle{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -56px;
    height: auto;
    width: 180px;
}

.gravity-form-type-a .gfield{
    margin-bottom: 1rem!important;
}
.gravity-form-type-a .gfield_radio{
    display: flex;
}
.gravity-form-type-a .gfield_radio .gfield-choice-input + label{
    max-width: initial!important;
}
.gravity-form-type-a .gfield_radio .gchoice{margin-right: 35px!important;}
.gravity-form-type-a label{ font-size:18px!important; }
.gravity-form-type-a label,
.gravity-form-type-a legend.gfield_label{color:white}

.gravity-form-type-a legend.gfield_label{
    font-size:28px!important;   
    font-weight: 400!important;
    margin-bottom: 15px!important;
    padding-left: 0!important;
}
.gravity-form-type-a .gform_wrapper{
    margin-top: 2rem;
}
.gravity-form-type-a .gform_footer input[type="submit"]{
    background-color: #F4A00D;
    border: 1px solid #F4A00D;

    background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2658_7150)"><path d="M1.95508 1.16016H13.34V12.5451" stroke="black" stroke-width="2" stroke-miterlimit="10"/><path d="M0.461914 14.0376L12.8374 1.66211" stroke="black" stroke-width="2" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_2658_7150"><rect width="14" height="14" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
    
    color:black!important;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
    margin-left: 20px!important;
}
.gravity-form-type-a .gfield_required{
    color:white;
}
.gfield_required .gfield_required_text{
    text-indent: -99999px;
}
.gfield_required:before{
    content:'*';
    color:white;
    margin-left: 3px;
    text-indent: 0!important;
    display:none;
}
.gform_wrapper.gravity-theme .gfield-choice-input{
  -ms-transform: scale(1.8)!important; /* IE 9 */
  -webkit-transform: scale(1.8)!important; /* Chrome, Safari, Opera */
  transform: scale(1.8)!important;
}

.section-financial-pathways{
    padding:7rem 0;
}
.section-financial-pathways img.card-img-top{
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.section-financial-pathways .card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-financial-pathways .card-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.section-financial-pathways .section-headline{
    margin-bottom: 3.5rem;
}
.section-financial-pathways .card-img-top{
    max-height: 386px;
    object-fit: contain;
}
.section-financial-pathways .card-title{
    color:var(--color-blue);
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 0px!important;
    padding-bottom: 10px;
}
.section-financial-pathways .card-title:after{
    content:'';
    display: block;
    border-bottom:1px solid #C2C2C2;
    margin-top:10px;
    max-width: 188px;
}
.section-financial-pathways .card-text{
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 10px;
}

input[type='checkbox'].ck-flip {
    display: none;
}

        /* Flip Cards CSS */
        .card-container {
          display: grid;
          perspective: 700px;
          -webkit-perspective: 700px;
          -moz-perspective: 700px;
          -o-perspective: 700px;
          -ms-perspective: 700px;
        }

        .card-flip {
          display: grid;
          grid-template: 1fr / 1fr;
          grid-template-areas: "frontAndBack";

          transform-style: preserve-3d;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          -o-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;

          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -o-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
        }

        .card-flip div {
          backface-visibility: hidden;
          transform-style: preserve-3d;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          -o-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;
        }

        .front {
          grid-area: frontAndBack;
        }

        .back {
          grid-area: frontAndBack;
          transform: rotateY(-180deg);
          -webkit-transform: rotateY(-180deg);
          -moz-transform: rotateY(-180deg);
          -o-transform: rotateY(-180deg);
          -ms-transform: rotateY(-180deg);
        }

        input[type='checkbox']:checked + .card-container .card-flip{
          transform: rotateY(180deg);
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          -ms-transform: rotateY(180deg);
        }

.section-financial-pathways .card.back .card-title::after{
    display: none;
}
.hr-line-separator{
    margin-top:5px!important;
}
.section-financial-pathways .card.back p{
    line-height: 22px;
}
.section-financial-pathways .card-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.section-financial-pathways .card.back .card-body {
    justify-content: flex-start;
}
.section-financial-pathways .card.back .card-footer{
    background-color: initial;
    border-top: none;
    padding-bottom: 0;
    padding-top: 0;
}
.card .close{
    background: url('data:image/svg+xml,<svg width="30" height="28" viewBox="0 0 30 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.4681 22.1668L6.75977 20.5335L13.5931 14.0002L6.75977 7.46683L8.4681 5.8335L15.3014 12.3668L22.1348 5.8335L23.8431 7.46683L17.0098 14.0002L23.8431 20.5335L22.1348 22.1668L15.3014 15.6335L8.4681 22.1668Z" fill="%23435DE2"/></svg> ');
    height: 28px;
    width: 28px;
    position: absolute;
    top:16px;
    right:16px;
    z-index: 10;
}
.card .close:hover{
    cursor: pointer;
}
.bottom-section-financial.bottom-section-blue{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.bottom-section-financial.bottom-section-blue img.triangle {
    top: -135px;
}
.bottom-section-financial.bottom-section-blue .container .row {
  padding-bottom: 0rem;
  padding-top: 0rem;
}
.bottom-section-financial .financial-contact{
    border-radius: 30px;
    background: url(../png/logo-x2.png) no-repeat, #7D8DE0; 
    background-position: top right;
    background-size: contain;
    color:white;
    font-size: 18px;
    font-weight: 500;
    padding: 2.5rem 2.7rem;
}
.bottom-section-financial .financial-contact a{
    color:white;
    text-decoration: underline;
}
.bottom-section-financial .financial-contact .financial-name{
    font-size: 28px;
    margin-bottom: 8px;
}
.bottom-section-financial .financial-contact .financial-phone{
    margin-bottom: 12px;
}

.section-while-two-columns{
    padding:6rem 0;
}
.section-while-two-columns h2{margin-bottom: 22px;}

.section-while-two-columns h2 b,
.section-while-two-columns h2 strong{
    color:var(--color-blue);
}
@media(max-width: 991px){
    .section-while-two-columns .row div.first-col{
        margin-bottom:30px;
        padding-bottom:0px;
    }
    .section-while-two-columns .row div.first-col:after{
        border-bottom:2px solid #A4B3E9;
        content:'';
        display: block;
        margin-top:30px;
        width: 100%;
    }
}
@media(min-width: 992px){
    .section-while-two-columns .row div.first-col{
        border-right:2px solid #A4B3E9;
        padding-right:90px;
    }
    .section-while-two-columns .row div:last-child{
        padding-left:90px;
    }
}
section.section-list-on-the-go{
    padding-bottom: 3rem;
    padding-top: 3rem;
}

section.section-list-on-the-go .headline{
    color:#404040!important;
    font-weight: 700!important;
    margin-bottom: 10px;
}
section.section-list-on-the-go .text{
    color:#272727!important;
    font-weight: 400!important;
    font-size: 20px;
    margin-bottom: 1.5rem;
}
section.section-list-on-the-go .listen-items{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
section.section-list-on-the-go .listen-items img{
    height: 50px;
    width: auto;
}
section.section-list-on-the-go .wrap-listen{
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1070px;
    padding: 2.5rem 3rem;
}
.em.em-list .em-item {
  grid-template-columns: 1fr 1fr;
}
section.section-headline-content .wrap-text{
    padding-bottom: 2rem;
    padding-top: 4rem;
}
section.section-take-the-quiz{
    padding-bottom: 4rem;
    padding-top: 4rem;
}
section.section-take-the-quiz div.box{
    align-items: center;
    background: var(--color-neutral);
    border-radius: 30px; 
    display: grid;
    grid-template-columns: 5fr 6fr 4fr;
    overflow: hidden;
}
section.section-take-the-quiz div.box-headline{
    border-right: 1px solid #1435D5;
    padding:2rem;
}

section.section-take-the-quiz div.box-cta{
    padding:2rem 2rem 2rem 3rem;
}
section.section-financial-survival-guides{
    margin-top: 0rem;
    padding-bottom: 4rem;
    padding-top: 0rem;
}
section.section-financial-survival-guides div.box-item{
    border-radius: 25px;
    border: 1px solid var(--color-blue);
    background: var(--color-white);
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-column-gap: 1rem;
    margin-bottom: 2rem;
    /* blue drop shadow */
    box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
    padding: 2.3rem 1.7rem;
}
section.section-financial-survival-guides div.box-img img{
    height: auto;
    width: 180px;
}

section.section-upcoming-events{
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.row-head .wrap-headline {
    border-bottom: 1px solid var(--color-grey-2);
    display: flex;
    margin-bottom: 2.3rem;
    padding-bottom: 2.3rem;
}
.row-head .wrap-headline h3 {
    line-height: 1!important;
    margin-bottom: 0px!important;
}
section.section-upcoming-events .em.em-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
section.section-upcoming-events .em.em-list .em-item .em-item-info {
  border-left: none!important;
  max-width: 335px;
  padding: 30px 30px 90px!important;
  position: relative;
  z-index: 10;
}
section.section-upcoming-events .em.em-list .em-item .em-item-info .em-item-actions{
    bottom:30px;
    left:30px;
    position: absolute!important;
}
section.section-upcoming-events .em.em-list .em-item{
    border-radius: 25px;
    border: 1px solid var(--color-blue)!important;
    background: var(--color-white);

    /* blue drop shadow */
    box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
    padding:0!important;
    position: relative;
    overflow: hidden;
}
section.section-upcoming-events .em.em-list .em-item:first-child{
    border-top:initial;
}
section.section-upcoming-events .em.em-list .event-label{
    background: var(--color-blue3);
    border-radius: 25px;
    color: var(--color-white);
    display: inline-block;
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.901px;
    margin-bottom: 1.2rem;
    padding: 0px 25px;
}
section.section-upcoming-events .em.em-list .em-item .em-item-info h3.em-item-title{
    color: #000!important;
    font-size: 24px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 125%!important; /* 30px */
    text-transform: capitalize!important;
}
section.section-upcoming-events .em.em-list .em-item .em-item-info h3.em-item-title a{
    color: #000!important;
}
section.section-upcoming-events .em.em-item .em-item-image img, 
section.section-upcoming-events .em.em-list .em-item .em-item-image img {
    margin-top: 13px;
    max-width: 260px;
    padding: 0!important;
}
section.section-upcoming-events .em.em-item .em-item-image, 
section.section-upcoming-events .em.em-list .em-item .em-item-image {
    align-items: flex-end;
    background: url(../png/event-img.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    text-align: right;
    top:0;
    z-index: 0;
    width: 45%;
}
section.section-upcoming-events .em.em-item .em-item-image img, 
section.section-upcoming-events .em.em-list .em-item .em-item-image img{
    display: none;
}
section.section-upcoming-events .em.em-list .em-item .em-item-info .em-item-desc {
    display: none;
}
section.section-upcoming-events .em.em-list .em-item .em-item-info .button {
    border: 1px solid var(--color-blue) !important;
    border-radius: 30px !important;
    background: var(--color-neutral-2) !important;
    color: var(--color-blue) !important;
    
    font-family: var(--font-family-body) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    height: auto !important;
    line-height: 1!important;
    letter-spacing: 0 !important;
    margin-right: 4px!important;
    padding: 13px 26px !important;
    text-transform: none !important;
}
section.section-upcoming-events .em.em-list .em-item .em-item-info .button:hover {
    background: var(--color-blue) !important;
    color: var(--color-white) !important;
}
section.section-upcoming-events .em.em-list .em-item .em-item-info .em-event-book-now {
    border: 1px solid var(--color-blue) !important;
    border-radius: 30px !important;
    background: var(--color-blue) !important;
    color: var(--color-white) !important;
    
    font-family: var(--font-family-body) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    height: auto !important;
    line-height: 1!important;
    letter-spacing: 0 !important;
    margin-right: 4px!important;
    padding: 13px 26px !important;
    text-transform: none !important;
}
section.section-upcoming-events .em.em-list .em-item .em-item-info .em-event-book-now:hover {
    background: var(--color-neutral-2) !important;
    color: var(--color-blue) !important;
}
section.section-upcoming-events .em .em-icon{
    display: none;
}
section.section-upcoming-events .em.em-item .em-item-meta .em-item-meta-line, 
section.section-upcoming-events .em.em-list .em-item .em-item-meta .em-item-meta-line, 
section.section-upcoming-events .em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
    display: block;
}
section.section-upcoming-events .em-item .em-item-meta .em-event-prices,
section.section-upcoming-events .em-item .em-item-meta .em-event-location,
section.section-upcoming-events .em-item .em-item-meta .em-event-categories{
    display: none!important;
}
section.section-blog-list .container{
    border-top: 1px solid var(--color-light-blue);
    padding-bottom:5rem;
    padding-top:5rem;
}
section.section-blog-list .text{
    font-size:20px;
}
section.section-blog-list .wrap-headline{
    border:none;
    flex-direction: column;
}
section.section-post-filter{
    padding-bottom:5rem;
    padding-top:5rem;
}
.wrap-searchandfilter{
    border-radius: 30px;
    border: 1px solid var(--color-blue);
    background: #EAECF9;
    padding:2rem 1.5rem;
    position: sticky;
    top: 160px;
}
.wrap-searchandfilter h2.headline{
    border-bottom: 1px solid #A4B3E9;
    font-size: 24px!important;
    margin-bottom: 10px;
    line-height: 1!important;
    padding-bottom: 1rem!important;
}
.wrap-searchandfilter h4{
    font-size: 18px!important;
    font-weight: bold!important;
    line-height: 1!important;
    padding-bottom: 20px!important;
}
.wrap-searchandfilter ul{
    padding-left:0!important;
}
.wrap-searchandfilter ul ul{
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left:1rem!important;
}
.wrap-searchandfilter .searchandfilter ul ul li{
  align-items: flex-start;
  display: flex;
}
.wrap-searchandfilter .searchandfilter ul ul li input{
  margin-top:5px;
}

.search-filter-results .post-item{
    margin-bottom: 5rem;
}
.search-filter-results .row > div:last-child .post-item{
    margin-bottom: 0rem;
}
.search-filter-results .post-item img{
    height: 240px!important;
    object-fit: cover;
    object-position: center;
    width:100%;
}
.search-filter-results .post-item h2{
    color: var(--color-black);
    font-family: "Libre Franklin Thin";
    
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}
.search-filter-results .post-item h2 a{
    color:inherit;
}
.search-filter-results .meta-date{
    color:#1435D5;
    font-size: 16px;
}
.search-filter-results .text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}
.pagination .pages{display: none;}
.line-border-bottom{
    border-bottom: 1px solid #A4B3E9;
}
.wp-pagenavi a, .wp-pagenavi span{
    border:1px solid #A4B3E9;
    border-radius: 4px;
    color:#272727;
    font-size: 17px;
    display: inline-block;
    min-width: 30px;
    text-align: center;
}
.wp-pagenavi a:hover, 
.wp-pagenavi span.current{
  border-color: #4200FF!important;
  color:#4200FF!important;
}
.wp-pagenavi a.first, 
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
    border:1px solid #8f9091;
    background: #8f9091;
    color:#fff;
}
.wp-pagenavi a.first:hover, 
.wp-pagenavi a.last:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover{
    border:1px solid #435de2;
    background: #435de2;
    color:white!important;
}
.sf-field-author:hover,
.sf-field-category:hover,
.sf-field-taxonomy-content-type:hover{
    cursor: pointer;
}
.sf-field-author h4:after,
.sf-field-category h4:after,
.sf-field-taxonomy-content-type h4:after{
    content:'';    
    background: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.88 0L8 6.18598L14.12 0L16 1.91375L8 10L0 1.91375L1.88 0Z" fill="%231435D5"/></svg>');
    height: 10px;
    width: 16px;
    display: block;
    position: absolute;
    top:18px;
    right: 0;
}
.sf-field-author.close h4:after,
.sf-field-category.close h4:after,
.sf-field-taxonomy-content-type.close h4:after{
    background: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" transform="matrix(1,-1.2246467991473532e-16,-1.2246467991473532e-16,-1,0,0)"><path d="M1.88 0L8 6.18598L14.12 0L16 1.91375L8 10L0 1.91375L1.88 0Z" fill="%231435D5"></path></svg>');
}
.searchandfilter ul li{
    position: relative;
}
.searchandfilter ul li li{
  padding: 3px 0;
}
.searchandfilter label{
    line-height: 1.3;
}
body.single .entry-header{
    background: linear-gradient(90deg, #3166EA 0%, #1F3EBE 100%);
    color:white;
    margin-bottom: 250px;
    max-height: 500px;
    padding: 4rem 1rem;
}
body.single .entry-header .entry-meta,
body.single .entry-header .entry-meta *{
    color:white!important;
}
body.single .entry-header .entry-meta a:hover{
    text-decoration: underline;
}
body.single h1.entry-title{
    font-size: 40px!important;
    font-weight: bold!important;
    margin-bottom: 26px;
}
body.single .entry-header .entry-meta{
    align-items: center;
    display: flex;
    margin-bottom: 0px;
}
body.single span.label-info a{
    color:inherit;
}
body.single span.label-info{ 
    text-transform:capitalize;
}
body.single .entry-header .wrap-label-date{
    margin-bottom: 15px;
}
body.single .entry-header .post-thumbnail img{
    height: auto;
    object-fit: cover;
    object-position: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 900px;
    max-height: 390px;
}
body.single .entry-header .container,
body.single .container-content{
    max-width: 900px!important;
}
body.single .container-content{
    margin-bottom: 4rem;
}
body.single .entry-header .post-thumbnail{
    margin-bottom: -250px;
}
body.single .entry-content h2{
    font-size: 36px!important;
    font-weight: 600!important;
    margin-bottom: 15px!important;
    margin-top: 35px!important;
}
body.single .entry-content blockquote{
    border-radius: 28px;
    border: 1px solid var(--color-blue);
    background: var(--color-neutral-2);
    font-weight: 600;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding:2rem 5rem;
}
body.single .entry-content blockquote em,
body.single .entry-content blockquote i{
    font-style: normal;
}
body.single .entry-content blockquote p:last-child{
    margin-bottom: 0;
}

body.single .entry-content a,
body.single .entry-content a *{
    color:inherit;
    font-weight: 500;
    font-style: normal;
    text-decoration: underline;
}
body.single .entry-content a:hover,
body.single .entry-content a *:hover{
    text-decoration: none!important;
}
body.single .entry-content .wp-block-image{
  margin: 0 0 5rem;
}
body.single .footer-entry-meta .content-related{
    padding-bottom: 7rem;
}
.crp_related h2{
    color: #404040;
    font-size: 36px!important;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
    text-align: center;
}
.crp_related.crp-grid ul{
  grid-template-columns: 1fr 1fr 1fr!important;
}
.crp_related .crp_title{
    color:black;
    font-size: 24px;
    font-weight: 500;
    margin:0!important;
    margin-bottom: 10px!important;
}
.crp_related.crp-grid ul li a.crp_link{
    grid-template-rows: auto!important;
    flex-grow: inherit!important;
}
body.single .entry-meta{
    padding-bottom:2rem;
    padding-top:0rem;
}
body.single .crp_thumb{
    height: 240px!important;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1.3rem!important;
    width: 100%;
}
body.single .crp_excerpt{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%; /* 22.5px */
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.crp_related.crp-grid ul li{
    border-bottom:1px solid #A4B3E9;
}
.crp_related.crp-grid ul{
    gap:30px!important;
}
.crp_related .post-meta{
    display: flex;
}
.crp_related .post-meta a:hover{
    text-decoration: underline!important;
}
.crp_related .post-meta *{
    color:#1435D5;
}
.crp_related .crp_date{
    margin-left: 7px;
}
.crp_related .crp_author{
    margin-right: 7px;
}
.author_avatar{
    background: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    height: 46px;
    margin-right: 20px;
    overflow: hidden;
    width: 46px;
}
body.author .author-name{
    color: var(--color-blue)!important;
    leading-trim: both!important;
    text-edge: cap!important;
    font-size: 40px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 48px!important;
    margin-bottom: 5px!important;
}
body.author .author-content{
    padding-bottom:5rem;
    padding-top:5rem;
}
body.author .author-description{
    border-top:1px solid #A4B3E9;
    font-size: 18px;
    margin:10px 0;
    padding: 5px 0;
}
@media(min-width:991px){
    body.author .wrap-author-avatar{
        padding-right: 2rem;
    }
   
}

.author-social-media{
    display: flex;
    gap:10px;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.author-social-media a{
    text-decoration: underline;
}
.author-social-media a:hover{
    text-decoration: none;
}
.author-email a{
    background: url('data:image/svg+xml,<svg width="43" height="43" viewBox="0 0 43 43" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="21.5" cy="21.5" r="21.5" fill="%23EAECF9"/><path d="M12.6666 11.6667H31.3333C32.6166 11.6667 33.6666 12.7167 33.6666 14.0001V28.0001C33.6666 29.2834 32.6166 30.3334 31.3333 30.3334H12.6666C11.3833 30.3334 10.3333 29.2834 10.3333 28.0001V14.0001C10.3333 12.7167 11.3833 11.6667 12.6666 11.6667Z" stroke="%231435D5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M33.6666 14L22 22.1667L10.3333 14" stroke="%231435D5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: inline-block;
    height: 43px;
    text-indent: -99999px;
    width: 43px;
}

.author-linkedin a{
    background: url('data:image/svg+xml,<svg width="43" height="43" viewBox="0 0 43 43" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="21.5" cy="21.5" r="21.5" fill="%23EAECF9"/><path d="M14.1856 14.6636H8.34375V32.1214H14.1856V14.6636Z" fill="%231435D5"/><path d="M14.572 9.26329C14.5341 7.55156 13.3034 6.2478 11.305 6.2478C9.30651 6.2478 8 7.55156 8 9.26329C8 10.9396 9.2679 12.2809 11.2291 12.2809H11.2665C13.3034 12.2809 14.572 10.9396 14.572 9.26329Z" fill="%231435D5"/><path d="M35.2542 22.1119C35.2542 16.7496 32.3722 14.2539 28.528 14.2539C25.4264 14.2539 24.0378 15.9484 23.2624 17.1371V14.6643H17.4199C17.4969 16.3025 17.4199 32.1222 17.4199 32.1222H23.2624V22.3723C23.2624 21.8505 23.3003 21.33 23.4548 20.9565C23.877 19.9141 24.8383 18.8349 26.4522 18.8349C28.567 18.8349 29.4123 20.4358 29.4123 22.7818V32.1217H35.2539L35.2542 22.1119Z" fill="%231435D5"/></svg>');
    display: inline-block;
    height: 43px;
    text-indent: -99999px;
    width: 43px;
}
.author-description a{
    color:inherit;
    text-decoration: underline;
}
.row-post-from-author .post-thumbnail{
    margin-bottom: 1.2rem;
}
.row-post-from-author .post-thumbnail img{
    object-fit: cover;
    object-position: center;
    height: 240px;
    width: 100%;
}
.row-post-from-author .card-body{
    padding: 0!important;
}
.row-post-from-author .card{
    background: none;
    border:none;
}
.row-post-from-author h3{
    color: #000!important;
    font-size: 24px!important;
    font-weight: 500!important;
    line-height: 30px!important;
    margin-bottom: 0.9rem;
    text-transform: capitalize!important;
}
@media(min-width:992px){
    .row-post-from-author h3{
        min-height: 60px;
    }

    body.page-acf .wsp-pages-list, 
    body.page-acf .wsp-product_cats-list, 
    body.page-acf .wsp-pa_brands-list, 
    body.page-acf .wsp-pa_colorss-list, 
    body.page-acf .wsp-pa_resistances-list, 
    body.page-acf .wsp-pa_typesofproducts-list, 
    body.page-acf .wsp-pa_colorss-list, 
    body.page-acf .wsp-pa_brands-list, 
    body.page-acf .wsp-pa_resistances-list,
    body.page-acf .wsp-posts-list .wsp-posts-list{
        column-gap: 30px;
        column-count: 2;
    }

    body.page-acf .wsp-posts-list .wsp-posts-list ul{
        column-gap: 30px;
        column-count: 1;
    }
}
.row-post-from-author .entry-meta{
    margin-bottom: 6px!important;
}
.row-post-from-author .entry-meta *{
    color:#1435D5;
}
.author-info{
    margin-bottom: 1.5rem;
}
.section-team{
    padding-bottom: 0px;
    padding-top: 90px;
}
.section-team .wrap-headline{
    margin-bottom: 30px;
}
.section-team .wrap-headline .headline{
    margin-bottom: 0;
}
.section-team .row-items {
    margin-top: 60px;
}
.section-team .team-avatar{
    margin-bottom: 13px;
}
.section-team .col-team{
    margin-bottom: 100px;
}
.filter-tag .tag-item{

}
.filter-tag .tag-item span.item.active{
    align-items: center;
    border-radius: 54px;
    background: var(--color-blue);
    color:white;
    display: flex;
    gap:23px;
    font-weight: bold;
    padding: 10px 18px;
}
.filter-tag .tag-item span.item{
    align-items: center;
    border: 1px solid var(--color-blue);
    border-radius: 54px;
    background: var(--color-neutral);
    color: var(--color-blue);
    display: flex;
    gap:23px;
    font-weight: bold;
    padding: 10px 18px;
}
.filter-tag{
    align-items: center;
    display: flex;
    gap:23px;
    margin-top:-6px;
}
.section-team .wrap-headline{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.filter-tag .tag-item span.item{
    cursor: pointer;
}
.filter-tag .tag-item span.item span.times{
    background: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1683_10848)"><path d="M6.14731 13.7548L6.14731 12.2449L12.1868 12.2449L12.1868 6.20538H13.6967L13.6967 12.2449L19.7362 12.2449L19.7362 13.7548L13.6967 13.7548V19.7943H12.1868V13.7548L6.14731 13.7548Z" fill="%231435D5"/></g><defs><clipPath id="clip0_1683_10848"><rect width="18.3025" height="18.3025" fill="white" transform="translate(12.9418 0.0581055) rotate(45)"/></clipPath></defs></svg>');
    display: inline-block;
    height: 19px;
    width: 20px;
    
    margin-top:-3px;
    background-position: center center!important;
}
.filter-tag .tag-item span.item.active span.times{
    background: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.88015 15.3381L3.8125 14.2704L8.08309 9.99986L3.8125 5.72927L4.88015 4.66162L9.15074 8.93221L13.4213 4.66162L14.489 5.72927L10.2184 9.99986L14.489 14.2704L13.4213 15.3381L9.15074 11.0675L4.88015 15.3381Z" fill="%23F7F8FB"/></svg>');
    display: inline-block;
    height: 19px;
    width: 20px;

    background-position: center center!important;
}
.tag-item-clear .clear{
    color:var(--color-blue);
    font-weight: 600;
    text-decoration: underline;
}
.tag-item-clear .clear:hover{
    text-decoration: none;
    cursor:pointer;
}
.breadcrumbs{
    color:#667080;
    font-size: 18px;
    padding:18px 0;
}
.breadcrumbs a{
    color:#667080;
    font-weight: 500;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.breadcrumbs .current-item{
    color:#435DE2;
    font-weight: bold;
}
.breadcrumbs .separator{
    padding:0 10px;
}
body.no-breadcrumbs .breadcrumbs{display:none;}
.gform_wrapper.gravity-theme .gform_validation_errors{
    padding: 16px 16px 16px 18px!important;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 17.6px !important;
  margin: 0!important;
}
#mega-menu-wrap-main-left-menu #mega-menu-main-left-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-main-right-menu #mega-menu-main-right-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: var(--color-neutral)!important;
}
.side-menu-right .cta-connect-with-us{
    position: relative;
    z-index: 1000;
}
.cursor-pointer:hover{
    cursor:pointer;
}
section.section-financial .gfield--type-email{
    display: grid;
    grid-template-columns: 3fr 1fr!important;
}
section.section-financial input[type='text']{
    min-height: 60px!important;
}
#events-notifications{
    background: var(--color-blue);
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
#events-notifications{
    color:white;
    overflow: hidden;
    transition: height 0.50s ease-in;
    margin-top:-1px;
}

#events-notifications .wrap-items div.inner-item:not(:first-child) {
    display: none;
}
#events-notifications .wrap-items .inner-item{
    align-items: center;
    color:white;
    display: flex;
    height: 76px;
    transition: height 0.50s ease-out;    
}
#events-notifications .wrap-items .inner-item.hide{
    height: 0;
    transition: height 0.25s ease-out;
}
#events-notifications .wrap-items .item{
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#events-notifications .wrap-items .inner-item .meta{
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
#events-notifications .wrap-items .inner-item .info span{
    border-right:1px solid white;
    font-weight: 500;
    margin-right: 10px;
    padding: 3px 13px 3px 0;
}
#events-notifications .wrap-items .inner-item .cta a{
    border: 1px solid transparent;
    border-radius: 30px;
    background: linear-gradient(88deg, #F4A00D -0.39%, #F8CD06 24.33%);
    color: black;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin-left: 25px;
    padding: 9px 20px;
    position: relative;
    text-indent: -9999px;
    width: 155px;
}
#events-notifications .wrap-items .inner-item .cta a:hover{
    background: linear-gradient(48deg, #F4A00D -0.79%, #F8CD06 74.33%);
    border: 1px solid white;
}
#events-notifications .wrap-items .inner-item .cta a:before{
    bottom: 0;
    content: "Register Now";
    color: black;
    display: inline-block;
    height: 20px;
    left: 0px;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
    visibility: visible;
    width: 100px;
    z-index: 1;
}
#events-notifications a.icon-toggle{
    margin-left:1rem;
    position: relative;
}
#events-notifications a.icon-toggle:before{
    background: url('data:image/svg+xml,<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.4237 23.7571L18.5 16.6963L25.5763 23.7571L27.75 21.5834L18.5 12.3334L9.25 21.5834L11.4237 23.7571Z" fill="white"/></svg>');
    content:'';
    display: block;
    height: 37px;
    transition: 0.5s;
    width: 37px;
}
#events-notifications.closer a.icon-toggle:before{
    transform: rotate(180deg); 
    transform-origin: center center;
}

#events-notifications .date,
/*#events-notifications .upcoming,*/
#events-notifications .cta{
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

#events-notifications.closer .date,
/*#events-notifications.closer .upcoming,*/
#events-notifications.closer .cta{
    opacity: 0;
}

#events-notifications.closer .wrap-items .inner-item {
    height: 40px;
    transition: height 0.50s ease-in;
}
#events-notifications .wrap-items .inner-item .info{
    align-items: center;
    display: flex;
    font-weight: bold;
}
#events-notifications .date.mobile,
#events-notifications.closer .date.mobile{
    display:none 
}
#events-notifications .not-found-events{display:none!important}

body.single-event .entry-header .entry-meta{
    display:none;
}
body.single-event .em-item-taxonomies .event-categories a{
    pointer-events: none;
}
.em.em-item .em-item-image img, 
.em.em-list .em-item .em-item-image img {
  height: auto;
}
.em.em-event-booking-form h3.em-booking-section-title {
    width: auto;
    background-color: var(--color-neutral);
    border-color: var(--color-blue);
    border-top:none;
}
body.single-event .footer-entry-meta{display:none;}
.event-categories a,
.em-event-location a{
    pointer-events:none;
}
.em.em-item.em-item-single .em-item-header {
  color: var(--color-black);
}
.em.em-item .em-item-meta .em-item-meta-line a, 
.em.em-list .em-item .em-item-meta .em-item-meta-line a, 
.em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
  color: var(--color-black) !important;
}
.em.em-event-booking-form h3.em-booking-section-title {
  color: var(--color-black);
}
.em.em-item.em-item-single .em-item-image {
  display: none;
}
.em.pixelbones .em-item-meta-column section {
    min-height: 200px;
}
.em.pixelbones {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
}
.em.em-item.em-item-single .em-item-meta section.em-item-meta-column:first-child{
    border-right: 1px solid #C6CFF2;
}
.event-categories a, .em-event-location a {
    pointer-events: visible;
}
section.global_blue_financial_three_columns .box-gravity-blue form{
    position: relative;
}
section.global_blue_financial_three_columns .box-gravity-blue form .gform_footer{
    top: 82px;
    right: 7px;
    position: absolute;
}
section.global_blue_one_columns_image_text .box-gravity-blue form .gform_footer{
    bottom: 42px;
    right: 7px;
    position: absolute;
}
section.global_blue_one_columns_image_text .box-gravity-blue form .gform_footer{
    right: 18px;
}
section.section-single-hero-5 h1{ font-size:58px!important; margin-bottom: 17px; }
section.section-single-hero-5 h1 img{
    height: auto;
    max-width: 350px;
    width: 100%;
}
section.section-single-hero-5{
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}
section.section-single-hero-5 h1,
section.section-single-hero-5 p{
    color:white;
}
section.section-single-hero-5 h1 strong{
    font-weight: 700;
}
section.section-single-hero-5 .text,
section.section-single-hero-5 .text p{
    font-size: 20px;
}
section.section-single-hero-5 .text{
    margin-bottom: 32px;
}
section.section-single-three-columns-cta{
    padding:6rem 0;
}

.box.box-steps{
    border-radius: 30px;
    border: 1px solid var(--Elevate-Palette-Primary-Blue, #1435D5);
    background: #FFF;
    box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
    height: 100%;
    padding:3rem 2rem 1rem;
    text-align: center;
}
.box.box-steps div.icon img{
    height: 90px!important;
    margin-bottom: 10px;
    width: auto!important;
}
.box.box-steps span.number{
    align-items: center;
    background:var(--color-blue);
    color:white;
    display: flex;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 700;
    justify-content: center;
    position: absolute;

    height: 32px;
    width: 32px;
    border-radius: 50%;

    top:20px;
    left:20px;
}
section.section-single-three-columns-cta .row-box{
    margin-bottom: 3.5rem;
}
section.section-single-three-columns-cta .title{
    color:black;
    font-weight: 600!important;
}

.section-single-banner-with-bg-blue{
    padding: 5rem 0;
    position: relative;
}
.section-single-banner-with-bg-blue img.icon{
    position: absolute;
    right:0px;
    top:0px;
}
.section-single-banner-with-bg-blue p{
    color: #FFF;
    font-family: "Libre Franklin Thin", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700; 
    position: relative;
    z-index: 10;
}
.section-steps{
    padding: 6rem 0;
}
.section-steps .row-header{
    margin-bottom: 4.7rem;
    text-align: center;
}
.section-steps .row-header .heading{
    margin-bottom: 1.2rem;
    font-weight: 300;
}
.section-steps .row-header .heading strong{
    color:var(--color-blue);
}
.section-steps .text{
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
}
.section-steps img.icon{
    width: auto;
    height: 88px;
    margin-right: 25px;
}
.section-steps .title{
    color:var(--color-black);
    font-weight: bold;
    line-height: 140%!important;
    margin-bottom: 7px;
}
.section-step-2 .title{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.section-steps .text-icon{
    color:var(--color-black);
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}
.section-steps .row-body{
    margin-bottom: 3rem;
}
.section-steps .box-icon-text{
    display: flex;
}
.section-steps .wrap-text{
    max-width: 333px;
}
.section-steps .box-icon-text{
    margin-bottom: 1.5rem;
}

.section-step-2 .row-header {
  margin-bottom: 2.3rem;
}
.section-step-2 .row-sub-header{
    margin-bottom: 2.5rem;
}
.section-steps .line-top{
    border-top:1px solid #A4B3E9;
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1272px;
}



.section-single-pick-portfolio{
    padding:4rem 0;
}
.section-single-pick-portfolio .row-header{
    margin-bottom: 2.5rem;
}
.section-single-pick-portfolio .row-header h2.heading{
    color: var(--color-grey);
}
.section-single-pick-portfolio .col-special{
    display:grid;
    gap: 27px;
    grid-template-columns: 80px 1fr;
}
.section-single-pick-portfolio .long-bar-vertical{
    align-items: center;
    background: linear-gradient(180deg, #3C9F46 0%, #DB9C3E 50%, #B72B2B 100%);
    border-radius: 50px;
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 1000px;
    padding:56px 15px;
}
.section-single-pick-portfolio .txt{
    font-family: "Libre Franklin Thin", sans-serif;
    font-size: 28px; 

    writing-mode: horizontal-tb; /* Asegura que el texto no se cambie de posición en navegadores que no admiten transformaciones */
    transform: rotate(270deg); /* Rotar el texto en 90 grados */
    white-space: nowrap; /* Evita que el texto se ajuste automáticamente */

    margin-bottom:65px;
    margin-top:65px;
}
.section-single-pick-portfolio .card-item{
    border-radius: 30px;
    border: 1px solid var(--color-blue);
    background: #FFF;

    /* blue drop shadow */
    box-shadow: 4px 4px 12px 0px rgba(67, 93, 226, 0.31);
    display:grid;
    margin-bottom: 15px;
    padding:15px;
    gap:40px;
    grid-template-columns: 200px 1fr;
}
.section-single-pick-portfolio .box-img{
    width: 200px;
}

.section-single-pick-portfolio .box-img img{
    border-radius: 15px;
    height: auto;
    width: 100%;
}
.section-single-pick-portfolio .box-text{
    padding:20px 0;
}
.section-single-pick-portfolio .box-text .text{
    margin-bottom: 42px;
}



.section-faqs{
    padding:4rem 0 8rem;
}
.section-faqs .row-header .heading strong{
    color:var(--color-blue);
    font-weight: 700;
}
.section-faqs .accordion{
    border-radius: 30px;
    border: 1px solid var(--color-blue);
    background: #FFF;
    padding:25px 50px;
}
.section-faqs .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    outline: none;
}
.section-faqs .accordion-item {
    background-color: #fff;
    border: none;
    outline: none;
}
.section-faqs .accordion-item:hover,
.section-faqs .accordion-item:visited,
.section-faqs .accordion-item:focus,
.section-faqs .accordion-header,
.section-faqs .accordion-header button,
.section-faqs .accordion-header:hover,
.section-faqs .accordion-header button:hover,
.section-faqs .accordion-header:visited,
.section-faqs .accordion-header button:visited,
.section-faqs .accordion-header:focus,
.section-faqs .accordion-header button:focus{
    outline: none!important;
}

.section-faqs .row-header{
    margin-bottom: 2.1rem;
}
.section-faqs .accordion-header button{
    color:var(--color-grey);
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    padding:0px;
}

.section-faqs .accordion-body,
.section-faqs .accordion-body p{
    color:#000;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}
.section-faqs .accordion-body{
    padding-left:0px;
    padding-right:0px;
}
.section-faqs .accordion-item{
    border-bottom:1px solid #868686;
    padding-bottom: 20px;
    padding-top: 30px;
}
.section-faqs .accordion-item:last-child {
    border-bottom: none;
}
.section-faqs .accordion-button:not(.collapsed):after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MiA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQyLjA5NTkgMzguMTUyN0M0Mi41NDUxIDM4LjYwMTggNDIuNzk3NCAzOS4yMTA5IDQyLjc5NzQgMzkuODQ2MUM0Mi43OTc0IDQwLjQ4MTIgNDIuNTQ1MSA0MS4wOTAzIDQyLjA5NTkgNDEuNTM5NEM0MS42NDY4IDQxLjk4ODUgNDEuMDM3NyA0Mi4yNDA4IDQwLjQwMjYgNDIuMjQwOEMzOS43Njc1IDQyLjI0MDggMzkuMTU4MyA0MS45ODg1IDM4LjcwOTIgNDEuNTM5NEwyNi4wNjA4IDI4Ljg4N0wxMy40MDg0IDQxLjUzNTRDMTIuOTU5MyA0MS45ODQ1IDEyLjM1MDIgNDIuMjM2OSAxMS43MTUxIDQyLjIzNjlDMTEuMDggNDIuMjM2OSAxMC40NzA4IDQxLjk4NDUgMTAuMDIxNyA0MS41MzU0QzkuNTcyNjIgNDEuMDg2MyA5LjMyMDMxIDQwLjQ3NzIgOS4zMjAzMSAzOS44NDIxQzkuMzIwMzEgMzkuMjA2OSA5LjU3MjYyIDM4LjU5NzggMTAuMDIxNyAzOC4xNDg3TDIyLjY3NDEgMjUuNTAwM0wxMC4wMjU3IDEyLjg0NzlDOS41NzY2IDEyLjM5ODggOS4zMjQzIDExLjc4OTcgOS4zMjQzIDExLjE1NDZDOS4zMjQzIDEwLjUxOTQgOS41NzY2IDkuOTEwMzIgMTAuMDI1NyA5LjQ2MTIyQzEwLjQ3NDggOS4wMTIxMSAxMS4wODM5IDguNzU5OCAxMS43MTkxIDguNzU5OEMxMi4zNTQyIDguNzU5OCAxMi45NjMzIDkuMDEyMTEgMTMuNDEyNCA5LjQ2MTIyTDI2LjA2MDggMjIuMTEzNkwzOC43MTMyIDkuNDU5MjJDMzkuMTYyMyA5LjAxMDEyIDM5Ljc3MTQgOC43NTc4MSA0MC40MDY2IDguNzU3ODFDNDEuMDQxNyA4Ljc1NzgxIDQxLjY1MDggOS4wMTAxMiA0Mi4wOTk5IDkuNDU5MjJDNDIuNTQ5IDkuOTA4MzMgNDIuODAxMyAxMC41MTc1IDQyLjgwMTMgMTEuMTUyNkM0Mi44MDEzIDExLjc4NzcgNDIuNTQ5IDEyLjM5NjggNDIuMDk5OSAxMi44NDU5TDI5LjQ0NzUgMjUuNTAwM0w0Mi4wOTU5IDM4LjE1MjdaIiBmaWxsPSIjMTQzNUQ1Ii8+DQo8L3N2Zz4=)!important;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);

    background-size: 44px!important;
    height: 44px!important;
    width: 44px!important;
}
.section-faqs .accordion-button::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzMiIGhlaWdodD0iNzMiIHZpZXdCb3g9IjAgMCA3MyA3MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2ODNfMTI3ODgpIj4NCiAgICA8cGF0aCBkPSJNMzguNDUzIDU2Ljc4NDRDMzguNDUzIDU3LjQxOTYgMzguMjAwNyA1OC4wMjg3IDM3Ljc1MTYgNTguNDc3OEMzNy4zMDI1IDU4LjkyNjkgMzYuNjkzNCA1OS4xNzkyIDM2LjA1ODMgNTkuMTc5MkMzNS40MjMxIDU5LjE3OTIgMzQuODE0IDU4LjkyNjkgMzQuMzY0OSA1OC40Nzc4QzMzLjkxNTggNTguMDI4NyAzMy42NjM1IDU3LjQxOTYgMzMuNjYzNSA1Ni43ODQ0TDMzLjY2NjMgMzguODk0MUwxNS43NzYgMzguODkxM0MxNS4xNDA4IDM4Ljg5MTMgMTQuNTMxNyAzOC42MzkgMTQuMDgyNiAzOC4xODk5QzEzLjYzMzUgMzcuNzQwNyAxMy4zODEyIDM3LjEzMTYgMTMuMzgxMiAzNi40OTY1QzEzLjM4MTIgMzUuODYxNCAxMy42MzM1IDM1LjI1MjIgMTQuMDgyNiAzNC44MDMxQzE0LjUzMTcgMzQuMzU0IDE1LjE0MDggMzQuMTAxNyAxNS43NzYgMzQuMTAxN0wzMy42NjYzIDM0LjEwNDVMMzMuNjY5MSAxNi4yMTQyQzMzLjY2OTEgMTUuNTc5MSAzMy45MjE0IDE0Ljk2OTkgMzQuMzcwNSAxNC41MjA4QzM0LjgxOTcgMTQuMDcxNyAzNS40Mjg4IDEzLjgxOTQgMzYuMDYzOSAxMy44MTk0QzM2LjY5OSAxMy44MTk0IDM3LjMwODIgMTQuMDcxNyAzNy43NTczIDE0LjUyMDhDMzguMjA2NCAxNC45Njk5IDM4LjQ1ODcgMTUuNTc5MSAzOC40NTg3IDE2LjIxNDJMMzguNDU1OSAzNC4xMDQ1TDU2LjM1MDQgMzQuMTAzMUM1Ni45ODU2IDM0LjEwMzEgNTcuNTk0NyAzNC4zNTU0IDU4LjA0MzggMzQuODA0NUM1OC40OTI5IDM1LjI1MzcgNTguNzQ1MiAzNS44NjI4IDU4Ljc0NTIgMzYuNDk3OUM1OC43NDUyIDM3LjEzMyA1OC40OTI5IDM3Ljc0MjIgNTguMDQzOCAzOC4xOTEzQzU3LjU5NDcgMzguNjQwNCA1Ni45ODU2IDM4Ljg5MjcgNTYuMzUwNCAzOC44OTI3TDM4LjQ1NTkgMzguODk0MUwzOC40NTMgNTYuNzg0NFoiIGZpbGw9IiMxNDM1RDUiLz4NCiAgPC9nPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAwXzE2ODNfMTI3ODgiPg0KICAgICAgPHJlY3Qgd2lkdGg9IjUxIiBoZWlnaHQ9IjUxIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzYuMDYyNSAwLjQzNzUpIHJvdGF0ZSg0NSkiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQo8L3N2Zz4=)!important;

    background-size: 50px!important;
    height: 50px!important;
    width: 50px!important;
}
body.page-id-488194 .mega-menu-item-485187 > a{
    border-bottom:none!important;
}

#field_15_6 .large.gfield_select {
    display: none;
}

 body.single.single-event .entry-header .post-thumbnail {
    max-height: 550px !important;
    overflow: hidden;
}
/**
 ** set max height to form gravity ID 17 in https://ria2023.wpenginepowered.com/benefits/
 **/
#gform_wrapper_17 {
    display: flex;
    flex-direction: column;
    height: 411px;
    overflow: hidden;
    transition: height 1s ease;
}

#gform_wrapper_17.expanded {
    height: auto; /* Valor grande para permitir que se expanda completamente */
    overflow: visible;
}
#gform_wrapper_17 .gform_validation_errors{
    display: none;
}
#gform_wrapper_17.expanded .gform_validation_errors{
    display: block;
}
.list-two-columns{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer#footer .address-phone{
    margin-top:2rem;
}
footer#footer .address-phone .phone{
    margin-top: 1rem;
    text-align: left;
}
footer#footer .address-phone .phone a{
    color: var(--color-black) !important;
}
footer#footer .address-phone .icon-phone{
    margin-right: 10px;
}
footer#footer .address-phone .address a{
    margin-left:10px;
}
@media(min-width:992px){
    body.form-not-border .form-search .input-search input{
        width: 100%!important;
    }
    body.form-not-border .form-search .input-search{
        width: 65%!important;
    }
}










































/*Media Queries*/


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .show-sm{
        display: none !important;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

   .show-md{
       display: none;
   }  

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
   
    .show-lg{
        display: none !important;
    }   
    .col-l-info{
        padding-right: 90px !IMPORTANT;
    }
    .section-partners .container-fluid{
        padding-left: calc(((100% - 960px) / 2) + 1.5rem);
    }
    .text-lg-left{
        text-align: left !important;
    }
    .navbar-toggler{
        display: none;
    }
    .box-list-info.d-lg-block{
        max-width: 487px;
        margin: 0 auto;
        display: flex !important;
    }
    .section-main-banner h1{line-height: 86px;}
    body.search-results .post-item img{
        height: 250px!important;
    }
    .section-videos .card-title {
        min-height: 70px;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .show-xl{
        display: none;
    }  
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95%;
    }
    .section-partners .container-fluid{
        padding-left: calc(((100% - 1140px) / 2) + 1.5rem);
    }
    section.section-partners .owl-carousel .owl-stage {
      height: 45px;
    }
    section.section-partners .owl-carousel .owl-item {
      height: 100%;
    }

    section.section-partners .owl-carousel .owl-item .item {
      height: 100%;
    }

    section.section-partners .owl-carousel .owl-item img {
      height: 100% !important;
      width: auto !important;
      margin: 0 auto;
    }
    body.single .share-add-to-any{display:none}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

    .show-xxl{
        display: none;
    }  
    .section-partners .container-fluid{
        padding-left: calc(((100% - 1320px) / 2) + 1.5rem) !important;
    }
    

}
@media (min-width: 2000px) {

}
/* 3K devices (larger desktops, 2500px and up)*/
@media (min-width: 2500px) {



}

/* 4K devices (larger desktops, 3000px and up)*/
@media (min-width: 3000px) {  

}

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

    .hide-xxl{
        display: none;
    }
    h1{
        font-size: 70px !important;
    }
    .menu li {
        padding-right: 20px;
    }  
    .cta-btn{
        font-size: 14px;
        padding: 12px 16px;
    }
    .cta-btn svg {
        margin-left: 10px;
    }
    .menu a{
        font-size: 15px;
    }
    .testimonial-author{
        font-size: 22px;
        bottom: -61px;       
        right: 2em;
    }
    .quote-testimonials{
        border: 3px solid #A4B3E9;
        border-radius: 23px;
        padding: 35px;
    }
    .quote-testimonials::after{
        bottom: -71px;
    }
    #mega-menu-wrap-main-left-menu #mega-menu-main-left-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-right-menu #mega-menu-main-right-menu > li.mega-menu-item > a.mega-menu-link {
   
        margin: 0px 5px !important;
    }
    #mega-menu-wrap-main-left-menu #mega-menu-main-left-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        top: 40px;
    }
    .gravity-form.form-style-1 .gform-button {
      padding: 18px 40px 18px 15px!important;
      font-size: 14px!important;
    }

}
@media (max-width: 1326.98px) {
    body.single .entry-header .post-thumbnail img {
      height: auto;
      object-fit: cover;
      object-position: left;
      width: 75vw;
    }
}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

    .hide-xl{
        display: none;
    }
    .container, .container-lg, .container-md, .container-sm{
        max-width: 100% !important;
    }
    .header-main-main .cta-btn, .form-style-1 .gform-button {
        margin-left: 5px;
    }
    #mega-menu-wrap-main-left-menu #mega-menu-main-left-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-right-menu #mega-menu-main-right-menu > li.mega-menu-item > a.mega-menu-link {
        margin: 0px 5px 0px 5px !important;
    }
    #mega-menu-wrap-main-left-menu #mega-menu-main-left-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-right-menu #mega-menu-main-right-menu > li.mega-menu-item > a.mega-menu-link{
        font-size: 16px;
    }
    
          .column-center{   
            padding-right: 40px !IMPORTANT;
            padding-left:  40px !IMPORTANT;
            border-right: 1px solid var(--color-black) !important;
            border-left: 1px solid var(--color-black) !important;  
        }
        .column-l{
            padding-left: 30px !important;
        }
    
    html body .content-share{
        display:none!important;
    }
    body.single .share-add-to-any{
        align-items: center;
        display: flex;
        gap: 10px;
        margin-bottom: 2rem;
    }
    body.single .share-add-to-any .addtoany_list{
        flex-direction: row!important;
        gap:5px;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .header-main-main{
        padding-left: 10px;
        padding-right: 10px;
    }
   .headline{
        margin-bottom: 2rem;
    }
    .hide-lg
   {
        display: none !important;
    }
    .main-header .container{
        max-width: 100%;
    }
    .header-top-area .input-search{
        padding: 0.375rem 0;
        font-size: 14px;
    }
    .divider {
        margin-left: 15px;
        margin-right: 15px;
    }
    .label-1,
    .link-contact {       
        font-size: 15px;     
    }

    .section-main-banner h1{font-size: 50px!important;text-align: center;}
    .wrap-slider img{
        margin-left: auto;
        margin-right: auto;
        width: 60%!important;
    }
    .wrap-slider .owl-item{margin-left: auto; margin-right: auto;}
    .wrap-slider{margin-top:0;margin-bottom:2rem}

    .section-partners .card{margin-bottom:2rem}

    .section-services,
    .section-info{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .section-cards{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    body.have-section-services .section-cards{
        padding-bottom: 0rem;
        padding-top: 0rem;
    }
    body.have-section-services .section-cards .row-head{
        display:none;
    }

    .section-cards .row-content {
      padding-bottom: 2rem;
      padding-top: 2rem; /*not modify*/
    }
	
    .section-services .card,
    .section-cards .card{margin-bottom: 0rem}

    .section-blog{padding: 4rem 0 2rem!important;} /*not modific*/
    .section-blog .nav-pills .nav-link{ line-height: 1;}
    .section-blog .filter-blog {margin-bottom: 2rem;}
    .section-blog .row-cta { margin-top: 3rem; }
    .section-blog .btn-cta{ margin-top: 0;}

    .filter-blog .nav-item{height: 55px;}

    .section-blue .col-left{margin-bottom: 1rem;padding-top:2rem} /*not modific*/
    .section-blue .col-right{margin-bottom: 3rem;} /*not modific*/
	
	.section-blue.section-single-blue-two-columns .col-left{/*not modify*/
		    margin-bottom: 3rem;
	}
  
    .section-blue figure img{max-width: 85%}
    .section-blue figure{margin-bottom: 1rem;text-align: center;}
    .section-blue .headline {margin-bottom: 1rem;}

    .section-subscriptions { padding: 4rem 0 4rem; }
    .box-subscription{margin-bottom: 2rem;}

    .wrap-box-simplevisor{ padding-top: 3rem; }
    .wrap-box-simplevisor,
    .wrap-box-simplevisor .box-left,
    .wrap-box-simplevisor .box-right { grid-template-columns: 1fr; }

    .wrap-box-simplevisor .box-left { border-right: none };
    .wrap-box-simplevisor .box-logo{ margin-bottom: 0rem; }
    .wrap-box-simplevisor .box-logo img{ display: block; margin: 0 auto; width:auto; }
    .wrap-box-simplevisor .box-logo.box-logo-mobile img{ width:85%; }
    .wrap-box-simplevisor .box-left .box-text {margin-bottom: 1.5rem}
    .wrap-box-simplevisor .box-right {padding-left: 0; }
    .wrap-box-simplevisor .box-right .box-text {margin-bottom: 1.5rem}

    .row-head .wrap-headline {flex-direction: column; margin-bottom:1.3rem; padding-bottom: 0rem; text-align: left;}
    
    .footer-logo {text-align: center;}
    .footer-logo img { max-width: 208px; }
    footer.main-footer .row-widget-menu{ display:grid; grid-template-columns: 1fr 1fr }
    footer.main-footer .col-right {display: flex; justify-content: center;}
    footer.main-footer .col-middle {border:none;margin-bottom: 2rem;}
    .navbar-nav .nav-link{
        font-size: 27px;
    }
    .wrap-box-simplevisor .box-left .box-text{
        text-align: center;
        font-size: 20px;
        margin-top: 30px;
    }
    .wrap-box-simplevisor .box-right .box-text {
        margin-bottom: 1.5rem;
        font-size: 20px;
        font-weight: 400 !important;
        margin-bottom: 2.5rem;
        text-align: center;
    }
    .img-single-banner{
        margin: 0 auto;
    }
    .section-internal-banner{
      background-size: 150% !important;
      background-position: top center !important;
    }

    h1.headline-banner {
        font-size: 36px !important;
    }
    .box-testimonials{
        padding: 21px 21px 74px;
        border-radius: 30px;
    }
    .quote-testimonials::after {
        bottom: -60px;
        width: 68px;
        height: 70px;
    }
    .quote-testimonials {
        border: 2px solid #A4B3E9;
        border-radius: 16px;
        padding: 22px;
    }
    .testimonial-text { 
        font-size: 20px;   
        line-height: 25px;   
    }
    .testimonial-author{
        font-size: 16px;   
        line-height: 20px;   
        bottom: -46px;
        right: 2em;
    }
    .wrap-search-mobile{display: block}
    .top-header-mobile{
        display: flex;
        justify-content: space-between;
    }
    .header-top-area{
        display: none;
    }
    .slider-partners.owl-carousel{
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .slider-partners.owl-carousel .owl-item{
        justify-content: center;
        display: flex;
    }
    .section-partners .label-2{
        border-bottom: 4px dotted #435DE2;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        padding-bottom: 10px;

        border-right: none;
        padding-top:0px;
    }
    .display-mobile{display: flex!important;}
    .hide-mobile{display: none!important;}
    .slider-partners:after,
    .slider-partners:before{
        display: none!important;
    }
    .anchor-link
    {
        display: none;
    }    

   
    
    .gravity-form.form-style-1 .gform-button {
        font-size: 16px !important;
        padding: 18px 25px 18px 25px !important;
        text-align: center;!
    }
    section.section-how-different .box {
      padding: 46px 28px 38px 28px;
    }
    .three-col-overview {
      display: flex;
      flex-direction: column;
    }
    .three-col-overview .col-left,
    .three-col-overview .col-center,
    .three-col-overview .col-right{
        width: 100%;
    }
    .three-col-overview .overview-wrap{
        max-width: 100%;
    }
    .section-blue-three-columns{
        padding-bottom:2rem;
        padding-top:2rem;
    }
    .section-blue-three-columns .order-1{
        margin-bottom: 0;
    }
    .section-blue .inner-section {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .section-blue.section-blue-two-columns .inner-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .overview-wrap .overview-box {
      border-radius: 0;
      border: none;
      background: none;
      padding: 0;
      margin-bottom: 2.5rem;
    }
    .overview-body{
        gap: 10px;
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: 1fr;

    }
    .overview-wrap .overview-item {
      margin-bottom: 0px;
      text-align: center;
    }
    .overview-wrap .overview-item a{
        align-items: center;
        background: var(--color-lavender);
        border-radius: 15px;
        color:#1D1D1D;
        display: flex;
        font-size:16px;
        justify-content: center;
        height: 100%;
        padding: 15px 5px;
    }
    /*section.section-our-focus {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }*/
    section.section-how-different {
      padding: 4rem 0;
    }
    section.section-aif {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .section-blog-featured {      
        padding: 3rem 0 1rem;
    }
    .section-blog-featured .entry-list.entry-thumbnail {
        height: 25em;
    }
    .card-entry-list:not(:last-child),
    .col-card-featured {
        margin-bottom: 60px;
    }
    .card-featured{
        padding-bottom: 23px;
    }
    .section-subscriptions.two-columns-subscriptions .row-cont {
        margin-bottom: 0;
    }
    /*.section-subscriptions.two-columns-subscriptions{
        padding-bottom: 0;
    }*/
    .info-team-member .team-box {
        height: 500px;
    }
    .team-box{
        margin-bottom: 45px;
    }
    .team-content-single {      
        justify-content: start;
        flex-direction: column;
        align-items: start;
    }
    .team-content-single .team-r{
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row-reverse;
        margin-top: 6px;
        align-items: center;
    }
    .social-links {
        margin-bottom: 0;
        display: flex;
        justify-content: end;
    }
    .info-team-member .title-single-team {       
        font-family: var(--font-family-body);
        font-size: 36px !important;      
        line-height: 43px !important;
        font-weight: 700 !important;
    }
    .crp_related.crp-grid ul {
        display: block !important;
    }
    .crp_related.crp-grid ul li{
        margin-bottom: 2rem;
    }
    .section-blue-center .inner-section{
        max-width: 90%;
    }
    .section-blue-center{
        padding-bottom: 50px;
    }
    .section-team .col-team {
        margin-bottom: 35px;
    }
    .section-team {
        padding-bottom: 0px;
        padding-top: 50px;
    }
    .section-team .row-items {
        margin-top: 40px;
    }
    .section-team .wrap-headline {
        flex-direction: column;
    }
    .filter-tag {
        display: grid;
        gap: 10px;
        margin-top: 0px;
        grid-template-columns: 1fr 1fr;
    }
    .section-team .wrap-headline .headline {
        margin-bottom: 1rem;
    }
    .two-columns-subscriptions .box-subscription {
        padding: 0;
    }
    footer.main-footer .row-footer-bottom ul.social-media {
      padding-left: 0;
    }
    footer.main-footer .row-footer-bottom .menu {
        justify-content: center;
        margin-bottom: 1rem !important;
    }
    .box-gravity {
        border-radius: 30px;
        padding: 32px 15px 20px;
    }
    section.section-single-cards-four-columns .card{
        background: var(--color-neutral-2);
        box-shadow: none;
        padding-bottom: 3px;
        padding-top: 3px;
    }
    section.section-single-cards-four-columns .card-title{
        color:var(--color-blue);
        font-size: 16px!important;
        margin-bottom: 0;
    }
    section.section-single-cards-four-columns .card-cta{
        display: none;
    }
    section.section-subscriptions .box-left .box-text{
        border-bottom:1px solid var(--color-yellow);
        padding-bottom: 2rem;
    }
    section.section-market .wrap-box-simplevisor{
        grid-template-columns: 1fr;
    }
    section.section-market .wrap-box-simplevisor .box-right {
      grid-template-columns: 1fr;
    }
    .section-market .wrap-box-simplevisor .box-left {
      grid-template-columns: 270px 1fr;
      padding-left: 0px;
      border: 0 !important;
      display: flex;
      justify-content: center;
      text-align: center;
    }
    .section-market .wrap-box-simplevisor .box-left .box-text {
      font-size: 33px;
    }
    .row-head .wrap-headline {
      align-items: flex-start;
      border-bottom: none;
     
    }
    section.section-blog-list .row-head .wrap-headline {
      align-items: center;
      border-bottom: none;
      margin-bottom: 3rem;
    }
    .box-gravity .gform_button{
        padding: 10px 40px 10px 26px !important;
    }
    .section-hero {
      padding-bottom: 2rem;
      padding-top: 2rem;
    }
	.section-single-hero-2{
		padding-bottom: 0;
	}
    .cta.version-mobile{
        margin-bottom: 2rem;
        margin-top: 3rem;
    }
    .two-columns-subscriptions form {
      background: inherit;
      border-radius: 0px;
      border: none;
      grid-template-columns: 1fr;
    }
    .two-columns-subscriptions form input{
        min-height: 57px!important;
    }
    .section-financial .box-gravity-blue .gform_footer, 
    .section-subscriptions .gform_footer {
        margin-top: 1.1rem!important;
        max-width: 100%;
        width: 100%;
    }
    .section-hero-2{
        height: auto;
        min-height: 450px;
    }
    .section-videos .headline, 
    .section-blog-featured .headline {
      margin-bottom: 2rem;
    }
    .section-videos .headline{
        border-bottom: 1px solid var(--color-lavender);
        margin-bottom: 1.7rem!important;
        padding-bottom: 2rem!important;
        width: 100%;
    }
    .card-title {
      line-height: 30px !important;
    }
    .section-videos { padding: 2rem 0 1rem; }
    .section-videos .card {
        border-bottom: 1px solid var(--color-lavender);
        padding-bottom: 1.5rem;
        margin-bottom: 2.2rem;
    }
    section.section-list-on-the-go {
      padding-bottom: 0rem;
      padding-top: 0rem;
    }
    .section-blog-list .card{
        height:auto!important;
        margin-bottom: 3rem;
    }
    .custom-select-trigger {
        line-height: 58px;
        font-size: 16px !important;
      }
    .btn{
          padding:12px 20px!important;
      }
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
          line-height: 2;
          min-height: 60px;
          font-size: 16px;
      }
    .gravity-form.form-style-1 .gform-button {
          font-size: 13px !important;
          padding: 13px 25px 13px 25px !important;
          text-align: center;
      }
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 2;
        min-height: 60px !important;
        font-size: 16px !important;
    }
    .scrollToTopBtn {       
        border: 1px solid #FFAF4B;       
        bottom: 25px;
        right: 19px;       
        border-radius: 50px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .listen-live {
      bottom: 25px;
      left: 10px;
    }
    section.section-financial img{
        width: 70%;
    }
    /*.section-blue .inner-section {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }*/
    .section-cards .description{
        margin-bottom: 0rem;
    }
    .section-cards .description,
    .section-cards .description p{
        font-size: 16px;
        margin-bottom: 2rem;/*not modify - /about/who-we-are/*/
    }
    #events-notifications .wrap-items .inner-item {
      align-items: flex-start;
      height: 94px;
      line-height: 1;
      flex-direction: column;
      justify-content: center;
    }
    #events-notifications.close .wrap-items .inner-item {
      height: 40px;
    }
    #events-notifications .wrap-items .inner-item .info span {
        border-right: none;
        font-size: 12px;
    }
    #events-notifications .date{
        display: none;
    }
    #events-notifications a.icon-toggle {
        margin-left: .5rem;
    }
    #events-notifications .wrap-items .inner-item .info{
        font-size: 16px;
    }
    #events-notifications .wrap-items .inner-item .cta a{
        margin-left: 10px;
        padding: 8px 10px;
        width: 120px;
    }
    #events-notifications .date.mobile{ display:block; font-size:12px; margin-top:3px }

    #events-notifications .name{
        opacity: 1;
        transition: all .3s ease-in-out;
    }
    #events-notifications.closer .name{
        opacity: 0;
        display: none;
    }
    #events-notifications.closer .date.mobile{
        height: 0;
    }
    #events-notifications .upcoming{
        display: none;
        opacity: 0;
        transition: all .3s ease-in-out;
    }

    #events-notifications.closer .upcoming{
        display: block;
        opacity: 1;
    }
    .section-market {
        padding: 4rem 0 1rem;
    }
    body.single .entry-header .post-thumbnail {
      margin-bottom: 0px;
    }
    body.single .entry-header {
      margin-bottom: 40px;
      max-height: inherit!important;
    }
    section.section-single-hero-5 h1 {
      font-size: 36px !important;
      margin-bottom: 17px;
    }
    section.section-single-hero-5 .text, 
    section.section-single-hero-5 .text p {
      font-size: 18px;
    }
    section.section-single-hero-5 {
      padding: 50px 0;
    }
    section.section-single-hero-5 h1 img {
      height: auto;
      max-width: inherit;
      width: 68%;
    }

    .box.box-steps {
      height: inherit;
      margin-bottom: 1.5rem;
    }
    section.section-single-three-columns-cta {
      padding: 4rem 0;
    }
    .section-single-banner-with-bg-blue {
      padding: 4rem 0;
    }
    .section-single-banner-with-bg-blue p {
      font-size: 24px;
      line-height: 130%;
    }
    .section-steps {
      padding: 4rem 0;
    }
    .section-steps .row-header .heading {
      text-align: left;
    }
    .section-steps .text {
      text-align: left !important;
    }
    .section-steps .row-header {
      margin-bottom: 2.7rem;
    }
    .section-steps img.icon {
      height: 72px;
    }
    .section-step-2 .row-sub-header {
      margin-bottom: 1.0rem;
    }
    .section-step-2 .row-sub-header h3{
      text-align: left !important;
    }
    section.section-step-2 .text {
      text-align: center !important;
    }
    .section-single-pick-portfolio .col-special {
      gap: 15px;
      grid-template-columns: 40px 1fr;
    }
    .section-single-pick-portfolio .txt {
      font-size: 18px;
      margin-bottom: 15px;
      margin-top: 15px;
    }
    .section-single-pick-portfolio .card-item {
      gap: 10px;
      grid-template-columns: 1fr;
    }
    .section-single-pick-portfolio .box-img {
      width: 100%;
    }
    .section-single-pick-portfolio .box-img img{
      height: 100px;
      object-fit: cover;
      object-position: center center;
      width: 100%;
    }
    .section-single-pick-portfolio .box-text .box-btns{
        display: grid;
        gap: 15px;
    }
    .section-single-pick-portfolio .long-bar-vertical{
        margin-bottom: 15px;
    }
    .section-faqs {
      padding: 0rem 0 6rem;
    }
    .section-faqs .accordion-header button {
      font-size: 20px;
    }
    .section-faqs .accordion-body, .section-faqs .accordion-body p {
      font-size: 18px;
    }
    .section-faqs .accordion {
      padding: 10px 25px;
    }
    .section-faqs .accordion-item {
      padding-bottom: 15px;
      padding-top: 15px;
    }
    .section-faqs .row-header{
        margin-bottom: 1.5rem!important;
    }
    .section-faqs .row-header h2{
        text-align:left!important;
    }
    section.global_blue_financial_three_columns .box-gravity-blue form .gform_footer,
    section.global_blue_one_columns_image_text .box-gravity-blue form .gform_footer{
        bottom: 0px;
        right: 0px;
        position: relative;
    }
    section.section-blue .gform_wrapper.gravity-theme .gfield.gfield--width-full {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
}/*END MEDIA QUERY 991*/ 



















/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .hide-md{
        display: none !important;
    } 
    
    footer.main-footer .row-footer-top {margin-bottom: 2rem; }
    .slider-partners.owl-carousel .owl-item img {   
        width: auto;
        object-fit: contain;
        max-width: 100%;
    }
    .section-services img.card-img-top,
    .section-cards img.card-img-top{
        max-width: 71px !important;
        height: auto;
    }
    .section-services .card,
    .section-cards .card{
        padding: 24px 16px;
    }
    .section-services .card-text,
    .section-cards .card-text{
        font-size: 16px;
    }
    h4.card-title{
        font-size: 20px !important;
    }
    .section-services .card-body,
    .section-cards .card-body{
        padding: 0 !important;
    }
    
    .box-list-info {
        display: flex;
        justify-content: start;      
        padding: 24px 19px;     
        gap: 0;       
        flex-direction: column;
    }
    .box-list-info ul{
        margin-bottom: 0 !important;
    }  
    .section-text {     
        font-size: 18px;    
        line-height: 27px;
    } 
    .dp-3, .dp-3 p, .dp-3 ul, .dp-3 ol, .dp-3 li {       
        font-size: 16px;    
        line-height: 24px;
    }
    .section-services .card-body .btn[--nth-letter='2'],
    .section-cards .card-body .btn[--nth-letter='2'] { 
        display:none!important; 
        background: red!important; 
    }
    .section-services .card-title,
    .section-services .card-text,

    .section-cards .card-title,
    .section-cards .card-text {
        margin-bottom: 10px;
    }
    .section-services img.card-img-top,
    .section-cards img.card-img-top{ 
        margin-bottom:10px; 
    }
    .btn{line-height: 1.1!important;}

    h3.headline{margin-bottom: 25px;} /*not modific*/

    .section-blog .row > div.col-lg-4:last-child{
        margin-bottom: 0!important;
    }
    
    .info-team-member .team-box {
        height: 400px;
    }
    .img-top-banner-shape {      
        top: 0%;
        left: -7%;      
    }
    .img-bottom-banner-shape{
        display: none;
    }
    .box-subscription .buttons {
      flex-direction: column;
    }
    .box-subscription .buttons .wrap-button-left{
        margin-bottom: 1rem;
    }
    section.section-upcoming-events .em.em-list {
      grid-template-columns: 1fr;
    }
    section.section-upcoming-events .headline{
        margin-bottom: 2.3rem;
    }
    section.section-upcoming-events .em.em-list.size-small .em-item .em-item-info {
      border-left: none !important;
      border-top: none!important;
      padding: 0px;
      max-width: 100%!important;
    }
    section.section-upcoming-events .em.em-list .em-item .em-item-info {
      padding: 30px 30px 40px !important;
    }
    section.section-upcoming-events .em.em-list .em-item .em-item-info .em-item-actions {
        bottom: 0px;
        left: 0px;
        position: relative !important;
    }
    section.section-upcoming-events .em.em-list .em-item .em-item-info .button{
        display: block;
    }
    section.section-upcoming-events .em.em-list .em-item .em-item-info .button:first-child{
        margin-bottom: 15px!important;
    }

    /* ABOUT
    body.page-id-484779 .section-blue .inner-section {
        padding-top: 0;
        padding-bottom: 10px;
    }
    body.page-id-484779 .section-blue{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    body.page-id-484779 .section-internal-banner{
        padding-bottom: 1.5em;
    }
    body.page-id-484779 .section-info {      
        padding-bottom: 0;
    }*/


    /* ADVISOR HUB
    body.page-id-485140 .section-financial-pathways {
        padding: 3rem 0 0;
    }
    body.page-id-485140 .section-financial-pathways .section-headline {
        margin-bottom: 2.5rem;
        text-align: center;
    }
    body.page-id-485140 .section-hero{
        padding-bottom: 0;
    }
    body.page-id-485140 .col-flip{
        margin-bottom: 3em;
    }
    body.page-id-485140 .section-banner-3 .cta{
        display: flex;
        justify-content: center;
    }
    body.page-id-485140 .section-while-two-columns {
        padding: 3rem 0;
    }
    body.page-id-485140 .section-banner-3 .inner-section {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }*/
    body.author .wrap-social-phone{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        margin-top: 10px;
    }
    .gform_wrapper.gravity-theme .gfield.gfield--width-full {
        padding: 0px !important;
    }
    .section-financial-pathways {
        padding: 5rem 0;
    }
    .section-financial-pathways .card-body {
        justify-content: flex-start;
    }
    .em.pixelbones .em-item-meta-column section {
        min-height: inherit;
    }
    .em.em-event-booking-form .em-booking-section {
        padding: 0px 0px;
        margin: 0;
    }
    .section-subscriptions .ginput_container_email {
        width: auto;
    }


    .section-subscriptions .ginput_container_email input{
        border: 1px solid #1435D5;
        border-radius: 50px;
        height: auto!important;
        margin-bottom: 15px!important;
        outline: none;
        padding: 5px 22px;
    }
    .section-subscriptions .gform_wrapper form{
        background: transparent;
        border-radius: 0px;
        border: 0;
        grid-template-columns: 1fr;
        justify-content: space-between;
        padding: 0;
        position: relative;
    }
    .list-two-columns{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}/*END MEDIA QUERY 767*/

/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  
    .hide-sm, .grecaptcha-badge,
    .content-share.d-flex {
        display: none !important;
    }
    .content-share .a2a_kit a {
        margin-right:2px;
    }

    .section-main-banner h1{font-size: 45px!important; text-align: left;}

    footer.main-footer .row-footer-bottom .menu {
      flex-direction: column;
      text-align: center;
      margin-bottom: 2rem !important;
      margin-top: 1rem !important;
    }
    footer.main-footer .row-footer-bottom .menu li{padding-right: 0!important;}
    footer.main-footer .row-footer-bottom ul.social-media li {margin-left: 10px; margin-right: 10px;}
    footer.main-footer .row-footer-bottom ul.social-media li img {width: 30px!important;}
    .dp-1, .dp-1 p, .dp-1 ul, .dp-1 ol, .dp-1 li{
        font-size: 18px;
        line-height: 24px;
    } 
    .section-blue .headline{
        font-size: 24px;
        margin-bottom: 16px;
    }
    .dp-2, .dp-2 p, .dp-2 ul, .dp-2 ol, .dp-2 li {    
        font-size: 16px;    
        line-height: 27px;
    }
    
    .card-title a{
        font-size: 20px;
        line-height: 22px;
    }
    .team-box{
        height: 153px;
    }
    .team-name {     
        font-size: 18px;      
        font-weight: 600;
        line-height: 30.4px;
    }
    .team-position{
        font-size: 12px;      
        line-height: 15px;
    }
    .section-services .card,
    .section-cards .card {
        padding: 20px 15px;
    }
    .section-blog .row-cta {
        margin-top: 3.5rem; /*not modific*/
    }
    .label-info{
        display: inline-block;
        font-size: 14px;
    }
    .text-banner{
        font-size: 18px;
        line-height: 27px;
    }
    .section-blog-featured .entry-featured.entry-thumbnail {
        height: 21em;
    }
    .section-blog-featured .entry-list.entry-thumbnail {
        height: 15em;
    }
    .info-team-member .team-box {
        height: 361px;
    }
    .info-team-member {
        padding: 43px 0 0;       
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      padding-left: 10px!important;
      padding-right: 10px!important;
    }
    .breadcrumbs a {       
        font-size: 16px !important;
        font-weight: 300 !important;
    }
    .breadcrumbs .current-item{
        font-size: 16px !important;
    }
    body.single h1.entry-title{
        font-size: 36px !important;
        margin-bottom: 20px;
    }
    body.single .entry-header{
        padding: 3rem 0rem;
        max-height: 470px;
    }
    body.single .entry-content h2 {
        font-size: 28px !important;
        font-weight: 600 !important;
        margin-bottom: 15px !important;
        margin-top: 20px !important;
    }
    body.single .entry-content blockquote{
        padding: 2rem 2rem;
    }
    /* EVENTOS PAGE
    .page-id-485268 .section-blue-center {      
        margin-top: -50px;
    }
    .page-id-485268 .section-financial .box-gravity-blue .gform_footer {
        margin-top: 0 !important;
        max-width: 100%;
        width: 100%;
    }
    .page-id-485268 section.section-upcoming-events {
        padding-bottom: 2rem;
        padding-top: 5rem;
    }
    .page-id-485268 section.section-upcoming-events .em.em-list .em-item .em-item-info{
        padding: 23px 23px 90px !important;
    }
    .page-id-485268 section.section-upcoming-events .em.em-list .event-label{
        padding: 0px 22px;
        font-size: 14px;
    }
    .page-id-485268 section.section-headline-content .wrap-text {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }*/

    .btn-cta {       
        padding: 11px 35px !important;
        font-size: 16px !important;
      
    }
	.section-banner-3 .btn-cta{
		width: 100%;
	}
    section.section-post-filter {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    section.section-headline-content .wrap-text {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    .search-filter-results .post-item {
        margin-bottom: 3rem;
    }
    /*
    WHO WE ARE
    body.page-id-484945 .section-blue .inner-section {
        padding-top: 0;
        padding-bottom: 1rem;
    }  
    body.page-id-484945 .section-blue .headline {      
        margin-top: 30px;
    } 
    body.page-id-484945 section.section-how-different {
        padding: 2rem 0;
    }
    body.page-id-484945 .section-cards {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    body.page-id-484945 .section-cards .row-content {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    body.page-id-484945 .box-testimonials{
        margin-top: 3rem;
    }*/
    body.single .entry-header .post-thumbnail img {
        width: 100%;
    }
    body.single .share-add-to-any{
        align-items: flex-start;
        flex-direction:column;
        body.single .share-add-to-any .addtoany_list {
            flex-direction: row !important;
            gap: 0px;
        }
    }
}

@media (max-width: 480px) {
    
}
@media (max-width: 400px) {

}
@media (max-width: 360px) {

}