.__primaryTextColorMR {
    color: #338FF1;
}

.__primaryCTAMR {
    display: block;
    width: max-content;
    background-color: #338FF1;
    border: 2px solid #338FF1;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.__primaryCTAMR:hover {
    color: #000;
    background-color: transparent;
}

div#marketing-header .btn-primarytop {
    background: transparent !important;
}

.hero__spacing .contentBox h1 {
    font-size: 60px;
    line-height: 1.3;
}

.hero__spacing .contentBox p:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
}

.hero__spacing .contentBox p:nth-child(2) span {
    background-color: #FC1616;
    padding: 0 0.5rem;
}

.hero__spacing .contentBox p:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
}

.__MRLogos {
    background: #26d6fb;
    background: linear-gradient(90deg, #26d6fb 0, #3290f1 100%);
    padding: 50px 0;
}

.__MRLogos .__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.__MRLogos .__grid .animated-line {
    width: max-content;
}

.__MRLogos .__grid .animated-line:after {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    width: calc(100% - 100%);
    height: 6px;
    background-color: #fff;
    left: 0;
    right: 0;
    border-radius: 50px;
    transition: all 0.7s;
}

.__MRLogos .__grid .animated-line:hover:after {
    width: calc(100% - 0%);
}

.__MRLogos .__grid .animated-line img {
    max-width: 80%;
    margin: auto;
}

.__marketingAgency {
    padding: 100px 0;
}

.__marketingAgency .__content h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    color: #000;
}

.__marketingAgency .__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    color: #000;
}

.__marketingAgency .__form {
    box-shadow: 0 23px 46px #00000025;
    padding: 40px 40px;
    width: 90%;
    margin-left: auto;
    border-radius: 4px;
}

.__marketingAgency .__form .__content h3 {
    font-size: 30px;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 10px;
    color: #000;
}

.__marketingAgency .__form .__content p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 15px;
    color: #000;
}

.__marketingAgency .__form form {
    margin: 40px 0 0;
}

.__marketingAgency .__form form .__inputGrid {
    display: flex;
    gap: 20px;
}

.__marketingAgency .__form form label {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 0 0 10px;
}

.__marketingAgency .__form form input,
.__marketingAgency .__form form textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #DEDEDE;
    padding: 0 0 10px;
    margin: 0 0 30px;
    resize: none;
}

.__marketingAgency .__form form input::placeholder,
.__marketingAgency .__form form textarea::placeholder {
    color: #383838;
    font-size: 13px;
    font-weight: 400;
}

.__marketingAgency .__form form button {
    width: 100%;
    font-weight: 500;
}

.__marketingAgency  .__primaryCTAMR:hover img {
    filter: brightness(0);
}
.__marketingIdeas{
    padding: 100px 0;
}
.__marketingIdeas .__content:not(.__content.__banner){
    margin: 0 0 80px;
}
.__marketingIdeas .__content h2{
    font-size: 35px;
    line-height: 1.4;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #000;
}
.__marketingIdeas .__content.__banner {
    position: relative;
    z-index: 10;
    padding: 80px 40px 60px;
    color: #fff;
}
.__marketingIdeas .__content.__banner .__bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    object-fit: auto;
}
.__marketingIdeas .__content.__banner h4{
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
}
.__marketingIdeas .__content.__banner p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.__marketingIdeas .__content.__banner .__primaryCTAMR{
    background-color: #000;
    margin: 20px 0 0;
}
.__marketingIdeas .__content.__banner .__primaryCTAMR:hover{
    background-color: transparent;
    border-color: #fff;
    color: white;
}
.__marketingIdeas .__sideImage {
    position: relative;
}
.__marketingIdeas .__sideImage img {
    position: absolute;
    right: -64px;
    top: -50px;
    z-index: 100;
    max-width: 640px;
    height: auto;
}
.__reasons {
    padding: 80px 0;
}
.__reasons .primary__background{
    background: #3290f1;
    background: linear-gradient(90deg, #3290f1 0, #26d6fb 100%);
    position: relative;
    padding: 60px 0;
}
.__reasons .primary__background::before{
    content: url(../images/stars.svg);
    position: absolute;
    left: -20px;
    top: -40px;
    z-index: 100;
}
.__reasons .primary__background h2{
    font-size: 26px;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0;
}
.__reasons .__sideImageTwo{
    position: relative;
}
.__reasons .__sideImageTwo img{
    position: absolute;
    top: -180px;
    right: -20px;
    max-width: 300px;
    height: auto;
}
.secondary__background .light__cta{
    width: 35%;
}
.throught-back h2{
    font-weight: 600;
}
@media (min-width: 1400px) {
    .__marketingAgency .__content p:not(.__form .__content p) {
        width: 85%;
    }

    .__marketingAgency .__form {
        width: 80%;
        margin: 0 auto;
    }

    .__marketingAgency .__form .__content p {
        width: 95%;
        margin: 0 auto;
    }
    .__marketingIdeas .__sideImage img {
        right: 0px;
        top: -160px;
        max-width: 700px;
        height: auto;
    }
    .__reasons .primary__background h2{
        font-size: 30px;
    }
    .__reasons .__sideImageTwo img{
        right: 0;
    }
}

@media (max-width: 1399px) {
    .hero__spacing .contentBox h1 {
        font-size: 50px;
    }

    .hero__spacing .contentBox p:nth-child(2) {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .navbar-expand-md .navbar-nav li.nav-item.pl-2.pt-2 {
        display: none;
    }

    .hero__spacing .contentBox h1 {
        font-size: 40px;
    }

    .hero__spacing .contentBox p:nth-child(2) {
        font-size: 18px;
    }

    .__marketingAgency {
        padding: 80px 0;
    }
    .__marketingAgency .__content h2 {
        font-size: 25px;
    }

    .__marketingAgency .__content p {
        font-size: 15px;
    }
    .__marketingIdeas{
        padding: 80px 0;
    }
    .__marketingIdeas .__content h2 {
        font-size: 30px;
    }
    .__marketingIdeas .__content:not(.__content.__banner) {
        margin: 0 0 60px;
    }
    .__marketingIdeas .__content.__banner {
        padding: 60px 40px;
    }
    .__marketingIdeas .__sideImage img {
        position: static;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .__reasons .__sideImageTwo img{
        position: static;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .navbar-expand-md .navbar-nav li.nav-item.pl-2.pt-2 {
        display: block;
    }

    .hero__spacing .contentBox h1 {
        font-size: 30px;
    }

    .hero__spacing .contentBox p:nth-child(2) {
        font-size: 16px;
    }

    .hero__spacing .contentBox p:nth-child(3) {
        font-size: 14px;
    }

    .hero__spacing {
        height: auto;
    }

    .hero__spacing {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .navbar-expand-md .navbar-nav li:not(:last-child) {
        display: none;
    }

    .__marketingAgency {
        padding: 60px 0;
    }

    .__marketingAgency .__form {
        width: 100%;
    }

    .__marketingAgency .__form form .__inputGrid {
        display: block;
    }
    .__marketingIdeas{
        padding: 60px 0;
    }
    .__marketingIdeas .__content.__banner h4 {
        font-size: 22px;
    }
    .__marketingIdeas .__content.__banner p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .hero__spacing {
        padding-top: 100px;
    }

    .navbar-expand-md .navbar-nav li:not(:last-child) {
        display: block;
    }

    .__MRLogos .__grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .__marketingAgency {
        padding: 40px 0;
    }

    .__marketingAgency .__content {
        text-align: justify;
    }

    .__marketingAgency .__content h2 {
        font-size: 22px;
    }

    .__marketingAgency .__content p {
        font-size: 14px;
    }

    .__marketingAgency .__form .__content h3 {
        font-size: 20px;
    }

    .__marketingAgency .__form .__content p {
        font-size: 14px;
    }

    .__marketingAgency .__form {
        padding: 30px;
    }
    .__marketingIdeas{
        padding: 40px 0;
    }
    .__marketingIdeas .__content h2 {
        font-size: 25px;
    }
    .__reasons {
        padding: 60px 0;
    }
    .__reasons .primary__background::before{
        content: inherit;
    }
}
@media (max-width: 575px) {
    .__marketingIdeas .__content:not(.__content.__banner) {
        margin: 0 0 40px;
    }
    .__marketingIdeas .__content h2 {
        text-align: justify;
    }
    .__marketingIdeas .__content.__banner h4 {
        font-size: 18px;
    }
    .__marketingIdeas .__content.__banner p {
        font-size: 14px;
        text-align: justify;
    }
    .__marketingIdeas .__content.__banner {
        padding: 40px 20px;
    }
    .__reasons {
        padding: 40px 0;
    }
}