html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.clickmagick.com/misc/fonts/icomoon.woff?yuzzw2) format("woff");
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-feature-settings: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-down:before {
    content: "\e908";
}
.icon-cross:before {
    content: "\e90d";
}
.icon-chevron-up:before {
    content: "\e911";
}
.icon-chevron-left:before {
    content: "\e912";
}
.icon-chevron-right:before {
    content: "\e913";
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
a {
    color: #0366d6;
    transition: color 0.15s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
a,
a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
a:hover {
    color: #035abd;
}
dl,
ol,
p,
ul {
    margin: 0 0 1.5em;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    min-width: 0;
    padding: 1.2rem 2.4rem;
    transition: border-color 0.15s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    width: 100%;
}
input[type="email"]:focus,
input[type="email"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
textarea:focus,
textarea:hover {
    box-shadow: none;
    outline: none;
}
body {
    background-color: #fff;
}
.wrapper {
    overflow: clip;
    position: relative;
    width: 100%;
}
.container {
    max-width: 1230px;
    margin: 0 auto;
}
.btn {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    box-shadow: transparent;
    color: #fff;
    display: inline-flex;
    font-size: 20px;
    line-height: 1;
    padding: 15px 28px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.btn.btn-success {
    background-color: #5fac5a;
    box-shadow: 0 1px 0 rgba(19, 20, 22, 0.08);
    font-weight: 600;
}
.btn.btn-success:active,
.btn.btn-success:hover {
    background-color: #3e8c3c;
    color: #fff;
}
.text-green {
    color: #5fac5a;
}


/* hero section */

.hero-new {
    background-color: #ffffff;
    padding: 30px 0 90px !important;
    position: relative;
}
.hero-new p {
    font-size: 20px !important;
    font-weight: 400 !important;
}
/*
.hero-new:after {
    background: linear-gradient(0deg, rgba(95, 172, 90, 1.0), rgba(95, 172, 90, 0));
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
}
*/
.hero-new .container {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.hero-new #headline-section {
    margin-bottom: 60px;
    text-align: center;
}
.hero-new h1 {
    font-family: Inter, Arial, Noto Sans, sans-serif;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -2.56px;
    margin: 0 0 32px;
}

#headline-and1 {
    display: inline-block;
    position: relative;
    top: -2px;
    height: auto;
    line-height: 1;
    font-weight: 500;
    font-size: 36px;
}

#headline-and2 {
    font-weight: 500;
    font-size: 36px;
}

#assessment-btn {
    font-size: 24px;
    height: 68px;
    line-height: 36px;
    margin-top: 24px;
    padding: 14px 32px;
}

#assessment-btn-subtext p {
    color: #5b5b5b;
    font-size: 17px !important;
    margin-top: 16px;
    margin-bottom: 0;
}

#assessment-btn-subtext p#micro2 {
    margin-top: 12px;
    opacity: 0.7;
}


/* hero users section */

#hero-users-section {
    background: #ffffff;
    padding-top: 0;
}

.hero-users-container {
    text-align: center;
    padding-top: 120px !important;
}

#hero-users-curved {
    width: 100%;
    position: relative;
    background: linear-gradient(#e9f5e7, #f9f9fc);
    border-top-left-radius: 50% 16%;
    border-top-right-radius: 50% 16%;
}

#hero-users-curved::before {
    position: absolute;
    width: 460px;
    height: 20;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-230px, 1px);
    border-width: 1px;
    border-style: solid;
    border-image: radial-gradient(#5fac5a 0%, #e9f5e7 75%) 1;
}

#hero-users-text {
    max-width: 920px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
}

#hero-users-img {
    width: 330px;
}

#hero-testimonial {
    max-width: 920px;
    margin: 0 auto;
    padding: 50px 40px 10px;
    text-align: center;
    font-size: 22px;
    color: #4a525a;
    font-weight: 400;
    font-family: Roboto, Arial, Helvetica;
}

#beforeImg {
    max-width: 195px;
}

#afterImg {
    max-width: 240px;
}

.subhead {
    font-size: 36px;
    letter-spacing: -1.56px;
}

.banner-grid {
    display: inline-grid;
    grid-template-rows: 100px;
}
.banner-grid-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-grid-content #ctaBtn {
    font-size: 20px;
}

.hero-banner {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.hero-banner .container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.hero-banner .ttl,
.hero-banner .txt {
    color: #fff;
    display: flex;
    font-family: Inter, Arial, Noto Sans, sans-serif;
    font-weight: 500;
}
.hero-banner .txt {
    font-size: 18px;
    letter-spacing: -0.4px;
    margin-bottom: 12px;
}
.hero-banner .ttl {
    font-size: 30px;
    letter-spacing: -1.2px;
    line-height: 1.2;
}
.hero-banner .banner-holder {
    background: linear-gradient(15deg, #4a525a, #202427);
    border: 2px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 32px;
    margin-top: -130px;
    min-height: 180px;
    padding: 40px 20px;
    position: relative;
}
.hero-banner .banner-content {
    position: relative;
    z-index: 1;
}
.hero-banner .banner-row {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.hero-banner .banner-decor {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.hero-banner .banner-decor img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.text-content.section-banner {
    padding-top: 30px;
}
.text-content.section-banner .container {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.text-content.section-banner .heading {
    line-height: 1.25;
    margin-bottom: 40px;
    text-align: center;
}
.text-content.section-banner h2 {
    color: #202427;
    font-family: Inter, Arial, Noto Sans, sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.9px;
    margin: 0 0 20px;
}
.text-content.section-banner .subttl {
    color: #5fac5a;
    display: flex;
    font-family: Sora, Arial, Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.text-content.section-banner p {
    font-family: Inter, Arial, Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-bottom: 14px;
}
.text-content.section-banner .text-content-row {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.text-content.section-banner .text-content-txt {
    color: #4a525a;
    padding-bottom: 40px;
}
.text-content.section-banner .text-content-visual {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    position: relative;
}
.text-content.section-banner .text-content-visual img {
    height: auto;
    max-width: 100%;
}
.text-content.section-banner .btn-video {
    background: #5fac5a;
    border: 1px solid #5fac5a;
    border-radius: 46px;
    box-shadow: 0 1px 2px rgba(19, 20, 22, 0.16), 0 8px 40px rgba(19, 20, 22, 0.2);
    color: #fff;
    font-size: 18px;
    height: 60px;
    left: 50%;
    letter-spacing: -0.015em;
    padding: 16px 24px 16px 48px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    width: 210px;
    z-index: 3;
}
.text-content.section-banner .btn-video:hover {
    background-color: #3e8c3c;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.text-content.section-banner .btn-video:after {
    background-color: transparent;
    border: 10px solid hsla(0, 0%, 100%, 0.6);
    border-radius: 40px;
    content: "";
    display: inherit;
    height: 79px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 229px;
}
.text-content.section-banner .btn-video span {
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.text-content.section-banner .btn-video span:before {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.icon-Gro-7143-up-:before {
    content: "\e900";
}
.accessibility {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
.accessibility:focus {
    height: auto;
    position: static;
    width: auto;
}
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

@media (max-width: 812px) {
    #evo-headline {
        max-width: 500px;
        margin: 0 auto;
    }
    #evo-subtext {
        max-width: 640px !important;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) {
    .text-content.section-banner h2 {
        font-size: calc(23px + 17 * ((100vw - 320px) / 1600));
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
    .hero-banner {
        padding-bottom: 60px;
    }
    .hero-banner .txt {
        font-size: 24px;
    }
    .hero-banner .ttl {
        font-size: 36px;
    }
    .hero-banner .banner-holder {
        padding: 48px;
    }
    .hero-banner .banner-row {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
    }
    .hero-banner .banner-col {
        width: 74%;
    }
    .hero-banner .banner-decor {
        left: 50%;
    }
    .text-content.section-banner {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .text-content.section-banner .container {
        align-items: normal;
        flex-direction: column;
    }
    .text-content.section-banner .heading {
        margin-bottom: 30px;
    }
    .text-content.section-banner h2 {
        font-size: calc(23px + 17 * ((100vw - 320px) / 1600));
        margin-bottom: 20px;
    }
    .text-content.section-banner .text-content-row {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .text-content.section-banner .text-content-col {
        padding: 0 20px;
    }
    .text-content.section-banner .text-content-txt {
        max-width: 640px;
        padding-top: 55px;
        padding: 0 20px 0;
    }
    .text-content.section-banner .text-content-visual {
        margin: 0;
        max-width: 520px;
    }
}

@media (min-width: 1300px) {
    .text-content.section-banner h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}


/* hero new */

@media (max-width: 1024px) {
    .hero-new p {
        font-size: 18px !important;
    }
}

@media (max-width: 1095px) {
    #assessment-btn {
        margin-top: 40px;
    }
    #assessment-btn-subtext {
        font-size: 16px !important;
        padding-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .hero-new h1 {
        font-size: 44px;
    }
    .subhead {
        font-size: 30px;
    }

    #headline1 {
        display: none;
    }
    #headline2 {
        display: block !important;
        padding-bottom: 30px;
    }

    #subhead1 {
        display: none;
    }
    #subhead2 {
        display: block !important;
        padding-bottom: 30px;
    }

    .hero-new #headline-section {
        margin-bottom: 30px;
    }

    #assessment-btn::after {
        content: "Get My Tracking Assessment";
    }
    #assessment-btn {
        font-size: 18px !important;
        line-height: 22px !important;
        height: 48px;
        width: 320px;
        white-space: normal !important;
        padding: 14px 20px !important;
        position: relative;
        color: transparent !important;
    }
    #assessment-btn::after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-weight: 500;
        text-align: center;
        width: 100%;
        white-space: nowrap;
    }

    #assessment-btn-subtext p {
        font-size: 15px !important;
    }

    #exp-matters-btn {
        padding: 12px 12px;
    }

    #exp-matters-btn .icon-right-arrow-short {
        margin-left: 4px !important;
    }
}


/* hero users */

@media (max-width: 1400px) {
    #hero-users-curved::before {
        width: 340px;
        transform: translate(-170px, 1px);
    }
}

@media (max-width: 1200px) {
    #hero-users-curved::before {
        width: 290px;
        transform: translate(-145px, 1px);
    }
    #hero-users-img {
        width: 300px;
    }
}

@media (max-width: 1000px) {
    #hero-users-curved::before {
        width: 260px;
        transform: translate(-130px, 1px);
    }
}

@media (max-width: 900px) {
    #hero-users-curved::before {
        width: 230px;
        transform: translate(-115px, 1px);
    }
    #hero-users-img {
        width: 270px;
    }
}

@media (max-width: 800px) {
    #hero-users-curved::before {
        width: 200px;
        transform: translate(-100px, 1px);
    }
}

@media (max-width: 700px) {
    #hero-users-curved::before {
        width: 160px;
        transform: translate(-80px, 1px);
    }
}

@media (max-width: 600px) {
    #hero-users-curved::before {
        width: 130px;
        transform: translate(-65px, 1px);
    }
    #hero-users-img {
        width: 240px;
    }
}

@media (max-width: 500px) {
    #hero-users-curved::before {
        width: 120px;
        transform: translate(-60px, 1px);
    }
}

@media (max-width: 400px) {
    #hero-users-curved::before {
        width: 110px;
        transform: translate(-55px, 1px);
    }
}
