.expertcta .cta-teaser {
	display: flex;
	flex-wrap: wrap;
}

.expertcta .cta-teaser .teaser-expert {
	display: flex;
	flex-direction: column;
	width: 360px;
	align-items: center;
	padding: 20px;
  max-width: 30%;
}

.expertcta .cta-teaser .teaser-expert img {
	margin: 16px;
	width: 208px
}

.expertcta .cta-teaser .teaser-expert .expert-name {

	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 27px */
}

.expertcta .cta-teaser .teaser-expert .expert-role {
	text-align:center;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	/* 24px */
}

.expertcta .cta-teaser .teaser-content {
	display: inline;
	justify-content: center;
	max-width: 770px;
	display: flex;
	flex-direction: column;
  max-width:60%;
}

.expertcta .cta-teaser .teaser-content .teaser-text {
	
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
  	border-left: 3px solid #ffde18;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	/* 27px */
}


.expertcta .cta-teaser .teaser-content .button {
	margin-top: 20px;
}

.expertcta .cta-fullcta {
	display: flex;
  align-items: stretch;
}
.expertcta .cta-fullcta .fullcta-expert img {
		margin-top: 35px!important;
		
	}


	.expertcta .cta-fullcta .fullcta-expert {
		margin-right: 0px !important;
    
	}
  .expertcta .cta-teaser .teaser-expert {
	max-width:100%;
  
}
  .expertcta .cta-teaser .teaser-content{
  max-width: 100%;
}
  .expertcta .cta-teaser{
  justify-content: center;
}
}

.expertcta .cta-fullcta .fullcta-form-container {
	max-width: 50%;
  border-radius: 5px;
	box-shadow: 0 8px 12px 0 #26262626, 0 0 1px 0 #2626264f;
	padding: 32px;
	width: 100%;

}

.expertcta .cta-fullcta .fullcta-expert {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*margin-right: 40px;
	align-items: center;*/
	width: 700px;
}

.expertcta .cta-fullcta .fullcta-expert,
.expertcta .cta-fullcta .fullcta-form-container {
width: 50%;
max-width: 50%;
}

.expertcta .cta-fullcta .form-container-header {
  margin-left:10px;
  margin-right:28px;
}

.expertcta .cta-fullcta .form-container-form {
	margin-top: 20px;
}

@media screen and (max-width: 995px) {
  .expertcta .cta-fullcta .fullcta-expert,
.expertcta .cta-fullcta .fullcta-form-container {
width: 100%;
max-width: 100%;
}
  
  .expertcta .cta-fullcta {
    display: block;
    box-shadow: 0 8px 12px 0 #26262626, 0 0 1px 0 #2626264f;
    border-radius: 5px;
  }

  .expertcta .cta-fullcta .fullcta-expert {
    width: 100%;
    margin: 0;
    padding: 24px 24px 0;
  }

  .expertcta .cta-fullcta .form-container-header {
    margin: 0;
  }

  .expertcta .cta-fullcta .fullcta-form-container {
    max-width: 100%;
    width: 100%;
    box-shadow: none !important;
    padding: 24px;
  }
}




@media only screen and (max-width: 800px)  {
  .lead-form-wrapper-v2{
    flex-wrap: wrap;

  }  
 
    
    
.expertcta .lead-form-wrapper-v2 .image-wrapper {
    margin: auto;
    height: 300px;
    overflow: hidden;
  }
  .lead-form-wrapper-v2 .image-wrapper img {
    margin: auto;
    max-width: 100%!important;

  }
}


.expertcta .lead-form-wrapper-v2{
  display: flex;

}

.expertcta .lead-form-wrapper-v2 .image-wrapper img{
  max-width: 400px;

}
.expertcta .lead-form-wrapper-v2 .form-wrapper{
  display: none;
  margin:auto;

}

.expertcta .lead-form-wrapper-v2 .content-wrapper{
  margin:auto;
  margin-left: 0px;
  padding: 20px;
  min-width: 300px;
}
.expertcta .lead-form-wrapper-v2 .show-lead-form{ 
  border-radius: 3px;
  box-shadow: none;
  display: block; 
  height: 40px;
  letter-spacing: .02em;
  padding: 10px 24px;
  text-transform: uppercase;
  border:none;
  margin-top:50px;
}





:root {
  --modal-duration: 1s;
  --modal-color: #428bca;
}



.expertcta .lead-form-wrapper-v2 .button { 
  padding: 1em 2em;
  color: #fff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}


.expertcta .lead-form-wrapper-v2 .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  animation-name: modalopen;
}

.expertcta .lead-form-wrapper-v2 .modal-content {
  margin: 10% auto;
  Width: 1130px;
  max-width: 90vw;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: var(--modal-duration);
  pointer-events: auto; 
}


.expertcta .lead-form-wrapper-v2 .modal-body {
  padding: 10px 20px;
  pointer-events: none;

}

.expertcta .lead-form-wrapper-v2 .submitted-message{
  padding: 10px;

}
.expertcta .lead-form-wrapper-v2 .modal-header{
  padding: 17px 30px 15px;
  display: flex;
  justify-content: space-between;

}

.expertcta .lead-form-wrapper-v2 .close { 
  line-height: 1.2; 
}

.expertcta .lead-form-wrapper-v2 .close:hover,
.expertcta .lead-form-wrapper-v2 .close:focus { 
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} 

/**** cx-style ****/

.expertcta .lead-form-wrapper-v2.cxform2 {
  box-shadow: 0px 1px 1px 0px #26262640,0px 0px 1px 0px #2626264F; 
  border-radius: 3px; 
}

.expertcta .lead-form-wrapper-v2.cxform2 .content-wrapper {
  max-width: 100%;
  min-width: auto;
  margin: 0;
  width: calc(100% - 360px);
  padding: 32px;
}

.expertcta .lead-form-wrapper-v2.cxform2 .image-wrapper {
  width: 360px;
  height: 100%;
}

.expertcta .lead-form-wrapper-v2.cxform2 .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expertcta .lead-form-wrapper-v2.cxform2 .text-wrapper > a {
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
}

.expertcta .lead-form-wrapper-v2.cxform2 .show-lead-form {
  margin-top: auto;
  margin-bottom: 0;
  border-radius: 3px;
  padding: 8px 16px;
  height: auto; 
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center; 
}

.expertcta .lead-form-wrapper-v2.cxform2 .text-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.expertcta .lead-form-wrapper-v2.cxform2 .text-wrapper h2,
.lead-form-wrapper-v2.cxform2 .text-wrapper h3 {
  margin: 0;
  padding-bottom: 8px;
  position: relative; 
  margin-bottom: 8px;
}

.expertcta .lead-form-wrapper-v2.cxform2 .modal {
  z-index: 9999;
  background: rgba(38 ,38 ,38,.4);  
}

.expertcta .lead-form-wrapper-v2.cxform2 .modal-content { 
  padding: 32px;
  border-radius: 5px;
  box-shadow: 0px 8px 12px 0px #26262626,0px 0px 1px 0px #2626264F;
}

.expertcta .lead-form-wrapper-v2.cxform2 .modal-header {
  padding: 0;
  margin-bottom: 24px;
}

.expertcta .lead-form-wrapper-v2.cxform2 .modal-header h3 {
  margin: 0;
  line-height: 1.2;
}

.expertcta .lead-form-wrapper-v2.cxform2 .close {
  display: none;
}

.expertcta .lead-form-wrapper-v2.cxform2 form {
  padding: 0;
  background: none;
}

.expertcta .lead-form-wrapper-v2.cxform2 form .hs-button {
  display: inline-block !important;
  width: auto;
  margin-bottom: 0;
}

/* Minimal CTA settings */

.expertcta .lead-form-wrapper-v2.minimal-cta {
    border: none;        /* remove border */
    box-shadow: none;    /* remove shadow */
    border-radius: 0;    /* remove radius */
    background: transparent !important;
     /*padding-top: 40px;   
    padding-bottom: 40px;*/
}

.expertcta .lead-form-wrapper-v2.minimal-cta .content-wrapper {
  max-width: 100%;
  min-width: auto;
  margin: 0;
  width: 100%;
  padding: 32px;
}

/* Minimal CTA container */
.expertcta .lead-form-wrapper-v2.minimal-cta .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px; /* distance between text and button */
}

/* Reset rich text lines and underlines */
.expertcta .lead-form-wrapper-v2.minimal-cta .minimal-cta-text *,
.expertcta .lead-form-wrapper-v2.minimal-cta .minimal-cta-text {
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.expertcta .lead-form-wrapper-v2.minimal-cta .minimal-cta-button-wrapper {
    display: flex;
    justify-content: flex-start; 
    width: 100%;
}

/* if center_minimal_cta_button = true */
.expertcta .lead-form-wrapper-v2.minimal-cta .minimal-cta-button-wrapper.center-button {
    justify-content: center;
}

/* Popup button */
.expertcta .lead-form-wrapper-v2.minimal-cta .show-lead-form {
    border-radius: 3px;
    padding: 8px 16px;
    height: auto;
    line-height: 24px;
    text-align: center;
    display: block;
}

.expertcta .lead-form-wrapper-v2.minimal-cta .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 0.4);
    animation-name: modalopen;
}

.expertcta .lead-form-wrapper-v2.minimal-cta .modal-content {
    margin: 10% auto;
    max-width: 90%;
    padding: 32px;
    border-radius: 5px;
    box-shadow: 0 8px 12px 0 #26262626, 0 0 1px 0 #2626264F;
}

.expertcta .lead-form-wrapper-v2.minimal-cta .modal-header {
    padding: 0;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.expertcta .lead-form-wrapper-v2.minimal-cta .close {
    cursor: pointer;
}

/*End of css for minimal*/


@media screen and (max-width:991px){
 .expertcta .lead-form-wrapper-v2.cxform2 .image-wrapper {
    width: 100%;
  }

  .expertcta .lead-form-wrapper-v2.cxform2 .content-wrapper {
    width: 100%;
  }

  .expertcta .lead-form-wrapper-v2.cxform2 {
    display: block;
  }

  .expertcta .lead-form-wrapper-v2.cxform2 .image-wrapper img {
          margin:auto;
  }
     .expertcta .lead-form-wrapper-v2.cxform2 .image-wrapper  {
    height: auto;
      max-width: 300px;
          margin:auto;
  }
  
  .expertcta .lead-form-wrapper-v2.cxform2 .show-lead-form {
    margin-top: 32px;
  }
}
html.catworkx  .expertcta .cta-fullcta .fullexpert-meta .expert-competences .expert-competence {
    border: 1px solid #05c;
    color: #05c;
}