/* stylelint-disable */

@font-face {
  font-family: 'SemplicitaPro';
  src: url('./../../../fonts/SemplicitaPro/Semplicita_Pro.otf') format('opentype'),
    url('./../../../fonts/SemplicitaPro/semplicita_pro_webfont.woff2') format('woff2'),
    url('./../../../fonts/SemplicitaPro/semplicita_pro_webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SemplicitaPro-Medium';
  src: url('./../../../fonts/SemplicitaPro/Semplicita_Pro_Medium.otf') format('opentype'),
    url('./../../../fonts/SemplicitaPro/semplicita_pro_medium_webfont.woff2') format('woff2'),
    url('./../../../fonts/SemplicitaPro/semplicita_pro_medium_webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SemplicitaPro-Bold';
  src: url('./../../../fonts/SemplicitaPro/Semplicita_Pro_Bold.otf') format('opentype'),
    url('./../../../fonts/SemplicitaPro/semplicita_pro_bold_webfont.woff2') format('woff2'),
    url('./../../../fonts/SemplicitaPro/semplicita_pro_bold_webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SemplicitaPro-Semibold';
  src: url('./../../../fonts/SemplicitaPro/Semplicita_Pro_Semibold.otf') format('opentype'),
    url('./../../../fonts/SemplicitaPro/semplicita_pro_semibold_webfont.woff2') format('woff2'),
    url('./../../../fonts/SemplicitaPro/semplicita_pro_semibold_webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/** Variables **/

:root {
  --step-color: #fff;
  --step-bg-color: #ccc;
  --step-bg-image: none;
  --step-border-color: #ccc;
  --step-active-color: #21a7d3;
  --step-active-bg-color: #21a7d3;
  --step-active-border-color: #21a7d3;
  --step-active-bg-image: linear-gradient(180deg, #42cffe 0%, #21a7d3 100%);
  --step-done-color: #21a7d3;
  --step-done-bg-color: transparent;
  --step-done-border-color: #21a7d3;
  --step-done-bg-image: none;
}

/** Base Styles **/
body {
  background: #0c2238;
  color: #fff;
  font-family: semplicitapro, sans-serif;
}

h1,
h2,
h3 {
  font-family: semplicitapro-semibold, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1rem;
}

a {
  color: #43d0fe;
}

a:hover {
  color: #43d0fe;
  opacity: 0.8;
}

p {
  font-size: 1rem;
  line-height: 1.375;
}

a:hover {
  text-decoration: underline;
}

/** BG **/
.bg-gradient {
  background-color: #0a1c30;
  /*background-image: -moz-linear-gradient(90deg, #192d4a 3.45%, #0e2937 43.18%, #19444c 100%);
    background-image: -webkit-linear-gradient(90deg, #192d4a 3.45%, #0e2937 43.18%, #19444c 100%);
    background-image: linear-gradient(90deg, #192d4a 3.45%, #0e2937 43.18%, #19444c 100%);*/
}

/** Containers **/
.container-p-lr {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-p-l {
  padding-left: 1.5rem;
}

/** Buttons **/
.btn {
  border-radius: 29px;
  font-size: 1rem;
  padding: 0.875rem 1.25rem 0.625rem;
  letter-spacing: 0.06em;
  font-family: semplicitapro-bold, sans-serif;
  line-height: 1;
}

.btn-primary {
  color: #fff !important;
  background-color: #34cdfe;
  background-image: -moz-linear-gradient(180deg, #42cffe 0%, #21a7d3 100%);
  background-image: -webkit-linear-gradient(180deg, #42cffe 0%, #21a7d3 100%);
  background-image: linear-gradient(180deg, #42cffe 0%, #21a7d3 100%);
  border-radius: 29px;
}

.btn-primary:hover {
  opacity: 1 !important;
}

.btn.btn-lg {
  font-size: 1rem;
  line-height: 1;
  padding: 0.875rem 1.25rem 0.625rem;
}

.btn-outline-light {
  font-family: semplicitapro-semibold, sans-serif;
}

.btn-outline-light:hover {
  background-color: transparent;
  color: #fff;
  opacity: 0.7;
}

.btn-search:hover {
  opacity: 0.7;
  text-decoration: none;
}

/** Header/Nav **/
header {
  position: relative;
}

.logo img {
  height: 60px;
}

.site-nav {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}

.nav-desktop {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  top: 0;
  background: -moz-linear-gradient(180deg, #091c2f 0%, rgba(9, 28, 47, 0.6) 44.38%, rgba(9, 28, 47, 0) 100%);
  background: -webkit-linear-gradient(180deg, #091c2f 0%, rgba(9, 28, 47, 0.6) 44.38%, rgba(9, 28, 47, 0) 100%);
  background: linear-gradient(180deg, #091c2f 0%, rgba(9, 28, 47, 0.6) 44.38%, rgba(9, 28, 47, 0) 100%);
}

.menu-mobile {
  background: #091c2f;
  bottom: 0;
  z-index: 9999;
  position: fixed;
}

.menu-mobile a,
.menu-mobile button {
  line-height: 1.4;
  color: #fff;
  font-size: 1.25rem;
  padding: 1rem 0 0.75rem;
}

.menu-mobile button:focus {
  outline: none;
}

.menu-mobile a .nav-lbl,
.menu-mobile button .nav-lbl {
  display: block;
  font-size: 0.625rem;
  line-height: 1.1;
}

/** NavBar **/
.navbar-mobile {
  padding: 0 1.4rem;
  background: #091c2f !important;
  z-index: 99;
}

.navbar-mobile .navbar-expanded {
  background: #fff;
}

.navbar-mobile-header {
  padding: 0.75rem 0;
  margin-bottom: 2.25rem;
}

.navbar-mobile-header img {
  width: 5.3rem;
  height: 2.7rem;
}

#navMobile.show {
  max-height: 100vh;
}

#navMobile ul li a {
  font-family: semplicitapro-semibold, sans-serif;
  font-size: 1.06rem;
  line-height: 1;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: #fff !important;
}

#navMobile ul li.active a {
  color: #43d0fe !important;
}

#navMobile .user-actions {
  margin-top: 1.5rem;
  margin-bottom: 20vh;
  padding: 1.5rem 0;
  position: relative;
}

#navMobile .user-actions::before,
#navMobile .user-actions::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  content: '';
}

#navMobile .user-actions::before {
  top: 0;
}

#navMobile .user-actions::after {
  bottom: 0;
}

#navMobile .user-actions a {
  display: block;
  margin-bottom: 1rem;
}

/** Hero **/
.hero {
  width: 100%;
  height: 100vh;
  min-height: 600px;
}

.hero-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.hero-img {
  overflow: hidden;
  position: absolute;
  inset: 0;
}

.hero-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-img img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.hero-logo {
  width: 226px;
  margin-bottom: 2.5rem;
}

.hero h3 {
  margin-bottom: 1.125rem;
  text-align: center;
}

.hero .box-login {
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 2.5rem 0;
}

.hero .spacer-hero {
  margin-bottom: 7.25rem;
}

/** Sections **/
.section {
  padding: 5rem 0 0;
  position: relative;
}

.section h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

.section h3.sub-title {
  font-size: 1.15rem;
  text-align: center;
  text-transform: uppercase;
  margin: 1.5rem 0;
}

.section-header {
  margin: 0 auto;
  max-width: 416px;
}

.section-header p {
  text-align: center;
  margin-bottom: 0;
}

.section-content {
  margin-top: 1.6rem;
}

.section-footer {
  margin-top: 1.5rem;
  text-align: center;
}

.section-footer a {
  font-size: 0.875rem;
  font-family: semplicitapro-bold, sans-serif;
}

.card-feature {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 416px;
  margin-left: auto;
  margin-right: auto;
}

.card-feature h3 {
  font-size: 1rem;
  line-height: 1.375;
  text-transform: uppercase;
  margin: 1rem 0;
  font-family: semplicitapro-semibold, sans-serif;
  text-align: center;
  letter-spacing: normal;
}

.card-feature p {
  text-align: center;
  line-height: 1.4;
  letter-spacing: normal;
}

.card-feature-img {
  width: 100px;
}

.list-titles-wrap,
.list-social-wrap {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}

/** Social Proof **/
.list-social-item {
  border: 1px solid #42cffe;
  padding: 1.25rem 1rem;
}

.social-text {
  font-family: semplicitapro-bold, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.social-author {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  line-height: 1;
}

/** Articles **/
.card-article {
  max-width: 304px;
  margin: 0 auto;
}

.card-article .art-meta > span {
  display: inline-block;
  line-height: 1;
}

.card-article .art-meta .art-lbl {
  background: #091c2f;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 31px;
  color: #fff;
  font-family: semplicitapro-semibold, sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  margin-right: 0.5rem;
}

.card-article .art-meta .art-author {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.8);
}

.card-article .art-meta .art-author-name {
  color: #ffffff;
  /*text-transform: uppercase;*/
}

.card-article h3 {
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 0.5rem 0 2.5rem;
}

.card-article h3 a {
  color: #fff;
}

.card-article .art-image {
  margin-bottom: 1.3125rem;
}

/** Pricing Boxes **/
.col-pricing-box {
  width: 284px;
}

.pricing-box {
  position: relative;
  text-align: center;
  padding: 3.125rem 1.875rem;
  margin-top: 2rem;
  background: #fff;
  border-radius: 4px;
  color: #091c2f;
}

.pricing-box.big-box {
  margin-top: 1.5rem;
}

.pricing-box h3 {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-align: center;
  color: #42cffe;
  background-image: linear-gradient(90deg, #5ef5d5 3.45%, #42cffe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-box .price {
  font-family: semplicitapro-semibold, sans-serif;
  font-size: 2.65rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.pricing-box .price-period {
  font-family: semplicitapro, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.pricing-box .total {
  font-family: semplicitapro-semibold, sans-serif;
  margin-top: 1rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.pricing-box .total span {
  font-family: semplicitapro, sans-serif;
}

.pricing-box .plan-details {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.pricing-box .plan-sep {
  width: 60%;
  margin: 1.25rem auto;
  height: 1px;
  background-color: #091c2f;
}

.pricing-box .plan-details p {
  font-size: 1.0625rem;
  padding: 0;
}

.pricing-box .plan-details.d-hidden {
  display: none;
}

.pricing-box .plan-details p span {
  font-family: semplicitapro-semibold, sans-serif;
}

.pricing-box .choose-plan {
  margin-top: 2.5rem;
}

.pricing-box .choose-plan a {
  font-family: semplicitapro-semibold, sans-serif;
  color: #43d0fe;
  font-size: 1rem;
}

.pricing-box .choose-plan .btn {
  font-size: 0.875rem;
}

.pricing-box .ribbon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 7.5rem;
  height: 7.5rem;
  text-align: center;
}

.pricing-box .ribbon span {
  font-family: semplicitapro-semibold, sans-serif;
  line-height: normal;
  letter-spacing: 1.26px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(45deg);
  display: block;
  background: #bc8c2c;
  background: linear-gradient(137.31deg, #bc8c2c 11.35%, #febf3f 48.16%, #bc8c2c 85.48%);
  position: absolute;
  top: 25px;
  right: -53px;
  width: 150%;
  height: 32px;
  padding-top: 8px;
}

#pricing-boxes-carousel {
  justify-content: center;
}

.box-our-plans-details {
  margin-top: 2rem;
}

.box-our-plans-details p {
  font-size: 1.0625rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.box-our-plans-details .qualities {
  margin-top: 0.5rem;
}

.box-our-plans-details .qualities span {
  font-family: semplicitapro-semibold, sans-serif;
  font-size: 1rem;
  border: 1px solid #5ef5d5;
  display: inline-block;
  padding: 0.35rem 0.25rem 0.15rem;
  border-radius: 6px;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #5ef5d5;
  background-image: linear-gradient(90deg, #5ef5d5 3.45%, #42cffe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 8px;
  margin-right: 8px;
}

/** Placeholders **/
.list-titles-item,
.list-social-item,
.watch-image,
.card-feature-img {
  border-radius: 6px;
  overflow: hidden;
}

.list-titles-item,
.list-social-item {
  margin-right: 0.875rem;
  flex-shrink: 0;
}

.list-titles-item {
  width: 130px;
}

.list-social-item {
  width: 295px;
  min-height: 200px;
}

.watch-image {
  margin: 0 auto;
  width: 100%;
  max-width: 375px;
}

/** Footer **/
footer {
  margin-top: 7.125rem;
}

.footer-logo {
  height: 108px;
}

footer,
footer a,
footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.35;
  letter-spacing: normal;
}

footer p {
  margin-bottom: 0;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}

footer .footer-copy {
  margin-bottom: 1rem;
}

footer .footer-menu {
  margin-top: 4.5rem;
}

footer .footer-social a {
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 0.5rem;
  padding: 0.1875rem;
}

footer .footer-menu-links a {
  font-size: 0.875rem;
  line-height: 1.35;
  padding: 0.625rem 1rem 0 0;
  text-decoration: none;
}

footer .footer-menu .footer-menu-links {
  padding: 2.5rem 0;
}

.social-footer-container {
  margin: 30px 0;
}

.social-footer {
  margin: 0;
  padding: 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;
}

.social-footer li a,
.social-footer li a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.social-footer li {
  margin: 15px;
  list-style: none;
}

.footer-social-logo {
  display: inline-block;
}

.footer-social-inst,
.footer-social-twi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-face,
.footer-social-inst {
  height: 29px;
}

.footer-social-inst img,
.footer-social-face img {
  width: auto;
  height: 100%;
}

.footer-social-inst span {
  font-family: 'SemplicitaPro-Semibold';
  font-size: 21px;
  margin-right: 15px;
  letter-spacing: 1.2px;
  display: inline-block;
  padding-top: 5px;
}

.footer-social-inst span.white {
  color: #fff;
}

.footer-social-inst span.black {
  color: #000;
}

/** Convertica **/
#convertica {
  margin-bottom: 7rem;
}

#convertica .pricing-box:hover,
#convertica .col-pricing-box.selected .pricing-box {
  /* background: linear-gradient(90deg, #5ef5d5 3.45%, #42cffe 100%), linear-gradient(0deg, #fff, #fff);
  border-radius: 4px; */
  border: 5px solid #42cffe;
  box-shadow: 0 0 15px 2px rgb(66 207 254 / 100%);
}

#convertica .steps-nav {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 2rem;
}

.step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 4.5rem;
  color: var(--step-color);
  text-align: center;
}

.step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--step-bg-color);
  background-image: var(--step-bg-image);
  border: 2px solid var(--step-border-color);
  width: 2.5rem;
  height: 2.5rem;
}

#convertica .active .step-icon {
  background-color: var(--step-active-bg-color);
  border-color: var(--step-active-border-color);
}

.step-label {
  margin-top: 0.6875rem;
}

.active .step-label {
  color: var(--step-active-color);
}

.step-line {
  flex: 1 0 auto;
  height: 2px;
  align-self: flex-start;
  background-color: var(--step-bg-color);
  margin-top: 1.25rem;
  margin-right: 20px;
  max-width: 50px;
}

.step-line .active {
  background-color: red;
}

#convertica .plans-section-excerpt {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

#convertica h2.plans-header {
  text-transform: none;
}

.asterisk-note {
  margin-bottom: 15px;
}

#convertica #pricing-boxes-carousel {
  margin-bottom: 50px;
}

#convertica .pricing-boxes-wrapper {
  padding-bottom: 8%;
  border-bottom: 2px solid #cccccc;
}

#convertica .form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #213242;
  background-clip: padding-box;
  border: 1px solid #213242;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#convertica .btn-continue {
  width: 100%;
  background-image: linear-gradient(180deg, #42cffe 0%, #21a7d3 100%);
  font-size: 1rem;
  height: 2.81rem;
  line-height: 1.4;
  cursor: pointer;
  color: #fff;
  background-color: #21a7d3;
  border-color: #21a7d3;
  display: inline-block;
  font-family: 'SemplicitaPro-Semibold';
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.25rem;
  border-radius: 1.81rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

#convertica .form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #213242;
  background-clip: padding-box;
  border: 1px solid #213242;
  appearance: none;
  border-radius: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#convertica .step-create-account {
  max-width: 1000px;
  margin: 0 auto;
}

#convertica .plans-header.subtitle {
  font-size: 2rem;
}

#convertica .plans-section-excerpt.step2 {
  margin-bottom: 60px;
}

#convertica .form-box {
  max-width: 500px;
  margin: 0 auto;
}

#convertica .form-excerpt {
  text-align: center;
  padding: 2rem;
}

/** Media queries **/

@media (max-width: 768px) {
  .social-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-footer li {
    margin: 1rem 0;
  }
  .price-original {
    display: none;
  }

  .pricing-box .price-original_span {
    font-size: 1rem;
  }

  .pricing-box .price-trial p {
    font-size: 0.8rem;
    margin-top: 10px;
  }
}

.special-offer .col-pricing-box {
  display: flex;
  flex-direction: column;
}

.special-offer .pricing-box {
  flex: 1;
  display: flex;

  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /** BGs **/
  .bg-gradient {
    background-image: none !important;
  }
  .plan-sep-offer {
    margin-top: 9rem !important;
  }
  /** Hero **/
  .hero h3 {
    margin-bottom: 2rem;
  }

  .hero-logo {
    margin-top: 10rem;
    margin-bottom: 4rem;
    width: 144px;
  }

  .hero .spacer-hero {
    margin-bottom: 0;
  }

  /** Sections **/
  .section-header {
    max-width: none;
  }

  .list-titles-item {
    width: 230px;
  }

  .card-feature {
    max-width: none;
  }

  /** Articles **/
  .card-article {
    max-width: none;
  }

  /** placeholder **/
  .watch-image {
    width: 80%;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .bg-gradient {
    background-color: #0c2238;
  }

  /** Containers **/
  .container-p-lr {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .container-p-l {
    padding-left: 5rem;
  }

  .container-p-lg-lr-x2 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .footer-copy {
    display: flex;
  }

  .p-copy {
    font-size: 0.875rem;
    line-height: 1.35;
    margin-bottom: 0;
  }

  .p-version {
    font-size: 0.875rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }

  /** Base Styles **/
  h1 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1rem;
  }

  p {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }

  /** Hero **/
  .hero {
    min-height: normal;
  }

  .hero-logo {
    margin-top: 0;
  }

  .hero-img:after {
    background: radial-gradient(
      70.08% 75.83% at 81.25% 25.56%,
      rgba(9, 28, 47, 0) 14.06%,
      rgba(9, 28, 47, 0.5) 73.44%,
      rgba(12, 33, 54, 0.98) 100%
    );
  }

  /** Buttons **/
  .btn.btn-lg {
    font-size: 1rem;
    line-height: 1;
    padding: 1.2rem 2.4rem 1rem;
  }

  .btn {
    font-size: 0.875rem;
    border-radius: 100px;
    padding: 0.75rem 1.25rem 0.5rem;
    line-height: 1.5;
  }

  /** Hero **/
  .hero h3 {
    text-align: left;
  }

  /** Sections **/
  .section h2 {
    font-size: 1.5rem;
    margin: 1rem 0 1.5rem;
  }

  .section h3.sub-title {
    font-size: 1.25rem;
    margin-top: 3.75rem;
  }

  .section-content {
    margin-top: 3.75rem;
  }

  .section-footer a {
    font-size: 1rem;
  }

  .card-feature h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 2.5rem 0 1rem;
  }

  .list-titles-item {
    width: 278px;
  }

  .list-social-item {
    width: 408px;
    min-height: 200px;
  }

  .list-social-item.big {
    width: 508px;
  }

  .card-feature-img {
    width: 120px;
  }

  .watch-image {
    width: 670px;
  }

  .social-author {
    font-size: 1rem;
  }

  /** Articles **/
  .card-article {
    margin-bottom: 1rem;
  }

  .card-article .art-meta .art-lbl {
    padding: 0.5rem 1rem 0.3125rem;
    border-radius: 39px;
    padding: 0.35rem 1rem;
    font-size: 0.75rem;
    margin-right: 0;
  }

  .card-article .art-meta .art-author {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
  }

  .card-article h3 {
    font-size: 1rem;
    margin: 0.5rem 0;
  }

  /** Pricing Boxes **/
  .pricing-boxes-wrapper {
    margin: 0 auto;
  }

  .col-pricing-box {
    width: auto;
  }

  .pricing-box {
    padding: 3.125rem 0.8125rem;
    margin: 0 0.3125rem;
  }

  .pricing-box h3 {
    margin-bottom: 1.875rem;
  }

  .pricing-box .plan-sep {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .pricing-box .price-original {
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #091c2f;
    opacity: 0.5;
    padding: 0 0.3rem;
    margin-bottom: 10px;
  }

  .pricing-box .price-original_span {
    font-size: 1rem;
  }

  .pricing-box .price-trial p {
    font-size: 0.8rem;
    margin-top: 10px;
  }

  .pricing-box .price-original:after {
    top: 50%;
    left: 30%;
    content: '';
    position: absolute;
    height: 1px;
    width: 40%;
    background: #091c2f;
    opacity: 0.7;
  }

  .pricing-box .choose-plan a,
  .pricing-box .choose-plan .btn {
    font-size: 1rem;
  }

  .pricing-box.big-box {
    margin-top: -0.5rem;
  }

  .section-our-plans .section-content {
    margin-top: 7.5rem;
  }

  .box-our-plans-details p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .box-our-plans-details .qualities span {
    padding: 0.6rem 1rem 0.5rem;
  }

  .plans-notes {
    color: rgba(255, 255, 255, 0.5);
  }

  /** Placeholders **/
  .list-social-item {
    margin-right: 2.25rem;
  }

  /** Footer **/
  footer {
    margin-top: 15.375rem;
  }

  footer .row {
    margin: 0;
  }

  footer .row > div {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo {
    height: 68px;
  }

  footer .footer-menu {
    margin-top: 5.4rem;
    padding-bottom: 1rem !important;
  }

  footer .footer-menu .footer-copy {
    margin-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  footer .footer-menu .footer-menu-links {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer p {
    font-size: 0.75rem;
  }

  footer .footer-menu-links a {
    font-size: 0.75rem;
    padding-right: 0.5rem;
  }

  footer .footer-menu .footer-copy {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 1200px) {
  /** Base Styles **/
  h1 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1rem;
  }

  p {
    font-size: 1rem;
  }

  /** Hero **/
  .hero h3 {
    margin-bottom: 2.25rem;
  }

  .hero-logo {
    margin-bottom: 5rem;
    width: 180px;
    display: none;
  }

  /** Sections **/
  .section-header {
    width: 62vw;
    margin: 0 auto;
  }

  .section-footer {
    margin-top: 3.75rem;
  }

  .card-feature {
    margin-top: 0;
  }

  .card-feature h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 2.5rem 0 1rem;
  }

  .card-feature-img {
    width: 160px;
  }

  .row-features {
    margin: 7.5rem -3.25rem 0;
  }

  .row-features > div {
    padding: 0 3.25rem;
  }

  .watch-image {
    width: 86%;
  }

  /** Pricing Boxes **/
  .pricing-boxes-wrapper {
    max-width: 1000px;
  }

  /** Articles **/
  .card-article h3 {
    font-size: 1.25rem;
  }

  /** Footer **/
  .footer-logo {
    height: 86px;
  }

  footer .footer-menu .footer-copy {
    padding-right: 1.875rem;
    margin-right: 1.875rem;
  }

  /** Spacers **/
  .sp-lg-3 {
    margin-top: 3.75rem;
  }

  .sp-lg-6 {
    margin-top: 6.875rem;
  }

  .sp-lg-7 {
    margin-top: 7.5rem;
  }

  .sp-lg-8 {
    margin-top: 8.75rem;
  }
}

@media (min-width: 1537px) {
  /** Containers **/
  .container-p-lg-lr-x2 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  /** Base Styles **/
  h1 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  p {
    font-size: 1.5rem;
  }

  /** Hero **/
  .hero {
    max-height: 1080px;
  }

  .hero h3 {
    margin-bottom: 2.5rem;
  }

  .hero-logo {
    margin-bottom: 5rem;
    width: 240px;
  }

  .btn.btn-lg {
    font-size: 1.25rem;
    padding: 1.2rem 2.4rem 1rem;
  }

  /** Sections **/
  .section h2 {
    font-size: 3rem;
  }

  .section h3.sub-title {
    font-size: 2.25rem;
  }

  .card-feature h3 {
    font-size: 2rem;
  }

  .card-feature-img {
    width: 200px;
  }

  .section-footer a {
    font-size: 1.25rem;
  }

  .list-titles-item {
    width: 326px;
  }

  .card-article h3 {
    font-size: 1.5rem;
  }

  .watch-image {
    max-width: 1390px;
  }

  .box-our-plans-details p {
    font-size: 1.5rem;
  }

  /** Social **/
  .social-text {
    font-size: 1.5rem;
  }

  .social-author {
    font-size: 1rem;
  }

  /** Pricing Boxes **/
  .pricing-boxes-wrapper {
    max-width: 1400px;
  }

  /** Footer **/
  .footer-logo {
    height: 132px;
  }
}

@media (min-width: 1921px) {
  body {
    background-color: #fff;
  }

  header,
  .container-p-lr,
  .container-p-l,
  .container-p-lg-lr-x2 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
