body {
	background-color: #F8F8F8;
 
}
 
#block-claro-page-title {
    display: none;
}

.banner-container {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%; 
  max-width: 1425px; 
  overflow: hidden;
}
.banner-image {
  width: 100%;
  height: auto;
  display: block;
}
.banner-text {
  position: absolute;
  bottom: 40px;
  left: 20px;
  color: white; 
  font-family: 'Inter', sans-serif;
  padding: 20px; 
  text-align: left;
 
}
 
.banner-text h2 {
  font-size: 32px; 
  font-weight: 600;
  margin-left: 80px;
  margin-top: 80px;
  line-height: normal;
 
}
 
.banner-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-left: 80px;
  line-height: normal;

 
}
 
.banner-text h6 {
  font-size: 16px; 
  font-weight: 400;
  margin-left:80px;
  line-height: normal;
}
 
p {
	color: #002348;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-left: 100px;
  margin-right: 160px;
}
 

 
.container {
    margin-top: 30px;
    display: flex;
    align-items: stretch; 
    gap: 15px;
    height: auto;
    margin-left: 100px;
}
 
.point {
    display: flex;                  
    align-items: stretch; 
    justify-content: flex-start; 
    width: 30%;   
    height: 150px; 
    background-color: #f5f5f5; 
}
 
.number {
    display: flex;                  
    width: 100px;                  
    max-width: 100px;               
    flex-direction: column;        
    justify-content: center;        
    align-items: center;            
    gap: 10px;                      
    border-radius: 10px 0px 0px 10px;
    background: #9615CE;          
    color: white;                   
    font-size: 42px;               
    font-weight: bold; 
}
 
.point-text {
    display: flex;                 
    padding: 20px;                  
    justify-content: center;        
    align-items: flex-start;          
    gap: 10px;                      
    flex: 1 0 0;                   
    border-radius: 0px 10px 10px 0px;
    background: #FFF;   
    color: #686E78;
}
.point-text p {
    margin-top: 10px;                     
    font-size: 16px;                 
    font-weight: normal;            
}
.n1 {
    background: #2AB9D3;
}
 
.n2 {
    background: #D12A8A;
}
 
.n3 {
    background: #9615CE;
}
 
 
.image-text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1190px;
    padding: 20px;
    gap: 15px;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    background-color: white;
    border-radius: 10px;
    flex-wrap: nowrap;
    margin: 20px auto; 
}

.header-text p {
    width: 100%;
    font-family: 'Inter', sans-serif;
    text-align: left;
    margin-left:5px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.items-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.image-text-item {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: center;
    width: 31%;
    height: 100%;
}

.image {
    height: 215px;
    border-radius: 10px 10px 0px 0px;
    background: lightgray 50% / cover no-repeat;
}

.text {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
}

.text p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.content-section {
    padding: 16px 20px;
    border-radius: 0px 0px 10px 10px;
    background: #F7F8F9;
    margin: 0;
    display: flex; 
    flex-direction: column; 
}

.sec1 {
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #686E78;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.text p.p1 {
    color: #2B2B2B;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    text-align: left;
}

.inline-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.panel-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.image-text-container img {
    width: 392px;
    height: 259px;
    border-radius: 0px 10px 10px 0px;
}


.panel-background {
    border-radius: 10px 0px 0px 10px;
    background: linear-gradient(92deg, #FFAD55 -9.73%, #E53F07 92.61%);
    display: flex;
    max-width: 800px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    height: 219px;
    margin-left: 100px;
    
}

.panel-container-text p{
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left !important;
    margin-left: 15px;
    

}
.panel-container-text a {
  color: white; 
  text-decoration: underline;
} 

.banner-text-container {
            display: flex;
            max-width: 1200px;
            padding: 20px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 20px;
            align-self: stretch;
            border-radius: 10px;
            border: 1px solid #D7D7D7;
            background: #FFF;
            margin-left: 100px;
            margin-top: 20px;
        }

        .banner2-image {
            border-radius: 10px;
            height: 188px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .banner2-text p {
            font-size: 16px;
            font-weight: 500;
            text-align: left;
            margin-left: 20px;
            margin-right: 20px;
            color: #000;
        }
.small-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 85px;
}

.small-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    padding: 10px; 
    box-sizing: border-box;
    width: 100px;  
    height: 230px;
}

.small-image {
    width: 80px;
    height: 80px;
    object-fit: cover; 
    border-radius: 10px;
    margin-top: 10px;
}

.small-text {
	  margin: 0;
    width: 100%;
    color: #797E87;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;  
    margin-top: 10px; 
    
}

.summary-container {
	margin-top: 10px;
	margin-left: 100px;
	margin-right: 85px;
	border-radius: 10px;
  border: 1px solid #D7D7D7;
  background: #FFF;
}
.tool-summary-text {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	color: #000;
	font-family: 'Inter', sans-serif;
  font-size: 14px;
}

nav.menu .menu-item.active a {
    color: #0766FF;
}

nav.menu .menu-item a:focus-visible {
    outline: none; 
}


nav.menu .menu-item.active img {
    filter: invert(14%) sepia(93%) saturate(6694%) hue-rotate(208deg) brightness(94%) contrast(109%);
     transition: none;
}
.faq-container {
	  background-color: #F8F8F8;
    text-align: left;
    margin-bottom: 20px; 
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 14px;
    
  }

  .faq-title {
    margin-bottom: 30px; 
    
  }

  .faq-question {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -0.58px;
    color: #002348;
    opacity: 1;
    cursor: pointer;
    margin-left: 100px;
  }

  .faq-question::after {
    content: '\25BC'; 
    display: inline-block;
    margin-left: 5px;
  }

  .faq-container.active .faq-question::after {
    content: '\25BC'; 
  }
  
.faq-answer {
    max-height: 1000px; 
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}


  .faq-answer p {
    margin-top: 2px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #686E78;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-left: 100px;
}

  .faq-container.active .faq-answer {
    max-height: 1000px; 
  }
  
  #block-views-block-faqs-block-1 h2 {
    margin-left: 100px;
    margin-top: 50px;
}