@import url(/blog/wp-content/themes/genesis_child/custom/css/global/theme-color-v2-global.css);

/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
    box-sizing: border-box;
}
/*
2. Remove default margin
*/
* {
    margin: 0;
}
/*
Typographic tweaks!
3. Add accessible line-height
4. Improve text rendering
*/
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
/*
5. Improve media defaults
*/
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
/*
6. Remove built-in form typography styles
*/
input, button, textarea, select {
    font: inherit;
}
/*
7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}
/*
8. Create a root stacking context
*/
#root, #__next {
    isolation: isolate;
}

/* Override CSS */
#blog .site-container,
#cp_answerbase,
#footer__promowidget,
#footerBlogContainer,
#ecom__footer {
    display: none;
}

:root {
    --cp-app-blue: #004C80;
    --cp-app-orange: #FF7C1F;
    --wrap-w: 1230px;
    --cp-sm: 640px;
    --cp-md: 768px;
    --cp-lg: 1024px;
}

html {
    font-size: 16px;
}

body {
    font-family: "Inter Tight",sans-serif !important;
    font-size: 1rem !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Global */
.cp-wrap a {
    color: var(--cp-black);
    text-decoration: none;
}

/* Hero */
#cp-hero {
    background-color: var(--cp-app-blue);
    margin-bottom: 14rem;
    position: relative;
}

#cp-hero:after {
    background-color: inherit;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100% 0;
}

#cp-hero .cp-hero-content {
  max-width: var(--wrap-w);
  margin: 0 auto;
  padding: 8rem 1rem;
  position: relative;
}

#cp-hero .cp-hero-content > div:nth-child(2) {
  position: absolute;
  right: 1rem;
  top: 2rem;
}

#cp-hero .cp-hero-content > div:nth-child(2) > img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}

#cp-hero .cp-hero-content > div:nth-child(1) a > img {
  max-width: 365px;
  margin-bottom: 1.5rem;
}

#cp-hero .cp-hero-content > div:nth-child(1) > h1 {
  /* font-size: 5.4375rem; */
  font-size: clamp(2.5rem, 7vw, 5.4375rem);
  font-weight: 800;
  line-height: 1;
  color: var(--cp-white);
  margin-bottom: 3rem;
}

#cp-hero .cp-hero-content > div:nth-child(1) > h1 > span {
  color: var(--cp-orange)
}

/* Features */
#cp-features {
    margin-bottom: 8rem;
}

#cp-features .cp-features-headline {
    /* max-width: var(--wrap-w); */
    margin: 0 auto 6rem;
}

#cp-features .cp-features-list {
    max-width: var(--wrap-w);
    margin: 0 auto;
}

#cp-features .cp-features-list .cp-features-list-group {
    margin-bottom: 8rem;   
}

#cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex {
    display: flex;
    align-items: center;    
    background-color: var(--cp-app-blue);
}

#cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div {
    
}

#cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(1) {
    flex: 0 0 540px;
    padding: 2rem;
}

#cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(1) > div {
    max-width: 190px;
}

#cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(2) {
    position: relative;
    flex: 1 1 auto;
}

#cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(2) .cp-features-phone {
    position: absolute;
    top:-45px;
    left: -270px;
    max-width: 273px;
    height: auto;
}

#cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(2) .cp-features-bg {
    width: 100%;
    height: 470px;
    object-fit: cover;
    display: block;
}

#cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(2) .cp-features-bg-pos {
 
}

/* Features Thumbnail */
.cp-features-list-thumbs {
    
}

.cp-features-list-thumbs .cp-features-list-thumb-flex {
    max-width: var(--wrap-w);
    margin: 0 auto;
    display: flex;
    gap: 1rem;
}

.cp-features-list-thumbs .cp-features-list-thumb-flex > div {
    width: 50%;
}

.cp-features-list-thumbs .cp-features-list-thumb-flex .cp-features-list-thumb-info img {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}

/* Reviews */
#cp-reviews {
    background-color: rgba(0, 76, 128, 0.8);
    position: relative;
}

#cp-reviews:after {
    background-color: inherit;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -2;
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 100%;
}

#cp-reviews .cp-app-wrap {
    padding: 6rem 0 7rem;
}

#cp-reviews h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--cp-white);
    text-align: center;
    margin-bottom: 2rem;
}

#cp-reviews .cp-app-qr-code {
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto 3rem;
    display: block;
}

#cp-reviews .cp-download-flex {
    justify-content: center;
}

#cp-reviews h3 span {
    color: var(--cp-app-orange);
}

#cp-reviews .cp-section-headline {
    color: var(--cp-white);
    margin-bottom: 5rem;
}

#cp-reviews > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    z-index: -1;
}

#cp-reviews .cp-reviews-flex {
    display: flex;
    margin-bottom: 5rem;
}

#cp-reviews .cp-reviews-flex > div {
    width: 33.333333333%;
    padding: 3rem;
    border-right: 2px solid var(--cp-white);
}

#cp-reviews .cp-reviews-flex > div img {
    margin: 0  auto 2rem;
    display: block;
}

#cp-reviews .cp-reviews-flex > div p {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    color: var(--cp-white);
}

#cp-reviews .cp-reviews-flex > div:last-child {
    border-right: none;
}

/* Footer */
#cp-app-footer {
    background-color: var(--cp-black);
}

#cp-app-footer .cp-app-footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

#cp-app-footer .cp-app-footer-flex > div {
    
}

#cp-app-footer .cp-app-footer-flex > div:nth-child(1) a img {
    max-width: 260px;
    width: 100%;
    height: auto;
}

#cp-app-footer .cp-app-footer-flex > div:nth-child(2) > span {
    display: block;
    text-align: center;
    color: var(--cp-white);
    font-size: 0.875rem;
}

#cp-app-footer .cp-app-footer-flex .cp-app-social-flex {
    display: flex;
    gap: 1rem;
}

#cp-app-footer .cp-app-footer-flex .cp-app-social-flex a {
}

/* Reusable Class */
.cp-app-wrap {
    max-width: var(--wrap-w);
    margin: 0 auto;
}

/* Download Buttons App */
.cp-download-flex {
    display: flex;
}

.cp-download-flex > a {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
}

.cp-download-flex > a > div > img {
    padding-right: 1rem;
}

.cp-download-flex > a:nth-child(1) {
    background-color: var(--cp-black);
    margin-right: 1rem;
}

.cp-download-flex > a:nth-child(1) > div > span {
    color: var(--cp-white);
}

.cp-download-flex > a:nth-child(2) {
    background-color: var(--cp-white);
}

.cp-download-flex > a:nth-child(2) > div > span {
    color: var(--cp-black);
}

.cp-download-flex > a > div > span {
    display: inline-block;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.cp-download-flex > a > div > span > span {
    font-size: 2.625rem;
    display: inline-block;
}

/* H2 Headline */
.cp-section-headline {
    font-size: clamp(2.1875rem, 7vw, 3.75rem);;
    font-weight: 600;
    text-align: center;
    margin: 0 1rem;
    line-height: 1.2;
}

.cp-features-list-details h3 {
    font-size: 1.6875rem;
    font-weight: 800;
    color: var(--cp-white);
    line-height: 1.2;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.cp-features-list-details h3 span {
    display: inline-block;
    color: var(--cp-app-orange);
}

.cp-features-list-details p {
    display: inline-block;
    color: var(--cp-white);
    font-size: 1rem;
    font-weight: 500;
}

.cp-features-list-thumbs .cp-features-list-details h3,
.cp-features-list-thumbs .cp-features-list-details h3 span,
.cp-features-list-thumbs .cp-features-list-details p {
    text-align: center;
}

.cp-features-list-thumbs .cp-features-list-details h3 {
    color: var(--cp-app-blue);
}

.cp-features-list-thumbs .cp-features-list-details p {
    color: var(--cp-black);
    display: block;
    max-width: 235px;
    margin: 0 auto;
}

@media (max-width: 1080px){

    #cp-hero {
        margin-bottom: 12rem;
    }

    #cp-hero .cp-hero-content {
        padding: 4rem 1rem;
    }

    #cp-hero .cp-hero-content > div:nth-child(1) > h1 {
        font-size: clamp(2.5rem, 7vw, 4.4375rem);
    }

    #cp-hero .cp-hero-content > div:nth-child(2) > img {
        max-width: 325px;
    }

    /* .cp-download-flex > a {
        max-width: 230px;
    } */

    .cp-download-flex > a > div > span {
        font-size: 0.9375rem;
    }

    .cp-download-flex > a > div > span > span {
        font-size: 1.6875rem;
    }

}


@media (max-width: 900px) {

    #cp-hero .cp-hero-content > div:nth-child(1) > h1 {
        font-size: clamp(2.5rem, 7vw, 3.4375rem);
    }

    #cp-hero .cp-hero-content > div:nth-child(2) > img {
        max-width: 275px;
    }

    #cp-hero {
        margin-bottom: 8rem;
    }

}

@media (max-width: 780px) {

    /* Hero */
    #cp-hero {
        margin-bottom: 10rem;
    }

    #cp-hero .cp-hero-content > div:nth-child(1) > h1 {
        text-align: center;
        /* font-size: clamp(40px, 7vw, 55px); */
        font-size: 55px;
        margin-bottom: 2rem;
        line-height: 1.2;
    }

    #cp-hero .cp-hero-content > div:nth-child(1) a > img {
        margin: 0 auto 1.5rem;
        max-width: 205px;
    }

    #cp-hero .cp-hero-content > div:nth-child(1) {
        margin-bottom: 33rem;
        padding: 0 1rem;
    }

    #cp-hero .cp-hero-content > div:nth-child(2) {
        top: 560px;
        left: -5px;
        right: 0;
    }

    #cp-hero .cp-hero-content > div:nth-child(2) > img {
        max-width: 320px;
        margin: 0 auto;
    }

    .cp-download-flex {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .cp-download-flex > a > div > img {
        width: 50px;
    }

    .cp-download-flex > a:nth-child(1) {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .cp-download-flex > a {
        max-width: 230px;
    }

    .cp-download-flex > a > div > span {
        font-size: 0.9375rem;
    }

    .cp-download-flex > a > div > span > span {
        font-size: 1.6875rem;
    }

    #cp-hero .cp-hero-content {
        padding: 4rem 0;
    }

}

@media (max-width: 640px){

    /* Hero */
    #cp-hero {
        margin-bottom: 10rem;
    }

    #cp-hero .cp-hero-content > div:nth-child(1) > h1 {
        text-align: center;
        font-size: 2.7rem;
        margin-bottom: 2rem;
        line-height: 1.2;
    }

    #cp-hero .cp-hero-content > div:nth-child(1) a > img {
        margin: 0 auto 1.5rem;
        max-width: 205px;
        display: block;
    }

    #cp-hero .cp-hero-content > div:nth-child(1) {
        margin-bottom: 20rem;
    }

    #cp-hero .cp-hero-content > div:nth-child(2) {
        top: 500px;
        left: -5px;
        right: 0;
    }

    #cp-hero .cp-hero-content > div:nth-child(2) > img {
        max-width: 220px;
        margin: 0 auto;
    }

    .cp-download-flex {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .cp-download-flex > a > div > img {
        width: 50px;
    }

    .cp-download-flex > a:nth-child(1) {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .cp-download-flex > a {
        max-width: 230px;
    }

    .cp-download-flex > a > div > span {
        font-size: 0.9375rem;
    }

    .cp-download-flex > a > div > span > span {
        font-size: 1.6875rem;
    }

    #cp-hero .cp-hero-content {
        padding: 3rem 0;
    }

    /* Features */
    #cp-features {
        margin: 0 1rem;
    }

    #cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(2) .cp-features-phone {
        left: -1px;
        top: -22px;
        max-width: 111px;
    }

    .cp-section-headline {
        font-size: 2.1875rem;
        line-height: 1.3;
        font-weight: 700;
    }

    #cp-features .cp-features-headline {
        margin: 0 auto 3rem;
    }

    #cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(2) .cp-features-bg {
        height: 183px;
        width: 100%;
    }

    #cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex {
        flex-direction: column-reverse;
    }

    #cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(1),
    #cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(2) {
        width: 100%;
    }

    .cp-features-list-details h3 {
        font-size: 44px;
    }

    #cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(1) {
        flex: 0 0 auto;
    }

    #cp-features .cp-features-list .cp-features-list-group .cp-features-list-flex > div:nth-child(1) > div {
        max-width: 350px;
        text-align: center;
        margin: 0 auto;
    }

    #cp-features .cp-features-list .cp-features-list-group {
        margin-bottom: 4rem;
    }

    #cp-features .cp-features-list .cp-features-list-group:last-child {
        margin-bottom: 3rem;
    }

    .cp-features-list-thumbs .cp-features-list-thumb-flex {
        flex-direction: column;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .cp-features-list-thumbs .cp-features-list-thumb-flex > div {
        width: 100%;
    }

    /* Reviews */
    #cp-reviews .cp-app-wrap {
        padding: 4rem 0 7rem;
    }

    #cp-reviews .cp-section-headline {
        margin-bottom: 1rem;
    }

    #cp-reviews h3 {
        font-size: 1.875rem;
        font-weight: 600;
    }

    #cp-reviews > img {
        object-position: right;
    }

    #cp-reviews .cp-reviews-flex {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    #cp-reviews .cp-reviews-flex > div:last-child {
        border-bottom: none;
    }

    #cp-reviews .cp-app-wrap {
        margin: 0 auto;
        max-width: 360px;
    }

    #cp-reviews .cp-reviews-flex > div {
        width: auto;
        border-right: none;
        border-bottom: 2px solid var(--cp-white);
    }

    /* Footer */
    #cp-app-footer .cp-app-footer-flex {
        flex-direction: column;
        padding: 2rem 0;
        gap: 1.5rem;
    }

    #cp-app-footer .cp-app-footer-flex > div:nth-child(2) {
        order: 3;
    }

}

@media (max-width: 420px) {
    
    .span-block {
        display: block;
    }

}

@media (max-width: 370px) {
    
    #cp-hero .cp-hero-content > div:nth-child(1) > h1 {
        font-size: 2.1rem;
    }

}
