/*
Theme Name: DTSP 2
Theme URI: 
Author: launchagent
Author URI: 56.digital
Description: Theme for death to the stock photo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 56
Tags:

*/

@font-face {
  font-family: 'nhg';
  font-weight: 500;
  font-style: normal;
  src: url("./assets/fonts/Neue-Haas-Grotesk-Regular.eot");
  src: url("./assets/fonts/Neue-Haas-Grotesk-Regular.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Neue-Haas-Grotesk-Regular.woff2") format("woff2"), url("./assets/fonts/Neue-Haas-Grotesk-Regular.woff") format("woff");
}

@font-face {
  font-family: 'adieu';
  font-weight: 400;
  font-style: normal;
  src: url("./assets/fonts/Adieu-Light.eot");
  src: url("./assets/fonts/Adieu-Light.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Adieu-Light.woff2") format("woff2"), url("./assets/fonts/Adieu-Light.woff") format("woff");
}

@font-face {
  font-family: 'adieu';
  font-weight: 800;
  font-style: normal;
  src: url("./assets/fonts/Adieu-Black.eot");
  src: url("./assets/fonts/Adieu-Black.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Adieu-Black.woff2") format("woff2"), url("./assets/fonts/Adieu-Black.woff") format("woff");
}

body {
  font-family: "nhg", "Helvetica Neue", sans-serif;
}

h1,
h1 p,
h2,
h2 p,
h3,
h4 {
  font-family: "adieu", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1,
h1 p {
  font-size: 46px;
  line-height: 47px;
}

h2,
h2 p {
  font-size: 35px;
  line-height: 40px;
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-size: 10px;
  line-height: 15px;
  font-weight: 800;
}

h5 {
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-size: 30px;
  line-height: 35px;
}

p {
  text-transform: none;
  text-align: left;
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

p b,
p strong {
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-weight: normal;
  letter-spacing: -0.5px;
}

.button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14%, rgba(255, 255, 255, 0.6)), color-stop(78%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#5be79b), to(#7400e9));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) -14%, rgba(255, 255, 255, 0) 78%), linear-gradient(90deg, #5be79b 0%, #7400e9 100%);
  border-radius: 40px;
  color: #ffffff;
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 12px 24px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.button:hover {
  color: #ffffff;
}

.vid-resp {
  padding: 56.5% 0 0 0;
  position: relative;
}

.vid-resp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.num {
  margin-bottom: 76px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  z-index: 99;
}

header a.subscribe,
header a.signin {
  width: 60px;
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #000;
  text-align: right;
  float: right;
  margin: 0 10px;
  width: auto;
}

header a.logo {
  float: left;
}

header a.logo img.full {
  display: none;
}

header a.logo img.cond {
  display: block;
}

header a.logo .white {
  display: none;
}

header a.logo .black {
  display: block;
}

header.home a.subscribe,
header.home a.signin {
  color: #ffffff;
}

header.home a .white {
  display: block;
}

header.home a .black {
  display: none;
}

.hero {
  background: #000;
  overflow: auto;
}

.hero .left {
  padding: 120px 20px 56px;
  position: relative;
}

.hero .left h1 {
  color: #ffffff;
  margin: 0 0 60px;
  max-width: 530px;
}

.hero .left p {
  color: #ffffff;
  margin: 0 0 40px;
  max-width: 530px;
}

.hero .left .teams {
  margin-top: 50px;
}

.hero .left .teams h4 {
  color: #ffffff;
  margin-bottom: 24px;
}

.hero .left .teams .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
}

.hero .left .teams .logos img {
  margin: 0 8px 10px;
  max-width: 80px;
  max-height: 22px;
}

.hero .right {
  position: relative;
  height: 232px;
  background: #ffffff;
}

.hero .right .grid-animation .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .right .grid-animation .slide .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.hero .right .grid-animation .slide .row.bottom {
  display: none;
}

.hero .right .grid-animation .slide .row .img-tl,
.hero .right .grid-animation .slide .row .img-br {
  width: 50%;
  height: 100%;
}

.hero .right .grid-animation .slide .row .img-tl .image,
.hero .right .grid-animation .slide .row .img-br .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.hero .right .grid-animation .slide .row .vid-tr,
.hero .right .grid-animation .slide .row .vid-bl {
  width: 50%;
  padding: 20px;
}

.hero .right .grid-animation .slide .row .img-tl .vid-resp,
.hero .right .grid-animation .slide .row .img-tl .image,
.hero .right .grid-animation .slide .row .vid-tr .vid-resp,
.hero .right .grid-animation .slide .row .vid-tr .image,
.hero .right .grid-animation .slide .row .img-br .vid-resp,
.hero .right .grid-animation .slide .row .img-br .image,
.hero .right .grid-animation .slide .row .vid-bl .vid-resp,
.hero .right .grid-animation .slide .row .vid-bl .image {
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  opacity: 0;
  will-change: opacity;
}

.hero .right .grid-animation .slide .row .img-tl.active .vid-resp,
.hero .right .grid-animation .slide .row .img-tl.active .image,
.hero .right .grid-animation .slide .row .vid-tr.active .vid-resp,
.hero .right .grid-animation .slide .row .vid-tr.active .image,
.hero .right .grid-animation .slide .row .img-br.active .vid-resp,
.hero .right .grid-animation .slide .row .img-br.active .image,
.hero .right .grid-animation .slide .row .vid-bl.active .vid-resp,
.hero .right .grid-animation .slide .row .vid-bl.active .image {
  opacity: 1;
}

.intro .left {
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.intro .right {
  background: #FF3E00;
  padding: 60px 40px;
}

.intro .right h5 {
  color: #ffffff;
}

.benefit-1 .left {
  background: #fff;
  position: relative;
  height: 400px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefit-1 .left .carousel-wrap {
  height: 0;
  position: relative;
  padding: 60% 0 0 0;
  width: 100%;
}

.benefit-1 .left .carousel-wrap .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40%;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.benefit-1 .left .carousel-wrap .carousel.sliding {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.benefit-1 .left .carousel-wrap .carousel .slide {
  opacity: 1;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.benefit-1 .left .carousel-wrap .carousel .slide.active {
  opacity: 1;
}

.benefit-1 .left .carousel-wrap .carousel .slide .frame {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 0;
  padding-bottom: 85.27%;
  border: 1px solid #000;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.benefit-1 .left .carousel-wrap .carousel .slide .frame .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.benefit-1 .left .carousel-wrap .carousel .slide .frame .stamp {
  z-index: 2;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  position: absolute;
  will-change: transform, opacity;
  width: 80px;
  height: 80px;
  background: #FF3E00;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 12px;
  top: 38px;
  right: 15px;
}

.benefit-1 .left .carousel-wrap .carousel .slide .frame .stamp.active {
  -webkit-animation: stamp 0.13s ease-in forwards 0.4s;
  animation: stamp 0.13s ease-in forwards 0.4s;
}

@-webkit-keyframes stamp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  66% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes stamp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  66% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.benefit-1 .left .carousel-wrap .carousel .slide .image-info {
  border: 1px solid #000;
  border-top-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.benefit-1 .left .carousel-wrap .carousel .slide .image-info h3,
.benefit-1 .left .carousel-wrap .carousel .slide .image-info p {
  color: #000;
  font-family: "nhg", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
}

.benefit-1 .right {
  background: #000;
  position: relative;
  color: #ffffff;
  padding: 60px 40px;
}

.benefit-1 .right .inner h3 {
  margin-bottom: 70px;
}

.benefit-2 {
  background: #000;
  padding-bottom: 60px;
}

.benefit-2 .left {
  background: #000;
  position: relative;
  color: #ffffff;
  padding: 60px 40px;
}

.benefit-2 .left .inner h3 {
  margin-bottom: 70px;
}

.benefit-2 .right {
  position: relative;
  height: 484px;
  overflow: hidden;
}

.benefit-2 .right .timer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefit-2 .right .timer:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 110px;
  height: 110px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.benefit-2 .right .timer .chart {
  position: absolute;
  top: -5px;
  padding: 0;
  margin: 0;
  left: -5px;
}

.benefit-2 .right .timer .chart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.benefit-2 .right .timer .chart svg .outer {
  stroke: #fff;
  stroke-width: 5;
  stroke-dasharray: 327;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  fill: transparent;
  stroke-dashoffset: 981;
  -webkit-animation: timer 4s infinite linear;
  animation: timer 4s infinite linear;
  will-change: stroke-dashoffset;
}

.benefit-2 .right .timer p {
  color: #fff;
  font-family: "nhg", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  width: 100px;
}

.benefit-2 .right .grid-animation .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.benefit-2 .right .grid-animation .slide .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50%;
}

.benefit-2 .right .grid-animation .slide .row .frame {
  width: 46%;
  height: 100%;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.benefit-2 .right .grid-animation .slide .row .frame .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.benefit-2 .right .grid-animation .slide .row .img-tr,
.benefit-2 .right .grid-animation .slide .row .img-bl {
  padding: 14px;
  height: 100%;
}

.benefit-2 .right .grid-animation .slide .row .img-tr .image,
.benefit-2 .right .grid-animation .slide .row .img-bl .image {
  height: 0;
  padding-bottom: 60%;
  top: 50%;
  margin-top: -30%;
}

.benefit-2 .right .grid-animation .slide .row .img-tl .image {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  top: 0;
  left: 0;
}

.benefit-2 .right .grid-animation .slide .row .img-tr {
  margin-left: 8%;
}

.benefit-2 .right .grid-animation .slide .row .img-tr .image {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  top: 50%;
  right: 0;
}

.benefit-2 .right .grid-animation .slide .row .img-bl {
  margin-right: 8%;
}

.benefit-2 .right .grid-animation .slide .row .img-bl .image {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  -webkit-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  top: 50%;
  left: 0;
}

.benefit-2 .right .grid-animation .slide .row .img-br .image {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  -webkit-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  bottom: 0;
  right: 0;
}

.benefit-2 .right .grid-animation .slide.active .row .frame.img-tl .image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.benefit-2 .right .grid-animation .slide.active .row .frame.img-tr .image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.benefit-2 .right .grid-animation .slide.active .row .frame.img-bl .image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.benefit-2 .right .grid-animation .slide.active .row .frame.img-br .image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.benefit-2 .right .grid-animation .slide.active .row .frame .image {
  opacity: 1;
}

.benefit-3 {
  background: #000000;
}

.benefit-3 .left {
  padding: 20px 20px 60px;
  text-align: center;
}

.benefit-3 .left .scrolling-animation {
  width: 100%;
  max-width: 541px;
}

.benefit-3 .left .scrolling-animation .search-box {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  background-image: url("assets/images/animation-search-box.svg");
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.benefit-3 .left .scrolling-animation .search-box .text {
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.benefit-3 .left .scrolling-animation .search-box .text .st {
  display: none;
}

.benefit-3 .left .scrolling-animation .search-box .text .inner {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  padding: 11px 15px;
  position: relative;
  display: inline-block;
}

.benefit-3 .left .scrolling-animation .search-box .text .inner span {
  border-right: 0.05em solid;
  -webkit-animation: caret 1s steps(1) infinite;
  animation: caret 1s steps(1) infinite;
  padding-left: 1px;
}

@-webkit-keyframes caret {
  50% {
    border-color: transparent;
  }
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.benefit-3 .left .scrolling-animation .laptop {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}

.benefit-3 .left .scrolling-animation .laptop:after {
  content: '';
  background-image: url("assets/images/animation-latop-overlay.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.benefit-3 .left .scrolling-animation .laptop .inner {
  width: 63%;
  position: absolute;
  height: 74.55%;
  overflow: hidden;
  top: 10.5%;
  left: 16%;
  z-index: 1;
}

.benefit-3 .left .scrolling-animation .laptop .inner .grid {
  width: 100%;
  padding-top: 3.4%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 4.2s ease;
  -webkit-transition: -webkit-transform 4.2s ease;
  transition: -webkit-transform 4.2s ease;
  transition: transform 4.2s ease;
  transition: transform 4.2s ease, -webkit-transform 4.2s ease;
}

.benefit-3 .left .scrolling-animation .laptop .inner .grid.visible {
  opacity: 1;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.benefit-3 .left .scrolling-animation .laptop .inner .grid img {
  width: 100%;
}

.benefit-3 .right {
  padding: 60px 40px;
  position: relative;
  color: #ffffff;
}

.benefit-3 .right .inner h3 {
  margin-bottom: 70px;
}

.benefit-4 {
  background: #000;
}

.benefit-4 .left {
  padding: 60px 40px;
  color: #ffffff;
  padding: 60px 40px;
}

.benefit-4 .left .inner h3 {
  margin-bottom: 70px;
}

.benefit-4 .right {
  padding-bottom: 0 40px 60px;
}

.benefit-4 .right .video-embed {
  width: 100%;
}

.options {
  background: #fff;
  position: relative;
  overflow: auto;
  padding: 60px 40px;
}

.options .signup-anchor {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1px;
}

.options h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 60px;
}

.options .row .option {
  margin: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.options .row .option .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
}

.options .row .option .text-wrap {
  margin: 0 0 30px;
}

.options .row .option .text-wrap p {
  font-size: 14px;
  line-height: 19px;
}

.options .row .option .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 230px;
  margin: 0 auto 40px;
}

.options .row .option .price-wrap .val {
  font-size: 30px;
  line-height: 35px;
  margin-right: 10px;
}

.options .row .option .price-wrap .sub {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 4px;
}

.options .refund-copy {
  width: 100%;
  margin: 0 auto 48px;
  text-align: center;
}

.package-basics {
  background: #000;
  clear: both;
  padding: 70px 40px;
}

.package-basics .row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.package-basics .row .left,
.package-basics .row .right {
  height: auto;
}

.package-basics .row .left h2 {
  margin: 0 auto 40px;
  color: #ffffff;
}

.package-basics .row .right ul.package-list {
  list-style: none;
  margin: 8px auto 16px;
  width: 100%;
  max-width: 370px;
}

.package-basics .row .right ul.package-list li {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.package-basics .row .right ul.package-list li:before {
  content: '+';
  color: #FF3E00;
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 18px;
  vertical-align: top;
  display: inline-block;
}

.license {
  background: #FF3E00;
  clear: both;
  padding: 60px 40px;
}

.license .row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.license .row .left,
.license .row .right {
  height: auto;
  display: block;
  float: none;
}

.license .row .left {
  padding: 20px 0 0;
  color: #ffffff;
}

.license .row .left h2 p a {
  color: #000;
}

.license .row .right {
  color: #ffffff;
}

.rel .left {
  background: #000;
}

.rel .left .top {
  padding: 50px 0;
}

.rel .left .top h2 {
  color: #ffffff;
  margin-bottom: 30px;
  padding: 0 40px;
  text-align: left;
  width: 100%;
}

.rel .left .top .people-like-us {
  overflow: hidden;
  width: 100%;
}

.rel .left .top .people-like-us .tweet-row {
  width: 210%;
  overflow: auto;
}

.rel .left .top .people-like-us .tweet-row.scroll-left {
  margin-bottom: 40px;
  will-change: margin-left;
}

.rel .left .top .people-like-us .tweet-row.scroll-right {
  margin-left: -110%;
  will-change: margin-left;
}

.rel .left .top .people-like-us .tweet-row .tweet {
  float: left;
  width: 33.3333333%;
  padding: 0 10px;
  will-change: opacity;
}

.rel .left .top .people-like-us .tweet-row .tweet.active {
  opacity: 1;
}

.rel .left .top .people-like-us .tweet-row .tweet.pending {
  opacity: 0.5;
}

.rel .left .top .people-like-us .tweet-row .tweet.inactive {
  opacity: 0;
}

.rel .left .top .people-like-us .tweet-row .tweet .inner {
  width: 100%;
  text-align: center;
}

.rel .left .top .people-like-us .tweet-row .tweet .inner img {
  width: 100%;
  height: auto;
  max-width: 369px;
}

.rel .left .top .people-like-us .tweet-row .hidden {
  display: none;
}

.rel .left .bottom h2 {
  color: #ffffff;
  margin-bottom: 60px;
  padding: 0 40px;
  width: 100%;
}

.rel .left .bottom .teams-logo-grid {
  overflow: auto;
  margin-bottom: 60px;
  display: inline-block;
  padding: 0 40px;
}

.rel .left .bottom .teams-logo-grid img {
  max-width: 430px;
  width: 100%;
}

.rel .right .top {
  background: #FFD8CC;
  padding: 60px 40px;
}

.rel .right .top h2 {
  margin-bottom: 50px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.rel .right .top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rel .right .top .inner h3 p {
  display: inline-block;
  font-family: "nhg", "Helvetica Neue", sans-serif;
  margin-bottom: 60px;
  letter-spacing: normal;
}

.rel .right .top .inner h3 p b,
.rel .right .top .inner h3 p strong {
  color: #FF3E00;
  letter-spacing: normal;
  font-size: 18px;
}

.rel .right .top .inner .button {
  background: #000000;
}

.rel .right .bottom {
  background: #FFB299;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 60px 0;
}

.rel .right .bottom h2 {
  padding: 0 40px;
  margin-bottom: 60px;
  width: 100%;
}

.rel .right .bottom .faq-grid {
  overflow: visible;
  max-width: 1100px;
  width: 176%;
}

.rel .right .bottom .faq-grid .inner {
  width: 100%;
  overflow: auto;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  margin-left: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
}

.rel .right .bottom .faq-grid .inner.active {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rel .right .bottom .faq-grid .inner.active .answers li.active {
  z-index: 2;
}

.rel .right .bottom .faq-grid .inner.active .answers li p {
  font-size: 14px;
}

.rel .right .bottom .faq-grid .inner.active .answers li p a {
  color: #FF3E00;
}

.rel .right .bottom .faq-grid .inner.active .answers .back {
  opacity: 1;
  z-index: 3;
}

.rel .right .bottom .faq-grid .inner ul {
  list-style: none;
  width: 50%;
  margin: 0;
  float: left;
  text-align: left;
  padding: 0 20px;
}

.rel .right .bottom .faq-grid .inner ul li {
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-transform: none;
  line-height: 19px;
  padding: 16px 15px;
  border: 1px solid #FF3E00;
}

.rel .right .bottom .faq-grid .inner ul.questions li {
  border-bottom-width: 0;
  cursor: pointer;
  background-position: center right 10px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.rel .right .bottom .faq-grid .inner ul.questions li:last-child {
  border-bottom-width: 1px;
}

.rel .right .bottom .faq-grid .inner ul.questions li.active {
  background-image: url("assets/images/faq-arrow.svg");
}

.rel .right .bottom .faq-grid .inner ul.answers {
  position: relative;
}

.rel .right .bottom .faq-grid .inner ul.answers li {
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 20px;
  padding: 20px 20px 20px 55px;
  width: calc(100% - 40px);
  overflow: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.rel .right .bottom .faq-grid .inner ul.answers li.active {
  opacity: 1;
}

.rel .right .bottom .faq-grid .inner ul.answers .back {
  background-image: url("assets/images/faq-arrow.svg");
  width: 60px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 13px;
  top: 0;
  left: 20px;
  opacity: 0;
  cursor: pointer;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.email {
  clear: both;
  background-image: url("assets/images/email-signup-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 40px;
}

.email .row {
  z-index: 2;
  position: relative;
}

.email .row h2 {
  color: #ffffff;
  margin-bottom: 30px;
}

.email .row p {
  color: #ffffff;
  max-width: 420px;
  margin: 0 auto 50px;
}

.email .row p.subtext {
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}

.email .row p b {
  text-transform: uppercase;
}

.email .row form {
  max-width: 494px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.email .row form input[type='email'] {
  background-color: rgba(255, 62, 0, 0.6);
  color: #ffffff;
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  padding: 12px 20px;
  width: 100%;
  margin-bottom: 40px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.email .row form input[type='email']::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.email .row form input[type='email']::-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.email .row form input[type='email']::placeholder {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.email .row form input[type='email']:focus {
  background-color: rgba(255, 62, 0, 0.5);
}

.email .row form input[type='email']:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.email .row form input[type='email']:focus::-ms-input-placeholder {
  opacity: 0.5;
}

.email .row form input[type='email']:focus::placeholder {
  opacity: 0.5;
}

.email .row form .button {
  text-transform: uppercase;
  font-family: "nhg", "Helvetica Neue", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 46px;
  cursor: pointer;
  background: #ffffff;
  color: #000000;
}

.email .row form .button:hover {
  color: #000000;
}

.email .row h4 {
  color: #ffffff;
  text-align: center;
}

.email .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

footer {
  background-color: #000000;
  padding: 30px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

footer .left-col .col,
footer .right-col .col {
  color: #ffffff;
  margin-bottom: 20px;
  padding-right: 10px;
}

footer .left-col .col.explore,
footer .right-col .col.explore {
  display: none;
}

footer .left-col .col a,
footer .right-col .col a {
  color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}

footer .left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
}

footer .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer .logo {
  color: #ffffff;
  text-align: left;
  margin-bottom: 30px;
}

footer .logo p {
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

.page {
  padding: 0 40px;
}

.page a.back {
  color: #FF3E00;
  position: fixed;
  top: 140px;
  left: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.page a.back.fixed {
  top: 40px;
}

.page a.back img {
  margin-right: 12px;
  margin-top: -2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.page .row {
  padding: 110px 0;
}

.page .row:focus {
  outline: none;
}

.page .row .heading {
  margin-bottom: 60px;
  text-align: center;
}

.page .row .heading p {
  text-align: center;
}

.page .row .heading p a {
  color: #FF3E00;
}

.page .row p {
  font-size: 14px;
  line-height: 18px;
}

.page .row p b {
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: normal;
}

.page .row .link-wrap {
  text-align: center;
  margin-top: 60px;
}

.page .row .link-wrap a.top {
  display: inline-block;
  color: #FF3E00;
  font-size: 20px;
  position: relative;
}

.page .row .link-wrap a.top:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #FF3E00;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.mailchimp.confirm .hero .row h1 {
  text-align: center;
}

.mailchimp.confirm .hero .row h3 {
  max-width: 1200px;
  text-align: center;
}

.mailchimp .button {
  position: relative;
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  transform: rotate(0);
  display: inline-block;
  float: none;
  right: auto;
  top: auto;
  padding: 10px 26px;
  border: none;
}

.mailchimp .hero {
  background: #ffffff;
}

.mailchimp .hero .row {
  padding: 100px 0 50px;
  width: 100%;
}

.mailchimp .hero .row h2,
.mailchimp .hero .row h3 {
  padding: 0 20px;
}

.mailchimp .hero .row .benefit-2 {
  background-color: #000;
  padding: 60px;
  margin: 40px 0;
}

.mailchimp .hero .row .benefit-2 .right {
  background: transparent;
}

.mailchimp .hero .row .benefit-2 .right .grid-animation {
  max-width: 100%;
  max-height: 100%;
}

.mailchimp .hero .row .benefit-2 .right .grid-animation .slide .row {
  padding: 0;
}

.mailchimp .hero .row .benefit-2 .right .grid-animation .slide .row.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mailchimp .hero .row .benefit-2 .right .timer p {
  width: 90px;
}

.mailchimp .hero .row .email-signup {
  padding: 50px 20px;
}

.mailchimp .hero .row .email-signup p {
  text-align: center;
  margin-bottom: 20px;
}

.mailchimp .hero .row .email-signup form {
  text-align: center;
}

.mailchimp .hero .row .email-signup form input {
  width: 100%;
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #FF3E00;
  letter-spacing: 0.3px;
  background-color: transparent;
  border-bottom: 1px solid #FF3E00;
  padding: 8px 15px;
}

.mailchimp .hero .row .email-signup form input::-webkit-input-placeholder {
  color: #FF3E00;
}

.mailchimp .hero .row .email-signup form input::-ms-input-placeholder {
  color: #FF3E00;
}

.mailchimp .hero .row .email-signup form input::placeholder {
  color: #FF3E00;
}

.mailchimp .hero .row .email-signup form .button {
  font-family: "nhg", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  cursor: pointer;
}

.mailchimp .content {
  overflow: auto;
}

.mailchimp .content .button {
  font-size: 14px;
}

.mailchimp .content .left {
  padding: 40px 30px;
  background-color: #E7DEE3;
  text-align: center;
}

.mailchimp .content .left img {
  margin-top: 20px;
  width: 100%;
}

.mailchimp .content .right {
  text-align: center;
  padding: 40px 30px;
  background-color: #CCADB4;
  text-align: center;
}

.mailchimp .content .right .button {
  margin-top: 40px;
}

.mailchimp .social-share {
  background-color: #DEE5E7;
  padding: 40px 30px;
}

.mailchimp .social-share h2 {
  text-align: center;
}

.mailchimp .social-share .row {
  text-align: center;
}

.mailchimp .social-share .row p {
  text-align: center;
  margin-bottom: 30px;
}

.mailchimp .social-share .row .share-links .button {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
}

.mailchimp .social-community {
  background: #000000;
  padding: 40px 30px;
}

.mailchimp .social-community h2 {
  text-align: center;
}

.mailchimp .social-community .row {
  overflow: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.mailchimp .social-community .row h2 {
  color: #ffffff;
}

.mailchimp .social-community .row .social-links {
  margin-top: 20px;
}

.mailchimp .social-community .row .social-links .link-wrap {
  width: 100%;
  display: block;
  text-align: center;
  padding: 14px;
}

.mailchimp .social-community .row .social-links .link-wrap p {
  color: #ffffff;
  text-align: center;
  max-width: 220px;
  margin: 20px auto;
}

.mailchimp .social-community .row .social-links .link-wrap p a {
  color: #FF3E00;
}

.mailchimp .social-community .row .social-links .link-wrap svg g,
.mailchimp .social-community .row .social-links .link-wrap svg path {
  -webkit-transition: fill 0.1s ease-out;
  transition: fill 0.1s ease-out;
}

.mailchimp .quote .bg {
  background-size: cover;
  background-position: center;
  background-color: #000;
}

.mailchimp .quote .bg .row {
  padding: 40px 20px;
}

.mailchimp .quote .bg .row h2 {
  color: #ffffff;
  margin: 0;
}

.official-license-page {
  padding-top: 100px;
}

.official-license-page a.back {
  color: #FF3E00;
  position: fixed;
  top: 140px;
  left: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.official-license-page a.back.fixed {
  top: 40px;
}

.official-license-page a.back img {
  margin-right: 12px;
  margin-top: -2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.official-license-page h1 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 40px;
}

.official-license-page h2 {
  font-size: 30px;
  margin: 0 0 65px;
}

.official-license-page h3,
.official-license-page h3 p,
.official-license-page h3 p strong {
  font-family: "nhg", "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0;
}

.official-license-page p a {
  color: #FF3E00;
}

.official-license-page .wrapper p,
.official-license-page .wrapper strong {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
}

.official-license-page .wrapper .intro {
  max-width: 670px;
  margin: 0 auto 60px;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.official-license-page .wrapper .content .point {
  margin-top: 40px;
}

.official-license-page .wrapper .content .point.loop-0 .intro {
  margin-bottom: 40px;
}

.official-license-page .wrapper .content .point.loop-0 .sub-points .section {
  padding: 40px 0 20px;
}

.official-license-page .wrapper .content .point.loop-0 .sub-points .section .inner .content {
  margin: 20px 0;
}

.official-license-page .wrapper .content .point .intro,
.official-license-page .wrapper .content .point .closing-text {
  max-width: 670px;
  margin: 0 auto 20px;
  padding: 0 20px;
}

.official-license-page .wrapper .content .point .intro.short,
.official-license-page .wrapper .content .point .closing-text.short {
  margin-bottom: 0;
}

.official-license-page .wrapper .content .point .intro h3,
.official-license-page .wrapper .content .point .closing-text h3 {
  text-align: left;
  position: relative;
  display: inline-block;
  margin: 0 0 25px;
}

.official-license-page .wrapper .content .point .intro h3 p,
.official-license-page .wrapper .content .point .closing-text h3 p {
  line-height: 30px;
  display: inline-block;
}

.official-license-page .wrapper .content .point .intro h3:after,
.official-license-page .wrapper .content .point .closing-text h3:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.official-license-page .wrapper .content .point .intro p,
.official-license-page .wrapper .content .point .closing-text p {
  text-align: left;
  margin: 0;
}

.official-license-page .wrapper .content .point .sub-points .section.dark h3,
.official-license-page .wrapper .content .point .sub-points .section.dark p {
  color: #ffffff;
}

.official-license-page .wrapper .content .point .sub-points .section .inner {
  max-width: 670px;
  margin: 0 auto;
  padding: 0 20px;
}

.official-license-page .wrapper .content .point .sub-points .section .inner.inset {
  padding-left: 40px;
}

.official-license-page .wrapper .content .point .sub-points .section .inner.inset.wrap {
  margin-bottom: 0;
}

.official-license-page .wrapper .content .point .sub-points .section .inner.wrap {
  margin-bottom: 20px;
}

.official-license-page .wrapper .content .point .sub-points .section .inner.wrap h3 {
  display: inline-block;
}

.official-license-page .wrapper .content .point .sub-points .section .inner.wrap h3 p {
  display: inline-block;
}

.official-license-page .wrapper .content .point .sub-points .section .inner.wrap .content {
  display: inline;
}

.official-license-page .wrapper .content .point .sub-points .section .inner.wrap .content p {
  display: inline;
}

.official-license-page .wrapper .content .point .sub-points .section .inner h3 p strong {
  color: #FF3E00;
}

.official-license-page .wrapper .content .point .sub-points .section .inner .content p {
  margin: 0;
}

.official-license-page .wrapper .content .point .sub-points .section .inner .content.inset {
  padding-left: 40px;
}

.official-license-page .wrapper .content .point .closing-text {
  margin-bottom: 0;
}

.official-license-page .wrapper .closing-text {
  max-width: 670px;
  margin: 100px auto 120px;
}

.official-license-page .wrapper .closing-text p {
  text-align: center;
}

@media (min-width: 375px) {
  .page {
    padding: 0 55px;
  }
}

@media (min-width: 768px) {
  h1,
  h1 p {
    font-size: 70px;
    line-height: 70px;
  }

  h2,
  h2 p {
    font-size: 40px;
    line-height: 45px;
  }

  p b,
  p strong {
    font-size: 16px;
    letter-spacing: -0.1px;
  }

  .left,
  .right {
    width: 50%;
    height: 768px;
  }

  header {
    display: block;
    padding: 40px 40px 0;
  }

  header a.subscribe,
  header a.signin {
    margin: 0 0 0 37px;
    color: #000000;
  }

  header a.logo img.full {
    display: block;
  }

  header a.logo img.cond {
    display: none;
  }

  header.home a.subscribe,
  header.home a.signin {
    color: #000000;
  }

  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero .left {
    padding: 140px 40px;
  }

  .hero .left .teams {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 40px 40px;
    display: none;
  }

  .hero .left .teams .logos {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero .left .teams .logos img {
    margin: 0 4px;
  }

  .hero .right {
    height: 768px;
  }

  .hero .right .grid-animation {
    position: relative;
    height: 100%;
    display: inline-block;
    width: 100%;
  }

  .hero .right .grid-animation .slide .row {
    height: 50%;
  }

  .hero .right .grid-animation .slide .row.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero .right .grid-animation .slide .row .vid-tr,
  .hero .right .grid-animation .slide .row .vid-bl {
    padding: 5%;
  }

  .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .intro .left h1 {
    max-width: 468px;
  }

  .intro .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefit-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .benefit-1 .left {
    height: 768px;
  }

  .benefit-1 .left .carousel-wrap .carousel .slide {
    padding: 0 20px;
  }

  .benefit-1 .left .carousel-wrap .carousel .slide .image-info {
    padding: 13px 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .benefit-1 .right {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefit-1 .right .inner {
    max-width: 370px;
  }

  .benefit-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }

  .benefit-2 .left {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefit-2 .left .inner {
    max-width: 370px;
  }

  .benefit-2 .right {
    height: 768px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefit-2 .right .grid-animation {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-height: 80%;
  }

  .benefit-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .benefit-3 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefit-3 .right {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefit-3 .right .inner {
    max-width: 370px;
  }

  .benefit-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .benefit-4 .left {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefit-4 .left .inner {
    max-width: 370px;
  }

  .benefit-4 .right {
    padding: 0 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .options {
    padding: 40px;
  }

  .options h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 100px;
  }

  .options .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .options .row .option {
    width: 33.333%;
    padding: 0 20px;
  }

  .options .row .option .image-wrap {
    height: 188px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .options .row .option .text-wrap {
    height: 130px;
    margin: 0;
  }

  .options .refund-copy {
    margin-bottom: 60px;
  }

  .package-basics {
    padding: 40px 0;
  }

  .package-basics .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .package-basics .row .left,
  .package-basics .row .right {
    padding: 0 40px;
  }

  .package-basics .row .left h2 {
    max-width: 530px;
    margin: 0;
  }

  .package-basics .row .right ul.package-list {
    padding: 86px 0;
  }

  .license {
    padding: 40px 0;
    display: block;
  }

  .license .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .license .row .left,
  .license .row .right {
    padding: 0 40px;
  }

  .license .row .left h2 {
    max-width: 520px;
  }

  .license .row .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .license .row .right p {
    max-width: 370px;
  }

  .rel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rel .left,
  .rel .right {
    height: 1536px;
  }

  .rel .left .top,
  .rel .left .bottom,
  .rel .right .top,
  .rel .right .bottom {
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .rel .left .top {
    padding: 40px 0;
  }

  .rel .left .top h2 {
    margin-bottom: 120px;
  }

  .rel .left .bottom {
    padding: 40px;
  }

  .rel .left .bottom h2 {
    padding: 0;
    margin-bottom: 120px;
  }

  .rel .left .bottom .teams-logo-grid {
    margin-bottom: 147px;
    padding: 0 20px;
  }

  .rel .right .top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 40px;
  }

  .rel .right .top h2 {
    width: 100%;
    margin-bottom: 160px;
  }

  .rel .right .top .inner {
    max-width: 370px;
  }

  .rel .right .bottom {
    padding: 40px 0;
  }

  .rel .right .bottom h2 {
    margin-bottom: 80px;
  }

  .rel .right .bottom .faq-grid {
    width: 170%;
  }

  .email {
    padding: 40px;
  }

  .email .row {
    padding: 0;
    margin-bottom: 140px;
  }

  .email .row h2 {
    margin-bottom: 110px;
  }

  .email .row p {
    margin-bottom: 75px;
  }

  .email .row form input[type='email'] {
    margin-bottom: 60px;
  }

  .email .row h4 {
    max-width: 340px;
    margin: 0 auto;
  }

  footer .left-col .col,
  footer .right-col .col {
    padding-right: 50px;
  }

  footer .left-col .col.explore,
  footer .right-col .col.explore {
    display: block;
  }

  .page .row {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 130px;
  }

  .page .row .heading h1 {
    font-size: 40px;
    margin-bottom: 0;
  }

  .mailchimp .button {
    background: #FF3E00;
    color: #ffffff;
  }

  .mailchimp .hero .row {
    padding: 140px 0 77px;
  }

  .mailchimp .hero .row h1 {
    max-width: 1200px;
    margin: 0 auto;
  }

  .mailchimp .hero .row h3 {
    max-width: 540px;
    margin: 0 auto;
    margin-top: 65px;
  }

  .mailchimp .hero .row .benefit-2 {
    margin: 80px 0;
  }

  .mailchimp .hero .row .benefit-2 .right {
    margin: 0 auto;
    float: none;
    width: 450px;
    height: 540px;
    overflow: hidden;
  }

  .mailchimp .hero .row .email-signup form input {
    max-width: 310px;
    display: inline-block;
    margin-right: 23px;
  }

  .mailchimp .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mailchimp .content .left,
  .mailchimp .content .right {
    height: 407px;
  }

  .mailchimp .content .left img {
    max-width: 510px;
  }

  .mailchimp .content .right h3 {
    max-width: 430px;
    margin: 0 auto;
  }

  .mailchimp .social-share {
    padding: 74px 30px 80px;
  }

  .mailchimp .social-share .row p {
    max-width: 446px;
    margin: 26px auto 0;
  }

  .mailchimp .social-share .row .share-links {
    margin-top: 36px;
  }

  .mailchimp .social-share .row .share-links .button {
    margin: 0 40px;
  }

  .mailchimp .social-community {
    padding: 74px 30px 75px;
  }

  .mailchimp .social-community .row .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
  }

  .mailchimp .quote .bg .row {
    padding: 120px 20px;
  }

  .mailchimp .quote .bg .row h2 {
    max-width: 680px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  header {
    padding: 40px;
  }

  .hero .left .teams {
    display: block;
  }

  .intro .right h5 {
    max-width: 500px;
  }

  .benefit-1 .left .carousel-wrap .carousel .slide .frame {
    min-width: 300px;
  }

  .options .row .option .price-wrap {
    height: 50px;
  }

  .rel .right .bottom .faq-grid .inner.active .questions li {
    cursor: default;
  }

  .rel .right .bottom .faq-grid .inner.active .questions li:hover {
    background-color: transparent;
    color: #000;
  }

  .rel .right .bottom .faq-grid .inner.active .answers .back:hover {
    opacity: 0.7;
  }

  .rel .right .bottom .faq-grid .inner ul.questions li:hover {
    background-color: #FF3E00;
    color: #fff;
  }

  footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 40px 70px;
  }

  footer .left-col .col a,
  footer .right-col .col a {
    margin-top: 15px;
  }

  footer .left-col .col a:hover,
  footer .right-col .col a:hover {
    color: #FF3E00;
  }

  footer .left-col {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  footer .right-col {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer .logo {
    width: auto;
    text-align: right;
  }

  footer .logo p {
    text-align: right;
  }

  .page a {
    -webkit-transition: box-shadow 0.2s ease-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    border-radius: 3px;
  }

  .page a:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 62, 0, 0.4);
    box-shadow: 0 0 0 2px rgba(255, 62, 0, 0.4);
  }

  .page a.back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page a.back:hover {
    left: 36px;
  }

  .page a.back:hover img {
    margin-right: 16px;
  }

  .page .row .link-wrap a.top:hover:after {
    bottom: -2px;
  }

  .mailchimp .button {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }

  .mailchimp .button:hover {
    color: #ffffff;
    background-color: #000;
  }

  .mailchimp .social-community .row .social-links .link-wrap p a {
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }

  .mailchimp .social-community .row .social-links .link-wrap p a:hover {
    opacity: 0.85;
  }

  .mailchimp .social-community .row .social-links .link-wrap svg:hover g,
  .mailchimp .social-community .row .social-links .link-wrap svg:hover path {
    fill: #FF3E00;
  }

  .official-license-page {
    padding-top: 209px;
  }

  .official-license-page a {
    -webkit-transition: box-shadow 0.2s ease-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    border-radius: 3px;
  }

  .official-license-page a:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 62, 0, 0.4);
    box-shadow: 0 0 0 2px rgba(255, 62, 0, 0.4);
  }

  .official-license-page a.back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .official-license-page a.back:hover {
    left: 36px;
  }

  .official-license-page a.back:hover img {
    margin-right: 16px;
  }
}

@media (min-width: 2000px) {
  .left,
  .right {
    height: 1000px;
  }

  .hero .left {
    padding-top: 240px;
  }

  .hero .right {
    height: 1000px;
  }

  .hero .right .grid-animation .slide .row .vid-tr,
  .hero .right .grid-animation .slide .row .vid-bl {
    padding: 7%;
  }

  .benefit-1 .left {
    height: 1000px;
  }

  .benefit-1 .right {
    padding-top: 220px;
  }

  .benefit-2 .left {
    padding-top: 220px;
  }

  .benefit-2 .right {
    height: 1000px;
  }

  .benefit-3 .right {
    padding-top: 220px;
  }

  .benefit-4 .left {
    padding-top: 220px;
  }

  .options .row {
    max-width: 1260px;
    margin: 0 auto;
  }

  .package-basics .row .right ul.package-list {
    margin: 8px 0 16px;
  }

  .license .row .right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}