/*
Theme Name: Ballou WP theme
Theme URI: https://www.indever.co.uk/
Author: Indever
Author URI: https://www.indever.co.uk/
Description: Ballou WP theme
Version: 0.1
License: GNU General Public License v2 or later
License URI: https://www.indever.co.uk/
Tags: 
Text Domain: ballou-wp-theme
###
	WooCommerce conditional tags:
	https://docs.woocommerce.com/document/conditional-tags/
*/

html {
    scroll-behavior: smooth;
}

body {
    background-color: #141928;
    color: #b5bccf;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

h1 {
    hyphens: auto;
}

body.mobile-menu-open {
    overflow: hidden;
}

.wp-block-image figcaption {
    color: #b5bccf;
}

/* =Media Queries
-------------------------------------------------------------- */

@media screen and (min-width: 1249.2px) {}

@media screen and (max-width: 1249px) {}

@media screen and (max-width: 789px) {}

@media screen and (max-width: 479px) {}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.mza {
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0 0 20px;
    line-height: 160%;
}

h1 {
    font-size: 60px;
    line-height: 120%;
    color: #fff;
}

h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 130%;
    color: #ffffff;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 130%;
    color: #ffffff;
}

p,
li {
    font-size: 18px;
}

p a,
li a {
    color: #00b0ba;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

p a:hover,
li a:hover {
    color: #00f2ff;
}

@media screen and (max-width: 789px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    p,
    li {
        font-size: 16px;
    }
}

.inner {
    max-width: 1400px;
    width: 90%;
}

.inner1000 {
    max-width: 1000px;
}

.inner720 {
    max-width: 720px;
}

.inner>*:last-child {
    margin-bottom: 0;
}

.group {
    padding: 100px 0;
}

.group-pages {
    padding: 0 0 100px;
}

@media screen and (max-width: 789px) {
    .group {
        padding: 50px 0;
    }

    .group-pages {
        padding: 0 0 50px;
    }
}

.button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border-radius: 10px;
    height: 70px;
    background-color: #00b0ba;
    border: 1px solid #00b0ba;
    color: #141928;
    text-align: center;
    line-height: 1.1em;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.3s ease;
}

.button a:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 176, 186, 0.34);
    background-color: #00f2ff;
    border: 1px solid #00f2ff;
    color: #141928;
}

@media screen and (max-width: 789px) {}

.blue {
    color: #00B0BA;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}


/* =Owl Carousel global styles
-------------------------------------------------------------- */

.owl-theme .owl-dots .owl-dot span {
    transition: all 0.3s ease;
    height: 6px;
    width: 6px;
    background-color: #243454;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background-color: #00B0BA;
}


/* =Header
-------------------------------------------------------------- */

.site-header {
    position: sticky;
    top: 0;
    z-index: 500;
    transition: all 0.5s ease;
}

.site-header.fixed {
    top: -100px;
}

.site-header.scrolling-up {
    top: 0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(20, 25, 40, 0.8);
}

@media screen and (max-width: 1249px) {

    .site-header,
    .site-header.fixed {
        top: 0;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        background-color: rgba(20, 25, 40, 0.8);
    }
}

.site-header:hover {
    background-color: #1d2337;
}

.site-header {}

.site-header .inner .logo {
    display: block;
}

@media screen and (min-width: 1249.2px) {
    .site-header>.inner {
        display: flex;
        align-items: center;
    }

    .site-header>.inner a.logo {
        display: block;
    }

    .site-header>.inner a.logo img {
        display: block;
        width: 133px;
        height: auto;
    }

    .site-header>.inner .wpml-ls-legacy-list-horizontal {
        position: relative;
        margin: 0 0 0 20px;
    }

    .site-header>.inner .wpml-ls-legacy-list-horizontal span {
        font-size: 15px;
        color: #fff;
    }

    .site-header>.inner nav {
        margin: 0 0 0 auto;
    }

    .site-header>.inner nav>ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .site-header>.inner nav>ul>li {
        position: relative;
        transition: all 0.3s ease;
    }

    .site-header>.inner nav>ul>li>a {
        display: block;
        position: relative;
        font-size: 15px;
        color: #ffffff;
        font-weight: 500;
        text-decoration: none;
        padding: 35px 30px;
    }

    .site-header>.inner nav>ul>li.menu-item-has-children>a::after {
        display: inline-block;
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(45deg);
        position: relative;
        bottom: 3px;
        margin-left: 10px;
    }

    .site-header>.inner nav>ul>li.menu-item-has-children>ul {
        position: fixed;
        width: 100%;
        left: 0;
        padding: 50px 0;
        margin: 0;
        list-style-type: none;
        background-color: #1d2337;
        border-top: 1px solid #243454;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        top: 200px;
    }

    .site-header>.inner nav>ul>li.menu-item-has-children:hover>ul,
    .site-header>.inner nav>ul>li.menu-item-has-children>ul.open {
        opacity: 1;
        visibility: visible;
        top: 94.75px;
    }

    .site-header>.inner nav>ul>li.menu-item-has-children>ul>div {
        display: flex;
    }

    .site-header>.inner nav>ul>li.menu-item-has-children>ul>div>li {
        width: calc(100% / 3);
        transition: all 0.3s ease;
    }

    .site-header>.inner nav>ul>li.menu-item-has-children>ul>div>li>a>span.title {
        display: block;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        padding-bottom: 12px;
    }

    .site-header>.inner nav>ul>li.menu-item-has-children>ul>div>li>a>span.desc {
        display: block;
        font-size: 14px;
        line-height: 160%;
        max-width: 350px;
        color: #b5bccf;
    }

    .site-header>.inner #menu {
        display: none;
    }
}

.wpml-ls-legacy-dropdown {
    margin-left: 20px;
    width: auto;
}

.wpml-ls-legacy-dropdown a {
    background-color: unset;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 20px 30px;
}

.wpml-ls-legacy-dropdown li:hover a {
    background-color: #1d2337 !important;
    color: #fff !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    display: none;
}

@media screen and (max-width: 1249px) {
    .site-header .inner .logo {
        max-height: 30px;
        width: auto;
    }

    .site-header>.inner {
        display: flex;
        align-items: center;
        height: 60px;
    }

    .site-header>.inner #menu {
        margin: 0 0 0 auto;
        color: #fff;
    }

    .site-header>.inner nav {
        position: fixed;
        left: -100%;
        opacity: 0;
        top: 60px;
        width: 100%;
        height: calc(100vh - 60px);
        overflow-y: scroll;
        background-color: #1d2337;
        transition: all 0.3s ease;
    }

    .site-header>.inner nav.open {
        left: 0;
        opacity: 1;
    }

    .site-header>.inner nav>ul {
        list-style-type: none;
        padding: 5% 5% 100px;
        margin: 0;
        border-top: 1px solid #39415e;
    }

    .site-header>.inner nav>ul>li {
        margin: 0 0 10px;
        opacity: 1 !important;
    }

    .site-header>.inner nav>ul>li>a {
        display: block;
        color: #b5bccf;
        padding: 10px 0;
    }

    .site-header>.inner nav>ul>li>a:hover {
        color: #00B0BA;
    }

    .site-header>.inner nav>ul>li>ul {
        list-style-type: none;
        padding: 20px 0 20px 5%;
        margin: 0;
    }

    .site-header>.inner nav>ul>li>ul>div>li {
        margin: 0;
        opacity: 1 !important;
        font-size: 16px;
    }

    .site-header>.inner nav>ul>li>ul>div {
        width: 100%;
    }

    .site-header>.inner nav>ul>li>ul>div>li>a {
        display: block;
        color: #b5bccf;
        padding: 10px 0;
    }

    .site-header>.inner nav>ul>li>ul>div>li>a:hover {
        color: #00B0BA;
    }

    .site-header>.inner nav>ul>li.menu-item-has-children>ul>div>li>a>span.desc {
        display: none;
    }
}


/* =Homepage Hero
-------------------------------------------------------------- */

.homepage-hero {
    padding: 100px 0 150px;
    background-image: url('https://balloupr.com/wp-content/uploads/2022/02/hp-fractal.svg');
    background-size: cover;
    background-position: center center;
}

.homepage-hero .inner h1 {
    text-align: center;
    margin: 0 0 40px;
}

.homepage-hero .inner p.sub-title {
    font-size: 30px;
}

.homepage-hero .inner p {
    max-width: 800px;
    margin: 0 auto 20px;
    font-weight: 300;
    text-align: center;
}

.homepage-hero .inner .buttons {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 70px 0 0 0;
    margin: 0;
}

.homepage-hero .inner .buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border-radius: 10px;
    height: 70px;
    background-color: #00b0ba;
    border: 1px solid #00b0ba;
    color: #141928;
    text-align: center;
    line-height: 1.1em;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.3s ease;
}

.homepage-hero .inner .buttons a.alt {
    background-color: #141928;
    border: 1px solid rgba(0, 176, 186, 0.3);
    color: #00b0ba;
}

.homepage-hero .inner .buttons a:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 176, 186, 0.34);
    background-color: #00f2ff;
    border: 1px solid #00f2ff;
    color: #141928;
}

.homepage-hero .inner .buttons li:not(:last-child) {
    margin-right: 30px;
}

@media screen and (max-width: 789px) {
    .homepage-hero {
        padding: 50px 0 100px;
    }

    .homepage-hero .inner h1 {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .homepage-hero .inner p.sub-title {
        font-size: 20px;
    }

    .homepage-hero .inner p.sub-title br {
        display: none;
    }

    .homepage-hero .inner .buttons {
        padding: 30px 0 0 0;
    }

    .homepage-hero .inner .buttons a {
        font-size: 16px;
    }

    .homepage-hero .inner .buttons li:not(:last-child) {
        margin-right: 20px;
    }
}

.page-image img {
    display: block;
    width: 100%;
    height: auto;
}


/* =testimonials-carousel-container
-------------------------------------------------------------- */

.testimonials-carousel-container {
    padding: 0 0 100px;
}

.testimonials-carousel-container .inner {
    max-width: 1000px;
    background-image: url('https://balloupr.com/wp-content/uploads/2022/01/hp-fractal-4.svg');
    background-size: cover;
    background-position: center center;
    background-color: #1d2337;
    border-top-color: #39415e;
    border-right-color: #39415e;
    border-bottom-color: #39415e;
    border-left-color: #39415e;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-repeat: no-repeat;
}

.testimonials-carousel-container .inner .testimonials-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 5%;
}

.testimonials-carousel-container .inner .testimonials-carousel .item img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 20px;
}

.testimonials-carousel-container .inner .testimonials-carousel .item p.quote {
    text-align: center;
    margin: 0 0 20px;
    font-size: 22px;
    color: #fff;
    margin: 0 0 40px;
}

.testimonials-carousel-container .inner .testimonials-carousel .item p.author {
    text-align: center;
    margin: 0 0 20px;
    font-size: 20px;
    color: #00b0ba;
    font-weight: 400;
}

.testimonials-carousel-container .inner .testimonials-carousel .item p.author span {
    font-size: 15px;
    color: #b5bccf;
}

.testimonials-carousel-container .inner .testimonials-carousel .owl-dots {
    position: relative;
    top: 50px;
}

@media screen and (max-width: 789px) {
    .testimonials-carousel-container .inner .testimonials-carousel .item p.quote {
        font-size: 18px;
    }

    .testimonials-carousel-container .inner .testimonials-carousel .item p.author {
        font-size: 16px;
    }

    .testimonials-carousel-container .inner .testimonials-carousel .item p.author span {
        font-size: 14px;
        line-height: 120%;
    }
}


/* =homepage-brands
-------------------------------------------------------------- */

.homepage-brands {
    padding: 25px 0 75px;
}

.homepage-brands.alt {
    padding: 50px 0 0;
}

.homepage-brands .inner h2 {
    margin: 20px 0 20px;
    text-align: center;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.homepage-brands .inner .list-of-brands {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(6, minmax(0px, 1fr));
    grid-column-gap: 0px;
    grid-row-gap: 200px;
}

@media screen and (max-width: 789px) {
    .homepage-brands .inner .list-of-brands {
        display: grid !important;
        align-items: stretch;
        grid-template-columns: repeat(3, minmax(0px, 1fr));
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
}

@media screen and (max-width: 479px) {
    .homepage-brands .inner .list-of-brands {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}

.homepage-brands .inner .list-of-brands li {
    display: flex;
    padding: 22% 25%;
    transition: 0.3s ease;
}

.homepage-brands .inner .list-of-brands li img {
    width: 100%;
    height: auto;
    filter: invert(50%) sepia(100%) saturate(200%) hue-rotate(200deg);
    opacity: 0.7;
    transition: 0.3s ease;
}

.homepage-brands .inner .list-of-brands li:hover {
    background-color: #141928;
    box-shadow: 0px 0px 40px #111623;
}

.homepage-brands .inner .list-of-brands li:hover img {
    transform: scale(1.05, 1.05);
    filter: none;
    opacity: 1;
}


/* =we-work-with-clients-who
-------------------------------------------------------------- */

.we-work-with-clients-who {
    background-color: #1d2337;
    background-image: url(https://balloupr.com/wp-content/uploads/2022/01/hp-fractal3.svg);
    background-size: cover;
    background-position: center center;
    border-top: 1px solid #39415e;
    border-bottom: 1px solid #39415e;
}

.we-work-with-clients-who .inner {}

.we-work-with-clients-who .inner h2 {
    padding-right: 7%;
    margin: 0 0 40px;
}

.we-work-with-clients-who .inner .cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 7%;
}

.we-work-with-clients-who .inner .cols .col {
    width: 45%;
}

.we-work-with-clients-who .inner .cols .col ul {
    list-style-image: url(https://balloupr.com/wp-content/uploads/2022/02/polygon-arrow.svg);
}

.we-work-with-clients-who .inner .cols .col ul li {
    margin-bottom: 5px;
}

@media screen and (max-width: 789px) {
    .we-work-with-clients-who {
        padding: 50px 0;
    }

    .we-work-with-clients-who .inner .cols .col {
        width: 100%;
    }
}


/* =text-and-image
-------------------------------------------------------------- */

.text-and-image .inner {
    max-width: 1140px;
}

.text-and-image .inner .cols {
    display: flex;
    justify-content: space-between;
    gap: 10%;
}

.text-and-image .inner .cols.reverse {
    flex-direction: row-reverse;
}

.text-and-image .inner .cols .col {
    width: 50%;
}

@media screen and (max-width: 789px) {
    .text-and-image .inner .cols {
        flex-wrap: wrap;
    }

    .text-and-image .inner .cols .col {
        width: 100%;
    }

    .text-and-image .inner .cols .col:not(:last-child) {
        margin-bottom: 20px;
    }

    .text-and-image .inner .cols.reverse {
        flex-direction: row;
    }
}

.text-and-image .inner .cols .col.text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.text-and-image .inner .cols .col.text ul {
    list-style-image: url(https://balloupr.com/wp-content/uploads/2022/02/polygon-arrow.svg);
}

.text-and-image .inner .cols .col.text a {
    position: relative;
    transition: 0.3s ease;
}

.text-and-image .inner .cols .col.text a:after {
    content: '';
    width: 30px;
    height: 1.5px;
    background: #00B0BA;
    position: absolute;
    top: 50%;
    margin-left: 15px;
    transition: 0.3s ease;
}

.text-and-image .inner .cols .col.text a:hover:after {
    width: 50px;
    background: #00f2ff;
}

.text-and-image .inner .cols .col img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 789px) {
    .text-and-image .inner .cols .col img {
        object-fit: cover;
        object-position: center center;
        max-height: 400px;
    }
}


/* =we-offer-a-full-range
-------------------------------------------------------------- */

.we-offer-a-full-range {
    position: relative;
}

.we-offer-a-full-range .inner * {
    text-align: center;
}

@media screen and (max-width: 789px) {
    .we-offer-a-full-range .inner * {
        padding: 0 10%;
    }
}


/* =favourite-case-studies
-------------------------------------------------------------- */

.favourite-case-studies {
    overflow: hidden;
}

.favourite-case-studies .inner {
    max-width: 1000px;
}

.favourite-case-studies .inner h2 {
    margin: 0 0 100px;
    text-align: center;
}

@media screen and (max-width: 789px) {
    .favourite-case-studies .inner h2 {
        margin: 0 0 50px;
    }
}

.favourite-case-studies .inner .case-studies-carousel {}

.favourite-case-studies .inner .case-studies-carousel .owl-stage-outer {
    overflow: visible;
}

.favourite-case-studies .inner .case-studies-carousel .owl-item {
    opacity: 0.5;
    transition: all 1s ease;
}

.favourite-case-studies .inner .case-studies-carousel .owl-item.active {
    opacity: 1;
}

.favourite-case-studies .inner .case-studies-carousel .item {
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
}

.favourite-case-studies .inner .case-studies-carousel .item:hover {
    transform: scale(0.95);
}

.favourite-case-studies .inner .case-studies-carousel .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5%;
    height: 500px;
    box-sizing: border-box;
    text-decoration: none;
}

.favourite-case-studies .inner .case-studies-carousel .item a span {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

@media screen and (max-width: 789px) {
    .favourite-case-studies .inner .case-studies-carousel .item a span {
        font-size: 24px;
    }
}

.favourite-case-studies.alt h2 {
    text-align: center;
    margin: 0 0 50px;
}


/* =award-winning-agency
-------------------------------------------------------------- */

.award-winning-agency {
    padding: 100px 0 0;
}

.award-winning-agency .inner {}

.award-winning-agency .inner h2 {
    max-width: 700px;
    margin: 0 auto 100px;
    text-align: center;
}

.award-winning-agency .inner .list-of-awards {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.award-winning-agency .inner .list-of-awards li {
    width: 25%;
    margin-bottom: 30px;
}

.award-winning-agency .inner .list-of-awards li img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 0 0 40px;
}

@media screen and (max-width: 789px) {
    .award-winning-agency {
        padding: 50px 0 0;
    }

    .award-winning-agency .inner h2 {
        margin: 0 auto 50px;
    }

    .award-winning-agency .inner .list-of-awards {
        justify-content: space-between;
    }

    .award-winning-agency .inner .list-of-awards li {
        width: 48%;
        margin-bottom: 20px;
    }

    .award-winning-agency .inner .list-of-awards li img {
        max-width: 70%;
        margin: 0 0 20px;
    }

    .award-winning-agency .inner .list-of-awards li p br {
        display: none;
    }
}


/* =popular-articles
-------------------------------------------------------------- */

.popular-articles {}

.news-feed {
    display: flex;
    gap: 30px;
}

.popular-articles .inner h2 {
    margin: 0 0 50px;
}

.news-feed .item {
    width: calc(100% / 3);
}

.news-feed .item:nth-child(4),
.news-feed .item:nth-child(5),
.news-feed .item:nth-child(6) {
    display: none;
}

.news-feed .item a.post-image {
    display: block;
    margin: 0 0 25px;
}

.news-feed .item a.post-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.news-feed .item a.post-image:hover img {
    transform: scale(0.95);
}

.news-feed .item p.post-category {
    font-size: 16px;
    margin: 0 0 15px;
}

.news-feed .item h3 {
    font-size: 20px;
    margin: 0 0 5px;
}

.news-feed .item h3 a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 789px) {
    .news-feed {
        flex-wrap: wrap;
    }

    .news-feed .item {
        width: calc(100% / 1);
    }
}


/* =blurry lights
-------------------------------------------------------------- */

.blur-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: -1;
    height: 300px;
    width: 550px;
    text-align: justify;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 479px) {
    .blur-block {
        width: 100%;
    }
}

.blur-3 {
    height: 200px;
    filter: blur(150px);
    background-color: #00b0ba;
    z-index: 0;
    bottom: 0%;
    width: 200px;
}

.blur-4 {
    width: 150px;
    height: 150px;
    filter: blur(130px);
    background-color: #febb58;
    right: 10%;
}


/* =pages-hero
-------------------------------------------------------------- */

.pages-hero {
    position: relative;
}

.pages-hero.bg-1 {
    background-image: linear-gradient(rgba(20, 25, 40, 0) 40%, #141928 80%), url(https://balloupr.com/wp-content/uploads/2022/02/content-vector-bg.svg);
    background-size: auto, 100% auto;
    background-repeat: no-repeat;
    background-position: 0% 40%;
}

.pages-hero.bg-2 {
    background-image: linear-gradient(rgba(20, 25, 40, 0) 40%, #141928 80%), url(https://balloupr.com/wp-content/uploads/2022/02/corp-vector-bg.svg);
    background-size: auto, 100% auto;
    background-repeat: no-repeat;
    background-position: 0% 40%;
}

.pages-hero.bg-3 {
    background-image: linear-gradient(rgba(20, 25, 40, 0) 40%, #141928 80%), url(https://balloupr.com/wp-content/uploads/2022/02/case-study-bg.svg);
    background-size: auto, 100% auto;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.pages-hero>.inner {
    max-width: 880px;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pages-hero.alt>.inner {
    max-width: 840px;
}

.pages-hero.small>.inner {
    height: 400px;
}

.pages-hero>.inner>h1 {
    margin: 0 0 40px;
}

.pages-hero>.inner>h3 {
    margin-top: 50px;
}

.pages-hero>.inner>h1:last-child {
    font-size: 70px;
    margin: 0;
}

.pages-hero>.inner>p {
    max-width: 800px;
}

.pages-hero>.inner>* {
    text-align: center;
}

@media screen and (max-width: 789px) {
    .pages-hero {
        padding: 80px 0 80px;
    }

    .pages-hero>.inner {
        height: auto;
    }

    .pages-hero.small>.inner {
        height: auto;
    }

    .pages-hero>.inner>h1 {
        font-size: 30px;
        margin: 0 0 20px;
    }

    .pages-hero>.inner>h1:last-child {
        font-size: 40px;
    }
}


/* =global reach
-------------------------------------------------------------- */

.global-reach {}

.global-reach .inner-special {
    max-width: 100%;
}

.global-reach .inner-special>h2,
.global-reach .inner-special>p {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;
    text-align: center;
}

.global-reach .inner-special>img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
}


/* =our-offices
-------------------------------------------------------------- */

.our-offices {
    padding: 0 0 100px;
}

.our-offices>.inner {}

.our-offices>.inner>.cols {
    display: flex;
    gap: 40px;
}

.our-offices>.inner>.cols .iframe-container {
    margin-top: 30px;
}

.our-offices>.inner>.cols>.col {
    width: calc(100%/3);
}

@media screen and (max-width: 789px) {
    .our-offices>.inner>.cols {
        flex-wrap: wrap;
    }

    .our-offices>.inner>.cols>.col {
        width: calc(100%/1);
    }
}


/* =the-ballou-team
-------------------------------------------------------------- */

.team-container {
    padding: 0 0 50px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 80px;
}

.team-grid .item {
    transition: all 0.3s ease;
}

.team-grid .item.special {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1249px) {
    .team-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 30px;
        grid-row-gap: 80px;
    }
}

@media screen and (max-width: 789px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 40px;
    }

    .team-grid .item.special {
        grid-column: span 2;
    }

    .team-grid .item>.meta {
        flex-wrap: wrap;
    }

    .team-grid .item>.meta>.socials {
        width: 100%;
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 479px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 30px;
    }

    .team-grid .item.special {
        grid-column: span 2;
    }
}

.team-grid .item.special img.openquotes {
    margin: 0 0 30px;
}

.team-grid .item.special p.quotation {
    font-size: 20px;
    color: #ffffff;
}

.team-grid .item.special p.author {
    margin-top: auto;
    margin-bottom: 15px;
    font-size: 20px;
    color: #00b0ba;
    font-weight: 500;
}

.team-grid .item.special p.pos {
    font-size: 16px;
    margin: 0;
}

.team-grid .item:not(.special)>img {
    display: block;
    filter: grayscale(100%);
    margin-bottom: 25px;
    width: 100%;
    height: auto;
}

.team-grid .item>.meta {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}

.team-grid .item>.meta>.title {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.team-grid .item>.meta>.socials {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}

.team-grid .item>.meta>.socials>li>a {
    display: block;
}

.team-grid .item>.meta>.socials>li>a>img {
    display: block;
}

.team-grid .item>.role {
    margin: 0;
    font-size: 16px;
}


/* =client-container
-------------------------------------------------------------- */

.client-container {
    padding: 0 0 100px;
}

.client-container>.inner {
    width: 100%;
    max-width: 100%;
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 0;
    grid-row-gap: 0;
}

@media screen and (max-width: 789px) {
    .client-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 479px) {
    .client-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.client-grid>.item {
    border: 1px solid #111526;
    padding: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    z-index: 0;
}

.client-grid>.item>img {
    filter: invert(50%) sepia(100%) saturate(200%) hue-rotate(200deg);
    transition: 0.3s ease;
    opacity: 0.7;
    max-width: 100%;
    height: auto;
}

.client-grid>.item:hover {
    transform: scale(1.05, 1.05);
    background-color: #141928;
    box-shadow: 0px 0px 40px #111623;
    z-index: 10;
}

.client-grid>.item:hover img {
    filter: none;
    opacity: 1;
}


/* =get-in-touch
-------------------------------------------------------------- */

.get-in-touch {
    padding: 100px 0 100px;
}

.get-in-touch .inner {
    position: relative;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 4% 5%;
    background-color: #1d2337;
    border: 1px solid #39415e;
}

.get-in-touch .inner h2 {
    font-size: 45px;
    hyphens: none;
}

.get-in-touch .inner::before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: rgb(0, 176, 186);
    background-size: 200% 10%;
    position: absolute;
    top: 0;
    left: 0;
    animation: animate1 5s ease infinite;
    -webkit-animation: animate1 7s ease infinite-reverse;
}

@keyframes animate1 {
    0% {
        background: rgba(0, 176, 186, 1);
    }

    50% {
        background: rgba(254, 187, 88, 1);
    }

    100% {
        background: rgba(0, 176, 186, 1);
    }
}

.get-in-touch .inner .cols {
    display: flex;
    gap: 10%;
}

.get-in-touch .inner .cols .col {
    width: 45%;
}

.get-in-touch .inner .cols .col:last-child {
    width: 55%;
}

@media screen and (max-width: 789px) {
    .get-in-touch {
        padding: 50px 0 50px;
    }

    .get-in-touch .inner {
        padding: 40px 5%;
    }

    .get-in-touch .inner .cols {
        flex-wrap: wrap;
    }

    .get-in-touch .inner .cols .col {
        width: 100%;
        margin-bottom: 30px;
    }

    .get-in-touch .inner .cols .col:last-child {
        width: 100%;
        margin: 0;
    }
}


/* =list-categories
-------------------------------------------------------------- */

.list-categories {
    padding: 0;
}

ul.list-of-categories {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

ul.list-of-categories>li {}

ul.list-of-categories>li.cat-item-10 {
    display: none;
}

ul.list-of-categories>li>a {
    display: block;
    color: #b5bccf;
    border: 1px solid #243454;
    border-radius: 50px;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

ul.list-of-categories>li>a:hover {
    color: #fff;
    background-color: #243454;
    border-color: #243454;
}

ul.list-of-categories>li>ul.children {
    display: none;
}

/* =news-container
-------------------------------------------------------------- */

.news-container {
    padding: 0 0 80px;
}

.news-container .inner {}

.news-container .inner .news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    padding: 100px 0;
}

@media screen and (max-width: 789px) {
    .news-container .inner .news-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        grid-column-gap: 0;
        grid-row-gap: 30px;
        padding: 50px 0;
    }
}

.news-container .inner .news-grid .item {}

.news-container .inner .news-grid .item a.post-image {
    display: block;
    margin: 0 0 25px;
}

.news-container .inner .news-grid .item a.post-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.news-container .inner .news-grid .item a.post-image:hover img {
    transform: scale(0.95, 0.95);
}

.news-container .inner .news-grid .item h3 {
    font-size: 20px;
    margin: 0 0 5px;
}

.news-container .inner .news-grid .item h3 a {
    color: #fff;
    text-decoration: none;
}

.news-container .inner .news-grid .item p.post-author {
    font-size: 16px;
    margin: 0;
}


/* =news and insights
-------------------------------------------------------------- */

.navigation ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.navigation li {}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    display: block;
    color: #b5bccf;
    border: 1px solid #243454;
    border-radius: 50px;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #243454;
}


/* =single-post
-------------------------------------------------------------- */

.single-post #page {
    background-image: linear-gradient(rgba(20, 25, 40, 0) 70%, #141928), url(https://balloupr.com/wp-content/uploads/2022/02/post-bg.svg);
    background-size: auto, contain;
    background-repeat: no-repeat;
    background-position: 0% 200px;
}

.single-success_stories #page {
    background-image: linear-gradient(rgba(20, 25, 40, 0), #141928 70%), url(https://balloupr.com/wp-content/uploads/2022/02/case-study-bg.svg);
    background-size: auto, contain;
    background-repeat: no-repeat;
    background-position: 0% 200px;
}

.single-post-hero {}

.single-post-hero .meta {
    display: flex;
    align-items: center;
}

.single-post-hero .meta img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    position: relative;
    border-radius: 100%;
}

.single-post-hero .meta span {
    color: #00B0BA;
}

.single-post-featured-image {
    padding: 0 0 100px;
}

@media screen and (max-width: 789px) {
    .single-post-featured-image {
        padding: 0 0 50px;
    }
}

.single-post-featured-image .inner {
    max-width: 1000px;
}

.single-post-featured-image .inner img {
    display: block;
    width: 100%;
    height: auto;
}


/* =careers
-------------------------------------------------------------- */

.current-vacancies {
    padding: 0 0 100px;
}

@media screen and (max-width: 789px) {
    .current-vacancies {
        padding: 0 0 50px;
    }
}

.current-vacancies .inner {}

.current-vacancies .inner h3 {
    text-align: center;
    margin: 0 0 40px;
}

.current-vacancies ul.buttons {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.current-vacancies ul.buttons>li {}

.current-vacancies ul.buttons>li>a {
    display: block;
    color: #b5bccf;
    border: 1px solid #243454;
    background-color: #2a3454;
    border-radius: 50px;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.current-vacancies ul.buttons>li>a:hover {
    color: #00b0ba;
}

.our-values {}

.our-values .inner {}

.our-values .inner .cols {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.our-values .inner .cols .col {
    width: calc(50% - 20px);
}

.our-values .inner .cols .col ul.list-of-values {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.our-values .inner .cols .col ul.list-of-values li {
    display: block;
    color: #b5bccf;
    border: 1px solid #243454;
    background-color: #2a3454;
    border-radius: 50px;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.our-values .inner .cols .col ul.list-of-behaviours {
    list-style-image: url(https://balloupr.com/wp-content/uploads/2022/02/polygon-arrow.svg);
}

.our-values .inner .cols .col ul.list-of-behaviours li {
    margin: 0 0 10px;
}

@media screen and (max-width: 789px) {
    .our-values .inner .cols {
        gap: 0px;
    }

    .our-values .inner .cols .col {
        width: 100%;
    }

    .our-values .inner .cols .col:not(:last-child) {
        margin: 0 0 40px;
    }
}


/* =ads-landing-page
-------------------------------------------------------------- */

header.landing-page-header {
    padding: 100px 0 20px;
    display: flex;
    justify-content: center;
}

header.landing-page-header img {
    width: 400px;
    max-width: 90%;
    margin: 0 0 20px;
}

@media screen and (max-width: 789px) {
    header.landing-page-header {
        padding: 50px 0 20px;
    }

    header.landing-page-header img {
        max-width: 175px;
    }
}

.landing-page-footer-logo {
    padding: 100px 0 20px;
    display: flex;
    justify-content: center;
}

.landing-page-footer-logo img {
    width: 400px;
    max-width: 90%;
    margin: 0 0 20px;
}

@media screen and (max-width: 789px) {
    .landing-page-footer-logo {
        padding: 50px 0 20px;
    }

    .landing-page-footer-logo img {
        max-width: 175px;
    }
}

.landing-page-hero {
    padding: 50px 0;
}

.landing-page-hero>.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    /* 880 */
}

.landing-page-hero>.inner h1 {
    text-align: center;
    font-size: 70px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 30px;
}

.landing-page-hero>.inner h1.small {
    font-size: 60px;
}

@media screen and (max-width: 789px) {
    .landing-page-hero>.inner h1 {
        font-size: 30px;
    }

    .landing-page-hero>.inner h1.small {
        font-size: 30px;
    }
}

.landing-page-hero>.inner p {
    text-align: center;
    max-width: 800px;
}

.landing-page-hero>.inner p.button {
    margin: 80px 0 0 0;
}

@media screen and (max-width: 789px) {
    .landing-page-hero>.inner p.button {
        margin: 40px 0 0 0;
    }
}

.two-cols {
    display: flex;
    gap: 50px;
}

.two-cols .col p.link {
    margin: 40px 0 0 0;
    text-align: left;
}

.two-cols .col p.link a {
    position: relative;
    transition: 0.3s ease;
}

.two-cols .col p.link a:after {
    content: '';
    width: 30px;
    height: 1.5px;
    background: #00B0BA;
    position: absolute;
    top: 50%;
    margin-left: 15px;
    transition: 0.3s ease;
}

.two-cols .col p.link a:hover:after {
    width: 50px;
    background: #00f2ff;
}

@media screen and (max-width: 789px) {
    .two-cols {
        flex-wrap: wrap;
        gap: 0;
    }

    .two-cols .col {
        width: 100%;
    }
}

.our-tech-pr-services {
    background-image: url(https://balloupr.com/wp-content/uploads/2022/01/hp-fractal3.svg);
    background-size: cover;
    background-color: #1d2337;
}

.our-tech-pr-services>.inner {}

.our-tech-pr-services>.inner h2 {
    margin: 0 0 50px;
}

.our-tech-pr-services>.inner .cols {
    display: flex;
    gap: 50px;
}

.our-tech-pr-services>.inner .col {
    width: 50%;
}

.our-tech-pr-services>.inner .cols .col h3 {
    padding-left: 40px;
    border-left-width: 2px;
    border-left-color: #00b0ba;
    border-left-style: solid;
    max-width: 550px;
}

@media screen and (max-width: 789px) {
    .our-tech-pr-services>.inner .cols {
        flex-wrap: wrap;
        gap: 0;
    }

    .our-tech-pr-services>.inner .cols .col {
        width: 100%;
    }
}

.new-hero {
    padding: 60px 5% 160px;
    background: rgb(20, 25, 40);
    background: linear-gradient(180deg, rgba(20, 25, 40, 1) 0%, rgba(39, 46, 67, 1) 100%);
}

.new-hero .inner {
    max-width: 1500px;
    margin: 0 auto;
}

.new-hero .inner .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.new-hero .inner .top img {
    display: block;
    width: 300px;
    height: auto;
}

.new-hero .inner .cols {
    display: flex;
    justify-content: space-between;
}

.new-hero .inner .cols .col:first-child {
    width: 50%;
}

.new-hero .inner .cols .col:last-child {
    width: 45%;
}

.new-hero .inner .cols .col img {
    display: block;
    width: 100%;
    height: auto;
}

.new-hero .inner .cols .col h1 {
    font-size: 54px;
    line-height: 1.4em;
    color: #00B0BA;
    margin: 0 0 40px;
}

.new-hero .inner .cols .col p {
    font-size: 24px;
    line-height: 1.4em;
    color: #fff;
    margin: 0 0 20px;
    padding-right: 5%;
}

.new-hero .inner p.indbutton a {
    display: inline-block;
    background-color: #00B0BA;
    color: #111526;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.new-hero .inner p.indbutton.white a {
    background-color: #fff;
    color: #111526;
}

.new-hero .inner p.indbutton a:hover {
    background-color: #00f2ff;
    box-shadow: 0px 0px 20px 0px rgba(0, 176, 186, 0.34);
}

.new-hero .inner p.indbutton.extra {
    margin-top: 70px;
}

@media only screen and (max-width: 1500px) {
    .new-hero .inner .cols .col h1 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 1000px) {
    .new-hero {
        padding: 40px 5% 100px;
    }

    .new-hero .inner .top {
        margin-bottom: 30px;
    }

    .new-hero .inner .top img {
        display: block;
        width: 50%;
        height: auto;
    }

    .new-hero .inner .top .indbutton {
        display: none;
    }

    .new-hero .inner .cols {
        flex-wrap: wrap;
    }

    .new-hero .inner .cols .col:first-child {
        width: 100%;
        margin-bottom: 30px;
    }

    .new-hero .inner .cols .col:last-child {
        width: 100%;
    }

    .new-hero .inner .cols .col h1 {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .new-hero .inner .cols .col p {
        font-size: 18px;
        line-height: 1.4em;
        margin: 0 0 20px;
    }
}


/* =success-stories page
-------------------------------------------------------------- */

.success-stories-container {
    padding: 0 0 100px;
}

.success-stories-container>.inner {}

.success-stories-container>.inner>.success-stories-grid {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

.success-stories-container>.inner>.success-stories-grid>.item {
    position: relative;
    transition: all 0.3s ease;
}

.success-stories-container>.inner>.success-stories-grid>.item:hover {
    transform: scale(0.95, 0.95);
}

.success-stories-container>.inner>.success-stories-grid>.item>a {
    display: block;
    text-decoration: none;
    height: 400px;
}

.success-stories-container>.inner>.success-stories-grid>.item>a>img {
    display: block;
    width: 100%;
    height: auto;
}

.success-stories-container>.inner>.success-stories-grid>.item>a>h2 {
    position: absolute;
    left: 5%;
    bottom: 10%;
    color: #fff;
    font-size: 40px;
    margin: 0;
}

@media screen and (max-width: 789px) {
    .success-stories-container {
        padding: 0 0 50px;
    }

    .success-stories-container>.inner>.success-stories-grid {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .success-stories-container>.inner>.success-stories-grid>.item>a>h2 {
        font-size: 30px;
    }
}


/* =single-success_stories
-------------------------------------------------------------- */

.success-story-hero {}

.success-story-hero>.inner {}

.success-story-hero>.inner>.cols {
    display: flex;
    justify-content: space-between;
    gap: 0 100px;
}

.success-story-hero>.inner>.cols>.col.story-desc p {
    font-size: 20px;
    max-width: 400px;
}

.success-story-hero>.inner>.cols>.col {
    width: 550px;
    max-width: calc(50% - 50px);
}

.success-story-hero>.inner>.cols>.col>ul.stats {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.success-story-hero>.inner>.cols>.col>ul.stats>li {
    display: flex;
    align-items: center;
    gap: 0 30px;
    width: 100%;
    border-top: 1px solid #242a42;
    padding: 20px 0;
}

.success-story-hero>.inner>.cols>.col>ul.stats>li>span {
    display: block;
}

.success-story-hero>.inner>.cols>.col>ul.stats>li>span.stat {
    font-size: 60px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    min-width: 25%;
}

@media screen and (max-width: 789px) {
    .success-story-hero>.inner>.cols {
        flex-wrap: wrap;
        gap: 0;
    }

    .success-story-hero>.inner>.cols>.col.story-desc p {
        font-size: 18px;
    }

    .success-story-hero>.inner>.cols>.col {
        width: 100%;
        max-width: 100%;
    }

    .success-story-hero>.inner>.cols>.col:first-child {
        margin-bottom: 30px;
    }

    .success-story-hero>.inner>.cols>.col.story-desc p {
        font-size: 18px;
    }

    .success-story-hero>.inner>.cols>.col>ul.stats>li>span.stat {
        font-size: 36px;
    }
}

.success-story-details {
    padding: 50px 0;
}

.success-story-details>.inner {}

.success-story-details>.inner>.cols {
    display: flex;
    justify-content: space-between;
}

.success-story-details>.inner>.cols>.col {
    width: 50%;
}

.success-story-details>.inner>.cols>.col>* {
    max-width: 86%;
}

@media screen and (max-width: 789px) {
    .success-story-details {
        padding: 30px 0 0 0;
    }

    .success-story-details>.inner>.cols {
        flex-wrap: wrap;
    }

    .success-story-details>.inner>.cols>.col {
        width: 100%;
    }

    .success-story-details>.inner>.cols>.col>* {
        max-width: 100%;
    }
}

.the-results {
    background-image: url(https://balloupr.com/wp-content/uploads/2022/02/results.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.the-results>.inner {
    max-width: 822px;
}

.the-results>.inner>h2 {
    text-align: center;
}


/* = news-release-04-10-22
-------------------------------------------------------------- */

.profile-columns {
    padding: 0 0 100px;
}

.profile-columns>.inner {}

.profile-columns>.inner>.cols {
    display: flex;
    gap: 70px;
}

.profile-columns>.inner>.cols>.col {
    width: 50%;
}

@media screen and (max-width: 789px) {
    .profile-columns>.inner>.cols {
        gap: 30px;
    }
}

.profile-columns>.inner>.cols>.col>img {
    display: block;
    width: 100%;
    height: auto;
}

.profile-columns>.inner>.cols>.col>p {
    text-align: center;
    margin: 20px 0;
}

@media screen and (max-width: 789px) {
    .profile-columns {
        padding: 0 0 50px;
    }
}


/* = Careers form
-------------------------------------------------------------- */

#crmWebToEntityForm.zcwf_lblLeft {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
}

#crmWebToEntityForm.zcwf_lblLeft * {
    box-sizing: border-box;
}

#crmWebToEntityForm {
    text-align: left;
}

#crmWebToEntityForm * {
    direction: ltr;
}

.zcwf_lblLeft .zcwf_title {
    word-wrap: break-word;
    padding: 0px 6px 10px;
    font-weight: bold;
}

.zcwf_lblLeft .zcwf_col_fld input[type=reset] {
    display: none;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text],
.zcwf_lblLeft .zcwf_col_fld textarea {
    width: 100%;
    border: 1px solid #39415E !important;
    resize: vertical;
    border-radius: 0px;
    float: left;
    color: #fff;
    background: transparent;
    border: none;
    font-family: 'Poppins';
    background-color: #262C40;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text] {
    height: 45px;
}

.zcwf_lblLeft .zcwf_col_fld textarea {
    height: 70px;
}

.zcwf_lblLeft .zcwf_col_lab {
    ;
    word-break: break-word;
    font-size: 16px;
    float: left;
    min-height: 1px;
    color: #B5BCCF;
}

.zcwf_lblLeft .zcwf_col_fld {
    float: left;
    width: 100%;
    padding: 0px;
    position: relative;
    margin-top: 5px;
}

.zcwf_lblLeft .zcwf_privacy {
    padding: 6px;
}

.zcwf_lblLeft .wfrm_fld_dpNn {
    display: none;
}

.dIB {
    display: inline-block;
}

.zcwf_lblLeft .zcwf_col_fld_slt {
    width: 100%;
    border: none;
    background: none;
    border-radius: 0px;
    font-size: 18px;
    float: left;
    resize: vertical;
    color: #fff;
    height: 45px;
    font-family: 'Poppins';
    border-bottom: 1px solid #39415E !important;
}

.zcwf_lblLeft .zcwf_row:after,
.zcwf_lblLeft .zcwf_col_fld:after {
    content: '';
    display: table;
    clear: both;
}

.zcwf_lblLeft .zcwf_col_help {
    float: left;
    margin-left: 7px;
    font-size: 12px;
    max-width: 35%;
    word-break: break-word;
}

.zcwf_lblLeft .zcwf_help_icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 50%;
}

.zcwf_lblLeft .zcwf_row {
    margin: 0px 0px 40px;
}

.zcwf_lblLeft .formsubmit {
    margin-right: 20px;
    cursor: pointer;
    color: #333;
    font-size: 12px;
}

.zcwf_lblLeft .zcwf_privacy_txt {
    width: 90%;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    vertical-align: top;
    color: #333;
    padding-top: 2px;
    margin-left: 6px;
}

.zcwf_lblLeft .zcwf_button {
    font-size: 17px;
    color: #141928;
    padding: 16px 30px;
    border-radius: 10px;
    cursor: pointer;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #01cbd7;
    border: none;
}

.zcwf_lblLeft .zcwf_tooltip_over {
    position: relative;
}

.zcwf_lblLeft .zcwf_tooltip_ctn {
    position: absolute;
    background: #dedede;
    padding: 3px 6px;
    top: 3px;
    border-radius: 4px;
    word-break: break-all;
    min-width: 50px;
    max-width: 150px;
    color: #333;
}

.zcwf_lblLeft .zcwf_ckbox {
    float: left;
}

.zcwf_lblLeft .zcwf_file {
    width: 55%;
    box-sizing: border-box;
    float: left;
}

.clearB:after {
    content: '';
    display: block;
    clear: both;
}

@media all and (max-width: 600px) {

    .zcwf_lblLeft .zcwf_col_lab,
    .zcwf_lblLeft .zcwf_col_fld {
        width: auto;
        float: none !important;
    }

    .zcwf_lblLeft .zcwf_col_help {
        width: 40%;
    }
}


/* =Landing pages June 2023
-------------------------------------------------------------- */

.landing-page-hero-new {
    background-image: url('https://balloupr.com/wp-content/uploads/2022/02/hp-fractal.svg');
    background-size: cover;
    background-position: center center;
}

.landing-page-hero-new>.inner {
    height: 100vh;
    min-height: 800px;
    padding: 100px 0 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landing-page-hero-new>.inner>img {
    display: block;
    margin: 0 0 15px;
    width: 400px;
}

.landing-page-hero-new>.inner>p.sub-heading {
    text-align: center;
    margin: 0 0 -10px;
    font-size: 38px;
}

.landing-page-hero-new>.inner>p.sub-heading-small {
    text-align: center;
    margin: 0 0 40px;
    font-size: 22px;
}

@media screen and (max-width: 789px) {
    .landing-page-hero-new>.inner>img {
        width: 240px;
    }

    .landing-page-hero-new>.inner>p.sub-heading {
        font-size: 18px;
    }

    .landing-page-hero-new>.inner>p.sub-heading-small {
        font-size: 14px;
    }
}

.landing-page-hero-new>.inner>h1 {
    font-size: 70px;
    text-align: center;
    margin: 0 0 40px;
    hyphens: none;
}

@media screen and (max-width: 789px) {
    .landing-page-hero-new>.inner>h1 {
        font-size: 40px;
    }

    .landing-page-hero-new>.inner>h1 br {
        display: none;
    }
}

.landing-page-hero-new>.inner>p.intro-text {
    text-align: center;
    font-size: 28px;
    max-width: 900px;
    hyphens: none;
    margin: 0 0 60px;
}

.landing-page-hero-new>.inner>h2.intro-text {
    text-align: center;
    font-size: 28px;
    max-width: 900px;
    hyphens: none;
    margin: 0 0 60px;
    color: #b5bccf;
}

@media screen and (max-width: 789px) {
    .landing-page-hero-new>.inner>p.intro-text {
        font-size: 22px;
    }

    .landing-page-hero-new>.inner>h2.intro-text {
        font-size: 22px;
    }
}

.group.our-approach {
    padding: 0;
}

.group.our-approach .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-approach h2 {
    text-align: center;
}

.our-approach .cols {
    display: flex;
    gap: 40px;
    margin: 80px 0 60px;
}

@media screen and (max-width: 789px) {
    .our-approach .cols {
        margin: 80px 0 30px;
    }
}

.our-approach .cols .col {
    width: calc((100% / 3) - (80px / 3));
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #00b0ba;
    background-color: #202533;
}

@media screen and (max-width: 789px) {
    .our-approach .cols {
        flex-wrap: wrap;
    }

    .our-approach .cols .col {
        width: 100%;
        margin: 0;
    }

    .our-approach .cols .col:not(:last-child) {
        margin: 0 0 40px;
    }
}

.our-approach .cols .col>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 2px solid #00b0ba;
    background-color: #141928;
    margin: -40px 0 20px;
}

.our-approach .cols .col>span>img {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
}

.our-approach .cols .col>span.dna>img {
    width: 60px;
    height: 60px;
}

.our-approach .cols .col>h3 {
    text-align: center;
}

.our-approach .cols .col>h3::after {
    display: block;
    content: " ";
    position: relative;
    width: 100px;
    height: 1px;
    margin: 20px auto 10px;
    background-color: #fff;
    opacity: 0.6;
}

.our-approach .cols .col>p {
    margin: 0 11% 15px;
    font-size: 20px;
    hyphens: none;
}

.our-approach .cols .col>p>strong {
    font-weight: 700;
}

.our-approach .cols .col>p:last-child {
    margin-bottom: 40px;
}

.our-approach p.button a {
    display: inline-flex;
    min-width: 180px;
}

.group.trust {}

.group.trust h2 {
    text-align: center;
    margin: 0;
}

.group.award-winning-slider {
    padding: 100px 0 50px 0;
}

.group.award-winning-slider h2 {
    text-align: center;
    margin: 0 0 60px;
}

@media screen and (max-width: 789px) {
    .group.award-winning-slider h2 {
        margin: 0 0 30px;
    }
}

.logos-carousel {}

.logos-carousel .item {
    display: flex;
    justify-content: center;
    position: relative;
}

.logos-carousel .owl-stage {
    display: flex;
}

.logos-carousel .item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-carousel .item img {
    filter: invert(50%) sepia(100%) saturate(200%) hue-rotate(200deg);
    display: block;
    width: 60%;
    height: auto;
}

img.logo-img-footer-1 {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto 100px;
}

/* =Footer
-------------------------------------------------------------- */

.site-footer {
    padding: 100px 0;
    /*
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    */
}

@media screen and (max-width: 789px) {
    .site-footer {
        padding: 50px 0;
    }
}

.site-footer .inner {}

.site-footer .inner .top {
    margin: 0 0 30px;
}

.site-footer .inner .top .cols {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .inner .top .cols .col {
    width: 20%;
}

@media screen and (max-width: 789px) {
    .site-footer .inner .top .cols .col {
        width: 50%;
    }

    .site-footer .inner .top .cols .col:nth-child(3) {
        width: 100%;
        margin-bottom: 30px;
    }

    .site-footer .inner .top {
        margin: 0 0 60px;
    }
}

.site-footer .inner .top .cols .col h5 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 30px;
}

.site-footer .inner .top .cols .col p {
    font-size: 16px;
}

.site-footer .inner .top .cols .col ul {
    list-style-type: none;
    padding: 0;
}

.site-footer .inner .top .cols .col ul li {
    font-size: 16px;
    margin: 0 0 10px;
}

.site-footer .inner .top .cols .col ul li a {
    display: block;
    color: #b5bccf;
    text-decoration: none;
    transition: all 0.3s ease;
}

.site-footer .inner .top .cols .col ul li a:hover {
    color: #00b0ba;
}

.site-footer .inner .middle {
    margin: 0 0 60px;
}

.site-footer .inner .middle ul.socials {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.site-footer .inner .middle ul.socials li {
    transition: all 0.35s ease;
}

.site-footer .inner .middle ul.socials li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.site-footer .inner .middle ul.socials li a img {
    display: block;
    max-width: 50px;
    height: auto;
}

@media screen and (max-width: 789px) {
    .site-footer .inner .middle ul.socials {
        gap: 10px;
    }
}

.site-footer .inner .bottom {
    display: flex;
    align-items: center;
}

.site-footer .inner .bottom img {
    display: block;
    margin-right: 20px;
}

.site-footer .inner .bottom p {
    margin: 0;
    font-size: 16px;
}

.site-footer .inner .bottom p.cookies {
    margin-top: 30px;
    margin-left: auto;
}

.site-footer .inner .bottom p.cookies a {
    color: #fff;
}

@media screen and (max-width: 789px) {
    .site-footer .inner .bottom {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .site-footer .inner .bottom img {
        width: 30px;
        height: auto;
    }

    .site-footer .inner .bottom p {
        font-size: 11px;
    }

    .site-footer .inner .bottom p.cookies {
        font-size: 16px;
        width: 100%;
    }
}

/* =accordion
-------------------------------------------------------------- */
.accordion-container .inner {
    max-width: 960px;
}

.accordion .item h3 {
    cursor: pointer;
    display: flex;
    flex: 0 0 2em;
    align-items: center;
    border-bottom: 1px solid #39415E;
    padding: 0 0 20px;
}

.accordion .item h3 span {
    position: relative;
    color: #00B0BA;
    margin: 0 0 0 auto;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.accordion .item h3 span::before {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #00B0BA;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    opacity: 1;
    transition: all 0.2s ease;
}

.accordion .item h3 span::after {
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #00B0BA;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    opacity: 1;
    transition: all 0.2s ease;
}

.accordion .item.open h3 span::before {
    transform: rotate(180deg);
}

.accordion .item.open h3 span::after {
    opacity: 0;
    transform: scale(1.2);
}

.accordion .item .panel {
    display: none;
}

@media screen and (max-width: 789px) {
    .accordion .item h3 {
        font-size: 20px;
    }
}



/* =Gutenberg entry-content
-------------------------------------------------------------- */

.gutenberg-container {
    padding: 0 0 100px;
}

@media screen and (max-width: 789px) {
    .gutenberg-container {
        padding: 0 0 50px;
    }

    .row-reverse-mob {
        flex-direction: row-reverse;
    }
}

.entry-content {}

.entry-content>*:first-child {
    margin-top: 0 !important;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
[class*="inner-container"]> :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
    width: 90%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.alignwide,
.wide-max-width {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.entry-content>p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content>*:not(p):not(.wp-block-spacer) {
    margin-bottom: 28px;
    margin-top: 28px;
}

.entry-content>*:first-child {
    margin-top: 0;
}

.entry-content>*:last-child {
    margin-bottom: 0;
}

/* =ads landing page 3 and 4
-------------------------------------------------------------- */

.lp-hero-3 {
    padding: 100px 0;
    background-image: url(images/abstract-lp-1.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.lp-hero-3 .inner {
    max-width: 1180px;
}

@media screen and (max-width: 789px) {
    .lp-hero-3 {
        padding: 40px 0;
    }
}

.lp-hero-3 .inner img:nth-child(1) {
    display: block;
    margin: 0 0 70px;
    max-width: 40%;
    height: auto;
}

.lp-hero-3 .inner h1 {
    font-size: 70px;
    text-align: center;
    margin: 0 0 115px;
    hyphens: initial;
}

@media screen and (max-width: 789px) {
    .lp-hero-3 .inner img:nth-child(1) {
        margin: 0 0 60px;
    }

    .lp-hero-3 .inner h1 {
        font-size: 30px;
        margin: 0 0 40px;
    }
}

.lp-hero-3 .inner .cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-hero-3 .inner .cols .col:nth-child(1) {
    max-width: 680px;
}

.lp-hero-3 .inner .cols.alt .col:nth-child(1) {
    max-width: 580px;
}

.lp-hero-3 .inner .cols.alt .col:nth-child(2) {
    max-width: 520px;
}

.lp-hero-3 .inner .cols.alt .col:nth-child(2) p {
    font-size: 28px;
    margin: 0 0 20px;
    max-width: 480px;
    text-align: left;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 789px) {
    .lp-hero-3 .inner .cols {
        flex-wrap: wrap;
    }

    .lp-hero-3 .inner .cols .col {
        max-width: 100%;
    }

    .lp-hero-3 .inner .cols.alt .col:nth-child(2) p {
        font-size: 20px;
    }
}

.lp-hero-3 .inner .cols .col:nth-child(1) h2 {
    font-size: 36px;
}

.lp-hero-3 .inner .cols.alt .col:nth-child(1) h2 {
    text-align: center;
    font-size: 34px;
}

@media screen and (max-width: 789px) {
    .lp-hero-3 .inner .cols .col:nth-child(1) h2 {
        font-size: 24px;
    }

    .lp-hero-3 .inner .cols.alt .col:nth-child(1) h2 {
        text-align: left;
        font-size: 24px;
    }
}

.lp-hero-3 .inner .cols .col:nth-child(2) {
    text-align: right;
}

.lp-hero-3 .inner .cols .col:nth-child(2) p.button {}

.lp-hero-3 .inner .cols .col:nth-child(2) p.button a {
    height: auto;
    line-height: 30px;
    padding: 14px 30px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

@media screen and (max-width: 789px) {
    .lp-hero-3 .inner .cols .col:nth-child(2) p.button a {
        font-size: 20px;
    }
}

.lp-articles-carousel-container {
    padding: 80px 0;
    background-color: #262C40;
    overflow: hidden;
}

.lp-articles-carousel-container .inner {
    max-width: 1180px;
}

@media screen and (max-width: 789px) {
    .lp-articles-carousel-container {
        padding: 40px 0;
    }

}

.lp-articles-carousel-container .inner h2 {
    font-size: 36px;
    margin: 0 0 95px;
    text-align: center;
}

@media screen and (max-width: 789px) {
    .lp-articles-carousel-container .inner h2 {
        font-size: 24px;
        margin: 0 0 60px;
    }
}

.lp-articles-carousel {
    max-width: 960px;
    margin: 0 auto;
}

.lp-articles-carousel .item {}

.lp-articles-carousel .item .cols {
    display: flex;
    gap: 10%;
}

.lp-articles-carousel .item .cols .col.image {
    width: 20%;
}

.lp-articles-carousel .item .cols .col.image img {
    display: block;
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.8;
}

.lp-articles-carousel .item .cols .col.text {
    width: 70%;
}

.lp-articles-carousel .item .cols .col.text h3 {
    font-size: 34px;
    color: #B5BCCF;
}

.lp-articles-carousel .item .cols .col.text p {
    color: #fff;
}

.lp-articles-carousel .owl-item {
    transform: scale(0.65);
    opacity: 0.5;
    transition: all 0.5s ease;
}

.lp-articles-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.lp-articles-carousel .owl-stage-outer {
    overflow: visible;
}

@media screen and (max-width: 789px) {
    .lp-articles-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

.awards-and-stats {
    padding: 100px 0;
    background-image: url(images/abstract-lp-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 789px) {
    .awards-and-stats {
        padding: 40px 0;
    }
}

.awards-and-stats h2 {
    margin: 0 auto 70px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 789px) {
    .awards-and-stats h2 {
        margin: 0 auto 40px;
        font-size: 20px;
    }
}

.awards-and-stats .awards {
    max-width: 1180px;
    margin: 0 auto 100px;
}

@media screen and (max-width: 789px) {
    .awards-and-stats .awards {
        margin: 0 auto 40px;
    }
}

.awards-and-stats .awards ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.awards-and-stats .awards ul li {}

@media screen and (max-width: 789px) {
    .awards-and-stats .awards ul {
        flex-wrap: wrap;
    }

    .awards-and-stats .awards ul li {
        width: calc(50% - 20px);
    }
}

.awards-and-stats .awards ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.awards-and-stats .stats {
    max-width: 960px;
}

.awards-and-stats .stats ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0 auto 100px;
}

@media screen and (max-width: 789px) {
    .awards-and-stats .stats ul {
        flex-wrap: wrap;
        gap: 20px;
        margin: 0 auto 40px;
    }
}

.awards-and-stats .stats ul li {
    text-align: center;
    max-width: 280px;
}

@media screen and (max-width: 789px) {
    .awards-and-stats .stats ul li {
        width: 100%;
        max-width: 100%;
    }
}

.awards-and-stats .stats ul li h3 {
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 700;
    color: #00B0BA;
}

.awards-and-stats .stats ul li p {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

@media screen and (max-width: 789px) {
    .awards-and-stats .stats ul li h3 {
        font-size: 30px;
    }

    .awards-and-stats .stats ul li p {
        font-size: 16px;
        padding: 0 15%;
    }
}

.awards-and-stats p.button {
    margin: 0;
    display: flex;
    justify-content: center;
}

.awards-and-stats p.button a {
    height: auto;
    line-height: 30px;
    padding: 14px 30px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

@media screen and (max-width: 789px) {
    .awards-and-stats p.button a {
        font-size: 20px;
    }
}

.lp-accordion-container {
    background-color: #262C40;
    padding: 70px 0;
}

.lp-accordion-container .inner {
    max-width: 960px;
}

@media screen and (max-width: 789px) {
    .lp-accordion-container {
        padding: 40px 0;
    }
}

.lp-accordion-container .inner #lp-accordion {}

.lp-accordion-container .inner #lp-accordion h3 {
    position: relative;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 30px;
    padding: 16px 100px 16px 40px;
    box-sizing: border-box;
    background-color: #1E2335;
    border: 1px solid #30364B;
    cursor: pointer;
}

.lp-accordion-container .inner #lp-accordion h3:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 15px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/accordion-down.svg);
    background-position: center center;
    background-size: initial;
    background-repeat: no-repeat;
}

.lp-accordion-container .inner #lp-accordion h3.ui-state-active:after {
    transform: translateY(-50%) rotate(180deg);
}

.lp-accordion-container .inner #lp-accordion h3+div {
    padding: 0 40px 20px;
}

.lp-logos-carousel-container {
    overflow: hidden;
}

.lp-logos-carousel-container .inner {}

.lp-logos-carousel-container .inner h2 {
    margin: 0 0 70px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 789px) {
    .lp-logos-carousel-container .inner h2 {
        margin: 0 0 40px;
        font-size: 24px;
    }
}

.lp-logos-carousel-container .inner .lp-logos-carousel {
    margin: 0 auto 70px;
    max-width: 960px;
}

@media screen and (max-width: 789px) {
    .lp-logos-carousel-container .inner .lp-logos-carousel {
        margin: 0 auto 40px;
    }
}

.lp-logos-carousel-container .inner .lp-logos-carousel .owl-stage-outer {
    overflow: visible;
}

.lp-logos-carousel-container .inner .lp-logos-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.lp-logos-carousel-container .inner .lp-logos-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-logos-carousel-container .inner .lp-logos-carousel .item img {
    display: block;
    max-width: 150px;
    max-height: 42px;
    width: 100%;
    height: auto;
    transition: all 0.25s ease;
}

.lp-logos-carousel-container .inner .lp-logos-carousel .item img:hover {
    transform: scale(1.1);
}

.lp-logos-carousel-container p.button {
    margin: 0;
    display: flex;
    justify-content: center;
}

.lp-logos-carousel-container p.button a {
    height: auto;
    line-height: 30px;
    padding: 14px 30px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

@media screen and (max-width: 789px) {
    .lp-logos-carousel-container p.button a {
        font-size: 20px;
    }
}

.lp-case-studies {
    padding: 20px 0 140px;
}

.lp-case-studies .inner {}

.lp-case-studies .inner h2 {
    margin: 0 0 50px;
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 789px) {
    .lp-case-studies {
        padding: 20px 0 40px;
    }

    .lp-case-studies .inner h2 {
        margin: 0 0 40px;
        font-size: 40px;
    }
}

.lp-case-studies .inner .lp-case-studies-carousel {}

.lp-case-studies .inner .lp-case-studies-carousel .item {}

.lp-case-studies .inner .lp-case-studies-carousel .item a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    transition: all 0.35s ease;
}

.lp-case-studies .inner .lp-case-studies-carousel .item a:hover {
    transform: scale(0.95);
    opacity: 0.8;
}

.lp-case-studies .inner .lp-case-studies-carousel .item a img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
}

.lp-case-studies .inner .lp-case-studies-carousel .item a h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-right: 20px;
}

@media screen and (max-width: 789px) {
    .lp-case-studies .inner .lp-case-studies-carousel .item a h3 {
        font-size: 24px;
    }
}

.lp-case-studies .inner .lp-case-studies-carousel .item a p {
    color: #B5BCCF;
    font-size: 20px;
    padding-right: 20px;
}

.lp-contact-form-container {
    padding: 70px 0;
    background-color: #262C40;
}

@media screen and (max-width: 789px) {
    .lp-contact-form-container {
        padding: 40px 0;
    }
}

.lp-contact-form-container .inner {
    max-width: 1180px;
}

.lp-contact-form-container .inner .cols {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 789px) {
    .lp-contact-form-container .inner .cols {
        flex-wrap: wrap;
    }
}

.lp-contact-form-container .inner .cols .col:nth-child(1) {
    width: 50%;
    max-width: 590px;
}

.lp-contact-form-container .inner .cols .col h2 {
    font-size: 48px;
    font-weight: 700;
    color: #05B0BA;
}

.lp-contact-form-container .inner .cols .col p {
    font-size: 36px;
    color: #fff;
}

@media screen and (max-width: 789px) {
    .lp-contact-form-container .inner .cols .col:nth-child(1) {
        width: 100%;
        max-width: 100%;
    }

    .lp-contact-form-container .inner .cols .col h2 {
        font-size: 30px;
    }

    .lp-contact-form-container .inner .cols .col p {
        font-size: 24px;
    }
}

.lp-contact-form-container .inner .cols .col:nth-child(2) {
    width: 45%;
    max-width: 520px;
}

@media screen and (max-width: 789px) {
    .lp-contact-form-container .inner .cols .col:nth-child(2) {
        width: 100%;
        max-width: 100%;
    }
}

footer.lp-footer {
    padding: 90px 0;
}

footer.lp-footer.alt {
    padding: 40px 0 200px;
    background-image: url(images/abstract-lp-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

@media screen and (max-width: 789px) {
    footer.lp-footer {
        padding: 60px 0 20px;
    }

    footer.lp-footer.alt {
        padding: 0px 0 100px;
    }
}

footer.lp-footer .footer-cta {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto 180px;
}

footer.lp-footer .footer-cta h2 {
    text-align: center;
    color: #05B0BA;
    font-size: 70px;
    font-weight: 700;
    margin: 0 0 40px;
}

footer.lp-footer .footer-cta .button {
    display: flex;
    justify-content: center;
    text-align: center;
}

footer.lp-footer .footer-cta .button a {
    height: auto;
    line-height: 30px;
    padding: 14px 30px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

@media screen and (max-width: 789px) {
    footer.lp-footer .footer-cta {
        margin: 0 auto 60px;
    }

    footer.lp-footer .footer-cta h2 {
        font-size: 30px;
    }

    footer.lp-footer .footer-cta .button a {
        font-size: 20px;
    }
}

footer.lp-footer .inner {
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer.lp-footer .inner>div {
    width: calc(100% / 3);
}

@media screen and (max-width: 789px) {
    footer.lp-footer .inner {
        flex-wrap: wrap;
    }

    footer.lp-footer .inner>div {
        width: 50%;
        margin: 0;
        order: 2;
    }
}

footer.lp-footer .inner>div img {
    display: block;
    width: 266px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

footer.lp-footer .inner>div p {
    font-size: 24px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 789px) {
    footer.lp-footer .inner>div img {
        width: 150px;
    }

    footer.lp-footer .inner>div p {
        font-size: 16px;
    }

    footer.lp-footer .inner>div:nth-child(2) {
        order: 1;
        width: 100%;
        margin: 0 0 40px;
    }
}

footer.lp-footer .inner>div:nth-child(1) p {
    text-align: left;
}

footer.lp-footer .inner>div:nth-child(3) p {
    text-align: right;
}

#crmWebToEntityForm form input {}