/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: 
*/


* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all .5s ease;  }

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
html.suspended {background: rgba(0,0,0,0.6);}
body { position: relative; max-width: 100%;margin: 0 auto;text-align: center; font-family: 'Red Hat Display', serif; transition: all 0.3s ease-out; }
a { font-family: 'Red Hat Display', serif; color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1,h2,h3,h4,h5,h6,p { padding:0; margin:0; line-height: 120%; }
h1,h2,h3,h4,h5,h6 { font-family: 'Red Hat Display', serif; font-weight: 700; line-height: 1.3em; }
p, ul li { font-family: 'Red Hat Display', serif; font-weight: 400; font-size: 23px; letter-spacing: 0.02em; line-height: 1.6em; margin: 0; }
ul, ol { margin: 0; padding: 0; }
.row { max-width: 1600px;margin: 0 auto; }
.db { display: block; }

/*color*/

.white { color: #FFFFFF; }
.black { color: #000000; }

/*sticky*/

.sticky { position: fixed!important; top: 0; width: 100%; background: rgb( 0 0 0 / 80% )!important; padding: 10px 15px!important; box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 50%); }
.sticky + .content { padding-top: 0; }
/*.sticky .header-left { width: 8%; }*/
/*#header.sticky nav ul li a { padding: 0 0 15px!important; }
#header.sticky .header-left .content-img img { filter: brightness(0) invert(1);  }
#header.sticky nav ul li a { color: #FFFFFF!important; }
*/
/*.sticky .header-left { width: 10.25%; }*/

/*dropdown*/

/*#dropdown{ display: none; position: absolute; text-align: left; z-index: 9; background: rgb( 0 0 0 / 50% ); transition: all .5s ease; width: 200px!important; border: 1px solid rgb( 68 68 68 / 20% ); }
#dropdown li{ display: block!important; padding: 10px 15px!important; }
#dropdown li a { white-space: nowrap; color: #FFFFFF!important; }
#header nav ul #dropdown li a { padding: 0; }
#header nav ul #dropdown li a::before { display: none!important;  }
#header nav ul #dropdown li.active-menu a, #header nav ul #dropdown li a:hover { color: #517FBF!important; }
#menu_drop:hover > #dropdown{display: block;}*/

/*display-inline*/

.inbM { display: inline-block; vertical-align: middle; box-sizing: border-box; }
.inbT { display: inline-block; vertical-align: top; box-sizing: border-box; }

/*flex*/

.fw { flex-wrap: wrap; }
.rr { flex-direction: row-reverse; }
.flexstr { display: flex; justify-content: space-between; align-items: stretch; }
.flexstr-alt { display: flex; align-items: stretch; }

.flex { display: flex; }
.flexs { display: flex; justify-content: space-between; align-items: flex-start; }
.flexc { display: flex; justify-content: space-between; align-items: center; }
.flexe { display: flex; justify-content: space-between; align-items: flex-end; }

/*button*/

.btn { max-width: 240px; width: 100%; position: relative; background: transparent; font-family: 'Red Hat Display', serif; font-weight: 700; font-size: 15px; color: #FFFFFF; letter-spacing: 0.1em; line-height: 1.2em; padding: 17px 0; display: inline-block; text-align: center; z-index: 1; text-transform: uppercase; border: 2px solid #FF3130; }
.btn a { color: #FFFFFF!important; }
.btn:hover {color: #FFF !important; box-shadow: 0px 10px 20px -10px #000;  }
.btn::before {content: ''; background: #FF3130; transition: all .3s linear; transform: scaleX(0); position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; z-index: -1; }
.btn:hover::before {transform: scaleX(1);}
.btn.sm { max-width: 180px; width: 100%; }
a.red {color: #FF3130;}
a.red:hover {color: #be2120;}

/*floats*/

.fl {float:left;}
.fr {float:right;}

/*typography*/

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/*clearings*/

.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/

.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/

.destroy-on-load, .cta {display: none;}

/*contact form messages*/

form .messages p {display: none;font-family: 'Red Hat Display', serif!important; font-weight: 400!important; letter-spacing: 0!important; font-size: 16px!important; }
form .loading {display: none; -webkit-filter: invert(1); filter: invert(1); }
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin: 0 auto; }
form [type="submit"]:hover { cursor: pointer; }

/*contact form*/

.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {font-family: 'Red Hat Display', serif; font-size: 15px; color: #545454; height:60px;display: block;width: 100%;border:1px solid #D6D6D6;border-radius: 0;padding: 20px;box-sizing: border-box;margin: 0 auto 10px; }
.ctc-form textarea {height: 200px;}
/*.ctc-form input[type="text"] {font-family:'Libre Franklin', sans-serif; font-size: 16px;color:#333333;height:63px;display: inline-block;width: 32%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 6px 16px;; background: #EEEEEE; font-weight: 500; }
.ctc-form textarea {font-family:'Libre Franklin', sans-serif; font-size: 16px;color:#333333;height:134px;display: inline-block;width: 98.5%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 auto 10px; background: #EEEEEE; font-weight: 500; }*/
.ctc-form button {display: block;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-form .ctc-hide {display: none;}
.ctc-form .formLabel { width: 49.63%; }
.inner-form .ctc-form .formLabel { width: 100%; } 
.ctc-form .btn { display: block; color: #FFFFFF;}
/*.formBox .formLabel { width: 49.5%; }
.formLabel.lg { width: 100%; }*/
::placeholder { color: #111111; }

/*gallery*/

#content .galBox { padding-top: 30px; }
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block; vertical-align: top; width: 24%; }
#content .gallery li p { line-height: 140%; width: 100%; font-size: 14px; margin: 15px auto;  }
#content .gallery li img { width: 100%; height: 250px; object-fit: cover; } 
#content .thumbnail { border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation > a:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

/*HEADER*/

#header { position: absolute; background: #000000; width: 100%; padding: 10px 15px; z-index: 999; }
#header .row { max-width: 1600px; width: 100%; margin: 0 auto; }
#header nav a#pull {display: none}
#header nav ul { max-width: 450px; width: 100%; padding: 0; margin: 0 auto; }
#header nav ul li { display: inline-block; vertical-align: middle; line-height: 1; }
#header nav ul li a { position: relative; font-family: 'Red Hat Display', serif; font-weight: 400; font-size: 16px; color: #FFFFFF; line-height: 1.3em; letter-spacing: 0.02em; padding: 0 0 12px; }
#header nav ul li a::before { content: ''; background: #FF3130; width: 100%; max-width: 100%; height: 2px; border-radius: 0; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; transition: all .3s linear; transform: scaleX(0); z-index: 1;}
#header nav ul li a:hover::before,
#header nav ul li.active-menu a::before {transform: scaleX(1);}
#header nav ul li.active-menu a, #header nav ul li a:hover {  }
.header-left { width: 15%; }
.header-left .content-img { max-width: 85px; width: 100%; margin-left: 0; }
.header-mid { width: 70%; }
.header-right { width: 15%; }

/*BANNER*/

#banner, .banner-img { position: relative; }
#banner .row { position: relative; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 15px; }
.banner-img::before { content: ''; background: linear-gradient( to right, rgb( 0 0 0 / 85% ), rgb( 0 0 0 / 10% ) ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }
.banner-img .content-img img { filter: grayscale(100%); }
.banner-content { max-width: 1600px; width: 100%; margin: 0 auto; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; padding: 0 15px; z-index: 2; }
.banner-content .banner-box { max-width: 640px; width: 100%; }
.banner-content .content-text p { margin: 30px 0 40px; }

/*CONTENT*/

#content { position: relative;  }
.content-text h1, .content-text .text-lg { font-size: 60px; letter-spacing: 0.02em; }
.content-text h2 { font-size: 40px; }
.content-text h3 { font-size: 25px; }
.content-text h4 { font-size: 30px; }
.content-text h5 { font-weight: 400; font-size: 20px; }
.content-text h6 { font-size: 18px; letter-spacing: 0.2em; }
.content-img img { width: 100%; height: 100%; display: block; }

    /*AUDIENCE SALES*/

    .audience-sales-section { position: relative; background: #000000; padding: 200px 15px; }
    .audience-sales-section::after { content: ''; background: url('../images/content/line.webp')no-repeat top right; width: 14.58%; height: 100%; background-size: contain; position: absolute; top: 0; right: 0; }
    .audience-sales-section .row { position: relative; max-width: 1600px; width: 100%; margin: 0 auto; z-index: 2; }
    .audience-sales-wrap.alt { margin: 200px 0 0; }
    .audience-sales-wrap.alt .audience-sales-right { padding: 0 60px 0 0; }
    .audience-sales-left { width: 38.75%; }
    .audience-sales-right { width: 61.25%; padding: 0 0 0 60px; }
    .audience-sales-title, .audience-sales-desc { width: 50%; }
    .audience-sales-desc .content-text p { margin: 0 0 50px; }

    /*START UP*/

    .start-up-section { position: relative; padding: 0 15px; }
    .start-up-section .row { position: relative; max-width: 1600px; width: 100%; margin: 0 auto; padding: 200px 0; }
    .start-up-section .row::before { content: ''; background: url('../images/content/line-alt.webp')no-repeat top left; width: 20%; height: 100%; background-size: 100% 100%; position: absolute; top: 0; left: 0; z-index: -1; }
    .start-up-left { width: 38.75%; }
    .start-up-right { width: 61.25%; }
    .start-up-right .start-up-content { max-width: 905px; width: 100%; margin-left: auto; padding: 0 0 0 30px; }
    .start-up-right .content-text p { margin: 30px 0; }
    .start-up-right .button .btn { color: #000000; }

    /*STRATEGY SPEAKER*/

    .strategy-speaker-section { position: relative; padding: 0 25px 140px; }
    .strategy-speaker-section .row { max-width: 100%; width: 100%; }
    .strategy-speaker-col { width: 50%; padding: 0 25px; }
    .strategy-speaker-content { position: relative; }
    .strategy-speaker-content::after { content: ''; background: linear-gradient( to top, rgb( 0 0 0 / 90% ), transparent ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }
    .strategy-speaker-content .strategy-speaker-desc { position: relative; max-width: 745px; width: 100%; margin: 0 auto; padding: 0 30px; position: absolute; left: 0; right: 0; bottom: 50px; z-index: 2; }
    .strategy-speaker-content .content-text p { margin: 30px 0; }

/*FOOTER*/

#footer { position: relative; background: #000000; padding: 0 15px; }
#footer .row { max-width: 1600px; width: 100%; margin: 0 auto; }
.footer-info { padding: 140px 0 40px; border-bottom: 1px solid #222222; }
.footer-wrap { margin: 170px 0 0; }
.footer-left, .footer-right { width: 50%; }
.footer-link { max-width: 590px; width: 100%; }
.footer-info .content-text h2 { margin: 0 0 50px; }
.footer-info .tel a, .footer-info .mail a, .footer-info .loc a { position: relative; font-size: 23px; }
.footer-info .tel a::before, .footer-info .mail a::before, .footer-info .loc a::before { content: ''; font-family: 'FontAwesome'; font-size: 20px; color: #FF3130; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; }
.footer-info .tel a::before { content: '\f095'; }
.footer-info .mail a::before { content: '\f0e0'; }
.footer-info .loc a::before { content: '\f3c5'; }


    /*COPYRIGHT*/

    .copyright { position: relative; padding: 80px 0; }
    .copyright .content-img { max-width: 6.68%; width: 100%; margin: 0 auto; }
    .copyright .content-text p { font-size: 16px; margin: 30px 0 0; } 
    .copyright .content-text p:last-of-type { margin: 0!important;  } 
    

/*INNER PAGES*/

/*HEADER*/

.inner .row { max-width: 1200px; width: 100%; margin: 0 auto; }

/*BANNER*/

.inner .banner-img::before { content: ''; background: linear-gradient( to right, rgb( 0 0 0 / 85% ), rgb( 0 0 0 / 10% ) ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }
.inner .banner-content { max-width: 1600px; width: 100%; top: unset; transform: unset; bottom: 100px!important; }
.inner .banner-content .content-text h1 {  color: #FFFFFF; text-align: left; }

/*CONTENT*/

.inner #content { position: relative; padding: 60px 15px; background: #000000; min-height: 400px; }
.inner #content::before { content: ''; background: url('../images/content/inner-line.webp')no-repeat top left; background-size: contain; max-width: 15%; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.inner #content .row { position: relative; max-width: 1600px; width: 100%; margin: 0 auto; z-index: 2; }

    /*MEET DV*/

    .inner.meet-dv #content { position: relative; padding: 155px 15px 110px; }
    .inner.meet-dv .meet-left { width: 40%; }
    .inner.meet-dv .meet-right { width: 60%; }
    .inner.meet-dv .meet-content { max-width: 815px; width: 100%; margin-left: auto; padding: 0 0 0 15px; }
    .inner.meet-dv .meet-content .content-text p { margin: 0 0 30px; }
    .inner.meet-dv .meet-content .content-text p:last-of-type { margin: 0!important; }

    /*OFFER*/

    .inner.offer #content { position: relative; padding: 160px 15px 110px; }
    .inner.offer .offer-wrap { margin: 0 0 150px; }
    .inner.offer .offer-wrap.last { margin: 0; }
    .inner.offer .offer-left { width: 38.75%; }
    .inner.offer .offer-right { width: 61.25%; }
    .inner.offer .offer-content.alt { margin-left: 0; padding: 0 15px 0 0; }
    .inner.offer .offer-content { max-width: 890px; width: 100%; margin-left: auto; padding: 0 0 0 15px; }
    .inner.offer .offer-content .content-text p { margin: 30px 0; }
    .inner.offer .offer-content .content-text p:last-of-type { margin: 0!important; }
    .inner.offer .offer-wrap.last .content-text p { margin: 30px 0!important; }
    .inner.offer .offer-content .content-text ul { list-style-type: none; }
    .inner.offer .offer-content .content-text ul li { position: relative; line-height: 2em; padding: 0 0 0 30px; }
    .inner.offer .offer-content .content-text ul li::before { content: '\f046'; font-family: 'FontAwesome'; font-size: 20px; color: #FF3130; position: absolute; top: 0; left: 0; }

    /*CONTACT*/

    .inner.contact #content .row { max-width: 960px; width: 100%; margin: 0 auto; }

    /*POLICIES*/

/*PRIVACY POLICY*/

.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}.example {
    display: grid;
    transition: all .5s;
    user-select: none;
    background: linear-gradient(to bottom, white, black);
}