#sp-header,
.view-article #sp-header {
    background: linear-gradient(267.87deg, #393185 10%, #2E3192 50%, #393185 100%);
    box-shadow: none;
    display: flex;
    align-items: center;
}
.home #sp-header {
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.home #sp-main-body {
  margin-top: -80px;
}
#offcanvas-toggler:focus,
.close-offcanvas:focus {
    outline: none;
    box-shadow: none;
}
#offcanvas-toggler:after {
  content: "Menu";
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
  color: #fff;
}
.offcanvas-active .burger-icon>span:nth-child(1), #modal-menu-toggler.active .burger-icon>span:nth-child(1) {
  transform: translate(0, 9px) rotate(-45deg);
}
.offcanvas-active .burger-icon>span:nth-child(3), #modal-menu-toggler.active .burger-icon>span:nth-child(3) {
  transform: translate(0, -5px) rotate(45deg);
}
.sp-megamenu-parent>li:first-child.active>a {
    color: #fff;
    font-weight: 600;
}
.sp-megamenu-parent>li.active>a {
font-weight: 600;
}
.sp-megamenu-parent > li > a {
    text-transform: uppercase;
}
#sp-top-bar {
    padding: 0;
    background: #ffffff !important;
    color: #252525 !important;
}
#sp-top-bar .sp-module {
    display: block;
    margin: 0;
}
#sp-main-body {
  padding: 0px 0 75px;
}
h2 {
  background: linear-gradient(267.87deg, #E5165E 10.15%, #2E3192 51.48%, #393185 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}

/* Top - Phone Numbers */
.phone-dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat';
  cursor: pointer;
  display: flex;
  gap: 7px;
}

.phone-dropdown .dropdown-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  position: absolute;
  top: 100%;
  left: -40px;
  background: #fff;
  min-width: 180px;
  border-radius: 5px;
  padding: 15px;
  z-index: 10000;
  transition: 300ms;
}

.dropdown-content a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  font-family: 'Montserrat';
}

.phone-dropdown.open .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 9999;
  transition: 300ms;
}

/* Top - Email List */
.email-dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat';
  cursor: pointer;
  display: flex;
  gap: 7px;
}

.email-dropdown .dropdown-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  position: absolute;
  top: 100%;
  left: -45px;
  background: #fff;
  min-width: 220px;
  border-radius: 5px;
  padding: 15px;
  z-index: 10000;
  transition: 300ms;
}

.dropdown-content a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  font-family: 'Montserrat';
}

.email-dropdown.open .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 9999;
  transition: 300ms;
}

/* Languages */
.gt_float_switcher {
  display: block !important;
  box-shadow: none !important;
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #414042;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  display: flex;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: #414042 !important;
  padding: 7px 15px !important;
}
.gt_float_switcher .gt_options a {
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 14px;
}
.gt_float_switcher img {
  width: 24px !important;
}
.gt_float_switcher .gt_options {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(10px) !important;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s !important;
  position: absolute !important;
  top: 100% !important;
  left: -95px !important;
  background: #fff !important;
  min-width: 190px !important;
  border-radius: 5px !important;
  padding: 15px !important;
  z-index: 10000 !important;
  transition: 300ms !important;
}
.gt_float_switcher .gt_options.gt-open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  z-index: 9999 !important;
  transition: 300ms !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  transform: rotate(0deg) !important;
  color: #e5165e !important;
  width: 12px !important;
  background-image: url("../../../images/icons/icon-arrow-down.svg") !important;
  margin-left: 5px;
}

/* Buttons */

.sppb-btn-default,
.sppb-btn-default:focus {
  background: #393185;
  border: 1.5px solid #393185;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 15px;
  border-radius: 100px;
  padding: 4px 4px 4px 14px;
}
.sppb-btn-default:hover {
  background: #fff;
  border: 1.5px solid #393185;
  color: #393185;
}
.sppb-btn-default i {
  background: #fff;
  color: #393185;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px !important;
  border-radius: 100px;
  transform: rotate(-45deg);
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}
.sppb-btn-default:hover i {
  background: #393185;
  color: #fff;
  transform: rotate(0deg);
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}

.sppb-btn-primary {
  background: #E5165E;
  border: 1.5px solid #E5165E;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 15px;
  border-radius: 100px;
  padding: 4px 4px 4px 14px;
}
.sppb-btn-primary:hover {
  border-color: #fff;
  background-color: #fff;
  color: #e5165e;
}
.sppb-btn-primary i {
  background: #fff;
  color: #e5165e;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px !important;
  border-radius: 100px;
  transform: rotate(-45deg);
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}
.sppb-btn-primary:hover i {
  background: #e5165e;
  color: #fff;
  transform: rotate(0deg);
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}

.sppb-btn-secondary {
  border: 1.5px solid #fff;
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 15px;
  border-radius: 100px;
  padding: 4px 4px 4px 14px;
}
.sppb-btn-secondary:hover {
  border-color: #fff;
  background-color: #fff;
  color: #e5165e;
}
.sppb-btn-secondary i {
  background: #fff;
  color: #414042;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px !important;
  border-radius: 100px;
  transform: rotate(-45deg);
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}
.sppb-btn-secondary:hover i {
  background: #e5165e;
  color: #fff;
  transform: rotate(0deg);
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}

.sppb-btn-info {
  background: transparent;
  display: flex;
  align-items: center;
  color: #393185;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 15px;
  border-width: 0 0 1.5px 0;
  border-color: #393185;
  border-radius: 0;
  padding: 0 0 4px;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}
.sppb-btn-info i {
  background: transparent;
  color: #393185;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px !important;
  border-radius: 0;
  transform: rotate(-45deg);
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}
.sppb-btn-info:hover {
  background: transparent;
  color: #414042;
  border-color: #414042;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}
.sppb-btn-info:hover i {
  color: #414042;
  transform: rotate(0deg);
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}

.sppb-btn-link {
  background: transparent;
  display: flex;
  align-items: center;
  color: #E5165E !important;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 15px;
  border-width: 0 0 1.5px 0;
  border-color: #E5165E !important;
  border-radius: 0;
  padding: 0 0 4px;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}
.sppb-btn-link:hover {
  background: transparent;
  color: #414042 !important;
  border-color: #414042 !important;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}
.sppb-btn-link i {
  background: transparent;
  color: #E5165E;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px !important;
  border-radius: 0;
  transform: rotate(-45deg);
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}
.sppb-btn-link:hover i {
  color: #414042;
  transform: rotate(0deg);
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}

/* Comafco FAQ Style */

.comafco-faq-style .sppb-panel-heading {
    padding: 10px 20px 10px 0px;
}

.comafco-faq-style .sppb-panel-group {
    max-width: 83%;
}

.comafco-faq-style .sppb-panel-body {
    padding: 15px 36px;
}

.comafco-faq-style .sppb-panel-title {
    display: flex;
    align-items: center;
    color: #393185;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 160%;
    font-weight: 600;
}

.comafco-faq-style .sppb-panel-title span {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    top: 0px;
    margin-right: 20px;
}

.comafco-faq-style .fa-chevron-right:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #000000;
}

.comafco-faq-style .sppb-panel-heading .sppb-toggle-direction {
    transform:translateY(-50%) rotate(90deg);
}

.comafco-faq-style .sppb-panel-heading.active .sppb-toggle-direction {
    transform:translateY(-50%) rotate(270deg);
}

.comafco-faq-style.full-style .sppb-panel-group {
    max-width:100%;
}
.comafco-faq-style ul li {
    font-size: 16px;
    line-height: 160%;
}

.why-comafco {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.article-details .article-header h1 {
  text-align: center;
  color: #414042;
}
.article-details .article-full-image {
  text-align: center;
}
.view-category .article-header a {
  color: #414042;
}
.view-category .article-header a:hover {
  color: #E5165E;
}
.article-list .article,
.article-list .article .article-intro-image {
  border: none;
}
.article-list .article .article-intro-image {
  border-radius: 15px;
}
.article-info {
  align-items: center;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 500;
}
.article-info>span+span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #E5165E;
  font-size: 16px;
  content: "•";
}

.sp-page-title {
  background: transparent;
  text-align: center;
  padding: 75px 0;
}
.sp-page-title-heading {
  display: inline-flex;
  justify-content: center;
  background: linear-gradient(267.87deg, #E5165E 10.15%, #2E3192 51.48%, #393185 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 130%;
  text-decoration: none;
}
.sp-page-title-sub-heading {
  background: transparent !important;
  color: #414042 !important;
  -webkit-text-fill-color: #414042;
  font-family: 'Montserrat';
  font-size: 36px !important;
  line-height: 130% !important;
  font-weight: 500 !important;
  text-transform: inherit;
  width: 50%;
  margin: 5px auto !important;
}
.view-article #sp-page-title {
  display: none;
}
.sppb-articles-ticker-heading {
  background-image: url(../../../images/subtitle-bg.svg);
  background-size: cover;
  background-color: #222222;
  background-repeat: no-repeat;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 15px;
}
.sppb-articles-ticker-heading svg {
  display: none;
}
.view-article .article-content h5 {
  margin: 40px 0 30px;
}
.view-article .article-header .category-name {
  display: inline-block;
  background: linear-gradient(267.87deg, #E5165E 10.15%, #2E3192 51.48%, #393185 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  margin-bottom: 15px;
}
.view-article .article-header h1 {
  font-weight: 700;
}
.sp-scroll-up {
  bottom: 20px;
  right: 20px;
  background: #393185;
  line-height: 38px;
}
.sp-scroll-up:hover {
  background: #E5165E;
}
.sppb-addon-article .sppb-img-responsive {
  border-radius: 15px;
  margin-bottom: 15px;
}
.sppb-addon-articles .sppb-article-meta>time {
  margin: 0;
}
.sppb-article-meta span+time::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #E5165E;
  font-size: 16px;
  content: "•";
}

/* Slide Form */
.sp-slide {
  position: fixed;
  top: 0;
  right: -700px;
  max-width: 600px;
  height: 100vh;
  z-index: 999999;
  background: #EBEAF3;
  box-shadow: -10px 0 40px rgba(0,0,0,.3);
  transition: right 0.3s ease;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 30px;
}

.sp-slide.open { 
  right: 0; 
}
.sp-slide .close-btn {
  position: absolute; 
  top: 10px; 
  right: 10px;
  background: none; 
  border: none; 
  padding: 6px 10px; 
  cursor: pointer;
}

.sp-slide-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0; 
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 999990;
}
.sp-slide-overlay.show { 
  opacity: 1; 
  pointer-events: auto;
}
.convertforms .cf-form-wrap {
  margin-top: 30px;
  padding: 0 !important;
}
.convertforms .cf-btn {
  border: 1.5px solid #393185;
  font-family: 'Montserrat';
  font-weight: 600 !important;
  font-size: 15px !important;
  opacity: 1;
}
.convertforms .cf-btn:hover {
  background: #fff;
  color: #393185 !important;
  border: 1.5px solid #393185;
  font-family: 'Montserrat';
  font-weight: 600 !important;
  font-size: 15px !important;
  opacity: 1 !important;
}
.convertforms .cf-label {
  font-family: 'Montserrat';
  font-weight: 600 !important;
  font-size: 14px !important;
}
.cf-control-input input,
.cf-control-input select,
.cf-control-input textarea {
  font-family: 'Montserrat' !important;
  font-weight: 500 !important;
}
.sppb-icons-group-list {
  display: flex;
  flex-direction: column;
}
.sppb-icons-group-list > li {
  display: flex;
  justify-content: start;
  font-size: 16px !important;
  border-bottom: 1px solid rgba(57,49,133,.1) !important;
}

/* Responsiveness */

@media (min-width: 992px) {
.sp-megamenu-wrapper {
    width: 100%;
}
.sp-megamenu-parent {
    width: 100%;
}
.view-article .article-header {
  width: 75%;
  margin: 75px auto;
  text-align: center;
}
.view-article .article-content {
  width: 75%;
  margin: 75px auto;
}
}

@media (max-width: 1024px) {
.sppb-articles-ticker-wrap {
  flex-direction: column;
}
.sppb-articles-ticker-heading {
  padding: 7px 15px;
  justify-content: start;
}
.sppb-articles-ticker-controller {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sppb-articles-ticker-text.shape-enabled-need-extra-padding {
  padding-left: 15px;
}
.sppb-articles-ticker-text {
  padding: 15px 60px 15px 15px;
}
.sppb-articles-ticker-text a {
  font-size: 14px;
  line-height: 140%;
}
.comafco-faq-style .sppb-panel-group {
  max-width: 100%;
}
.comafco-faq-style .sppb-panel-body {
  padding: 15px 0;
}
}

@media (max-width: 991px) {
#sp-header {
  height: 80px;
}
.home #sp-main-body {
  margin-top: -80px;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 7px 0px 7px 15px !important;
}
.investa-faq-style .sppb-panel-title {
    font-size: 18px;
    line-height:30px
}
.investa-faq-style .sppb-panel-title span {
    margin-right:10px
}

.investa-faq-style .sppb-panel-body {
    padding:15px 30px
}
.view-article .article-header {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.view-article .article-content {
  width: 100%;
  margin: 30px auto;
}
}

@media (max-width: 767px) {
.investa-faq-style .sppb-panel-title {
    font-size: 16px;
    line-height: 24px;
    padding-right:20px
}

.investa-faq-style .sppb-panel-title span {
    margin-right:10px
}

.investa-faq-style .sppb-panel-body {
    padding:15px 20px
}
.sp-page-title-sub-heading {
  width: 100%;
  font-size: 22px !important;
  line-height: 140%;
}
.article-details .article-header h1 {
    font-size: 22px;
    font-weight: 500;
    color: #414042;
}
}

@media (max-width: 576px) {
.sppb-btn-default, 
.sppb-btn-default:focus,
.sppb-btn-primary,
.sppb-btn-secondary {
  font-size: 12px;
  padding: 4px 4px 4px 10px;
}
.sppb-btn-link,
.sppb-btn-info {
  font-size: 12px;
  padding: 4px 0px 2px 0px;
}
.sppb-btn-default i,
.sppb-btn-primary i,
.sppb-btn-secondary i,
.sppb-btn-info i,
.sppb-btn-link i {
  width: 26px;
  height: 26px;
}
.comafco-faq-style .sppb-panel-group {
  max-width: 100%;
}
.comafco-faq-style .sppb-panel-body {
  padding: 15px 0;
}
.sp-page-title {
  background: transparent;
  text-align: center;
  padding: 40px 0;
}
#sp-main-body {
  padding: 0px 0 30px;
}
.comafco-faq-style .sppb-panel-title {
  font-size: 16px;
  line-height: 140%;
}
}