.cta-banner {
    flex: 0 100%;
    max-width: 100%;
    background-image: url(../images/subscribe-bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: url(../images/light-blue-section-mask.svg);
    -webkit-mask-image: url(../images/light-blue-section-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center 0em;
    -webkit-mask-position: center 0em;
    mask-size: cover;
    -webkit-mask-size: cover;  
    min-height: 527px;
    display: flex;
    align-items: center; 
	padding: 100px 0;
}
.cta-banner.cta-light-mask {
    background-image: url(../images/subscribe-bg-img-light.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-banner.bg-blue .content-title p,
.cta-banner.bg-blue {
    color: var(--sk-white);
}
.cta-banner.bg-blue h2,
.cta-banner.bg-blue .maxtitle-2 {
    color: var(--sk-white);
}
.cta-banner-box h2,
.cta-banner-box h3 {
	margin-top: 0 !important;
}
.bg-yellow .btn i {
    background-color: var(--sk-secondary);
}
.bg-yellow .btn .hover-icon {
    opacity: 1;
    visibility: visible;
}
.bg-yellow .btn .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.bg-blue .btn i:before {
	background-color: var(--sk-black);
}
.bg-yellow .btn i:before {
    background-color: var(--sk-light-blue);
}
.cta-top {
    position: absolute;
    left: 51%;
    transform: translate(-51%, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -35px;
    height: 35px;
    width: 100%;
    z-index: 0;
}
.cta-bottom {
    position: absolute;
    left: 51%;
    transform: translate(-51%, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: -35px;
    height: 35px;
    width: 100%;
    z-index: -1;
}
.cta-graphics {
    position: absolute;
    left: 0;
    top: 0;
    width: 377px;
    height: calc(100% + 35px);
    background-repeat: no-repeat;
    background-size: 751px;
    background-position: -501px -267px;
    z-index: 0;
}
.cta-graphics.top-right {
    left: auto;
    right: 0;
    background-size: 751px;
    background-position: 6% 132px;
    bottom: 0;
    z-index: 0;
    top: -35px;
    height: calc(100% + 35px);
    width: 377px;
}
.cta-graphics.top-right.big-pattern {
    background-position: -4% -186px;
    width: 502px;
}
.cta-banner-box {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px 50px;
    min-height: 416px;
    justify-content: center;
}
.cta-banner-box.cta-small {
    min-height: inherit;
    padding: 80px 50px;
}
.cta-box-gray {
    flex: 0 100%;
    max-width: 100%;
    flex: 0 100%;
    max-width: 100%;
    background-image: url(../images/subscribe-bg-img-light.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: url(../images/inline-cta-blue.svg);
    -webkit-mask-image: url(../images/inline-cta-blue.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center 0em;
    -webkit-mask-position: center 0em;
    mask-size: cover;
    -webkit-mask-size: cover;
    z-index: 0;
}
.cta-box-blue {
    background-color: var(--sk-secondary);
    flex: 0 100%;
    max-width: 100%;
    background-image: url(../images/subscribe-bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: url(../images/inline-cta-blue.svg);
    -webkit-mask-image: url(../images/inline-cta-blue.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center 0em;
    -webkit-mask-position: center 0em;
    mask-size: cover;
    -webkit-mask-size: cover;   
    z-index: 0;
    color: var(--sk-white);
} 
.cta-box-blue  .content-title p {
    color: var(--sk-white);
}
.cta-box-yellow {
    background-color: var(--sk-primary);
    flex: 0 100%;
    max-width: 100%;
    background-image: url(../images/subscribe-bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: url(../images/inline-cta-blue.svg);
    -webkit-mask-image: url(../images/inline-cta-blue.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center 0em;
    -webkit-mask-position: center 0em;
    mask-size: cover;
    -webkit-mask-size: cover;   
    z-index: 0;
} 
.cta-box-blue h2,
.cta-box-blue .maxtitle-2 {
    color: var(--sk-white);
	margin-top: 0;
}
.cta-box-blue .btn {
    border: none;
}
.cta-box-yellow .btn i {
    background-color: var(--sk-secondary);
}
.cta-box-yellow .btn i:before {
    background-color: var(--sk-primary);
}
.cta-box-yellow .btn .hover-icon {
    opacity: 1;
    visibility: visible;
}
.cta-box-yellow .btn .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.cta-box-yellow .btn:hover .hover-icon {
    opacity: 0;
    visibility: hidden;
}
.cta-box-yellow .btn:hover .normal-icon {
    opacity: 1;
    visibility: visible;
}
.text-with-cta {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px 80px;
}
.text-with-cta.cta-box-blue {
    flex: 0 100%;
    max-width: 100%;
    mask-image: none;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    z-index: 0;
}
.cta-graphics.right-small {
    right: 0;
    left: auto;
    top: 0;
    background-repeat: no-repeat;
    background-size: 564px;
    background-position: 65px -127px;
}
.cta-graphics.left-small {
    background-repeat: no-repeat;
    background-size: 564px;
    background-position: -367px -300px;
}
.small-cta {
    position: relative;
    width: 100%;
    mask-image: none;
    overflow: hidden;
    -webkit-mask-image: none;
    padding: 45px 45px;
}
.small-cta .cta-graphics {
    background-repeat: no-repeat;
    background-size: 525px;
    background-position: -311px -283px;
}
.small-cta .cta-graphics.top-right {
    background-repeat: no-repeat;
    background-size: 525px;
    background-position: 228px -152px;
}
.newslatter-box {
    background-color: var(--sk-secondary);
    padding: 82px 105px 90px;
    background-image: url(../images/subscribe-bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: url(../images/inline-cta-blue.svg);
    -webkit-mask-image: url(../images/inline-cta-blue.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center 0em;
    -webkit-mask-position: center 0em;
    mask-size: cover;
    -webkit-mask-size: cover;   
    color: var(--sk-white);
}
.newsletter-div {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.newslatter-box .content-title p {
    color: var(--sk-white);
}
.newsletter-div p {
    margin: 18px 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: var(--sk-white);
}
.newsletter-div p a {
    color: var(--sk-white);
}
.newsletter-input-div {
    position: relative;
    display: flex;
    width: 100%;
}
.newsletter-input-div input {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid var(--sk-black);
    padding: 10px 20px;
    background-color: var(--sk-white);
    font-size: 16px;
    font-weight: 400;
    border-right: none;
    border-radius: 0;
    outline: none;
    box-shadow: no-repeat;
    font-family: 'Calibri';
}
.newsletter-input-div input::placeholder {
    opacity: 1;
    color: var(--sk-black);
}
.newsletter-input-div button {
    background-color: var(--sk-primary);
    padding: 10px 20px;
    color: var(--sk-black);
    white-space: nowrap;
    border-left: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.newsletter-input-div button:hover {
    background-color: var(--sk-light-blue);
    color: var(--sk-white) !important;
}
@media (max-width: 1440px) {
    .cta-banner-box {
        min-height: 357px;
    }
    .text-with-cta {
        padding: 65px 88px;
    }
    .cta-dark-mask,
    .cta-light-mask {
        min-height: 538px;
    }

}
@media (max-width: 1399px) {
    .newslatter-box {
        padding: 68px 41px 67px;
    }
}
@media (max-width: 1199px) {
    .newslatter-box {
        padding: 68px 41px 67px;
    }
}
@media (max-width: 991px) {
    
    .cta-dark-mask,
    .cta-light-mask {
        min-height: 450px;
		padding: 70px 0;
    }
    .newslatter-box {
        text-align: center;
    }
}
@media (max-width: 767px) {
    
    .cta-bottom {
        bottom: -19px;
        height: 20px;
    }
    .cta-top {
        top: -19px;
        height: 20px;
    }
    .cta-graphics {
        top: 0;
        width: 150px;
        height: 229px;
        background-size: 550px;
        background-position: -311px -297px;
    }
    .cta-graphics.top-right {
        bottom: 0;
        width: 170px;
        height: 229px;
        top: auto;
        background-size: 550px;
        background-position: -141px 1px;
    }
    .text-with-cta,
    .cta-banner-box {
        padding: 60px 24px;
    }
    .cta-graphics.right-small {
        height: 100%;
        width: 300px;
        background-size: 510px;
        background-position: 132px -54px;
    }
    .small-cta {
        padding: 40px 30px;
    }
    .small-cta .cta-graphics.top-right {
        background-size: 510px;
        background-position: -13px -124px;
    }
    .cta-banner-box:not(.cta-small) {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px;
        mask-image: url(../images/light-blue-section-mask.svg);
        -webkit-mask-image: url(../images/light-blue-section-mask.svg);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: center 0em;
        -webkit-mask-position: center 0em;
        mask-size: cover;
        -webkit-mask-size: cover;
    }
    .newslatter-box {
        padding: 54px 32px;
    }
    .newslatter-box h2 {
        font-size: 24px;
    }
    .newsletter-input-div {
        flex-direction: column;
    }
    .newsletter-input-div input {
        border: 1px solid var(--sk-black);
        border-bottom: none;
    }
    .newsletter-input-div button {
        border: 1px solid var(--sk-black);
        border-top: none;
        text-align: center;
        justify-content: center;
    }
}