/* ------------------------------------------------------------ *\
    Imports
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
    Variables
\* ------------------------------------------------------------ */
/*  Colors  */
/*  Base body  */
/*  Links  */
/*  Shell  */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}

/* ------------------------------------------------------------ *\
	Atoms
\* ------------------------------------------------------------ */
.pb100 {
    padding-bottom: 100px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb20 {
    padding-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pt0 {
    padding-top: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.d-none {
    display: none !important;
}

.ptb20 {
    padding: 20px 0 !important;
}

.mt87 {
    margin-top: 87px;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

a {
    color: inherit;
    text-decoration: none;
    transition: ease-in-out .3s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 1.875rem;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    color: #1c1c1c;
}

h2 {
    font-size: 1.875rem;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    color: #1c1c1c;
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 2.1875rem;
    }

    h2 {
        font-size: 2.1875rem;
    }
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
    width: 95%;
    margin: 0 auto;
    padding: 0;
}

/* screens min-width 1024px */
@media only screen and (min-width: 1024px) {
    .shell {
        margin: auto;
        width: 100%;
        max-width: 940px;
    }
}

/* screens min-width 1440px */
@media only screen and (min-width: 1440px) {
    .shell {
        max-width: 1366px;
    }
}

@media only screen and (min-width: 1600px) {
    .shell {
        max-width: 1500px;
    }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
    Helpers
\* ------------------------------------------------------------ */
[class^="col"] {
    width: 100%;
    float: none;
}

.col_wrap {
    width: 100%;
    float: none;
}

.col_form {
    width: 100%;
    float: none;
}

.cols {
    margin: 0;
}

.cols:after {
    content: '';
    display: block;
    line-height: 0;
    clear: both;
}

.col_4 {
    margin-bottom: 50px;
    text-align: center;
}

.col_4:last-child {
    margin-bottom: 0;
}

.col_9 {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 25px;
    max-height: 57px;
    min-height: 57px;
    line-height: 57px;
    text-align: center;
}

.col_9:last-child {
    margin-bottom: 0;
    width: 100%;
}

.col_data {
    margin-bottom: 40px;
}

.col_data:last-child {
    margin-bottom: 0;
}

.col_90 {
    width: 90%;
}

.col_40_force {
    width: 40%;
    padding-left: 0;
}

.col_50_force {
    width: 50%;
    padding-right: 0;
}

.col_60_force {
    width: 60%;
    padding-right: 0;
}

.col_10 {
    width: 10%;
}

@media only screen and (min-width: 480px) {
    .col {
        float: left;
        padding: 0 15px;
    }

    .col_logo {
        width: 50%;
    }

    .col_logo:nth-child(9) {
        margin-bottom: 0;
    }

    .col_4 {
        width: 50%;
    }

    .col_4:nth-of-type(3), .col_4:nth-of-type(4) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .col {
        float: left;
        padding: 0 15px;
    }

    .col_3of2 {
        width: 50%;
    }

    .col_3_mobile {
        width: 33.33%;
        padding: 0;
    }

    .col_logo {
        width: 25%;
    }

    .col_data {
        width: 50%;
        padding: 0;
        max-height: 85px;
        min-height: 85px;
    }

    .col_data:nth-child(3), .col_data:nth-child(4) {
        margin-bottom: 0;
    }

    .col_9 {
        width: 33.33%;
        text-align: center;
    }

    .col_9:last-child {
        width: 33.33%;
    }

    .col_9 img {
        vertical-align: bottom;
    }

    .col_50_mobile {
        width: 50%;
        padding-right: 0;
    }
    .col_60_mobile {
        width: 60%;
        padding-right: 0;
    }
    .col_40_mobile {
        width: 40%;
        padding-right: 0;
    }
    col_60_mobile
}

@media only screen and (min-width: 1024px) {
    .col_form {
        float: left;
        padding: 0 15px;
    }

    .col_2 {
        width: 50%;
    }

    .col_2.pd-0 {
        padding-right: 0;
    }

    .col_3 {
        width: 33.33%;
    }

    .col_3of2 {
        width: 33.33%;
    }

    .col_4 {
        width: 25%;
        margin-bottom: 0;
    }

    .col_wrap {
        float: left;
        padding: 0 15px;
    }

    .col_30 {
        width: 30%;
        padding-left: 0;
    }

    .col_70 {
        width: 70%;
        padding-right: 0;
    }

    .col_40 {
        width: 40%;
        padding-left: 0;
    }
    .col_50 {
        width: 50%;
        padding-right: 0;
    }
    .col_60 {
        width: 60%;
        padding-right: 0;
    }

    .col_9 {
        max-height: 50px;
        min-height: 50px;
    }

    .col_9.col_9_20 {
        width: 20%;
    }

    .col_9.col_9_20.text-center {
        text-align: center;
    }

    .col_9.col_9_20.text-left {
        text-align: left;
    }

    .col_9.col_9_20.text-right {
        text-align: right;
    }

    .col_9.col_9_25 {
        width: 25%;
    }

    .col_9.col_9_25.text-left {
        text-align: left;
    }

    .col_9.col_9_25.text-right {
        text-align: right;
    }

    .col_data {
        margin-bottom: 0;
        width: 25%;
        max-height: 75px;
        min-height: 75px;
        border-right: solid 1px rgba(115, 115, 142, 0.13);
    }

    .col_data:last-child {
        border-right: 0;
    }
}

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
[class^="ico-"] {
    background-image: url("");
    display: inline-block;
    vertical-align: middle;
}

/* ------------------------------------------------------------ *\
   Header
\* ------------------------------------------------------------ */
.header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.header.fixed {
    box-shadow: 0 3px 28px 0 rgba(199, 199, 246, 0.31);
    border: solid 0.5px rgba(241, 241, 247, 0.8);
}

.header-wrapper {
    padding: 29px 0;
    text-align: center;
}

.logo-mobile {
    display: inline-block;
    float: left;
}

.logo {
    display: inline-block;
    float: left;
    display: none;
}

.nav {
    display: inline-block;
}

.menu li {
    line-height: 30px;
    margin-left: 40px;
    display: inline-block;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-size: 0.91875rem;
    color: #1c1c1c;
    opacity: 0.7;
}

.menu li:hover {
    opacity: 1;
}

.menu li.active {
    opacity: 1;
    font-weight: 500;
}

.menu li:first-child {
    margin-left: 0;
}

.title-wrapper {
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    cursor: auto;
}

.title-wrapper h1 {
    opacity: 0.9;
}

@media only screen and (min-width: 768px) {
    .logo {
        display: inline-block;
    }

    .logo-mobile {
        display: none;
    }

    .title-wrapper {
        margin-top: 85px;
    }

    .menu {
        float: right;
    }

    .header-wrapper {
        text-align: right;
    }
}

@media only screen and (min-width: 1024px) {
    .title-wrapper {
        width: 742px;
    }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
    padding: 40px 0;
}

.mobile-footer-visible {
    font-size: 12px;
    font-family: "Helvetica Neue", sans-serif;
    line-height: 18px;
}

.footer-menu {
    text-align: center;
}

.footer-menu li {
    display: block;
    font-size: 12px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.44;
    color: #1c1c1c;
    margin: 15px 0;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu li:hover {
    opacity: 0.9;
}

.social-links {
    margin-top: 20px;
    text-align: center;
}

.social-links li {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    margin-right: 13px;
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links li:hover {
    opacity: 0.8;
}

.social-links li.fb {
    background: #4267b2;
}

.social-links li.tw {
    background: #5ca8dd;
}

.social-links li.in {
    background: #0077b5;
}

.footer-logo-mobile img {
    margin: 0 auto;
    display: block;
}

.footer-logo {
    display: none;
}

.footer-upper {
    display: none;
}

.footer-lower {
    display: none;
    padding-top: 37px;
}

.footer-lower ul li {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 12.6px;
    font-weight: 400;
    line-height: 1.73;
    letter-spacing: normal;
    color: #1c1c1c;
}

.terms-links {
    text-align: center;
    margin-top: 20px;
}

.terms-links li:hover {
    opacity: 0.9;
}

.copyrights-text {
    text-align: center;
    margin-top: 20px;
}

.address {
    text-align: center;
    padding: 27px 0;
}

@media only screen and (min-width: 768px) {
    .footer-logo-mobile {
        display: inline-block;
    }

    .footer-logo-mobile img {
        margin: 0;
        display: inline-block;
    }

    .mobile-footer-visible {
        display: none;
    }

    .footer-upper {
        display: block;
    }

    .footer-lower {
        display: block;
    }

    .footer-lower ul li {
        font-size: 12px;
    }

    .footer-menu {
        padding-top: 8px;
    }

    .footer-menu li {
        display: inline-block;
        font-size: 15px;
        margin: 0 10px 0 0;
    }

    .address {
        padding: 0;
    }

    .address {
        text-align: left;
    }

    .social-links {
        text-align: right;
        margin-top: 0;
    }

    .copyrights-text {
        margin-top: 0;
    }

    .terms-links {
        text-align: right;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .footer {
        padding: 60px 0 67px;
    }

    .footer-logo-tablet {
        display: none;
    }

    .footer-logo {
        display: inline-block;
    }

    .footer-logo img {
        margin: 0;
        display: inline-block;
    }

    .footer-menu {
        padding-top: 15px;
    }

    .footer-menu li {
        font-size: 14px;
        margin: 0 19px 0 0;
    }
}

/* ------------------------------------------------------------ *\
	Sections
\* ------------------------------------------------------------ */
h1.home-title {
    font-size: 1.875rem;
    font-weight: bold;
    color: #1c1c1c;
    font-family: "Helvetica Neue", sans-serif;
}

/* about section */
h1.about-title {
    line-height: 35px;
}

.about-section {
    padding: 50px 0;
}

.section-head {
    padding: 0 0 30px;
    text-align: center;
}

.section-head p.subtitle-light {
    color: #1c1c1c;
    opacity: 0.7;
}

.section-head .subtitle {
    margin-top: 10px;
}

.section-body {
    max-width: 740px;
    margin: 0 auto;
}

.section-body p {
    font-family: "Helvetica Neue", sans-serif;
    opacity: 0.7;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: justify;
    color: #1c1c1c;
}

h3.card-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #1c1c1c;
    padding-bottom: 3px;
}

h4.card-subtitle {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    opacity: 0.7;
    font-weight: normal;
    text-align: justify;
    color: #1c1c1c;
}

.card-description p {
    opacity: 0.7;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.62;
    text-align: justify;
    color: #1c1c1c;
}

#key-members-container .cols,
#advisors-container .cols {
    display: flex;
    flex-wrap: wrap
}

/* news section */
.separator-news {
    width: 98%;
    height: 1px;
    object-fit: contain;
    opacity: 0.19;
    background: #02055a;
    margin: 50px auto 0;
    display: none;
}

.subsection-head-team {
    padding: 50px 0 50px 15px;
    cursor: auto;
}

.subsection-head-team.mob-padding {
    padding: 0 0 50px 15px;
}

.banner-section {
    background: #f7f7fb;
    border-top: 1px solid rgba(149, 148, 198, 0.2);
    border-bottom: 1px solid rgba(149, 148, 198, 0.2);
    padding: 50px 0 50px;
}

.banner-head {
    padding: 0 0 40px;
    cursor: auto;
}

.banner-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.875rem;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 42px;
    text-align: center;
}

.banner-body {
    text-align: center;
    margin-bottom: 40px;
    display: none;
}

.banner-body.mobile-hidden {
    display: block;
    margin: 40px 0 0;
}

.news-logo-col {
    margin: 6px 36px auto 0;
    width: 180px;
}

img.news-logo-img {
    max-height: 76px;
    max-width: 150px;
}

.news-source {
    display: inline;
    margin-right: 12px;
    font-weight: 400;
    font-size: 16px;
}

.news-date {
    display: inline;
    font-size: 16px;
}

.news-info {
    line-height: 16px;
}

.news-title:hover {
    text-decoration: underline;
}

.news-subtitle {
    text-align: center;
}

/* home page */
.section-intro,
.section-logos {
    padding: 50px 0;
}

.section-rev {
    background-image: linear-gradient(#ffffff, #f7f7fb);
}

.section-video {
    padding: 50px 0;
    background-image: linear-gradient(#ffffff, #f7f7fb);
}

.section-down {
    padding: 50px 0;
}

.separator-home,
.separator-page {
    border-bottom: 1px solid #9594c6;
    opacity: 0.2;
}

h2.home-subtitle {
    opacity: 0.7;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: normal;
    color: #1c1c1c;
}

.home-head {
    text-align: center;
}

.home-body {
    padding: 27px 0 20px;
    text-align: center;
}

.home-foot {
    display: none;
}

.home-foot.mobile-hidden {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.section-solution {
    background: #061276;
    padding: 50px 0;
}

.section-solution-head {
    text-align: center;
}

.section-solution-body {
    text-align: center;
    padding: 20px 0 120px;
}

h2.solution-title {
    color: #1c1c1c;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 42px;
}

h2.solution-title.white {
    color: #f2f2f6;
    text-align: center;
}

h2.solution-title.pureWhite {
    color: #fff;
}

.solution-description {
    opacity: 0.7;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    color: #1c1c1c;
    padding-top: 12px;
    max-width: 300px;
    margin: 0 auto;
}

.solution-description.pureWhite {
    color: #fff;
    font-weight: 300;
}

h3.solution-subtitle {
    opacity: 0.7;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: normal;
    color: #1c1c1c;
}

h3.solution-subtitle.pureWhite {
    color: #fff;
    font-weight: 300;
}

h3.solution-image-subtitle {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #1c1c1c;
    padding-top: 30px;
    text-align: center;
}

h3.solution-image-subtitle.pureWhite {
    color: #fff;
    font-weight: 500;
}

.sol_wrap figure {
    max-height: 119px;
    min-height: 119px;
    line-height: 119px;
}

.section-data {
    background: #f7f7fb;
    padding: 50px 0;
}

.data-body {
    padding-top: 63px;
}

.data-head {
    text-align: center;
}

.data-description {
    text-align: center;
    padding-top: 10px;
}

h2.data-title {
    color: #061276;
    font-size: 1.875rem;
    font-weight: bold;
    font-family: "Helvetica Neue", sans-serif;
    line-height: 42px;
}

h3.data-subtitle {
    opacity: 0.7;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    line-height: 22px;
}

.image-holder {
    background-image: url(images/i-pad-raster.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    position: relative;
    padding-bottom: 79.5%;
    height: 0;
    filter: drop-shadow(20px 10px 18px rgba(0, 0, 0, 0.3));
}

.image-holder .image-frame img {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 2.8%;
    padding-left: 2.9%;
    padding-right: 3%;
}

.image-holder .image-frame.down-image img {
    padding-top: 2.3%;
    padding-left: 3%;
    padding-right: 3%;
}

.image-holder.small {
    background-size: contain;
}

.desktop-hidden {
    display: block;
}

.hero-bgn {
    background-position: center center, center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
}

.section-logoBgn {
    padding-top: 104px;
    background: #f7f7fb;
}

.center-head {
    text-align: center;
}

.center-body {
    text-align: center;
    margin: 7px 0 30px;
}

.video-thumbnail {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.video-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-blue {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
}

.p-video {
    margin-bottom: 30px;
}

.break-span {
    display: block;
}

.form-section-wrapper {
    text-align: center;
}

.form-section-wrapper .btn {
    margin: 20px 0;
}

.form-section-title {
    font-size: 20px;
    line-height: 22px;
    color: #1c1c1c;
    font-weight: normal;
}

.form-section-subtitle {
    font-size: 18px;
    line-height: 20px;
    color: #1c1c1c;
    font-weight: normal;
}


/* Audience Intelligence */
.audience-section {
    padding-top: 73px;
}

.shell.audience-shell {
    /*text-align: center;*/
}

#audience-achievement-section .shell {
    max-width: 1080px;
}

.audience-title {
    height: 54px;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1e1e1e;
    font-family: "Helvetica Neue", sans-serif;
}

.audience-subtitle {
    width: 550px;
    height: 56px;
    margin-bottom: 76px;
    margin: 20px auto 0px;
    opacity: 0.7;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #1c1c1c;
    font-family: "Helvetica Neue", sans-serif;
}

.audience-section-head {
    text-align: center;
}

.backdrop-shift {
    margin-top: -200px !important;
    padding-top: 200px !important;
    padding-bottom: 100px !important;
    background-color: #f7f7fb;
}

.audience-image-wrapper {
    width: 930px;
    height: 505px;
    margin: 76px auto 0;
    object-fit: contain;
}

.testimonial-image-wrapper {
    max-width: 263px;
}

.audience-shell .data-title {
    color: #051181;
    font-size: 35px;
    font-weight: bold;
    font-family: "Helvetica Neue", sans-serif;
}

.audience-shell .data-subtitle {
    color: #212121;
    font-family: "Helvetica Neue", sans-serif;
}

.audience-shell .data-body {
    max-width: 1421px;
    margin: 0 auto;
}

#audience-local-data-section {
    padding-top: 80px;
    padding-bottom: 0;
}

#audience-local-data-section .audience-title {
    width: 581px;
    height: 42px;
    margin: 0 auto;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #292929;
}

#audience-local-data-section .section-head {
    padding-bottom: 25px;
}

#audience-local-data-section .audience-subtitle {
    width: 550px;
    height: 56px;
    margin-bottom: 76px;
    margin: 20px auto 0px;
    opacity: 0.7;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #1c1c1c;
}

#audience-local-data-section .section-body p{
    text-align: center;
    opacity: 0.7;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #1c1c1c;
}

#audience-local-data-section .audience-image-wrapper {
    margin: 56px auto 0;
}

#digital-ott-desc {
    padding-top: 0;
    margin-top: 59px;
    opacity: 0.7;
    line-height: 1.47;
    color: #1e1e1e;
}

#digital-ott-desc p {
    font-size: 20px;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
}

#digital-ott {
    padding-bottom: 0;
    padding-top: 50px;
}

#audience-insights {
    padding-top: 193px;
    padding-bottom: 124px
}

#audience-insights .solution-title {
    width: 361px;
    margin: 27px 115px 25px 0;
    font-size: 35px;
    font-weight: bold;
    color: #1c1c1c;
    padding: 0;
}

#audience-insights .solution-subtitle {
    width: 359px;
    height: 104px;
    margin: 25px 117px 25px 0;
    opacity: 0.7;
    font-size: 20px;
    line-height: 1.3;
    color: #1c1c1c;
    padding: 0;
}

#audience-insights .shell {
    max-width: 1120px;
}

#top-show-section .image-frame {
    width: 645px;
    height: 389px;
    margin: 0 0 0 115px;
    object-fit: contain;
}

#global-ott-demand {
    padding-top: 100px;
}

#global-ott-demand .audience-image-wrapper {
    width: 604px;
    height: 468px;
    margin: 0 142px 0 0;
    object-fit: contain;
}

#global-ott-demand .shell {
    max-width: 1150px;
}

#global-ott-demand .banner-title {
    width: 361px;
    height: 84px;
    margin: 36px 0 25px 0;
    font-size: 35px;
    font-weight: bold;
    color: #1c1c1c;
}

#global-ott-demand .solution-subtitle {
    width: 359px;
    height: 200px;
    margin: 25px 25px 25px 0;
    opacity: 0.7;
    font-size: 20px;
    line-height: 1.3;
    color: #1c1c1c;
    padding: 0;
}

#audience-demographic-data {
    padding-top: 247px;
}

#audience-demographic-data .section-head {
    width: 722px;
    height: 42px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #1c1c1c;
    margin: 0 auto 25px;
    padding: 0;
}

#audience-demographic-data .section-body {
    width: 766px;
    height: 132px;
    margin: 25px auto 88px;
    opacity: 0.7;
    font-size: 20px;
    line-height: 1.65;
    color: #1c1c1c;
}

#audience-demographic-data .section-body p {
    text-align: center;
}

#audience-demographic-data .audience-image-wrapper {
    width: 928px;
    height: 546px;
    margin: 88px auto 0;
    object-fit: contain;
}

#watchman-section {
    padding-top: 185px;
}

#watchman-section .shell {
    max-width: 1120px;
}

#watchman-section .solution-title {
    width: 361px;
    height: 84px;
    margin: 40px 0 25px 0;
    font-size: 35px;
    font-weight: bold;
    color: #1c1c1c;
    margin-top: 119px;
    padding-bottom: 0;
}

#watchman-section .solution-subtitle {
    width: 359px;
    height: 52px;
    margin: 25px 0 25px 0;
    opacity: 0.7;
    font-size: 20px;
    line-height: 1.3;
    color: #1c1c1c;
    padding: 0;
}

#watchman-section .image-frame {
    width: 311px;
    height: 371px;
    object-fit: contain;
 }

#watchman-section .about-title {
    width: 192px;
    height: 26px;
    margin: 7px auto;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #1c1c1c;
}

#watchman-section .audience-subtitle {
    width: 192px;
    height: 36px;
    margin: 7px auto 30px;
    opacity: 0.7;
    font-size: 16px;
    text-align: center;
    color: #1e1e1e;
}

#cross-platform-demand .img-desc-div.right-mobile,
#watchman-section .img-desc-div.right-mobile {
    display: none;
}

#cross-platform-demand {
    padding-top: 155px;
}

#cross-platform-demand .shell {
    max-width: 1120px;
}

#cross-platform-demand .solution-title {
    width: 361px;
    height: 84px;
    margin: 49px 0 25px;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1c1c1c;
}

#cross-platform-demand .solution-subtitle {
    width: 359px;
    height: 134px;
    margin: 25px 0 25px 0;
    opacity: 0.7;
    font-size: 20px;
    line-height: 1.3;
    color: #1c1c1c;
    padding: 0;
}

#cross-platform-demand .image-frame {
    width: 311px;
    height: 371px;
    object-fit: contain;
 }

 #cross-platform-demand .col_wrap {
    padding: 0;
 }

 #cross-platform-demand .text-desc-div {
    padding-left: 80px;
    padding-top: 30px;
 }

#cross-platform-demand .about-title {
    width: 192px;
    height: 26px;
    margin: 7px auto;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #1c1c1c;
}

#cross-platform-demand .audience-subtitle {
    width: 192px;
    height: 36px;
    margin: 7px auto 30px;
    opacity: 0.7;
    font-size: 16px;
    text-align: center;
    color: #1e1e1e;
}

#cross-platform-demand .img-desc-div.right {
    margin-top: -25px;
}

#cross-platform-demand .img-desc-div.left {
    margin-top: 25px;
}

#testimonial-section {
    padding-top: 200px;
}

#testimonial-section .about-title {
    width: 209px;
    height: 42px;
    margin: 0 auto 80px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

#testimonial-section .shell {
    max-width: 920px;
}

#testimonial-section .testimonial-image-wrapper {
    margin: 0 114px 80px 0px;
}

#testimonial-section .testimonial-image-wrapper img {
    width: 263px;
    height: 244px;
    object-fit: contain;
}

.testimonial-content {
    margin-top: 25px;
    opacity: 0.7;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.8;
    letter-spacing: normal;
    color: #000000;
    font-family: "Helvetica Neue", sans-serif;
}

.testimonial-text {
    padding-left: 30px;
}

.testimonial-source {
    padding-left: 120px;
}

.testimonial-title {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000000;
    width: 522px;
    margin-bottom: 25px;
}

.testimonial-person-name {
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.testimonial-person-title {
    opacity: 0.7;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #000000;
}

.shell.audience-subtext {
    padding-bottom: 132px;
}

.gradient-bg {
    background-image: linear-gradient(to top, #f7f7fb, rgba(255, 255, 255, 0.5));
}

.audience-blue {
    height: 206px;
    margin-top: -475px;
    margin-bottom: 125px;
}

.audience-overblue {
    position: relative;
    top: -100px;
}

p.audience-subtitle {
    text-align: center;
}

.testimonial-card {
    height: 425px;
    position: relative;
}

.testimonial-card .testimonial-arrows {
    cursor: pointer;
}

.testimonial-card-bottom {
    position: relative;
    bottom: -25px;
    left: 0;
    height: 40px;
    margin-bottom: 175px;
}

.testimonial-card-top {
    height: 400px;
}

.testimonial-control-wrapper {
    text-align: right;
    bottom: 0;
    position: absolute;
    right: 0;
    height: 40px;
}

.testimonial-card-bottom h3 {
    width: 250px;
    height: 22px;
    margin: 0 254px 5px 0;
    font-size: 19px;
    color: #000000;
}

.testimonial-card-bottom p {
    width: 400px;
    height: 23px;
    margin: 5px 97px 1px 0;
    opacity: 0.7;
    font-size: 15px;
    line-height: 1.53;
    color: #000000;
}

.testimonial-arrows {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 8px;
    height: 15px;
}

.right-arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 16px;
    margin-left: 32px;
}

.left-arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 16px;
    margin-right: 32px;
}

.testimonial-card.active {
    display: block;
}

.testimonial-card.inactive {
    display: none;
}

#subscribe-section {
    margin-top: 175px;
    padding-top: 82px;
    background-color: #f7f7fb;
    padding-bottom: 80px;
}

#subscribe-section .about-title {
    width: 479px;
    height: 42px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #212121;
    margin: 0 auto 15px;
}

#subscribe-section .about-subtitle {
    width: 278px;
    height: 21px;
    margin: 15px auto 30px;
    opacity: 0.7;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #1e1e1e;
}

#subscribe-submit {
    background-color: #0aa03e;
    width: 102px;
    height: 36px;
    color: white;
    margin-left: -4px;
}

#email-input {
    width: 210px;
    height: 36px;
}

.subscribe-form-input {
    height: 36px;
    color: #1c1c1c;
    border: 1px solid #dedeeb !important;
    background: transparent;
    box-sizing: inherit;
    padding: 0 20px;
    outline: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
}

.subscribe-form-input::placeholder {
    color: #909090;
    opacity: 1;
}

.subscribe-form-wrapper {
    text-align: center;
    margin-top: 30px;
}

.subscribe-alerts {
    padding: 12px;
    max-width: 320px;
    margin: 12px auto;
    display: none;
}


@media only screen and (max-width: 1023px) {
    .testimonial-image-wrapper {
        margin: 16px auto;
    }
    .audience-image-wrapper {
        width: 635px;
        height: 345px;
    }
    .audience-title {
        font-size: 40px;
    }
    .audience-subtitle {
        font-size: 18px;
    }
    .backdrop-shift {
        margin-top: -105px !important;
        padding-top: 100px !important;
    }
    #audience-local-data-section .audience-title {
        font-size: 30px;
    }
    #audience-local-data-section .section-body p {
        font-size: 18px;
    }
    #digital-ott .audience-image-wrapper {
        margin-top: 56px;
    }
    #digital-ott .section-body {
        max-width: 636px;
    }
    #audience-insights .solution-title {
        width: 426px;
        height: 72px;
        margin: 0 auto 20px;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #292929;
    }
    #audience-insights .solution-subtitle {
        width: 636px;
        height: 56px;
        margin: 20px auto 50px;
        opacity: 0.7;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #1c1c1c;
    }
    #audience-insights .image-frame {
        width: 540px;
        height: 327px;
        margin: 50px auto 29px;
        object-fit: contain;
    }
    #global-ott-demand .banner-title {
        width: 507px;
        height: 36px;
        margin: 64px auto 20px;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #292929;
    }
    #global-ott-demand .solution-subtitle {
        width: 636px;
        height: 69px;
        margin: 20px auto 50px;
        opacity: 0.7;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #1c1c1c;
    }
    #global-ott-demand .audience-image-wrapper {
        width: 480px;
        height: 372px;
        margin: 50px auto 30px;
        object-fit: contain;
    }
    #audience-demographic-data .about-title {
        width: 722px;
        height: 36px;
        margin: 0 auto 20px;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #292929;
    }
    #audience-demographic-data .section-body p {
        width: 636px;
        height: 112px;
        margin: 20px auto 70px;
        opacity: 0.7;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #1c1c1c;
    }
    #audience-demographic-data .audience-image-wrapper {
        width: 635px;
        height: 374px;
        margin: 66px auto 67px;
        object-fit: contain;
    }
    .audience-blue {
        margin-top: -455px;
    }
    #audience-demographic-data .white-bgn {
        margin-top: 200px;
    }
    #cross-platform-demand,
    #watchman-section {
        padding-top: 80px;
    }
    #watchman-section .solution-title {
        width: 640px;
        height: 36px;
        margin: 0px auto 20px;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #292929;
    }
    #watchman-section .solution-subtitle {
        width: 636px;
        height: 28px;
        margin: 20px auto 60px;
        opacity: 0.7;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #1c1c1c;
    }
    #watchman-section .image-frame.left {
        width: 262px;
        height: 313px;
        margin: 0 auto;
        margin-right: 0;
        object-fit: contain
    }
    #watchman-section .img-desc-div.left {
        width: 262px;
        margin: 0 auto;
        margin-right: 0;
    }
    #watchman-section .image-frame.right {
        width: 262px;
        height: 313px;
        margin: 0 auto;
        margin-left: 0;
        object-fit: contain
    }
    #watchman-section .img-desc-div.right {
        width: 262px;
        margin: 0 auto;
        margin-left: 0;
    }
    #cross-platform-demand {
        padding-top: 80px;
    }
    #cross-platform-demand .solution-title {
        width: 640px;
        height: 36px;
        margin: 0px auto 20px;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #292929;
    }
    #cross-platform-demand .solution-subtitle {
        width: 636px;
        height: 28px;
        margin: 20px auto 60px;
        opacity: 0.7;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #1c1c1c;
    }
    #cross-platform-demand .text-and-image-div {
        padding-top: 25px;
    }
    #cross-platform-demand .image-frame.left {
        width: 262px;
        height: 313px;
        margin: 0 auto;
        margin-right: 0;
        object-fit: contain
    }
    #cross-platform-demand .img-desc-div.left {
        width: 262px;
        margin: 0 auto;
        margin-right: 0;
        margin-top: 25px;
    }
    #cross-platform-demand .image-frame.right {
        width: 262px;
        height: 313px;
        margin: 0 auto;
        margin-left: 0;
        object-fit: contain
    }
    #cross-platform-demand .img-desc-div.right {
        width: 262px;
        margin: 0 auto;
        margin-left: 0;
        margin-top: -25px;
    }
    #testimonial-section {
        max-width: 636px;
        margin: 0 auto;
    }
    #testimonial-section .about-title {
        margin-bottom: 50px;
    }
    #testimonial-section .testimonial-image-wrapper img {
        width: 188px;
        height: 210px;
        margin-right: 50px;
        object-fit: contain;
    }
    #testimonial-section .testimonial-image-wrapper {
        margin: 0;
    }
    .testimonial-content {
        width: 398px;
        height: 125px;
        margin-top: 22px;
        opacity: 0.7;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: italic;
        line-height: 1.56;
        letter-spacing: normal;
        color: #1c1c1c;
        text-align: left;
    }
    .testimonial-text {
        padding: 0;
    }
    .testimonial-card-top {
        height: 250px;
    }
    .testimonial-card-bottom {
        margin-bottom: 120px;
    }
    #subscribe-section {
        margin-top: 60px;
    }
    #subscribe-section .about-title {
        width: 479px;
        height: 36px;
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #292929;
    }
    #subscribe-section .about-subtitle {
        width: 259px;
        height: 21px;
        margin-bottom: 31px;
        opacity: 0.7;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #1e1e1e;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1240px) {
    #audience-insights,
    #audience-demographic-data,
    #global-ott-demand,
    #cross-platform-demand {
        max-width: 90%;
        margin-left: 5%;
    }

    #global-ott-demand .audience-image-wrapper {
        width: 504px;
        height: 335px;
        margin: 36px auto 0;
        object-fit: contain;
    }
    #watchman-section .shell {
        max-width: 980px;
    }
}

@media only screen and (max-width: 768px) {
    #subscribe-section .about-title,
    #audience-demographic-data .section-head,
    #global-ott-demand .banner-title,
    #watchman-section .solution-title,
    #audience-demographic-data .about-title,
    #cross-platform-demand .solution-title,
    .audience-title {
        height: auto;
        max-width: 100%;
    }
    #subscribe-section .about-subtitle,
    #cross-platform-demand .solution-subtitle,
    #audience-demographic-data .section-body,
    #audience-demographic-data .section-body p,
    #watchman-section .solution-subtitle,
    #global-ott-demand .solution-subtitle,
    #global-ott-demand .banner-title,
    .audience-subtitle,
    #audience-insights .solution-subtitle,
    #audience-insights .image-frame,
    .audience-image-wrapper,
    .testimonial-content,
    .testimonial-title {
        max-width: 100%;
    }

    #cross-platform-demand .img-desc-div.left,
    #watchman-section .img-desc-div.left {
        margin: auto;
        width: 100%;
    }

    #cross-platform-demand .img-desc-div.right,
    #watchman-section .img-desc-div.right {
        display: none;
    }

    #cross-platform-demand .img-desc-div.right-mobile,
    #watchman-section .img-desc-div.right-mobile {
        display: inline-block;
        margin: auto;
        width: 100%;
    }

    #cross-platform-demand .d-flex,
    #watchman-section .d-flex {
        display: inline-block !important;
    }

    .testimonial-card-bottom,
    #cross-platform-demand .image-frame.left,
    #cross-platform-demand .image-frame.right,
    #watchman-section .image-frame.left,
    #watchman-section .image-frame.right {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    #cross-platform-demand .text-desc-div {
        padding-left: 0; 
    }

    #testimonial-section hr {
        display: none;
    }

    #testimonial-section .testimonial-image-wrapper {
        margin: 12px auto;
        text-align: center;
    }

    .testimonial-content {
        height: auto;
        margin: 25px auto;
        width: 90%;
    }

    .testimonial-card {
        height: 675px;
    }

    .testimonial-card-top {
        height: 550px;
    }

    .testimonial-control-wrapper {
        bottom: auto;
        position: relative;
        right: auto;
        height: auto;
        text-align: center;
    }

    .testimonial-person-wrapper {
        height: 80px;
    }

    #testimonial-section .testimonial-image-wrapper img {
        margin: 12px auto;
        width: 90%;
        max-width: 250px;
    }

    .testimonial-logo {
        text-align: center;
    }

}

/* Terms & Conditions */
.terms-section {
    padding: 70px 0 90px;
}

.terms-head {
    text-align: center;
}

.terms-body {
    padding-top: 50px;
}

.terms-body p {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    text-align: justify;
    font-stretch: normal;
    font-style: normal;
    color: #606060;
}

.terms-subtitle {
    padding: 30px 0 20px;
    font-size: 17px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;
    color: #1c1c1c;
}

.terms-list li {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    font-stretch: normal;
    font-style: normal;
    text-align: justify;
    color: #606060;
    position: relative;
    margin-left: 11px;
}

.terms-list li:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1c1c1c;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -11px;
    transform: translateY(10px);
}

/* platform section */
.product-section {
    padding: 50px 0 0;
}

.section-product-head {
    text-align: center;
}

h3.product-subtitle {
    opacity: 0.7;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: normal;
    color: #1c1c1c;
}

.section-product-body {
    padding: 30px 0;
    text-align: center;
}

.section-product-body.demo {
    padding: 10px 0 20px;
}

.section-product-foot {
    text-align: center;
}

.product_wrapper {
    padding: 50px 0 0;
}

.image-shadow {
    box-shadow: 0 2px 17px 0 rgba(199, 199, 246, 0.31);
    border: solid 0.5px rgba(241, 241, 247, 0.8);
}

.no-shadow {
    border-left: solid 0.5px rgba(241, 241, 247, 0.8);
}

.subtitle-text {
    display: block;
}

/* request page */
.request-text {
    opacity: 0.5;
    color: #1c1c1c;
    font-size: 15px;
    line-height: 1.73;
    font-family: "Helvetica Neue", sans-serif;
}

/* login page */
.forgot-text {
    opacity: 0.5;
    color: #1c1c1c;
    font-size: 15px;
    line-height: 1.73;
    font-family: "Helvetica Neue", sans-serif;
}

.forgot-text:hover {
    opacity: 1;
}

/* faq page */
.faq-question h3 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1c1c1c;
    padding: 30px 0 10px;    
}

.faq-answer p {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: justify;
    color: #606060;
}

i.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

i.faq-open {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.faq-arrow-wrapper {
    display: inline-block;
}

div.faq-item-wrapper {
    overflow-y: auto;
}

.faq-item-wrapper .col_wrap {
    float: left;
}

#faq-section-title-div {
    padding-bottom: 39px;
    padding-top: 80px;
}

#faq-section-title-div h1 {
    width: auto;
    font-size: 25px;
    margin: 0 auto;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1c1c1c;
}

#faq-section .shell {
    padding: 0 12px;
    max-width: 1120px;
}

#faq-section .section-head {
    padding-bottom: 0; 
}

#faq-section hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    /* about page */
    .about-section {
        padding: 73px 0 50px;
    }

    h1.about-title {
        line-height: 40px;
    }

    /* home page */
    h1.home-title {
        font-size: 2.7rem;
    }

    h2.home-subtitle {
        font-size: 1.25rem;
    }

    h2.logos-title {
        font-size: 2.1875rem;
    }

    h2.solution-title {
        font-size: 2.1875rem;
    }

    h2.data-title {
        font-size: 2.1875rem;
    }

    h3.solution-subtitle {
        font-size: 20px;
        line-height: 1.65;
        padding: 20px 0 0;
    }

    h3.product-subtitle {
        font-size: 20px;
    }

    .hero-bgn {
        height: 600px;
    }

    .imac-picture {
        text-align: center;
    }

    .video-player iframe {
        width: 99%;
    }

    .section-solution {
        padding: 82px 0 127px;
    }

    /* Terms & Conditions */
    .terms-body {
        padding-top: 90px;
    }

    /* Platform */
    .home-body.products {
        padding-bottom: 40px;
    }
    /* FAQ */
    #faq-section-title-div h1 {
        width: 550px;
        height: 42px;
        font-size: 35px;
    }
    #faq-section .shell {
        padding: 0;
    }
}

@media only screen and (min-width: 1024px) {
    /* about page */
    .about-section {
        padding: 73px 0 90px;
    }

    .banner-head {
        padding: 55px 0 20px;
        cursor: auto;
    }

    .banner-body {
        display: block;
        text-align: left;
    }

    .banner-body.mobile-hidden {
        display: none;
    }

    .separator-news {
        display: block;
    }

    .subsection-head-team.mob-padding {
        padding: 50px 0 50px 15px;
    }

    .subsection-head-team.separator {
        border-top: 1px solid #ececec;
        margin: 0 15px;
        padding: 70px 0 50px 0;
    }

    .banner-title {
        text-align: left;
    }

    .video-player iframe {
        width: 100%;
    }

    .dev-image {
        height: 164.42px;
    }

    /* home page */
    .section-intro {
        padding: 80px 0;
    }

    .section-intro.home {
        padding: 80px 0;
    }

    .section-logos {
        padding: 64px 0 15px;
    }

    .section-data {
        padding: 66px 0 85px;
    }

    .section-rev {
        padding: 78px 0;
    }

    .section-blue {
        height: 419px;
        padding: 73px 0 80px;
    }

    .section-video {
        padding: 106px 0 100px;
    }

    .home-head {
        text-align: left;
    }

    .home-body {
        text-align: left;
    }

    .home-foot {
        display: block;
        text-align: left;
    }

    .home-foot.mobile-hidden {
        display: none;
    }

    .center-body {
        margin: 7px 0 50px;
    }

    .image-holder-top {
        margin-top: -15%;
    }

    .floated-right {
        float: right;
        padding-right: 0;
    }

    .floated-right.right-image {
        padding-left: 0;
    }

    .floated-right.right-text {
        padding-right: 0;
    }

    .floated-left {
        padding-left: 0;
        padding-right: 15px;
    }

    .floated-left.left-image {
        padding-right: 0;
    }

    .floated-left.left-text {
        padding-right: 0;
    }

    .p-video {
        margin-bottom: 0;
    }

    .hero-bgn {
        height: 388px;
    }

    .image-holder {
        background-size: 100% auto;
    }

    .image-holder.small {
        background-size: 100% auto;
    }

    .section-down {
        padding: 100px 0 86px;
    }

    .video-thumbnail {
        width: 540px;
    }

    .break {
        display: block;
    }

    .image-center {
        width: 81%;
        margin: 0 auto;
    }

    .banner-section {
        padding: 100px 0 100px;
    }

    /* Terms & Conditions */
    .terms-section {
        padding: 101px 0 100px;
    }

    .terms-body {
        padding-top: 100px;
    }

    /* Platform section */
    .product-section {
        padding: 73px 0 0;
    }

    .col_product_wrap_left {
        padding-left: 50px;
    }

    .col_product_wrap_right {
        padding-right: 50px;
    }

    .home-body.products {
        padding-bottom: 0;
    }

    .product_wrapper {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 1440px) {
    /* about page */
    .about-section {
        padding: 73px 0 100px;
    }

    .subsection-head-team {
        padding: 0 0 50px 15px;
    }

    .subsection-head-team.separator {
        padding: 100px 0 50px 0;
    }

    .banner-body {
        text-align: left;
        margin-bottom: 0;
    }

    .banner-title {
        font-size: 2.1875rem;
    }

    .banner-section {
        padding: 155px 0 155px;
    }

    .section-content {
        padding-bottom: 50px;
    }

    .dev-image {
        height: 199.23px;
    }

    /* news section */
    .section-news {
        padding-bottom: 100px;
    }

    /* home page */
    .image-holder-top {
        margin-top: -10%;
    }

    .hero-bgn {
        height: 600px;
    }

    .section-rev .home-head {
        padding-top: 84px;
    }

    .home-head {
        padding-top: 50px;
    }

    .section-video {
        padding: 152px 0;
    }

    .section-down {
        padding: 109px 0;
    }

    .video-thumbnail {
        width: 605px;
        margin: 0 auto;
    }

    /* Platform section */
    .product_wrapper {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 1600px) {
    h3.solution-subtitle {
        font-size: 24px;
        line-height: 1.65;
        padding: 20px 0 0;
    }
}

/* ------------------------------------------------------------ *\
   Buttons
\* ------------------------------------------------------------ */
.btn-login {
    display: none !important;
    background: #f2f2f6;
    height: 35px;
    color: #080808 !important;
    line-height: 35px;
    opacity: 1 !important;
    min-width: 85px;
    text-align: center;
    margin-left: 32px !important;
}

.btn-login img {
    margin-right: 10px;
    vertical-align: baseline;
}

.btn-login.btn-home {
    background: #0aa03e;
    color: #fcfdfd !important;
    box-shadow: 0 7px 13px 0 rgba(0, 161, 56, 0.27);
    height: 35px;
    line-height: 35px;
}

.btn-login:hover {
    opacity: 0.9;
}

.btn-login-mobile {
    float: right;
    display: inline-block;
    background: #f2f2f6;
    height: 30px;
    color: #080808 !important;
    line-height: 30px;
    padding: 0 8px;
    opacity: 1 !important;
}

.btn-login-mobile.btn-home-mobile {
    background: #0aa03e;
    color: #fcfdfd !important;
    box-shadow: 0 10px 19px 0 rgba(0, 161, 56, 0.27);
}

.btn-login-mobile.btn-home-mobile img {
    width: 14px;
}

.btn-login-mobile:hover {
    opacity: 0.9;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    transition: ease-in-out .3s;
    text-align: center;
    color: #f7f7fb;
    min-width: 164px;
    height: 56px;
    line-height: 56px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
}

.btn:hover, .btn:focus {
    color: #f7f7fb;
    opacity: 0.9;
}

.btn-blue {
    background: #1088ff;
    box-shadow: 0 10px 19px 0 rgba(16, 136, 255, 0.47);
}

.btn-green {
    background: #0aa03e;
    box-shadow: 0 10px 19px 0 rgba(0, 161, 56, 0.27);
}

.btnLink {
    color: #1088ff;
    cursor: pointer;
}

.btnLink:hover {
    opacity: 0.9;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
    .btn-login {
        display: inline-block !important;
    }

    .btn-login-mobile {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
 Cards
\* ------------------------------------------------------------ */
.card-head {
    margin-bottom: 14px;
}

.card-content {
    cursor: auto;
    margin-bottom: 50px;
}

h3.card-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #1c1c1c;
    padding-bottom: 3px;
}

h4.card-subtitle {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    opacity: 0.7;
    font-weight: normal;
    text-align: justify;
    color: #1c1c1c;
}

.card-description {
    padding-top: 15px;
}

.card-description p {
    opacity: 0.7;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.62;
    text-align: justify;
    color: #1c1c1c;
}

.news-row {
    margin-bottom: 48px;
    height: 80px;
}

.news-head {
    background: #02055a;
    position: relative;
    height: 0;
    padding-bottom: 62%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 22px;
}

.news-head .logo-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-head .play-news {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

h3.news-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 3px;
    margin-bottom: 6px;
}

.news-description p {
    font-family: "Helvetica Neue", sans-serif;
    opacity: 0.7;
    color: #000000;
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: justify;
}

@media only screen and (min-width: 768px) {
    .card-head img {
        height: 194.31px;
    }

    .news-body {
        max-height: 85px;
        overflow: hidden;
    }

    .news-body.long {
        min-height: 85px;
        max-height: 85px;
    }
}

@media only screen and (min-width: 1024px) {
    .card-head img {
        height: 164.32px;
    }

    .card-content {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 1440px) {
    .card-head img {
        height: 245px;
    }

    .separator-news {
        margin: 30px auto 0;
    }

    h4.news-title {
        font-size: 1.4375rem;
    }

    .card-content {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 1600px) {
    .card-head img {
        height: 282px;
    }
}


/* ------------------------------------------------------------ *\
    Use Case Pages
\* ------------------------------------------------------------ */
.usecase-cover-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.section-usecase-head {
    min-height: 512px;
    text-align: center;
}

.shell-usecase-head {
    margin-top: 150px;
}

.usecase-subtitle {
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    color: #fff;
}

.usecase-title {
    font-family: Helvetica;
    font-size: 48px;
    font-weight: 700;
    line-height: 58.19px;
    color: #fff;
}

.usecase-wrapper .right-text {
    padding-left: 80px;
}


.usecase-subitem-head {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.usecase-subitem-head-text {
    padding-left: 4px;
}

.usecase-subitem-body {
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-left: 36px;
}

.usecase-item-title {
    font-family: Helvetica;
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 48.3px;
    text-align: left;
}

.usecase-subitem {
    margin-bottom: 18px;
}


@media only screen and (max-width: 1440px) {
    .right-image, .left-image {
        margin-top: 48px;
    }
}


@media only screen and (min-width: 1440px) {
    .usecase-subitem-head,
    .usecase-subitem-body {
        font-size: 24px;
        line-height: 38px;
    }

    .usecase-item-title {
        font-size: 42px;
        margin-bottom: 32px;
    }

    .usecase-subitem {
        margin-bottom: 32px;
    }

    .usecase-title {
        font-size: 68px;
        line-height: 78.19px;
    }
}


/* ------------------------------------------------------------ *\
    Logos
\* ------------------------------------------------------------ */
.logo-wrapper {
    padding: 48px 0 0;
}

.logo-center {
    text-align: center;
    line-height: 96px;
    margin-bottom: 10px;
}

.logo-center:last-child {
    margin-bottom: 0;
}

.logo-row {
    margin-bottom: 24px;
}

.logo-row img {
    max-height: 96px;
}

.spk-logo img {
    width: 92px;
}

.malao-logo img {
    width: 104px;
}

.lionsgate-logo img {
    width: 192px;
}

@media only screen and (min-width: 768px) {
    .logo-center {
        margin-bottom: 30px;
    }

    .logo-center:last-child {
        width: 20%;
    }

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

    .right-text {
        text-align: right;
    }

    .left-text {
        text-align: left;
    }
}

@media only screen and (min-width: 1024px) {
    .logo-wrapper {
        width: 860px;
        margin: 0 auto;
        padding: 20px 0 0;
    }
}

@media only screen and (min-width: 1200px) {
    .logo-wrapper {
        padding: 48px 0 0;
    }
}

/* ------------------------------------------------------------ *\
	Form elements
\* ------------------------------------------------------------ */
.help-block {
    display: none !important;
}

.has-error .form-control,
.has-error .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.has-error .select2-selection.select2-selection--multiple {
    border-color: #399cff !important;
}

.has-error .select2-container--default .select2-selection--single .select2-selection__placeholder,
.has-error .select2.select2-container.select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field::placeholder {
    color: #df2728 !important;
}

.has-error .form-control::placeholder {
    color: #df2728 !important;
}

.has-error .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field::placeholder {
    color: #df2728 !important;
}

.has-error .form-control-feedback {
    color: #df2728 !important;
}

.has-error .select-custom .select-custom--multiple .form-control .select2-hidden-accessible::placeholder {
    color: #df2728 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group-inner,
.form__control {
    position: relative;
}

.separator-form {
    background: #ececec;
    height: 1px;
}

.form__wrapper {
    max-width: 820px;
    margin: 0 auto;
    padding-top: 37px;
}

.loginForm__wrapper {
    max-width: 408px;
    margin: 0 auto;
    padding-top: 103px;
    padding-bottom: 100px;
}

.resetForm__wrapper {
    max-width: 408px;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 200px;
}

.form_button {
    text-align: center;
    padding: 47px 0 100px;
}

.form-control {
    font-weight: 400;
    color: #1c1c1c;
    border: 1px solid #dedeeb !important;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    background: transparent;
    line-height: 58px;
    box-sizing: inherit;
    width: 100%;
    height: 58px !important;
    padding: 0 20px;
    outline: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

::-webkit-input-placeholder {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400; 
}

.textarea {
    height: 128px !important;
    padding: 0 15px;
}

select {
    border: none;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select2-dropdown .select2-results > .select2-results__options .select2-results__option.select2-results__option[aria-selected="true"]:before {
    content: '';
    position: absolute;
    display: block;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.5625rem;
    background: url(images/check-icon.svg) no-repeat;
    background-size: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #1c1c1c !important;
    line-height: 58px !important;
    font-size: 15px;
    padding-left: 15px !important;
    font-weight: normal !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    height: 58px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dedeeb !important;
    border-radius: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border: 0 !important;
    border-radius: 0;
    color: #1c1c1c;
    line-height: 50px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #dedeeb;
}

.select2-results__option {
    position: relative;
    padding: 10px 10px 10px 20px;
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #dedeeb !important;
    font-size: 15px;
    color: #979797;
}

.select2-results__option:last-child {
    border-bottom: 0 !important;
}

.select2-results__option:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 550;
    content: "\f105";
    display: inline-block;
    position: absolute;
    right: 26px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #1c1c1c;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    font-weight: bold !important;
    color: #1c1c1c !important;
}

.select2-container--default .select2-results__option[aria-selected=true]:after {
    color: #399cff;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0 !important;
    border: 1px solid #dedeeb;
    margin-top: 7px;
}

.select2-container--default .select2-results__group {
    font-weight: 500;
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

.select2-container--default .select2-results__option:first-child:after {
    content: '' !important;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 20px !important;
}

.select-custom[multiple] ~ .select2.select2-container .select2-selection--multiple {
    cursor: pointer;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open .select2-selection__placeholder {
    color: #1c1c1c !important;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field::placeholder {
    color: #1c1c1c !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 275px !important;
}

.select-custom[multiple] ~ .select2.select2-container .select2-selection--multiple:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 26px;
    border: 0;
    background: url(images/arrow-normal-down.svg) no-repeat;
    background-size: contain;
    width: 11px;
    height: 5px;
    display: block;
    cursor: pointer;
}

.select2-selection--single .select2-selection__arrow {
    height: 5px !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 26px !important;
    width: 11px !important;
    margin: auto !important;
}

.select2-selection--single .select2-selection__arrow b {
    border: 0 !important;
    background: url("images/arrow-normal-down.svg") no-repeat !important;
    background-size: contain !important;
    width: 11px !important;
    height: 5px !important;
    display: block;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url("images/arrow-active-up.svg") no-repeat !important;
}

.select2-container--open .select2-selection--multiple:after {
    background: url("images/arrow-active-up.svg") no-repeat !important;
}

.select2-container *:focus {
    outline: none !important;
}

.select2-search__field::placeholder {
    color: #979797;
}

.select2.select2-container {
    width: 100% !important;
}

/* Password strength */
.msg_wrapper {
    padding-left: 5px;
}

#strength_message {
    font-size: 12px;
    font-family: "Helvetica Neue", sans-serif;
}

#strength_message.strong {
    color: #0aa03e;
}

#strength_message.strong:after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-left: 10px;
    content: '';
    display: inline-block;
    background: #0aa03e;
}

#strength_message.weak {
    color: #df2728;
}

#strength_message.weak:after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-left: 10px;
    content: '';
    display: inline-block;
    background: #df2728;
}

#strength_message.good {
    color: #dfbe28;
}

#strength_message.good:after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-left: 10px;
    content: '';
    display: inline-block;
    background: #dfbe28;
}

@media only screen and (min-width: 1024px) {
    .form_textarea {
        padding: 0 15px;
    }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 768px) {
    .temp-footer #widget-area section {
        text-align: left;
    }
}

.temp-footer .widget-company-footer {
    min-height: 7rem;
}

@media (min-width: 1200px) {
    .temp-footer .container, .temp-footer .container-lg, .temp-footer .container-md, .temp-footer .container-sm, .temp-footer .container-xl {
        max-width: 1140px;
    }
}

.temp-footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.temp-footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.temp-footer #widget-area section {
    margin: 20px 0;
    text-align: center;
}

.temp-footer.col-md-1, .temp-footer .col-md-2, .temp-footer .col-md-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.temp-footer .widget-area .social-links {
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    width: 94%;
    text-align: center;
}

@media (min-width: 768px) {
    .temp-footer .menu {
        float: left;
    }

    .temp-footer .widget-area .social-links {
        text-align: left;
        width: 100%;
    }

    .temp-footer #widget-area section {
        text-align: left;
    }

    .temp-footer .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .temp-footer .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.temp-footer .widget-company-footer {
    min-height: 7rem;
}

.temp-footer h5.widget-title {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.temp-footer .widget-area ul li.menu-item {
    margin: 0;
    width: 100%;
}

.temp-footer .menu li {
    line-height: 36px;
    margin-left: 40px;
    display: inline-block;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-size: 0.91875rem;
    color: #1c1c1c;
    opacity: 1;
}

.temp-footer .widget-area ul li a {
    font-size: 0.8rem;
    display: block;
}

.copyright {
    font-size: 0.7rem;
    padding: 1rem;
    color: rgba(0, 0, 0, 0.6);
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.copyright ul li {
    display: inline-block;
    margin-left: 1.4rem;
}

.temp-footer {
    border-bottom: 1px solid rgba(149, 148, 198, 0.2);
}

.temp-footer .footer-logo {
    display: block;
}
