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; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.l-grid {
  font-size: 0px;
  font-size: 0rem;
  text-align: left; }

.l-column {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  vertical-align: top;
  overflow: hidden; }

@media (min-width: 360px) {
  .l-sphone-one-whole {
    width: 100%; }

  .l-sphone-one-half {
    width: 50%; }

  .l-offset-sphone-one-quarter {
    margin-left: 25%; } }
@media (min-width: 800px) {
  .l-tablet-one-half {
    width: 50%; }

  .l-tablet-one-third {
    width: 33.3333333333%; }

  .l-tablet-two-thirds {
    width: 66.6666666666%; }

  .l-tablet-one-quarter {
    width: 25%; }

  .l-tablet-one-fifth {
    width: 20%; }

  .l-tablet-two-fifths {
    width: 40%; }

  .l-tablet-three-fifths {
    width: 60%; }

  .l-tablet-four-fifths {
    width: 80%; }

  .l-offset-tablet-none {
    margin-left: 0; }

  .l-offset-tablet-one-third {
    margin-left: 33.3333333333%; }

  .l-offset-tablet-one-quarter {
    margin-left: 25%; }

  .l-offset-tablet-one-fifth {
    margin-left: 20%; }

  .l-offset-tablet-one-sixth {
    margin-left: 16.6666666666%; }

  .l-offset-tablet-one-tenth {
    margin-left: 10%; } }
@media (min-width: 992px) {
  .l-desktop-one-whole {
    width: 100%; }

  .l-desktop-one-half {
    width: 50%; }

  .l-desktop-one-third {
    width: 33.3333333333%; }

  .l-desktop-one-quarter {
    width: 25%; }

  .l-desktop-two-thirds {
    width: 66.66667%; }

  .l-desktop-one-fifth {
    width: 20%; }

  .l-desktop-two-fifths {
    width: 40%; }

  .l-desktop-three-fifths {
    width: 60%; }

  .l-offset-desktop-none {
    margin-left: 0; }

  .l-offset-desktop-one-quarter {
    margin-left: 25%; }

  .l-offset-desktop-one-fifth {
    margin-left: 20%; }

  .l-offset-desktop-one-eighth {
    margin-left: 12.5%; } }
.form-item {
  margin-bottom: 20px; }

.form-item-label {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 3px;
  font-weight: 700;
  text-align: left; }
  .form-item-label.required::after {
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    right: -9px;
    top: 0;
    content: '*';
    font-family: "Work Sans", Arial, sans-serif;
    color: #ff644d; }

.form-item-input {
  font-size: 15px;
  font-size: 1.5rem;
  width: 100%;
  padding: 15px 12px;
  border: 1px solid #d1d1d1;
  border-radius: 2px; }
  .form-item-input:focus {
    outline: none;
    border: 1px solid #8b8b8b; }
  .form-item-input[disabled] {
    background-color: #e8e8e8, 10%; }
  .form-item-input::-webkit-input-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
    color: #d1d1d1;
    font-family: "Work Sans", Arial, sans-serif; }
  .form-item-input:-moz-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
    color: #d1d1d1;
    font-family: "Work Sans", Arial, sans-serif; }
  .form-item-input::-moz-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
    color: #d1d1d1;
    font-family: "Work Sans", Arial, sans-serif; }
  .form-item-input:-ms-input-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
    color: #d1d1d1;
    font-family: "Work Sans", Arial, sans-serif; }

.form-item-textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #d1d1d1;
  resize: vertical; }
  .form-item-textarea:focus {
    outline: none;
    border: 1px solid #8b8b8b; }

.form-item-input, .form-item-textarea {
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
  font-family: "Work Sans", Arial, sans-serif;
  background-color: #fff; }

.custom-checkbox {
  margin-right: 15px; }
  .custom-checkbox:focus + label span {
    border: 1px solid #909293;
    outline: none; }
  .custom-checkbox + label span {
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 1px;
    cursor: pointer; }
    .custom-checkbox + label span .fa {
      font-size: 21px;
      font-size: 2.1rem;
      display: none;
      color: #000; }
  .custom-checkbox:disabled + label span {
    border-color: #ccc;
    cursor: default; }
  .custom-checkbox:checked + label span {
    border-color: #8b8b8b; }
    .custom-checkbox:checked + label span .fa {
      display: inline-block; }
  .custom-checkbox:checked:focus + label {
    outline: none; }
  .custom-checkbox:checked:disabled + label span .fa {
    display: inline-block;
    color: #ccc; }

.custom-checkbox-label {
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer; }

.btn {
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 130px;
  height: 60px;
  padding: 20px 50px;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  border: none;
  border-radius: 35px;
  color: #fff;
  background-color: #EB4A32;
  background-image: none;
  cursor: pointer;
  white-space: nowrap; }
  .btn.btn-small {
    min-width: 85px;
    height: 45px;
    padding: 12px 28px; }
	
	.more-link:hover{
		text-decoration:none;
	}
    .btn.btn-small:active {
      font-size: 14.7px;
      font-size: 1.47rem;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      padding: 12px 29px;
      outline: none; }
  .btn:hover, .btn:focus, .btn:active, .btn.active {
    background-color: #d4432d;
    text-decoration: none;
    outline: none; }
  .btn:active {
    font-size: 14.7px;
    font-size: 1.47rem;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    padding: 20px 51px;
    outline: none; }
  .btn[disabled] {
    opacity: 0.65;
    filter: alpha(opacity=65);
    cursor: default; }

.performance-chart, .adv-perform-chart, .publishers-win-chart {
  height: 210px;
  width: 210px;
  margin: 0 auto; }

.adv-perform-chart, .publishers-win-chart {
  height: 210px;
  width: 210px;
  margin: 0 auto; }
  @media (min-width: 800px) {
    .adv-perform-chart, .publishers-win-chart {
      height: 180px;
      width: 180px; } }
  @media screen and (min-width: 850px) {
    .adv-perform-chart, .publishers-win-chart {
      height: 210px;
      width: 210px; } }

.circles .timer {
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 27px !important;
  font-size: 2.7rem !important;
  text-align: center; }

html {
  background: #161a22;
  height: 100%;
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  font-family: "Work Sans", Arial, sans-serif;
  line-height: 1.5;
  color: #000;
  background: #fff;
  z-index: 1; }

section {
  overflow: hidden; }

a {
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  display: inline-block;
  text-decoration: none;
  color: #fff; }
  a:hover {
    text-decoration: underline; }
  a.a-alt {
    color: #000; }
  a.a-emphasized {
    color: #fca32f; }
    a.a-emphasized:hover {
      text-decoration: none;
      color: #e3932a; }

.link-default {
  color: #EB4A32; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700; }
  h1.h-margin-sm, .h1.h-margin-sm, h2.h-margin-sm, .h2.h-margin-sm, h3.h-margin-sm, .h3.h-margin-sm, h4.h-margin-sm, .h4.h-margin-sm, h5.h-margin-sm, .h5.h-margin-sm, h6.h-margin-sm, .h6.h-margin-sm {
    margin-bottom: 10px; }

h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 10px;
  line-height: 1; }
  @media (min-width: 360px) {
    h1, .h1 {
      font-size: 48px;
      font-size: 4.8rem; } }
  @media (min-width: 800px) {
    h1, .h1 {
      font-size: 60px;
      font-size: 6rem;
      margin-bottom: 20px; } }

h2, .h2  .entry-title a{
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 20px;
  line-height: 1; }
  .entry-title a {
	  color:#000;
	  text-decoration:none;
  }
  @media (min-width: 360px) {
    h2, .h2 .entry-title a{
      font-size: 40px;
      font-size: 4rem;
      margin-bottom: 30px; }
	  .entry-title a {
	  color:#000;
	  text-decoration:none;
  }
	   }
  @media (min-width: 800px) {
    h2, .h2, .entry-title a {
      font-size: 46px;
      font-size: 4.6rem; } 
	  
	  .entry-title a {
	  color:#000;
	  text-decoration:none;
  }
	  }

h3, .h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.3; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media (min-width: 360px) {
    h4, .h4 {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 15px; } }

h5, .h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px; }

h6, .h6 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1; }
  @media (min-width: 360px) {
    h6, .h6 {
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 10px; } }

p, .p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 1.4; }
  @media (min-width: 360px) {
    p, .p {
      font-size: 16px;
      font-size: 1.6rem; } }

ul {
  list-style-type: none;
  margin-bottom: 30px; }
  ul, ul.ul-alt {
    list-style-type: disc; }
    ul > li, ul.ul-alt > li {
      margin: 5px 0 5px 15px;
      padding-left: 0; }

li, .li {
  font-size: 14px;
  font-size: 1.4rem; }
  @media (min-width: 360px) {
    li, .li {
      font-size: 16px;
      font-size: 1.6rem; } }

small, .small {
  font-size: 12px;
  font-size: 1.2rem; }

img {
  z-index: 1; }

strong {
  font-size: inherit; }

.l-wrap {
  display: block;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto; }

.l-section-padding-lg {
  padding-top: 150px;
  padding-bottom: 60px; }
  @media (min-width: 360px) {
    .l-section-padding-lg {
      padding-top: 210px;
      padding-bottom: 90px; } }

.l-section-padding-md {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 360px) {
    .l-section-padding-md {
      padding-top: 120px;
      padding-bottom: 120px; } }

.l-section-padding-sm {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (min-width: 360px) {
    .l-section-padding-sm {
      padding-top: 90px;
      padding-bottom: 90px; } }

.l-section-padding-xs {
  padding-top: 60px;
  padding-bottom: 60px; }

.header {
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
  position: fixed;
  /*top: 0;*/
  height: 55px;
  width: 100%;
  max-width: 1800px;
  background-color: transparent;
  z-index: 100; }
  @media (min-width: 800px) {
    .header {
      opacity: 0.98;
      filter: alpha(opacity=98); } }
  .header.header-scrolled {
    background-color: #1b212b;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17); }
    .header.header-scrolled .header-nav {
      background-color: #1b212b; }

.custom-logo-link {
    vertical-align:middle;
    padding-right : 8px;
}
.header-logo-wrap {
  float: left;
  height: 100%;
  margin-left: 20px;
  padding-top: 10px; }

.header-logo {
  width: 68px;
  height: auto; }

.header-nav-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 55px;
  width: 100%;
  height: 100%; }
  @media (min-width: 800px) {
    .header-nav-wrap {
      position: initial;
      display: block;
      float: right;
      width: auto;
      margin-right: 15px; } }

.header-nav {
  opacity: 0.95;
  filter: alpha(opacity=95);
  display: block;
  height: 100%;
  background-color: transparent;
  z-index: 10; }
  @media (min-width: 800px) {
    .header-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: transparent !important; } }

.header-nav-item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 3px;
  text-align: center; }
  .header-nav-item:last-of-type {
    margin-bottom: 45px; }
  @media (min-width: 800px) {
    .header-nav-item {
      width: auto;
      margin: 0 15px;
      padding: 17px 0; }
      .header-nav-item:last-of-type {
        margin-bottom: 0; } }

.dropdown-item .header-nav-link {
  padding-left: 9px;
  background-color: transparent; }
  @media (min-width: 800px) {
    .dropdown-item .header-nav-link {
      padding-left: 0; } }
.dropdown-item:hover {
  background-color: transparent; }
  @media (min-width: 800px) {
    .dropdown-item:hover .header-nav-link {
      text-decoration: underline;
      cursor: default; } }
.dropdown-item:active {
  background-color: transparent; }

.header-nav-link {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 9px 0;
  font-weight: 700; }
  .header-nav-link:hover {
    text-decoration: underline; }
    .header-nav-link:hover .fa {
      text-decoration: none; }
  @media (min-width: 800px) {
    .header-nav-link {
      font-size: 15px;
      font-size: 1.5rem;
      padding: 0;
      font-weight: 400; } }
  .header-nav-link .fa {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 8px; }
  @media (min-width: 800px) {
    .header-nav-link.presentation-link {
      pointer-events: none; } }

.header-nav-submenu {
  display: none;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .header-nav-submenu {
      -webkit-transition: all 0.2s linear 0s;
      -o-transition: all 0.2s linear 0s;
      transition: all 0.2s linear 0s;
      display: none;
      position: absolute;
      top: 50px;
      width: 125px;
      padding: 9px 12px;
      text-align: left;
      background-color: #e6e9eb;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
      border-radius: 1px;
      list-style-type: none; }
      .header-nav-submenu::before {
        content: "";
        position: absolute;
        left: -webkit-calc(50% - 8px);
        left: calc(50% - 8px);
        top: -15px;
        border-style: solid;
        border-width: 8px;
        border-color: transparent transparent #e6e9eb transparent;
        z-index: 1; }
      .header-nav-submenu.small {
        width: 95px; } }
  @media (min-width: 800px) {
    .header-nav-submenu.show {
      display: block; } }
  .header-nav-submenu .submenu-item {
    margin: 0; }
    @media (min-width: 800px) {
      .header-nav-submenu .submenu-item {
        margin: 2px 0; } }
  .header-nav-submenu .submenu-item-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 9px 0;
    color: #fff; }
    .header-nav-submenu .submenu-item-link:hover {
      text-decoration: underline; }
    @media (min-width: 800px) {
      .header-nav-submenu .submenu-item-link {
        width: auto;
        height: auto;
        padding: 0;
        color: #1b212b; }
        .header-nav-submenu .submenu-item-link:hover {
          color: #d4432d;
          text-decoration: none; } }

.header-nav-toggle {
  display: block;
  float: right;
  margin-top: 18px;
  margin-right: 10px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer; }
  @media (min-width: 800px) {
    .header-nav-toggle {
      display: none; } }

.icon-bar {
  -webkit-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 5% 45%;
  -ms-transform-origin: 5% 45%;
  -o-transform-origin: 5% 45%;
  transform-origin: 5% 45%;
  display: block;
  margin-bottom: 5px;
  width: 22px;
  height: 2px;
  background: #fff; }
  .icon-bar.thrd {
    margin-bottom: 0; }
  .icon-bar.frst.open {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-bar.scnd.open {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0; }
  .icon-bar.thrd.open {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.hero {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1078px;
  overflow: hidden; }
  .hero.hero-small {
    height: 40vh;
    max-height: 478px;
    text-align: left; }

.hero-slide {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: initial;
  -ms-flex-wrap: initial;
  flex-wrap: initial;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: left 1.25s cubic-bezier(0.26, 0.47, 0.14, 1) 0s;
  -o-transition: left 1.25s cubic-bezier(0.26, 0.47, 0.14, 1) 0s;
  transition: left 1.25s cubic-bezier(0.26, 0.47, 0.14, 1) 0s;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left 50%;
  background-color: #1b212b; }
  .hero-slide.hero-slide-alt {
    position: relative; }
    .hero-slide.hero-slide-alt .h1-absolute {
      position: absolute;
      left: 30px;
      bottom: 60px; }
  .hero-slide.active {
    left: 0; }
  .hero-slide.left {
    left: -100%; }
  .hero-slide.right {
    left: 100%; }
  .hero-slide.frst-slide {
    background-image: url(../img/c1.jpg); }
  .hero-slide.scnd-slide {
    background-image: url(../img/c2.jpg); }
  .hero-slide.thrd-slide {
    background-image: url(../img/c3.jpg); }
  .hero-slide.advertisers-slide {
    background-image: url(../img/advertisers-hero-bg.jpg); }
  .hero-slide.publishers-slide {
    background-image: url(../img/publishers-hero-bg.jpg); }
  .hero-slide.blog-slide {
    background-image: url(../img/about-blog-bg.jpg); }
  .hero-slide.about-slide {
    background-image: url(../img/about-blog-bg.jpg); }

.hero-copy {
  display: table-cell;
  vertical-align: middle; }

.carousel-count {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  list-style-type: none; }
  @media screen and (min-width: 450px) {
    .carousel-count {
      top: -webkit-calc(50% - 60px);
      top: calc(50% - 60px);
      bottom: initial; } }

.carousel-count-item {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0;
  background-color: #fca32f;
  cursor: pointer; }
  @media screen and (min-width: 450px) {
    .carousel-count-item {
      display: block; } }
  .carousel-count-item.active {
    background-color: #ff644d; }
    .carousel-count-item.active .carousel-count-link {
      font-weight: 700; }
  .carousel-count-item .carousel-count-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    height: 100%;
    font-weight: 400;
    color: #fff; }
    .carousel-count-item .carousel-count-link:hover {
      background-color: #EB4A32;
      text-decoration: none; }

.footer {
  background: #161a22; }

.footer-top {
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 60px;
  line-height: 2;
  background-color: #2c3749;
  background-image: url(../img/foot-bg.jpg);
  background-size: cover; }

.footer-column {
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 800px) {
    .footer-column {
      margin-bottom: 0;
      text-align: left; } }

.footer-logo {
  width: 65px;
  height: auto;
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .footer-logo {
      margin-bottom: 0;
      margin-left: 15px; } }

.footer-link {
  color: #b4b6b8; }
  .footer-link:hover {
    color: #fff;
    text-decoration: none; }

.footer-list {
  margin-bottom: 0; }

.footer-list-item {
  color: #fff;
  font-weight: 400;
  list-style-type: none;
  margin: 0; }

.footer-p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2; }

.footer-bottom {
  padding: 15px 0;
  margin: 0;
  text-align: center; }

.footer-list-bottom-item {
  display: inline-block;
  margin: 0 10px;
  color: #b4b6b8; }

.contact.bg-text {
  position: relative; }
  .contact.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 300px;
    font-size: 30rem;
    position: absolute;
    content: "Contact us";
    top: 40px;
    left: -410px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }

.contact-form {
  margin-top: 30px;
  margin-bottom: 30px; }

.contact-submit-wrap {
  text-align: center;
  margin-top: 15px; }

.blog-item {
  padding: 0 30px 45px 0; }

.blog-excerpt {
  margin: 30px 0; }

.blog-sidebar-wrap {
  margin-top: 30px;
  padding: 30px 0;
  list-style-type: none; }
  @media (min-width: 992px) {
    .blog-sidebar-wrap {
      margin-top: 0;
      padding: 10px;
      padding-top: 0; } }

.blog-sidebar-item {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }
  @media screen and (min-width: 575px) {
    .blog-sidebar-item {
      display: inline-block;
      width: 50%; } }
  @media (min-width: 992px) {
    .blog-sidebar-item {
      width: 100%;
      margin-bottom: 60px; } }

.blog-sidebar-img-wrap {
  float: left;
  width: 95px;
  height: 95px;
  overflow: hidden; }

.blog-sidebar-img {
  width: 100%;
  height: auto; }

.blog-sidebar-excerpt {
  float: left;
  padding: 0 15px;
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px); }

.blog-sidebar-excerpt-link {
  color: #000; }
  .blog-sidebar-excerpt-link:hover {
    text-decoration: none;
    color: #000; }

.blog-sidebar-text {
  font-size: 14px;
  font-size: 1.4rem; }

.blog-single {
  padding-top: 30px; }

.about .careers-link {
  width: 100%;
  height: 100%;
  padding: 30px 15px; }
  @media (min-width: 360px) {
    .about .careers-link {
      padding: 60px 15px; } }
  .about .careers-link:hover {
    text-decoration: none;
    background-color: #f05e48; }

.our-team {
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.04);
  z-index: 1; }
  @media screen and (min-width: 550px) {
    .our-team {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (min-width: 800px) {
    .our-team {
      padding-left: 0;
      padding-right: 0; } }
  .our-team.bg-text {
    position: relative; }
    .our-team.bg-text::before {
      opacity: 1;
      filter: alpha(opacity=100);
      font-size: 220px;
      font-size: 22rem;
      position: absolute;
      content: "Our team";
      top: 60px;
      right: -60px;
      width: auto;
      font-family: "Work Sans", Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      white-space: nowrap;
      z-index: -1;
      pointer-events: none; }

.our-team-flex {
  display : flex;
  flex-wrap : wrap;
  align-content : center;
  justify-content : space-around;
}

.our-team-item-wrap {
  margin-bottom: 30px;
  padding: 15px;
  padding-top: 50px;
  text-align: center; }

.our-team-item {
  position: relative;
  padding: 15px;
  padding-top: 45px;
  background-color: #fff;
  border-top: 4px solid #ff644d; }

.our-team-avatar {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50px;
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  border-radius: 50%; }

.social-media-list {
  padding: 15px 0; }

.social-media-item {
  display: inline-block;
  margin: 0 5px; }
  .social-media-item .fa {
    font-size: 35px;
    font-size: 3.5rem; }
    .social-media-item .fa.fa-twitter-square {
      color: #4099ff; }
      .social-media-item .fa.fa-twitter-square:hover {
        color: #3a8ae6; }
    .social-media-item .fa.fa-google-plus-square {
      color: #DD4B39; }
      .social-media-item .fa.fa-google-plus-square:hover {
        color: #c74433; }
    .social-media-item .fa.fa-linkedin-square {
      color: #0077b5; }
      .social-media-item .fa.fa-linkedin-square:hover {
        color: #006ba3; }

.sign-section {
  display: block;
  width: 100%;
  min-height: auto;
  height: auto;
  max-height: 100%;
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #1b212b; }
  @media (min-width: 360px) {
    .sign-section {
      padding-top: 120px; } }

.sign-form-wrap {
  background-color: #fff;
  border-radius: 5px; }

.sign-form {
  padding: 20px 10px; }
  @media screen and (min-width: 500px) {
    .sign-form {
      padding: 40px; } }

.sign-btn-wrap {
  margin-top: 10px;
  text-align: center; }

.sign-in-section {
  z-index: 0; }
  .sign-in-section.bg-text {
    position: relative; }
    .sign-in-section.bg-text::before {
      opacity: 0.07;
      filter: alpha(opacity=7);
      font-size: 220px;
      font-size: 22rem;
      position: absolute;
      content: "Customer sign in";
      top: 30px;
      left: -800px;
      width: auto;
      font-family: "Work Sans", Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      white-space: nowrap;
      z-index: -1;
      pointer-events: none; }

.sign-in-checkbox-wrap {
  margin: 10px 0; }

.form-links {
  padding: 20px;
  background-color: #e8e8e8;
  border-radius: 5px; }
  @media (min-width: 360px) {
    .form-links {
      padding: 25px 50px; } }
  .form-links .register, .form-links .lost-password {
    font-size: 16px;
    font-size: 1.6rem; }
  .form-links .register {
    display: block; }
    @media (min-width: 360px) {
      .form-links .register {
        float: left; } }
  .form-links .lost-password {
    display: block; }
    @media (min-width: 360px) {
      .form-links .lost-password {
        float: right; } }

.sign-up-section {
  z-index: 0; }
  .sign-up-section.bg-text {
    position: relative; }
    .sign-up-section.bg-text::before {
      opacity: 0.07;
      filter: alpha(opacity=7);
      font-size: 220px;
      font-size: 22rem;
      position: absolute;
      content: "Register";
      top: 45px;
      left: -200px;
      width: auto;
      font-family: "Work Sans", Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      white-space: nowrap;
      z-index: -1;
      pointer-events: none; }

.sign-up-note {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px; }

.jobs-column {
  margin-bottom: 60px; }

.technology.bg-text {
  position: relative; }
  .technology.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "technology";
    top: 40px;
    left: -45px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }

.technology-column {
  margin-top: 15px; }

.performance {
  position: relative;
  z-index: 1; }
  @media (min-width: 800px) {
    .performance {
      height: 560px; } }
  .performance .heading-absolute {
    z-index: 1; }

.performance-col {
  height: 100%;
  padding: 50px 40px;
  border-bottom: 1px solid rgba(232, 232, 232, 0.1); }
  @media (min-width: 800px) {
    .performance-col {
      border-bottom: none; } }
  .performance-col.left {
    padding-top: 150px; }
    .performance-col.left.bg-text {
      position: relative; }
      .performance-col.left.bg-text::before {
        opacity: 0.04;
        filter: alpha(opacity=4);
        font-size: 260px;
        font-size: 26rem;
        position: absolute;
        content: "Best performance";
        top: 20px;
        left: 0;
        width: auto;
        font-family: "Work Sans", Arial, sans-serif;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        white-space: nowrap;
        z-index: -1;
        pointer-events: none; }
    @media (min-width: 360px) {
      .performance-col.left {
        padding-top: 180px; } }
  @media (min-width: 800px) {
    .performance-col.mid {
      padding-top: 180px;
      border-left: 1px solid rgba(232, 232, 232, 0.1);
      border-right: 1px solid rgba(232, 232, 232, 0.1); }
      .performance-col.mid.bg-text {
        position: relative; }
        .performance-col.mid.bg-text::before {
          opacity: 0.04;
          filter: alpha(opacity=4);
          font-size: 260px;
          font-size: 26rem;
          position: absolute;
          content: "Best performance";
          top: -55px;
          left: -350px;
          width: auto;
          font-family: "Work Sans", Arial, sans-serif;
          font-weight: 700;
          line-height: 1;
          color: #fff;
          white-space: nowrap;
          z-index: -1;
          pointer-events: none; } }
  @media (min-width: 800px) {
    .performance-col.right {
      padding-top: 180px; }
      .performance-col.right.bg-text {
        position: relative; }
        .performance-col.right.bg-text::before {
          opacity: 0.04;
          filter: alpha(opacity=4);
          font-size: 260px;
          font-size: 26rem;
          position: absolute;
          content: "Best performance";
          top: -10px;
          right: 0;
          width: auto;
          font-family: "Work Sans", Arial, sans-serif;
          font-weight: 700;
          line-height: 1;
          color: #fff;
          white-space: nowrap;
          z-index: -1;
          pointer-events: none; } }

.solutions.bg-text {
  position: relative; }
  .solutions.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "Solutions";
    top: 100px;
    left: 475px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }

.solutions-column {
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .solutions-column {
      margin-bottom: 0; } }

.solutions-link {
  -webkit-transition: transform 0.1s ease-in 0s;
  -o-transition: transform 0.1s ease-in 0s;
  -webkit-transition: -webkit-transform 0.1s ease-in 0s;
  transition: -webkit-transform 0.1s ease-in 0s;
  -o-transition: -o-transform 0.1s ease-in 0s;
  transition: transform 0.1s ease-in 0s;
  transition: transform 0.1s ease-in 0s, -webkit-transform 0.1s ease-in 0s, -o-transform 0.1s ease-in 0s;
  padding: 15px;
  color: #000; }
  .solutions-link:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none; }

.icon-solutions {
  width: 180px;
  height: auto;
  margin-top: 30px; }

.our-customers {
  text-align: center; }

.customer-logos {
  margin-top: 45px;
  margin-bottom: 0;
  list-style-type: none; }

.how-we-do-it {
  padding: 15px;
  padding-top: 45px; }
  @media (min-width: 360px) {
    .how-we-do-it {
      padding: 30px; } }
  @media screen and (min-width: 550px) {
    .how-we-do-it {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (min-width: 800px) {
    .how-we-do-it {
      padding: 15px;
      padding-top: 60px; } }

.how-we-do-it-column {
  overflow: visible; }

.how-we-do-it-title {
  margin: 0;
  text-align: center; }

.how-we-do-it-list {
  margin: 30px -15px 0 -15px;
  list-style-type: none; }
  @media (min-width: 360px) {
    .how-we-do-it-list {
      margin-top: 60px; } }
  .how-we-do-it-list li {
    display: inline-block;
    padding-bottom: 15px; }
    @media (min-width: 800px) {
      .how-we-do-it-list li {
        padding: 0 10px; } }
    @media (min-width: 992px) {
      .how-we-do-it-list li {
        padding: 0 20px; } }

.advertisers-link {
  width: 100%;
  height: 100%; }

.advertisers-link-item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  cursor: pointer;
  z-index: 0; }
  .advertisers-link-item:hover {
    text-decoration: none; }
  .advertisers-link-item.segment {
    position: relative;
    background-color: #fca32f; }
    .advertisers-link-item.segment::before {
      opacity: 0.15;
      filter: alpha(opacity=15);
      font-size: 100px;
      font-size: 10rem;
      position: absolute;
      content: "01";
      top: -20px;
      left: 0;
      width: auto;
      font-family: "Work Sans", Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      white-space: nowrap;
      z-index: -1;
      pointer-events: none; }
  .advertisers-link-item.deliver {
    position: relative;
    background-color: #f2d12a; }
    .advertisers-link-item.deliver::before {
      opacity: 0.15;
      filter: alpha(opacity=15);
      font-size: 100px;
      font-size: 10rem;
      position: absolute;
      content: "02";
      top: 15px;
      left: 20px;
      width: auto;
      font-family: "Work Sans", Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      white-space: nowrap;
      z-index: -1;
      pointer-events: none; }
  .advertisers-link-item.perform {
    position: relative;
    background-color: #ff644d; }
    .advertisers-link-item.perform::before {
      opacity: 0.15;
      filter: alpha(opacity=15);
      font-size: 100px;
      font-size: 10rem;
      position: absolute;
      content: "03";
      top: -25px;
      left: 5px;
      width: auto;
      font-family: "Work Sans", Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      white-space: nowrap;
      z-index: -1;
      pointer-events: none; }
  .advertisers-link-item.inform {
    position: relative;
    background-color: #2c3749; }
    .advertisers-link-item.inform::before {
      opacity: 0.15;
      filter: alpha(opacity=15);
      font-size: 100px;
      font-size: 10rem;
      position: absolute;
      content: "04";
      top: -30px;
      right: -5px;
      width: auto;
      font-family: "Work Sans", Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      white-space: nowrap;
      z-index: -1;
      pointer-events: none; }

.segment-section.bg-text {
  position: relative; }
  .segment-section.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "Segment";
    top: 30px;
    right: -45px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }
.segment-section .heading-index {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-left: 60px; }
  @media (min-width: 360px) {
    .segment-section .heading-index {
      padding-left: 75px; } }
  @media (min-width: 800px) {
    .segment-section .heading-index {
      padding-left: 90px; } }
  .segment-section .heading-index::before {
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    top: -5px;
    content: "01";
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #000;
    background-color: #fca32f;
    border-radius: 50%; }
    @media (min-width: 360px) {
      .segment-section .heading-index::before {
        font-size: 28px;
        font-size: 2.8rem;
        width: 54px;
        height: 54px;
        line-height: 54px; } }
    @media (min-width: 800px) {
      .segment-section .heading-index::before {
        font-size: 30px;
        font-size: 3rem;
        width: 62px;
        height: 62px;
        line-height: 62px; } }

.deliver-section {
  padding-left: 30px;
  padding-right: 30px; }
  .deliver-section.bg-text {
    position: relative; }
    .deliver-section.bg-text::before {
      opacity: 0.04;
      filter: alpha(opacity=4);
      font-size: 260px;
      font-size: 26rem;
      position: absolute;
      content: "Deliver";
      top: 30px;
      left: 60px;
      width: auto;
      font-family: "Work Sans", Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #1b212b;
      white-space: nowrap;
      z-index: -1;
      pointer-events: none; }
  .deliver-section .heading-index {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-left: 60px; }
    @media (min-width: 360px) {
      .deliver-section .heading-index {
        padding-left: 75px; } }
    @media (min-width: 800px) {
      .deliver-section .heading-index {
        padding-left: 90px; } }
    .deliver-section .heading-index::before {
      font-size: 24px;
      font-size: 2.4rem;
      position: absolute;
      left: 0;
      top: -5px;
      content: "02";
      display: inline-block;
      width: 46px;
      height: 46px;
      line-height: 46px;
      text-align: center;
      color: #000;
      background-color: #f2d12a;
      border-radius: 50%; }
      @media (min-width: 360px) {
        .deliver-section .heading-index::before {
          font-size: 28px;
          font-size: 2.8rem;
          width: 54px;
          height: 54px;
          line-height: 54px; } }
      @media (min-width: 800px) {
        .deliver-section .heading-index::before {
          font-size: 30px;
          font-size: 3rem;
          width: 62px;
          height: 62px;
          line-height: 62px; } }

.deliver-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: initial;
  -ms-flex-wrap: initial;
  flex-wrap: initial;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial; }
  @media (min-width: 800px) {
    .deliver-wrap {
      display: inline-block; } }

.img-deliver {
  display: block !important;
  margin: 30px auto; }
  @media (min-width: 800px) {
    .img-deliver {
      margin: 0;
      display: inline-block !important; } }

.perform-section.bg-text {
  position: relative; }
  .perform-section.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "Perform";
    top: 30px;
    left: -45px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }
.perform-section .heading-index {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-left: 60px; }
  @media (min-width: 360px) {
    .perform-section .heading-index {
      padding-left: 75px; } }
  @media (min-width: 800px) {
    .perform-section .heading-index {
      padding-left: 90px; } }
  .perform-section .heading-index::before {
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    top: -5px;
    content: "03";
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #ff644d;
    border-radius: 50%; }
    @media (min-width: 360px) {
      .perform-section .heading-index::before {
        font-size: 28px;
        font-size: 2.8rem;
        width: 54px;
        height: 54px;
        line-height: 54px; } }
    @media (min-width: 800px) {
      .perform-section .heading-index::before {
        font-size: 30px;
        font-size: 3rem;
        width: 62px;
        height: 62px;
        line-height: 62px; } }

.perform-column {
  margin: 15px 0;
  text-align: center; }
  @media (min-width: 800px) {
    .perform-column {
      margin: 0; } }

.inform-section {
  padding-left: 30px;
  padding-right: 30px; }
  .inform-section.bg-text {
    position: relative; }
    .inform-section.bg-text::before {
      opacity: 0.04;
      filter: alpha(opacity=4);
      font-size: 260px;
      font-size: 26rem;
      position: absolute;
      content: "Inform";
      top: 30px;
      right: 60px;
      width: auto;
      font-family: "Work Sans", Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #1b212b;
      white-space: nowrap;
      z-index: -1;
      pointer-events: none; }
  .inform-section .heading-index {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-left: 60px; }
    @media (min-width: 360px) {
      .inform-section .heading-index {
        padding-left: 75px; } }
    @media (min-width: 800px) {
      .inform-section .heading-index {
        padding-left: 90px; } }
    .inform-section .heading-index::before {
      font-size: 24px;
      font-size: 2.4rem;
      position: absolute;
      left: 0;
      top: -5px;
      content: "04";
      display: inline-block;
      width: 46px;
      height: 46px;
      line-height: 46px;
      text-align: center;
      color: #fff;
      background-color: #2c3749;
      border-radius: 50%; }
      @media (min-width: 360px) {
        .inform-section .heading-index::before {
          font-size: 28px;
          font-size: 2.8rem;
          width: 54px;
          height: 54px;
          line-height: 54px; } }
      @media (min-width: 800px) {
        .inform-section .heading-index::before {
          font-size: 30px;
          font-size: 3rem;
          width: 62px;
          height: 62px;
          line-height: 62px; } }

.case-study.bg-text {
  position: relative; }
  .case-study.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "Case study";
    top: 20px;
    left: -100px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }
  .case-study.bg-text::before {
    z-index: 0; }

.case-study-column {
  margin-bottom: 30px;
  padding: 0 20px; }
  @media (min-width: 800px) {
    .case-study-column {
      margin-bottom: 0; } }

.case-study-img {
  width: 100%;
  height: auto;
  margin-top: 10px; }
  @media screen and (min-width: 450px) {
    .case-study-img {
      width: 50%; } }
  @media (min-width: 800px) {
    .case-study-img {
      width: 100%; } }

.partner-with-us .work-types {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px; }

.promise.bg-text {
  position: relative; }
  .promise.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "The Vuble promise";
    top: -30px;
    left: 240px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }

.promise-column {
  margin-top: 60px; }

.tools.bg-text {
  position: relative; }
  .tools.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "Advanced tools";
    top: 30px;
    left: -15px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }

.tools-link {
  -webkit-transition: transform 0.1s ease-in 0s;
  -o-transition: transform 0.1s ease-in 0s;
  -webkit-transition: -webkit-transform 0.1s ease-in 0s;
  transition: -webkit-transform 0.1s ease-in 0s;
  -o-transition: -o-transform 0.1s ease-in 0s;
  transition: transform 0.1s ease-in 0s;
  transition: transform 0.1s ease-in 0s, -webkit-transform 0.1s ease-in 0s, -o-transform 0.1s ease-in 0s;
  margin-top: 30px;
  color: #000; }
  .tools-link:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none; }
  .tools-link:hover {
    text-decoration: none; }

.analyzer-section.bg-text {
  position: relative; }
  .analyzer-section.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "Analyzer";
    top: 60px;
    right: -60px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }
.analyzer-section .heading-index {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-left: 60px; }
  @media (min-width: 360px) {
    .analyzer-section .heading-index {
      padding-left: 75px; } }
  @media (min-width: 800px) {
    .analyzer-section .heading-index {
      padding-left: 90px; } }
  .analyzer-section .heading-index::before {
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    top: -5px;
    content: "01";
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #000;
    background-color: #fca32f;
    border-radius: 50%; }
    @media (min-width: 360px) {
      .analyzer-section .heading-index::before {
        font-size: 28px;
        font-size: 2.8rem;
        width: 54px;
        height: 54px;
        line-height: 54px; } }
    @media (min-width: 800px) {
      .analyzer-section .heading-index::before {
        font-size: 30px;
        font-size: 3rem;
        width: 62px;
        height: 62px;
        line-height: 62px; } }

.optimizer-section.bg-text {
  position: relative; }
  .optimizer-section.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "Optimizer";
    top: 45px;
    left: 45px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }
.optimizer-section .heading-index {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-left: 60px; }
  @media (min-width: 360px) {
    .optimizer-section .heading-index {
      padding-left: 75px; } }
  @media (min-width: 800px) {
    .optimizer-section .heading-index {
      padding-left: 90px; } }
  .optimizer-section .heading-index::before {
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    top: -5px;
    content: "02";
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #000;
    background-color: #f2d12a;
    border-radius: 50%; }
    @media (min-width: 360px) {
      .optimizer-section .heading-index::before {
        font-size: 28px;
        font-size: 2.8rem;
        width: 54px;
        height: 54px;
        line-height: 54px; } }
    @media (min-width: 800px) {
      .optimizer-section .heading-index::before {
        font-size: 30px;
        font-size: 3rem;
        width: 62px;
        height: 62px;
        line-height: 62px; } }

.optimizer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: initial;
  -ms-flex-wrap: initial;
  flex-wrap: initial;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial; }
  @media (min-width: 800px) {
    .optimizer-wrap {
      display: inline-block; } }

.img-optimizer {
  display: block !important;
  margin: 30px auto; }
  @media (min-width: 800px) {
    .img-optimizer {
      display: inline-block !important;
      margin: 0; } }

.data-section.bg-text {
  position: relative; }
  .data-section.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "Data";
    top: 30px;
    left: -30px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }
.data-section .heading-index {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-left: 60px; }
  @media (min-width: 360px) {
    .data-section .heading-index {
      padding-left: 75px; } }
  @media (min-width: 800px) {
    .data-section .heading-index {
      padding-left: 90px; } }
  .data-section .heading-index::before {
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    top: -5px;
    content: "03";
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #ff644d;
    border-radius: 50%; }
    @media (min-width: 360px) {
      .data-section .heading-index::before {
        font-size: 28px;
        font-size: 2.8rem;
        width: 54px;
        height: 54px;
        line-height: 54px; } }
    @media (min-width: 800px) {
      .data-section .heading-index::before {
        font-size: 30px;
        font-size: 3rem;
        width: 62px;
        height: 62px;
        line-height: 62px; } }

.every-screen.bg-text {
  position: relative; }
  .every-screen.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "Every format";
    top: 15px;
    right: -45px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }

.every-screen-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: initial;
  -ms-flex-wrap: initial;
  flex-wrap: initial;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial; }
  @media (min-width: 800px) {
    .every-screen-wrap {
      display: inline-block; } }

.img-every-screen {
  display: block !important;
  margin: 30px auto; }
  @media (min-width: 800px) {
    .img-every-screen {
      display: inline-block !important;
      margin: 0; } }

.publishers-win.bg-text {
  position: relative; }
  .publishers-win.bg-text::before {
    opacity: 0.04;
    filter: alpha(opacity=4);
    font-size: 260px;
    font-size: 26rem;
    position: absolute;
    content: "Publishers win with Vuble";
    top: 30px;
    left: -45px;
    width: auto;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1b212b;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; }

.publishers-win-column {
  margin: 15px 0;
  text-align: center; }
  @media (min-width: 800px) {
    .publishers-win-column {
      margin: 0; } }

.good-company .work-types {
  font-size: 16px;
  font-size: 1.6rem; }

.company-logos {
  padding-top: 15px;
  padding-bottom: 15px; }

.img-small {
  display: inline-block;
  width: 120px;
  margin-bottom: 30px; }

.img-medium {
  display: inline-block;
  width: 160px;
  margin-top: 30px; }
  @media (min-width: 360px) {
    .img-medium {
      width: 240px; } }
  @media (min-width: 800px) {
    .img-medium {
      margin-top: 0; } }

.img-large {
  display: inline-block;
  width: 180px;
  height: auto; }
  @media (min-width: 360px) {
    .img-large {
      width: 260px;
      margin-top: 30px; } }
  @media (min-width: 800px) {
    .img-large {
      width: 320px; } }

.img-logo {
  width: 180px;
  margin-top: -10px; }
  @media (min-width: 360px) {
    .img-logo {
      width: 120px;
      margin-top: 0; } }
  @media screen and (min-width: 500px) {
    .img-logo {
      width: 180px; } }

.img-centered {
  display: block !important;
  margin-left: auto;
  margin-right: auto; }

.heading-absolute {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 1; }
  @media (min-width: 800px) {
    .heading-absolute {
      top: 120px; } }

.border-bottom {
  border-bottom: 1px solid #e8e8e8; }

.is-footnote {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #262626; }

.is-text-centered {
  text-align: center; }

.is-text-light {
  color: #fff; }

.is-text-dark {
  color: #000; }

.is-text-orange {
  color: #fca32f; }

.is-bg-dark {
  background-color: #2c3749; }

.is-bg-red {
  background-color: #ff644d; }

.is-text-regular {
  font-weight: 400; }

.is-text-bold {
  font-weight: 700; }

.is-text-italic {
  font-style: italic; }

.is-color-orange {
  color: #fca32f; }

.is-color-gray-2 {
  color: #b4b6b8; }

.margin-none {
  margin: 0 !important; }

.margin-bot-none {
  margin-bottom: 0 !important; }

.margin-top-sm {
  margin-top: 30px; }

.margin-bot-xs {
  margin-bottom: 15px; }

.padding-left-right-lg {
  padding-left: 15%;
  padding-right: 15%; }
  @media (min-width: 800px) {
    .padding-left-right-lg {
      padding-left: 25%;
      padding-right: 25%; } }

.padding-left-right-md {
  padding-left: 5%;
  padding-right: 5%; }
  @media (min-width: 360px) {
    .padding-left-right-md {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (min-width: 800px) {
    .padding-left-right-md {
      padding-left: 20%;
      padding-right: 20%; } }

.padding-left-right-sm {
  padding-left: 5%;
  padding-right: 5%; }
  @media (min-width: 360px) {
    .padding-left-right-sm {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (min-width: 800px) {
    .padding-left-right-sm {
      padding-left: 15%;
      padding-right: 15%; } }

.padding-left-right-xs {
  padding-left: 5%;
  padding-right: 5%; }

.padding-left-right-basic {
  padding-left: 15px;
  padding-right: 15px; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
