/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face { 
  font-family: 'Termina';  
  src: 
    url('https://www.canton.network/hubfs/2023_Canton_Files/Termina-Medium.woff'); 
    format('woff');
}

h1 {
    font-size: 4.8rem !important;
    line-height: 138%;   
    font-weight: 500 !important;
    font-family: 'Termina' !important;
}


h2,
h2 p{
    font-size: 4rem !important;
    font-weight: 500 !important;
    font-family: 'Termina' !important;
}  

h3,
h3 p{
    font-size: 3.2rem !important;
    font-weight: 500 !important;
    font-family: 'Termina' !important;
}  

h2,
h2 p,
h3,
h3 p,
h4, 
h4 p{
    font-family: 'Termina' !important;
}  

@media (max-width: 1399px){ 
    h1 {
        font-size: 4rem !important;
    }  
    h2,
    h2 p{
        font-size: 3.2rem !important;
    } 
    h3,
    h3 p{
        font-size: 2.8rem !important;
    } 
}


.landing-link {
  color: #F8FFAE !important; 
}

.landing-link img {
  display: none !important;
}

.landing-link:before {
  content: " ";
  background-image: url('https://2704830.fs1.hubspotusercontent-na1.net/hubfs/2704830/raw_assets/public/DA_2024_Theme/images/icons/white-arrow-left.png') !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;  
}

.btn {
    font-family: "Inter", sans-serif;
    background-color: #f6ffa4 !important;
    border-radius: 48px !important;
    color: #000 !important;
    padding-bottom: 10px !important;
    padding-left: 30px ! imporant;
    padding-right: 30px !important;
    padding-top: 10px !important;
}
.btn:hover{
    background-color: #1b1b1b !important;
    color:#fff!important
}




.bg-purple .btn:hover,.bg-dark-blue .btn:hover,.site-header .btn:hover,.bg-blue-svg-bg .btn:hover{
      background-color: #f9ffcb !important;
      color: #000 !important;
}

.hs-blog-post .site-header{
  background: #1b1b1b;
  padding: 5px 30px;
  width: 100%; 
}

.hero-module .landing-link {
  margin-top: 0 !important;
  position: absolute;
}

@media (max-width: 1399px){ 
  .hero-module .landing-link {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    position: relative;
  } 
  
}


.hero-module .content h4,
.hero-module .content h5 {
   font-family: "Inter", sans-serif !important;
}

.hero-module .right-col img {
  border-radius: 20px !important; 
}

.hero-module,
.content-form-module,
.content-form-module.hero-bg.bg-blue-svg-bg {
  background-color: #1b1b1b !important;
  background-image: none !important;
  border-radius: 0 !important;

}

.hero-module .right-col .right-content {
   text-align: right; 
   padding: 20px 0;
   display: flex;
   justify-content: flex-end;
   align-items: center;
   flex-wrap: wrap;
}



.hero-module .right-col .right-content ul {
    font-family: 'Termina';
    list-style-type: none !important;
    text-align: right;
    
}

.hero-module .right-col .right-content ul li {
    font-size: 2.4rem;
    color: #F3FF97;
    border-bottom: 1px solid #3A3A3A;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
}

@media (max-width: 767px) {
    .hero-module .right-col .right-content {
        justify-content: flex-start; 
    }
    .hero-module .right-col .right-content ul {
        padding-left: 0;
    }
}

.content-form-module.hero-bg.bg-blue-svg-bg:before,.content-form-module.hero-bg.bg-blue-svg-bg:after {
  background: none !important; 
}

.content-form-module.hero-bg.bg-white h2,
.content-form-module.hero-bg.bg-white h2 strong,
.content-form-module.hero-bg.bg-white p,
.content-form-module.hero-bg.bg-white ul li {
  color: #000 !important; 
}

.content-form-module.hero-bg.bg-white a {
    color: #6F50ED;   
}
.content-form-module.hero-bg.bg-blue-svg-bg ul li {
  color: #fff !important; 
}
.content-form-module.hero-bg.bg-blue-svg-bg a {
    color: #F8FFAF;   
}

.hero-module .content .microtitle {
  font-family: 'Termina';
  color: #fff !important;
}

.hero-module .content h1,
.content-form-module .content h2,
.content-form-module .content h2 strong {
  
  font-weight: 500;
  font-family: 'Termina';
  color: #fff !important;
}

.content-form-module .content .tagline,
.content-form-module .content p {
  color: #fff !important; 
}

/* General module */

.general-module.bg-dark {
  background-color: #1B1B1B !important; 
  color: #fff !important;
}

.general-module.bg-dark h1, 
.general-module.bg-dark h2,
.general-module.bg-dark h3,
.general-module.bg-dark h4,
.general-module.bg-dark h5 {
   font-family: 'Termina' !important;
   color:  #fff !important;
}
.general-module.bg-dark p,
.general-module.bg-dark span {
   color:  #fff !important;
}

.general-module.bg-light {
  background-color: #fff !important; 
}

.general-module.bg-light h1, 
.general-module.bg-light h2,
.general-module.bg-light h3,
.general-module.bg-light h4,
.general-module.bg-light h5 {
   font-family: 'Termina' !important;
   color:  #1B1B1B !important;
}
.general-module.bg-dark p {
   color:  #1B1B1B !important;
}

/* Insights module */

.insights-module .heading-gradient,
.insights-module .heading-gradient strong {
  font-family: 'Termina' !important;
  color: #000 !important;
}

.insights-module h2 {
  font-family: 'Termina' !important; 
  color: #000 !important; 
  font-size: 5.2rem;
}

.insights-module .link a {
  color: #6D38FF !important;
}

.insights-module .insight-link .press-read {
   color: #6235F5;
}

.dual-cta-module h2 {
    color: #1B1B1B !important;
}

/* Intro Module */
.intro-module h2 {
  font-family: "Termina";
  color:  #1B1B1B !important;
}
.intro-module .content,
.intro-module .content span,
.intro-module .content p {
  color:  #1B1B1B !important;
}

/* Two Column CTA module */

.two-column-cta-module.bg-black {
    background-color: #1B1B1B !important;
}
.two-column-cta-module.bg-black .text,
.two-column-cta-module.bg-black .text h2,
.two-column-cta-module.bg-black .text h3,
.two-column-cta-module.bg-black .text h4 {
  color: #fff !important; 
  font-family: "Termina" !important;
}

.two-column-cta-module.bg-white {
    background-color: #fff !important;
}
.two-column-cta-module.bg-white .text,
.two-column-cta-module.bg-white .text h2{
  color: #1B1B1B !important; 
}

.two-column-cta-module .text {
  font-family: "Termina";
  font-size: 20px !important; 
}

.cta-module {
    background: #fff !important;   
}

.cta-module .cta-area { 
    max-height: none !important;
}

.cta-module .cta-area {
    background-color: #1B1B1B !important;
    background-image: none !important;
}

.downloads-module h4 {
    color: #1B1B1B !important;   
}

/* Keep Reading Items */

.insights-module .insight-link {
  background: #F5F5F5 !important;
}
.insights-module .tags {
  margin-bottom: 25px; 
  color: #6D38FF !important;
}

.insights-module .tags span {
  margin-right: 10px; 
  font-weight: 400;
}

.insights-module .insight-link .date {
  color: #000 !important; 
}

.insights-module .insight-link .title {
  font-family: 'Termina' !important; 
  color: #000 !important; 
  font-size: 2.2rem !important;
  line-height: 32px !important;
}

.insights-module .insight-link .info {
  color: #000 !important; 
}


/* cta */
.cta-module.slim-cta {
  background: none !important;
}

.cta-module.slim-cta .cta-area {
  background: none !important;
  background-color: #A8E2FA !important; 
}
.cta-module.slim-cta .cta-area::after {
  background: none; 
}
.cta-module.slim-cta .cta-area .cta-content h4 {
  font-family: 'Termina' !important; 
  color: #000 !important; 
  font-size: 2.4rem;
}
.cta-module.slim-cta .cta-area .cta-content .content,
.cta-module.slim-cta .cta-area .cta-content .content p {
  color: #000 !important;
  font-size: 1.6rem;
  line-height: 24px;
}

.cta-module.slim-cta .cta-area .cta-content .btn {
  background-color: #000 !important;
  color: #fff !important;
}

.cta-module.slim-cta .cta-area .cta-content .btn:hover {
  background-color: #F8FFAE !important;
  color: #000 !important;
}

.two-column-module .content h2 {
  font-family: 'Termina' !important;
  font-size: 3rem !important;
}

.two-column-module .heading-gradient,
.two-column-module .heading-gradient strong {
  font-family: 'Termina' !important; 
  color: #000 !important; 
  font-size: 4.8rem !important;
  line-height: 138% !important;
}
.two-column-module .module-content p {
  color: #000 !important; 
}

.timeline-module .heading-gradient,
.timeline-module .heading-gradient strong {
  font-family: 'Termina' !important; 
  color: #000 !important; 
}

.timeline-module .half-half .col-content:before,
.timeline-module .half-half .col-content:after {
  background: none !important; 
}

.timeline-module .half-half .col-content,
.timeline-module .half-half .col-timeline {
  background-color: #F5F5F5 !important;
}
.timeline-module .half-half .col-timeline .timeline-table .inline .h5, 
.timeline-module .half-half .col-timeline .timeline-table .inline h5 {
  font-family: 'Termina' !important; 
  color: #000 !important; 
  font-size: 1.6rem !important;
}
.timeline-module .half-half .col-timeline .timeline-table .inline {
  color: #000 !important; 
}


.leadership-module h2,
.leadership-module h2 strong {
  font-family: 'Termina' !important; 
  color: #000 !important; 
  font-size: 4.8rem !important;
  line-height: 138% !important; 
}

.leadership-module .leader-link .name {
  font-family: 'Termina' !important; 
  color: #000 !important; 
  font-size: 2rem;
  line-height: 30px; 
}

.leadership-module .leader-link .title {
   color: #000 !important;
}
.leadership-module .modal .modal-dialog .modal-content .modal-body .info .title,
.modal .modal-dialog .modal-content .modal-body .info .downloads a {
  color: #000 !important; 
}
.leadership-module .link a {
  color: #000 !important; 
}

.simple-accordion .content h2,
.simple-accordion .content h2 strong {
  font-family: 'Termina' !important; 
  color: #000 !important; 
}
.accordion-module.simple-accordion .content p {
  color: #000 !important; 
}
.accordion-module.simple-accordion .accordion .accordion-item .accordion-button {
   font-family: 'Termina' !important; 
   color: #000 !important; 
   font-size: 2.5rem !important;
}
.accordion-module.simple-accordion .accordion .accordion-item .accordion-body {
   color: #000 !important; 
}

.accordion-module.simple-accordion .accordion-button:not(.collapsed):after{
    background-image:url('https://2704830.fs1.hubspotusercontent-na1.net/hubfs/2704830/raw_assets/public/DA_2024_Theme/images/icons/accordion-active-canton.svg') !important;
    transform:rotate(0deg) !important;
}
.accordion-module.simple-accordion .accordion-button:after{
    background-image:url('https://2704830.fs1.hubspotusercontent-na1.net/hubfs/2704830/raw_assets/public/DA_2024_Theme/images/icons/accordion-collapse-canton.svg') !important;
}
.accordion-module .accordion-body,
.accordion-module .accordion-body p {
  color: #000 !important; 
}
.accordion-module .accordion-body a {
  color: #603DED !important; 
}


.tabs-module .nav-link {
  color: #000 !important; 
  opacity: 0.4 !important
}
.tabs-module .nav-link.active {
  opacity: 1 !important; 
}

.tabs-module .nav-link.active span:after {
  display: none !important; 
}

.tabs-module .col-img .col-content p a,
.tabs-module .event-info a {
  color: #603DED !important;
}

.tabs-module .btn {
  color: #000 !important; 
}
.tabs-module .btn:hover{
  color:#fff!important;
}
 
.flex-columns a {
  color: #333 !important; 
}
.accordion-module .accordion .accordion-item .accordion-body a.btn,
.accordion-module .content a.btn, 
.accordion-module.standard-accordion .accordion .accordion-item .accordion-body a.btn,
.accordion-module.standard-accordion .content a.btn, 
.accordion-module.simple-accordion .accordion .accordion-item .accordion-body a.btn,
.accordion-module.simple-accordion .content a.btn {
  color: #1b1b1b !important;
}

.accordion-module .accordion .accordion-item .accordion-body a.btn:hover,
.accordion-module .content a.btn:hover, 
.accordion-module.standard-accordion .accordion .accordion-item .accordion-body a.btn:hover,
.accordion-module.standard-accordion .content a.btn:hover, 
.accordion-module.simple-accordion .accordion .accordion-item .accordion-body a.btn:hover,
.accordion-module.simple-accordion .content a.btn:hover {
    color: #fff !important;
    background-color: #1b1b1b !important;
}

.accordion-module.simple-accordion .accordion .accordion-item .accordion-body a {
  display: inline-block !important; 
  margin-top: 0 !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}

.accordion-module.standard-accordion .accordion .accordion-item .accordion-body {
    background: #fbfbfb !important;   
}

.accordion-module.standard-accordion .accordion .accordion-item .accordion-header .accordion-button {
    color: #1b1b1b !important;   
}

.accordion-module.standard-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: #fbfbfb !important;
}

.content-columns-module.content-bg-dark {
    background-color: #1B1B1B;  
}

.content-columns-module.content-bg-dark h2,
.content-columns-module.content-bg-dark h2 p {
    color: #fff !important;   
}

.content-columns-module.content-bg-dark .content-box.bg-black {
    border: 1px solid #F8FFAF !important;   
}

.content-columns-module h2,
.content-columns-module h2 p, 
.content-columns-module .h2 p {
  font-family: 'Termina' !important; 
}


.content-columns-module .subtitle {
  color: #000 !important; 
}

.content-columns-module .tagline {
  color: #000 !important; 
}

.content-columns-module .bg-black .subtitle {
  color: #fff !important;
}

.content-columns-module .bg-black .info a .arrow {
  display: none !important;
}

.content-columns-module .bg-black .info a:after {
  content: " ";
  background-image: url('https://2704830.fs1.hubspotusercontent-na1.net/hubfs/2704830/raw_assets/public/DA_2024_Theme/images/icons/white-arrow-right.png') !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;  
  margin-left: 5px;
}

.content-columns-module .heading-gradient,
.content-columns-module .heading-gradient strong {
  color: #000 !important; 
}
.content-columns-module p,
.content-columns-module .link a {
  color: #000 !important; 
}
.content-columns-module .content-box.bg-gray {
  background: #F5F5F5 !important; 
}

.content-columns-module .subtitle-container h4 {
   font-family: 'Termina' !important; 
   color: #000 !important; 
   font-size: 2.5rem !important;
   line-height: 40px !imporant;
}
.content-columns-module .content-box .info a {
  color: #6D38FF !important;
}
.content-columns-module .content-box .info,
.content-columns-module .content-box .info p {
  color: #000 !important; 
}

.content-columns-module .content-box.bg-black {
  background: #1B1B1B !important; 
}
.content-columns-module .content-box.bg-black .subtitle-container h4 {
  color: #fff !important;
  margin-bottom: 1rem !important;
}
.content-columns-module .content-box.bg-black .info,
.content-columns-module .content-box.bg-black .info p,
.content-columns-module .content-box.bg-black .info p span {
  color: #fff !important; 
}
.content-columns-module .content-box.bg-black .info a {
  color: #F8FFAE !important; 
}



.cta-module.slim-cta.testimonial-cta .cta-area {
  background-color: #EF8B7A !important; 
}

.testimonial-slider .testimonial {
  font-family: "Inter", sans-serif !important;
}

.testimonial-slider .testimonial span {
   font-family: 'Termina' !important; 
   color: #000 !important; 
   font-size: 2.4rem !important;
   line-height: 40px !imporant;
}

.testimonial-slider .slick-next {
  background-image: url('https://2704830.fs1.hubspotusercontent-na1.net/hubfs/2704830/raw_assets/public/DA_2024_Theme/images/icons/next-canton.svg') !important;
}
.testimonial-slider .slick-prev {
  background-image: url('https://2704830.fs1.hubspotusercontent-na1.net/hubfs/2704830/raw_assets/public/DA_2024_Theme/images/icons/previous-canton.svg') !important;
} 

.image-columns-module {
  background-color: #1b1b1b !important; 
}

.image-columns-module h2, 
.image-columns-module .h2 {
  font-family: 'Termina' !important; 
  color: #fff !important; 
}
.image-columns-module .image .text {
  opacity: 0.4;
  font-family: 'Termina' !important; 
  font-size: 2rem !important;
}


.tabs-module {
  background: #F5F5F5 !important; 
}

.tabs-module h2,
.tabs-module h2 strong,
.tabs-module .heading-gradient,
.tabs-module .heading-gradient strong,
.tabs-module .heading-gradient p,
.tabs-module .heading-gradient p strong {

  font-weight: 500 !important;
  font-family: 'Termina' !important;
  color: #000 !important;
}

.tabs-module .nav-link.active,
.tabs-module .nav-link:hover, 
.tabs-module .nav-link:focus {
  color: #000 !important; 
}
.tabs-module .nav-link {
  opacity: 0.6; 
}

.tabs-module .tab-custom > div .h3, 
.tabs-module .tab-custom > div h3 {
  font-family: 'Termina' !important;
  color: #000 !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
}

.tabs-module .tab-custom > div a {
  color: #6D38FF !important; 
  font-weight: 600;
}

.tabs-module .accordion-item .accordion-body p {
  color: #000 !important; 
}
.tabs-module .accordion-item .accordion-body .event-table .event-detail strong,
.tabs-module .accordion-item .accordion-body .event-table .event-title {
  font-family: 'Termina' !important;
  color: #000 !important;
  font-size: 2.4rem !important;
}

.accordion-module h2,
.accordion-module h2 strong {

  font-weight: 500 !important;
  font-family: 'Termina' !important;
  color: #000 !important;
}

.accordion-module.side-accordion .accordion .accordion-item .accordion-button {
  color: #000 !important; 
  border-left: 4px solid #663BF6 !important;
}
.accordion-module.side-accordion .accordion .accordion-item {
  border-left: 4px solid #D8CDFC !important; 
}

.stats-columns-module h2,
.stats-columns-module h2 strong,
.stats-columns-module h2 p,
.stats-columns-module h2 p strong {

  font-weight: 500 !important;
  font-family: 'Termina' !important;
  color: #000 !important;
}

.stats-columns-module h3 {
    color: #1b1b1b;
    font-family: 'Termina' !important;   
}

.stats-columns-module h3.small-title {
  font-family: 'Termina' !important;
  font-size: 2.4rem !important;
  color: #000 !important;
}
.stats-columns-module .stat-box {
  color: #000 !important; 
  background: #F5F5F5 !important;
}

.stats-columns-module h3.purple-text,
.stats-columns-module h3.small-title.purple-text {
    color: #875cff !important;   
}

.stats-columns-module .stat-box .info-icon svg {
    fill: #1b1b1b;
}

.stats-columns-module p {
    color: #1b1b1b !important;   
}

.modal .btn-close svg path {
    fill: #1b1b1b !important;   
}

.countdown-module .bg-dark-blue {
  background: #1b1b1b !important; 
}
.countdown-module .reverse-dark:after {
  background: none !important; 
}

.countdown-module .days, .countdown-module .hours, 
.countdown-module .minutes {
  font-family: 'Termina' !important;
  font-size: 15.2rem !important;
  font-weight: 500 !important;
}

.clockdiv .smalltext {
  font-family: 'Termina' !important;
  font-size: 3.2rem !important;
  background: none !important;
  color: #F6FFA4 !important;
}
.countdown-module .clockdiv {
  font-family: 'Termina' !important;
}
.countdown-module .spread-text:after,
.countdown-module .spread-text:before {
  border-radius: 50px; 
}
.countdown-module .spread-text:after {
   bottom: 60px !important;
}
.countdown-module .spread-text:before {
  top: 75px !important;
}

.media-columns-module h3,
.media-columns-module .heading-3 {
  color: #000; 
}
.media-columns-module .content-box {
  background: #F5F5F5 !important;
}
.media-columns-module .content-box .info a {
  color: #6D38FF !important;
}

@media (max-width: 1399px) {
  .countdown-module .days, .countdown-module .hours, 
  .countdown-module .minutes {
       font-size: 12rem !important;
  }
}
@media (max-width: 1199px) {
  .countdown-module .days, .countdown-module .hours, 
  .countdown-module .minutes {
       font-size: 10rem !important;
  }
  .countdown-module .spread-text:after {
     bottom: 100px !important;
  }
  .countdown-module .spread-text:before {
    top: 60px !important;
  }
}
@media (max-width: 991px) {
  .countdown-module .days, .countdown-module .hours, 
  .countdown-module .minutes {
       font-size: 8rem !important;
  }
  .countdown-module .spread-text:after {
     bottom: 100px !important;
  }
  .countdown-module .spread-text:before {
    top: 60px !important;
  }
  .countdown-module .bg-dark-blue {
      padding: 20px 120px 55px !important;
  }
  .tabs-module .standard-accordion .accordion .accordion-item .accordion-header .accordion-button {
      background-color: #663BF6 !important;
      color: #fff !important;
  }
  .tabs-module .standard-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
      background-color: #000 !important;
      color: #fff !important;
  }
  .accordion-button::after {
    display: none !important; 
  }
  
  
}
@media (max-width: 767px) {
  .countdown-module .days, .countdown-module .hours, 
  .countdown-module .minutes {
       font-size: 5rem !important;
  }
  .countdown-module .spread-text:after {
     bottom: 110px !important;
  }
  .countdown-module .spread-text:before {
    top: 75px !important;
  }
  .clockdiv .smalltext {
    font-size: 2rem !important;
  }
}

.content-box-slider-module h2 {
    font-family: 'Termina' !important;
    color: #000 !important;
}


/* Filter Cards Module */

.filter-cards-module {
   background-color: #000000; 
}



.filter-cards-module h3,
.filter-cards-module h3 strong {
  font-weight: 500 !important;
  font-family: 'Termina' !important;
  color: #fff !important;
}

.filter-cards-module .filter button,
.filter-cards-module .results-count,
.filter-cards-module .modal-body .bg-light-blue {
  color: #fff !important; 
  font-family: 'Inter' !important;
}

.filter-cards-module .filter button.active {
  background-color: #fff !important;
  color: #000 !important;
}

@media (max-width: 991px){ 
  .filter-cards-module .mobile-filter .btn {
      background-color: #fff !important; 
      color: #1b1b1b !important;
  }
  .filter-cards-module .mobile-filter .dropdown-menu .dropdown-item {
    color: #1b1b1b !important; 
  }
  .filter-cards-module .mobile-filter .dropdown-menu .dropdown-item.active {
      background-color: #F3FF97 !important; 
  }
}

.filter-cards-module .content-box {
  position: relative;
  background: #1B1B1B !important; 
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding: 25px !important;
  min-height: 400px !important;
}

.filter-cards-module .content-box .logo {
  width: 55px !important;
  height: 55px !important;
  border-radius: 100% !important;
  margin-top: 10px !important;
}

.filter-cards-module .card-grid .content-box h4, 
.filter-cards-module .card-grid .content-box .h4,
.filter-cards-module .modal .modal-content .modal-body h4, 
.filter-cards-module .modal .modal-content .modal-body .h4 {
  font-family: 'Termina' !important;
  font-size: 2rem !important;
  color: #fff !important; 
  text-align: left !important;
  line-height: 25px !important;
}

.filter-cards-module .card-grid .content-box p {
  color: #fff !important; 
  font-size: 1.5rem !important;
}

.filter-cards-module .solution-list,
.ecosystem-detail .solution-list {
  display: block !important; 
  min-height: 50px !important;
}

.filter-cards-module .solution-list li,
.ecosystem-detail .solution-list li {
  display: inline-block !important;
  background-color: transparent !important; 
  font-size: 10px !important;
  letter-spacing: 1.1px !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  text-transform: uppercase;
  padding: 0 10px !important;
}

.filter-cards-module .content-box .gsf {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.filter-cards-module .content-box .gsf img {
  width: 39px !important;
  height: 12px !important;
  margin-bottom: 0 !important;
}

.filter-cards-module .content-box .more-link {
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: #F8FFAE;
}
.filter-cards-module .content-box .more-link::after {
    content: " ";
    background-image: url(https://2704830.fs1.hubspotusercontent-na1.net/hubfs/2704830/raw_assets/public/DA_2024_Theme/images/icons/white-arrow-right.png) !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.filter-cards-module .modal-content {
  background-color: #000 !important;
}

.filter-cards-module .modal-body,
.filter-cards-module .modal-body p,
.filter-cards-module .modal-body span,
.filter-cards-module .modal-body .roles li,
.filter-cards-module .modal-body ul li a {
  color: #fff !important; 
}

.filter-cards-module .modal .modal-content .modal-body .card-name {
  font-size: 3rem !important; 
  margin: 25px 0 !important;
}

.filter-cards-module .modal .modal-content .modal-body .app-links {
  display: block !important; 
}

.filter-cards-module .modal .modal-content .modal-body .app-links li {
  margin-bottom: 10px; 
}

.filter-cards-module .modal .modal-content .modal-body .app-links a {
   color: #F6FFA4 !important;
}

.filter-cards-module .modal .modal-content .modal-body  {
   padding: 0px 50px 50px 50px !importrant; 
}

.filter-cards-module .modal .modal-content .modal-body .logo {
  display: inline-block;
  width: 55px !important;
  height: 55px !important;
  border-radius: 100% !important;
  margin-top: 0px !important;
  margin-right: 10px;
}

.filter-cards-module .modal .modal-content .modal-body .gsf {
  display: inline-block;
  background-color: #282828;
  border-radius: 100%;
  width: 55px !important;
  height: 55px !important;
  margin-top: 0px !important;
  text-align: center;
  padding-top: 15px;
}

.filter-cards-module .modal .modal-content .modal-body .gsf img {
   
}

.filter-cards-module .modal .modal-content .modal-body .solution-card {
  text-align: left !important; 
}


.table-module h3,
.table-module h3 strong {

  font-weight: 500 !important;
  font-family: 'Termina' !important;
  color: #000 !important;
}

.table-module th {
  font-family: 'Termina' !important;
  color: #000 !important; 
}
.table-module tr td {
  color: #000 !important; 
}



/* Footer */
.ca-footer {
  background-color: #1b1b1b; 
}

.ca-footer .logo {
  width: 115px;
  height: auto;
}
.ca-footer .title {
  color: #fff;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
}

.ca-footer ul {
}

.ca-footer ul li {
  margin-bottom: 20px;
}

.ca-footer ul li a {
  font-weight: normal; 
}

.ca-footer a {
  color: #fff; 
  font-size: 12px;
}
.ca-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.ca-footer .copyright {
  border-top: 0 !important; 
}

.ca-footer .copyright div {
   display: inline-block;
   width: auto;
   margin-right: 20px;
}

.two-column-module.bg-dark-blue{
    background-color: #1b1b1b !important;
    background-image:none!important;
}
.two-column-module.bg-dark-blue .content p{
  color:white!important;
}
.two-column-module.bg-dark-blue .content a{
  font-weight:bold!important;
  color:white!important;
}
.two-column-module.bg-dark-blue .content .btn {
  color: #000 !important; 
}
.two-column-module .module-content a {
    color: #9e20ff;
}
.two-column-module.bg-dark-blue .content ul li {
  color: #fff !important; 
}

.two-column-module.bg-dark-blue h1,.two-column-module.bg-dark-blue h2{
  color:white!important;
}

.assets-module {
    background: #fff !important;   
}

.assets-module h2 {
    font-family: 'Termina' !important;
    color: #000 !important;
}

.assets-module .text {
    color: #875cff !important;   
}


.custom_image{
  background-image:initial!important;
}

.password-prompt form input[type="password"] {
    padding: 25px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.password-prompt form input[type="submit"] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px;
    font-size: 14px !important;
    padding-right: 30px !important;
    background-color: #F6FFA4 !important;
    border-radius: 48px !important;
    color: #000 !important;
    margin-left: 25px !important;
}


/* Ecosystem Listing Page *******************************/

.ecosystem-listing .connected-list {
  list-style-type: none;
  padding-left: 0; 
  position: absolute;
  left: 25px;
  bottom: 35px;
  margin-bottom: 0;
}
.ecosystem-listing .connected-list li {
  display: inline-block;
  margin-left: -10px;
}
.ecosystem-listing .connected-list li:first-of-type {
  margin-left: 0; 
}
.ecosystem-listing .connected-list li img {
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.ecosystem-listing .utilities {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

.ecosystem-listing .utilities select {
  border-radius: 10px;
  border: 1px solid #3A3A3A;
  background: #1B1B1B;
  font-size: 1.6rem;
  color: #fff;
  width: 325px;
  padding: 10px 15px;
  background-image: url(//2704830.fs1.hubspotusercontent-na1.net/hubfs/2704830/raw_assets/public/DA_2024_Theme/images/icons/white-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 10px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} 

.ecosystem-listing .utilities select.category-filter {
  margin-right: 30px; 
}

.ecosystem-listing .utilities .member-count {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-left: 30px;
}

.ecosystem-listing .utilities .cta {
  position: absolute;
  top: 0;
  right: 0;
}

.ecosystem-listing .content-box .more-link {
  color: #f6ffa4; 
}
.ecosystem-listing .content-box .more-link:after {
  background-image: url(//2704830.fs1.hubspotusercontent-na1.net/hubfs/2704830/raw_assets/public/DA_2024_Theme/images/icons/yellow-arrow-right.svg) !important;
}

@media (max-width: 1399px){ 
  
  .ecosystem-listing .utilities select {
    width: 355px; 
  }
  
  .ecosystem-listing .utilities .member-count {
    display: block;
    margin-top: 20px;
    margin-left: 10px;
  }
  
}

@media (max-width: 1199px){ 
  
  .ecosystem-listing .utilities select {
    width: 295px; 
  }

}

@media (max-width: 991px){ 
  
  .ecosystem-listing .utilities select {
    width: 335px; 
  }
  
  .ecosystem-listing .utilities .cta {
    top: 60px;
  }
  
}

@media (max-width: 767px){ 
  .ecosystem-listing .utilities select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .ecosystem-listing .utilities .member-count {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .ecosystem-listing .utilities .cta {
    position: relative;
    top: auto;
    right: auto;
  }
}

/* Ecosystem Details Page *******************************/
.ecosystem-detail {
  background-color: #000;
  padding: 150px 0 50px;
}

.ecosystem-detail .logos {
  margin-bottom: 20px; 
}

.ecosystem-detail .member-logo {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 25px;
}

.ecosystem-detail .gsf-logo {
  background-color: #282828;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  width: 90px;
  height: 90px;
  padding-top: 30px;
}

.ecosystem-detail .gsf-logo img {
  width: 65px;
  height: auto;
}

.ecosystem-detail h1 {
  font-family: 'Termina';
  font-size: 4.8rem;
  line-height: 138%;
  color: #fff; 
}

@media (max-width: 767px){ 
  .ecosystem-detail h1 {
    font-size: 3.3rem;
  }
}

.ecosystem-detail .subline {
  color: #fff;
  margin-bottom: 25px;
}

.ecosystem-detail .subline .sub-item {
  display: inline-block;
  margin-right: 15px;
}

.ecosystem-detail .subline .sub-item.social {
  margin-right: 5px;
}

.ecosystem-detail .subline .sub-item.line {
  border-left: 1px solid #3A3A3A;
  padding-left: 15px;
}

.ecosystem-detail .external-member-link {
  color: #E6FE8E;
}

@media (max-width: 600px){ 
  .ecosystem-detail .subline .sub-item {
    margin-bottom: 5px; 
  }
  .ecosystem-detail .subline .sub-item.line {
    display: block; 
    border-left: 0; 
    padding-left: 0;
  }
  .ecosystem-detail .subline .sub-item.social {
    display: inline-block; 
  }
  
}

.ecosystem-detail .info p {
  color: #fff; 
  margin-bottom: 50px;
}

.ecosystem-detail .info p a {
  color: #F6FFA4;
}

.ecosystem-detail .info h2 {
  border-top: 1px solid #3A3A3A;
  padding-top: 20px;
  margin-bottom: 10px;
  font-family: 'Termina';
  font-size: 2rem;
  color: #fff; 
}

.ecosystem-detail .solution-list {
  padding-left: 0;   
  margin-bottom: 20px;
}

.ecosystem-detail .solution-list li {
  border-radius: 20px; 
}

.ecosystem-detail .connected-list {
  list-style-type: none;
  padding-left: 0;   
  margin-bottom: 20px;
}

.ecosystem-detail .connected-list li {
  border-radius: 20px; 
  background-color: #282828;
  padding: 5px 10px 5px 5px;
  display: inline-block;
  margin-right: 10px;
}

.ecosystem-detail .connected-list li a {
  color: #fff;  
}
.ecosystem-detail .connected-list li a:hover {
  color: #F6FFA4;  
}

.ecosystem-detail .connected-list li img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 5px;
}

.ecosystem-detail .related .articles {
  position: relative;
  background-color: #1B1B1B;
  padding: 50px 65px;
  border-radius: 10px;
  color: #fff;
}

@media (max-width: 1199px){ 
  .ecosystem-detail .related .articles {
    margin-top: 50px; 
  }
}

@media (max-width: 767px){ 
  .ecosystem-detail .related .articles {
    padding: 30px; 
  }
}

.ecosystem-detail .related .articles .more {
  position: absolute;
  top: 50px;
  right: 50px;
  font-weight: bold;
}

.ecosystem-detail .related .articles .more a {
  color: #f6ffa4;
}

@media (max-width: 767px){ 
  .ecosystem-detail .related .articles .more {
    top: 30px;
    right: 30px;
  }
}

.ecosystem-detail .related .articles h3 {
  font-family: 'Termina';
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 50px;
}

.ecosystem-detail .related .articles .article {
  margin-bottom: 30px;
}

.ecosystem-detail .related .articles .article .date {
  font-size: 1.4rem; 
  color: #DCDCDC;
  opacity: 0.8;
}

.ecosystem-detail .related .articles .article a {
  display: block;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
}
.ecosystem-detail .related .articles .article a:hover {
  color: #F6FFA4;
}

.ecosystem-detail .related .articles .article p {
  color: #DCDCDC;
  font-size: 1.5rem;
}



pre {
  background-color: #000;
  color: #fff;
  overflow: visible !important;
  white-space: pre-wrap;
  word-wrap: break-word;
}