﻿@import url(https://use.typekit.net/tnu1lpz.css);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
  font-family: inherit;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

button:focus {
  outline: 0;
}

html {
  color: #646464;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 12px;
  }
}

.container {
  max-width: 1450px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: brother-1816, sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
}

h1 {
  font-size: 3.125rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  color: #646464;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.btn-primary {
  background: #ffc016;
  border: 2px solid #ffc016;
  border-radius: 10px;
  color: #2e2e2e;
  font-family: brother-1816, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 8px 44px;
  position: relative;
  overflow: hidden;
  transition: background 1.5s ease;
  z-index: 1;
}

.btn-primary:hover {
  background: #fff;
  border: 2px solid #ffc016;
  color: #2e2e2e;
  z-index: 1;
}

img {
  height: auto;
  max-width: 100%;
}

hr {
  border: 0;
  border-bottom: 2px solid #ce6812;
  margin: 50px 0;
}

header {
  background: #fff;
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  z-index: 3;
}

header .topbar {
  background: #011c20;
  padding: 15px 0;
  text-align: center;
}

header .topbar p {
  color: #fff;
  margin-bottom: 0;
}

header .topbar span {
  display: inline-block;
  padding: 0 5px;
}

header .topbar a {
  color: #fff;
  text-decoration: underline;
}

header .topbar a:hover {
  text-decoration: none;
}

header .navbar-brand img {
  width: auto;
  max-height: 40px;
  transition: max-height 0.4s ease;
}

@media (max-width: 1250px) {
  header .navbar-brand img {
    max-height: 28px;
  }
}

@media (max-width: 768px) {
  header .navbar-brand img {
    max-height: 25px;
  }
}

@media (max-width: 7668px) {
  header .navbar-brand {
    padding: 15px 0;
  }
}

header .navbar-toggler span {
  background-color: #000;
  height: 4px;
  width: 34px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.6s;
  position: relative;
  transform: none;
  top: 0;
}

header .navbar-toggler.active span:first-child {
  transform: rotate(45deg);
  top: 10px;
}

header .navbar-toggler.active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

header .navbar-toggler.active span:last-child {
  transform: rotate(-45deg);
  top: -8px;
}

header .navbar-nav {
  padding: 25px 0;
  margin: 0 auto;
  transition: padding 0.4s ease;
}

header .navbar-nav li {
  padding: 0 25px;
}

header .navbar-nav li:first-child {
  padding-left: 0;
}

header .navbar-nav li:last-child {
  padding-right: 0;
}

@media (max-width: 1250px) {
  header .navbar-nav li {
    padding: 0 8px;
  }
}

header .navbar-nav li a {
  color: #aaa;
  font-family: brother-1816, sans-serif;
  font-weight: 500;
}

header .navbar-nav li a:hover {
  color: #1e212e;
}

header .navbar-button {
  text-align: right;
  width: 285px;
}

.sticky-header header {
  position: fixed;
}

.sticky-header header .navbar-brand img {
  max-height: 25px;
}

.sticky-header header .navbar-nav {
  padding: 10px 0;
}
.navbar-nav .nav-link {
  cursor: pointer;
  color: #aaa !important;
}

@media (max-width: 991px) {
  #navbarNav {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    padding: 0 30px;
    background-color: #fff;
    transition: left 0.3s ease;
  }

  #navbarNav.show {
    left: 0;
  }

  #navbarNav .navbar-nav li {
    padding: 0;
  }

  #navbarNav .navbar-nav li:first-child,
  #navbarNav .navbar-nav li:last-child {
    padding: 0;
  }

  #navbarNav .navbar-nav li a {
    font-size: 1.5rem;
  }
  #navbarNav .button-right .btn {
    margin-bottom: 10px;
    min-width: 175px;
  }
}

.header-fix {
  display: none;
}

.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 160px);
  position: relative;
  z-index: 1;
}

.hero::before {
  content: "";
  background: url(../img/bg-hero-overlay.png) left top no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

@media (max-width: 768px) {
  .hero::before {
    display: none;
  }
}

.hero .hero-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.hero .hero-inner h1 {
  color: #fff;
  margin-bottom: 27px;
}

.hero .hero-inner p {
  color: #fff;
  font-family: brother-1816, sans-serif;
  font-size: 1.625rem;
  margin-bottom: 27px;
}

@media (max-width: 768px) {
  .hero .hero-inner {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 90%;
  }

  .hero .hero-inner br {
    display: none;
  }

  .hero .hero-inner h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .hero .hero-inner p {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.intro {
  padding: 110px 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .intro {
    padding: 57px 0 15px;
  }
}

.intro .intro-inner {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.intro .intro-inner h2 {
  margin-bottom: 40px;
}

.intro .intro-inner h2 span {
  color: #cc7600;
}

.intro .intro-inner p {
  margin: 0 auto 40px;
  max-width: 80%;
}

.intro .intro-inner p strong {
  color: #343434;
  font-size: 1.375rem;
  font-weight: 500;
}

.how-it-works {
  background: url(../img/bg-ellipse.png) center center no-repeat;
  background-size: 50%;
  padding: 15px 0 110px;
  position: relative;
}

@media (max-width: 768px) {
  .how-it-works {
    padding: 0 0 60px;
  }
}

.how-it-works .title-wrap {
  margin-bottom: 50px;
  text-align: center;
}

.how-it-works .title-wrap h2 {
  margin-bottom: 0;
}

.how-it-works .item-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .how-it-works .item-wrap {
    display: block;
  }

  .how-it-works .item-wrap .item {
    margin-bottom: 57px;
  }

  .how-it-works .item-wrap .item img {
    width: 100%;
    max-height: auto;
    margin: 0 auto;
  }
}

.how-it-works .item-wrap .item {
  flex: 0 0 33.3%;
}

.how-it-works .item-wrap .item img {
  display: block;
  max-height: 300px;
  margin-bottom: 20px;
  width: auto;
}

.how-it-works .item-wrap .item .item-content {
  position: relative;
  padding: 0 50px 0 100px;
}

.how-it-works .item-wrap .item .item-content span {
  color: #ff973e;
  font-family: brother-1816, sans-serif;
  font-size: 79px;
  font-weight: 500;
  line-height: 1;
  display: block;
  text-align: right;
  position: absolute;
  top: -10px;
  left: -120px;
  width: 200px;
}

.how-it-works .item-wrap .item .item-content h3 {
  font-size: 1.5rem;
  letter-spacing: -1px;
  margin: 0 0 10px;
}

.how-it-works .item-wrap .item .item-content p {
  margin-bottom: 0;
}

.how-it-works .item-wrap .item:nth-child(2) h3 {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .how-it-works .item-wrap .item:nth-child(2) h3 {
    padding-top: 0;
  }
}

.about {
  background: url(../img/bg-everything.jpg) top center no-repeat;
  background-size: cover;
  border-radius: 20%/50%;
  padding: 130px 0;
}

@media (max-width: 1400px) {
  .about {
    border-radius: 40px;
  }
}

.about .about-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .about .about-inner {
    display: block;
    max-width: 100%;
  }
}

.about .content-wrap,
.about .title-wrap {
  flex: 0 0 50%;
}

.about .title-wrap {
  margin-top: -14px;
}

.about .title-wrap h3 {
  color: #fff;
  margin: 0;
  line-height: 1.56;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .about .title-wrap h3 {
    line-height: 1.73;
    margin-bottom: 30px;
  }
}

.about .content-wrap h4 {
  color: #fff;
  font-size: 1.375rem;
  letter-spacing: 0;
  margin: 0 0 15px;
}

.about .content-wrap p {
  color: #fff;
}

.choose-your-plan {
  padding: 30px 0 170px;
}

.FaqSection {
  padding: 30px 0 0;
}

.FaqSection .accordion {
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .choose-your-plan {
    padding: 100px 0;
  }
}

.choose-your-plan .title-wrap {
  text-align: center;
}

.choose-your-plan .title-wrap h2 {
  margin-bottom: 40px;
}

.choose-your-plan .content-wrap {
  text-align: center;
}

.choose-your-plan .content-wrap p strong {
  color: #3b3b3b;
  font-weight: 700;
}

.choose-your-plan .plan-wrap {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .choose-your-plan .plan-wrap {
    overflow-x: auto;
  }
}

.choose-your-plan .plan-wrap table {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}

@media (max-width: 1024px) {
  .choose-your-plan .plan-wrap table {
    max-width: 100%;
  }
}

.choose-your-plan .plan-wrap table thead {
  width: 100%;
}

.choose-your-plan .plan-wrap table thead th {
  background: #fff;
  font-weight: 400;
  font-family: brother-1816, sans-serif;
  font-weight: 500;
  padding: 0 0 10px;
  width: 18%;
  text-align: center;
  vertical-align: bottom;
}

.choose-your-plan .plan-wrap table thead th:first-child {
  position: sticky;
  left: 0;
  text-align: left;
  width: 28%;
}

.choose-your-plan .plan-wrap table thead th p {
  color: #646464;
  font-size: 14px;
}

.choose-your-plan .plan-wrap table thead th p span {
  color: #ce6812;
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.choose-your-plan .plan-wrap table tbody td {
  background: #fff;
  color: #363636;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0;
  text-align: center;
}

.choose-your-plan .plan-wrap table tbody td span {
  display: block;
  font-size: 28px;
  font-weight: 500;
}

.choose-your-plan .plan-wrap table tbody td:first-child {
  color: #646464;
  font-size: 18px;
  text-align: left;
  position: sticky;
  left: 0;
}

.choose-your-plan .plan-wrap table tr {
  border-bottom: 1px solid #e2e2e2;
}

.choose-your-plan .plan-wrap table tr.price-row {
  border-bottom: 0;
}

.choose-your-plan .plan-wrap table tr.price-row td {
  font-family: brother-1816, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
}

.choose-your-plan .plan-wrap table tr.price-row small {
  color: #646464;
  display: block;
  font-size: 0.75rem;
}

.choose-your-plan .plan-wrap table tr.price-row sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  top: -10px;
}

.choose-your-plan .plan-wrap table tr.price-row span {
  color: #646464;
  display: inline;
  font-family: brother-1816, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.choose-your-plan .plan-wrap table tr.price-row .save10 {
  color: #363636;
  display: inline;
  font-family: brother-1816, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.choose-your-plan .plan-wrap table tr.price-row a {
  display: block;
  margin: 15px 10px 5px;
  padding: 8px 33px;
}

.choose-your-plan .plan-wrap table .icon-check {
  background: url(../img/icon-check.svg) top center no-repeat;
  display: block;
  height: 29px;
  margin: 0 auto;
  width: 29px;
}

.choose-your-plan .plan-wrap table .icon-x {
  background: url(../img/icon-x.svg) top center no-repeat;
  display: block;
  height: 29px;
  margin: 0 auto;
  width: 29px;
}

@media (max-width: 1200px) {
  .choose-your-plan .plan-wrap table tr.price-row a {
    font-size: 1rem;
    padding: 8px 20px;
  }
}

@media (max-width: 768px) {
  .choose-your-plan .plan-wrap table tbody td {
    padding-right: 30px;
  }

  .choose-your-plan .plan-wrap table tbody td:first-child {
    font-size: 12px;
  }

  .choose-your-plan .plan-wrap table tr.price-row a {
    font-size: 1rem;
    min-width: 160px;
    margin: 0 10px 5px;
  }
}

.section-container {
  display: flex;
  flex-direction: column;
}

.section {
  margin-bottom: 20px;
}

.section-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-couch-cushion {
  background: #1e212e;
  border-radius: 20%;
  padding: 90px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 1400px) {
  .why-couch-cushion {
    border-radius: 40px;
  }
}

@media (max-width: 991px) {
  .why-couch-cushion br {
    display: none;
  }
}

.why-couch-cushion .why-inner {
  text-align: center;
  margin: 0 auto;
}

.why-couch-cushion .why-inner h2 {
  color: #fff;
}

.why-couch-cushion .why-inner p {
  color: #fff;
}

.why-couch-cushion .why-inner p:first-of-type {
  font-family: brother-1816, sans-serif;
  font-size: 1.5rem;
}

.why-couch-cushion .feature-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 110px;
  justify-content: center;
  max-width: 1030px;
  margin: 100px auto 0;
}

@media (max-width: 991px) {
  .why-couch-cushion .feature-wrap {
    gap: 40px;
    margin-top: 60px;
  }
}

.why-couch-cushion .feature-wrap .feature {
  flex-basis: calc(33.33% - 110px);
  text-align: center;
}

@media (max-width: 991px) {
  .why-couch-cushion .feature-wrap .feature {
    flex-basis: 50%;
  }
}

.why-couch-cushion .feature-wrap .feature h3 {
  color: #fff;
  font-size: 1.5rem;
  margin: 15px 0;
  letter-spacing: -1px;
}

.why-couch-cushion .feature-wrap .feature p {
  color: #fff;
  margin: 0;
}

.why-couch-cushion .feature-wrap .feature small {
  display: block;
  color: #d3d3d3;
  font-size: 12px;
  margin-top: 15px;
}

.why-couch-cushion .button-wrap {
  text-align: center;
  margin-top: 110px;
}

@media (max-width: 991px) {
  .why-couch-cushion .button-wrap {
    margin-top: 60px;
  }
}

.video {
  background: url(../img/bg-easy.jpg) top center no-repeat;
  background-size: cover;
  padding: 445px 0 195px;
  position: relative;
  top: -250px;
  margin-bottom: -250px;
  z-index: 1;
}

.video .video-inner {
  text-align: center;
}

.video .video-inner h2 {
  color: #fff;
}

.video .video-inner p {
  color: #fff;
}

.video .video-inner .play-video {
  display: block;
  margin-top: 65px;
  visibility: hidden;
}

.form {
  padding: 120px 0;
}

.form .form-inner {
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}

.form .form-inner .login-buttons {
  margin: 60px 0 0;
}

.form .form-inner .login-buttons ul {
  display: flex;
  gap: 10px;
}

.form .form-inner .login-buttons ul li {
  flex: 0 0 50%;
  margin: 0;
  padding: 0;
}

.form .form-inner .login-buttons ul li a {
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  color: #646464;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.form .form-inner .login-buttons ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #cbcbcb;
  transition: left 0.5s;
  z-index: -1;
}

.form .form-inner .login-buttons ul li a:hover::before {
  left: 0;
  transition: left 0.5s;
  z-index: -1;
}

.form .form-inner .login-buttons ul li a img {
  margin-right: 20px;
  height: 29px;
}

@media (max-width: 768px) {
  .form .form-inner .login-buttons ul li a img {
    margin-right: 10px;
    height: 24px;
  }
}

.form .form-inner .or-divider {
  color: #e6e6e6;
  position: relative;
  margin: 40px 0;
}

.form .form-inner .or-divider:before {
  content: "";
  border: 1px solid #e8e8e8;
  position: absolute;
  width: calc(50% - 19px);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.form .form-inner .or-divider:after {
  content: "";
  border: 1px solid #e8e8e8;
  width: calc(50% - 19px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.form .form-inner .form-wrap {
  text-align: left;
}

.form .form-inner .form-wrap label {
  display: none;
}

.form .form-inner .form-wrap input[type="email"],
.form .form-inner .form-wrap input[type="password"],
.form .form-inner .form-wrap input[type="text"] {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-size: 1.125rem;
  padding: 30px 27px;
}

.form .form-inner .form-wrap p {
  color: #adadad;
  font-size: 0.875rem;
  margin: 40px auto 27px;
  max-width: 420px;
  text-align: center;
}

.form .form-inner .form-wrap p a {
  color: #adadad;
}

.form .form-inner .form-wrap button {
  display: block;
  margin: 0 auto;
  width: 300px;
}

footer {
  background: #1e212e;
  padding: 66px 0 25px;
}

@media (min-width: 1200px) {
  footer {
    padding: 66px 30px 25px;
  }

  footer [class*="col-"] {
    padding: 0;
  }
}

footer .footer-logo {
  max-width: 100%;
}

@media (max-width: 768px) {
  footer .footer-logo {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  footer .footer-logo {
    display: block;
    margin: 0 auto 40px;
  }
}

footer h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  footer h4.accordion-header {
    border-bottom: 1px solid #886300;
    padding-bottom: 10px;
  }
}

footer .footer-nav {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  footer .footer-nav {
    margin-bottom: 25px;
  }
}

footer .footer-nav li {
  line-height: 1.8;
  font-size: 0.938rem;
}

footer .footer-nav li a {
  color: #fff;
}

footer .credit-cards {
  margin-top: 30px;
}

@media (max-width: 768px) {
  footer .credit-cards {
    display: none;
  }
}

footer .footer-contact {
  color: #fff;
}

footer .footer-contact a {
  color: #fff;
  display: block;
  margin-bottom: 15px;
}

footer .footer-social {
  margin-top: 40px;
}

footer .footer-social ul li {
  display: inline-block;
  margin-right: 5px;
}

footer .footer-social ul li a:hover img {
  opacity: 0.8;
}

.footer-bottom {
  background: #ffc016;
  padding: 15px 0;
}

@media (max-width: 768px) {
  .footer-bottom {
    text-align: center;
  }
}

.footer-bottom p {
  color: #000;
  margin: 0;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.update-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.update-progress img {
  max-height: 200px;
  z-index: 10001;
}

.update-progress.small img {
  max-height: 25px;
}

.update-progress p {
  color: black;
  font-size: 20px;
}

#accordionFAQs button {
  width: 100%;
  text-align: left;
  padding: 0.75rem 1.25rem;
  color: rgba(30, 33, 46, 1);
  text-decoration: none;
  font-family: brother-1816, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

#accordionFAQs .card-header {
  padding: 0;
  background: #e6e6e6;
  border-bottom: none;
  /*border: 1px solid rgba(30,33,46,0.75);*/
}

#accordionFAQs .card {
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
