@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
}

h1,
h2.text--large {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 3.33px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  h1,
  h2.text--large {
    font-size: 4rem;
    letter-spacing: 4.17px;
  }
}

h2 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.38;
  font-weight: 700;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: 700;
}

button {
  font-family: 'DM Sans', sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 87.2%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container {
    width: 89.5%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 77%;
  }
}

button {
  cursor: pointer;
}

.grid-col-4 {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) {
  .grid-col-4 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1440px) {
  .grid-col-4 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.grid-col-3 {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) {
  .grid-col-3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .grid-col-3 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 104px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

.showcase .main-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  width: 128px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#ffc593), color-stop(#bc7198), to(#5a77ff));
  background: linear-gradient(to right, #ffc593, #bc7198, #5a77ff);
}

@media screen and (min-width: 768px) {
  .showcase .main-card::before {
    width: 6px;
    height: 304px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: -webkit-gradient(linear, left bottom, left top, from(#ffc593), color-stop(#bc7198), to(#5a77ff));
    background: linear-gradient(to top, #ffc593, #bc7198, #5a77ff);
  }
}

.features-intro {
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .features-intro {
    padding: 12rem 0;
  }
}

.features-intro .container {
  width: 82.6%;
}

@media screen and (min-width: 768px) {
  .features-intro .container {
    width: 59.5%;
  }
}

@media screen and (min-width: 1440px) {
  .features-intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 77.08%;
  }
}

.features-intro .features__card:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .featured .card .card__image {
    display: none;
  }
}

.featured .card .card__content {
  padding: 4.8rem 0;
}

@media screen and (min-width: 768px) {
  .featured .card .card__content.main-card {
    background: url(../../assets/stories/tablet/moon-of-appalacia.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 11rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .featured .card .card__content.main-card {
    background: url(../../assets/stories/desktop/moon-of-appalacia.jpg) no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .featured .card .card__content .container {
    width: 50.39%;
    margin: 0;
    margin-left: 5.2%;
  }
}

@media screen and (min-width: 1440px) {
  .featured .card .card__content .container {
    margin-left: 7.7%;
    width: 26.875%;
  }
}

.featured .card .featured__title {
  text-transform: uppercase;
  margin: 0 0 1.6rem;
}

@media screen and (min-width: 768px) {
  .featured .card .featured__title {
    margin-bottom: 2.4rem;
  }
}

.featured .card .featured__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured .card .featured__info .story__date {
  margin-right: 0.8rem;
  opacity: 0.75;
  font-weight: 400;
  letter-spacing: 0;
}

.featured .card .featured__info .story__author {
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .features-hero.showcase .main-card::before,
  .pricing-hero.showcase .main-card::before {
    height: 144px;
  }
}

.features-hero .card .card__content .card__tagline,
.pricing-hero .card .card__content .card__tagline {
  margin-bottom: 0;
}

.features {
  padding: 6.4rem 0 9.1rem;
}

@media screen and (min-width: 768px) {
  .features {
    padding: 11.2rem 0 5.6rem;
  }
}

@media screen and (min-width: 1440px) {
  .features {
    padding: 16rem 0;
  }
}

.features .features__card:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .features .features__card:last-of-type {
    margin-bottom: 5.6rem;
  }
}

@media screen and (min-width: 1440px) {
  .features .features__card:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .features .features__card {
    width: 100%;
  }
}

.beta-showcase .card .card__content.main-card {
  width: 100%;
  background: url(../../assets/shared/mobile/bg-beta.jpg) no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .beta-showcase .card .card__content.main-card {
    background: url(../../assets/shared/tablet/bg-beta.jpg) no-repeat;
    background-size: cover;
    padding: 6.8rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .beta-showcase .card .card__content.main-card {
    background: url(../../assets/shared/desktop/bg-beta.jpg) no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .beta-showcase .card .card__content.main-card::before {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .beta-showcase .card .card__content.main-card .container {
    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: 89.5%;
  }
  .beta-showcase .card .card__content.main-card .container .card__title {
    width: 58.2%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .beta-showcase .card .card__content.main-card .container {
    width: 77.08%;
  }
  .beta-showcase .card .card__content.main-card .container .card__title {
    width: 36.03%;
  }
}

.pricing-plans {
  padding: 6.4rem 0;
}

.pricing-plans .pricing-cards {
  margin-top: 4rem;
}

@media screen and (min-width: 1440px) {
  .pricing-plans .pricing-cards {
    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;
  }
}

.btn,
.btn-arrow {
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 0;
}

.btn-arrow:hover {
  text-decoration: underline;
}

.btn-arrow .arrow-icon {
  display: inline-block;
  margin-left: 1.6rem;
}

.btn--dark {
  color: #fff;
  background: #000;
  padding: 1.2rem 2.4rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.btn--dark:hover {
  background: #dfdfdf;
  color: #000;
}

.btn--light {
  color: #000;
  background: #fff;
  padding: 1.2rem 2.4rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.btn--light:hover {
  background: #dfdfdf;
  color: #000;
}

.btn-arrow--light {
  color: #fff;
}

.btn-arrow--light .arrow-icon g {
  stroke: #fff;
}

.btn-arrow--dark {
  color: #000;
}

.btn-arrow--dark .arrow-icon g {
  stroke: #000;
}

.switch {
  position: relative;
}

.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.switch input:checked {
  z-index: 1;
}

.switch input:checked + label {
  opacity: 1;
  cursor: default;
}

.switch input:not(:checked) + label:hover {
  opacity: 0.75;
}

.switch label {
  color: #000;
  font-weight: 700;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
}

.switch .toggle-outside {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.switch .toggle-inside {
  border-radius: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.switch--horizontal {
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 32px;
  margin: 0 auto;
  font-size: 0;
}

.switch--horizontal input {
  height: 32px;
  width: 64px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: 0;
}

.switch--horizontal label {
  font-size: 1.8rem;
  line-height: 3rem;
  height: 100%;
  margin: 0;
}

.switch--horizontal .toggle-outside {
  background: #dfdfdf;
  position: absolute;
  width: 64px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.switch--horizontal .toggle-inside {
  height: 24px;
  width: 24px;
}

.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 4px;
}

.switch--horizontal input ~ input:checked ~ .toggle-outside {
  background: #000;
}

.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 36px;
  background: #fff;
}

.main-header {
  background: #fff;
  padding: 2.8rem 0;
}

.main-header .main-nav {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-header .main-nav .nav__toggler {
  background: url(../../assets/shared/mobile/menu.svg);
  width: 20px;
  height: 6px;
}

@media screen and (min-width: 768px) {
  .main-header .main-nav .nav__toggler {
    display: none;
  }
}

.main-header .main-nav .list {
  display: none;
  list-style: none;
  padding: 4.7rem 0 0;
  margin: 0 0 2rem;
  -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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .main-header .main-nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
}

.main-header .main-nav .nav__item {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .main-header .main-nav .nav__item {
    margin: 0 1.75rem;
  }
}

.main-header .main-nav .nav__item a {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #000;
}

@media screen and (min-width: 768px) {
  .main-header .main-nav .nav__item a {
    letter-spacing: 2px;
    font-size: 1.2rem;
  }
}

.main-header .main-nav .nav__item a:hover {
  opacity: 0.3;
}

.main-header .main-nav .btn {
  display: none;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  font-size: 1.5rem;
  letter-spacing: 2.5px;
}

@media screen and (min-width: 768px) {
  .main-header .main-nav .btn {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.main-nav.expanded {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.main-nav.expanded .nav__toggler {
  background: url(../../assets/shared/mobile/close.svg) no-repeat;
  width: 16px;
  height: 15px;
}

.main-nav.expanded .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-nav.expanded .btn {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .card .card__image {
    width: 35.54%;
  }
}

@media screen and (min-width: 1440px) {
  .card .card__image {
    width: 57.63%;
  }
}

.card .card__image img {
  width: 100%;
  display: block;
}

.card .card__content {
  background: #fff;
  padding: 7.2rem 0;
}

@media screen and (min-width: 768px) {
  .card .card__content {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 64.45%;
  }
}

@media screen and (min-width: 1440px) {
  .card .card__content {
    width: 42.36%;
  }
}

.card .card__content.main-card {
  background: #000;
  color: #fff;
  position: relative;
}

.card .card__content .container {
  width: 84.8%;
}

@media screen and (min-width: 768px) {
  .card .card__content .container {
    width: 78.18%;
  }
}

@media screen and (min-width: 1440px) {
  .card .card__content .container {
    width: 63.44%;
  }
}

.card .card__content .card__title {
  text-transform: uppercase;
  margin: 0 0 1.6rem;
}

.card .card__content .card__tagline {
  opacity: 0.6;
  margin: 0 0 2.3rem;
}

@media screen and (min-width: 768px) {
  .card .card__content .card__tagline {
    margin-bottom: 4.8rem;
  }
}

.story {
  position: relative;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.story::after {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#ffc593), color-stop(#bc7198), to(#5a77ff));
  background: linear-gradient(to right, #ffc593, #bc7198, #5a77ff);
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.story:hover {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}

.story:hover::after {
  height: 6px;
}

.story .image-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.66));
}

.story img {
  position: relative;
  z-index: -1;
  width: 100%;
  display: block;
}

.story .story__content {
  width: 82.66%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #fff;
}

.story .story__title {
  margin: 0 0 0.4rem;
}

.story .story__date {
  margin: 0 0 0.4rem;
  font-weight: 400;
  letter-spacing: 0;
}

.story .story__author {
  margin: 0 0 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}

.story .btn-arrow {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.story .btn-arrow .arrow-icon {
  margin: 0;
}

.features__card {
  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;
  margin-bottom: 5.6rem;
}

@media screen and (min-width: 1440px) {
  .features__card {
    margin-bottom: 0;
    width: 31.53%;
  }
}

.features__card .features__icon {
  width: 72px;
  height: 72px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features__card .features__title {
  margin: 4.8rem 0 1.6rem;
}

.features__card .features__tagline {
  text-align: center;
  opacity: 0.6;
  margin: 0;
}

.pricing-card {
  padding: 5.6rem 3rem 4rem;
  margin-bottom: 2.4rem;
  background: #f5f5f5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pricing-card {
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.6rem 4rem 4rem;
    text-align: left;
  }
}

@media screen and (min-width: 1440px) {
  .pricing-card {
    -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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 31.53%;
    text-align: center;
    margin-bottom: 0;
  }
}

.pricing-card:last-of-type {
  margin-bottom: 0;
}

.pricing-card.featured {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .pricing-card.featured {
    padding: 8.8rem 4rem 7rem;
  }
}

.pricing-card.featured::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#ffc593), color-stop(#bc7198), to(#5a77ff));
  background: linear-gradient(to right, #ffc593, #bc7198, #5a77ff);
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .pricing-card.featured::before {
    width: 6px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffc593), color-stop(#bc7198), to(#5a77ff));
    background: linear-gradient(to top, #ffc593, #bc7198, #5a77ff);
  }
}

@media screen and (min-width: 1440px) {
  .pricing-card.featured::before {
    width: 100%;
    height: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#ffc593), color-stop(#bc7198), to(#5a77ff));
    background: linear-gradient(to right, #ffc593, #bc7198, #5a77ff);
  }
}

@media screen and (min-width: 768px) {
  .pricing-card .pricing-card__heading {
    width: 45%;
  }
}

@media screen and (min-width: 1440px) {
  .pricing-card .pricing-card__heading {
    width: 100%;
  }
}

.pricing-card .pricing-card__heading .pricing__title {
  margin: 0 0 1.8rem;
}

.pricing-card .pricing-card__heading .pricing__tagline {
  opacity: 0.6;
  margin: 0;
}

.pricing-card .pricing-card__price {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .pricing-card .pricing-card__price {
    width: 46.3%;
    text-align: right;
  }
}

@media screen and (min-width: 1440px) {
  .pricing-card .pricing-card__price {
    width: 100%;
    text-align: center;
  }
}

.pricing-card .pricing-card__price .total {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 4.17px;
  margin: 4rem 0 0;
}

@media screen and (min-width: 768px) {
  .pricing-card .pricing-card__price .total {
    margin: 0;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1440px) {
  .pricing-card .pricing-card__price .total {
    margin-top: 4rem;
  }
}

.pricing-card .pricing-card__price .price-breakdown {
  opacity: 0.6;
  display: block;
}

@media screen and (min-width: 768px) {
  .pricing-card .btn {
    width: 45%;
    margin-top: 3.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .pricing-card .btn {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .plan-features {
    padding: 4.8rem 0 11.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .plan-features {
    padding: 9.6rem 0 16rem;
  }
}

@media screen and (min-width: 1440px) {
  .plan-features .container {
    width: 50.7%;
  }
}

.plan-features .text--large {
  display: none;
}

@media screen and (min-width: 768px) {
  .plan-features .text--large {
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 6.4rem;
  }
}

.plan-features .plan-offers .plan-feature {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .plan-features .plan-offers .plan-feature {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}

.plan-features .plan-offers .plan-feature:last-of-type {
  margin-bottom: 0;
}

.plan-features .plan-offers .plan-feature.plan-feature__heading {
  border-color: #000;
}

.plan-features .plan-offers .plan-feature.plan-feature__heading .plans-heading {
  display: none;
}

@media screen and (min-width: 768px) {
  .plan-features .plan-offers .plan-feature.plan-feature__heading .plans-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
  }
}

.plan-features .plan-offers .plan-feature.plan-feature__heading .plans-heading .plan__title {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .plan-features .plan-offers .plan-feature.plan-feature__heading .plans-heading .plan__title {
    text-transform: uppercase;
  }
}

.plan-features .plan-offers .plan-feature__title {
  margin: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .plan-features .plan-offers .plan-feature__title {
    width: 40%;
  }
}

.plan-features .plan-offers .plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 1.6rem;
}

@media screen and (min-width: 768px) {
  .plan-features .plan-offers .plans {
    margin-top: 0;
    width: 49.5%;
  }
}

@media screen and (min-width: 768px) {
  .plan-features .plan-offers .plan {
    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;
  }
}

.plan-features .plan-offers .plan h4 {
  font-size: 1rem;
  opacity: 0.5;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .plan-features .plan-offers .plan h4 {
    visibility: hidden;
    height: 0;
  }
}

.footer {
  background: #000;
  padding: 5.6rem 0;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 6.4rem 0;
  }
}

.footer .container {
  width: 82.6%;
}

@media screen and (min-width: 1440px) {
  .footer .container {
    width: 76.6%;
  }
}

.footer .footer__nav {
  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;
}

@media screen and (min-width: 768px) {
  .footer .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .footer__nav .nav__heading {
  margin-bottom: 12rem;
}

@media screen and (min-width: 768px) {
  .footer .footer__nav .nav__heading {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1440px) {
  .footer .footer__nav .nav__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .footer__nav .logo {
  margin-bottom: 3.2rem;
}

@media screen and (min-width: 1440px) {
  .footer .footer__nav .logo {
    margin: 0;
  }
}

.footer .footer__nav .logo .text {
  fill: #fff;
}

.footer .footer__nav .nav__socials {
  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;
}

@media screen and (min-width: 768px) {
  .footer .footer__nav .nav__socials {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media screen and (min-width: 1440px) {
  .footer .footer__nav .nav__socials {
    width: 50%;
    margin-top: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer__nav .nav__socials a {
    margin-right: 1.3rem;
  }
  .footer .footer__nav .nav__socials a:last-of-type {
    margin-right: 0;
  }
}

.footer .footer__nav .nav__socials a:hover .facebook path {
  fill: url(#a);
}

.footer .footer__nav .nav__socials a:hover .youtube path {
  fill: url(#b);
}

.footer .footer__nav .nav__socials a:hover .twitter path {
  fill: url(#c);
}

.footer .footer__nav .nav__socials a:hover .pinterest path {
  fill: url(#d);
}

.footer .footer__nav .nav__socials a:hover .instagram path {
  fill: url(#e);
}

.footer .footer__nav .nav__socials a svg path {
  fill: #fff;
}

.footer .footer__nav .list {
  padding: 0;
  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;
  margin: 5rem 0 0;
}

@media screen and (min-width: 768px) {
  .footer .footer__nav .list {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 7.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .footer .footer__nav .list {
    -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;
    margin-bottom: 0;
  }
}

.footer .footer__nav .list .nav__item {
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .footer .footer__nav .list .nav__item {
    margin-bottom: 0;
    margin-right: 2.4rem;
  }
}

@media screen and (min-width: 1440px) {
  .footer .footer__nav .list .nav__item {
    margin-right: 0;
    margin-bottom: 1.1rem;
  }
  .footer .footer__nav .list .nav__item:last-of-type {
    margin-bottom: 0;
  }
}

.footer .footer__nav .list .nav__item a {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer .footer__nav .list .nav__item a:hover {
  opacity: 0.3;
}

.footer .footer__nav .nav__foot {
  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;
}

@media screen and (min-width: 768px) {
  .footer .footer__nav .nav__foot {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .footer__nav .nav__foot .copyright {
  opacity: 0.5;
  color: #fff;
  margin: 3.4rem 0 0;
}

@media screen and (min-width: 1440px) {
  .footer .footer__nav .nav__foot .copyright {
    margin: 0;
  }
}
/*# sourceMappingURL=styles.css.map */