html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
@font-face {
  font-family: acherus-bold;
  src: url(../fonts/acherus-bold-webfont.woff2) format("woff2"),
    url(../fonts/acherus-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: acherus-light;
  src: url(../fonts/acherus-light-webfont.woff2) format("woff2"),
    url(../fonts/acherus-light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@keyframes pulse {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
html {
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 93px;
}
body,
html {
  font-family: acherus-light, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
.btn-container {
  text-align: center;
  margin-top: 4rem;
}
.btn {
  background-color: #f06;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-family: acherus-bold, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2rem;
  display: inline-block;
  font-size: 1rem;
  transition: opacity 0.4s ease;
}
.job-description {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .btn {
    font-size: 20px;
  }
  .job-description {
    padding-top: 30px;
  }
}
.job-description .btn {
  display: none;
}
.btn:hover {
  opacity: 0.6;
}
::-moz-selection {
  background: #fe0369;
  color: #fff;
}
::selection {
  background: #fe0369;
  color: #fff;
}
#scroller.scroll {
  overflow: hidden;
}
.is--hidden {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: acherus-bold, Helvetica, Arial, sans-serif;
}
.job-details li,
p, span, h3, a {
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .job-details li,
  p, span, h3, a {
    font-size: calc(16px + 6 * ((100vw - 1024px) / 896));
  }
}
@media only screen and (min-width: 1920px) {
  .job-details li,
  p, span, h3, a {
    font-size: 22px;
  }
}
p.bold,
li.bold {
  font-family: acherus-bold, Helvetica, Arial, sans-serif;
}
.h1,
h1 {
  line-height: 1;
  font-size: 44px;
}
.h2,
h2 {
  font-size: 28px;
  line-height: 1.2;
}
@media only screen and (min-width: 380px) {
  .h1,
  h1 {
    font-size: calc(44px + 20 * ((100vw - 380px) / 1280));
  }
  .h2,
  h2 {
    font-size: calc(28px + 10 * ((100vw - 380px) / 1280));
  }
}
@media only screen and (min-width: 1600px) {
  .h1,
  h1 {
    font-size: 92px;
  }
  .h2,
  h2 {
    font-size: 46px;
  }
}
.link {
  position: relative;
  color: #080808;
  display: inline-block;
  text-decoration: none;
  font-family: acherus-bold, Helvetica, Arial, sans-serif;
}
.link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #080808;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 0.4s cubic-bezier(0.3, 1.4, 0.7, 1);
}
.link:hover::before {
  width: 100%;
}
.wrap {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #080808;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.menu.active {
  opacity: 1;
  pointer-events: all;
}
.menu.active + nav {
  background-color: transparent;
}
.menu .wrap,
.menu ul {
  height: 100%;
}
.menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  list-style: none;
}
.menu li {
  margin-bottom: 1rem;
  font-size: 24px;
}
.menu a {
  color: #fff;
  text-decoration: none;
}
.menu a::before {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .menu li {
    font-size: calc(24px + 6 * ((100vw - 1024px) / 576));
  }
}
@media only screen and (min-width: 1600px) {
  .menu li {
    font-size: 30px;
  }
}
canvas {
  display: block !important;
  width: calc(100vw + 17px) !important;
  height: calc(100vh + 17px) !important;
  position: relative;
  top: -7px;
}
.ice-cream,
.mountains {
  width: 100vw;
  min-height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
}
.mountains {
  min-height: calc(100vh - 93px);
}
section.partners {
  padding-bottom: 0;
}
nav {
  position: fixed;
  padding: 25px 0 20px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  transition: background-color, box-shadow, 0.6s ease;
}
.legal nav,
nav.scrolled {
  background-color: #fff;
  box-shadow: 0 0 44px -16px rgb(0 0 0 / 53%);
}
.menu.active nav,
.menu.active nav.scrolled {
  background-color: transparent;
}
nav .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-link {
  display: block;
}
.menu a.link {
  font-family: acherus-light, Helvetica, Arial, sans-serif;
}
.logo {
  width: 100%;
  max-width: 159px;
  min-height: 42px;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.logo.active {
  opacity: 0;
}
.nav-btn {
  position: relative;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.menu-icon {
  position: relative;
  top: 18px;
  left: 11px;
}
.menu-icon span {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #080808;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.2s cubic-bezier(0.3, 1.4, 0.7, 1),
    top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s,
    bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s;
}
.menu-icon span:first-of-type {
  top: -3px;
}
.menu-icon span:last-of-type {
  bottom: -3px;
}
.menu-icon.active span {
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1),
    bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
  background-color: #fff;
}
.menu-icon.active span:first-of-type {
  transform: rotate(45deg);
  top: 1px;
}
.menu-icon.active span:last-of-type {
  transform: rotate(-45deg);
  bottom: 1px;
}
.circle {
  border: 2px solid rgba(0, 0, 0, 0.75);
  border-radius: 30px;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.menu-icon.active + .circle {
  border: 2px solid rgba(255, 255, 255, 0.75);
}
.circle.run {
  animation-duration: 0.8s;
  animation-name: pulse;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header {
  min-height: 100vh;
  overflow: hidden;
}
footer,
section {
  min-height: calc(100vh - 93px);
  overflow: hidden;
}
section {
  overflow: visible !important;
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dbbbc0;
}
header .h1 {
  text-align: center;
  color: #fff;
}
section {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
section .h1 {
  max-width: 500px;
}
section.what-we-offer .h1 {
  max-width: 768px;
}
.data-science-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/data-science-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.data-science-bg::before {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  position: absolute;
  background-color: transparent;
  background-image: radial-gradient(circle at top left, #fff, transparent 75%);
}
.data-science p {
  max-width: 200px;
  margin-top: 24px;
}
.data-science .wrap {
  pointer-events: none;
}
.particles {
  position: absolute;
  top: 0;
  left: 8px;
  right: 0;
  bottom: 0;
  opacity: 1;
  top: 32vh;
  transform: rotate(-9deg);
  margin: 0 auto;
}
.demographics {
  min-height: calc(100vh - 93px);
  overflow: hidden;
}
.demographics-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/demo-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.demographics .wrap {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 153px);
  justify-content: space-between;
}
.demographics .h2,
.demographics p {
  color: #fff;
}
.demographics .h2 {
  margin-top: 1rem;
}
.channels {
  overflow: hidden;
  min-height: calc(100vh - 93px);
}
.channels .wrap::before {
  content: "";
  display: block;
  height: 100%;
  width: calc(100% - 40px);
  position: absolute;
  background-color: transparent;
  background-image: radial-gradient(circle at top left, #fff);
}
.channels .h2,
.channels p {
  position: relative;
}
.channels .h2 {
  margin: 1rem 0 2rem;
}
.channels .wrap {
  min-height: calc(100vh - 153px);
}
.channels-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/channels-bg.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0.69;
  background-attachment: fixed;
}
.partners-bg {
  background-image: url(../img/top-partner-bg.jpg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.partners .wrap {
  min-height: calc(100vh - 153px);
}
.partners .h2,
.partners p {
  color: #fff;
}
.partners .h2 {
  margin-top: 1rem;
}
.partners .logo-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners img {
  width: 100%;
  display: block;
  max-width: 120px;
  padding: 15px 0;
}
.partners img:last-child {
  padding: 15px 0 0;
}
.partners p.bottom {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.contact-bg {
  background-image: url(../img/contact-bg.jpg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 15%;
  background-size: cover;
  opacity: 0.7;
  background-attachment: fixed;
}
.contact .text-container {
  text-align: center;
}
.contact .h2 {
  margin-top: 1rem;
}
.contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 440px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 540px) {
  .contact form {
    transform: none;
    top: unset;
    left: unset;
    position: relative;
    margin: 0 auto;
  }
  .contact .h2 {
    margin: 0 0 0.75rem;
  }
}
.contact input,
.contact textarea {
  width: 100%;
  max-width: 280px;
  display: block;
  border-radius: 4px;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  color: #9b9b9b;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  margin: 0 auto 1rem;
  font-family: acherus-bold, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #000;
}
.contact .wrap {
  min-height: calc(100vh - 153px);
}
.contact textarea {
  resize: none;
}
.contact input[type="submit"] {
  background-color: #f06;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.contact input[type="submit"]:hover {
  opacity: 0.6;
}
.jobs header {
  background: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 1) 58%,
    rgba(121, 232, 250, 1) 58%,
    rgba(121, 232, 250, 1) 100%
  );
  min-height: calc(100vh - 93px);
  margin-top: 93px;
}
.jobs nav {
  background-color: #fff;
  box-shadow: 0 0 44px -16px rgb(0 0 0 / 53%);
}
.jobs header h1 {
  text-align: left;
  color: #080808;
  margin-bottom: 1rem;
}
@keyframes guyMoving {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.jobs header img {
  display: block;
  max-width: 768px;
  position: absolute;
  top: 20px;
  right: 22vw;
  bottom: 20px;
  opacity: 0;
  transition: right 2s ease;
  margin: auto;
  transform-origin: center;
  transform: translateX(0);
  animation: guyMoving 0.6s ease-out forwards;
}
.jobs .job-openings h2 {
  max-width: none;
  text-align: center;
  margin: 1rem 0 2rem;
}
@media only screen and (min-width: 768px) {
  .jobs .job-openings h2 {
    margin: 4rem 0 2rem;
  }
}
.jobs .job-openings p {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.workable {
  padding: 3rem 2rem;
  background-color: #fff;
}
.workableJobs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  max-width: 1024px;
  margin: 2rem auto;
}
@media only screen and (min-width: 768px) {
  .workableJobs {
    margin: 4rem auto;
  }
}
.job-details ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .job-details ul {
    padding-left: 2.25rem;
  }
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  40% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  90% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  max-width: 80px;
  display: block;
  width: 100%;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  position: relative;
  top: 4rem;
}
.spinner .top {
  transform-origin: center;
  transform: rotate(0);
}
.spinner.active .top {
  transform-box: fill-box;
  animation: loader 1s infinite forwards;
}
.panel-group {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #ff0068;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .panel-group {
    width: 48%;
  }
}
.panel-group:hover {
  transform: scale(1.05);
}
.panel-group:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
}
.panel-group::before {
  content: "";
  display: inline-block;
  width: 24px;
  background-size: 24px;
  height: 24px;
  position: absolute;
  right: 1.5rem;
  background-image: url(../img/arrow.svg);
}
.panel-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  max-width: 92%;
  line-height: 1.2;
}
.highlight {
  color: #fff;
  margin-top: 0.3rem;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
}
.jobs .job-openings p.location,
.jobs .job-openings p.position {
  text-align: left;
}
.jobs .job-openings .job {
  padding: 2rem;
  border-radius: 6px;
  background-color: #fe0369;
  color: #fff;
  text-decoration: none;
}
.jobs .what-we-are {
  min-height: auto;
  text-align: center;
  background-color: #f2f2f2;
  padding: 50px 0;
}
.jobs .what-we-are p {
  max-width: 800px;
  margin: 0 auto;
}
.jobs .what-we-are p b {
  font-family: acherus-bold, Helvetica, Arial, sans-serif;
}
.jobs .what-we-offer {
  text-align: center;
  padding-bottom: 6rem;
}
.jobs .what-we-offer h2 {
  margin: 0 auto;
}
.jobs .what-we-offer p {
  max-width: 660px;
  margin: 2rem auto 0;
}
.jobs .what-we-offer .benefits {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.jobs .what-we-offer .benefits img {
  display: block;
  margin: auto;
  height: 170px;
}
.jobs .what-we-offer .benefits .item {
  text-align: center;
  margin-top: 2rem;
  padding: 2rem;
  width: 100%;
}
.jobs .what-we-offer h2 {
  margin: 2rem auto;
}
@media only screen and (min-width: 768px) {
  .jobs .what-we-offer .benefits .item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .jobs .what-we-offer .benefits .item {
    width: 25%;
  }
  .jobs .what-we-offer h2 {
    margin: 4rem auto 2rem;
  }
}
.jobs footer {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  .jobs .what-we-are {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1290px) {
  .jobs header img {
    right: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .jobs header {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0,
      rgba(255, 255, 255, 1) 75%,
      rgba(121, 232, 250, 1) 75%,
      rgba(121, 232, 250, 1) 100%
    );
  }
  .jobs header img {
    left: 30vw;
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  .jobs header img {
    max-width: 680px;
    left: 24vw;
  }
}
@media only screen and (max-width: 660px) {
  .jobs header img {
    max-width: 580px;
    left: 36vw;
  }
}
@media only screen and (max-width: 540px) {
  .jobs header img {
    max-width: 520px;
    left: 40vw;
  }
}
@media only screen and (max-width: 500px) {
  .jobs header img {
    max-width: 420px;
    left: 45vw;
  }
}
@media only screen and (max-width: 440px) {
  .jobs header {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0,
      rgba(255, 255, 255, 1) 80%,
      rgba(121, 232, 250, 1) 80%,
      rgba(121, 232, 250, 1) 100%
    );
  }
}
@media only screen and (max-width: 420px) {
  .jobs header img {
    max-width: 380px;
    left: 22vw;
    top: 130vw;
  }
}
@media only screen and (max-width: 380px) {
  .jobs header img {
    max-width: 300px;
    left: 22vw;
    top: 130vw;
  }
}
.wrap.reading-wrap {
  max-width: 1024px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wrap.reading-wrap h2 {
  margin-bottom: 2rem;
  opacity: 0;
}
.jobs.job header {
  flex-direction: column;
  min-height: 40vh;
  padding: 8rem 0;
}
.jobs.job header h1 {
  margin-bottom: 1rem;
}
.jobs.job header h1,
.jobs.job header h2 {
  text-align: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .jobs.job header h1 {
    margin-bottom: 2rem;
  }
  .wrap.reading-wrap {
    max-width: 1024px;
  }
  .jobs.job header {
    min-height: 55vh;
  }
  .jobs.job header h1 {
    display: block;
    width: 100%;
  }
}
footer .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(100vh - 153px);
  text-align: center;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer li {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 24px;
}
footer a.link {
  font-family: acherus-light, Helvetica, Arial, sans-serif;
}
.legal {
  margin-top: 3rem;
}
.legal p, li {
  margin-bottom: 1rem;
}

.legal p.bold,
h3.bold {
  margin: 3rem 0 1rem;
}

.legal h3.-margin-top {
  margin-top: 1rem;
}

.legal span {
  font-weight: bold;
}
.legal + footer {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1920px) {
  footer li {
    font-size: 32px;
  }
}
footer li:last-child {
  margin-bottom: 0;
}
footer a {
  color: #080808;
  text-decoration: none;
}
footer small {
  margin-top: 2rem;
}
@media only screen and (min-width: 420px) {
  .wrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .channels p {
    max-width: 372px;
  }
}
@media only screen and (min-width: 1024px) {
  footer li {
    font-size: calc(24px + 8 * ((100vw - 1024px) / 896));
  }
  .channels .wrap::before {
    width: calc(100% - 60px);
  }
  section {
    padding: 50px 0;
  }
  .wrap {
    padding: 0 30px;
  }
  .partners .logo-container {
    flex-direction: row;
    margin-top: 0;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .partners img,
  .partners img:last-child {
    padding: 0;
  }
  .partners img:first-child {
    margin-left: 0;
  }
  .partners img:last-child {
    margin-right: 0;
  }
  .partners img {
    margin: 0 30px;
    max-width: 150px;
  }
  .channels .wrap,
  .contact .wrap {
    min-height: calc(100vh - 193px);
  }
  .channels .cogs {
    left: 30%;
  }
  .contact input,
  .contact textarea {
    max-width: none;
  }
  .contact .wrap {
    min-height: calc(100vh - 193px);
  }
  .partners p.bottom {
    left: 30px;
    bottom: 50px;
  }
  .contact input,
  .contact textarea {
    margin: 0 0 1rem;
  }
  .contact input {
    width: 48%;
  }
  .contact textarea {
    width: 100%;
  }
  .contact input[type="submit"] {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .data-science p {
    max-width: 240px;
  }
  .contact .wrap {
    min-height: calc(100vh - 193px);
  }
  .data-science-bg {
    background-image: url(../img/data-science-bg-big.jpg);
  }
  .demographics-bg {
    background-image: url(../img/demo-bg-big.jpg);
  }
  .partners-bg {
    background-image: url(../img/top-partner-bg-big.jpg);
  }
  .channels-bg {
    background-image: url(../img/channels-bg-big.jpg);
  }
  .contact-bg {
    background-image: url(../img/contact-bg-big.jpg);
  }
  footer small {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .partners img {
    max-width: 190px;
  }
}
@media screen and (min-width: 1600px) {
  .partners img {
    max-width: 220px;
  }
  .channels p {
    max-width: 432px;
  }
}
@media screen and (min-height: 1024px) and (min-width: 1024px) {
  .channels .wrap,
  .contact .wrap,
  .demographics .wrap,
  .partners .wrap,
  footer .wrap {
    min-height: calc(100vh - 193px);
  }
}
@media only screen and (min-width: 480px) and (max-width: 1025px) {
  .data-science {
    padding: 4rem 0 5rem;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  display: flex;
  flex-direction: column;
}
.close-button {
  background-color: #f06;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.4s ease;
  border: none;
  height: 40px;
  border-radius: 5px;
  width: 300px;
  align-self: center;
  margin-top: 15px;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
