/*
Theme Name: Frequency
Theme URI: https://frequencyads.com
Author: Cody Miles
Author URI: https://brandcave.co
Description: Website for Frequency built on Understrap
Version: 1.6.3.
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
	overflow-x: hidden;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Montserrat', sans-serif;
    color:#111;
    /*font-weight: 500;
    font-size: 16px*/
}
/**********************************BASICS**************************************/
a {
    color: #169bde;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3 {
    font-weight: 400;
    letter-spacing: -1px
}

.h1, h1 {
    font-size: 3.5rem;
    letter-spacing: -3px
}
h3 {
    font-size: 1.4rem;
    color: #706F71;
    font-weight:700
}
h1.huge {
    font-size: 4rem;
}
@media (min-width: 1200px) {
.h2, h2 {
    font-size: 2rem !important;
}
	h1.huge {
    font-size: 100px;
}
}
.bg-dark{background-color:#111 !important}
.bg-light{background-color:#f5f5f5 !important}
.bg-grey {background-color: #222 !important}
span.divider {
    height: 2px;
    width: 200px;
    display: block;
    color: transparent;
    background: linear-gradient(to left, #169bde, #e02cbf, #6fa3df, #169bde);
    background-size: 1000px 100%;
    animation: colorize 60s linear infinite;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    margin: 0 0 30px;
}
.colorize {
    color: transparent;
    background: linear-gradient(to left, #169bde, #e02cbf, #6fa3df, #169bde);
    background-size: 1000px 100%;
    animation: colorize 60s linear infinite;
    background-clip: text;
    -webkit-background-clip: text;
}

@keyframes colorize {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 10000px;
    }
}
#to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: rgba(22,155,222,0.8);
    transition: background-color .3s, opacity .5s, visibility .5s;
    width:40px;
    height:40px;
    border-radius: 50% !important;
    z-index: 1000;
    margin:0;
    padding:0
}


    #to-top::after {
        content: "\f077";
        font-family: 'Font Awesome 5 Pro';
        font-weight: normal;
        font-style: normal;
        font-size: 1em;
        color: #fff;
        line-height:20px
    }

    #to-top:hover {
        cursor: pointer;
        background-color: #333;
    }

    #to-top:active {
        background-color: #555;
    }

.btn-outline-secondary {
    color: #111;
    border-color: #111;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #111;
        border-color: #111;
    }
.text-secondary{color:#9171F6 !important}
.text-primary {color: #169bde !important}
.bold{font-weight:700}
.bg-primary {
    background-color: #169bde !important;
}
.bg-success {background-color:#5AB267 !important}
.bg-purple {
    background-color: #9171F6;
}
.bg-purple-dark {
    background-color: #5B34EC;
}
.form-label {
    margin-bottom: 0;
}
.form-control, .form-select {
    border-radius: 2px !important
}
    .form-control:focus {
        color: #222;
        background-color:#fff;
        border-color: rgba(22,155,222,1);
        outline: 0;
        /*box-shadow: none !important*/
    }
.form-check-input:checked {
    background-color: #169bde;
    border-color: #169bde;
}
.form-floating > label {
    left: 12px;
}
.badge{border-radius:3px !important}
.min-vh-50{min-height:50vh !important}
.min-vh-75{min-height:75vh !important}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
    border-left-width: 1px;
    border-left-color: rgb(233, 236, 239);
  border-left-width: .25rem;
  border-radius: .25rem;
}
.bd-callout-info {
  border-left-color: #169bde;
}
    /**********************************BASICS END**************************************/
    /**********************************NAVIGATION**************************************/
    .navbar {
    background: #000;
    border-bottom: solid 1px #222;
    padding: 1.4rem 0;
    font-family: 'Montserrat';
    z-index: 1000
}
.navbar-brand {
    width: 240px;
    height: 65px;
    cursor: pointer;
    background: url(./images/Frequency_logo-white.png) no-repeat left center;
    background-size: contain;
    transition: ease-in 0.3s;
    margin-left:15px
}
.navbar-nav .nav-link {
    color: #fff !important;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 0.785rem;
    font-weight: 600;
    transition: 0.5s;
    padding-left: 0 !important;
    padding-right: 0 !important
}
.navbar-nav li{margin-right:20px}
nav .btn {
    padding: 0.35rem 1rem;
    line-height: 1.5;
}
.navbar .dropdown-menu{border-radius:2px;padding:1rem 0;line-height:1.8}
.navbar .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 600;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: 0.785rem;
}
    .navbar .dropdown-item.selected {
        color:#169bde
    }
    .navbar .dropdown-item:hover {
        color: #169bde
    }
/****NEW clickable parent******/
@media (min-width: 991px) {
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        margin: 5px 0 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 160px;
        }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 0px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

    .navbar .dropdown a i {
        font-size: 10px;
        margin-left: 2px;
    }
}
    /****NEW clickable parent end******/
    .fixed-top {
        top: -40px;
        transform: translateY(40px);
        transition: transform .3s;
        box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
        height: 70px;
        background: #fff;
        border-bottom: none
    }

        .fixed-top .navbar-brand {
            width: 200px;
            height: 50px;
            cursor: pointer;
            background: url(./images/Frequency_logo-dark.png) no-repeat left center;
            background-size: contain;
            transition: ease-in 0.3s
        }

        .fixed-top .nav-link {
            color: #111 !important;
        }

        .fixed-top .btn-outline-light {
            color: #111;
            border-color: #111;
        }

    .nav-link {
        background: linear-gradient(to left, #e02cbf, #169bde) no-repeat right bottom / 0 var(--bg-h);
        transition: background-size 350ms;
        --bg-h: 100%;
    }

        .nav-link:where(:hover, :focus-visible) {
            background-size: 100% var(--bg-h);
            background-position-x: left;
        }

    .nav-link {
        padding-bottom: 2px;
        --bg-h: 2px;
    }

	.nav-link.selected {
		background-size: 100% var(--bg-h);
		background-position-x: left;
	}

	.active .nav-link {
		background-size: 100% var(--bg-h);
		background-position-x: left;
	}

    .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
        border: none !important;
        box-shadow: none !important
    }
    .navbar-toggler-icon {
        background-image: none !important;
    }
        .navbar-toggler-icon::before {
            font-family: 'Font Awesome 5 Pro';
            content: "\f0c9";
            font-size: 2rem;
            font-weight: 300;
            color: #fff
        }

    .fixed-top .navbar-toggler-icon::before {
        color: #000
    }
    @media (max-width: 991px) {
        .fixed-top.navbar {
            padding: 0;
            height: 85px
        }

        .navbar-brand {
            width: 200px;
        }
        .navbar .dropdown-menu {
        /*display:block;*/
        background:none;
        border:none
        }
            .navbar .dropdown-menu .dropdown-item {
                color: #fff;
                padding:0
            }
        .fixed-top.navbar .dropdown-menu .dropdown-item {
            color: #111;
            padding: 0
        }
            .navbar .dropdown-menu li {
                margin-left: 0px;
            }
        }
    /**********************************NAVIGATION END**************************************/


    /**********************************HERO**************************************/
    /*** Hero Section ***/
    .hero {
        width: 100vw;
        height: calc(100vh - 100px);
        overflow: hidden;
        position: relative;
        background: #000
    }

    .hero_video {
        object-fit: fill;
        width: 100%;
        height: 45%;
        position: absolute;
        bottom: 0;
    }

    .main {
        text-align: left;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        padding-left: 0
    }

        .main h1 {
            font-weight: 600;
            letter-spacing: -2px;
        }

        .main h5 {
            font-size: 1.3rem;
            padding: 10px 0 20px
        }

    .video-container {
        height: 100%;
        width: 100%;
        position: relative;
    }

        .video-container video {
            width: 100%;
            height: 100%;
            position: absolute;
            object-fit: cover;
            z-index: 0;
        }

    .lifecycle .video-container {
        /*height: 100%;
    width: 100%;
    position: relative;*/
        height: 70vh;
        object-fit: cover;
        left: -70px;
        top: 0;
        z-index: -1;
    }
    /*.lifecycle .video-container video {
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 138%;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}*/
    .video-container .caption {
        z-index: 1;
        position: relative;
        text-align: center;
        color: #169bde;
        padding: 10px;
        justify-content: center;
        display: flex;
        align-items: center;
        min-height: 520px;
    }

    .lifecycle .video-container .caption {
        min-height: 70vh
    }

.caption h3 {
    width: 360px;
    font-weight: 700;
    font-size: 1.75rem
}

    .lifecycle h1 {
        font-size: 3rem
    }

    .lifecycle-content {
        position: relative;
        left: -80px
    }

    .divide-waves {
        background: url(./images/separate.png) no-repeat center;
        background-size: auto;
        background-size: cover;
        min-height: 400px;
        padding: 0 !important;
        position: relative;
        top: -100px;
        z-index: -1
    }

    .hero.small {
        height: 50vh
    }

    @media (min-width: 1921px) {
        .divide-waves {
            min-height: 550px;
            background-position: center bottom
        }
    }

    @media (max-width: 1200px) {
        .lifecycle .video-container {
            left: 0
        }

        .lifecycle-content {
            left: 0
        }
    }

    @media (max-width: 600px) {
        .caption h3 {
            width: 300px
        }

        .lifecycle h1 {
            font-size: 2rem
        }
    }

    .hero-solutions {
        /*background: #111;*/
        /*color: #fff;*/
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(./images/splash-1.jpg) no-repeat center;
        background-size: cover;
        height: 100vh;
        position: relative;
        top: -100px
    }
.hero-advertisers {
    background: url(./images/hero-advertisers.png) no-repeat top right;
    background-size: contain;
    min-height: 80vh;
}
    .hero-news {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url(./images/contact.jpg) no-repeat center;
        background-size: cover;
        height: 45vh !important;
    }
.hero-news-right{
	background-image: url(https://frequencyads.com/wp-content/uploads/2024/05/news-back.jpg);
  	background-repeat: no-repeat;
  	background-position: right top;
  	background-size: contain;
}

    .hero-contact {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(./images/contact-us.jpg) no-repeat center;
        background-size: cover;
        height: 45vh !important;
    }
.hero-deepdive {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./images/hero-deepdive.jpg) no-repeat center right;
    background-size: cover;
    height: 45vh !important;
}

    .hero-newsletter {
        background: url(./images/01_transparent.png) no-repeat center;
        background-size: cover;
        min-height: 65vh;
    }
.hero-main-contact {
    background: url(./images/03_right.png) no-repeat bottom right;
    background-size: contain;
    min-height: 50vh;
}
    .hero-contact-form {
        background: url(./images/01-1_transparent.png) no-repeat center left;
        background-size: cover;
        min-height: 50vh;
    }
.hero-dark-cta {
    background: url(./images/back-cta-dark.jpg) no-repeat center;
    background-size: cover;
    min-height: 60vh;
}
.hero-light-cta {
    background: url(./images/02-1_transparent.png) no-repeat top right;
    background-size: contain;
    min-height: 60vh;
}
.hero-cases {
        background: url(./images/frequency-still03.png) no-repeat top right;
        background-size: cover;
        min-height: 50vh;
    }

    /*** Hero Section END ***/

    /***********************Styles regular***********************************/
    @media (min-width: 1440px) {
        .container, .container-sm, .container-md, .container-lg, .container-xl {
            max-width: 1380px;
        }
    }

    .card h5 {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Montserrat';
    }
    /*******************BUTTONS******************************/
    nav .btn {
        padding: 0.375rem 1rem;
        line-height: 1.5
    }

    .btn {
        padding: 0.5rem 1rem;
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-size: 0.785rem;
        font-weight: 600;
        line-height: 2;
        border-radius: 2px !important;
    }

    .btn-lg, .btn-group-lg > .btn {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 0.25rem 1rem;
        font-size: 0.75rem;
    }

    .btn-check:focus + .btn, .btn:focus {
        outline: 0;
        box-shadow: none !important
    }

    .btn-primary {
        color: #fff;
        background-color: #169bde;
        border-color: #169bde;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #0B5A9F;
            border-color: #0B5A9F;
        }

        .btn-primary:focus, .btn-primary.focus {
            color: #fff;
            background-color: #0B5A9F;
            border-color: #0B5A9F;
        }

    .btn-secondary {
        color: #fff;
        background-color: #111;
        border-color: #111;
    }

    .btn-success {
        background-color: #5AB267;
        border-color: #5AB267;
    }

    .btn-warning {
        background-color: #E79E26;
        border-color: #E79E26;
    }

    .btn-purple {
        color: #fff;
        background-color: #9171F6;
        border-color: #9171F6;
    }

        .btn-purple:hover, .btn-purple:focus {
            color: #fff;
            background-color: #7E57C2;
            border-color: #7E57C2;
        }
.btn-purple-dark {
        color: #fff;
        background-color: #5B34EC;
        border-color: #5B34EC;
    }

        .btn-purple-dark:hover, .btn-purple-dark:focus {
            color: #fff;
            background-color: #4A2EB3;
            border-color: #4A2EB3;
        }

    section {
        width: 100vw;
        display: flex;
        justify-content: center;
        padding: 120px 0
    }

    #loom-companion-mv3 section {
        padding: 0
    }

    .list-fq {
        display: block;
        margin-top: 40px;
        padding-left: 30px
    }

        .list-fq li::before {
            content: "\f8f1";
            line-height: unset;
            font-family: 'Font Awesome 5 Pro';
            color: #169bde;
            padding-right: 8px
        }

        .list-fq li {
            padding: 2px 0;
            display: table;
            margin: 6px 0;
            margin-left: 0;
            font-size: 18px;
            line-height: 1.2;
            text-indent:-30px;
            list-style-position:outside;
                font-family:Montserrat;
                font-weight:400
        }

        .list-fq ul {
            list-style: none;
        }

    /***********************Styles regular END***********************************/



    /****************************FOOTER START***************************************/
    #footer {
        background: #111;
        padding: 3rem 0 0
    }

        #footer ul {
            display: inline-block;
            list-style: none;
            padding-left: 0 !important
        }

        #footer h5 {
            font-size: 14px;
            text-transform: uppercase;
            font-family: 'Montserrat';
            font-weight: 600;
            color: #fff
        }

        #footer ul li {
            margin: 0
        }

        #footer .footer-links {
            margin-top: 20px
        }

            #footer .footer-links a {
                color: #ddd;
                transition: ease-in 0.2s;
                font-weight: 400;
                font-size: 14px;
                margin-top: 20px;
                text-decoration: none
            }
            #footer .footer-links a:hover {
            color:#169bde}
                #footer .logo {
                    height: 50px;
                    width: auto
                }

        #footer a:hover {
            color: #169bde;
            text-decoration: none
        }

        #footer .copyright {
            position: relative;
            bottom: 20px;
            padding-top: 100px
        }

        #footer .copy {
            opacity: 0.8;
            padding: 15px 0;
            color: #bbb;
            display: inline-block;
            font-size: 14px;
			text-align:left
        }
		#footer .follow {
			text-align:right;
			width:100%;
			display:inline-block
		}
            #footer .copy a {
                color: #bbb;
                text-decoration: none
            }

                #footer .copy a:hover {
                    color: #eee
                }

        #footer a.sm-menu {
            color: #169bde
        }

        #footer .footer-newsletter {
            background: rgba(255,255,255,0.1);
            padding: 15px 20px;
            border-radius: 2px;
            margin-top: 5px
        }

        #footer .form-control {
            display: block;
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #fff;
            background-color: rgba(255,255,255,0.15);
            background-clip: padding-box;
            border: 0px solid #ced4da;
            border-radius: .15rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }

        #footer .social {
            font-size: 22px;
            vertical-align: middle;
            padding-left: 5px;
        }
@media (max-width: 680px) {
    #footer .hstack {
        display: block
    }
	#footer .follow {
			text-align:left;
			width:100%;
			display:inline-block;
		padding-left:15px
		}
}

    /*****************FOOTER END************************/


    /**********************COUNT BOX****************************/
    .row-count-box {
        display: table;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 50px 0 80px;
    }

        .row-count-box .count-box {
            display: inline;
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0%;
            width: 33%;
        }

.box-content {
    margin-right: 15px;
    padding: 40px 30px;
    height: 240px;
    color: #222;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -o-transition: all .1s linear 0s;
    transition-property: all .1s linear 0s;
    /*background: #fff;*/
    background: rgba(255,255,255,.8);
    border: solid 1px #ddd;
    box-shadow: 1px 7px 13px -13px rgba(0, 0, 0, 0.8);
}

        .box-content h3 {
            color: #222;
            font-size: 5rem;
            font-family: 'Montserrat', sans-serif;
            -webkit-transition: all .1s linear 0s;
            -moz-transition: all .1s linear 0s;
            -o-transition: all .1s linear 0s;
            transition-property: all .1s linear 0s;
            font-weight:400
        }

            .box-content h3 span {
                display: block;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 0;
                text-transform: uppercase
            }
        .box-content span.nr {
            color: #222;
            font-size: 5rem;
            font-family: 'Montserrat', sans-serif;
            display:inline-block
        }
    .box-content  sup  {
    top: -0.25em !important;
}

    .visibletxt {
        visibility: visible;
        margin-top: 0;
        font-size: 16px;
        color: #169bde;
        font-weight: 600;
        position: relative;
        top: -10px;
        -webkit-transition: all .1s linear 0s;
        -moz-transition: all .1s linear 0s;
        -o-transition: all .1s linear 0s;
        transition-property: all .1s linear 0s;
    }


    .box-content:hover {
        box-shadow: none;
        backdrop-filter: blur(7.6px);
        -webkit-backdrop-filter: blur(7.6px);
    }

        .box-content:hover .visibletxt {
            color: #169bde;
            top: -20px
        }

    /* ––––––––––––––––––––––––––––––––––––––––––––––––––
960px
–––––––––––––––––––––––––––––––––––––––––––––––––– */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .row-count-box .count-box {
            display: block;
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 5px auto;
            width: 50%;
        }
    }

    /* ––––––––––––––––––––––––––––––––––––––––––––––––––
MOBILE 100%
–––––––––––––––––––––––––––––––––––––––––––––––––– */

    @media only screen and (max-width: 767px) {
        .row-count-box .count-box {
            display: block;
            float: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0 auto;
            width: 100%;
        }

        .box-content {
            margin: 15px 0;
            height: auto
        }

        .count-box .box-content h3 {
            font-size: 3rem
        }
    }
    /**********************COUNT BOX END****************************/

    /****************PUBLISHERS & ADVERTISERS******************************/
.publishers-circle .video-container {
    height: 130%;
    width: 100%;
    position: relative;
    left: 0;
    top: -50px;

}
    /*.publishers-circle .video-container .caption {
        z-index: 1;
        position: relative;
        text-align: center;
        color: #169bde;
        padding: 10px;
        justify-content: center;
        display: flex;
        align-items: center;
        min-height: 520px;
    }*/
    .publishers-circle-content {
        width:300px;
        padding-top:130px
    }
        .publishers-circle-content h3 {
            font-size: 1.2rem;
            width: auto;
        }
        .publishers-circle-content .logo {
            height: 50px;
            margin: 10px 0 20px
        }
@media only screen and (max-width: 767px) {
    .publishers-circle .video-container {
        height: 100%;
        top: 0;
    }
    .publishers-circle-content {
        width: 300px;
        padding-top: 0
    }
}
    /****************PUBLISHERS & ADVERTISERS END******************************/



    /*********************SLIDER HORIZONTAL******************************/
    .hs {
        display: flex;
        overflow-x: scroll;
        justify-content: space-between;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        margin: 0 -20px;
    }

        .hs::-webkit-scrollbar {
            display: none;
        }

    .hs__header {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: end;
    }

    .hs__headline {
        flex: 1;
    }

    .hs__arrows {
        align-self: center;
    }

        .hs__arrows .arrow:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            content: "";
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=") no-repeat;
            background-size: contain;
            /*filter: brightness(5);*/
            width: 26px;
            height: 18px;
            cursor: pointer;
        }

        .hs__arrows .arrow.disabled:before {
            filter: brightness(4);
            /*border:solid 1px #757575;*/
            padding: 15px;
        }

        .hs__arrows .arrow.arrow-prev:before {
            transform: rotate(90deg);
            margin-right: 20px;
            /*border: solid 1px #757575;*/
            padding: 15px;
        }

        .hs__arrows .arrow.arrow-next:before {
            transform: rotate(-90deg);
            /*border: solid 1px #757575;*/
            padding: 15px;
        }

    .hs__item {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: calc(100% / 4 - (10px * 2) - (20px / 4));
        margin: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .hs__item .card {
           min-height: 400px;
            border-radius: 2px
        }

        .hs__item .card-img, .hs__item .card-img-top {
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
			height: 220px;
			object-fit: cover;
        }

        .hs__item .card-title {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            font-weight: 600;
			letter-spacing: -1px;
			color:#111;
        }

        .hs__item .card-text {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            line-clamp: 5;
            -webkit-box-orient: vertical;
        }

    @media only screen and (max-width: 990px) {
        .hs__item {
            flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));
        }
    }

    .hs__item:last-child:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 1px;
        right: calc(10px * 2 * -1);
    }

    .hs__item:first-child {
        /*margin-left: calc(10px * 2);*/
        margin-left: -10px
    }

    .hs__item__description {
        z-index: 1;
        align-self: flex-start;
        margin: 10px 0;
    }

    .hs__item__subtitle {
        color: #aaa;
        display: block;
    }

    .hs__item__image__wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }

    .hs__item__image {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    @media only screen and (min-width: 990px) {
        .hs__wrapper {
            overflow: hidden;
        }
    }

    @media (hover: none) and (pointer: coarse) {
        .hs__wrapper .hs__arrows {
            display: none;
        }

        .hs__wrapper .hs__item {
            flex: 1 0 calc(23% - 10px * 2);
        }
    }

    @media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
        .hs__wrapper .hs__item {
            flex: 1 0 calc(45% - 10px * 2);
        }
    }
    /*********************SLIDER HORIZONTAL END******************************/



    /*********************MEDIA QUERY******************************/

    @media (max-width: 991px) {
        .main h1 {
            font-size: 2.5rem
        }

        h1 {
            font-size: 2rem;
            letter-spacing: -2px
        }
		
    }
@media (max-width: 680px) {
  .pt-xs-0 {padding-top: 0 !important;}
  .pt-xs-1 {padding-top: 0.25rem !important;}
  .pt-xs-2 {padding-top: 0.5rem !important;}
  .pt-xs-3 {padding-top: 1rem !important;}
  .pt-xs-4 {padding-top: 1.5rem !important;}
  .pt-xs-5 {padding-top: 3rem !important;}
  .pb-xs-0 {padding-bottom: 0 !important;}
  .pb-xs-1 {padding-bottom: 0.25rem !important;}
  .pb-xs-2 {padding-bottom: 0.5rem !important;}
  .pb-xs-3 {padding-bottom: 1rem !important;}
  .pb-xs-4 {padding-bottom: 1.5rem !important;}
  .pb-xs-5 {padding-bottom: 3rem !important;}
}
    @media(min-width:1440px) {
        .video-container {
            height: 100%;
            width: 100%;
            position: relative;
            left: 80px
        }
    }

    #menu-toggle {
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        cursor: pointer;
        display: none;
    }

        #menu-toggle:hover .bar {
            width: 35px;
        }

        #menu-toggle.closeMenu .bar {
            width: 35px;
        }

            #menu-toggle.closeMenu .bar:first-child {
                transform: translateY(7px) rotate(45deg);
            }

            #menu-toggle.closeMenu .bar:nth-child(2) {
                transform: scale(0);
            }

            #menu-toggle.closeMenu .bar:last-child {
                transform: translateY(-7px) rotate(-45deg);
            }

    .bar {
        width: 35px;
        height: 2px;
        background: #fff;
        transition: 0.3s ease-in-out;
    }

    .fixed-top .bar {
        height: 2px;
        background: #000;
    }

    .bar:nth-child(2) {
        width: 30px;
        margin: 5px 0;
    }

    .bar:last-child {
        width: 25px;
    }

    @media screen and (max-width: 991px) {
        .fixed-top {
            top: -55px;
        }

            .fixed-top.navbar {
                padding: 1.4rem 0
            }

        .navbar-nav {
            height: 100vh
        }

        #menu-toggle {
            display: flex;
        }

        .fixed-top.navbar > .container {
            background: #fff
        }

        .navbar-collapse {
            padding-bottom: 20px
        }

        .navbar-nav li {
            margin-left: 20px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 991px) {
        .navbar > .container, .container-md, .container-sm {
            max-width: 100%;
        }
    }






    /***********************TEAM*******************************/
    .lifecycle {
        padding: 40px 0;
        background: #020202
    }

    .tt {
        min-height: 580px;
        width: 100%;
        background: url(./images/07_transparent.png) no-repeat right bottom;
        background-size: cover;
        padding: 120px 0 0;
        margin-bottom: 80px
    }

    .stats {
        min-height: calc(80vh - 100px);
        width: 100%;
        background: url(./images/grey-wave-fade-1.png) repeat-x center bottom;
        background-size: contain;
        padding: 20px 0 0;
        margin-bottom: 0
    }
    /*@media (min-width: 1921px) {
    .stats {
        min-height:100vh;
    }
    }*/
    @media (max-width: 1680px) {
        .stats {
            background-position: center bottom -50px
        }
    }

    .team {
        margin: 40px 0;
    }

    .at-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border: 1px solid #ddd;
    }

        .at-grid[data-column="1"] .at-column {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            flex-basis: 100%;
        }

        .at-grid[data-column="2"] .at-column {
            width: 50%;
            max-width: 50%;
            min-width: 50%;
            flex-basis: 50%;
        }

        .at-grid[data-column="3"] .at-column {
            width: 33.3333333333%;
            max-width: 33.3333333333%;
            min-width: 33.3333333333%;
            flex-basis: 33.3333333333%;
        }

        .at-grid[data-column="4"] .at-column {
            width: 25%;
            max-width: 25%;
            min-width: 25%;
            flex-basis: 25%;
        }

        .at-grid[data-column="5"] .at-column {
            width: 20%;
            max-width: 20%;
            min-width: 20%;
            flex-basis: 20%;
        }

        .at-grid[data-column="6"] .at-column {
            width: 16.6666666667%;
            max-width: 16.6666666667%;
            min-width: 16.6666666667%;
            flex-basis: 16.6666666667%;
        }

        .at-grid[data-column="7"] .at-column {
            width: 14.2857142857%;
            max-width: 14.2857142857%;
            min-width: 14.2857142857%;
            flex-basis: 14.2857142857%;
        }

        .at-grid[data-column="8"] .at-column {
            width: 12.5%;
            max-width: 12.5%;
            min-width: 12.5%;
            flex-basis: 12.5%;
        }

        .at-grid[data-column="9"] .at-column {
            width: 11.1111111111%;
            max-width: 11.1111111111%;
            min-width: 11.1111111111%;
            flex-basis: 11.1111111111%;
        }

    .at-column {
        z-index: 0;
        position: relative;
        background: rgba(255,255,255,0.9);
        box-shadow: 0 0 0 1px #ddd;
        padding: 10px;
        box-sizing: border-box;
        transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    }

        .at-column.small {
            height: 150px
        }

        .at-column:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .at-column.small img {
            max-width: 100%;
            width: auto;
            height: 50px;
            opacity: 0.7
        }

            .at-column.small img.sm {
                padding: 8px
            }

            .at-column.small img.lg {
                padding: 60px
            }

        .at-column.small:hover img {
            opacity: 1
        }

        .at-column.small:before {
            content: "";
            display: block;
            padding-top: 0;
        }

        .at-column:hover {
            z-index: 1;
            box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
            transform: scale(1.05);
            transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
            background: #fff
        }

            .at-column:hover .at-social {
                margin: 16px 0 0;
                opacity: 1;
            }

            .at-column:hover .at-user__avatar {
                transform: scale(1.1);
                transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
            }

    @media (max-width: 800px) {
        .at-column {
            width: 50% !important;
            max-width: 50% !important;
            min-width: 50% !important;
            flex-basis: 50% !important;
        }
    }

    @media (max-width: 600px) {
        #team .at-column {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 100% !important;
            flex-basis: 100% !important;
            height: 240px
        }
		.at-column {
            width: 50% !important;
            max-width: 50% !important;
            min-width: 50% !important;
            flex-basis: 50% !important;
            height: 240px
        }

            .at-column.small img {
                opacity: 0.7;
				max-width: 100%;
				width: auto;
				height: 40px;
            }
    }

    .at-user {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate(0, -50%);
        text-align: center;
    }

    .at-user__avatar {
        width: 140px;
        height: 140px;
        border-radius: 100%;
        margin: 0 auto 20px;
        overflow: hidden;
    }

        .at-user__avatar img {
            display: block;
            width: 100%;
            max-width: 100%;
        }

    .at-user__name {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Montserrat';
    }

    .at-user__title {
        color: #169bde;
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Montserrat';
        font-weight: 600
    }

    .at-social {
        margin: 0 0 -18px;
        opacity: 0;
        transition: margin 0.2s ease, opacity 0.2s ease;
    }

    .at-social__item {
        display: inline-block;
        margin: 0 10px;
    }

        .at-social__item a {
            display: block;
        }

        .at-social__item svg {
            fill: #515F65;
            display: block;
            height: 18px;
            transition: fill 0.2s ease;
        }

            .at-social__item svg:hover {
                fill: #788D96;
            }

    @media only screen and (min-width: 768px) and (max-width: 1440px) {
        .at-user__avatar {
            width: 100px;
            height: 100px;
        }
    }


    /***********************TEAM END*******************************/






    /***********************ABOUT PAGE***************************/
    .hero.about {
        width: 100vw;
        height: calc(75vh - 0px);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        /*background: url(./images/about.jpg) no-repeat center;
        background-size: cover;*/
        color: #fff;
    }

        .hero.about h1 {
            font-weight: 400;
            letter-spacing: -2px;
            color: #fff
        }

    .about-1 {
        background: url(./images/splash-1.jpg) no-repeat center;
        background-size: cover;
        min-height: 600px;
        color: #fff;
        padding: 0 20px 20px
    }

    .hero-team {
        width: 100vw;
        min-height: calc(100vh - 200px);
        overflow: hidden;
        position: relative;
        background: url(./images/08_white.jpg) no-repeat left top;
        background-size: cover;
    }

    .work-with-us {
        height: auto !important;
        min-height: 300px;
        background-attachment: fixed !important
    }

    .hero-advisors {
        width: 100vw;
        height: auto;
        overflow: hidden;
        position: relative;
        /*background: url(./images/06_transparent.png) no-repeat left bottom;
        background-size: contain;*/
    }
    /***We are****/
    .weare {
        background: url(./images/we-are.jpg) no-repeat center fixed;
        background-size: cover;
        min-height: 600px;
        color: #fff
    }

        .weare .card {
            min-height: 160px;
            width: calc(20% - 20px);
            background-color: rgba(255, 255, 255, 0.06);
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
            display: inline-flex;
            /*right: 0;
        top: 0;
        bottom: 0;*/
            border-radius: 0;
            -webkit-box-shadow: 20px 20px 22px rgba(0, 0, 0, 0.2);
            box-shadow: 20px 20px 22px rgba(0, 0, 0, 0.2);
            transition: ease-in-out 0.5s;
            margin: 5px;
            border: none;
            justify-content: center;
        }

            .weare .card.wide {
                width: calc(30% - 20px);
            }

            .weare .card.color1 {
                background-color: rgba(80, 182, 232, 0.3);
                -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
            }

            .weare .card.color2 {
                background-color: rgba(172, 72, 212, 0.20);
                -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
            }

        .weare .card-img {
            height: 120px;
            width: 120px;
            background-color: rgba(255, 255, 255, 0.06);
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
            border-radius: 50%;
            position: absolute;
            margin: 30px auto 20px auto;
            left: 0;
            right: 0;
            padding: 10px
        }

            .weare .card-img img {
                height: 86%;
                border-radius: 50%;
                margin-left: 7%;
                margin-top: 7%;
            }

        .weare h4 {
            margin: 0;
            font-size: 18px
        }

        .weare .desc {
            width: 100%;
            text-align: center;
            position: absolute;
            /*top: 50%;
        transform: translatey(-50%);*/
            padding: 30px 20px;
        }

            .weare .desc h1 {
                font-size: 64px
            }

        .weare .primary-text {
            font-weight: 400;
            margin: 5px 0;
            transition: ease 0.5s
        }

            .weare .primary-text span {
                font-weight: 600;
                font-size: 22px;
            }

        .weare .secondary-text {
            color: #c0c0c0;
            font-weight: 400;
            font-size: 14px;
            margin: 5px 0;
        }

        .weare .card:hover .primary-text span {
            color: #169bde;
            transition: ease 0.5s;
        }

        .weare .details {
            display: -ms-grid;
            display: grid;
            width: 100%;
            height: 70px;
            padding: 5px 0;
            -ms-grid-columns: auto auto;
            grid-template-columns: auto auto;
            background-color: rgba(255, 255, 255, 0.06);
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
            position: absolute;
            bottom: 0;
            border-radius: 0 0 8px 8px;
        }

            .weare .details > div {
                text-align: center;
            }

                .weare .details > div:first-child {
                    border-right: 2px solid rgba(255, 255, 255, 0.08);
                }

    @media only screen and (max-width: 991px) {
        .weare .card {
            width: calc(100% );
        }

            .weare .card.wide {
                width: calc(100% );
            }
    }
    /***We are END****/

    /***********************ABOUT PAGE END***************************/


    /***********************PUBLISHERS PAGE***************************/
    .hero.publishers {
        width: 100vw;
        height: calc(75vh - 0px);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        background: url(./images/audio-publishers.jpg) no-repeat center;
        background-size: cover;
        color: #fff
    }

    .back-cards {
        min-height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        /*background: url(./images/01_transparent.png) no-repeat center;
    background-size: cover;*/
        color: #fff
    }

    .back-cards1 {
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-top: 0px;
        background: url(./images/01-1_transparent.png) no-repeat left bottom;
        background-size: cover;
        color: #fff
    }

    .back-cards2 {
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-top: 0px;
        background: url(./images/01-1_transparent.png) no-repeat left bottom;
        background-size: contain;
        color: #fff
    }

    @media (min-width:1921px) {
        .back-cards1 {
            min-height: 75vh;
        }
    }

    @media (max-width:768px) {
        .back-cards1 {
            background-size: contain;
        }
    }

    @media only screen and (max-width:1600px) {
        .back-cards {
            background-position: right bottom
        }
    }

    .contain-cd {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

        .contain-cd .cd-card {
            position: relative;
            cursor: pointer;
            margin: 0 10px
        }

            .contain-cd .cd-card .face {
                width: 100%;
                height: 200px;
                transition: 0.5s;
            }

                .contain-cd .cd-card .face.face1 {
                    position: relative;
                    background: #222;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    z-index: 1;
                    transform: translateY(100px);
                    -webkit-box-shadow: inset 0 0px 40px 5px rgba(255,255,255,0.1);
                    box-shadow: inset 0 0px 40px 5px rgba(255,255,255,0.1);
                }

            .contain-cd .cd-card:hover .face.face1 {
                background: #169bde;
                transform: translateY(0);
                height: 200px;
            }

            .contain-cd .cd-card .face.face1 .content {
                opacity: 1;
                transition: 0.5s;
                text-align: center;
            }

            .contain-cd .cd-card:hover .face.face1 .content {
                opacity: 1;
            }

            .contain-cd .cd-card .face.face1 .content img {
                max-width: 100px;
            }

            .contain-cd .cd-card .face.face1 .content h4 {
                margin: 15px 0 0;
                padding: 0;
                color: #fff;
                text-align: center;
                font-weight: 600
            }

            .contain-cd .cd-card .face.face2 {
                position: relative;
                background: #fff;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 0 20px;
                box-sizing: border-box;
                box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
                transform: translateY(-100px);
                color: #111;
                height: 160px;
            }

            .contain-cd .cd-card:hover .face.face2 {
                transform: translateY(0);
            }

            .contain-cd .cd-card .face.face2 .content p {
                margin: 0;
                padding: 0;
                font-family: 'Montserrat';
                font-size: 16px;
                font-weight: 600
            }

            .contain-cd .cd-card .face.face2 .content ul {
                margin: 10px 0 0
            }

                .contain-cd .cd-card .face.face2 .content ul li {
                    font-family: 'Montserrat';
                    font-size: 14px;
                    font-weight: 600;
                }

    .gls {
        padding: 30px 30px 23px;
        border-radius: 2px;
        width: calc(25% - 30px);
        background-color: rgba(255, 255, 255);
        display: inline-flex;
        margin: 10px;
        justify-content: start;
        text-align: left;
        align-items: center !important;
		min-height:200px;
		transition:ease 0.5s;
		box-shadow:5px -4px 12px -16px rgba(0, 0, 0, 1)
    }

        .gls:hover {box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px, rgba(0, 0, 0, 0.05) 0px 8px 32px;}
    

        .gls h4 {
            font-weight: 500;
            padding: 20px 0 0
        }

            .gls h4 span {
                font-weight: 700;
                color: #9171F6;
            }


        .gls h6 {
            font-family: 'Montserrat';
            font-weight: 400;
            font-size: 15px;
			color:#706F71
        }

        .gls span.big {
            font-size: 46px
        }

        .gls .desc {
            justify-content: center;
            min-height: 130px;
            display: grid;
			align-content: flex-start;
        }

    @media (max-width: 991px) {
        .gls {
            width: calc(50% - 20px);
        }

        .glass .card.wide {
            width: calc(100% );
        }
    }

    @media (max-width:767px) {
        .contain-cd {
            display: block
        }

            .contain-cd .cd-card {
                margin-bottom: 10px
            }

                .contain-cd .cd-card .face.face1, .contain-cd .cd-card .face.face2 {
                    transform: none;
                }

        .gls {
			width: calc(100% - 20px);
			margin:0;
			box-shadow:none;
			padding: 10px 25px;
			min-height: auto;
        }
		.gls .desc {
			min-height: auto;}
    }
    /***********************PUBLISHERS PAGE END***************************/

    .screens {
        /*width: 100vw;*/
        height: 100vh;
        margin-top: 0px;
        background: #eee url(./images/screenshots.png) no-repeat center right;
        background-size: inherit;
        padding: 0
    }

    @media (min-width: 1921px) {
        .screens {
            height: fit-content;
            padding: 100px 0
        }
    }

    @media only screen and (min-width: 1380px) and (max-width: 1680px) {
        .screens {
            background-position: center right -200px
        }
    }

    @media only screen and (min-width: 981px) and (max-width: 1379px) {
        .screens {
            background-position: center right -400px
        }
    }

    @media (max-width: 980px) {
        .screens {
            background-position: center right
        }

            .screens .heading {
                background: rgba(255,255,255,0.6);
                padding: 20px;
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
            }
    }

    .hero_video.small {
        height: 75vh
    }


    .values {
     /*   min-height: calc(100vh - 100px);*/
        color: #111
    }

    @media (min-width: 1921px) {
      /*  .values {
            min-height: auto;
            height: fit-content;
        }*/
    }

    .glass .card {
        min-height: 240px;
        width: calc(25% - 20px);
        background-color: rgba(255, 255, 255, 0.06);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        display: inline-flex;
        /*right: 0;
        top: 0;
        bottom: 0;*/
        border-radius: 0;
        -webkit-box-shadow: inset 0 0px 40px 5px rgba(255,255,255,0.1);
        box-shadow: inset 0 0px 40px 5px rgba(255,255,255,0.1);
        transition: ease-in-out 0.5s;
        margin: 5px;
        border: none;
        justify-content: center;
    }

        .glass .card.wide {
            width: calc(50% - 20px);
        }

        .glass .card.color1 {
            background: rgba(50, 127, 203, 0.4);
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
        }

        .glass .card.color2 {
            background-color: rgba(172, 72, 212, 0.20);
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
        }



    .glass h4 {
        margin: 0;
        font-size: 18px
    }

    .glass .desc {
        width: 100%;
        text-align: center;
        position: absolute;
        padding: 30px 20px;
    }


    .glass .primary-text {
        font-weight: 400;
        margin: 5px 0;
        transition: ease 0.5s
    }

        .glass .primary-text span {
            font-weight: 600;
            font-size: 22px;
        }

            .glass .primary-text span.caption {
                font-weight: 600;
                font-size: 16px;
                display: inline-flex;
                text-align: start;
                gap: 1rem;
            }

    .glass span.big {
        font-size: 46px;
        margin-top: -10px;
    }

    .glass .secondary-text {
        color: #ddd;
        font-weight: 400;
        font-size: 14px;
        margin: 10px 0;
    }



    @media only screen and (max-width: 991px) {
        .glass .card {
            width: calc(100% );
        }

            .glass .card.wide {
                width: calc(100% );
            }
    }

    .publishers-1 {
        background: url(./images/audio-publishers.jpg) no-repeat center;
        background-size: cover;
        min-height: 600px;
        color: #fff;
        padding: 0 20px 20px
    }


    .arrow-cta {
        /*background: #111;*/
        /*color: #fff;*/
        background: url(./images/splash-3.jpg) no-repeat center fixed;
        background-size: cover;
        height: 100vh
    }

    @media (min-width: 1921px) {
        .arrow-cta {
            min-height: auto;
            height: fit-content;
        }
    }

    @media (max-width: 600px) {
        .arrow-cta {
            height: fit-content;
        }
    }

    #arrowAnim {
        width: 100vw;
        /*height: 100vh;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arrows {
        width: 4vw;
        height: 4vw;
        border: 1vw solid;
        border-color: rgba(255,255,255,0.7) transparent transparent rgba(255,255,255,0.7);
        transform: rotate(135deg);
    }

    .arrowSliding {
        position: absolute;
        -webkit-animation: slide 4s linear infinite;
        animation: slide 4s linear infinite;
    }

    .delay1 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .delay2 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .delay3 {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    @-webkit-keyframes slide {
        0% {
            opacity: 0;
            transform: translateX(-12vw);
        }

        20% {
            opacity: 1;
            transform: translateX(-7vw);
        }

        80% {
            opacity: 0;
            transform: translateX(7vw);
        }

        100% {
            opacity: 0;
            transform: translateX(12vw);
        }
    }

    @keyframes slide {
        0% {
            opacity: 0;
            transform: translateX(-12vw);
        }

        20% {
            opacity: 1;
            transform: translateX(-7vw);
        }

        80% {
            opacity: 0;
            transform: translateX(7vw);
        }

        100% {
            opacity: 0;
            transform: translateX(12vw);
        }
    }

    .video-background {
        width: 100vw;
        height: calc(60vh);
        overflow: hidden;
        position: relative;
    }

    .div_video {
        object-fit: fill;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -100
    }

    .video-background .main {
        text-align: left;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*padding-left: 25px;*/
    }

    .deepdive {
        padding: 0;
        margin: 0;
        height: 780px
    }

    #news {
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
    }

        #news ul {
            display: inline-block;
            padding: 0px;
            margin: 0px;
            font-size: 1rem;
        }

        #news li {
            display: inline;
            margin-right: 30px;
            font-size: 514px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: 'Montserrat';
            letter-spacing: -4px;
            color: #bbb
        }

            #news li::before {
                content: ".";
                color: rgba(0, 0, 0, 0.2)
            }

    .deepdive_div {
        /*position: absolute;
    left: 50%;
    height: 780px;
    display: grid;
    align-content: center;
    background:#bbb;
    padding-left:50px*/
    }

    .yt-video {
        aspect-ratio: 16 / 9;
        width: 100%;
    }
 @media (min-width: 992px) {
	 .yt-bg{background: rgb(210,229,244);
			background: linear-gradient(0deg, rgba(210,229,244,1) 25%, rgba(203,210,239,1) 85%);
		 	border-radius: 10px;
			padding: 0 30px;
			height: 85%;}
	 .yt-bg .inside{
		position: relative;
		top: -20px;
		border-radius: 10px;
		box-shadow:0px 15px 15px -15px rgba(0, 0, 0, 0.3)}
    }

    /********NEWS*******/
    span.label {
        font-weight: 600;
        display: inline-block;
        padding: 1px 6px;
        margin-bottom: 10px;
        border-radius: 2px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 14px
    }

        span.label.study {
            background: rgba(128, 22, 222, 0.30);
        }

        span.label.news {
            background: rgba(84, 193, 57, 0.30);
        }

        span.label.insights {
            background: rgba(22, 155, 222, 0.3);
        }

        span.label.dive {
            background: rgba(55, 22, 222, 0.30);
        }

    /********************HORIZZONTAL CARDS***********************************/
    .container-news {
        position: relative;
        width: 100%;
        height: fit-content;
        padding: 0
    }

    .space-holder {
        position: relative;
        width: 100%;
    }

    .sticky {
        position: sticky;
        top: 200px;
        height: 75vh;
        width: 100%;
        overflow-x: hidden;
    }

    .horizontal {
        position: absolute;
        height: 100%;
        will-change: transform;
    }

    .cards {
        position: relative;
        height: 100%;
        padding: 0 0 0 70px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    .sample-card {
        position: relative;
        min-height: 650px;
        width: 500px;
        background-color: #fff;
        margin-right: 75px;
        flex-shrink: 0;
        border: solid 1px #fff;
    }

        .sample-card .content {
            padding: 20px 30px
        }

        .sample-card .date {
            font-weight: 600;
            color: #777;
            font-size: 14px
        }

        .sample-card h4 {
            font-weight: 600;
            letter-spacing: -1px;
            padding-bottom: 0
        }

        .sample-card .text {
            font-size: 16px
        }

    /**********************HORIZONTAL CARDS END*****************************/
    .story-card {
        display: flex;
        flex-direction: column;
        margin: 1rem auto;
        background: #fff;
        border-radius: 2px;
        overflow: hidden;
        z-index: 0;
    }

        .story-card:hover .photo {
            transform: scale(1.1);
        }

        .story-card.big:hover .photo {
            transform: scale(1.1);
        }

        .story-card .meta {
            position: relative;
            z-index: 0;
            height: 260px;
        }

        .story-card .photo {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: center;
            transition: transform 0.9s;
        }

        .story-card .details,
        .story-card .details ul {
            margin: auto;
            padding: 0;
            list-style: none;
        }

        .story-card .details {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -100%;
            margin: auto;
            transition: left 0.2s;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 10px;
            width: 100%;
        }

            .story-card .details ul li {
                display: inline-block;
            }

            .story-card .details .tags li {
                margin-right: 2px;
            }

                .story-card .details .tags li:first-child {
                    margin-left: -4px;
                }

        .story-card .description {
            padding: 1rem;
            background: #fff;
            position: relative;
            z-index: 1;
        }

            .story-card .description h3 {
                font-size: 1.25rem;
                color: #111
            }

        .story-card.big .description h3 {
            font-size: 1.75rem
        }

        .story-card .description .date {
            color: #888;
            font-size: 14px;
            font-weight: 700;
        }

        .story-card p {
            position: relative;
            margin: 1rem 0 0;
            font-size: 16px;
        }

        .story-card.big:hover .details {
            left: 0%;
        }
		.newsroom .story-card p {
            overflow: hidden;
			display: none;
			-webkit-line-clamp: 5;
			line-clamp: 5;
			-webkit-box-orient: vertical;
        }
.newsroom .story-card .description{min-height:auto}
	.newsroom .story-card .description h3{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		font-weight:600;
		font-size:1.1rem;
}
.newsroom .story-card .description h3:hover{color:#169bde}

    @media (min-width: 640px) {
        .story-card {
            flex-direction: row;
            max-width: 100%;
            min-height: 400px;
        }

            .story-card.news, .story-card.deep-dive {
                flex-direction: column;
            }

                .story-card.news .meta, .story-card.deep-dive .meta {
                    position: relative;
                    z-index: 0;
                    height: 240px;
                    flex-basis: auto;
                }

            .story-card .meta {
                flex-basis: 40%;
                height: auto;
            }

            .story-card.big .meta {
                flex-basis: 50%;
                height: auto;
            }

            .story-card .description {
                flex-basis: 60%;
                min-height: 360px
            }

            .story-card.big .description {
                flex-basis: 50%;
                padding: 1.5rem
            }

            .story-card.alt {
                flex-direction: row-reverse;
            }

                .story-card.alt .details {
                    padding-left: 25px;
                }
    }

    .shade-cta {
        background-color: rgba(0, 0, 0, 0.65);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border-radius: 2px;
        padding: 3rem;
    }

        .shade-cta p {
            font-size: 18px
        }

    .news-box-more {
        background: #169bde;
        transition: ease 0.2s
    }

        .news-box-more:hover {
            background: #0B5A9F
        }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }

    @media (max-width: 768px) {
        .main-news {
            padding: 2rem 0
        }

            .main-news img {
                margin-bottom: 20px
            }

        .shade-cta {
            padding: 1rem;
        }

            .shade-cta p {
                font-size: 16px
            }
    }

    /*[data-bs-toggle="collapse"]:not(.collapsed) {
    pointer-events: none;
    user-select: none;
}

button {
    user-select: none;
}*/


    .collapsing {
        height: 0;
        overflow: hidden;
        transition: height 0.25s ease-in;
    }


    /*DARK CARDS*/
    .blurred-card {
        min-height: 400px;
        width: calc(33.333% - 20px);
        background-color: rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        display: grid;
        border-radius: 0;
        -webkit-box-shadow: inset 0 0px 40px 5px rgba(255,255,255,0.1);
        box-shadow: inset 0 0px 40px 5px rgba(255,255,255,0.1);
        transition: ease-in-out 0.5s;
        margin: 5px;
        border: none;
        justify-content: center;
    }

        .blurred-card.wide {
            width: calc(50% - 20px);
        }

        .blurred-card h4 {
            margin: 10px 0 0;
            font-size: 26px;
            font-weight: 700
        }

        .blurred-card .inside {
            width: 100%;
            text-align: left;
            padding: 30px 20px;
        }

            .blurred-card .inside img {
                margin: 20px auto 40px
            }

        .blurred-card .content p {
            color: #82c0dd;
            font-weight: 700;
            font-size: 16px;
            margin: 0;
        }

        .blurred-card .content ul {
            margin-top: 20px;
            /*border-top:solid 1px #444;
border-bottom:solid 1px #444*/
        }

            .blurred-card .content ul li {
                font-weight: 700;
                font-size: 16px;
                margin: 8px 0;
            }

    @media only screen and (max-width: 991px) {
        .blurred-card {
            width: calc(100% );
        }

            .blurred-card.wide {
                width: calc(100% );
            }
    }


    /*******MODAL*******/
    .modal-content {
    }

        .modal-content .modal-container {
            display: flex;
            justify-content: space-between;
            min-height: var(--min-height-login);
        }

            .modal-content .modal-container > div {
                flex: 1;
            }

    .modal-container .left {
        background: url(./images/demo.jpg) no-repeat center;
        background-size: cover;
        border-top-left-radius: 0.3rem;
        border-bottom-left-radius: 0.3rem;
    }

    .modal-container .inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .modal__content {
        padding: 3rem;
    }

    .modal-container .modal-footer {
        padding: 2rem 0 1rem
    }

    @media (max-width: 991px) {
        .modal-container {
            flex-direction: column;
        }
    }

    .solutions-card {
        background: #fff;
        border: solid 1px #eee;
        flex-direction: column;
        max-width: 100%;
        min-height: 340px;
        border-radius: 2px;
        margin-bottom: 1rem
    }

        .solutions-card .left {
            padding: 2rem;
            flex-basis: 25%;
            margin: 0 2rem;
            text-align: left;
            width: 100%;
        }

        .solutions-card .right {
            width: 100%;
            padding: 2rem;
        }

    .solutions-icon {
        height: 100px
    }

    .solutions-card h4 {
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 1.4rem
    }

    .solutions-card li {
        font-size: 1rem;
        font-family: 'Montserrat';
        font-weight: 400
    }

    .solutions-card ul {
        padding-left: 1.2rem;
    }
.solutions-logo-brand{height: 55px;
  		margin: 0 auto 10px;
  		display: block;}
    @media (min-width: 991px) {
        .solutions-card {
            background: #fff;
            border: solid 1px #eee;
            flex-direction: row;
            max-width: 100%;
            min-height: 340px;
            border-radius: 2px;
            margin-bottom: 50px
        }

            .solutions-card .left {
                border-right: solid 1px #eee;
                display: grid;
                justify-content: flex-start;
            }

            .solutions-card.back {
                background: #fff url(./images/01_transparent.png) no-repeat center right;
                background-size: contain;
            }

            .solutions-card .right {
                width: 30%
            }
		.solutions-card .right.video{width:40%}
		.solutions-logo-brand {
  		height: 70px;
  		margin: 0 ;
  		display: inline-block;
}
    }

    /************ACCORDION***************/
    .accordion {
    }

    .accordion-item {
        background-color: #fff;
        border: none !important;
        border-left: solid 3px #ddd !important;
		border-radius:0 !important;
    }

    .accordion-button {
        background-color: transparent !important;
        font-size: 1.1rem
    }

        .accordion-button:focus {
            border: none !important
        }

        .accordion-button:not(.collapsed) {
            color: #169bde;
            background-color: transparent !important;
            box-shadow: none !important;
            border-left: solid 3px #169bde !important;
            position: relative;
            left: -3px;
            font-weight: 700
        }

    .accordion-item, .accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .accordion-button::after {
        display: none !important
    }

    section.testimonials {
        padding: 60px 0
    }

    .carousel-item {
        text-align: center;
    }

        .carousel-item h5 {
            font-weight: 600
        }

        .carousel-item p {
            font-family: 'Montserrat';
            font-weight: 400;
            color: #706F71;
        }

            .carousel-item p.name {
                color: #222
            }

        .carousel-item .photo {
            margin: 0 auto;
            height: 140px;
            display: block;
            border-radius: 50%;
        }

        .carousel-item .logo {
            margin: 0 auto;
            height: 40px;
            display: block;
            margin: 10px auto 20px
        }

            .carousel-item .logo.big {
                height: 60px;
            }

    .cinent {
        min-height: 400px;
        width: 70%;
        margin: auto;
        display: inline-block
    }

    .carousel-indicators {
        top: 100%
    }

        .carousel-indicators [data-bs-target] {
            width: 13px;
            height: 13px;
            border-radius: 50%
        }

@media (max-width: 767px) {
	.cinent {
        width: 100%;
    }
	.carousel-control-prev, .carousel-control-next {display:none}
}

    /*FROM OLD WEB*/
    .designer-state {
        height: 100%;
        overflow: auto;
    }

    .mobile {
        background: url(./images/solutions/phone1.png) no-repeat center;
        background-size: contain;
        min-height: 300px;
    }
.mobile.terra {
    background-image: url(./images/solutions/phone2.png) ;
}

    .mobile-inside {
        position: relative;
        top: 160px;
        padding: 8px
    }

    .designer-state .canvas, isPlayingCls {
        border-radius: 20px !important
    }

    .canvas.custom-canvas.ng-scope {
        border-radius: 20px
    }


    .ico-prod {
        width: 80px;
        height: 80px;
        display: block;
        background: rgba(22,155,222,0.5);
    }

        .ico-prod img {
            height: 80px;
            position: relative;
            left: 30px;
            top: 20px;
        }


.understrap-read-more-link {
	display: none;
}

.error-validation {
    padding: 16px;
    background: #ffe2e2;
    border: 1px solid red;
    border-radius: 6px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.success-validation {
	padding: 16px;
	background: #daffda;
	border: 1px solid green;
	border-radius: 6px;
	margin-bottom: 24px;
	margin-top: 24px;
}


/**********CASE STUDIES************/
.circle-highlight-big {font-size:100px;font-weight:700}
.case-circle {
    width: 16em;
height: 16em;
border: solid 3px #9171F6;
border-radius: 50%;
padding: 40px;
display: inline-grid;
justify-content: center;
align-content: end;
margin-right: 20px;
}
.case-circle h3{font-size: 1.2rem;color:#169bde;font-weight:600}


.moove-gdpr-branding-cnt {
	display: none!important;
}

/*****************BLOG*************************/
.border-circle-colorize {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #169bde, #e02cbf) border-box;
    border-radius: 50%;
    border: 4px solid transparent;
}
.turn-it-up {
    background: url(http://wp.frequencyads.com/wp-content/uploads/2023/08/blog-turnitup-top.png) no-repeat top center;
}
.arrows-purple {
    height: 26px;
    vertical-align: bottom;
}
.blog-caption{font-size:12px;}
section.p-sm{padding:60px 0 0 !important}
.blog #loom-companion-mv3 section {
    padding: 0 !important;
}
.blog-h80 {
    height: auto
}

    .blog-cta-dark {
        background: linear-gradient(-145deg, rgb(129, 182, 223) 25%, rgb(145, 113, 246) 85%);
        padding: 0;
        height: 100%;
        position: relative;
        top: -50px;
        left: 0;
        margin-left: 0;
    }

        .blog-cta-dark .cover-img {
            position: relative;
            top: -15px;
            left: 15px;
        }
@media (min-width:991px) {
    .blog-h80 {
        height: 80%
    }
    .blog-cta-dark {
        top: -50px;
        left: 20px;
        margin-left: 100px;
    }
}

/*Message Page*/
.hero-promo {
    background: url(https://www.frequencyads.com/wp-content/themes/frequency/images/splash.jpg) no-repeat center;
    background-size: cover;
}
.hero-promo2 {
    background: url(https://frequencyads.com/wp-content/uploads/2024/03/hero-promo2.jpg) no-repeat center;
    background-size: cover;
}
.hero-promo3 {
    background: url(https://frequencyads.com/wp-content/uploads/2024/03/hero-promo24-scaled.jpg) no-repeat center;
    background-size: cover;
}
.blurred-back {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color:#fff;
}
.vip .blurred-back {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color:#fff;
}
.vip .main-headingbox {
    background: rgba(255,255,255,0.05);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 40vh;
    display: block;
    margin-top: 20px;
    border-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px
}
    .vip .main-headingbox .headline-1 {
        color: #fff;
        font-size: 2.5rem;
        display: block;
        font-weight: 700;
        letter-spacing: -1px
    }
    .vip .main-headingbox .headline-2 {
        color: #fff;
        font-size: 5rem;
        padding: 0px 20px;
        display: block;
        font-weight: 700;
        line-height: 1;
        border-radius: 6px;
        text-align: center;
    }
.vip .logo-icon {
    height: 70px;
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative;
    top: -35px;
}
.vip .audio-player {
    padding: 50px 0 100px;
}

.vip #stopButton {
    display: none;
}

.vip .icon-button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 5px;
}

.vip #playButton i, .vip #stopButton i {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: sub
}

.vip #playButton, .vip #stopButton {
    min-width: 300px;
	border-radius: 12px !important;
}

.vip #durationSlider {
    width: 100%;
    background-color: #ccc;
    height: 2px;
    border-radius: 3px;
    position: relative;
    top: 30px
}

.vip .card h5 {
    font-size: 16px;
}
.vip .welcome {
    border: solid 0px #4b4d56;
    border-radius: 6px;
    padding: 20px;
    background: rgba(0,0,0,0.4);
	 -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color:#fff
}
.vip .card {
    border: solid 0px #4b4d56;
    background: transparent;
	background:rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 6px;
	 -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.vip .card-header {
    padding: 30px 20px 0;
    color: #fff
}
    .vip .card-header i {
        color: #fff;
        margin-bottom: 10px
    }
.vip .coffee-box {
    width: 130px;
    height: 120px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    margin-bottom: 5px
}
.vip .coffee-box i{padding:5px 0;font-size:24px}
.vip .signature-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 1px #4b4d56
}
.vip .list-group-item-info {
  color: #fff;
  background-color: rgba(255, 255, 255,0.15);
  font-weight: 600;
}
@media (min-width:991px) {
	.vip .main-headingbox {
    height: 45vh;
}
	.w-md-50 {
  width: 50% !important;
}
	.vip-width{max-width:860px;margin:0 auto}
}
.scroll-down {
	position: absolute;
	left: 49%;
	bottom: 50px;
	display: block;
	text-align: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  left: 49%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	-moz-animation:    fade_move_down 2s ease-in-out infinite;
	animation:         fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}