h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.section-header.normal h1,
.section-header.normal h2,
.section-header.normal h3,
.section-header.normal h4,
.section-header.normal h5,
.section-header.normal h6 {
    margin: 1.5625rem 0;
    color: #0a121c;
    font-weight: normal;
}
@media (max-width: 767.98px) {
    .section-header.normal h1,
    .section-header.normal h2,
    .section-header.normal h3,
    .section-header.normal h4,
    .section-header.normal h5, 
    .section-header.normal h6 {
        margin-top: 1.5625rem;
        font-size: 0.9375rem; 
        margin-bottom: 0.3125rem;
    }
}

.section-header.with-icons-pink h1,
.section-header.with-icons-pink h2,
.section-header.with-icons-pink h3,
.section-header.with-icons-pink h4,
.section-header.with-icons-pink h5,
.section-header.with-icons-pink h6 {
    margin: 3rem 0 0.9375rem 0;
    color: #e1bf90;
    font-weight: normal;
}

.section-header.classic {
    position: relative;
    margin: 0 0 2.1875rem 0;
}
.section-header.classic::before {
    content: "";
    position: absolute;
    height: 0.125rem;
    width: 100%;
    background: #0a121c;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.section-header.classic h1,
.section-header.classic h2,
.section-header.classic h3,
.section-header.classic h4,
.section-header.classic h5,
.section-header.classic h6 {
    margin: 0;
    color: #e1bf90;
    font-weight: 700;
    background: #fff;
    display: inline-block;
    padding-right: 1.25rem;
    letter-spacing: 0.0625rem;
}
@media (max-width: 767.98px) {
    .section-header.classic h1,
    .section-header.classic h2,
    .section-header.classic h3,
    .section-header.classic h4,
    .section-header.classic h5,
    .section-header.classic h6 {
        padding-left: 1.25rem;
    }
}

.section-header.text-uppercase {
    text-transform: uppercase;
}

.section-header.center {
    text-align: center;
}

.section-header.left {
    text-align: left;
}
@media (max-width: 767.98px) {
    .section-header.left {
        text-align: center;
        margin-top: 0.625rem;
    }
}

.section-header.right {
    text-align: right;
}

.social-icons {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
}
.social-icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.social-icons li a {
    color: #e1bf90;
    font-size: 40px;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}
.social-icons li a:hover {
    text-decoration: none;
    color: #ebd4b4;
}
.order-1 {
    order: 1;
}
@media (min-width: 992px) {
    .order-lg-0 {
        order: 0;
    }

    .h-496 {
        height: 496px !important;
    }

    .h-480 {
        height: 480px !important;
    }

    .h-590 {
        height: 590px !important;
    }
}

.about-section {
    border-bottom: 2px solid #0a121c;
}
.about-section .container {
    max-width: 1140px;
}
.about-section .container .section-heading-about {
    padding-top: 20px;
    border-bottom: 2px solid #0a121c;
    padding-bottom: 5px;
}
.about-section .container .section-heading-about.center {
    text-align: center;
}
.about-section .container .section-heading-about h3 {
    font-weight: 400;
    margin-bottom: 15px;
}
.about-section.ready-tidying .container .text-holder {
  padding: 0 15px;
}

@media(max-width: 547px) {
  .about-section .container .text-holder {
    padding: 10px 0;
  }

  .about-section.rules_tidying .text-holder_tidying ul li {
    padding: 15px 10px !important;
  }
}

@media (max-width: 768px) {
    .about-section.ready-tidying .items-center {
        display: block !important;
      }
}

@media (max-width: 991.98px) {
    .about-section .container .image-holder {
        border-right: 0;
    }
}
.about-section .container .image-holder img {
    padding: 30px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 991px) {
    .about-section.netfilx .container .image-holder img {
        max-height: 600px;
        padding: 20px 0;
        width: 100%;
        object-fit: cover;
        padding-bottom: 50px;
    }
}

@media (max-width: 991.98px) {
    .about-section .container .image-holder img {
        max-height: 100%;
        width: 100%;
        padding: 30px 0;
    }

    .about-section.netfilx .text-holder {
        padding: 0 15px;
    }
}
@media (max-width: 767.98px) {
    .about-section .container .image-holder img {
        padding: 10px 0;
    }
}
.about-section .container .image-holder .logo-mark {
    max-height: 140px;
    position: absolute;
    left: 20px;
    padding: 0;
    object-fit: contain;
    display: flex;
    width: auto;
    top: 80px;
}

@media (max-width: 768px) {
    .about-section .container .image-holder .logo-mark {
        left: 8px;
    }
}

@media (max-width: 767.98px) {
    .about-section.netfilx .container .text-holder {
        padding: 10px 15px;
    }
}
.about-section .container .text-holder h3 {
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    margin-top: 0;
}
.about-section .container .text-holder p {
    max-width: 439px;
}

@media (max-width: 991.98px) {
    .about-section .container .text-holder p {
        max-width: 100%;
    }
}
.about-section.early_ears,
.about-section.rules_tidying {
    border-bottom: 0;
}
.about-section.early_ears .border_bottom,
.about-section.rules_tidying .border_bottom {
    border-bottom: 2px solid #0a121c;
}
.about-section.early_ears .text-holder,
.about-section.rules_tidying .text-holder {
    height: 100%;
    padding: 0 10px;
}
.about-section.early_ears .text-holder.border_right,
.about-section.rules_tidying .text-holder.border_right {
    border-right: 2px solid #0a121c;
}
@media (max-width: 991.98px) {
    .about-section.early_ears .text-holder.border_right,
    .about-section.rules_tidying .text-holder.border_right {
        border-right: 0;
    }
}
@media (max-width: 991.98px) {
    .about-section.early_ears .text-holder,
    .about-section.rules_tidying .text-holder {
        border-right: 0;
    }
}
@media (max-width: 767.98px) {
    .about-section.early_ears .text-holder,
    .about-section.rules_tidying .text-holder {
        padding: 0 15px;
    }
}
.about-section.early_ears .text-holder p,
.about-section.rules_tidying .text-holder p {
    max-width: 439px;
}
@media (max-width: 991.98px) {
    .about-section.early_ears .text-holder p,
    .about-section.rules_tidying .text-holder p {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .about-section.early_ears .text-holder p:last-child,
    .about-section.rules_tidying .text-holder p:last-child {
        padding-bottom: 20px;
    }
}
.about-section.early_ears .image-holder,
.about-section.rules_tidying .image-holder {
    height: 100%;
    border-right: 0;
    padding: 0 10px;
}
.about-section.early_ears .image-holder.border_right,
.about-section.rules_tidying .image-holder.border_right {
    border-right: 2px solid #0a121c;
}
@media (max-width: 991.98px) {
    .about-section.early_ears .image-holder.border_right,
    .about-section.rules_tidying .image-holder.border_right {
        border-right: 0;
    }
}
.about-section.early_ears .image-holder img,
.about-section.rules_tidying .image-holder img {
    padding-left: 0;
}
@media (max-width: 767.98px) {
    .about-section.early_ears .image-holder img,
    .about-section.rules_tidying .image-holder img {
      padding: 15px 5px;
    }
}
.about-section.rules_tidying .text-holder_tidying {
    height: 100%;
    padding-bottom: 10px;
}

.about-section.rules_tidying .text-holder_tidying ul {
  padding: 0 10px;
}
@media (max-width: 991.98px) {
    .about-section.rules_tidying .text-holder_tidying {
        border-right: 0;
    }
}
.about-section.rules_tidying .text-holder_tidying .section-heading {
    border-bottom: 2px solid #0a121c;
    padding: 30px 10px;
}
@media (max-width: 991.98px) {
    .about-section.rules_tidying .text-holder_tidying .section-heading {
        padding: 10px;
    }
}
.about-section.rules_tidying .text-holder_tidying .section-heading h3 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
}
.about-section.rules_tidying .text-holder_tidying ul li {
    padding: 15px 30px;
    padding-bottom: 0;
    border-bottom: 2px solid #0a121c;
}

.about-section.rules_tidying .text-holder_tidying ul li:last-child {
    border-bottom: 0;
}
.about-section.rules_tidying .text-holder_tidying ul li h5 {
    font-weight: bold;
    font-size: 14px;
}
.about-section.rules_tidying .text-holder_tidying ul li a {
    font-size: 18px;
    color: #dbaa66;
}
@media (max-width: 767.98px) {
    .about-section.rules_tidying .text-holder_tidying ul li a {
        font-size: 16px;
    }
}
.about-section.rules_tidying .text-holder_tidying ul li a:hover {
    text-decoration: none;
}
.about-section.rules_tidying .text-holder_tidying ul li a p {
    margin-bottom: 10px;
    color: #dbaa66;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
  .about-section.rules_tidying .text-holder_tidying ul li {
      padding: 15px 0;
    }
}
@media (max-widith: 991px) {
    .about-section.rules_tidying .text-holder_tidying ul li a p {
        width: 100%;
    }
}
.about-section.rules_tidying .text-holder_tidying ul li a p span {
    color: #000;
    margin-left: 20px;
}
.about-section.rules_tidying .text-holder_tidying ul li .question {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}
.about-section.netfilx {
    padding-top: 30px;
    border-bottom: 0;
    padding-bottom: 20px;
}
@media (min-width: 991px) {
    .about-section.netfilx .padding-left-0 {
        padding-left: 0;
    }
}

.about-section.netfilx .text-holder h5 {
    font-size: 14px;
    font-weight: bold;
}
@media (max-width: 767.98px) {
    .about-section.netfilx {
        padding-top: 0;
    }
}
.about-section.netfilx .border_bottom {
    border-bottom: 2px solid #0a121c;
}
.about-section.netfilx h3 {
    padding-bottom: 0;
}
@media (max-width: 767.98px) {
    .about-section.netfilx h3 {
        padding-top: 0 !important;
    }
}
.about-section.netfilx .image-holder {
    border-right: 0;
}
.about-section.ready-tidying {
    border-bottom: 0;
}

@media(max-width: 768px) {
  .about-section.netfilx .image-holder {
    padding: 0 15px;
  }
}
.about-section.ready-tidying .items-center {
    display: flex;
    align-items: center;
}
.about-section.ready-tidying .border_bottom {
    border-bottom: 2px solid #0a121c;
}
.about-section.ready-tidying .rule-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 30px;
}
.rule-link span {
    margin-left: 15px;
}
.about-section.ready-tidying .text-holder h5 {
    font-size: 14px;
    font-weight: bold;
}
@media (max-width: 991.98px) {
    .about-section.ready-tidying .rule-link {
        justify-content: center;
    }
}
@media (max-width: 767.98px) {
    .about-section.ready-tidying .rule-link {
        padding-left: 15px;
        padding-top: 0;
    }
}
.about-section.ready-tidying .rule-link a {
    font-size: 18px;
    color: #dbaa66;
}
.about-section.ready-tidying .rule-link a:hover {
    text-decoration: none;
}
.about-section.social {
    padding: 30px 0;
}
@media (max-width: 767.98px) {
    .about-section.social {
        padding: 10px;
    }
}
.about-section.social .section-heading h3 {
    font-weight: 400;
    margin-bottom: 0;
    padding: 0 30px;
}
@media (max-width: 991.98px) {
    .about-section.social .section-heading h3 {
        text-align: center;
    }
}
.about-section.social .social-icons {
    display: flex;
    justify-content: center;
    padding: 0 30px;
    margin-bottom: 10px;
}

.rule01-section .container {
    max-width: 1140px;
}
.rule01-section .container .border_bottom {
    border-bottom: 2px solid #0a121c;
}
.rule01-section .container .section-heading-rule01 {
    padding-top: 20px;
    border-bottom: 2px solid #0a121c;
    padding-bottom: 5px;
}
.rule01-section .container .section-heading-rule01.center {
    text-align: center;
}
.rule01-section .container .section-heading-rule01 h3 {
    font-weight: 400;
    margin-bottom: 15px;
}
.rule01-section .container .text-holder {
    padding: 30px;
    height: 100%;
}
@media (max-width: 991.98px) {
    .rule01-section .container .text-holder {
        border-right: 0;
        padding-bottom: 0;
    }
}

.rule01-section .container .text-holder p {
    max-width: 429px;
}
@media (max-width: 991.98px) {
    .rule01-section .container .text-holder p {
        max-width: 100%;
    }
}
.rule01-section .container .text-holder ul li {
    margin: 15px 0;
}
.rule01-section .container .text-holder ul li a {
    color: #dbaa66;
    font-size: 18px;
}
.rule01-section .container .text-holder ul li a:hover {
    text-decoration: none;
}
.rule01-section .container .text-holder h3 {
    font-weight: 400;
    margin-bottom: 30px;
}
.rule01-section .container .image-holder {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    padding-left: 30px;
}
.rule01-section .container .image-holder.full-height img {
    max-height: 100%;
}
.rule01-section .container .image-holder img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    .rule01-section .container .image-holder img {
        max-height: 100%;
        width: 100%;
        height: 100%;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
  .rule01-section .container .image-holder {
      padding: 30px 5px;
      padding-top: 10px;
  }

  .rule01-section .container .image-holder img {
    padding: 0 10px;
  }
}
.rule01-section .container .image-holder.padding-left-0 {
    padding-left: 0;
}
@media (max-width: 991.98px) {
    .rule01-section .container .image-holder.padding-left-0 {
        padding-left: 30px;
    }
}
@media (max-width: 767.98px) {
    .rule01-section .container .image-holder.padding-left-0 {
        padding-left: 10px;
    }
}

.rule01-section.commitment-1 .image-holder {
    padding: 30px;
    height: 100%;
}

@media (max-width: 991.98px) {
    .rule01-section.commitment-1 .image-holder.border_right {
        border-right: 0;
    }
}
.rule01-section.commitment-1 .image-holder.border_bottom {
    border-bottom: 2px solid #0a121c;
}
@media (max-width: 991.98px) {
    .rule01-section.commitment-1 .image-holder img {
        padding: 0;
    }
    .rule01-section.commitment-1 .image-holder.border_bottom {
      padding-top: 0;
  }
}
@media (max-width: 768px) {
  .rule01-section.commitment-1 .image-holder {
      padding: 30px 15px;
      padding-top: 0;
  }

  .rule01-section.commitment-1 .image-holder.last-image {
      padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
    .rule01-section.commitment-1 .text-holder {
        padding: 30px 15px;
        padding-bottom: 0;
    }
    .rule01-section .container .text-holder ul li {
      margin: 5px 0;
    }
}




@media (max-width: 991.98px) {
    .rule01-section.commitment-2 .border_right {
        border-right: 0;
    }
}

.rule01-section.commitment-2 .text-holder {
    height: auto;
    padding: 30px;
    border-right: 0;
}

@media (max-width: 768px) {
  .rule01-section .container .text-holder {
      padding: 10px 15px;
  }
}

@media (max-width: 991.98px) {
    .rule01-section.commitment-2 .text-holder h3 {
        margin-bottom: 20px;
    }
}
.rule01-section.commitment-2 .text-holder.right_side {
    padding-bottom: 20px;
}

@media (min-width: 991px) {
    .rule01-section.commitment-2 .text-holder.right_side.when-text > p {
        padding-bottom: 0;
    }
}

.rule01-section.commitment-2 .text-holder.right_side p {
    max-width: 100%;
    padding: 40px 0;
    font-size: 14px;
}
@media (max-width: 991.98px) {
    .rule01-section.commitment-2 .text-holder.right_side p {
        padding: 0 15px;
    }
}

.rule01-section.commitment-2 .image-holder {
    padding: 0 30px;
    padding-top: 0;
}
@media (max-width: 991.98px) {
    .rule01-section.commitment-2 .image-holder {
        padding: 30px 0;
    }
}
@media (max-width: 767.98px) {
    .rule01-section.commitment-2 .image-holder {
        padding: 0;
    }
}
.rule01-section.commitment-2 .image-holder.right_side p {
    max-width: 100%;
    padding: 40px 0;
    padding-left: 30px;
    font-size: 13px;
}
@media (max-width: 991.98px) {
    .rule01-section.commitment-2 .image-holder.right_side p {
        padding: 0 30px;
    }
}
@media (max-width: 767.98px) {
    .rule01-section.commitment-2 .image-holder.right_side p {
        padding: 0 10px;
        padding-left: 0;
    }
}

.rule01-section.commitment-2 .right_side {
    padding-left: 30px;
    padding-bottom: 100px;
    margin-top: 10px;
}

.rule01-section.commitment-2 .right_side.rule-page {
    margin-top: 30px;
}

.rule01-section.commitment-2 .right_side.rule-page-6 {
    margin-top: -12px;
}
.rule01-section.commitment-2 .right_side .products {
  margin-bottom: 30px;
  max-width: 330px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .rule01-section.commitment-2 .right_side {
        padding-left: 0;
        padding-bottom: 10px !important;
    }

    .rule01-section.commitment-2 .right_side > div {
      max-width: 50%;
    }

    .rule01-section.commitment-2 .right_side > div:first-child {
      float: left;
    }
    .rule01-section.commitment-2 .right_side > div:nth-child(2) {
      float: right;
    }
}

@media (max-width: 547px) {
  .rule01-section.commitment-2 .right_side > div {
    max-width: 100%;
  }

  .rule01-section.commitment-2 .right_side > div:first-child {
    float: unset;
  }
  .rule01-section.commitment-2 .right_side > div:nth-child(2) {
    float: unset;
  }
}

.rule01-section.commitment-2 .right_side .image-holder {
    padding: 0;
    background: #e8e8e8;
}
.rule01-section.commitment-2 .right_side .image-holder img {
    max-height: 300px;
}
@media (max-width: 991.98px) {
    .rule01-section.commitment-2 .right_side .image-holder img {
        max-height: 100%;
        padding: 0 !important;
    }

    .rule01-section.commitment-2 .right_side .image-holder {
      margin: 0 15px;
    }
}
@media (max-width: 547px) {
    .rule01-section.commitment-2 .right_side .image-holder img {
        padding-bottom: 0;
    }
}
.rule01-section.commitment-2 .right_side .product_info {
    background-color: #e8e8e8;
}
@media (max-width: 991.98px) {
    .rule01-section.commitment-2 .right_side .product_info {
        margin: 0 15px;
    }
}

.rule01-section.commitment-2 .right_side .product_info h3 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    padding: 8px;
    word-break: break-all;
}
.rule01-section.commitment-2 .right_side .product_info h3 a {
    color: #0a121c;
    padding-bottom: 0;
}
.rule01-section.commitment-2 .right_side .product_info h3 a:hover {
    text-decoration: none;
}
.rule01-section.commitment-2 .right_side .product_info h3.product__price {
    margin-top: 0;
    font-size: 18px;
}
.rule01-section.commitment-2 .right_side .product_info a {
    color: #dbaa66;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}
.rule01-section.commitment-2 .right_side .product_info a:hover {
    text-decoration: none;
}
.rule01-section.commitment-2 .right_side .cart {
    background-color: #f8e9f0;
    padding: 5px 0;
    border: 0;
    display: block;
}
.rule01-section.commitment-2 .right_side .cart:focus {
    outline: none;
}
@media (max-width: 991.98px) {
    .rule01-section.commitment-2 .right_side .cart {
        margin: 0 15px;
    }
}

.rule01-section.commitment-2 .right_side .cart a {
    color: #0a121c;
    display: block;
    text-align: center;
}
.rule01-section.commitment-2 .right_side .cart a:hover {
    text-decoration: none;
}

.rule01-section.recaping-rule {
    border-bottom: 2px solid #0a121c;
}
.rule01-section.recaping-rule .text-holder {
    border-right: 0;
}
.rule01-section.recaping-rule .text-holder h3 {
    text-align: center;
    font-size: 25px;
}
.rule01-section.recaping-rule .text-holder p {
    font-family: "Columbia Sans";
    font-weight: 400;
    margin: 0 0 0.5em;
    max-width: 100%;
    text-align: center;
    font-size: 25px;
}

.rule01-section.life-changing {
    border-bottom: 2px solid #0a121c;
}
@media (min-width: 992px) {
    .rule01-section.life-changing .row {
        display: flex;
        align-items: center;
    }
}


@media (max-width: 991.98px) {
    .rule01-section.life-changing .border_right {
        border-right: 0;
    }
}
.rule01-section.life-changing .image-holder {
    padding: 0px;
}
@media (max-width: 991.98px) {
    .rule01-section.life-changing .image-holder {
        padding: 30px 0;
    }
}
.rule01-section.life-changing .text-holder {
    border-right: 0;
    padding-left: 15px;
}
@media (max-width: 991.98px) {
    .rule01-section.life-changing .text-holder {
        padding: 0 30px;
    }
    .rule01-section.life-changing .container .image-holder img {
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .rule01-section.life-changing .text-holder {
        padding: 0 15px;
    }
}
.rule01-section.life-changing .text-holder h3 {
    max-width: 200px;
}
@media (max-width: 991.98px) {
    .rule01-section.life-changing .text-holder h3 {
        max-width: 100%;
    }
}
.rule01-section.life-changing .rule-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 30px;
}
@media (max-width: 991.98px) {
    .rule01-section.life-changing .rule-link {
        justify-content: center;
    }
}
@media (max-width: 767.98px) {
    .rule01-section.life-changing .rule-link {
        padding-left: 10px;
    }
}
.rule01-section.life-changing .rule-link a {
    font-size: 18px;
    color: #dbaa66;
}
.rule01-section.life-changing .rule-link a:hover {
    text-decoration: none;
}

.rule01-section.video h3 {
    padding: 20px 0;
    text-align: center;
    font-weight: 400;
}

.rule01-section.video .videos-wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .rule01-section.video .videos-wrapper {
        display: block;
        text-align: center;
    }
}
.rule01-section.video .videos-wrapper a h5 {
    padding-top: 10px;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .rule01-section.video .videos-wrapper a h5 {
        margin-bottom: 30px;
    }
}

.rule01-section.video .videos-wrapper a:hover {
    text-decoration: none;
}
.list-unstyled {
    margin: 0;
}

@media (min-width: 992px) {
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .mt-0 {
        margin-top: 0 !important;
    }
}


.email_form input:focus::placeholder {
    color: transparent;
}

.email_form textarea:focus::placeholder {
    color: transparent;
}

.email_form input::placeholder {
    color: #eaeaea;
}

.email_form textarea::placeholder {
    color: #eaeaea;
}
.email_form {
    display: flex;
    justify-content: center;
}
@media (max-width: 991.98px) {
    .email_form {
        padding: 0;
    }

    .email_form > .row {
      width: 100%;
    }

    .email_form > .row .form-group {
      padding: 0;
    }

    #shopify-section-konmari-marie-kondo-about,
    #shopify-section-konmari-when-to-tidy-about,
    #shopify-section-konmari-rule1-about,
    #shopify-section-konmari-rule2-about,
    #shopify-section-konmari-rule3-about,
    #shopify-section-konmari-rule4-about,
    #shopify-section-konmari-rule5-about,
    #shopify-section-konmari-rule6-about{ 
      overflow-x: hidden;
    }
}

.email_form .form-control {
    border: 1px solid #0a121c;
    background: #faf8f6;
    border-radius: 0;
    font-size: 15px;
}
.email_form input {
    height: 45px;
}
.email_form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.email_form .form-control::placeholder {
    color: #0a121c;
}
.email_form .btn-submit {
    background-color: #0a121c;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
    font-size: 18px;
}
.email_form .btn-submit:hover {
    text-decoration: none;
}

.rule01-section.video .videos-wrapper img {
  width: 100%;
}

.rule01-section .right_side .js-qty {
    display: none;
}
.rule01-section .right_side .cart > form {
    display: flex;
    justify-content: center;
}
.rule01-section .right_side .cart > form p {
    font-size: 16px;
    margin-bottom: 0;
    padding: 7px;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 991px) {
  .equal-height-row {
    display: flex;
    flex-wrap: wrap;
  }

  .padding-right-0 {
    padding-right: 0;
  }

  .padding-left-0 { 
    padding-left: 0;
  }
  
  .equal-height-row [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
  
  .border-right {
    border-right: 2px solid #0a121c;
  }
}

