/*media-size*/
@font-face {
  font-family: 'TitilliumWeb-Black';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-Black.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-BoldItalic';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-ExtraLight';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-ExtraLight.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-ExtraLightItalic';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-ExtraLightItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'TitilliumWeb-Light';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-LightItalic';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-LightItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url("../../fonts/TitilliumWeb/TitilliumWeb-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@media (min-width: 1024px) {
  .menu {
    display: block;
  }

  .bannerBg--opacity::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }

  .hidden-lg {
    display: none !important;
  }

  .embed .bannerBg--opacity::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hide-mb {
    display: none !important;
  }

  .show-mb {
    display: block !important;
  }

  .header {
    margin: 38px 58px 0 78px;
  }

  .logo {
    width: auto;
    height: auto;
  }

  .headerLinks {
    width: 85%;
    padding: 136px 15px 110px 33px;
    right: -85%;
    overflow: auto;
    box-sizing: border-box;
  }

  .headerLinks .sub-menu {
    width: 100%;
  }

  .sub-menu {
    position: static !important;
    height: 100% !important;
  }

  .headerLinks .sub-menu {
    margin-bottom: 19px;
  }

  .headerLinks .sub-menu:last-child {
    margin-bottom: 0;
  }

  .headerLinks .sub-menu li {
    position: static !important;
    margin-bottom: 16px;
    padding: 0;
  }

  .headerLinks .sub-menu li:first-child {
    padding: 0;
  }

  .topBanner .imgWrapper {
    display: none;
  }

  .topBanner .imgWrapper img {
    max-height: none;
  }

  .headerLinks ul {
    width: 100%;
    padding-bottom: 9px;
    margin: 0 auto;
  }

  .headerLinks li {
    display: block;
    padding-left: 16px;
    text-align: center;
    margin-bottom: 26px;
  }

  .header__nav > li .sub-menu{
    display: none;
  }

  .header__nav > li:last-child .sub-menu{
    display: block;
  }

  .header__nav > li .headerLink {
    margin-bottom: 12px;
  }

  .headerLinks .header__nav a::after,
  .login button::after {
    display: none;
  }

  .login {
    position: relative;
    text-align: center;
  }

  .login button {
    margin-bottom: 42px;
    padding: 1px 0 3px 0;
  }

  .login button:last-child {
    margin-bottom: 0;
    border-top: 2px solid #828278;
    display: inline-block;
    width: auto;
    padding-top: 47px;
  }

  .headerLinks .sub-menu li a {
    font-family: "TitilliumWeb-Regular", Helvetica, Arial, sans-serif;
    padding: 0;
    height: auto;
    line-height: 1;
    font-size: 35px;
    display: block;
  }

  .header .login {
    margin: 0 0 20px;
  }

  .bannerContent {
    margin: 0;
    padding: 0 79px;
    text-align: center;
  }
  .bannerContent h2 {
    font-size: 5.9375rem;
    line-height: 1.05;
  }
  .bannerContent h3 {
    font-size: 1.875rem;
    line-height: 1.3;
  }
  .bannerContent button,
  .bannerContent .btnTransparent {
    width: 100%;
    height: auto !important;
    margin-bottom: 42px;
    padding: 18px 15px;
    font-size: 1.875rem;
    text-align: center;
  }
  .bannerContent button.btnVideo,
  .bannerContent .btnTransparent.btnVideo {
    padding: 10px 15px;
  }
  .bannerContent .stepAnimation > span::before,
  .bannerContent .stepAnimation > span > span {
    font-size: 1.875rem;
  }
  .bannerContent br {
    display: none;
  }
  .bannerContent .stepAnimationStart > span,
  .bannerContent .stepAnimationStart > span > span {
    animation: none 0 ease !important;
  }

  .textContent {
    margin: 48px auto 52px;
  }

  .slide {
    height: auto !important;
  }

  .slide.topBanner {
    display: block !important;
    min-height: 95vh !important;
  }

  .slide:not(.slideLeft) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .home .bannerContent.verticalAlign {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  button.btnTransparent .btnRoller,
  a.btnTransparent .btnRoller {
    transform: none;
  }

  .btnRoller span:first-child {
    display: none !important;
  }

  button.btnTransparent .btnRoller > .btnTransparent__copy,
  a.btnTransparent .btnRoller > .btnTransparent__copy {
    position: static !important;
  }

  button.btnTransparent::before,
  a.btnTransparent::before {
    display: none;
  }

  button.btnVideo .btnRoller > span {
    padding: 6px 30% 7px 36%;
  }

  button.btnVideo .btnRoller > span::before {
    left: 33%;
  }

  .anchor-holder {
    bottom: 63px;
  }

  .separator h2 {
    font-size: 3.125rem;
  }

  .home .separator {
    padding: 46px 39px 54px;
  }

  .regular {
    display: none !important;
  }

  .scrollEffect.scrollEffect--show {
    transform: none;
  }

  .slideLeft .bannerBg img {
    width: 100vh;
    max-height: none;
    object-fit: cover;
  }

  .stripedBg::after,
  .stripedBg::before {
    display: none;
  }

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

  .slideWrapper .selected h2 {
    margin-bottom: -4px;
    font-size: 6.6875rem;
    line-height: 1.1;
  }

  .slideWrapper .selected p {
    font-size: 3rem;
  }

  .slideLeft .textContent {
    margin: 10px 0 51px;
  }

  .slideWrapper .textContent p {
    font-size: 1.875rem;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .slideWrapper .selected a {
    width: 100%;
    padding: 17px 16px;
    font-size: 1.875rem;
  }

  .slideContent .verticalAlign {
    width: 100%;
    margin-left: 0;
    padding: 0 79px;
  }

  .partners {
    position: static;
    transform: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide__header {
    padding: 0 20px;
  }

  .slide__header h2 {
    line-height: 0.95;
    margin-bottom: 43px;
  }

  .slide__header {
    margin-bottom: 115px;
  }

  .slide__header p {
    font-size: 1.875rem;
  }

  .slideWrapper .selected {
    width: auto !important;
    left: 0 !important;
  }

  .partners__list {
    padding: 0 72px 0 60px;
  }

  .partners__list li {
    width: 50%;
    max-width: 50%;
    margin-bottom: 87px;
    padding: 0 10px;
  }

  .partners__list li:nth-child(7),
  .partners__list li:nth-child(8) {
    padding: 0 10px;
  }

  .slide__content {
    position: static;
    transform: none;
    padding: 182px 20px 110px;
  }

  .siteFooter .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 34px;
  }
  .siteFooter__menu,
  .footer .siteFooter__social,
  .siteFooter__btn-holder {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .siteFooter__menu {
    margin-bottom: 30px;
    padding: 0;
  }

  .siteFooter__menu > ul {
    position: relative;
    width: 100%;
    padding-right: 0;
    height: 740px;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    align-content: space-between;
  }

  .siteFooter__menu > ul.desktop-hidden li {
    padding: 0;
  }

  .siteFooter__menu > ul::before {
    bottom: 0;
  }

  .siteFooter__menu > ul > li {
    padding: 13px 0 17px;
    border-bottom: 2px solid #fff;
    width: calc(50% - 30px);
    margin-bottom: 4px;
  }

  .siteFooter__menu > ul > li:last-child {
    margin-bottom: 0;
  }

  .siteFooter__menu > ul > li > a {
    font-size: 2.125rem;
    margin-bottom: 0;
  }

  .siteFooter__sub-menu {
    margin-top: 20px;
  }

  .siteFooter__sub-menu li {
    margin-bottom: 21px;
  }

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

  .siteFooter__menu a {
    margin-bottom: 13px;
    font-size: 1.875rem;
  }

  .siteFooter__menu li:last-child > a {
    margin-bottom: 0;
  }

  .siteFooter__btn-holder a {
    padding: 8px;
    font-size: 1.875rem;
  }

  .siteFooter__copyright {
    padding-top: 54px;
    text-align: center;
  }

  .siteFooter__copyright p {
    font-size: 1.625rem;
  }

  .footer .siteFooter {
    padding-top: 38px;
    padding-bottom: 62px;
    padding-right: 80px;
  }
  .footer .siteFooter__social {
    text-align: center;
    margin-bottom: 47px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .footer .siteFooter__social li {
    width: 80px;
    height: 80px;
    margin-right: 0;
  }
  footer.footer .siteFooter__social li:last-child {
    margin-right: 0;
  }
  .footer .siteFooter__social .facebook {
    background-image: url("../../img/social/fb-big.png");
  }
  .footer .siteFooter__social .twitter {
    background-image: url("../../img/social/tw-big.png");
  }
  .footer .siteFooter__social .youtube {
    background-image: url("../../img/social/youtube-big.png");
  }
  .footer .siteFooter__social .linkedin {
    background-image: url("../../img/social/ln-big.png");
  }
  .footer .siteFooter__social .comments {
    background-image: url("../../img/social/comments-big.png");
  }
  .embed .column-item {
    padding: 0 20px 62px;
  }
  .slideWrapper{
    border: none;
    height: 95vh !important;
    display: block;
  }

  .headerLinks .sub-menu {
    visibility: visible;
  }
  .itemAnimation-1,
  .itemAnimation-2,
  .itemAnimation-3 {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .column-slider .active .slowTopAnimation,
  .goUp-animation {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .disabled-onepage-scroll .header {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 27px 40px 27px;
  }

  .menu {
    position: fixed;
    right: 40px;
  }

  .header__nav {
    position: relative;
  }
  /*.header__nav:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*width: 150px;*/
    /*height: 3px;*/
    /*background-color: #828278;*/
  /*}*/

  .homeLink {
    display: none !important;
  }

  .terms .headerLinks li {
    border-right-color: transparent;
  }

  .sideModal .modalContent.getintouchContent.show,
  .sideModal .modalContent.getintouch-createContent.show,
  .sideModal .modalContent.getintouch-influenceContent.show,
  .sideModal .modalContent.getintouch-engageContent.show {
    padding: 10px 26px 0 26px;
  }
  .sideModal .modalContent.getintouchContent.show .modalHeader,
  .sideModal .modalContent.getintouch-createContent.show .modalHeader,
  .sideModal .modalContent.getintouch-influenceContent.show .modalHeader,
  .sideModal .modalContent.getintouch-engageContent.show .modalHeader {
    line-height: 1;
    margin-bottom: 20px;
  }
  .sideModal .modalContent.getintouchContent.show .closeBtn,
  .sideModal .modalContent.getintouch-createContent.show .closeBtn,
  .sideModal .modalContent.getintouch-influenceContent.show .closeBtn,
  .sideModal .modalContent.getintouch-engageContent.show .closeBtn {
    min-height: 45px;
    min-width: 45px;
    padding: 0;
    right: 3px;
  }
  .sideModal .modalContent.getintouchContent.show .closeBtn::after,
  .sideModal .modalContent.getintouchContent.show .closeBtn::before,
  .sideModal .modalContent.getintouch-createContent.show .closeBtn::after,
  .sideModal .modalContent.getintouch-createContent.show .closeBtn::before,
  .sideModal .modalContent.getintouch-influenceContent.show .closeBtn::after,
  .sideModal .modalContent.getintouch-influenceContent.show .closeBtn::before,
  .sideModal .modalContent.getintouch-engageContent.show .closeBtn::after,
  .sideModal .modalContent.getintouch-engageContent.show .closeBtn::before {
    top: 20%;
  }

  .getintouchContent .hbspt-form form .actions input,
  .getintouch-createContent .hbspt-form form .actions input,
  .getintouch-influenceContent .hbspt-form form .actions input,
  .getintouch-engageContent .hbspt-form form .actions input {
    margin-top: -7px;
  }

  p.accent-info {
    line-height: 1.33;
  }

  .creators .column-item,
  .creators .column-slider {
    padding: 0;
  }
  .creators .slide__content--big .owl-controls {
    margin-top: 31px;
  }

  .slide__content.slide__content--big-a {
    padding: 268px 20px 83px;
  }

  .single-study .separator.separator--orange.separator--extrap {
    padding: 3px 53px 71px;
  }

  .videoModal {
    max-height: 100vh;
    transition: none;
    transform: translate(-50%, -50%) scale(1);
  }

  .column-content.column-content--big.container .column-text p,
  .column-content.container.column-content--left .column-text p {
    max-width: 100%;
  }

  .column-content.column-content--big.container {
    padding: 219px 86px 185px;
  }

  .column-content--left.column-content.container {
    padding: 79px 80px 0;
  }

  .slide__content.slide__content--minp {
    padding: 155px 21px 125px;
  }
  .slide__content.slide__content--minp .column-item {
    padding-left: 0;
    padding-right: 0;
  }
  .slide__content.slide__content--minp .column-item__text p {
    font-size: 1.875rem;
    line-height: 1.3;
  }

  .slide__content.slide__content--minp .slide__header {
    margin-bottom: 67px;
  }

  .column-item,
  .create .column-item,
  .engage .column-item {
    float: none;
    width: 100%;
    padding: 0 0 113px;
  }

  .column-slider .owl-controls {
    margin-top: 159px;
  }

  .create .imgWrapper,
  .engage .imgWrapper {
    display: none;
  }

  .influencers .column-item {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }

  .preventScroll {
    transform: translate3d(0px, 0%, 0px) !important;
  }

  .influencers .imgWrapper {
    display: none;
  }
  .influencers .column-slider {
    padding: 0;
  }

  .terms:not(.privacy) h2 {
    max-width: 320px;
  }

  .terms,
  .privacy {
    background-color: #fff;
  }
  .terms .menu,
  .privacy .menu {
    border-top-color: #828278;
  }
  .terms .menu::after, .terms .menu::before,
  .privacy .menu::after,
  .privacy .menu::before {
    background: #828278;
  }

  .terms:not(.privacy) .pageContent {
    padding-top: 55px;
  }

  .terms h2 {
    margin-bottom: 48px;
    font-size: 6.6875rem;
    line-height: 0.9;
  }
  .terms .pageContent > ol > li::before {
    font-size: 1.5rem;
  }
  .terms .pageContent {
    margin: 0 80px;
    padding-top: 49px;
  }
  .terms .pageContent strong {
    font-size: 1.5rem;
  }
  .terms .pageContent li {
    padding-top: 5px;
    line-height: 1.4;
  }
  .terms .pageContent li strong {
    font-size: 1.25rem;
  }

  .terms.privacy .pageContent li {
    margin-bottom: 3px;
  }

  .terms.privacy .pageContent ol {
    padding-left: 22px;
  }

  .terms.privacy .pageContent > ol > li::before {
    right: 7px;
  }

  p.accent-info {
    font-size: 1.875rem;
    line-height: 1.35;
    font-weight: 400;
    font-family: "TitilliumWeb-Bold", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }

  .slide__header--fixed-size {
    max-width: 400px;
    margin: 0 auto;
  }

  .slide__content--big.slide__content {
    padding-left: 79px;
    padding-right: 79px;
  }
  .slide__content--big .slide__header {
    margin-bottom: 30px;
  }
  .slide__content--big .column-item__image {
    margin-top: 8px;
    margin-bottom: 61px;
  }
  .slide__content--big .column-item__text h2 {
    margin-bottom: 12px;
    font-size: 2.375rem;
  }
  .slide__content--big .column-item__text p {
    font-size: 1.875rem;
    line-height: 1.35;
    font-style: normal;
  }
  .slide__content--big .column-item {
    padding-bottom: 10px;
  }
  .slide__content--big .owl-stage-outer {
    margin-bottom: 30px;
  }
  .slide__content--big .owl-controls {
    margin-bottom: 54px;
  }

  .goUp-holder button {
    width: 100%;
    padding: 17px 10px;
    font-size: 1.875rem;
  }

  .video-item,
  .video-grid--two .video-item {
    width: 100%;
  }

  .creators .imgWrapper {
    display: none;
  }

  .column-content--bold .column-text h2 {
    margin-bottom: 23px;
  }
  .column-content--bold .column-text p {
    font-weight: 600;
  }
  .column-content--bold .column-content.container {
    padding: 40px 80px;
  }

  .column-text__ref a {
    width: 100%;
    padding: 20px 12px;
    font-size: 1.875rem;
  }

  .column-content--left.column-content.container {
    padding: 40px 80px 0;
    text-align: left;
  }
  .column-content--left.column-content.container .column-text p {
    font-weight: 600;
  }
  .column-content--left.column-content.container .column-text__label {
    margin-bottom: 12px;
  }
  .column-content--left.column-content.container .column-image {
    display: block;
    width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
  }
  .column-content--left.column-content.container .column-image .videoImg {
    margin-top: 58px;
  }

  .single-study .column-item {
    padding-bottom: 114px;
  }

  .owl-dots {
    margin-left: -20px;
  }

  .owl-dot {
    width: 20px;
    height: 20px;
    margin: 0 4px;
  }

  .slide__header.slide__header--small h2 {
    font-size: 3.125rem;
    font-family: "TitilliumWeb-Bold", Helvetica, Arial, sans-serif;
    text-align: center;
  }

  .column-item__image {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .column-slider--light .column-item__text p {
    text-align: center;
  }

  .cite-block {
    max-width: 100%;
    padding: 60px 18px 0;
  }

  .cite-block blockquote {
    padding: 0;
  }

  .cite-block blockquote p {
    margin-bottom: 55px;
    font-size: 3.125rem;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .cite-block blockquote cite {
    font-size: 2.125rem;
  }
  .cite-block blockquote cite span {
    display: block;
  }
  .cite-block blockquote cite br {
    display: none;
  }

  .statistic.container {
    padding-left: 60px;
  }

  .statistic-item {
    float: none;
    width: 100%;
    margin-bottom: 100px;
    font-size: 0;
  }
  .statistic-item:last-child {
    margin-bottom: 0;
  }

  .statistic-item__value {
    max-width: 50%;
    margin-bottom: 0;
    padding-right: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 6.6875rem;
    text-align: right;
  }

  .statistic-item__description {
    max-width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .statistic-item__description p {
    margin-top: 8px;
    letter-spacing: -1px;
    font-size: 1.875rem;
    line-height: 1;
    font-style: italic;
  }
  .statistic-item__description br {
    display: none;
  }

  .single-study .separator.separator--orange {
    padding: 85px 0px 93px;
  }

  .single-study .separator.separator--orange + section {
    background-image: url("../../img/case-studies/mobile-section-bg.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }

  .column-content.container {
    position: static;
    transform: none;
    padding: 153px 83px 180px;
    text-align: center;
  }

  .column-text__label {
    margin-bottom: -9px;
    font-size: 2.125rem;
    font-weight: 600;
  }

  .column-text {
    width: 100%;
    float: left;
  }

  .column-text h2 {
    font-size: 6.6875rem;
    line-height: 0.95;
  }

  .column-text p {
    max-width: 100%;
    padding: 0;
    font-size: 1.875rem;
    line-height: 1.33;
  }
  .column-text p br {
    display: none;
  }

  .column-image {
    display: none;
  }

  .about .textContent {
    max-width: 100%;
  }

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

  .about .topBanner .imgWrapper {
    display: none;
  }

  .about .careerModal {
    z-index: 110;
    width: calc(100% - 40px);
    max-height: none;
    height: 90vh !important;
    margin: 40px 20px;
    transform: scale(0.9);
  }
  .about .careerModal.popup-opened {
    top: 0;
    left: 0;
    transform: scale(1);
  }

  .close-button {
    top: 15px;
    right: 22px;
  }

  .close-button::after,
  .close-button::before {
    left: 0px;
    height: 6px;
    width: 51px;
  }

  .list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .careerModal__header span {
    font-size: 2.125rem;
  }

  .careerModal__header h2 {
    margin-top: 6px;
  }

  .careerModal__text {
    margin-bottom: 62px;
  }

  .careerModal__text p {
    font-size: 1.875rem;
    line-height: 1.33;
    font-weight: 400;
  }

  .list__item {
    margin-bottom: 49px;
  }

  .list__item h3 {
    margin-bottom: 10px;
    font-size: 1.875rem;
  }

  .list__item ul {
    padding-left: 18px;
  }

  .list__item li {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .list__item li::before {
    top: 20px;
    left: -14px;
  }

  .careerModal__btn a {
    width: 100%;
    padding: 17px 10px;
    font-size: 1.875rem;
  }

  .careerModal__header {
    margin-bottom: 43px;
    padding-top: 57px;
  }

  .careerModal__holder {
    padding-left: 8.7%;
    padding-right: 8.7%;
  }

  .topBanner .verticalAlign {
    position: relative;
    padding-top: 110px;
    padding-bottom: 140px;
    transform: none;
  }

  .home .topBanner .verticalAlign {
    position: absolute;
  }

  .header .registered {
    float: none;
    margin: 0;
    text-align: center;
  }

  .header .registered img {
    margin-top: 20px;
    width: 90px;
    height: 90px;
  }

  .headerLinks a,
  .headerLink.showSideModal{
    display: block;
    font-size: 3.125rem;
    font-family: "TitilliumWeb-Bold", Helvetica, Arial, sans-serif;
    color: #828278;
  }
  .headerLinks a:hover {
    color: #828278;
  }

  .onepage-pagination {
    visibility: hidden;
  }

  .onepage-wrapper .section {
    position: relative !important;
    top: initial !important;
  }

  .careers {
    max-width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .about .bannerContent h2 {
    margin-bottom: 29px;
    font-size: 6.5rem;
  }
  .about .slide__header h2 {
    margin-bottom: 38px;
  }
  .about .textContent p {
    margin-bottom: 37px;
    font-size: 1.875rem;
    line-height: 1.35;
  }
  .about .slide__text {
    max-width: 100%;
  }
  .about .slide__text p {
    font-size: 1.875rem;
    line-height: 1.3;
  }

  .careers__item h3 {
    margin-bottom: 14px;
    font-size: 1.875rem;
    font-weight: 600;
  }

  .careers__item ul {
    border-bottom: 23px solid transparent;
  }

  .careers__item li {
    margin-bottom: 9px;
  }

  .work-with-us .slide__header {
    padding: 0;
  }
  .work-with-us .slide__content {
    padding-top: 109px;
    padding-bottom: 109px;
    padding-left: 78px;
    padding-right: 78px;
  }

  .product_hunt {
    font-size: 1.1rem;
    width: 100%;
  }
  .product_hunt .product_hunt_logo img {
    width: 60px;
    height: 60px;
  }
  .product_hunt .product_hunt_text {
    padding-left: 10px;
  }

  .column-slider {
    margin-top: -25px;
    padding: 0 59px;
  }

  .column-item__image {
    margin-bottom: 77px;
  }

  .column-item__text p {
    margin-bottom: 6px;
    font-size: 1.625rem;
    line-height: 1.48;
  }

  .column-item__company a {
    font-size: 2.125rem;
  }

  .column-item__ref a {
    width: 100%;
    font-size: 1.875rem;
    padding: 7px;
  }

  /*--- Common Mobile Styles 1024---*/
  .textContent {
    letter-spacing: 0;
  }
  .textContent p {
    font-size: 1.875rem;
    line-height: 1.35;
  }

  /*--- Case Studies Page ---*/
  .banner-label {
    font-size: 2.125rem;
  }

  .single-study .textContent {
    margin-top: 15px;
    margin-bottom: 39px;
  }
  .single-study .bannerContent h2 {
    margin-top: -13px;
    font-size: 6.6875rem;
    line-height: 1;
  }
  .single-study .topBanner {
    background-position: 92% 0;
  }
  .single-study .topBanner .verticalAlign {
    position: relative;
    z-index: 1;
  }
  .single-study .topBanner:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(230, 69, 96, 0.5) 0, rgba(230, 69, 96, 0.5) 100%);
  }
  .single-study .imgWrapper {
    display: none;
  }

  /*--- Create Page 1024---*/
  .create {
    /*         .topBanner .verticalAlign {
        padding-top: 261px;
        padding-bottom: 239px;
    } */
  }
  .create .bannerContent h2 {
    margin: 0 75px;
  }
  .create .textContent {
    margin-top: 40px;
    margin-bottom: 42px;
  }
  .create .textContent {
    bottom: 98px;
  }

  .videoImg--filter::before {
    background-color: initial;
  }

  .create .column-slider,
  .engage .column-slider {
    padding: 0 21px;
  }
  .create .slide__content--big.slide__content,
  .engage .slide__content--big.slide__content {
    padding: 138px 49px 129px;
  }
  .create .slide__content--big .slide__header,
  .engage .slide__content--big .slide__header {
    margin-bottom: 75px;
  }
  .create .slide__content--big .column-item__image,
  .engage .slide__content--big .column-item__image {
    margin-bottom: 17px;
    margin-top: 17px;
  }
  .create .slide__content--big .owl-controls,
  .engage .slide__content--big .owl-controls {
    margin-bottom: 56px;
  }
  .create .goUp-holder,
  .engage .goUp-holder {
    margin: 0 30px;
  }

  .single-study .column-slider .owl-controls {
    margin-top: 49px;
  }

  .engage .column-slider .owl-controls,
  .influencers .column-slider .owl-controls {
    margin-top: 31px;
  }

  .influencers .slide__content {
    padding-bottom: 90px;
  }

  .create .slide__content--big .owl-controls {
    margin-top: 10px;
  }
  .create .slide__content--big.slide__content {
    padding-bottom: 90px;
  }

  /*--- Engage Page 1024---*/
  .engage .bannerContent h2 {
    padding: 0 30px;
  }
  .engage .bannerContent h3 {
    font-weight: normal;
    font-family: "TitilliumWeb-Light";
  }
  .engage .textContent {
    margin-top: 41px;
    margin-bottom: 65px;
  }

  /*--- Forms 1024---*/
  .sideModal .signupContent .modalHeader,
  .sideModal .loginContent .modalHeader {
    font-style: normal;
    font-family: "TitilliumWeb-Bold";
    color: #000;
  }

  .sideModal input::-webkit-input-placeholder {
    color: #828278;
  }
  .sideModal input:-moz-placeholder {
    color: #828278;
  }
  .sideModal input::-moz-placeholder {
    color: #828278;
  }
  .sideModal input:-ms-input-placeholder {
    color: #828278;
  }

  .signupContent .remark,
  .signupContent .showLogin,
  .signupContent p,
  .loginContent .remark,
  .loginContent .showLogin,
  .loginContent p {
    font-weight: 700;
    color: #000;
  }

  .header__nav .desktop-hidden {
    display: block;
  }

  .header .mobile-hidden {
    display: none;
  }
  .side-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  h2 {
    font: bold 110px/120px "TitilliumWeb-Bold", Helvetica, Arial, sans-serif;
  }

  .slideWrapper .selected {
    width: 750px;
    left: 10%;
  }
  .slideWrapper .selected h2 {
    font-size: 75px;
    line-height: 80px;
  }

  .publishersSlideActive .selected {
    left: -10%;
  }
}
@media (max-width: 754px) {
  .hs-error-msgs .product_hunt {
    width: 100%;
    padding: 10px 20px;
  }
  .hs-error-msgs .product_hunt .product_hunt_logo img {
    width: 60px;
    height: 60px;
  }
  .hs-error-msgs .product_hunt_text {
    padding-left: 10px;
  }
}
@media (max-width: 535px) {
  .column-slider .column-item__image img {
    width: 80%;
  }
  .create .bannerContent h2 {
    margin: 0 15px;
  }
  .create .slide__content--big.slide__content {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .create .slide__content--big .slide__header {
    margin-bottom: 35px;
  }
  .create .slide__content--big .column-item__image {
    margin-bottom: 26px;
  }

  .sideModal .modalContent.getintouchContent,
  .sideModal .modalContent.getintouch-createContent,
  .sideModal .modalContent.getintouch-influenceContent,
  .sideModal .modalContent.getintouch-engageContent {
    display: block !important;
    padding: 0 15px;
  }

  .getintouchContent .hbspt-form form input,
  .getintouch-createContent .hbspt-form form input,
  .getintouch-influenceContent .hbspt-form form input,
  .getintouch-engageContent .hbspt-form form input {
    margin-bottom: 13px;
  }

  .sideModal .modalContent.getintouchContent .modalSubtitle,
  .sideModal .modalContent.getintouch-createContent .modalSubtitle,
  .sideModal .modalContent.getintouch-influenceContent .modalSubtitle,
  .sideModal .modalContent.getintouch-engageContent .modalSubtitle {
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  button.btnVideo .btnRoller > .btnTransparent__copy {
    padding-left: 95px;
    text-align: left;
  }
  button.btnVideo .btnRoller > .btnTransparent__copy::before {
    left: 75px;
  }
}
@media (max-width: 320px) {
  button.btnVideo .btnRoller > .btnTransparent__copy {
    padding-left: 75px;
  }
  button.btnVideo .btnRoller > .btnTransparent__copy::before {
    left: 55px;
  }
}


/*# sourceMappingURL=styles992.css.map */
