body {
  font-family: "Open Sans";
  color: #111;
  padding-right: 0 !important;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

.navbar {
  background: rgba(0, 0, 0, 0.9);
  padding: 0.75rem 1rem;
  transition: all 0.25s;
}
@media only screen and (min-width: 62em) {
  .navbar {
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 2rem;
  }
}
@media only screen and (min-width: 62em) {
  .navbar.stuck {
    background: rgba(0, 0, 0, 0.75);
    padding: 0.5rem 1rem;
  }
}
.navbar.stuck .logo-wrapper {
  width: 205px;
}
@media only screen and (min-width: 62em) {
  .navbar-brand {
    flex: 1;
  }
}
.navbar-brand .logo-wrapper {
  display: block;
  width: 36px;
  overflow: hidden;
  transition: all 0.125s;
}
.navbar-brand img {
  max-width: none;
}
.navbar-contact {
  flex: 1;
  text-align: right;
}
.navbar-toggler {
  border-radius: 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 1.25em;
  height: 1.25em;
}
.navbar .nav-item {
  margin: 0 1rem;
}
.navbar .nav-link {
  position: relative;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (min-width: 62em) {
  .navbar .nav-link:after {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 110%;
    height: 110%;
    border: 2px solid white;
    transition: all 0.15s;
    transform: scale(0);
  }
  .navbar .nav-link.active:after, .navbar .nav-link:hover:after {
    transform: scale(1);
  }
}
.navbar .navbar-nav {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 62em) {
  .navbar .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.navbar.navbar-expand-md .navbar-nav .nav-link {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .navbar.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem 0.5rem 2rem;
  }
}

.main-header {
  position: relative;
  min-height: 90vh;
  padding: 110px 0 10px;
  background: #111 url(../img/home/mountain-header.jpg) no-repeat right top fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 40.063em) {
  .main-header {
    padding-top: 200px;
  }
}
.main-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  animation: revealLeft 2s forwards;
}
@keyframes revealLeft {
  50% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

.main-header-title {
  position: relative;
  z-index: 1;
  padding: 96px 24px 24px;
  border: 12px solid white;
  color: white;
  font-size: 34px;
  line-height: 1.375;
  text-align: right;
  transform: translateY(-50px);
  opacity: 0;
  animation: showDown 1s forwards;
}
@keyframes showDown {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 62em) {
  .main-header-title {
    right: -15%;
    top: 25%;
  }
}
.main-header-title:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: white;
  animation: openDown 1s forwards;
}
@keyframes openRight {
  to {
    width: 0;
  }
}
@keyframes openDown {
  to {
    height: 0;
  }
}
.main-header-title .square {
  display: inline-block;
  padding: 0 5px 3px;
  border: 4px solid white;
  line-height: 1;
}

.main-header-subtitle {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 96px 24px 24px;
  color: white;
  border: 12px solid;
  text-align: right;
  cursor: pointer;
  transition: all 0.2s;
  transform: translateY(50px);
  opacity: 0;
  animation: showDown 1s forwards;
}
@keyframes showDown {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 62em) {
  .main-header-subtitle {
    right: -15%;
    color: black;
  }
  .main-header-subtitle:hover {
    color: white;
  }
}

.main-header-scroll {
  position: relative;
  z-index: 1;
  margin: 30px 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .main-header-scroll {
    margin: 0;
    position: absolute;
    bottom: -6px;
    left: 50%;
    cursor: pointer;
  }
}
.main-header-scroll .header-scroll-box {
  stroke: #525252;
}
.main-header-scroll .header-scroll-arrow {
  fill: #525252;
}
.main-header-scroll:hover .header-scroll-box {
  stroke: white;
}
.main-header-scroll:hover .header-scroll-arrow {
  fill: white;
}

.header-publishers {
  min-height: 70vh;
  margin-bottom: 0;
  padding-top: 110px;
  background: #fff url("../img/publishers/pubs-come-first.jpg") right top no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 62em) {
  .header-publishers {
    min-height: 80vh;
    padding-top: 100px;
  }
}
.header-publishers h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -4px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 62em) {
  .header-publishers h1 {
    font-size: 100px;
  }
}
.header-publishers p {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 62em) {
  .header-publishers p {
    max-width: 50%;
  }
}
.header-buyers {
  background: #fff url("../img/buyers/dont-just-bg.jpg") 0 0 no-repeat fixed;
  background-size: cover;
  color: white;
}
@media only screen and (min-width: 62em) {
  .header-buyers {
    margin-bottom: 150px;
  }
}
.header-info-page {
  background: #111 url(../img/home/mountain-header.jpg) no-repeat right top fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  min-height: 50vh;
  color: white;
  display: flex;
  align-items: center;
}
.header-info-page .header-info-title small {
  display: block;
  font-size: 16px;
  margin-top: 1rem;
}

.section {
  margin-bottom: 50px;
  background-attachment: fixed;
}
@media only screen and (min-width: 40.063em) {
  .section {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 62em) {
  .section {
    margin-bottom: 150px;
  }
}
.section-publishers {
  margin-bottom: 0;
  background: #fff url("../img/publishers/made-to-monetize.jpg") right top no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
}
@media only screen and (min-width: 62em) {
  .section-publishers {
    padding-top: 100px;
    background-size: 50% auto;
  }
}
.section--love-us {
  margin-top: 150px;
  margin-bottom: 0;
  background-image: url(../img/home/love-us-bg.jpg);
  background-size: cover;
  color: white;
}
@media only screen and (min-width: 62em) {
  .section--love-us {
    margin-top: 0;
  }
}
.section--love-us .content-page-nav {
  display: flex;
  align-items: center;
  margin: 0 25px 15px;
}
@media only screen and (min-width: 62em) {
  .section--love-us .content-page-nav {
    margin: 25px 25px -75px -75px;
  }
}
.section--love-us .content-page-nav .btn {
  color: #933264;
  border-radius: 0;
}
.section--love-us .content-page-nav .btn:hover {
  background: #933264;
  color: white;
  border-color: #933264;
}
@media only screen and (min-width: 62em) {
  .section--engage-at-scale {
    padding-bottom: 150px;
    background: white url(../img/home/engage-at-scale.jpg) no-repeat right 100px fixed;
    background-size: 50% auto;
  }
}
.section--engage-at-scale .sqaure {
  border: 10px solid #111;
  height: auto;
  display: inline-block;
  padding: 0 7px 10px;
  margin: 10px 0 -10px -15px;
}
@media only screen and (min-width: 62em) {
  .section--social-units {
    background: white url(../img/home/amplify-your-social-content.jpg) no-repeat left top fixed;
    background-size: 50% auto;
  }
}
@media only screen and (min-width: 62em) {
  .section--platform {
    background: white url(../img/home/premium-supply-platform-bg.jpg) no-repeat right top fixed;
    background-size: 50% auto;
  }
}
.section--platform .sqaure {
  border: 10px solid #111;
  height: auto;
  display: inline-block;
  padding: 0 7px 10px;
  margin: 10px 0 -10px -15px;
}
.section--human-clicks {
  margin-top: 200px;
  background: white url(../img/home/human-bg.jpg) no-repeat left top fixed;
  background-size: cover;
  color: white;
}
@media only screen and (min-width: 62em) {
  .section--human-clicks {
    margin-top: 0;
    margin-bottom: 200px;
    padding-bottom: 0;
  }
}
.section--engagement {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  .section--engagement {
    margin-bottom: 200px;
    background: white url(../img/home/engage-opp-bg.jpg) no-repeat right bottom fixed;
    background-size: 50% auto;
  }
}
.section--true-content {
  padding-top: 100px;
  background-repeat: no-repeat;
  background-image: url(../img/home/true-content-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
@media only screen and (min-width: 40.063em) {
  .section--true-content {
    padding-bottom: 75px;
  }
}
.section--impressions {
  margin-bottom: 0;
  padding: 50px 0 0;
  background: #000 url(../img/home/not-all.jpg) no-repeat center top;
  -webkit-background-size: contain;
  background-size: contain;
  color: white;
}
@media only screen and (min-width: 40.063em) {
  .section--impressions {
    padding: 300px 0 0;
  }
}
.section--impressions .partner-logos {
  border: 12px solid white;
  padding: 50px;
  text-align: center;
  background: black;
  margin: 0 0 -50px;
}
@media only screen and (min-width: 62em) {
  .section--impressions .partner-logos {
    margin-top: -150px;
  }
}
.section--impressions .partner-logos h3 {
  margin-bottom: 25px;
  font-size: 20px;
}
.section--impressions .partner-logos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--impressions .partner-logos-item {
  flex: 1 1 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 62em) {
  .section--impressions .partner-logos-item {
    flex: 1 1 33.333%;
    max-width: 33.333%;
  }
}
.section--top-entertainment {
  margin-bottom: 0;
}
@media only screen and (min-width: 62em) {
  .section--top-entertainment {
    margin-bottom: 150px;
    background: white url(../img/buyers/top-trending-bg.png) no-repeat left top fixed;
    background-size: 50% auto;
  }
}
.section--premium-supply {
  background: white url(../img/buyers/unique-premium-supply-bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
}
@media only screen and (min-width: 62em) {
  .section--premium-supply {
    padding-bottom: 100px;
  }
}
.section--engineered-for-engagement {
  padding: 50px 0;
  margin-bottom: 0;
  background: white url(../img/buyers/engineered-bg.jpg) no-repeat left top fixed;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
}
@media only screen and (min-width: 62em) {
  .section--engineered-for-engagement {
    padding: 100px 0;
  }
}
.section--info-page {
  margin: 100px 0;
}

.footer {
  padding: 25px 0;
  font-size: 12px;
}
@media only screen and (min-width: 48em) {
  .footer {
    padding-top: 100px;
  }
}
.footer .footer-nav {
  margin-bottom: 0;
}
.footer .footer-nav a {
  display: block;
  padding: 0 1rem;
  text-decoration: none;
}

.section-image {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.section-image img {
  position: relative;
}
@media only screen and (min-width: 62em) {
  .section-image img {
    bottom: -50px;
  }
}
.section-image .unit-300x250 {
  border: 10px solid white;
}
@media only screen and (min-width: 62em) {
  .section-image .unit-300x250 {
    margin: 25px -10px 25px 50px;
  }
}
.section-image .unit-300x600 {
  margin: 0 0 0 75px;
  border: 10px solid white;
}
.section-image--engage-at-scale {
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 62em) {
  .section-image--engage-at-scale {
    flex-direction: row;
    align-items: flex-end;
    margin: 0;
    position: relative;
    bottom: -150px;
  }
}
.section-image--platform {
  margin: 0 -1.5rem;
}
@media only screen and (min-width: 62em) {
  .section-image--platform {
    margin: 0;
  }
}
@media only screen and (min-width: 62em) {
  .section-image--platform > img {
    right: -85px;
    bottom: -85px;
  }
}
.section-image--human-clicks {
  height: auto;
  margin-top: -150px;
}
@media only screen and (min-width: 62em) {
  .section-image--human-clicks {
    margin-top: 0;
  }
}
@media only screen and (min-width: 62em) {
  .section-image--human-clicks img {
    bottom: -190px;
    right: -100px;
  }
}
.section-image--engagement img {
  margin-top: -40px;
}
@media only screen and (min-width: 62em) {
  .section-image--engagement img {
    bottom: -125px;
    left: -100px;
  }
}
.section-image--true-content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 62em) {
  .section-image--true-content img {
    right: -85px;
    bottom: -125px;
  }
}
.section-image--love-us {
  margin-top: -50px;
}
@media only screen and (min-width: 62em) {
  .section-image--love-us {
    margin-top: 0;
  }
}
.section-image--top-entertainment {
  justify-content: center;
  padding-top: 50px;
}
@media only screen and (min-width: 62em) {
  .section-image--top-entertainment {
    justify-content: center;
    padding: 200px 0 0;
  }
}
.section-image--working-direct {
  margin-top: -50px;
}
@media only screen and (min-width: 62em) {
  .section-image--working-direct {
    margin-top: 0;
  }
}
.section-image--working-direct img {
  right: -25px;
}
@media only screen and (min-width: 62em) {
  .section-image--working-direct img {
    bottom: 100px;
    left: -75px;
    max-width: 110%;
  }
}
.section-image--working-programmatic {
  margin-bottom: -25px;
}
@media only screen and (min-width: 62em) {
  .section-image--working-programmatic {
    margin-top: 0;
  }
}
.section-image--working-programmatic img {
  bottom: -75px;
  right: -25px;
}
@media only screen and (min-width: 62em) {
  .section-image--working-programmatic img {
    bottom: -100px;
  }
}

.section-content {
  position: relative;
  padding: 0 25px;
}
@media only screen and (min-width: 40.063em) {
  .section-content {
    padding: 0;
  }
}
.section-content > * {
  position: relative;
  z-index: 1;
}
.section-content--bg-detail:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -1rem;
  width: 65%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  mix-blend-mode: soft-light;
}
.section-content--bg-detail.__top:after {
  top: 0;
}
.section--true-content .section-content--bg-detail.__top:after {
  top: -50px;
  height: calc(100% + 50px);
}
.section-content--bg-detail.__bottom:after {
  bottom: 0;
}
.section-content h2 {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -4px;
  word-break: break-word;
}
@media only screen and (min-width: 40.063em) {
  .section-content h2 {
    font-size: 60px;
    word-break: initial;
  }
}
@media only screen and (min-width: 62em) {
  .section-content h2 {
    font-size: 80px;
  }
}
.section-content .subsection-title--square {
  padding: 25px;
  border: 5px solid;
  font-weight: 800;
  margin-bottom: 50px;
}
@media only screen and (min-width: 62em) {
  .section-content .subsection-title--square {
    padding: 25px 50px;
  }
}
.section-content p {
  margin-bottom: 50px;
  padding-left: 25px;
  line-height: 1.75;
  width: 430px;
  max-width: 100%;
}
@media only screen and (min-width: 62em) {
  .section-content p {
    padding-left: 100px;
  }
}
.section-content hr {
  width: 100px;
  margin: 0;
}
.section-content--love-us {
  padding: 50px 25px;
}
@media only screen and (min-width: 62em) {
  .section-content--love-us {
    margin-bottom: 150px;
  }
}
.section-content--platform {
  margin: 50px 0 0;
}
@media only screen and (min-width: 62em) {
  .section-content--platform {
    margin: 25px;
  }
}
.section-content--social-units {
  margin: 50px 0;
}
@media only screen and (min-width: 62em) {
  .section-content--social-units {
    margin: 25px;
  }
}
@media only screen and (min-width: 62em) {
  .section-content--engage-at-scale p {
    padding-right: 100px;
    padding-left: 0;
  }
}
.section-content--human-clicks {
  padding: 50px 25px;
}
@media only screen and (min-width: 62em) {
  .section-content--human-clicks {
    padding: 60px 0;
  }
}
.section-content--true-content {
  padding: 50px 25px;
}
@media only screen and (min-width: 62em) {
  .section-content--impressions h2 {
    margin-bottom: 100px;
  }
}
.section-content--be-engaged {
  margin-bottom: 50px;
  padding: 110px 25px 50px;
}
@media only screen and (min-width: 62em) {
  .section-content--be-engaged {
    margin-bottom: 135px;
    padding-top: 250px;
  }
}
.section-content--be-engaged h2 {
  white-space: nowrap;
}
@media only screen and (min-width: 62em) {
  .section-content--be-engaged p {
    margin-bottom: 100px;
  }
}
.section-content--be-engaged .detail-box {
  margin-top: 50px;
}
@media only screen and (min-width: 62em) {
  .section-content--be-engaged .detail-box {
    margin-top: 0;
    position: absolute;
    left: 125px;
    bottom: -150px;
    width: 75%;
  }
}
.section-content--top-entertainment {
  padding: 50px 25px;
}
@media only screen and (min-width: 62em) {
  .section-content--top-entertainment {
    padding: 75px 25px;
  }
}
.section-content--top-entertainment .detail-box {
  margin-top: 50px;
}
@media only screen and (min-width: 62em) {
  .section-content--top-entertainment .detail-box {
    margin: -25px;
    margin-bottom: 0;
  }
}
.section-content--premium-supply {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 62em) {
  .section-content--premium-supply {
    padding: 150px 25px 50px;
  }
}
.section-content--premium-supply:after {
  background: rgba(0, 0, 0, 0.95);
  mix-blend-mode: soft-light;
}
.section-content--working-direct p, .section-content--working-programmatic p {
  width: 400px;
  max-width: 100%;
}
@media only screen and (min-width: 62em) {
  .section-content--working-direct p, .section-content--working-programmatic p {
    padding-left: 50px;
  }
}

.partners {
  margin-top: 100px;
}
.partners h3 {
  font-weight: 800;
  margin-bottom: 25px;
}
.partners img {
  margin: 25px 10px;
}

.detail-box-stack {
  padding: 50px 0;
}
@media only screen and (min-width: 62em) {
  .detail-box-stack {
    padding: 0 50px;
  }
}
.detail-box {
  padding: 25px;
  border: 10px solid;
  display: inline-block;
}
.detail-box-stack .detail-box {
  display: block;
  margin-bottom: 25px;
}
.detail-box-stack .detail-box:last-of-type {
  margin-bottom: 0;
}
.detail-box h2 {
  margin: 0 0 1rem;
  font-size: 56px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -2px;
}
@media only screen and (min-width: 62em) {
  .detail-box h2 {
    font-size: 100px;
    letter-spacing: -4px;
  }
}
.detail-box p {
  font-size: 30px;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}

.publisher-logo {
  height: 100px;
  padding: 25px 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.section-content--monetize {
  margin: 50px 0;
}
@media only screen and (min-width: 62em) {
  .section-content--monetize {
    margin-top: 0;
  }
}
.section-content--monetize p {
  width: 400px;
  max-width: 100%;
}

.section-content--publishers-sample {
  padding: 50px 25px;
}
@media only screen and (min-width: 62em) {
  .section-content--publishers-sample {
    padding: 100px 100px 100px 0;
    margin-right: -1rem;
  }
}
.section-content--publishers-sample:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: -10vw;
  width: 120vw;
  height: 100%;
  background: #000;
}
@media only screen and (min-width: 62em) {
  .section-content--publishers-sample:after {
    right: 0;
    width: 100vw;
  }
}
.section-content--publishers-sample h3 {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 62em) {
  .section--products {
    margin-bottom: 350px;
    background: #fff url("../img/buyers/top-trending-bg.png") left 150px no-repeat fixed;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
}

.section-content--products {
  padding-top: 50px;
}
@media only screen and (min-width: 62em) {
  .section-content--products {
    padding: 75px 25px 0;
  }
}

.section-image--products {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  align-items: flex-start;
}
@media only screen and (min-width: 62em) {
  .section-image--products {
    margin-top: 0;
    align-items: flex-end;
  }
}
.section-image--products img {
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .section-image--products img {
    bottom: -20vw;
    width: auto;
  }
}

.feature-list {
  padding: 50px 50px 15px;
  background: white;
  border: 10px solid;
}
@media only screen and (min-width: 62em) {
  .feature-list {
    margin: 0 0 -250px;
  }
}

.feature-item {
  margin-bottom: 25px;
}
.feature-item h3 {
  font-weight: 800;
}

.section--get-paid {
  margin-top: 50px;
}
@media only screen and (min-width: 62em) {
  .section--get-paid {
    margin-top: 100px;
    background: #fff url("../img/publishers/get-paid-to-bg.png") right 150px no-repeat fixed;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
}

.section-content--get-paid {
  padding-bottom: 50px;
}
@media only screen and (min-width: 62em) {
  .section-content--get-paid {
    padding: 50px 25px;
  }
}
.section-content--get-paid h2 {
  white-space: nowrap;
}

@media only screen and (max-width: 61.99875em) {
  .section-image--get-paid {
    align-items: center;
    flex-direction: column;
  }
}
.section-image--get-paid .unit-300x600 {
  margin: 0;
}
@media only screen and (min-width: 62em) {
  .section-image--get-paid .unit-300x600 {
    left: -75px;
    box-shadow: -150px 100px 30px -150px black;
  }
}

.section--simplified-revenue {
  margin-bottom: 0;
  background: #3b1b32;
  background: -moz-linear-gradient(-45deg, #3b1b32 0%, #5f2f68 50%, #233b5f 100%);
  background: -webkit-linear-gradient(-45deg, #3b1b32 0%, #5f2f68 50%, #233b5f 100%);
  background: linear-gradient(135deg, #3b1b32 0%, #5f2f68 50%, #233b5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3b1b32", endColorstr="#233b5f",GradientType=1 );
  color: white;
}
.section--simplified-revenue .detail-box {
  max-width: 100%;
  margin-top: -10px;
}
@media only screen and (min-width: 62em) {
  .section--simplified-revenue .detail-box {
    margin-top: 150px;
  }
}

.section-content--simplified-revenue {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 62em) {
  .section-content--simplified-revenue {
    padding: 150px 25px 150px;
  }
}

.section--kitchen {
  margin-bottom: 0;
  background: #111;
  color: white;
}
@media only screen and (min-width: 62em) {
  .section--kitchen {
    background: #111 url("../img/publishers/we-call-it-bg.jpg") right top no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.section-content--kitchen {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 62em) {
  .section-content--kitchen {
    padding: 150px 25px;
  }
}

@media only screen and (max-width: 61.99875em) {
  .section-image--kitchen {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
}
.section-image--kitchen .kitchen-desktop {
  margin-bottom: 25px;
}
@media only screen and (min-width: 62em) {
  .section-image--kitchen .kitchen-desktop {
    bottom: 42px;
    max-width: 150%;
  }
}
@media only screen and (min-width: 62em) {
  .section-image--kitchen .kitchen-mobile {
    left: -200px;
  }
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-content {
  padding: 1rem 2rem;
  border-radius: 0;
  color: white;
  background: #111;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5);
}

.modal-body {
  padding: 0 25px;
}

.modal-header {
  border: none;
  padding: 25px;
}
.modal-header .modal-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
.modal-header .close {
  color: white;
  text-shadow: none;
  padding: 1.5rem 1rem;
}

form {
  margin-top: 1rem;
}
form label {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: lowercase;
}
form .form-control {
  background: transparent;
  border-radius: 0;
  border-color: white;
  border-width: 2px;
  padding: 1rem;
  color: white;
  margin-bottom: 1.5rem;
  transition: all 0.33s ease-in-out;
}
form .form-control:hover {
  box-shadow: 0 0 0 0.1rem #0e0e0e;
  border-color: rgba(0, 123, 255, 0.75);
}
form .form-control:focus {
  box-shadow: 0 0 0 0.2rem #0e0e0e;
  border-color: #007bff;
  background: transparent;
  color: white;
}
form .form-buttons {
  padding: 15px 0 25px;
}
form .form-buttons .btn {
  margin: 0 1rem;
  padding: 0.5rem 2rem;
  min-width: 150px;
}

.working-types-wrapper {
  padding: 30px;
  border: 10px solid;
}
.working-types-wrapper .section-content {
  padding: 0;
}

.subsection--working-direct {
  margin-bottom: 50px;
}

.section-title--info {
  margin: 2rem 0;
}

hr {
  border-color: inherit;
  border-width: 3px;
}

.bg-white {
  color: #111;
}
.bg-white hr {
  border-color: inherit;
}

.bg-black {
  background: #000;
  color: white;
}
.bg-black hr {
  border-color: inherit;
}

.bg-purple {
  background: #401D35;
  color: white;
}
.bg-purple hr {
  border-color: inherit;
}

ol.square-list {
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol.square-list li {
  counter-increment: my-awesome-counter;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

ol.square-list li::before {
  content: counter(my-awesome-counter);
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0 1rem 0 0;
  line-height: 1;
  border: 3px solid black;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
}

.point {
  position: relative;
  display: block;
  top: -80px;
}

.table-policy {
  font-size: 14px;
}
.table-policy ul, .table-policy ol {
  padding-left: 16px;
}

.audio-everywhere {
  font-family: "Roboto", "Open Sans", sans-serif;
}
.audio-everywhere .hero-bg {
  background-image: url(../img/audio/hero.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 991px) {
  .audio-everywhere .hero-bg {
    background-size: 70%;
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .audio-everywhere .hero-bg {
    background-size: 50%;
    background-position: center bottom;
  }
}
@media screen and (max-width: 575px) {
  .audio-everywhere .hero-bg {
    background-size: 70%;
    background-position: center bottom;
  }
}
.audio-everywhere .audio-header {
  position: relative;
  background: #9899eb;
  background: linear-gradient(90deg, #9899eb 0%, #67b8e9 65%, #4db9e7 100%);
}
.audio-everywhere .audio-header .img-wrapper {
  height: 400px;
}
@media screen and (max-width: 767px) {
  .audio-everywhere .audio-header .img-wrapper {
    margin-top: 100px;
    height: 200px;
  }
}
.audio-everywhere .audio-header .title-wrapper {
  height: 600px;
}
@media screen and (max-width: 767px) {
  .audio-everywhere .audio-header .title-wrapper {
    margin-top: 100px;
    height: 200px;
  }
}
.audio-everywhere .audio-header-title {
  font-weight: 100;
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 80px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .audio-everywhere .audio-header-title {
    font-size: 40px;
  }
}
.audio-everywhere .section-content p {
  padding: 0;
  width: auto;
  text-align: center;
  margin: 0 auto 28px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 300;
  color: #333;
}
.audio-everywhere .section-content h2 {
  font-size: 56px;
  line-height: 56px;
  color: #333;
  font-weight: 300;
  margin-top: 100px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .audio-everywhere .section-content h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.audio-everywhere .section-content h2 span {
  color: #52b8e6;
}
@media screen and (max-width: 767px) {
  .audio-everywhere .section-content--capabilities {
    padding: 0;
  }
}
.audio-everywhere .section-content--capabilities .capabilities-box-inner {
  background: #9899eb;
  background: linear-gradient(270deg, #9899eb 0%, #67b8e9 65%, #4db9e7 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 30px;
  padding: 0 30px;
  margin: 20px 3px;
  height: 136px;
}
.audio-everywhere .section-content--capabilities .capabilities-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.audio-everywhere .section-content--capabilities .capabilities-box p {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
  font-style: italic;
  margin: 0;
}
.audio-everywhere .section-content--visual-audio {
  height: auto;
  padding-top: 62.5%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #9899eb;
  background: linear-gradient(270deg, #9899eb 0%, #67b8e9 65%, #4db9e7 100%);
}
@media screen and (max-width: 991px) {
  .audio-everywhere .section-content--visual-audio {
    height: 200px;
  }
}
.audio-everywhere .section-content--visual-audio .visual-audio-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.audio-everywhere .section-content--visual-audio h2 {
  color: #fff;
  margin: 0;
  font-size: 56px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .audio-everywhere .section-content--visual-audio h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
.audio-everywhere .section-content--visual-audio h2 span {
  color: #fff;
  vertical-align: super;
  font-size: 28px;
}
.audio-everywhere .section-content--visual-audio p {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .audio-everywhere .section-content--visual-audio p {
    font-size: 20px;
  }
}
.audio-everywhere .section-image--visual-audio {
  background-size: contain;
  height: auto;
  padding-top: 62.5%;
  background-repeat: no-repeat;
  background-position: center center;
}
.audio-everywhere .section-image--visual-audio.digital {
  background-image: url(../img/audio/visual_audio_1.jpg);
}
.audio-everywhere .section-image--visual-audio.ctv-placement {
  background-image: url(../img/audio/visual_audio_2.jpg);
}
.audio-everywhere .section-image--visual-audio.mobile-placement {
  background-image: url(../img/audio/visual_audio_3.jpg);
}
@media screen and (max-width: 991px) {
  .audio-everywhere .section-image--visual-audio {
    background-size: contain;
    height: auto;
    padding-top: 62.5%;
  }
}
.audio-everywhere .section--visual-audio .container-fluid {
  padding: 0;
}
.audio-everywhere .section--contact h2 {
  margin-top: 0;
  font-size: 56px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .audio-everywhere .section--contact h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.audio-everywhere .section--contact .btn-primary {
  font-family: "Roboto", "Open Sans", sans-serif;
  border-radius: 27px;
  border: 1px solid #26ade4;
  background-color: #26ade4;
  font-size: 18px;
  line-height: 54px;
  padding: 0;
  width: 180px;
}
.audio-everywhere footer {
  padding: 35px 0;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.audio-everywhere footer p {
  margin: 0;
}
.audio-everywhere footer .linkedin {
  color: #fff;
  opacity: 0.23;
  text-decoration: none;
}
.audio-everywhere footer .linkedin:hover {
  opacity: 1;
}
.audio-everywhere footer .linkedin i {
  font-size: 40px;
}

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