@import url("https://fonts.googleapis.com/css?family=Work+Sans:300");
.page__container {
  color: #111;
  font-size: calc(13px + .25vw);
  line-height: 1.6; }
  .page__container h1,
  .page__container h2,
  .page__container h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    margin-top: 1.5em;
    padding: 0; }
  .page__container h1,
  .page__container h2 {
    font-size: 40px; }
  .page__container h3 {
    font-size: 28px; }
  .page__container p {
    color: #637381;
    line-height: 1.6;
    margin: 0;
    margin-top: 1em; }
  .page__container p a {
    color: #3ab795;
    text-decoration: underline; }
    .page__container p a:hover {
      color: #34a485; }
  .page__container p em {
    color: inherit;
    font-style: italic; }

section {
  border: 0;
  margin: 0;
  max-width: 100%; }

.carousel {
  overflow: hidden; }

.carousel__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s; }
  .carousel__slides.slide-2 {
    left: -100%; }
  .carousel__slides.slide-3 {
    left: -200%; }
  .carousel__slides.slide-4 {
    left: -300%; }
  .carousel__slides.slide-5 {
    left: -400%; }

.carousel__slide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  width: 100%; }
  .carousel__slide.is-active {
    opacity: 1; }

.carousel__ticker {
  margin-top: -24px;
  padding-bottom: 32px;
  position: relative;
  text-align: center; }

.carousel__tick {
  display: inline-block;
  cursor: pointer;
  padding: 4px; }
  .carousel__tick:first-child {
    margin: 0; }
  .carousel__tick::after {
    background: #a8b2bc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 8px; }
  .carousel__tick:hover::after {
    background: #fff; }
  .carousel__tick.is-active {
    padding: 3px; }
  .carousel__tick.is-active::after {
    background: #fff;
    height: 10px;
    width: 10px; }

.carousel__button {
  color: #a8b2bc;
  cursor: pointer;
  display: inline-block;
  font-size: 32px;
  height: 100%;
  opacity: .3;
  position: absolute;
  top: 0;
  -webkit-transition: .2s;
  transition: .2s;
  width: 72px; }
  .carousel__button:hover {
    opacity: 1; }
  .carousel__button.previous {
    left: 0; }
  .carousel__button.next {
    right: 0; }
  .carousel__button i {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 15%; }

@media only screen and (min-width: 641px) {
  .carousel__button i {
    top: 50%; } }
.tld__section {
  border-top: 2px solid #eff3f6;
  padding: 48px 24px; }
  .tld__section h1:first-child,
  .tld__section h2:first-child,
  .tld__section h3:first-child {
    margin-top: 0; }

.tld__section-2 {
  border: 0;
  position: relative; }

@media only screen and (min-width: 641px) {
  .tld__section {
    padding: 64px 10%; }

  .tld__section-column {
    width: 66.6666%; } }
@media only screen and (min-width: 1025px) {
  .tld__section {
    padding: 96px 15%; } }
.tld__hero {
  border: 0; }

.tld__main-content {
  position: relative; }

.tld__logo {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25%; }
  .tld__logo img {
    display: block;
    width: 100%; }

@media only screen and (max-width: 640px) {
  .tld__logo {
    display: none; } }
@media only screen and (min-width: 641px) {
  .tld__main-content {
    padding-right: 33.3333%;
    position: relative; } }
.tld__pricing {
  clear: both;
  overflow: hidden;
  padding-top: 32px; }

.tld__pricing-option {
  background: #f6f8fA;
  line-height: 1;
  margin-top: 16px;
  padding: 16px;
  text-align: center; }
  .tld__pricing-option .label {
    font-size: 13px;
    text-transform: uppercase; }
  .tld__pricing-option .value {
    color: #637381;
    padding-top: 4px; }
  .tld__pricing-option .price {
    color: #2b333b;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin-right: 4px; }
  .tld__pricing-option .price-regular {
    text-decoration: line-through; }
  .tld__pricing-option .price-on-sale {
    color: #f26522;
    margin-left: 5px; }

.tld__pricing-note {
  clear: both;
  font-size: 14px;
  padding-top: 16px; }

@media only screen and (max-width: 640px) {
  .tld__pricing-note {
    text-align: center; } }
@media only screen and (min-width: 641px) {
  .tld__pricing-option {
    float: left;
    margin-right: 16px;
    padding: 24px 48px; } }
.tld__search {
  background: #2b333b;
  padding: 24px;
  position: relative; }
  .tld__search form {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 720px;
    padding-right: 60px;
    position: relative; }

.tld__search-input {
  border: 0;
  border-right: 0;
  box-sizing: border-box;
  display: block;
  font-size: 22px;
  height: 60px;
  outline: 0;
  padding: 20px;
  width: 100%; }
  .tld__search-input:focus {
    border-color: #d3d9df; }

.tld__search-button {
  background: #3ab795;
  border: 0;
  color: #fff;
  display: block;
  font-size: 28px;
  height: 60px;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px; }
  .tld__search-button:hover {
    background: #34a485; }

@media only screen and (min-width: 641px) {
  .tld__search {
    padding: 60px; } }
.tld__features {
  border: 0; }
  .tld__features h2 {
    margin-bottom: 1em;
    text-align: center; }

.tld__feature {
  border-top: 1px solid #eff3f6;
  font-size: 14px;
  overflow: hidden;
  padding: 10px; }
  .tld__feature:first-child {
    border: 0; }
  .tld__feature:hover {
    background: #f9fbfc; }
  .tld__feature.is-expanded .tld__feature-extra {
    max-height: 300px; }

.tld__feature-name {
  color: #111;
  float: left; }
  .tld__feature-name i {
    color: #3ab795;
    cursor: pointer;
    margin-left: 8px; }
    .tld__feature-name i:hover {
      color: #34a485; }

.tld__feature-value {
  color: #111;
  float: right;
  text-align: right; }

.tld__feature-extra {
  clear: both;
  font-size: 14px;
  max-height: 0;
  overflow: hidden;
  padding-left: 16px;
  -webkit-transition: max-height .3s;
  transition: max-height .3s; }
  .tld__feature-extra p {
    margin: 0;
    padding-bottom: 2px;
    padding-top: 8px; }

@media only screen and (min-width: 641px) {
  .tld__feature {
    font-size: inherit;
    padding: 10px 20px; } }
.tld__requirements h2 {
  margin-bottom: 1em;
  text-align: center; }

.tld__carousel {
  background: #2b333b;
  padding: 0; }

.tld__carousel-media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
  .tld__carousel-media img {
    display: block;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .tld__carousel-media iframe {
    height: 100%;
    width: 100%; }

@media only screen and (min-width: 1025px) {
  .tld__carousel-media img {
    height: 100%;
    left: 0;
    max-height: 100%;
    position: absolute;
    top: 0;
    width: 100%; } }
.tld__carousel-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
  .tld__carousel-content h3 {
    color: #fff; }
  .tld__carousel-content p {
    color: #a8b2bc; }

.carousel__slide {
  padding: 48px 24px; }
  .carousel__slide i {
    background: #3ab795;
    border-radius: 50%;
    color: #2b333b;
    display: block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    width: 80px; }

@media only screen and (min-width: 641px) {
  .carousel__slide {
    padding: 80px; } }
@media only screen and (min-width: 1025px) {
  .tld__carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .carousel__slide {
    padding: 80px; } }
