@keyframes pulseShadow {
 0% {
    box-shadow: 0 0 0 0 rgba(84, 173, 214, 0.4);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(84, 173, 214, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(84, 173, 214, 0);
  }
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/wp-content/fonts/AcuminPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/wp-content/fonts/AcuminPro-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/wp-content/fonts/AcuminPro-Italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/wp-content/fonts/AcuminPro-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}


.container {
    margin: unset!important;
    width: 100%!important;
    min-width: 100%!important;
    max-width: 100%!important;
    padding: unset!important;
}
h1.entry-title.main_title {
    display: none!important;
}

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

.hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

.heroVideoBG {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.secondRow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-100%, -100%);
    width: 20%;
    height: 20%;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.55 198.55'%3E%3Cpath d='M1721.45,1080H1920V881.45C1920,991.11,1831.11,1080,1721.45,1080Z' transform='translate(-1721.45 -881.45)' style='fill:%23006f72'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
    opacity: 0.95;
    backdrop-filter: blur(5px) saturate(100%);
}

.secondRow h1 {
    font-family: 'Montserrat';
    color: white;
    font-weight: 700;
    font-size: 4em;
    padding-bottom: 50px;
}

.secondRow p {
    font-family: 'Montserrat';
    color: white;
    font-weight: 600;
    margin: 0px;
    font-size: 2.2em;
    line-height: normal;
    text-align: center;
    padding: 0 30%;
    padding-bottom: 30px;
}

.heroText {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 12%;
    box-sizing: border-box;
    transform: translateY(-100%);
}

.heroTitle h2 {
    font-family: 'Montserrat';
    color: white;
    font-weight: 700;
    font-size: 4em;
    padding-bottom: 18px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.6));
}

.heroTitle p {
    font-family: 'Montserrat';
    color: white;
    font-weight: 500;
    font-size: 1.8em;
    padding-bottom: 0px;
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 2px 4px 6px);
}

.heroButtons a {
    margin: 0 10px;
    padding: 13px 30px;
    transition: all 0.15s ease-in-out;
    font-family: 'Montserrat';
    font-size: 1.2em;
    border-radius: 15px;
    cursor: pointer;
    white-space: nowrap;
    text-wrap: nowrap;
}

.heroButtons {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.heroButtons a:nth-of-type(odd) {
    background-color: #006f72;
    color: white;
}

.heroButtons a:nth-of-type(even) {
    background-color: white;
    color: #006f72;
}

.heroButtons a:nth-of-type(even):hover {
    background-color: #006f72;
    color: white;
}

.heroButtons a:nth-of-type(odd):hover {
    background-color: white;
    color: #006f72;
}

.fullPageSpacer{
    height: 100vh;
}


.pageAndHalfSpacer{
    height: 150vh;
}

.frostedGlassBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006f72;
    z-index: -1;
    opacity: 0.95;
}

.secondRow {
    height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px) saturate(100%);
}

.stuck {
    background-color: rgba(0, 111, 114, 0.95)!important;
    backdrop-filter: blur(5px) saturate(100%)!important;
}


.thirdRow {
    width: 100%;
    height: 110vh;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0 15%;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.thirdRowLeft {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.thirdRowRight {
    width: 33%;
    margin-right: 10%;
}

.thirdRowRightImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

.thirdRowRightImage {
    width: 500px;
    height: 500px;
    position: relative;
}




.thirdRowRightImageLogo {
    position: absolute;
    top: 103%;
    left: -7%;
    width: 170px;
    height: 170px;
    transform: translateY(-100%);
    z-index: 2;
}

.thirdRowRightImageBG {
    position: absolute;
    top: -20%;
    left: 20%;
    width: 100%;
    height: 100%;
    background-color: #006f72;
    z-index: 0;
    border-radius: 40px;
}

.thirdRowLeft h2 {
    font-family: 'Montserrat';
    color: #006f72;
    font-size: 4em;
    font-weight: 700;
}


.shortSepparator {
    width: 35%;
    height: 6px;
    background-color: #006f72;
    margin-bottom: 10px;
}

.thirdRowLeft span {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #006f72;
    font-size: 1.6em;
    padding-top: 8px;
    padding-bottom: 16px;
}

.thirdRowLeft p {
    font-family: 'Montserrat';
    color: black;
    font-weight: 400;
    text-align: justify;
    width: 80%;
    font-size: 0.95em;
    line-height: 150%;
}

.thirdRow a {
    font-family: 'Montserrat';
    font-size: 1.2em;
    cursor: pointer;
    padding: 13px 30px;
    transition: 0.15s ease-in-out;
    border-radius: 15px;
    background-color: #006f72;
    color: white;
    width: fit-content;
    margin-top: 20px;
}

.thirdRow a:hover {
    background-color: white;
    color: #006f72;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.4));
}


.fourthRow {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background:white;
}

.fourthRow video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

.fourthRowText {
    position: absolute;
    top: 70%;
    left: 50%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
}

header {
    position: relative;
    z-index: 20;
}


.fourthRowTextInner h2 {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 1.4em;
    color: white;
    margin: unset;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
}

.fourthRowTextInner p {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 2.4em;
    color: white;
    margin: unset;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
    font-weight: 700;
    line-height: normal;
}


.header.stuck {
    height: 6vh;
}

.headerNav a, .headerLogo h1, .headerLogo svg {
    transition: all 0.15s ease-in-out;
}

.stuck .headerNav a {
    font-size: 0.9em;
}

.stuck .headerLogo h1 {
    font-size: 0.9em;
    padding-left: 10px;
}

.stuck .headerLogo svg {
    height: 30px;
    width: auto;
}


.fifthRowText h2 {
    font-family: 'Montserrat';
    color: #006f72;
    font-size: 4em;
    font-weight: 700;
    margin-bottom: 30px;
}

.shortSepparator {
    width: 35%;
    height: 6px;
    background-color: #006f72;
    margin-bottom: 10px;
}

.fifthRowTextLogo {
    width: 60px;
    margin-bottom: 70px;
}

.fifthRowText span {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #006f72;
    font-size: 1.5em;
    padding-top: 0;
    padding-bottom: 30px;
    display: block;
    text-transform: uppercase;
}

.fifthRowText p {
    font-family: 'Montserrat';
    color: rgb(24, 34, 91);
    font-weight: 400;
    text-align: justify;
    font-size: 0.95em;
    line-height: 150%;
    width: 275px;
}

.fifthRow {
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 0 13%;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 130px;
    display: flex;
    flex-direction: row;
}

.fifthRowText {
    width: 35%;
}

.fifthRowBlurbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}

.fifthRowBlurb {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 55px;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer;
}

.fifthRowBlurbLogo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fifthRowBlurbs .fifthRowGreenBlurb {
    background-color: #006f72;
}

.fifthRowBlurb h2 {
    font-family: 'Montserrat';
    color: rgb(24, 34, 91);
    font-weight: 700;
    margin: 0;
    font-size: 1.3em;
    padding-bottom: 10px;
}

.fifthRowBlurb.fifthRowGreenBlurb h2, .fifthRowBlurb.fifthRowGreenBlurb p {
    color: white;
}

.fifthRowBlurbLogo {
    width: 60px;
    margin-bottom: 25px;
}

.fifthRowBlurb:nth-of-type(2) .fifthRowBlurbLogo {
    width: 72px;
}

.fifthRowBlurb:nth-of-type(3) .fifthRowBlurbLogo {
    width: 105px;
}

.fifthRowBlurb:nth-of-type(5) .fifthRowBlurbLogo {
    width: 86px;
}

.fifthRowBlurb:nth-of-type(6) .fifthRowBlurbLogo {
    width: 112px;
}

.fifthRowBlurb p {
    font-family: 'Montserrat';
    color: rgb(24, 34, 91);
    font-weight: 500;
    position: relative;
    margin: 0;
    line-height: 120%;
}

.fifthRowBlurb a {
    text-decoration: unset;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.fifthRowBlurbText {
    margin-bottom: 20px;
}

header.et-l.et-l--header {
    position: relative;
    z-index: 90;
}

.fifthRowBlurb.fifthRowGreenBlurb .button span::after {
    background-color: white;
}

.fifthRowBlurb:hover .button span::after {
    transform: translate(-50%, 1px) scaleX(1);
}

.fifthRowBlurb:hover .button span {
    font-weight: 700;
}

.fifthRowBlurb .button span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 1px) scaleX(0);
    width: 100%;
    height: 3px;
    background-color: #006f72;
    transform-origin: center;
    transition: all 0.15s ease-in-out;
}

.button span {
    font-family: 'Montserrat';
    margin: 0;
    font-weight: 400;
    color: rgb(24, 34, 91);
    font-size: 1.1em;
    margin-right: 5px;
    position: relative;
    transition: all 0.15s ease-in-out;
}

.fifthRowBlurb .button {
    display: flex;
    flex-direction: row;
    position: relative;
}

.button svg {
    width: 6px;
    transform: translateY(-10%);
}

.fifthRowBlurb, .fifthRowBlurb h2, .fifthRowBlurb p, .fifthRowBlurb path {
    transition: all 0.2s ease-in-out;
}


.sixthRowCircles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 8%;
    position: relative;
    margin-top: 110px;
    margin-bottom: 60px;
}

.sixthRow {
    position: relative;
    background-color: #18225b;
    z-index: 2;
    padding-top: 80px;
}

.sixthRowCircle {
    width: 19%;
    height: 0;
    padding-bottom: 19%;
    position: relative;
}

.sixthRowCircleInner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #54add6;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sixthRowCirclesAnimation {
    position: absolute;
    top: 49.8%;
    left: 48.6%;
    width: 150%;
    height: 144%;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    pointer-events: none;
}

.sixthRowCirclesAnimation svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}



.sixthRowCirclesAnimation path {
    stroke-dasharray: 2300px;
    stroke-dashoffset: 2300px;
    transition: all 3s ease-in-out;
}

.sixthRowCirclesActive .sixthRowCirclesAnimation path {
    stroke-dasharray: 2300px;
    stroke-dashoffset: 4600px;
}

.sixthRowCircleInner h3 {
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 3.5em;
}

.sixthRowCircleInner p {
    color: white;
    font-family: 'Montserrat';
    font-size: 1.1em;
    padding: 0 5%;
    text-align: center;
}

.arrow svg {
    width: 100%;
    height: 100%;
}

.arrow {
    width: 30px;
    height: 30px;
    transition:opacity 0.35s ease-in-out;
    opacity:0;
}
.arrowActive{
    opacity:1;
}

.sixthRowText {
    padding-top: 60px;
    padding-bottom: 40px;
}

.sixthRowTitle span {
    font-family: 'Montserrat';
    color: white;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 100%;
}

.sixthRowTitle {
    text-align: center;
    padding: 0 6%;
}

.sixthRowTitle h2 {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 600;
    color: white;
    font-size: 3.3em;
    margin-top: 35px;
    line-height: 100%;
    padding-bottom: 0;
}

.sixthRowText h2 {
    text-align: center;
    color: white;
    font-family: 'Montserrat';
    font-size: 1.5em;
}

.sixthRowText h3 {
    text-align: center;
    color: white;
    font-size: 3.3em;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 130%;
    margin-bottom: 34px;
}

.sixthRowText p {
    text-align: center;
    padding: 0 27%;
    margin-bottom: 30px;
    color: white;
    font-family: 'Montserrat';
    font-size: 1.5em;
    line-height: normal;
    font-weight: 400;
}


.sixthRowCircleInner:hover{
      animation: pulseShadow 1.5s ease-in-out infinite;
}

.sixthRow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-100%,-100%);
    background-image: url("data:image/svg+xml,%3Csvg data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.55 198.55'%3E%3Cpath d='M1721.45 5940.27H1920v-198.56c0 109.66-88.89 198.56-198.55 198.56' transform='translate(-1721.45 -5741.71)' style='fill:%2318225b'/%3E%3C/svg%3E");
    width: 180px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.whatIsMBST {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatIsMBST a {
    background-color: #54add6;
    color: white;
    padding: 11px 30px;
    border-radius: 19px;
    font-size: 1.2em;
    transition:all 0.2s ease-in-out;
}

.whatIsMBST {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.mbstExplanation h2 {
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 3em;
    padding-bottom: 34px;
    text-align: center;
}

.mbstExplanation p {
    color: white;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 0 23%;
    text-align: center;
    font-size: 1.3em;
}


.mbstExplanation {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.healthLeadScoring {
    position: relative;
    background-color: white;
}

.healthLeadScoring {
    display: flex;
    flex-direction: row;
    padding: 0 10%;
    box-sizing: border-box;
    position: relative;
}

.healthLeadScoringLeft {
    width: 30%;
}

.healthLeadScoringCenter {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.legalText {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,30px);
    z-index: 2;
}

.legalText p {
    color: #006f72;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 0.9em;
    white-space: nowrap;
    text-wrap: nowrap;
}

.checkMarkAnswer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.healthLeadScoring {
    padding: 0 10%;
    box-sizing: border-box;
    height: 100vh;
    display:flex;
    align-items:center;
    justify-content: center;
}

.healthLeadScoringWrapper {
    position: relative;
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.healthLeadScoringCenter * {
    transition: all 0.25s ease-in-out;
}

.healthLeadScoringCenter svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.activeCircle {
    background: #006f72!important;
    opacity:1!important;
}

.healthLeadScoringLeft h2 {
    font-family: 'Montserrat';
    color: #006f72;
    font-weight: 800;
    font-size: 2.3em;
    white-space: nowrap;
    text-wrap: nowrap;
}

.healthLeadScoringBack {
    position: relative;
    width: 60px;
    height: auto;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 2px solid rgb(0, 111, 114);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

.healthLeadScoringBack svg {
    width: 100%;
    height: 100%;
    display: block;
}

.healthLeadScoringBack:hover {
    transform: scale(1.1);
}

.healthLeadScoringLeft span {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #006f72;
    font-size: 1.3em;
    padding-top: 0px;
    padding-bottom: 16px;
    display: block;
    white-space: nowrap;
    text-wrap: nowrap;
}

.healthLeadScoring .shortSepparator {
    margin-bottom: 8px;
}

.healthLeadScoringLeft p {
    font-family: 'Montserrat';
    color: black;
    font-weight: 400;
    text-align: justify;
    font-size: 0.95em;
    line-height: 150%;
}

.healthLeadScoringRight {
    width: 48%;
    height: 100%;
    border-radius: 40px;
    padding: 60px;
    border: 4px solid #006f72;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    padding-top: 80px;
}

.healthLeadScoringCurrent {
    will-change: transform;
    width: 100%;
    height: 100%;
    min-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-color: white;
    transition: all 0.35s ease-in-out;
    opacity: 1;
}

.healthLeadScoringNext {
    width: 100%;
    will-change: transform;
    height: 100%;
    min-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    transform: translateX(20%);
    z-index: 2;
    background-color: white;
    opacity: 0;
    transition: all 0.45s ease-in-out;
}

.hiddenForm {
    display: none;
}

.healthLeadScoringQuestion h2 {
    font-family: 'Montserrat';
    color: #006f72;
    font-weight: 700;
    font-size: 2.1em;
    text-align: center;
    padding-bottom: 0;
}

.healthLeadScoringCurrent *{
    user-select: none;
}

.healthLeadScoringCurrent h2, .healthLeadScoringNext h2  {
    font-family: 'Montserrat';
    color: #006f72;
    font-weight: 700;
    font-size: 2.1em;
    text-align: center;
}

form textarea {
    resize: none!important;
}

.healthLeadScoringAnswers {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 0;
}

.healthLeadScoringAnswer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 40px;
    overflow: hidden;
}

.healthLeadScoringAnswer:last-of-type {
    margin-bottom: 0;
}

.healthLeadScoringCheckMark {
    background-color: #e6e6e6;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 4px;
    border: 2px solid #006f72;
    display: none;
}

.healthLeadScoringAnswerText {
    border: 2px solid rgb(0, 111, 114);
    width: 100%;
    border-radius: 40px;
    background-color: rgb(242, 242, 242);
    padding: 15px 25px;
}

.startHLSTest{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: white;
    transition: all 0.35s ease-in-out;
    height: 100%;
}

.healthLeadScoringBack svg {
    width: 100%;
    height: 100%;
    display: block;
}

.translateCurrentLeft {
    transform: translateX(-120%);
    opacity: 0;
}

.translateNextLeft {
    transform: translateX(-100%);
    opacity: 1;
}

.translateRight {
    transform: translateX(100%);
    opacity: 0;
}

.healthLeadScoringAnswerText::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(23, 36, 92) 0%, rgb(23, 36, 92) 45%, rgb(12, 73, 103) 60%, rgb(0, 111, 114) 80%, rgb(0, 111, 114) 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
    z-index: 1;
    transform-origin: left;
    transition: all 0.35s ease-in-out;
    transform: scaleX(0);
}

.healthLeadScoringAnswerText:hover::after {
    transform: scaleX(1);
}

.healthLeadScoringAnswerText:hover p {
    color: white;
}

.healthLeadScoringAnswerText p {
    font-family: 'Montserrat';
    color: #006f72;
    padding-left: 0;
    font-weight: 700;
    font-size: 1.1em;
    margin: unset;
    line-height: 120%;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

html body .startHLSTest p.startTest {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    background-color: #006f72;
    color: white;
    border-radius: 10px;
    margin: unset;
    display: block;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

html body .startHLSTest p.startTest:hover {
    background-color: white;
    color: #006f72;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.4));
}

.checkMarkAnswer path {
    stroke-dasharray: 120px;
    stroke-dashoffset: 120px;
    transition: all 0.1s ease-in-out;
    stroke: #006f72!important;
    stroke-width: 13px!important;
}

.healthLeadScoringCenter circle-dot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #006f72;
  opacity: 0.5;
}

.healthLeadScoringCenter circle-dot.first {
  background: #80b7b9;
  opacity: 1;
}

.healthLeadScoringCenter .breadcrumb-line {
  width: 3.66px;
  height: 40px;
  background: #666;
  margin: 5px 0;
}

.healthLeadScoringBack:hover path {
    transform: scale(1.2);
}

.healthLeadScoringBack:hover path {
    transform-origin: center;
    transition: all 0.15s ease-in-out;
}

.checkMarkAnswer svg {
    transform: scale(0.85);
    transform-origin: center;
}

.healthLeadScoringLogo.healthLeadScoringLogoWarning {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130.01 118.31'%3E%3Cpath d='M1195.18,1623.7l-1.52-22.83c-.29-4.44-.43-7.64-.43-9.57a8.71,8.71,0,0,1,2.07-6.18,7.16,7.16,0,0,1,5.46-2.21q4.1,0,5.48,2.83a19.24,19.24,0,0,1,1.38,8.18,63,63,0,0,1-.33,6.38l-2,23.5a18.31,18.31,0,0,1-1.43,6.43,3.74,3.74,0,0,1-3.62,2.24,3.61,3.61,0,0,1-3.58-2.17A21.83,21.83,0,0,1,1195.18,1623.7Zm5.29,31.36a7.46,7.46,0,0,1-5.07-1.88,6.58,6.58,0,0,1-2.17-5.27,7.09,7.09,0,0,1,7.15-7.1,7,7,0,0,1,5.12,2.08,6.74,6.74,0,0,1,2.12,5,6.66,6.66,0,0,1-2.14,5.25A7.3,7.3,0,0,1,1200.47,1655.06Z' transform='translate(-1135.42 -1551.62)' style='fill:%23fff'/%3E%3Cpath d='M1184.66,1560.77a18.16,18.16,0,0,1,31.53,0l46.82,82a18.15,18.15,0,0,1-15.76,27.15H1153.6a18.15,18.15,0,0,1-15.76-27.15l46.82-82m15.77-3.89a12.76,12.76,0,0,0-11.2,6.5l-46.82,82a12.88,12.88,0,0,0,11.19,19.28h93.65a12.89,12.89,0,0,0,11.2-19.28l-46.83-82A12.75,12.75,0,0,0,1200.43,1556.88Z' transform='translate(-1135.42 -1551.62)' style='fill:%23fff'/%3E%3C/svg%3E");
}

.healthLeadScoringLogo.healthLeadScoringLogoGood {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 123.31 123.31'%3E%3Cpolyline points='40.08 58.57 60.59 77.02 113.73 23.88' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:8px'/%3E%3Cpath d='M1061.33,1595.19a59.16,59.16,0,1,1-21.95-32' transform='translate(-942.6 -1549.12)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px'/%3E%3C/svg%3E");
}

.healthLeadScoringLogo {
    height: 130px;
    width: 50%;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

a.healthLeadScoringResultNext {
    font-family: 'Montserrat';
    font-size: 1.2em;
    cursor: pointer;
    padding: 13px 30px;
    transition: 0.15s ease-in-out;
    border-radius: 15px;
    background-color: white;
    color: #006f72;
    width: fit-content;
    margin-top: 20px;
}

a.healthLeadScoringResultNext:hover {
    background-color:#006f72;
    color: white;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.4));
}

.healthLeadScoringResultText p {
    color: white;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    padding: 0 9%;
    margin: 20px 0;
}

.healthLeadScoringResultScreen {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 5% 0px;
}

.healthLeadScoringResultBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    background: #006f72;
    z-index: -1;
    border-radius: 40px;
}

.healthLeadScoring .forminator-row {
    margin: unset!important;
}

.healthLeadScoring form input, .healthLeadScoring form textarea {
    background: #e6e6e6;
    border-radius: 6px!important;
}

.healthLeadScoring form label {
    color: #006f72;
    font-family: 'Montserrat'!important;
    font-weight: 600!important;
    margin: 3px 0px!important;
}

.healthLeadScoring form * {
    font-family: 'Montserrat'!important;
}

span.recaptcha {
    font-family: 'Montserrat';
    color: grey;
    font-size: 0.7em;
    display: block;
    transform: translate(40%, 50%);
    position: absolute;
    top: 100%;
}

.healthLeadScoring .forminator-checkbox__wrapper p {
    font-size: 0.8em!important;
    font-weight: 500;
    font-family: 'Montserrat'!important;
    color: #006f72;
    width: 80%;
}

.healthLeadScoringCurrent form::after, .healthLeadScoringNext form::after {
    content: 'CONTACTO';
    position: absolute;
    top: -30px;
    left: 13px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #006f72;
    font-size: 1.6em;
}

.healthLeadScoring .forminator-response-message.forminator-show.forminator-error, .healthLeadScoring .forminator-response-message.forminator-show.forminator-loading {
    position: relative;
    z-index: 10;
    font-family: 'Montserrat'!important;
}

.healthLeadScoringCurrent form.forminator-ui {
    overflow: auto !important;
}


.healthLeadScoring span.forminator-checkbox-box {
    background-color: #e6e6e6!important;
    border-radius: 4px!important;
    border: 2px solid #006f72!important;
}

.healthLeadScoring .forminator-checkbox__wrapper {
    align-items: center!important;
    margin: 7px 0;
}

.healthLeadScoring .forminator-checkbox__wrapper {
    position: relative!important;
}

.healthLeadScoring button.forminator-button.forminator-button-submit {
    background-color: #006f72;
    color: white;
    font-family: 'Montserrat' !important;
    border-radius: 9px !important;
}

.form-error {
    outline: 2px solid #c22323!important;
}


.healthLeadScoring .forminator-row.form-error input, .healthLeadScoring .forminator-row.form-error span.forminator-checkbox-box {
    outline: 2px solid #c22323;
}

.mbstBenefitsBlurbLogo svg {
    width: 100px;
    height: 100px;
}


.mbstPrice {
    margin: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

html body .sixthRow .mbstPrice p {
    background: linear-gradient(90deg, #18225b 0%, #006f72 100%);
    color: white;
    padding: 35px 50px;
    border-radius: 49px;
    font-size: 2.8em;
    transition: all 0.2s ease-in-out;
    font-family: 'Acumin Pro';
    font-weight: 700;
    border: 2px solid white;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.4));
}

.mbstBenefitsBlurbs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 9%;
}

.mbstBenefitsBlurb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 27%;
}


.mbstBenefitsBlurbLogo {
    width: 150px;
    height: 150px;
}

.mbstBenefits {
    margin: 50px 0;
    padding-top: 80px;
}

.mbstBenefitsBlurbText {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mbstBenefitsBlurbText p {
    font-family: 'Montserrat';
    color: white;
    padding-top: 30px;
    font-size: 1.2em;
    width: 80%;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
}


.mbstBenefits>p {
    font-family: 'Montserrat';
    font-weight: 700;
    color: white;
    font-size: 1.8em;
    margin-bottom: 80px;
    text-align: center;
}

.mbstBenefitsBlurbLogo svg {
    width: 100%;
    height: 100%;
}

.sixthRowSteps {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 10%;
    margin-top: 70px;
}

.sixthRowStep {
    width: 45%;
    height: 290px;
    border-radius: 16px;
    margin-bottom: 20px;
    border: 2px solid white;
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.4));
    background: linear-gradient(
    90deg,
    #18225b 0%,
    #006f72 100%
);
    padding: 30px 30px;
    box-sizing: border-box;
}

.sixthRowStep span {
    font-family: 'Acumin Pro';
    color: white;
    font-size: 2.7em;
    font-weight: 500;
}

.sixthRowStep h3 {
    font-family: 'Acumin Pro';
    color: white;
    font-weight: 700;
    margin-top: 20px;
    font-size: 1.9em;
}

.sixthRowStep {
    width: 100%;
    height: 290px;
    border-radius: 16px;
    margin-bottom: 120px;
    border: 2px solid white;
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.4));
    background: linear-gradient(
    90deg,
    #18225b 0%,
    #006f72 100% );
    padding: 30px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sixthRowStepTick {
    background: linear-gradient(    90deg,    #18225b 0%,    #006f72 100% );
    border: 2px solid white;
    border-radius: 50%;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 10px;
    transform: translate(-140%, -50%);
}

.sixthRowStepTick svg {
    width: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.sixthRowStepTick.active svg {
    opacity: 1;
}

.sixthRowStepsColumn {
    width: 46%;
    display: flex;
    flex-direction: column;
}

.sixthRowStepsColumn.sixthRowStepsColumnResponsive {
    display: none;
}

.sixthRowStepText {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sixthRowStepText p {
    font-family: 'Montserrat';
    color: white;
    font-weight: 500;
    font-size: 1.1em;
}

.sixthRowTrail {
    position: absolute;
    top: 10%;
    left: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 375px;
}

.sixthRowStepsColumnRight .sixthRowTrail {
    transform: scaleX(-1);
}

.sixthRowTrail .sixthRowTrailInner:first-of-type {
    width: 95%;
    height: 2px;
    object-fit: contain;
}

.sixthRowTrail .sixthRowTrailInner:last-of-type {
    width: 8%;
    height: 80px;
    object-fit: contain;
}

.sixthRowTrail svg {
    width: 100%;
    height: 100%;
    display: block;
}

.sixthRowStepsColumn.sixthRowStepsColumnRight {
    margin-top: 100px;
}

.sixthRowStepsColumn.sixthRowStepsColumnRight .sixthRowTrail {
    left: 0;
    transform: translateX(-100%) rotateY(180deg);
    top: 88%;
    height: 20%;
    overflow: hidden;
}

.benefitIcon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.benefitIcon {
    width: 55px;
    height: auto;
}

.mbstBenefitsAndPic {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mbstImage img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.benefitLeft, .benefitRight {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.benefitRight p, .benefitLeft p {
    font-family: 'Acumin Pro';
    color: white;
    margin: 0;
    font-weight: 600;
    font-size: 1.4em;
}

.benefitsleft, .benefitsRight {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.benefitLeft p {
    text-align: right;
    width: 175px;
}

.benefitRight p {
    text-align: left;
    width: 175px;
}

.benefitsRight {
    align-items: flex-start;
}

.benefitsLeft {
    align-items: flex-end;
}

.benefitsleft {
    align-items: flex-end;
}

.benefitRight .benefitIcon {
    margin-right: 25px;
}

.benefitLeft .benefitIcon {
    margin-left: 25px;
}

.mbstImage {
    width: 500px;
    margin: 0 6%;
    scale: 1.2;
}

.benefitRight:first-of-type, .benefitLeft:first-of-type {
    margin-bottom: 15px;
}

.benefitRight:last-of-type, .benefitLeft:last-of-type {
    margin-top: 15px;
}

.mbstBenefitsBackground {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(    to right,    #18225b 0%,    #006f72 50%,    #18225b 100%);
    z-index: -1;
}

.hls-hidden {
    display: none!important;
}

@media only screen and (max-width:1600px){
 
    a.healthLeadScoringResultNext {
    font-size: 1em;
}

.healthLeadScoringCurrent h2, .healthLeadScoringNext h2 {
    font-size: 1.5em;
}

.healthLeadScoringRight {
    padding-top: 60px;
}

.healthLeadScoring .forminator-checkbox__wrapper p {
    font-size: 0.7em!important;
    line-height: 110%!important;
}

.healthLeadScoringRight textarea {
    min-height: 100px!important;
    height: 100px!important;
}

    .healthLeadScoringLeft p {
    font-size: 0.85em;
}

.healthLeadScoringResultText p {
    font-size: 1em;
    padding: 0 5%;
}

.healthLeadScoringCheckMark {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
}

.healthLeadScoringAnswerText p {
    font-family: 'Montserrat';
    color: #006f72;
    padding-left: 10px;
    font-weight: 700;
    font-size: 0.9em;
    margin: unset;
}

.healthLeadScoringCenter circle-dot {
    width: 17px;
    height: 17px;
}

.healthLeadScoringCenter .breadcrumb-line {
    height: 30px;
}

.healthLeadScoringLeft span {
    font-size: 1.1em;
}


.healthLeadScoringLeft h2 {
    font-size: 1.8em;
}

    .heroText {
    padding: 0 8%;
}

.heroTitle h2 {
    font-size: 3.2em;
}

.heroTitle p {
    font-size: 1.4em;
}

.heroTitle {
    width: 50%;
}

.heroButtons a {
    font-size: 1.1em;
}

.secondRow h1 {
    font-size: 3em;
}

.secondRow p {
    font-size: 1.9em;
}

.thirdRow {
    padding: 0 10%;
}

.thirdRowLeft h2 {
    font-size: 3em;
}

.thirdRowLeft span {
    font-size: 1.3em;
    padding-top: 0px;
    padding-bottom: 19px;
}

.thirdRowLeft p {
    font-size: 0.85em;
}

.thirdRow a {
    font-size: 1em;
}

.thirdRowRightImage {
    width: 400px;
    height: 400px;
}

.thirdRowRightImageLogo {
    width: 140px;
    height: 140px;
}

.fourthRowTextInner p {
    font-size: 1.9em;
}

.fourthRowTextInner h2 {
    font-size: 1.2em;
}

.fifthRowText h2 {
    font-size: 3em;
    padding-right: 20%;
}

.fifthRowText span {
    font-size: 1.3em;
    padding-top: 0px;
    padding-bottom: 19px;
}

.fifthRowText p {
    font-size: 0.85em;
}


.fifthRow {
    padding: 0 10%;
    padding-top: 80px;
    padding-bottom: 130px;
}

.fifthRowBlurb h2 {
    font-size: 1.4em;
}

.fifthRowBlurb p {
    font-size: 0.9em;
}

.sixthRowText h2 {
    font-size: 1.2em;
}

.sixthRowText h3 {
    font-size: 2.7em;
    line-height: 120%;
}

.sixthRowText p {
    padding: 0 23%;
    font-size: 1.3em;
}

.whatIsMBST a {
    font-size: 1.1em;
}

.mbstExplanation h2 {
    font-size: 2.7em;
}

.mbstExplanation p {
    padding: 0 25%;
    font-size: 1.2em;
}

}

@media only screen and (max-width: 1200px) {
    .healthLeadScoringCurrent h2, .healthLeadScoringNext h2 {
        font-size: 1.8em;
    }
    .sixthRowStepText p {
        font-size: 0.9em;
        line-height: 180%;
    }
}

@media only screen and (max-width:1100px){

    .fourthRowText {
    width: 100%;
}

.fifthRow {
        padding: 0 5%;
        padding-top: 80px;
        padding-bottom: 130px;
    }

.fifthRowText {
    width: 45%;
}

.fourthRowTextInner p {
    font-size: 1.6em;
}

html body .sixthRow .mbstPrice p {
    padding: 40px 40px;
    font-size: 2.4em;
    text-align: center;
}

.mbstBenefitsBlurbLogo {
    width: 120px;
    height: 120px;
}

    .healthLeadScoring, .healthLeadScoringWrapper {
    height: auto;
    flex-direction: column;
}



.healthLeadScoringCenter {
    flex-direction: row;
    width: 100%;
    margin: 30px 0;
}

.healthLeadScoringCenter .breadcrumb-line {
    height: 3.66px;
    width: 30px;
    margin: 0 7px;
}

.healthLeadScoringResultText p {
    margin: 5px 0;
}

.healthLeadScoringCurrent form::after, .healthLeadScoringNext form::after {
    font-size: 1.3em;
}

.healthLeadScoringRight {
    width: 80%;
    height: 400px;
    margin: 0 auto;
    padding: 45px;
}

a.healthLeadScoringResultNext {
    font-size: 1em;
}

.healthLeadScoringLogo {
    height: 100px;
    min-height: 100px;
}

.healthLeadScoring {
    padding: 40px 10%;
}

.healthLeadScoringLeft {
    width: 100%;
}

    a.button-whatsapp{
        display:none;
    }

    .heroText {
    padding: 0 6%;
    flex-direction: column;
    margin: unset!important;
}

.sixthRowCircleInner h3 {
    font-size: 2.7em;
}
.sixthRowCircleInner p {
    font-size: 0.8em;
    line-height: 110%;
}

.heroTitle p {
    margin-bottom: 30px;
}

.heroButtons a:nth-of-type(odd) {
    margin-left: unset;
}

.secondRow p {
    font-size: 1.7em;
    padding: 0 16%;
    padding-bottom: 30px;
}

.thirdRow {
    padding: 0 6%;
    flex-direction: column-reverse;
    height: auto;
    padding-top: 150px;
}

.thirdRowLeft {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 80px;
}

.thirdRow a {
    font-size: 1em;
    margin: 0 auto;
    margin-top: 20px;
}

.thirdRowRightImageLogo {
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    border-bottom-left-radius: 40px;
    overflow: hidden;
}

.thirdRowRightImageBG {
    top: -3%;
    left: 3%;
}

.thirdRowRight {
    width: 100%;
    margin-right: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thirdRowRightImage {
    width: 370px;
    height: 370px;
}

.thirdRowLeft p {
    width: 90%;
    margin: 0 auto;
}

.fifthRowBlurb {
        width: 47%;
        margin-bottom: 4.66%;
    }

.fifthRowBlurbLogo {
    height: 140px;
}

.mbstImage {
    width: 350px;
    margin: 0 5%;
    scale: 1.2;
}

.benefitIcon {
    width: 30px;
    height: auto;
}

.benefitRight p, .benefitLeft p {
    font-size: 1em;
    line-height: 100%;
}

.benefitRight .benefitIcon {
    margin-right: 15px;
}

.benefitLeft .benefitIcon {
    margin-left: 15px;
}

.benefitRight:first-of-type, .benefitLeft:first-of-type {
    margin-bottom: 5px;
}

}

@media only screen and (max-width: 1000px) {
    .sixthRowStepText p {
        font-size: 0.9em;
        line-height: 150%;
    }
    .sixthRowTrail {
        width: 300px;
    }
}

@media only screen and (max-width:800px){

    .heroText {
        top: 80%;
    }

    .mbstBenefitsBlurbs {
    flex-wrap: wrap;
}

.healthLeadScoringCurrent form::after, .healthLeadScoringNext form::after {
    left: 0;
}

.mbstExplanation h2 {
    font-size: 2em;
}

.mbstExplanation p {
    padding: 0 13%;
    font-size: 1.1em;
    line-height: 120%;
}

.mbstBenefitsBlurb {
    width: 40%;
    margin-bottom: 40px;
}


    .heroButtons a {
    font-size: 1em;
    padding: 11px 20px;
}

    .heroTitle h2 {
    font-size: 2.7em;
}

.heroTitle p {
    font-size: 1.2em;
}

.sixthRowText p {
    padding: 0 13%;
    font-size: 1.3em;
}

.sixthRowCircles {
    margin-top: 20px;
    margin-bottom: 0px;
}

.sixthRowCirclesAnimation {
    top: 45%;
    left: 50%;
    width: 127%;
    height: 127%;
    transform: translate(-50%,-50%) rotate(90deg);
}

.sixthRowCircle {
    width: 29%;
    height: 0;
    padding-bottom: 29%;
    position: relative;
}

    .sixthRowCircles.sixthRowCirclesActive {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.sixthRowCircle {
    margin-bottom: 60px;
}


    .healthLeadScoringRight {
    width: 100%;
}

.healthLeadScoring {
    padding: 40px 4%;
}

html body .healthLeadScoring .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button {
    width: auto;
    margin: unset;
}

.healthLeadScoringRight {
    height: 550px;
}

.healthLeadScoringCurrent form>div:nth-child(2), .healthLeadScoringNext form>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.healthLeadScoringRight {
    height: 480px;
}

.healthLeadScoring div#name-1, .healthLeadScoring div#phone-1 {
    width: 49%;
    margin-bottom: 10px;
}

.thirdRowLeft {
    width: 95%;
}

.fifthRowBlurb {
    width: 360px;
    margin-bottom: 30px;
    align-items: center;
}

.fifthRowBlurbs {
    width: 100%;
    justify-content: center;
}

.fifthRow {
    flex-direction: column;
}

.fifthRowText {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fifthRowText h2 {
    padding-right: unset;
}

.fifthRowText p {
    text-align: center;
    width: 340px;
}

.fifthRowTextLogo {
    width: 60px;
    margin-bottom: 50px;
}

.fifthRowBlurbLogo {
    margin-bottom: 10px;
}

.fifthRowBlurb a {
    width: 340px;
    align-items: center;
    text-align: center;
}

.fifthRowText {
    margin-bottom: 40px;
}

.fifthRowBlurbText {
    margin-bottom: 10px;
}

.sixthRowStepsColumn.sixthRowStepsColumnLeft, .sixthRowStepsColumn.sixthRowStepsColumnRight {
    display: none;
}

.sixthRowStepsColumn.sixthRowStepsColumnResponsive {
    display: flex;
    align-items: center;
    width: 100%;
}

.sixthRowStep {
    width: 340px;
    margin-bottom: 100px;
    padding: 25px;
}

.sixthRowStepText {
    justify-content: flex-start;
}

.sixthRowTrail {
    position: absolute;
    top: 100%;
    left: 50%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 2px;
    height: 250px;
}

.sixthRowTrail .sixthRowTrailInner:first-of-type {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-left: 2px dashed white;
}

.sixthRowStepsColumnResponsive .sixthRowTrail svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sixthRowTrailMask {
    content: '';
    position: absolute;
    top: 0px;
    left: 0.3%;
    width: 100%;
    height: 100%;
    background-color: #18225b;
    transform-origin: right;
    transform: scaleY(1);
    transition: all 1s ease-in-out;
}

.sixthRowTrailMask.animate {
    transform: scaleY(0);
}

}

@media only screen and (max-width:600px){

    .sixthRowText h3 {
    font-size: 1.9em;
    line-height: 120%;
    padding: 0 5%;
}

.sixthRowText p {
    padding: 0 5%;
    font-size: 1.1em;
    line-height: 130%;
}

.mbstBenefitsBlurbLogo {
    width: 80px;
    height: 80px;
}

.mbstExplanation h2 {
    font-size: 1.8em;
    padding: 0 3%;
    padding-bottom: 30px;
}

.mbstExplanation p {
    padding: 0 6%;
    font-size: 1em;
    line-height: 120%;
}

html body .sixthRow .mbstPrice p {
    font-size: 1.2em;
    padding: 30px 30px;
    text-align: center;
}

.mbstBenefits>p {
    font-size: 1.7em;
}

.heroButtons {
    flex-direction: column;
    align-items: flex-start;
}

.sixthRowCirclesAnimation {
    top: 45%;
    left: 50%;
    width: 194%;
    height: 194%;
    transform: translate(-50%,-50%) rotate(90deg);
}

.heroButtons a {
    margin: unset;
    margin-bottom: 9px;
}

.heroTitle {
    width: 90%;
}

.secondRow p {
    font-size: 1.4em;
    padding: 0 8%;
    padding-bottom: 20px;
}

.heroTitle h2 {
    font-size: 2.2em;
}

.heroButtons a {
    font-size: 0.9em;
    padding: 9px 17px;
}

.secondRow h1 {
    font-size: 2em;
    text-align: center;
    padding-bottom: 50px;
}

.heroTitle p {
    font-size: 1em;
    line-height: 120%;
    margin-bottom: 17px;
}


.heroTitle p {
    font-size: 1em;
    line-height: 120%;
}

.sixthRowCircle {
    width: 49%;
    height: 0;
    padding-bottom: 49%;
    position: relative;
    margin-bottom: 40px;
}

.mbstBenefitsBlurbText p {
    padding-top: 20px;
    font-size: 0.9em;
    width: 100%;
}

.mbstBenefits>p {
    font-size: 2.1em;
    line-height: 110%;
    padding: 0 5%;
}

    .sixthRow::after {
    width: 130px;
    height: 130px;
}

.fifthRow {
    padding: 0 6%;
    padding-top: 80px;
    padding-bottom: 130px;
}


    .thirdRowLeft p {
    width: 100%;
    margin: 0 auto;
}
    .thirdRowLeft h2 {
    font-size: 2.3em;
}

.fourthRowTextInner p {
    font-size: 1.7em;
}

.fourthRowText {
    width: 100%;
}


.thirdRow {
    padding: 0 3%;
}

.thirdRow {
    padding-top: 80px;
}

.thirdRowRightImage {
    width: 300px;
    height: 300px;
}


    .healthLeadScoringCenter circle-dot {
    width: 12px;
    height: 12px;
}

.healthLeadScoringCenter .breadcrumb-line {
    height: 3.66px;
    width: 23px;
    margin: 0 4px;
}

.healthLeadScoringLeft h2 {
    font-size: 1.8em;
    white-space: normal;
    text-wrap: wrap;
    padding-right: 12%;
}

.healthLeadScoring {
    padding: 40px 6%;
}


.healthLeadScoring form label {
    font-size: 0.7em!important;
    white-space: nowrap;
    text-wrap: nowrap;
}

p.startTest {
    white-space: nowrap;
    text-wrap: nowrap;
}


.healthLeadScoring .shortSepparator {
    width: 35%;
    margin-bottom: 5px;
}

.healthLeadScoringLeft span {
    font-size: 0.9em;
    text-align: left;
}

.healthLeadScoringCurrent h2, .healthLeadScoringNext h2 {
    font-size: 1.5em;
}

.legalText p {
    white-space: normal;
    text-wrap: wrap;
}

.legalText {
    width: 96%;
    line-height: 110%;
    text-align: center;
}

.healthLeadScoring {
    padding-bottom: 90px;
}



.healthLeadScoringAnswers {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    transform: unset;
}


.healthLeadScoringAnswer {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.healthLeadScoringAnswer:last-of-type {
    margin-bottom: 0;
}

.healthLeadScoringAnswers {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    transform: unset;
}

.healthLeadScoringAnswer:after {
    content: unset;
}

.healthLeadScoringQuestion {
    transform: translateY(0);
}

.healthLeadScoringAnswerText p {
    line-height: 110%;
}


.healthLeadScoringResultText p {
    margin: 5px 0;
    font-size: 0.9em;
    padding: 0 6%;
    padding-bottom: 10px;
    line-height: 130%;
}

a.healthLeadScoringResultNext {
    font-size: 0.9em;
    padding: 10px 20px;
}


.healthLeadScoringWrapper form {
    width: 93%!important;
}

.healthLeadScoringCurrent form::after, .healthLeadScoringNext form::after {
    content: 'CONTACTO';
    top: -7%;
    left: 0;
}

.healthLeadScoring .forminator-response-message.forminator-show.forminator-loading, .healthLeadScoring .forminator-response-message.forminator-show.forminator-error, .healthLeadScoring .forminator-response-message.forminator-show.forminator-success {
    position: absolute!important;
    top: -10px;
    left: -20px;
    width: calc(100% + 40px);
    text-align: center!important;
    max-height: 70px;
    font-size: 0.9em!important;
    padding: 10px 20px!important;
}

.fifthRowBlurb h2 {
    padding-bottom: 5px;
}

.fifthRowBlurbText {
    margin-bottom: 5px;
}

.fifthRowTextLogo {
    width: 60px;
    margin-bottom: 30px;
}

.healthLeadScoringRight {
    padding: 45px 25px;
}
.healthLeadScoringCurrent form{
    width:100%!important;
    height:100%;
}

.hiddenForm form{
    width:100%!important;
    height:100%;
}

}

@media only screen and (max-width: 500px) {
    .fifthRowText h2 {
        font-size: 2.1em;
        margin-bottom: 20px;
    }
    .sixthRowStep {
        width: 310px;
    }
    .sixthRowTitle span {
        font-size: 1.2em;
    }
    .sixthRowTitle h2 {
        font-size: 2.7em;
    }
}

@media only screen and (max-width: 450px) {
    .healthLeadScoringCurrent h2, .healthLeadScoringNext h2 {
        font-size: 1.3em;
    }
    .healthLeadScoringAnswerText p {
        font-size: 0.8em;
    }
    
}


@media only screen and (max-width:380px){
    .sixthRowCirclesAnimation {
        top: 45%;
        left: 50%;
        width: 204%;
        height: 204%;
        transform: translate(-50%,-50%) rotate(90deg);
    }
}

/*Big Form*/

.bigForm {
    background-color: white;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 100px 0;
    margin: unset;
}
 
.bigFormContainer {
    width: 60%;
    margin: 0px auto;
}

.bigFormContainer {
    width: 50%;
    margin: 0px auto;
    position: relative;
    background-color: #f1f7f7;
    padding: 40px 4%;
    border-radius: 50px;
}

.bigFormContainer>h2 {
    font-family: 'Montserrat';
    text-align: center;
    color: #006f72;
    font-weight: 700;
    font-size: 2.2em;
}

.bigFormShadow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.bigFormShadow {
    position: absolute;
    width: 110%;
    height: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%,-49px);
    z-index: -1;
}

.bigForm label {
    font-family: 'Montserrat'!important;
    font-weight: 500!important;
    font-size: 1.1em!important;
    color: #006f72;
}

.bigForm div#consent-2 {
    position: relative;
}

.bigForm input, .bigForm textarea {
    resize: none!important;
    background-color: white!important;
    border-radius: 8px!important;
}


.bigForm .forminator-checkbox__wrapper p {
    width: 80%!important;
    font-weight: 500!important;
    color: #006f72!important;
    font-family: 'Montserrat'!important;
    font-size: 0.9em!important;
}





.bigForm span.forminator-checkbox-box {
    background-color: #e6e6e6!important;
    border-radius: 4px!important;
    border: 2px solid #006f72!important;
}

.bigForm .forminator-checkbox__wrapper {
    align-items: center!important;
    margin: 7px 0;
}

.bigForm .forminator-checkbox__wrapper {
    position: relative!important;
}


.bigForm button.forminator-button.forminator-button-submit {
    position: absolute!important;
    top: 85%!important;
    left: 75%;
    transform: translateY(-150%);
    background-color: #006f72;
    color: white;
    font-family: 'Montserrat'!important;
    border-radius: 9px!important;
    padding: 11px 50px!important;
    font-weight: 700!important;
    font-size: 1.3em!important;
}


@media only screen and (max-width:1600px){
    .bigFormContainer {
    width: 70%;
}


}

@media only screen and (max-width:1100px){
.bigForm {
    width: 100%;
    height: 100%;
    padding: 60px 0px;
}

.bigFormContainer {
    width: 90%;
}

.bigForm button.forminator-button.forminator-button-submit {
    left: 70%;
}


.tableOfContentsIndex h3 {
    font-size: 1.2em;
}


}

@media only screen and (max-width:800px){

    html body .bigForm .forminator-row button.forminator-button.forminator-button-submit {
    width: auto!important;
    position: relative!important;
    top: unset!important;
    left: 50%!important;
    transform: translate(-50%,30px)!important;
    }

    .bigFormShadow {
        transform: translate(-50%,-11px);
    }

    html .bigForm .forminator-checkbox__wrapper p {
        width: 100%!important;
    }
    html .bigFormContainer {
        padding-bottom:4%;
    }

    .fourthRowTextInner p {
        font-size: 1.4em;
        padding: 0 7%;
    }

    .mbstImage {
        width: 260px;
        margin: 30px 0;
        scale: 1;
    }

    .mbstBenefitsAndPic {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 40px 0;
    }

    .benefitsleft, .benefitsRight {
        display: flex;
        flex-direction: row;
        width: 350px;
        justify-content: space-between;
        position: relative;
    }

    .benefitsleft {
        align-items: flex-start;
    }

    .benefitRight:first-of-type, .benefitLeft:first-of-type {
        margin-bottom: unset;
    }

    .benefitLeft, .benefitRight {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 45%;
    }

    .benefitRight {
        flex-direction: column;
    }

    .benefitLeft p, .benefitRight p {
        text-align: center;
        width: auto;
    }

    .benefitIcon {
        width: auto;
        height: 30px;
        margin-bottom: 15px;
    }

    .benefitLeft .benefitIcon {
        margin-left: 0;
    }

    .benefitRight:last-of-type, .benefitLeft:last-of-type {
        margin-top: 0;
    }

    .benefitRight .benefitIcon {
        margin-right: unset;
    }

    .benefitsRight::after, .benefitsleft::after {
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        background-color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

@media only screen and (max-width: 500px) {
    .benefitsleft, .benefitsRight {
        display: flex;
        flex-direction: row;
        width: 310px;
        justify-content: space-between;
    }
}