
.paragraph--type--image-full-with-cta {
    background: linear-gradient(79deg, rgb(141 95 255 / 35%) 5.04%, rgb(141 95 255 / 3%) 81.15%), linear-gradient(0deg, rgb(8 6 5 / 60%) 0%, rgb(8 6 5 / 51%) 100%) rgb(4 3 3 / 5%);
    position: relative;
}

.paragraph--type--image-full-with-cta .image-full-with-cta{
    padding: 162px 16px;
}
.image-full-with-cta__background {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }

  .image-full-with-cta__background img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
.paragraph--type--image-full-with-cta .image-full-with-cta__container{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__content {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__content::before {
    background: url(../../images/shield-white.svg) center no-repeat;
    background-size: contain;
    content: " ";
    display: inline-block;
    height: 57px;
    width: 57px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__title h2 {
    color: var(--light-color);
    font-size: 40px;
    font-weight: 200;
    line-height: 54px;
    letter-spacing: -2.8px;
    margin: 15px 0;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__title h3 {
    color: var(--brand-color-orange);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.9px;
    margin: 15px 0;
    text-transform: uppercase;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__title h2:first-child,
.paragraph--type--image-full-with-cta .image-full-with-cta__title h3:first-child{
    margin-top: 0px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__title h2:last-child,
.paragraph--type--image-full-with-cta .image-full-with-cta__title h3:last-child{
    margin-bottom: 0px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__title strong {
    font-weight: 400;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__description p:first-child{
    margin-top: 0px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__description p:last-child{
    margin-bottom: 0px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__description p {
    color: #EAF6F7;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.48px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link {
    display: flex;
    justify-content: center;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link a {
    align-items: center;
    background: linear-gradient(101deg, #8D5FFF 5.16%, #553999 115.5%);
    border-radius: 100px;
    color: var(--light-color);
    display: flex;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.75px;
    line-height: 28px;
    padding: 10px 60px 10px 26px;
    position: relative;
    text-decoration: none;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link a::after {
    align-items: center;
    background: var(--brand-color-yellow) no-repeat center center;
    background-image: url(/themes/custom/grwpo/images/dark-arrow.svg);
    background-size: 11px;
    border-radius: 50%;
    content: "";
    height: 35px;
    position: absolute;
    right: 8px;
    width: 35px;
}



@media only screen and (min-width: 768px) {
    .paragraph--type--image-full-with-cta .image-full-with-cta {
        padding: 210px 94px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__title h2 {
        font-size: 62px;
        letter-spacing: -1.86px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__description p {
        letter-spacing: -0.72px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container{
        gap: 73px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__content {
        gap: 27px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__content::before {
        height: 62px;
        width: 62px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__title h2 {
        font-size: 64px;
        font-weight: 300;
        line-height: 54px;
        letter-spacing: -4.48px;
        margin: 22px 0;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__title h3{
        font-size: 16px;
        letter-spacing: 6.4px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__description {
        width: 540px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__description p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.9px;
    }
}

@media only screen and (min-width: 1024px) {
    .paragraph--type--image-full-with-cta {
        background: linear-gradient(79deg, rgb(141 95 255 / 35%) 5.04%, rgb(141 95 255 / 3%) 60.15%), linear-gradient(0deg, rgb(8 6 5 / 60%) 0%, rgb(8 6 5 / 51%) 100%) rgb(4 3 3 / 5%);
    }
    .paragraph--type--image-full-with-cta .image-full-with-cta {
        padding: 195px 52px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container{
        gap: 39px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__content {
        gap: 25px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__title h2 {
        font-size: 52px;
        line-height: 54px;
        letter-spacing: -3.64px;
        margin: 25px 0;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__title h3 {
        font-size: 16px;
        letter-spacing: 6.4px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__description {
        width: 552px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__description p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.54px;
    }

}

@media only screen and (min-width: 1366px) {
    .paragraph--type--image-full-with-cta .image-full-with-cta {
        padding: 165px 223px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container{
        gap: 40px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__content {
        gap: 30px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__title h2 {
        font-size: 68px;
        line-height: 54px;
        letter-spacing: -4.76px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__description {
        width: 552px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__description p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.9px;
    }
}

@media only screen and (min-width: 1920px) {
    .paragraph--type--image-full-with-cta .image-full-with-cta {
        padding: 265px 500px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__content {
        gap: 30px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__title h2 {
        font-size: 68px;
        line-height: 54px;
        letter-spacing: -4.76px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__description p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.9px;
    }

}
