/* @import url('http://example.com/example_style.css'); */

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

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

/* General Styles */
   @charset "UTF-8";
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    box-sizing: border-box;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: Poppins!important;

  color: #797a79;
  margin: 0;
}
.elektra-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.elektra-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

.elektra-post-column1 {
  /*** Columna de contenido ****/
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70%;
    box-sizing: border-box;
    padding: 20px;
}
.elektra-post-column2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
    width: 30%;
    box-sizing: border-box;
    padding: 20px;
}
.elektra-main-container{
    width: 100%;
    padding: 0 40px;
}
.elektra-main-container section{
max-width:1150px;
  margin:0 auto;
}
.elektra-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.elektra-link-back{
    color: #6D89AE;
    text-decoration: none;
    text-align: left;
    font-family: Poppins;
font-size: 15px;
font-weight: 600;
line-height: 16px;
text-align: left;
vertical-align: middle;
}
.elektra-link-back span{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.elektra-post-category-link{
    font-family: Poppins;
font-size: 12px;
font-weight: 700;
line-height: 16px;
text-align: center;
color: #E4271A;
display:inline-block;
padding: 12px 16px 12px 16px;

border-radius: 20px ;
opacity: 0px;
background: #FBE8E7;
}
.elektra-post-date{
    font-family: Poppins;
font-size: 15px;
font-weight: 500;
line-height: 16px;
text-align: left;
color: #545A5F;
}
.elektra-column-right{
    align-items: end;
}

.elektra-title {
    margin-top: 10px;
    text-align: left;
    width: 100%;
    font-size: 40px;
    color: #243C56;
    line-height: 50px;
}
.elektra-post-share{
    margin-top: 30px;
    display: flex;
    gap: 15px;
  position:relative;
}
.elektra-post-header{
    width: 100%;
    padding-right: 50px;s
}

.elektra-most-recent{
    width: 100%;
}
.elektra-most-recent-title{
    color: #243C56;
    font-family: Poppins;
font-size: 30px;
font-weight: 700;
line-height: 55px;
text-align: left;
margin-top: 0;
margin-bottom: 30px;
}
.elektra-most-recent-row{
    width: 100%;
    display: flex;
    gap:10px;
    align-items: flex-start;
    padding: 20px 0;

}
.elektra-most-recent-row:not(:last-child){
    border-bottom: solid 1px #D6DFE2;
}
.elektra-most-recent-text{
    order: 1;
    padding-left: 10px;
}
.elektra-most-recent-text p {
margin-bottom:10px;
}
.elektra-most-recent-thumb{
    order: 2;
}
.elektra-most-recent-link{
    font-family: Poppins;
font-size: 16px;
font-weight: 700;
line-height: 24px;
text-align: left;
color: #545A5F;
}
.elektra-most-recent-image{
    width: 99px;
    height: 99px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
border-radius: 12px;
}
s{
    width: 100%;
    padding: 30px 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.elektra-post-tag{
opacity: 0.5;
font-family:Poppins, Open Sans;
font-size: 12px;
font-weight: 700;
line-height: 16px;
letter-spacing: -0.03em;
text-align: center;
color: #3F3F3F;
padding: 1px 15px;
border-radius: 60px;
border:solid 1px #3F3F3F;
}
.elektra-post-np{
    width: 100%;
    padding: 30px 0 30px;
    display: flex;
    gap: 15px;
        justify-content: end;
}
.elektra-post-previous,.elektra-post-next{font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height: 18px;

color: #fff;

padding: 24px 32px 24px 32px;
gap: 16px;
border-radius: 50px ;
background: #DA291C;
min-width: 233px;
text-align: center;
}
.elektra-related-posts{
    width: 100%;
    display: flex;
    gap: 35px;
    justify-content: center;

}
.elektra-related-post-card{
    width:100%;
    max-width: 350px;
    margin-bottom: 40px;
}
.elektra-related-post-image{
    width: 100%;
    height: 208px;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
  position:relative;
}
.elektra-related-post-title{
    font-family: Poppins;
font-size: 22px;
font-weight: 700;
line-height: 33px;
text-align: left;
color: #243C56;
}
.elektra-related-post-intro{
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #545A5F;

}
.elektra-related-post-date{
    font-family: Poppins;
font-size: 13px;
font-weight: 600;
line-height: 16px;
text-align: left;
color: #B7C5CB;
}
.elektra-footer{
    width: 100%;
    padding: 40px;
    background-color: #EFF3F6;
}
.elektra-footer-app{
    width: 100%;
    max-width: 380px;
}
.elektra-app-buttons{
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-between;*/
  gap:20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.lektra-app-button1{
    order: 1;
}
.lektra-app-button2{
    order: 2;
}
.elektra-footer-app-text{
    font-family: Poppins;
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-align: left;
color:#4D6585;
}
.elektra-footer .elektra-section{
    padding-bottom: 30px;
 border-bottom: solid 1px #D6DFE2;
}
.elektra-footer .elektra-column-left{
    align-items: baseline;
    padding-left: 0;
  width:30%;
}
.elektra-footer .elektra-column-right{
   
  width:70%;
}
.elektra-footer .elektra-column{
    justify-content: normal;
}
.elektra-footer-links{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.elektra-footer-column{
    width: 100%;
   

}
.elektra-footer-links-title{
    font-family: Poppins;
font-size: 32px;
font-weight: 700;
line-height: 48px;
text-align: left;
color:#243C56;
margin-top: 0;
padding-top: 0;
padding-bottom: 20px;
margin-bottom: 0;
}
.elektra-footer-link{
font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height: 30px;
text-align: left;
color:#4d6585;

}
.elektra-footer-socials{
    
    display: flex;
    gap: 15px;
}
.elektra-footer-form{
    width: 100%;
    padding: 40px 40px 0;
    position: relative;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.elektra-footer-form-content{
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    align-items: end;
}
.elektra-footer-form-container{
    width:100%;
    max-width: 410px;
padding-right: 20px;

}
.elektra-footer-form-title{
    font-family: Poppins;
font-size: 45px;
font-weight: 700;
line-height: 56px;
text-align: left;
color: #fff;
margin-top: 0;
margin-bottom: 10px;
  line-height:100%;
}
.elektra-footer-form-text{
    font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
color: #fff;
margin-top: 0;

}
.elektra-footer-form-input{
    width: 100%!important;
    border-radius: 8px!important;
    border:solid 1px #D9DBE9!important;
    background-color: #fff!important;
    padding: 12px!important;
}
form input[type=email]{
  width: 100%!important;
    border-radius: 8px!important;
    border:solid 1px #D9DBE9!important;
    background-color: #fff!important;
    padding: 12px!important;
  color:#545A5F!important;
}
.elektra-footer-form-button{
    font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height: 18px;
text-align: left;
color:#ffffff;
padding: 14px 32px 14px 32px;
border-radius: 50px;
text-align: center;
border:solid 1px #fff;
background-color: transparent;
min-width: 215px;
cursor: pointer;
margin-top: 30px;
margin-bottom: 50px;
}
.elektra-footer-form-button span{
    display: inline-block;
    vertical-align: middle;
}
.elektra-footer-column:nth-child(4) {
  width: 140px;
  flex-shrink: 0; /* Prevents the column from shrinking */
}

.elektra-footer-column:nth-child(1),
.elektra-footer-column:nth-child(2),.elektra-footer-column:nth-child(3) {
  flex-grow: 1; /* Allows these columns to grow and fill the remaining space equally */
  flex-basis: 0; /* Ensures that both columns have equal width */
  padding-right:45px;
}
/* Responsive Styles */

@media (max-width: 768px) {
  .elektra-footer-app{
  text-align:center;
  }
  .elektra-column{
  padding:0;
  }
  .elektra-footer .elektra-column-left{
  width:100%;
  }
   .elektra-footer .elektra-column-right{
  width:100%;
  }
    .elektra-column {
        width: 100%;
    }
    .elektra-related-posts{
        flex-direction: column;
    }
    .elektra-post-content{
        flex-direction: column;
    }
    .elektra-footer-links{
        flex-direction: column;
    }
  .elektra-post-previous, .elektra-post-next {
    
    color: #fff;
    padding: 24px 22px 24px 22px;
   font-size:16px;
    min-width: initial;
    width: 150px;
   
}
    .elektra-footer-form-content{
        flex-direction: column;
    }
    .elektra-footer .elektra-column-right{
        padding-left: 0;
    }
    .elektra-post-column1, .elektra-post-column2{
width: 100%;
    }
    .elektra-post-np{
      
    }
    .elektra-footer-form{
        background-color: #e4271a;
    }
}

/********** Nav Bar **********/







.elektra-logo{
    
    display: inline-block;
    padding: 8px;
    font-size: 26px;
  max-width:230px;
}
.elektra-link-active{
    background:#DA291C;
    color: #ffffff!important;
}
.fwb {
  font-weight: 600;
}

.fwl {
  font-weight: 300;
}
.menu-burger{
  display: none;
}
a {
  color: #243C56;
  text-decoration: none;
}
a:hover {
 
  text-decoration: none;
  color:#E4271A;
}

.site-header {
  min-height: 76px;
  height: auto;
  overflow: visible;
  background-color: #ffffff;
  color: #f4f4f4;
  position: relative;
  z-index: 10000;
  box-shadow: 0px 4px 4px 0px #0000000D;
}
.site-header .wrapper {
  max-width: 1440px;
  background-color: #ffffff;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      

}
.elektra-flag{
margin-right:10px;
}


.header-logo{
order: 1;
}
.header-menu{
  order: 2;
}
.site-header .strip {
  width: 100%;
  max-width: 100%;
}
.site-header .branding {
 
  display: inline-block;
  margin: 20px 0 0 20px;
  font-size: 26px;
}
.site-header nav {
  height: auto;
  position: static;
  width: 100%;
  background-color: #ffffff;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {

 .site-header .wrapper{
  /*display: block;*/
  font-size: 0;
   display:flex;
   flex:1
 }
  .site-header{
  display:flex;
  }
 .header-logo{
  width: calc(100% - 90px);
display: inline-block;
vertical-align: middle;
 }

 .menu-burger{
  vertical-align: middle;
display: inline-block;
 }
 .site-header nav ul {
      box-shadow:0px 4px 4px 0px #0000000D;
  margin-top: 0;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
}
.site-header nav ul {
     
  margin-top: 0;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-header nav ul {
    
    margin-right: 10px;
    display: block;
    width: auto;
  }
}
.site-header nav ul li {
  position: relative;
  
  display: block;
  text-align: left;
  text-indent: 10px;
  width: 100%;
  margin-left: 0;
  font-size: 1.2em;
  background-color: transparent;
  height: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-header nav ul li {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    padding: 0 20px;
    height: 76px;
    width: auto;
    margin: 0;
    text-indent: 0;
  }
}
.site-header nav ul li.submenu {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .site-header nav ul li.submenu {
    padding-right: 34px;
  }
}
.site-header nav ul li.submenu:after {
  content: "";
    display: block;
    position: absolute;
    right: 26px;
    top: 10px;
    width: 10px; /* Adjust width as needed */
    height: 10px; /* Adjust height as needed */
    background-image: url('https://43772447.fs1.hubspotusercontent-na1.net/hubfs/43772447/BlogAssets/down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 768px) {
  .site-header nav ul li.submenu:after {
    right: 16px;
    top: 32px;
  }
}
.site-header nav ul li:hover {
  color: #E4271A;
}
.site-header nav ul li a {
  padding: 10px;
  line-height: 26px;
  width: 100%;
  display: block;
  color: #243C56;
  font-size: 14px;

font-style: normal;
font-weight: 500;
}
@media screen and (min-width: 768px) {
  .site-header nav ul li a {
    line-height: 76px;
    padding: 10px;
    margin: 0;
    text-indent: 0;
border-radius: 20px;
        display: inline;
  }

}
.site-header nav ul li > ul {
  left: 0;
  margin: 0;
  display: none;
  margin-top: 0;
  padding: 0;
  background-color: #ffffff;
  width: 100%;
  min-width: 200px;
  position: static;
  box-shadow: 0px 4px 4px 0px #0000000D;
}
@media screen and (min-width: 768px) {
  .site-header nav ul li > ul {
    position: absolute;
  }
}
.site-header nav ul li > ul > li {
  margin: 0;
  height: auto;
  
  text-indent: 10px;
  line-height: 20px;
  padding-left: 0;
  width: 100%;
  text-indent: 0px;
}
@media screen and (min-width: 768px) {
  .site-header nav ul li > ul > li {
    padding: 10px 0;
  }
}
.site-header nav ul li > ul > li:hover, .site-header nav ul li > ul > li.active {
  color:#DA291C;
}
.site-header nav ul li > ul > li:last-child {
  margin-bottom: 8px;
}
.site-header nav ul li > ul > li a {
  padding-left: 0;
}
.site-header nav ul li > ul > li a:hover {
 color:#DA291C;
}
@media screen and (min-width: 768px) {
  .site-header nav ul li > ul > li a {
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .site-header nav ul li > ul > li {
   text-indent: 40px;
  }

}
.site-header a#drop:after {
  content: "";
    display: block;
   
    
    width: 30px;
height: 22.552px;
flex-shrink: 0;
    background-image: url('https://43772447.fs1.hubspotusercontent-na1.net/hubfs/43772447/BlogAssets/burger.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.site-header a#drop {

  padding: 10px 15px;
 
  margin: 15px;
  color: #fff;
  display: block;
}
@media screen and (min-width: 768px) {
  .site-header a#drop {
    display: none;
  }
}
.site-header a#drop:hover {
  
}
.site-header a#dropi {
  
  font-size: 24px;
}
.site-header a#drop.active {
  
  color: #de6362;
}

.elektra-flag{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}
.elektra-langage-switch li{
        
        text-align: left!important;
        padding-left: 20px!important;
    }
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a{
font-weight:bolder!important;
  font-weight:700px!important;
}
.elektra-footer-form{
 
}
  .elektra-footer-form:after{
    
    content: "";
    display: block;
    width:100%;
    height:50%;
    z-index:-1;
    
    position: absolute;
    bottom:0;left:0;
   background:#e4271a;
  }
.elektra-related-posts-title{
font-family: Poppins;
font-size: 45px;
font-weight: 700;
line-height: 55px;
text-align: center;
color:#243C56;
  padding:30px 0;
}
@media screen and (min-width: 1350px) {
.elektra-footer-form {
    
    background-position: center 120%;
   
}
}
@media screen and (max-width: 1300px) {
.elektra-footer-form {
    
    background-position: center 80%;
   
}
}
@media screen and (max-width: 1200px) {
.elektra-footer-form {
    
    background-position: center 80%;
   
}
}
@media screen and (max-width: 880px) {
.elektra-footer-form {
    
    background-position: center 50%;
   
}
}
@media screen and (max-width: 810px) {
.elektra-footer-form {
    
    background-position: center 40%;
   
}
  .elektra-footer-form-content{
  align-items:center;
  }
}
/********** End Nav Bar **********/

/***** The Highlights ****/

.elektra-category-highlights{
    width: 100%;
    display: block;
    position: relative;
}
.elektra-highlight{
    width: 25%;
    
    height: auto;
    position: relative;


}

.elektra-highlight-image{
    width: 100%;
    height: 166px;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
}

.elektra-highlight-category{
    color:  #E4271A;
text-align: center;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
padding: 12px 26px;
background: #FBE8E7;
display: inline-block;
border-radius: 80px;

}
.elektra-highlight-text{
    display: block;
    width: 100% ;
    padding: 10px;
}
.elektra-highlight-title{
    color: #243C56;
margin-top: 15px;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 120%;
  padding-bottom:15px;
}
.elektra-category-postsgrid-text p:not(.elektra-category-postsgrid-intro), .elektra-category-postsgrid-text p:(.elektra-category-postsgrid-date){
display:none;
}
.elektra-highlight-date{
    color: #B7C5CB;
text-align: left;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 16px; 
}
.elektra-highlights-slider{
    width: 80%;
    margin: 0 auto;
}
.elektra-highlight-box{
    padding: 10px;
}

.elektra-category-highlights-title{
    width: 80%;
    margin: 0 auto;
    text-align: left;
    color: #FFF;

font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 55px;
}
.elektra-category-hero{
    background-color: #E4271A;
        overflow: hidden;
        background-image: url(https://43772447.fs1.hubspotusercontent-na1.net/hubfs/43772447/BlogAssets/lines.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
}

.elektra-main-container2{
    width: 100%;
}
.elektra-highlights-slider{
    position: relative;
    z-index: 2;
}
.elektra-category-highlights::after{
    content: '';
    position: absolute;
    top:100px;
    left: 50%;
    transform: translateX(-50%);
    width: 170%;
    height: 600px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
}
.elektra-category-hero-title{
    width: 90%;
    margin: 40px auto;
}

.elektra-category-hero-title-h1{
    color:#FFF;
text-align: center;
position: relative;
font-family: Poppins;
font-size: 50px;
    margin-bottom: 0;
font-weight: 700;
line-height: 65px;
}
.elektra-category-hero-title-h1 span{
    color: #EEC006;
position: relative;
font-family: Poppins;
font-size: 50px;
    margin-bottom: 0;
font-weight: 700;
line-height: 65px;
}
.elektra-category-hero-title-p{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
    margin-top: 10px;
}
.elektra-category-hero-title-vector{
    position: absolute;
    right: 0;
    bottom: -20px;
}
.elektra-category-nav{
    width: 80%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
   margin: 50px auto 30px;
}

.elektra-category-nav-item{
    color: #8799A4;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
letter-spacing: -0.42px;
padding: ;
border-radius: 20px;

border: 1.5px solid #8799A4;
padding: 12px 16px;
}

.elektra-category-nav-links{

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.elektra-category-nav-active{
    color: #ffffff!important;
    background:  #E4271A!important;
    border: 1.5px solid #E4271A!important;
}

.elektra-category-nav-form{
    width: 100%;
    max-width: 210px;
    position: relative;
}
.elektra-category-nav-input{
    width: 100%;
    padding: 10px 25px 10px 10px;
        color: #8799A4;
text-align: left;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
letter-spacing: -0.42px;
border:none;
background-color: #ffffff;
border-bottom: solid 1px #B7C5CB;
z-index: 3;
    outline: none;
}
.elektra-category-nav-button{
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    border: none;
    background-color: transparent;
    top:0;
    z-index: 4;
    cursor: pointer;

}

.elektra-category-posts{
    width: 100%;
    position: relative;
    background: #eff3f6;
    padding:20px 0;
    overflow: hidden;
}
.elektra-category-posts::after{
    content: '';
    position: absolute;
    bottom:500px;
    left: 50%;
    transform: translateX(-50%);
    width: 170%;
    height: 600px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
}
.elektra-category-posts::before{
    content: '';
    position: absolute;
    bottom:700px;
    left: 0;
   background-color: white;
    width: 100%;
    height: 100%;
    
    z-index: 1;
}

.elektra-category-postsgrid {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto;
    justify-content: space-between;
z-index: 5;
position: relative;
}

.elektra-category-postsgrid-item {
    flex-grow: 1;

}

.elektra-category-postsgrid-item:nth-child(9n+1),
.elektra-category-postsgrid-item:nth-child(9n+5),
.elektra-category-postsgrid-item:nth-child(9n+9) {
    flex: 0 0 40%;
}

.elektra-category-postsgrid-item:nth-child(9n+2),
.elektra-category-postsgrid-item:nth-child(9n+6) {
    flex: 0 0 23%;
}

.elektra-category-postsgrid-item:nth-child(9n+3),
.elektra-category-postsgrid-item:nth-child(9n+4),
.elektra-category-postsgrid-item:nth-child(9n+8) {
    flex: 0 0 33%;
}

.elektra-category-postsgrid-item:nth-child(9n+7) {
    flex: 0 0 20%;
}

.elektra-category-postsgrid-image{
    width: 100%;
    padding-top: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
  position:relative;
}
.elektra-category-postsgrid-text{
    width: 90%;
    padding: 10px;
    margin: 0 auto;
}

.elektra-category-postsgrid-cat{
    color: #E4271A;
text-align: center;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
border-radius: 20px;
background:  #FBE8E7;
padding: 12px 26px;
  display:inline-block;
}
.elektra-category-postsgrid-title{
    color:#243C56;
margin-top:20px;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 120%;
  margin-bottom:5px;
}

.elektra-category-postsgrid-intro{
    color:  #545A5F;

font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.elektra-category-postsgrid-date{
    color: #B7C5CB;
text-align: left;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 123.077% */
}
.elektra-category-0fee{
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    background: #eff3f6;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.elektra-category-0fee::after{
    content: '';
    position: absolute;
    top:85%;
    left: 50%;
    transform: translateX(-50%);
    width: 170%;
    height: 600px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
}
.elektra-category-0fee-textbox{
    width: 100%;
    max-width: 409px;
    text-align: center;
}
.elektra-category-0fee-img{
    width: 100%;
    max-width: 292px;
}
.elektra-category-0fee-img img{
    width: 100%;
    
}
.elektra-category-0fee-title{
    color:  #243C56;
text-align: center;

font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 45px;
}
.elektra-category-0fee-title span{
color: #E4271A;

font-family: Poppins;
font-size: 40px;

font-weight: 800;
line-height: 45px;
}

.elektra-category-0fee-title strong{
color: #243C56;

font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 800;
line-height: 45px;
}

.elektra-category-0fee-input{
    width: 100%;
    padding: 12px;
    border-radius: 8px;
border: 1px solid  #D9DBE9;
background: #FFF;

color:  #243C56;
 outline: none;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.elektra-category-latest-container{
    width: 100%;
    position: relative;
}

.elektra-category-latest{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 80%;
margin:30px auto;
flex-wrap: wrap;
  gap:25px;
}

.elektra-category-latestpost{
    width: 48%;
 display: flex;
    align-items: flex-start;
    justify-content: space-between;
    

}

.elektra-category-latestimg{
    width: 55%;

 
 
   
}
.elektra-category-latestimg div{
    width: 100%;
padding-top: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
    background-color: #ededed;
}
.elektra-category-latesttext{
    width: 40%;
}

.elektra-category-latestcat{
    border-radius: 20px;
background: #FBE8E7;
color: #E4271A;
text-align: center;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
padding: 12px 26px;
display: inline-block;

}
.elektra-category-latesttitle{
    color: #243C56;
margin-top:15px;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 120%;
  margin-bottom:6px;
}

.elektra-category-latestintro{
    color: #545A5F;

font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.elektra-category-latestdate{
color: #B7C5CB;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 123.077% */
}

.elektra-category-latest-title{
    color:  #243C56;
text-align: center;
margin-bottom: 50px;
font-family: Poppins;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 55px; /* 122.222% */
}
.elektra-category-h1-categoryname{
color:#243C56;
z-index: 9;
    position: relative;
font-family: Poppins;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 55px; 
      width: 80%;
    margin: 0 auto 20px;
}

.elektra-app-button1 img{
    height: 43px;
    width: auto;
}
.elektra-app-button2 img{
    height: 43px;
    width: auto;
}
.elektra-footer-socials img{
height:24px;
  width:auto;
}
.elektra-post-share button{
padding:0!important;
}
@media screen and (max-width: 768px) {
  .elektra-app-button1{
  margin-bottom:20px;
  }
    .elektra-app-button2{
  margin-bottom:20px;
  }
  .elektra-category-h1-categoryname{

font-size: 30px;

}
  .elektra-main-container{
  padding: 0 15px;
  }
  .elektra-related-posts{
  padding:20px;
  }
.elektra-category-nav{
    flex-direction: column;
    gap: 30px;
}

.elektra-category-0fee{
    flex-direction: column;
    gap: 30px;

}
.elektra-category-0fee-textbox{
    width: 80%;
    margin: 0 auto;
}

.elektra-category-latestpost {
    width: 100%;
  flex-wrap:wrap;
    }
  .elektra-category-latestimg {
    width: 100%;
}
  .elektra-category-latesttext {
    width: 100%;
}
  .elektra-post-header{
  padding:0;
  }
  .elektra-category-latest-title {
   
    font-size: 30px;
    
    line-height: 30px;
}
  .elektra-footer-form-title {
    
    font-size: 30px;
    
    line-height: 30px;
 
}
  .elektra-category-0fee-title strong,.elektra-category-0fee-title{
  font-size:25px;
  }
  .elektra-category-0fee-title span{
  font-size:30px;
  }
  .elektra-category-hero-title-h1 span, .elektra-category-hero-title-h1 {
  font-size:30px;
  }
  .elektra-category-hero-title-vector {
    
    bottom: -30px;
}
  .elektra-related-posts-title {
    
    font-size: 30px;
    
    line-height: 30px;
   
}
  .elektra-title {
   
    font-size: 30px;
    
    line-height: 30px;
}
  .elektra-category-highlights::after {
  
    width: 270%;
  }
  .elektra-category-0fee::after{
  width:270%;
  }
  .elektra-category-latestcat {
   
    margin-bottom: 20px;
  }
  .elektra-category-posts::after {

    width: 270%;
   
}
.elektra-category-postsgrid-text {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
}
    .elektra-category-highlights-title{
        text-align: center;
      font-size: 30px;
    }


    }
.slick-dots li button:before{
font-size:30px!important;
}

.elektra-footer-form-container .hs_email label{
display:none!important;
}

.elektra-footer-form-container .hs-button{

    font-family: Poppins;
font-size: 20px!important;
font-weight: 600!important;
line-height: 18px!important;
text-align: left!important;
color:#ffffff!important;
padding: 14px 32px 14px 32px!important;
border-radius: 50px!important;
text-align: center!important;
border:solid 1px #fff!important;
background-color: transparent!important;
min-width: 215px!important;
cursor: pointer!important;
margin-top: 0!important;
margin-bottom: 50px!important;
display: inline-block;
    max-width: 200px;
}

.blog-listing{
    display: flex;
    gap: 12px;
    padding: 40px 15px;
}
.blog-listing__post{
padding: 15px;
    border-radius: 12px;
}
.blog-listing__post-image-wrapper{
width:100%;
  padding-top:50%;
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:12px;
  margin-bottom:25px;
}

.blog-listing__post-image-wrapper .blog-listing__post-image{
width:150%;
  position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

._hsBlogPostImageWrapper_1hg5v_67{
border-radius: 12px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 15px;
}

.body-container {
    
    padding: 40px;
}
.elektra-category-nav-input::placeholder {
    color: #8799A4!important;
    opacity: 1; 
}

 .elektra-footer-logo{
  max-width:189px;
  }
/* Mozilla Firefox */
.elektra-category-nav-input::-moz-placeholder {
    color: #8799A4!important;
    opacity: 1;
}

/* Internet Explorer 10-11 */
.elektra-category-nav-input:-ms-input-placeholder {
    color: #8799A4!important;
}

/* Microsoft Edge */
.elektra-category-nav-input::-ms-input-placeholder {
    color: #8799A4!important;
}
.footer-form-img-mob{
display:none;
}

@media screen and (max-width: 768px) {
  
  .elektra-footer-column:nth-child(1), .elektra-footer-column:nth-child(2), .elektra-footer-column:nth-child(3){
  padding-right:0;
    text-align:center;
  }
  .elektra-footer-links-title,.elektra-footer-app-text{
  text-align:center;
  }
  .elektra-footer-column:nth-child(4){
  width:100%;
    text-align:center;
  }
  .elektra-footer-socials{
  justify-content:center;
  }
  .footer-form-img-mob{
display:block;
    width: 60%;
        margin: 0 auto;
}
  .elektra-related-post-image {
    
    height: 158px;}
  .elektra-category-postsgrid-image {
    
    padding-top: 50%;
  }
  .elektra-category-latestimg div{
   padding-top: 50%;
  }
  .elektra-highlight-image{
  height:146px;
  }
   .footer-form-img-desk{
display:none;
}
  .elektra-footer-form-container {
  
    padding-right: 0;
}
  .elektra-footer-form-title, .elektra-footer-form-text {
       
        text-align: center;
    }
  #custom-hubspot-form{
  text-align:center;
  }
  .blog-listing{
  flex-wrap:wrap;
  }
  
  .elektra-category-postsgrid-item:nth-child(9n+2), .elektra-category-postsgrid-item:nth-child(9n+6) {
    flex: 0 0 100%;
}
  .elektra-category-postsgrid-item:nth-child(9n+1), .elektra-category-postsgrid-item:nth-child(9n+5), .elektra-category-postsgrid-item:nth-child(9n+9) {
    flex: 0 0 100%;
}
  .elektra-category-postsgrid-item:nth-child(9n+3), .elektra-category-postsgrid-item:nth-child(9n+4), .elektra-category-postsgrid-item:nth-child(9n+8) {
    flex: 0 0 100%;
}
  .elektra-category-nav-search{
  width:100%;
  }
  .elektra-category-nav-form {
    
    max-width: initial;
   
}
  .elektra-footer-logo{
  max-width:189px;
  }
  .elektra-app-button1 img {
    height: 37px;
   
}
  .elektra-app-button2 img {
    height: 37px;
  
}
  .elektra-app-buttons {

    justify-content: center;
    flex-wrap: wrap;
        flex-direction: column;
    gap: 10px;
}
  .elektra-footer-app-text{
  text-align:center;
  }
  .elektra-footer .elektra-column-left{
  padding-bottom:0;
  }
  .elektra-footer .elektra-column-right{
    padding-top:0;
  }
  .elektra-footer-column{
  padding-bottom:20px;
  }
 .elektra-footer-column:last-child .elektra-footer-links-title {
    display: none;
}
}
.elektra-post-column1 p,.elektra-post-column1 h1,.elektra-post-column1 h2,.elektra-post-column1 h3,.elektra-post-column1 h4,.elektra-post-column1 h5,.elektra-post-column1 span,.elektra-post-column1 li,.elektra-post-column1 ul{
color:#4F5C68;
}

.elektra-post-column1 ul {
    list-style-type: disc; /* Default marker for top-level lists */
}

.elektra-post-column1 ul > li {
    list-style-type: disc; /* Marker for top-level list items */
}

.elektra-post-column1 ul ul > li {
    list-style-type: circle; /* Marker for the first level of nested list items */
    margin-left: 20px; /* Adjust the indentation if necessary */
}

.elektra-post-column1 ul ul ul > li {
    list-style-type: square; /* Marker for the second level of nested list items */
    margin-left: 20px; /* Adjust the indentation if necessary */
}