			
/* RESET */
#cordoniqPage *, *::after, *::before{
    margin: 0;
    padding: 0;
}

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
padding-top: 0;
}

a{
    text-decoration: none;
}
/* HELPERS */
#cordoniqPage .overflowHidden{overflow:hidden;}
#cordoniqPage .flex{display:flex;}
#cordoniqPage .grid{display:grid;}
#cordoniqPage .gap0{gap:0rem;}
#cordoniqPage .gap05{gap:0.5rem;}
#cordoniqPage .gap1{gap:1rem;}
#cordoniqPage .gap15{gap:1.5rem;}
#cordoniqPage .gap2{gap:2rem;}
#cordoniqPage .gap3{gap:3rem;}
#cordoniqPage .gap4{gap:4rem;}
#cordoniqPage .gap5{gap:5rem;}
#cordoniqPage .gap6{gap:6rem;}
#cordoniqPage .column{flex-direction:column;}
#cordoniqPage .row{flex-direction: row;}
#cordoniqPage .alignCenter{align-items:center;}
#cordoniqPage .alignEnd{align-items:flex-end;}
#cordoniqPage .justifyBetween{justify-content:space-between;}
#cordoniqPage .justifyCenter{justify-content:center;}
#cordoniqPage .justifyAround{justify-content:space-around;}		

#cordoniqPage .textCenter{text-align: center;}
/* img */
#cordoniqPage .cover{object-fit: cover;}
#cordoniqPage .height100{height:100%;}	
/* position */
#cordoniqPage .absolute{position:absolute;}
#cordoniqPage .relative{position:relative;}

@media(max-width:800px){
    #cordoniqPage .md-absolute{position:absolute;}
    #cordoniqPage .md-relative{position:relative;}

    #cordoniqPage .md-alignBaseline{align-items: baseline;}

}

#cordoniqPage .width20{width: 20%;} 
#cordoniqPage .width25{width: 25%;} 
#cordoniqPage .width30{width: 30%;} 
#cordoniqPage .width35{width: 35%;} 
#cordoniqPage .half{width: 50%;} /* 100% in mobile */
#cordoniqPage .width40{width: 40%;} /* 100% in mobile */
#cordoniqPage .width45{width: 45%;} /* 100% in mobile */
#cordoniqPage .width50{width: 50%;} /* 100% in mobile */
#cordoniqPage .width55{width: 55%;} /* 100% in mobile */
#cordoniqPage .width60{width: 60%;} /* 100% in mobile */
#cordoniqPage .width80{width: 80%;}
#cordoniqPage .width85{width: 85%;}
#cordoniqPage .width90{width: 90%;}/* 100% in mobile */

@media(min-width:800px){
  #cordoniqPage .max10ch{max-width: 10ch;}
  #cordoniqPage .max15ch{max-width: 15ch;}
  #cordoniqPage .max20ch{max-width: 20ch;}
  #cordoniqPage .max25ch{max-width: 25ch;}
  #cordoniqPage .max30ch{max-width: 30ch;}
  #cordoniqPage .max35ch{max-width: 35ch;}
  #cordoniqPage .max40ch{max-width: 40ch;}
  #cordoniqPage .max45ch{max-width: 45ch;}
  #cordoniqPage .max50ch{max-width: 50ch;}
  #cordoniqPage .max55ch{max-width: 55ch;}
  #cordoniqPage .max60ch{max-width: 60ch;}
  #cordoniqPage .max65ch{max-width: 65ch;}
  #cordoniqPage .max70ch{max-width: 70ch;}
  #cordoniqPage .max75ch{max-width: 75ch;}
  #cordoniqPage .max80ch{max-width: 80ch;}
  #cordoniqPage .max90ch{max-width: 90ch;}
  #cordoniqPage .max100ch{max-width: 100ch;}
}

#cordoniqPage .showOnlyPc, #cordoniqPage .showOnlyTablet,#cordoniqPage  .showOnlyMobile, #cordoniqPage  .showTabletMobile{
    display: none;
}

@media(min-width:800px){
  #cordoniqPage .showOnlyPc{ display: flex; }
}

@media(max-width:800px) and (min-width:600px){
  #cordoniqPage .showOnlyTablet{  display: flex;  }
}

@media(max-width:800px){
  #cordoniqPage .showTabletMobile{  display: flex;  }
}

@media(max-width:600px){
  #cordoniqPage .showOnlyMobile{  display: flex; }
}

#cordoniqPage .showOnlyPcBlock, #cordoniqPage .showOnlyTabletBlock,#cordoniqPage  .showOnlyMobileBlock, #cordoniqPage  .showTabletMobileBlock{
  display: none;
}

@media(min-width:800px){
#cordoniqPage .showOnlyPcBlock{ display: block; }
}

@media(max-width:800px) and (min-width:600px){
#cordoniqPage .showOnlyTabletBlock{  display: block;  }
}

@media(max-width:800px){
#cordoniqPage .showTabletMobileBlock{  display: block;  }
}

@media(max-width:600px){
#cordoniqPage .showOnlyMobileBlock{  display: block; }
}


@media(max-width:800px){
  #cordoniqPage .md-full{
        width: 100% !important;
        max-width: 100% !important;
    }
    
    #cordoniqPage .md-80{
      width: 85vw !important;
          margin-inline: auto !important;
      }

      #cordoniqPage .md-90{width:90% !important;margin-inline: auto;}
      #cordoniqPage .md-95{width:95%;}

      #cordoniqPage .md-column{ flex-direction: column !important; }

      #cordoniqPage .md-column-reverse{ flex-direction: column-reverse !important; }

      #cordoniqPage .md-justifyCenter{ justify-content: center; }

      #cordoniqPage .md-gap1{gap: 1rem;}
      #cordoniqPage .md-gap2{gap: 2rem;}
      #cordoniqPage .md-gap0{gap:0rem;}
    #cordoniqPage .md-gap3{gap: 3rem;}
}


@media(max-width:600px){
  #cordoniqPage .width20,
  #cordoniqPage .width25,
  #cordoniqPage .width30,
  #cordoniqPage .width35,
  #cordoniqPage .width40,
  #cordoniqPage .half,
  #cordoniqPage .width60,
  #cordoniqPage .width45,
  #cordoniqPage .width50,
  #cordoniqPage .width55,
#cordoniqPage .width80,
#cordoniqPage .width85,
#cordoniqPage .width90{width: 100%;}
}


/* grid */
.grid-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-5{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media(max-width:1000px){
  .grid-2, .grid-3,  .grid-4, .grid-5{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }    
}

@media(max-width:800px){
  .grid-2, .grid-3,  .grid-4, .grid-5{
    display: grid;
    grid-template-columns: 1fr;
  }    
}

#cordoniqPage .container{
    width: 90vw;
    /*max-width: 1440px;*/
    margin-inline: auto;
    max-width: 1300px;
 
}

#cordoniqPage .containerFull{
    max-width: 1800px;
    width: 100%;
    margin-inline: auto;
}	


/* STYLING ELEMENTS */
#cordoniqPage h1{

    color: var(--text-text-primary, #181B19);
    font-family: "Oxygen";
    font-size: 64px;
    font-size: clamp(40px, 4vw, 64px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(48px, 4vw, 72px);
    letter-spacing: clamp(-0.4px, 4vw, -0.64px);
}


#cordoniqPage h2{
    color: var(--text-text-primary, #181B19);

    /* Header/Headline Large */
    font-family: "Oxygen";
    font-size: clamp(24px, 4vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(32px, 4vw, 2.5rem);
    letter-spacing: -0.32px;

}
#cordoniqPage h3{

    color: var(--text-text-primary, #181B19);
    text-align: center;

    /* Display/Display Medium */
    font-family: "Oxygen";
    font-size: clamp(25px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(30px, 4vw,48px);
    letter-spacing: -0.4px;

}

#cordoniqPage white{color: var(--text-text-primary, #FAFAFA) !important; }

#cordoniqPage h4{

  color: var(--text-text-primary, #181B19);

  /* Header/Headline Small */
  font-family: "Oxygen";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */

}


#cordoniqPage p{
  color: var(--text-text-secondary, #4E504F); 

    /* Body/Body 1 */
    font-family: "Oxygen";
    font-size: clamp(16px, 4vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 4vw, 32px); /* 150% */
    letter-spacing: 0.32px;
}

#cordoniqPage p.small{
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}

#cordoniqPage .bold{
    font-weight: 700;
}

#cordoniqPage p.white{color: var(--text-text-primary, #F1F1F1); }

#cordoniqPage .cta-header{
    padding: 1em 2em;
    color: var(--Primary-eggplant, #140821);
    text-align: center;
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.42px;
    width: fit-content;
    transition: all 300ms ease 0ms;  
    border:1px solid var(--surface-surface-brand, #14082126);
}

#cordoniqPage .cta-header:hover{
  background-color: #7B7D7C;
  color: white;
  transition: all 300ms ease 0ms;
}

#cordoniqPage .heroBtn{
    background: #178283;
    padding: 1em 5em;
    color: var(--light-on-background, #fff);
    text-align: center;
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.42px;
    width: fit-content;
    transition: all 300ms ease 0ms;        
}

#cordoniqPage .heroBtn.heroBtnIcon{

  color: #000;

  display:flex;
  align-items:center;
  justify-content: center;
  gap: 0.5em;
  
  background: #50C878;
  border-radius: 4px;
  padding: 1em 1.5em;
  transition: all 300ms ease 0ms;
}

#cordoniqPage .heroBtn.heroBtnIcon:hover {
  background: #50C878;
}
#cordoniqPage .heroBtn.heroBtnIcon svg{
  transition: all 300ms ease 0ms;
}
#cordoniqPage .heroBtn.heroBtnIcon:hover svg{
  margin-left: 0.5em;
  transition: all 300ms ease 0ms;
}

#cordoniqPage .heroBtn:hover{
    background-color: #275355;
    transition: all 300ms ease 0ms;
}

#cordoniqPage .heroBtn.heroBtnWhite{
  background: var(--color-snow-10, #FAFAFA);  
  color: var(--text-text-primary, #181B19);
  text-align: center;
  font-family: Oxygen;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: 0.6px;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: all 300ms ease;
}

#cordoniqPage .heroBtn.heroBtnWhite:hover{
  font-size: 16px;
  border-radius: 4px;
  box-shadow: 0px 26px 30px -16px rgba(28, 79, 72, 0.60);  
}

@media(max-width:600px){
  #cordoniqPage .heroBtn.heroBtnWhite{
    background: var(--color-snow-10, #FAFAFA);  
    color: var(--text-text-primary, #181B19);
    text-align: center;
    font-family: Oxygen;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: 0.6px;
    width: 100%;
    padding: 1em !important;
  
    display: flex;
    justify-content: center;
    align-items: center;
  
    transition: all 300ms ease;
  }
  #cordoniqPage .heroBtn.heroBtnWhite span{
    font-size: 14px !important;
  }

}

@media(min-width:1000px){
  #cordoniqPage .heroBtn.heroBtnWhite{  
    width: 450px;
    height: 65px;
  }
}

#cordoniqPage .heroBtn.heroBtnWhite span{
  font-size: 20px;
}

#cordoniqPage .heroBtn.heroBtnWhite:hover span{
  font-size: 16px;
}

#cordoniqPage .heroBtn.heroBtnOutline{
  padding:1em 1.2em;
  border-radius:6px;
  color: black !important;  
  background:white !important;  
  border:2px solid black;
}

#cordoniqPage .heroBtn.heroBtnOutline:hover{
  background: black !important;
  color: white !important;
  transition: all 300ms ease 0ms;
}

#cordoniqPage .heroBtn.heroBtnOutline:hover svg path{
  fill: white;

}

#cordoniqPage .subheading{
    color: var(--text-text-secondary, #4E504F);

    /* Body/Pre-Title */
    font-family: Oxygen;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 180% */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: -1.5rem;
}

#cordoniqPage hr{
    width: 80px;
    border: none;
    height: 4px;
    background: #178283;
    margin: 0; /* reset */
    opacity: 1; /* reset */
    padding-bottom: 0;
    /*margin-bottom: 0;*/
}

#cordoniqPage hr.bright{  background: var(--text-text-link, #50C878); }

#cordoniqPage .cordoniqGreen{
    color: #50C778;
    font-weight: 700;
    text-decoration: underline;
}
#cordoniqPage .cordoniqGreen:hover{  text-underline-offset: 3px;  }

#cordoniqPage .white{ color: #fff !important; }
  
  
#cordoniqPage a.blackLink {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  color: black;
  font-weight: 700;
  font-size: 16px;
  transition: all 300ms ease;
}

#cordoniqPage a.blackLink svg {
  transition: all 300ms ease;
}

#cordoniqPage a.blackLink:hover svg {
  transform: translateX(1rem);
  transition: all 300ms ease;
}

#cordoniqPage a.blackLink.extended:hover {
  transform: translateX(-0.5rem);
  transition: all 300ms ease;
}
  
#cordoniqPage a.blackLink.extended:hover svg {
  transform: translateX(1rem);
  transition: all 300ms ease;
}
  

/* VIDEO HELPERS */
.videoWrapper{  height: 12rem;}
.video1{
  scale: 0.65;
  transform-origin: bottom right;

}
 .video1 video{
  object-fit: cover;
  height:100%;
}

.videoOverlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.33%, #000 127.93%);
}
.video1 .videoOverlay{
  border: 4px solid #FADA5F;
}

.videoWrapper .presentation{
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  align-items: center;
  margin-inline: 1rem;
  color: white;
  font-weight: 600;
  gap: 0.5rem;
}

.videoWrapper .presentation p{ color: white !important;}

/* CTA LINK - OPEN POPUP */
#cordoniqPage .ctaLink{
  margin-top: 1rem;
  background-color:#50C878;
  width: fit-content;
}

#cordoniqPage .ctaLink span:first-child{
  border: 1px solid var(--surface-surface-brand, #50C878);
  padding: 1em;
  display: inline-flex;
  gap: 1rem;
  transition: all 300ms ease;
  padding: 0.5em !important;
}

#cordoniqPage .ctaLink span:first-child:hover{
  background-color:#50C878;
 color:white;    
}

#cordoniqPage .ctaLink span:first-child:hover span{
  margin-right: 0.3rem;
transition: all 300ms ease;
}

#cordoniqPage .ctaLink span:first-child:hover svg{
  margin-left: 0.3rem;
transition: all 300ms ease;
}

#cordoniqPage .ctaLink span:first-child{
  color: var(--basics-white, #000);
  text-align: center;
}

/*----------------------- SECTIONS ------------------------------ */
/*----------------------- SECTIONS ------------------------------ */
/*----------------------- SECTIONS ------------------------------ */

/* -------------------------------HEADER - --------------------- */
#cordoniqPage .header {
  border-bottom: 1px solid var(--surface-surface-brand, #140821);
  padding-top: 1rem;
  padding-bottom: 1rem;
}




/*----------------------- HERO ------------------------------ */
#cordoniqPage .hero {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background: #140821;

  background-image: url("/wp-content/uploads/2025/04/hero-bg-desktop.png");
  background-size: cover;
  background-repeat: no-repeat;

  min-height: 100vh;
}

#cordoniqPage .hero h1{
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
}
@media(max-width:800px){
  #cordoniqPage .hero h1{
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.01em;

    color: #F1F1F1;
  }
}

#cordoniqPage .hero p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  letter-spacing: 0.02em;
}

#cordoniqPage .hero .container > * {
	opacity: 0;
	transform: translateY(40px);
}


/* hero-anim */

#cordoniqImage1,
#cordoniqImage2,
#cordoniqImage3,
#cordoniqImage4,
#cordoniqImage5,
#cordoniqImage6,
#cordoniqImage7,
#cordoniqImage8,
#cordoniqImage9,
#cordoniqImage10,
#cordoniqImage11,
#cordoniqImage12,
#cordoniqImage13,
#cordoniqPage .hero-anim .cordoniqLine,
#cordoniqPage .hero-anim .cordoniqArrow,
#cordoniqPage .hero-anim svg line, 
#lottie-animation1{
  opacity: 0;
}

#lottie-animation1{
  position: absolute;
  bottom: -7.9rem;
  left: 6.2rem;
  z-index: -1;
}

#cordoniqPage  .hero-anim{
  max-width: 1000px;
  width: 100%;
}

#cordoniqPage  .hero-anim img{
  object-fit: contain;
}

#cordoniqPage  .hero-anim .anim1{
  z-index: 10;
}
#cordoniqPage  .hero-anim .anim2{
  z-index: 10;
  top: -5rem;
}
/*AI 3 icons */
#cordoniqPage  .hero-anim .anim3{
  z-index: 10;
  bottom: 1rem;
  right: 0;
}
/*AI icon */
#cordoniqPage  .hero-anim .anim4{
  z-index: 10;
  bottom: 13%;
  right: 8%;
}
/* arrow 1 */
#cordoniqPage  .hero-anim .anim5{
  z-index: 0;
  width: 80%;
  left: 8rem;
}
/* arrow 1b */
#cordoniqPage  .hero-anim .anim5b{
  z-index: 0;
  width: 85%;
  left: 8rem;
}
/* arrow 2 */
#cordoniqPage  .hero-anim .anim6{
  z-index: -1;
  width: 80%;
  
}
/* arrow 2b */
#cordoniqPage  .hero-anim .anim6b{
  z-index: -1;
  width: 90%;
  
  display:none;
}
/* item 1 */
#cordoniqPage  .hero-anim .anim7{
  z-index: -1;
  
}
/* item 2 */
#cordoniqPage  .hero-anim .anim8{
  z-index: -1;
}
/* item 3 */
#cordoniqPage  .hero-anim .anim9{
  z-index: -1;
}
/* item 4 */
#cordoniqPage  .hero-anim .anim10{
  z-index: -1;

  display:none;
}
/* item 5 */
#cordoniqPage  .hero-anim .anim11{
  z-index: -1;

  display:none;
}
/* item 6 */
#cordoniqPage  .hero-anim .anim12{
  z-index: -1;
}
/* dotted line 1 */
#cordoniqPage  .hero-anim .anim13{
  z-index: -1;
  width: 100%;

  display:none;
}
/* dotted line 2 */
#cordoniqPage  .hero-anim .anim14{
  z-index: -1;
  width: 100%;

  display:none;
}
/* dotted line 3 inner */
#cordoniqPage  .hero-anim .anim15{
  z-index: -1;
  width: 100%;

  display:none;
}
/* rating */
#cordoniqPage  .hero-anim .anim16{
  z-index: -1;

  display:none;
}

/* ---------------------- cordoniqUses ------------------------- */
#cordoniqPage .cordoniqUses{
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #140821;
}

/* ---------------------- Imagine ------------------------- */
#cordoniqPage .imagine{
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: white;

}
@media(min-width:800px){
  #cordoniqPage .imagine{ 
    min-height: 1000px;
  }
}
#cordoniqPage .imagine .imagine-dynamic{
  width: 100%;
  max-width: 800px;
}
#cordoniqPage .imagine .imagine-dynamic .banner{
  background-color: #000;
  padding: 1.5em;
  border-radius: 16px;
  align-items: center;
  position: absolute;
  top: 0;
  left: -6rem;
}
#cordoniqPage .imagine .imagine-dynamic .banner img{ /* max-width: 40px; */}
#cordoniqPage .imagine .imagine-dynamic .banner hr{
  margin-inline:auto;
  width: 80%;
  background-color: grey;
  opacity: 0.5;
  height: 1px;
}

#cordoniqPage .imagine .imagine-dynamic .banner .users .img-wrapper{
  position:relative;
}
#cordoniqPage .imagine .imagine-dynamic .banner .users .img-wrapper::before{
  position:absolute;
  content:"";
  height:100%;
  width: 4px;
  background-color: #178283;
  top: 0;
  left: -1.2rem;
  opacity: 0;
  transition: opacity 400ms ease;
}
#cordoniqPage .imagine .imagine-dynamic .banner .users .img-wrapper.active::before{
  opacity: 1;
  transition: opacity 400ms ease;
}

/* slider */
#cordoniqPage .imagine .imagine-slider{
  height: 100%;
  width: 100%;
  max-width: 25rem;
  position: relative;
  margin-left: auto;
}


#cordoniqPage .imagine .imagine-slider .flickity-viewport{
  width: 100%;
  min-height: 15rem;
  margin-bottom: 2rem;
}

@media(max-width:800px){
  #cordoniqPage .imagine .imagine-slider{
    height: 60%;
    width: 38vw;
  }

  #cordoniqPage .imagine .imagine-slider .flickity-viewport{
    min-height: 30vw;
  }
}
#cordoniqPage .imagine .imagine-slider .flickity-button.flickity-prev-next-button.previous{
  display: none !important;
}
#cordoniqPage .imagine .imagine-slider .flickity-button.flickity-prev-next-button.next{
  right:-1.5rem;
  opacity: 1;

  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 200px;
}

@media(max-width:800px){
	#cordoniqPage .imagine .imagine-slider .flickity-button.flickity-prev-next-button.next{
		height: 30px;
	  width: 30px;
	  right: -1rem;
	}
}

#cordoniqPage .imagine .imagine-slider .flickity-button.flickity-prev-next-button.next svg{  
  max-width: 15px;
  left: 50%;
  transform: translateX(-50%);
}
#cordoniqPage .imagine .imagine-slider .imagine-slider-item{
  border-radius: 10px;
  padding: 2em;

  width: 100%;
  height: 100%;
  margin-right: 10px;
}

#cordoniqPage .imagine .imagine-slider .imagine-slider-item img{
  margin-inline: auto;
  width: 80%;
}

#cordoniqPage .imagine .imagine-slider .imagine-slider-item .avg-count{
  padding:4px 10px;
  border-radius:50vw;
  
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  /* identical to box height, or 180% */
  letter-spacing: 0.05em;

  color: #181B19;

}
@media(max-width:800px){
  #cordoniqPage .imagine .imagine-slider .imagine-slider-item{
    padding: 1em;
  }
}

#cordoniqPage .imagine .imagine-slider .imagine-slider-item.yellow{
  background-color: rgba(250, 218, 95, 1);
}

#cordoniqPage .imagine .imagine-slider .imagine-slider-item.yellow .avg-count{
  background:#dbbf53;
}

#cordoniqPage .imagine .imagine-slider .imagine-slider-item.green{
  background-color: rgba(133, 217, 161, 1);
}

#cordoniqPage .imagine .imagine-slider .imagine-slider-item.green .avg-count{
  background: #74be8d;
}

/* imagine-dynamic-content  */
#cordoniqPage .imagine .imagine-dynamic-content > div{
  opacity: 0;
  transition: opacity 800ms ease;
}
#cordoniqPage .imagine .imagine-dynamic-content > div.active{
  opacity: 1;
  transition: opacity 400ms ease;
}

@media(max-width:800px){
  #cordoniqPage .imagine  .imagine-dynamic-content{
    width: 65vw;
    left: -4rem;
  }
	
	#cordoniqPage .imagine .imagine-dynamic-content .config,
	#cordoniqPage .imagine .imagine-dynamic-content .performance{
		right: -40px;
       position: relative;
	}
}


/* IMAGINE CTA */
#cordoniqPage .imagine .imagine-cta{
  border: 1px solid rgba(123, 125, 124, 1);
  padding:2em;
  border-radius: 20px;

  margin-left: auto;
  max-width: 500px;

  box-shadow: 0px 14px 33.6px 0px rgba(24, 27, 25, 0.3);

  z-index: 10;
  position: relative;
  background:white;

}

@media(min-width:800px){
  #cordoniqPage .imagine .imagine-cta{ 
    right: -6rem;
  }
}

@media(max-width:800px){
  #cordoniqPage .imagine .imagine-cta{ 
    max-width: 280px;
    padding:1em;
  }
}

#cordoniqPage .imagine .imagine-cta h3{
    font-weight: 400;
    font-size: clamp(1.3rem, 1vw, 32px);
   line-height: clamp(28px, 1vw,40px);
    letter-spacing: -0.01em;
    color: #181B19;
    text-align: start;
}

#cordoniqPage .imagine .imagine-cta p{
  font-weight: 400;
  font-size: clamp(12px, 1vw, 16px);
  line-height: clamp(22px, 4vw, 24px);
  letter-spacing: 0.02em;
  color: #181B19;
  
}


/* ---------------------- q3 ------------------------- */
#cordoniqPage .q3{
  padding-top: 3rem;
  padding-bottom: 3rem;

  overflow: hidden;
  background: white;
}
@media(max-width:800px){
	#cordoniqPage .q3{
	  padding-top: 8rem;
		padding-top: 40vw;
	}
}

#cordoniqPage .q3 img{
  right: -8rem;
  position: relative;
  max-width: 1000px;
}

/* q3 CTA */
#cordoniqPage .q3 .q3-cta{
  border: 1px solid rgba(123, 125, 124, 1);
  padding:2em;
  border-radius: 20px;

  margin-left: auto;
  max-width: 600px;

  box-shadow: 0px 14px 33.6px 0px rgba(24, 27, 25, 0.3);

  z-index: 10;
  position: absolute;
  background:white;
  top: 45%;
  transform:translateY(-50%);
  left: 1rem;
}

@media(min-width:1200px){
  #cordoniqPage .q3 .q3-cta{ 
    left: 0rem;
    
  }
}

#cordoniqPage .q3 .q3-cta h3{
    font-weight: 400;
    font-size: clamp(1.3rem, 1vw, 32px);
    line-height: clamp(28px, 1vw,40px);
    letter-spacing: -0.01em;
    color: #181B19;
    text-align: start;
}

#cordoniqPage .q3 .q3-cta p{
  font-weight: 400;
  font-size: clamp(12px, 1vw, 16px);
  line-height: clamp(22px, 4vw, 24px);
  letter-spacing: 0.02em;
  color: #181B19;
  
}


@media(max-width:800px){
  #cordoniqPage .q3 .q3-cta{
   left: 10px;
    max-width: 200px;
    padding: 1em;
    top: 60%;
  }

  #cordoniqPage .q3 img{
    right: -8rem;
    max-width: 450px;
  }
}


/* ---------------------- mitigate ------------------------- */
#cordoniqPage .mitigate{
  padding-top: 3rem;
  padding-bottom: 3rem;

  overflow: hidden;
}

#cordoniqPage .mitigate .video-container{
  max-width: 800px;
  margin-right: auto;
  background-color: #000;
  border-radius:30px;
}
#cordoniqPage .mitigate .video-container img{
  outline:6px solid #000;
  border-radius:30px;
  transition: all 100ms ease;
}
#cordoniqPage .mitigate .video-container a{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#cordoniqPage .mitigate .video-container a:hover ~ img{
  box-shadow: 0px 14px 33.6px 0px rgba(24, 27, 25, 0.3);
  transition: all 100ms ease;
}

#cordoniqPage .mitigate .video-container svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* mitigate CTA */
#cordoniqPage .mitigate .mitigate-cta{
  border: 1px solid rgba(123, 125, 124, 1);
  padding:2em;
  border-radius: 20px;

  margin-left: auto;
  max-width: 450px;

  box-shadow: 0px 14px 33.6px 0px rgba(24, 27, 25, 0.3);

  z-index: 10;
  position: absolute;
  background:white;
  top: 45%;
  transform:translateY(-50%);
  right: 1rem;
}

@media(min-width:1200px){
  #cordoniqPage .mitigate .mitigate-cta{ 
    right: 10rem;    
  }
}

#cordoniqPage .mitigate .mitigate-cta h3{
    font-weight: 400;
    font-size: clamp(1.3rem, 1vw, 32px);
    line-height: clamp(28px, 1vw,40px);
    letter-spacing: -0.01em;
    color: #181B19;
    text-align: start;
}

#cordoniqPage .mitigate .mitigate-cta p{
  font-weight: 400;
  font-size: clamp(12px, 1vw, 16px);
  line-height: clamp(22px, 4vw, 24px);
  letter-spacing: 0.02em;
  color: #181B19;
  
}

@media(max-width:800px){
  #cordoniqPage .mitigate{
    padding-bottom: 2rem;
  }

  .mitigate .container{
    gap:0 !important;
    flex-direction: column-reverse !important;
  }

  #cordoniqPage .mitigate .video-container{border-radius: 16px;}
  #cordoniqPage .mitigate .video-container img{
    outline: none !important;
    border: 5px solid #000;
  }

  #cordoniqPage .mitigate .mitigate-cta{
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    left: 0;
    border-radius: 9px;
    margin-bottom: -1.5rem;
  }
}

/*----------------------------- safeguard ---------------------- */

#cordoniqPage .safeguard{
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1f1f1;
  overflow: hidden;
}

@media(min-width:800px){
  #cordoniqPage .safeguard .container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}


#cordoniqPage .safeguard .safeguard-item{
  padding: 3em;
  border-radius: 16px;

  position: relative;
  overflow: hidden;

  background-color: white;
  border: 1px solid grey;

  flex: 0;
  cursor: pointer;
  /*transition: all 1500ms ease;*/
}

#cordoniqPage .safeguard .safeguard-item .content{
  z-index: 10;
}



#cordoniqPage .safeguard .safeguard-item img{
  position: absolute;
  /*top: 50%;
  transform: translateY(-50%);*/
  right: 0;
  width: 100%;
  max-width: 250px;

  /*hidden by default, show it with gsap*/
  /*display:none;*/
}

#cordoniqPage .safeguard .safeguard-item.active .content{
  /*max-width: 60%;*/
  margin-right: auto;
}

@media(min-width:800px){
  #cordoniqPage .safeguard .safeguard-item{
    min-width: 400px;
    min-height: 30rem;
  }


}

@media(max-width:800px){
  #cordoniqPage .safeguard .safeguard-item{
    padding: 1.5em;
  }
  #cordoniqPage .safeguard .safeguard-item img{
    max-width: 150px;
    bottom: 0;
  }
}

#cordoniqPage .safeguard .safeguard-item.active img{
  display:block;
  animation: showImage 1500ms ease;
}

#cordoniqPage .safeguard .safeguard-item a{
  /*opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;*/
}

#cordoniqPage .safeguard .safeguard-item.active a{
  /*opacity: 1;
  pointer-events: all;
  transition: all 500ms ease;*/
}

#cordoniqPage .safeguard .safeguard-item.green{
  background: #181B19;
  border: 1px solid #AEB0AF;
}

#cordoniqPage .safeguard .safeguard-item.green h4,
#cordoniqPage .safeguard .safeguard-item.green p,
#cordoniqPage .safeguard .safeguard-item.green li{
  color: white;
}

#cordoniqPage .safeguard .safeguard-item h3{
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;

  color: #181B19;
}
#cordoniqPage .safeguard .safeguard-item p,
#cordoniqPage .safeguard .safeguard-item li{
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;

  color: #181B19;
}

#cordoniqPage .safeguard .safeguard-item li{
  color: white;
  padding-left: 3em;
  list-style-type: none;
  position: relative;
  margin-bottom: 16px;
}

#cordoniqPage .safeguard .safeguard-item li::before{
  content: url("/wp-content/uploads/2025/04/check.svg");
  background-color: rgb(35, 62, 44);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cordoniqPage .safeguard .safeguard-item.green a{
  border-color: #50C878;
  color: #50C878 !important;
  background-color: transparent !important;
}

#cordoniqPage .safeguard .safeguard-item.green a:hover{
  background-color: #50C878 !important;
  color: white !important;
}
  
/*active
#cordoniqPage .safeguard .safeguard-item.active{
  flex: 1;
  transition: all 1500ms ease;
}
*/
/* ----------------- CTA ----------------------------------- */
#cordoniqPage .cta {
    background: var(--surface-surface-secondary-nav, #140821);
    padding: 6rem 4rem;
    min-height: 300px;
    overflow: hidden;

    border-radius:60px 60px 0px 0px;
    width: 90vw;  
    margin-inline:auto;
  }

  #cordoniqPage .cta .container {
    display: flex;
    justify-content: space-between;
  }
    
  #cordoniqPage .cta .container img{
    position: absolute;
    top: -6rem;
    right: 0;
    width: 100%;
    max-width: 300px;
  }

  @media(max-width:800px){
    #cordoniqPage .cta .container img{opacity: 0.5;}
  }

  
  #cordoniqPage .cta h2 {
    color: var(--text-text-invert, #F1F1F1);
    /*text-align: center;*/
    font-family: Oxygen;
    font-size: clamp(24px, 4vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(28px, 4vw, 48px);
    letter-spacing: -0.48px;
  }

  @media(max-width:800px){
    #cordoniqPage .cta h2 {
      text-align: center;
      z-index: 10;
    }

    #cordoniqPage .heroBtn.heroBtnIcon{
      z-index: 10;
      margin-inline: auto;
    }
  }
  
  #cordoniqPage .cta a {
    color: var(--color-brand-snow, #FAFAFA);
    text-align: center;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.48px;
    border: 1px solid var(--color-brand-green, #50C878);
    width: fit-content;
    height: fit-content;
    padding: 1.5em 5em;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  #cordoniqPage .cta a:hover {
    background-color: #50C878;
  }

  @media(max-width:600px){
    #cordoniqPage .cta {
      background: var(--surface-surface-secondary-nav, #140821);
      padding: 3rem 0;
      min-height: 300px;
    }
  }

