@charset "UTF-8";

@-webkit-keyframes floating {
    0% {
        opacity: 0;
        -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
        transform: translateX(7%) translateY(50%) rotate(-15deg);
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
        transform: translateX(7%) translateY(20%) rotate(0deg);
    }
}

@keyframes floating {
    0% {
        opacity: 0;
        -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
        transform: translateX(7%) translateY(50%) rotate(-15deg);
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
        transform: translateX(7%) translateY(20%) rotate(0deg);
    }
}

@-webkit-keyframes floatingReverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
        transform: translateX(4%) translateY(50%) rotate(20deg);
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
        transform: translateX(4%) translateY(0%) rotate(0deg);
    }
}

@keyframes floatingReverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
        transform: translateX(4%) translateY(50%) rotate(20deg);
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
        transform: translateX(4%) translateY(0%) rotate(0deg);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        opacity: 0;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
            0 1px 1px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
            0 1px 1px 0 rgba(0, 0, 0, 0.16);
    }

    100% {
        -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
            0 1px 1px 32px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
            0 1px 1px 32px rgba(0, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
            0 1px 1px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
            0 1px 1px 0 rgba(0, 0, 0, 0.16);
    }

    100% {
        -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
            0 1px 1px 32px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
            0 1px 1px 32px rgba(0, 0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Rozmiar czcionki dla najwyzszego diva */

#custommerce-pl-rc {
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    text-align: left;
    color: #414141;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc {
        font-size: 14px;
    }
}

#custommerce-pl-rc .pc-margin-top-xs {
    padding-top: 1.5em;
}

#custommerce-pl-rc .pc-margin-bottom-xs {
    padding-bottom: 1.5em;
}

#custommerce-pl-rc .pc-margin-top-s {
    padding-top: 3em;
}

#custommerce-pl-rc .pc-margin-bottom-s {
    padding-bottom: 3em;
}

#custommerce-pl-rc .pc-margin-top-m {
    padding-top: 4em;
}

#custommerce-pl-rc .pc-margin-bottom-m {
    padding-bottom: 4em;
}

#custommerce-pl-rc .pc-margin-top-l {
    padding-top: 6em;
}

#custommerce-pl-rc .pc-margin-bottom-l {
    padding-bottom: 6em;
}

#custommerce-pl-rc .pc-margin-top-xl {
    padding-top: 8em;
}

#custommerce-pl-rc .pc-margin-bottom-xl {
    padding-bottom: 8em;
}

#custommerce-pl-rc .pc-margin-top-xxl {
    padding-top: 10em;
}

#custommerce-pl-rc .pc-margin-bottom-xxl {
    padding-bottom: 10em;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .pc-margin-top-xs {
        padding-top: 1em;
    }

    #custommerce-pl-rc .pc-margin-bottom-xs {
        padding-bottom: 1em;
    }

    #custommerce-pl-rc .pc-margin-top-s {
        padding-top: 2em;
    }

    #custommerce-pl-rc .pc-margin-bottom-s {
        padding-bottom: 2em;
    }

    #custommerce-pl-rc .pc-margin-top-m {
        padding-top: 3em;
    }

    #custommerce-pl-rc .pc-margin-bottom-m {
        padding-bottom: 3em;
    }

    #custommerce-pl-rc .pc-margin-top-l {
        padding-top: 4em;
    }

    #custommerce-pl-rc .pc-margin-bottom-l {
        padding-bottom: 4em;
    }

    #custommerce-pl-rc .pc-margin-top-xl {
        padding-top: 5em;
    }

    #custommerce-pl-rc .pc-margin-bottom-xl {
        padding-bottom: 5em;
    }

    #custommerce-pl-rc .pc-margin-top-xxl {
        padding-top: 6em;
    }

    #custommerce-pl-rc .pc-margin-bottom-xxl {
        padding-bottom: 6em;
    }
}

#custommerce-pl-rc .pc-margin-top-deca {
    margin-top: 0.5em;
}

#custommerce-pl-rc .pc-margin-bottom-deca {
    margin-bottom: 0.5em;
}

#custommerce-pl-rc .pc-margin-top-hecto {
    margin-top: 1em;
}

#custommerce-pl-rc .pc-margin-bottom-hecto {
    margin-bottom: 1em;
}

#custommerce-pl-rc .pc-margin-top-kilo {
    margin-top: 1.25em;
}

#custommerce-pl-rc .pc-margin-bottom-kilo {
    margin-bottom: 1.25em;
}

#custommerce-pl-rc .pc-margin-top-mega {
    margin-top: 1.5em;
}

#custommerce-pl-rc .pc-margin-bottom-mega {
    margin-bottom: 1.5em;
}

#custommerce-pl-rc .pc-margin-top-giga {
    margin-top: 2em;
}

#custommerce-pl-rc .pc-margin-bottom-giga {
    margin-bottom: 2em;
}

#custommerce-pl-rc .pc-margin-top-tera {
    margin-top: 2.5em;
}

#custommerce-pl-rc .pc-margin-bottom-tera {
    margin-bottom: 2.5em;
}

#custommerce-pl-rc .pc-clear {
    clear: both;
}

#custommerce-pl-rc .m-st-1:after {
    content: "";
    display: block;
    height: 2px;
    width: 4.625em;
    margin-top: 1em;
    background-color: #d9caaf;
}

#custommerce-pl-rc .m-st-2 {
    border-bottom: 4px solid #d9caaf;
    border-top: 2px solid #d9caaf;
}

#custommerce-pl-rc .m-st-3 {
    -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
    box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
    background-color: #402619;
}

#custommerce-pl-rc .pc-b6-a {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

#custommerce-pl-rc .pc-b6-a * {
    text-align: center;
}

#custommerce-pl-rc .pc-b6-a .pc-block-module {
    max-width: 1080px;
    padding: 0 1.25em;
    margin: 0 auto;
    height: inherit;
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
    max-width: 680px;
    margin: 0 auto;
}

#custommerce-pl-rc .pc-b6-a h2,
#custommerce-pl-rc .pc-b6-a .h2,
#custommerce-pl-rc .pc-b6-a .pc-h2 {
    font-size: 2.4375em;
    font-family: Arial, sans-serif;
    line-height: 1.12;
    color: #447355;
    letter-spacing: 0.8px;
}

#custommerce-pl-rc.cm-braava .pc-b6-a h2,
#custommerce-pl-rc.cm-braava .pc-b6-a .h2,
#custommerce-pl-rc.cm-braava .pc-b6-a .pc-h2 {
    color: #1c79a2;
}

#custommerce-pl-rc .pc-b6-a h4,
#custommerce-pl-rc .pc-b6-a .h4,
#custommerce-pl-rc .pc-b6-a .pc-h4 {
    font-size: 1.0625em;
    font-family: Arial, sans-serif;
    line-height: 1.12;
    color: #497e9c;
    letter-spacing: 0.3px;
}

@media (max-width: 767px) {
    #custommerce-pl-rc {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    #custommerce-pl-rc .pc-b6-a {
        text-align: center;
    }

    #custommerce-pl-rc .pc-b6-a * {
        text-align: center;
    }
}

#custommerce-pl-rc .pc-b3 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
    text-align: right;
}

@media (max-width: 799px) {
    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
        text-align: left;
    }
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
    text-align: right;
}

@media (max-width: 799px) {
    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p {
        text-align: left;
    }
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
    text-align: right;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description p {
    text-align: right;
}

@media (max-width: 799px) {
    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description p {
        text-align: left;
        padding-bottom: 40px;
    }
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-square {
    margin-left: 1.25em;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-content {
    float: right;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
    position: relative;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell.pc-b3-pull-left {
    left: 50%;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell.pc-b3-pull-right {
    right: 50%;
}

#custommerce-pl-rc .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
    max-width: 25.625em;
}

#custommerce-pl-rc .pc-b3 .pc-b3-table {
    display: table;
    width: 100%;
}

#custommerce-pl-rc .pc-b3 .pc-b3-table .pc-b3-cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square:after {
    content: "";
    display: block;
    padding-bottom: 80%;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    #custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

#custommerce-pl-rc .pc-b3 .h3 {
    font-family: Arial, sans-serif;
    font-size: 1.5625em;
    line-height: 1.2;
}

#custommerce-pl-rc .pc-b3 .h3 span {
    font-family: Arial, sans-serif;
}

#custommerce-pl-rc .pc-b3 .pc-gl-description {
    padding-top: 2em;
}

#custommerce-pl-rc .pc-b3 p {
    font-family: Arial;
    font-size: 1em;
    line-height: 1.38;
    color: black;
    margin: 0;
    padding: 0;
}

#custommerce-pl-rc .pc-b3 p.caption {
    color: #497e9c;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
    font-weight: bold;
}

@media (max-width: 1079px) {
    #custommerce-pl-rc .pc-b3 .pc-block-module {
        max-width: 1040px;
        padding: 0;
    }
}

@media (max-width: 799px) {
    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
        text-align: left;
        padding: 2.5em 2.5em 0 2.5em;
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p {
        text-align: left;
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
        text-align: left;
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
        text-align: left;
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description {
        text-align: left;
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-content {
        float: none;
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-square {
        margin-left: 0;
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
        position: static;
    }

    #custommerce-pl-rc .pc-b3 .pc-b3-table {
        display: block;
    }

    #custommerce-pl-rc .pc-b3 .pc-b3-table .pc-b3-cell {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    #custommerce-pl-rc .pc-b3 .pc-b3-cell-container {
        padding: 2.5em 2.5em 0 2.5em;
    }

    #custommerce-pl-rc .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
        max-width: none;
    }
}

@media (max-width: 767px) {
    #custommerce-pl-rc {
        font-size: 14px;
    }
}

#custommerce-pl-rc .pc-p5 {
    display: block;
    position: relative;
    max-width: 1200px;
    margin: auto;
}

#custommerce-pl-rc .pc-p5 .pc-save-proprtion {
    position: relative;
    width: 100%;
}

#custommerce-pl-rc .pc-p5 .pc-save-proprtion::after {
    content: "";
    display: block;
    padding-bottom: 58.462%;
}

#custommerce-pl-rc .pc-p5 .pc-block-module {
    max-width: 1080px;
    padding: 0 1.25em;
    margin: 0 auto;
    height: inherit;
}

#custommerce-pl-rc .pc-p5 .pc-block-module .pc-relative {
    height: inherit;
}

#custommerce-pl-rc .pc-p5 .pc-p5-checkbox {
    display: none;
}

#custommerce-pl-rc .pc-p5 .pc-p5-checkbox:checked~label {
    display: none;
}

#custommerce-pl-rc .pc-p5 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
}

#custommerce-pl-rc .pc-p5 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 10;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-p5 video {
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
    }
}

@media only screen and (max-width: 576px) {
    #custommerce-pl-rc .pc-p5 video {
        height: 276px;
        -o-object-fit: unset;
        object-fit: unset;
    }
}

#custommerce-pl-rc .pc-p5 label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 100;
}

#custommerce-pl-rc .pc-p5 .cm-hidden-label {
    display: none;
}

#custommerce-pl-rc .pc-p5 .pc-p5-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#custommerce-pl-rc .pc-b11 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
    max-width: 1080px;
    padding: 0 1.25em;
    margin: 0 auto;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#custommerce-pl-rc .pc-b11 .pc-image,
#custommerce-pl-rc .pc-b11 .pc-text {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#custommerce-pl-rc .pc-b11 .pc-image {
    text-align: center;
}

#custommerce-pl-rc .pc-b11 .pc-image img {
    max-width: 100%;
}

#custommerce-pl-rc .pc-b11 .pc-text {
    padding-left: 1.25em;
    padding-right: 1.25em;
    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;
}

#custommerce-pl-rc .pc-b11 .h3 {
    font-family: Arial, sans-serif;
    font-size: 1.5625em;
    line-height: 1.2;
    text-align: left;
}

#custommerce-pl-rc .pc-b11 .pc-description {
    padding-top: 2em;
}

#custommerce-pl-rc .pc-b11 p {
    font-family: Arial;
    font-size: 1em;
    line-height: 1.38;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
}

#custommerce-pl-rc .pc-b11 p.caption {
    color: #497e9c;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
    font-weight: bold;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-text {
    text-align: right;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .h3,
#custommerce-pl-rc .pc-b11.pc-b11-b p {
    text-align: right;
}

@media (max-width: 800px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module {
        display: block;
        margin: 0 auto;
    }

    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-image,
    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#custommerce-pl-rc * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#custommerce-pl-rc div {
    text-align: left;
    font-family: Arial, sans-serif;
}

#custommerce-pl-rc sup {
    font-size: 0.7em;
    vertical-align: super;
}

#custommerce-pl-rc p {
    font-family: Arial, sans-serif;
}

#custommerce-pl-rc p strong {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

#custommerce-pl-rc img.lazy {
    width: auto;
}

#custommerce-pl-rc img {
    padding: 0;
    margin: 0;
    width: 100% !important;
}

#custommerce-pl-rc .cm-clearfix {
    overflow: auto;
}

#custommerce-pl-rc .cm-clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#custommerce-pl-rc .cm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#custommerce-pl-rc .cm-w700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-w700 {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-w700 {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }
}

#custommerce-pl-rc .cm-w300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-w300 {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-w400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-w400 {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-w500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-w500 {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-w800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-w800 {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-primary {
    color: #447355 !important;
}

#custommerce-pl-rc .cm-bg-green {
    background-color: #dce9d5;
    margin-bottom: 2em;
}

#custommerce-pl-rc.cm-braava .cm-primary {
    color: #1c79a2 !important;
}

#custommerce-pl-rc.cm-braava .cm-bg-green {
    background-color: #e6f7ff;
}

#custommerce-pl-rc .cm-text-left {
    text-align: left !important;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-text-left {
        text-align: center !important;
    }
}

#custommerce-pl-rc .cm-section-ng {
    padding-top: 2em;
    padding-bottom: 2em;
}

#custommerce-pl-rc .cm-section-ng .cm-ng-logo {
    text-align: center;
    margin-bottom: 2em;
    max-width: 132px;
    margin-left: auto;
    margin-right: auto;
}

#custommerce-pl-rc .cm-section-ng .cm-ng-logo img {
    width: 100%;
}

#custommerce-pl-rc .cm-section-ng .cm-ng-1 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    font-size: 3em;
    line-height: 1.16;
    text-align: center;
    margin-bottom: 1em;
}

@media only screen and (max-width: 1100px) {
    #custommerce-pl-rc .cm-section-ng .cm-ng-1 {
        font-size: 2.5em;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-ng .cm-ng-1 {
        font-size: 2em;
    }
}

#custommerce-pl-rc .cm-section-ng .cm-ng-2 {
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2em;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    #custommerce-pl-rc .cm-section-ng .cm-ng-2 {
        font-size: 1.75em;
    }
}

#custommerce-pl-rc .cm-section-ng .cm-sub-1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #414141;
    line-height: 1.6;
    text-align: center;
    font-size: 1.25em;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-section-ng .cm-sub-1 {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-section-ng .cm-ng-3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #414141;
    line-height: 1.6;
    text-align: center;
    font-size: 1.25em;
}

#custommerce-pl-rc span.cm-underline {
    --underline-color: #dce9d5;
    --underline-offset-y: 20px;
    display: inline;
    padding-bottom: 3px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(var(--underline-color)),
            to(var(--underline-color)));
    background-image: linear-gradient(180deg,
            var(--underline-color),
            var(--underline-color));
    background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)),
        0, 100%;
    background-position-y: calc(100% - var(--underline-offset-y) * -1);
    background-size: calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px),
        auto calc(var(--underline-width) * 1px),
        auto calc(var(--underline-width) * 1px);
}

#custommerce-pl-rc.cm-braava span.cm-underline {
    --underline-color: #e6f7ff;
}

#custommerce-pl-rc .cm-header {
    background-color: #6cb86a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2.5em;
    margin-top: 2.5em;
    position: relative;
}

#custommerce-pl-rc.cm-braava .cm-header {
    background-color: #1da1dc;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-header {
        margin-top: 0em;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc {
    width: 50%;
    position: relative;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-header .cm-header-desc {
        width: 100%;
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logo {
    max-width: 160px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logo {
        margin-left: auto;
        margin-right: auto;
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 2.5em;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
        text-align: center;
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 3em;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
        text-align: center;
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 1.25em;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 440px;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
        max-width: 300px;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
        text-align: center;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logos {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    gap: 30px;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logos img {
    width: 100%;
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(1) {
    max-width: 114px;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(1) {
        max-width: 80px;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(1) {
        max-width: 64px;
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(2) {
    max-width: 140px;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(2) {
        max-width: 146px;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(2) {
        max-width: 116px;
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(3) {
    max-width: 140px;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(3) {
        max-width: 98px;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(3) {
        max-width: 78px;
    }
}

#custommerce-pl-rc .cm-header .cm-header-img {
    width: 50%;
    position: relative;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-header .cm-header-img {
        width: 100%;
    }
}

#custommerce-pl-rc .cm-header .cm-header-img .cm-shadow {
    position: absolute;
    right: 136px;
    top: 7em;
    z-index: 1;
    max-width: 700px;
}

#custommerce-pl-rc .cm-header .cm-header-img .cm-shadow img {
    width: 100%;
}

#custommerce-pl-rc .cm-header .cm-header-img .cm-img {
    z-index: 2;
    position: relative;
}

#custommerce-pl-rc .cm-header .cm-header-img .cm-packshot-shadow {
    max-width: 620px;
    position: absolute;
    left: 0;
    top: -5.5em;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-header .cm-header-img .cm-packshot-shadow {
        top: 0em;
        max-width: 450px;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-header .cm-header-img .cm-packshot-shadow {
        position: static;
        margin-top: 2.5em;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 562px;
    }
}

#custommerce-pl-rc .cm-header .cm-header-img .cm-packshot-shadow img {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic {
        margin-top: -6em;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-graphic {
        margin-top: -4em;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border-radius: 8px;
    position: relative;
    padding: 0em 2em 6em 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
    width: auto !important;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
        padding-bottom: 2em;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
        padding-bottom: 0em;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic {
        padding-bottom: 4em;
        padding-top: 2em;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
        width: 100%;
        text-align: center;
        max-width: 400px;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic {
        padding-bottom: 4em;
    }

    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
        width: 100%;
        text-align: center;
        max-width: 350px;
    }
}

@media only screen and (max-width: 460px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
        margin: auto;
        max-width: 300px;
        padding-bottom: 2em;
        width: 100% !important;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative {
    position: relative;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-1 img.packshot {
    padding-top: 0em;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-1 img.packshot {
        padding-top: 5em;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-2 {
        margin-top: 6em;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-2 img.packshot {
    padding-bottom: 4em;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-2 img.packshot {
        padding-bottom: 0em;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-2 .pc-flex {
        padding-top: 0em;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-3 img.packshot {
    padding-bottom: 4em;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-3 img.packshot {
        padding-bottom: 0em;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-3 .pc-flex {
        margin-top: -6em;
    }
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-4 {
        padding-bottom: 5em;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-4 img.packshot {
        padding-bottom: 0em;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-4 .pc-flex {
        margin-top: -6em;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .packshot {
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 0em;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line {
    background-repeat: no-repeat;
    height: 160px;
    overflow: visible;
    position: absolute;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line {
        position: static;
        background-image: none !important;
        width: 30% !important;
        text-align: center !important;
        height: auto;
        margin-top: 4em;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line {
        width: 50% !important;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line {
        width: 100% !important;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line:hover .icon-hold img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 15px 0px #447355;
    box-shadow: 0px 1px 15px 0px #447355;
}

#custommerce-pl-rc.cm-braava .cm-section-graphic .pc-icon-graphic .icon-line:hover .icon-hold img {
    -webkit-box-shadow: 0px 1px 15px 0px #446573;
    box-shadow: 0px 1px 15px 0px #446573;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line:hover .icon-desc .cm-p {
    opacity: 1;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left {
    background-position-x: right;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left.icon-line-top {
    right: calc(50% + 201px + 13px);
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left.icon-line-bottom {
    right: calc(50% + 201px + 13px);
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left.icon-line-bottom .icon-desc {
        padding-right: 0;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left .icon-hold {
    padding-right: 0.5em;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left .icon-hold {
        padding-right: 0;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left .icon-desc {
    padding-right: 0em;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left .icon-desc {
        padding-right: 0;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right {
    background-position-x: left;
    text-align: right;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right.icon-line-top {
    left: calc(50% + 200px + 15px);
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right.icon-line-bottom {
    left: calc(50% + 200px + 15px);
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right.icon-line-bottom .icon-desc {
        padding-left: 0;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right .icon-hold {
    padding-left: 0.5em;
    float: right;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right .icon-hold {
        float: none;
        padding: 0;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right .icon-desc {
    padding-left: 0em;
    float: right;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right .icon-desc {
        float: none;
        padding: 0;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center {
    background-position-x: center;
    text-align: right;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center.icon-line-top {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center.icon-line-bottom {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5em;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center.icon-line-bottom {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        bottom: 0em;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center.icon-line-bottom .icon-desc {
        padding-left: 0;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center .icon-hold {
    padding-left: 0;
    padding-top: 8em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center .icon-hold {
        float: none;
        padding: 0;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center .icon-desc {
    padding-left: 0em;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center .icon-desc {
        float: none;
        padding: 0;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-top {
    top: 0em;
    background-position-y: 7em;
    width: calc(50% - 215px - 15px);
}

@media only screen and (max-width: 1100px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-top {
        top: -2em;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-top {
        top: -3em;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-bottom {
    bottom: 0em;
    background-position-y: 5em;
    width: calc(50% - 215px - 15px);
    bottom: 0em;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center {
    background-position-y: 0em;
    width: calc(68% - 154px - 75px);
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-hold {
    width: 96px;
    height: 96px;
    margin-bottom: 0.5em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-hold {
        width: 96px;
        height: 96px;
        margin-left: auto;
        margin-right: auto;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-hold img {
    width: 100%;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc {
    line-height: 1.5;
    font-family: Arial;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-title {
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: 700;
    font-family: Arial, sans-serif;
    width: 60%;
    right: 0;
    background-color: #dce9d5;
}

#custommerce-pl-rc.cm-braava .cm-section-graphic .pc-icon-graphic .icon-desc .cm-title {
    background-color: #e6f7ff;
}

@media only screen and (max-width: 1100px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-title {
        width: 75%;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-title {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-subtitle {
    font-size: 0.875em;
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-top: 6px;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-subtitle {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-p {
    opacity: 0;
    font-size: 1em;
    font-family: Arial, sans-serif;
    max-width: 325px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    padding-top: 1em;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-p.cm-cust-size {
    max-width: 500px;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-p {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        opacity: 1;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc {
        padding: 0 0.75em !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 450px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc {
        max-width: 300px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc span {
    color: #447355 !important;
    font-family: Arial, sans-serif;
}

#custommerce-pl-rc.cm-braava .cm-section-graphic .pc-icon-graphic .icon-desc span {
    color: #1c79a2 !important;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right {
    text-align: right !important;
    padding-left: 0.5em;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-p,
#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-title,
#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-subtitle {
    text-align: right;
    margin-right: 0;
    /* added with braava */
    line-height: 1.2;
    text-align: right;
    margin-left: auto;
    margin-top: -4px;
}

@media only screen and (max-width: 1400px) {

    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-p,
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-title,
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-subtitle {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right {
        text-align: center !important;
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-center {
    text-align: center;
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-center .cm-p,
#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-center .cm-title,
#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-center .cm-subtitle {
    text-align: center;
    margin-left: auto;
    line-height: 1.2;
    margin-right: auto;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic {
        border-radius: 0;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic.cm-4icons .pc-icon-graphic .pc-flex {
        margin-top: -5em !important;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic.cm-4icons .icon-line {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-graphic.cm-4icons .icon-line {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
}

#custommerce-pl-rc .cm-section-graphic.cm-4icons .icon-line.cm-custom {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    bottom: 5em !important;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-graphic.cm-4icons .icon-line.cm-custom {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
}

#custommerce-pl-rc .cm-section-graphic.cm-4icons .icon-line.cm-custom .cm-p {
    position: absolute;
    right: 0;
    width: 400px;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-section-graphic.cm-4icons .icon-line.cm-custom .cm-p {
        position: relative;
        width: auto;
    }
}

#custommerce-pl-rc .cm-section-graphic.cm-4icons .icon-line.cm-custom .icon-line-bottom {
    bottom: 5em !important;
}

#custommerce-pl-rc .cm-section-graphic.cm-4icons .icon-line-left.cm-custom .cm-p {
    left: 0;
    right: auto;
}

#custommerce-pl-rc .cm-section-serp {
    padding-bottom: 2em;
}

@media only screen and (max-width: 1200px) {
    #custommerce-pl-rc .cm-section-serp {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-serp {
        padding-bottom: 2em;
    }
}

#custommerce-pl-rc .cm-section-serp .cm-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    gap: 20px;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-serp .cm-row {
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 1em;
        gap: 0px;
    }

    #custommerce-pl-rc .cm-section-serp .cm-row:last-child {
        padding-bottom: 0;
    }
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 600px;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-serp .cm-row .cm-col {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col.cm-rounded {
    border-radius: 50%;
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col.cm-w600 {
    max-width: 600px;
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2em;
    padding-bottom: 1em;
    width: 100%;
    line-height: 1.2;
    max-width: 460px;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-title {
        text-align: center !important;
        font-size: 1.75em;
    }
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.55;
    padding-right: 1em;
    padding-bottom: 1em;
    max-width: 460px;
    font-size: 1.125em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-p {
        text-align: center !important;
        padding-bottom: 0em;
    }
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-img {
    position: relative;
    margin-top: 2em;
    margin-bottom: 3em;
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-img img {
    width: 100%;
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-img .cm-bg {
    position: relative;
    -webkit-transition: all 0.24s ease-in;
    transition: all 0.24s ease-in;
    opacity: 1;
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-img .cm-anim {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.24s ease-in;
    transition: all 0.24s ease-in;
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-ul .cm-li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.1;
    background-color: #f4f4f4;
    padding-bottom: 1em;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    border-radius: 8px;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-ul .cm-li {
        text-align: center;
    }
}

#custommerce-pl-rc .cm-section-serp .cm-row:hover .cm-col .cm-bg {
    opacity: 0;
}

#custommerce-pl-rc .cm-section-serp .cm-row:hover .cm-col .cm-anim {
    opacity: 1;
}

#custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col .cm-title {
    line-height: 1.2;
    margin-left: auto;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col .cm-title {
        margin-right: auto;
    }
}

#custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col .cm-p {
    margin-left: auto;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col .cm-p {
        margin-right: auto;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col:first-child {
    padding-left: 1.5em;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col:first-child {
        padding-left: 0;
    }
}

#custommerce-pl-rc .cm-section-icons-a {
    padding-top: 2em;
    max-width: 920px;
    margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
    #custommerce-pl-rc .cm-section-icons-a {
        padding-top: 2em;
        padding-left: 0;
        padding-right: 0;
    }
}

#custommerce-pl-rc .cm-section-icons-a .cm-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-icons-a .cm-icons {
        padding-left: 0em;
        padding-right: 0em;
    }
}

#custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item {
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
}

#custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item .cm-ico {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1em;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item .cm-ico {
        max-width: 80px;
    }
}

#custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item .cm-ico img {
    width: 100%;
}

#custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item .cm-title {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.125em;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 0.5em;
}

#custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item .cm-p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

#custommerce-pl-rc .cm-section-icons-b {
    padding-top: 2em;
    padding-bottom: 4em;
    max-width: 1043px;
    margin: 0 auto;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-icons-b {
        padding-bottom: 4em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-icons-b {
        padding-bottom: 3em;
    }
}

#custommerce-pl-rc .cm-section-icons-b .cm-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-icons-b .cm-icons {
        -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-line-pack: start;
        align-content: flex-start;
    }

    #custommerce-pl-rc .cm-section-icons-b .cm-icons div:last-child {
        margin-bottom: 0;
    }
}

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-ico {
    max-width: 310px;
    margin: 0 auto;
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-ico {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-ico {
        margin: 0 auto;
    }
}

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-ico img {
    width: 100%;
}

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item {
    width: 33%;
    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 only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding-bottom: 3em;
        gap: 0;
    }

    #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item:last-child {
        margin-bottom: 0em;
        padding-bottom: 0;
    }
}

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item .cm-text {
    max-width: 260px;
    margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
    #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item .cm-text {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item .cm-text {
        width: 100%;
    }
}

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.5;
    color: #447355;
    text-align: center;
    line-height: 1.2;
    margin-top: 0em;
    font-style: italic;
}

#custommerce-pl-rc.cm-braava .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-title {
    color: #1c79a2;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-title {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-title {
        font-size: 1.5em;
    }
}

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-p {
    padding-top: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 1.3;
    color: #447355;
    text-align: center;
    font-style: italic;
}

#custommerce-pl-rc.cm-braava .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-p {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-section-icons-c {
    margin-top: 6em;
    margin-bottom: 2em;
}

#custommerce-pl-rc .cm-section-icons-c .cm-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 440px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#custommerce-pl-rc .cm-section-icons-c .cm-icons .cm-ico {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 210px;
}

#custommerce-pl-rc .cm-section-icons-c .cm-icons .cm-ico img {
    width: 100%;
}

#custommerce-pl-rc .cm-section-icons-c .cm-icons :nth-child(3) {
    max-width: 156px;
}

#custommerce-pl-rc .cm-section-icons-c .cm-icons .cm-separator {
    width: 1px;
    height: 88px;
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
    background-color: #414141;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-icons-c .cm-icons .cm-separator {
        height: 1px;
        width: 50px;
        margin-top: 2em;
        margin-bottom: 2em;
    }
}

#custommerce-pl-rc .cm-section-video {
    overflow: hidden;
    border-radius: 24px;
    padding-left: 2.5em;
    padding-right: 2.5em;
}

@media only screen and (max-width: 1200px) {
    #custommerce-pl-rc .cm-section-video {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-section-video.cm-center {
    text-align: center;
}

#custommerce-pl-rc .cm-section-video.cm-center video {
    width: 100%;
    max-width: 1200px;
    border-radius: 24px;
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-video.cm-center {
        padding-bottom: 0em;
        margin-bottom: -2px;
    }
}

#custommerce-pl-rc .cm-section-video .cm-video {
    display: block;
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

#custommerce-pl-rc .cm-section-video .cm-video .vid-bg {
    overflow: hidden;
    border-radius: 24px;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-save-proprtion {
    position: relative;
    width: 100%;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-save-proprtion::after {
    content: "";
    display: block;
    padding-bottom: 58.462%;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-p5-checkbox {
    display: none;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-p5-checkbox:checked~label {
    display: none;
}

#custommerce-pl-rc .cm-section-video .cm-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

#custommerce-pl-rc .cm-section-video .cm-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 10;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-section-video .cm-video video {
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
    }
}

@media only screen and (max-width: 576px) {
    #custommerce-pl-rc .cm-section-video .cm-video video {
        height: 276px;
        -o-object-fit: unset;
        object-fit: unset;
    }
}

#custommerce-pl-rc .cm-section-video .cm-video label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 100;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-hidden-label {
    display: none;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-p5-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-video .cm-video .cm-p5-image {
        background-image: none !important;
    }
}

#custommerce-pl-rc .cm-faq {
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    padding-top: 6em;
    padding-bottom: 6em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-faq {
        padding-top: 4em;
    }
}

#custommerce-pl-rc .cm-faq .pc-p7 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 10;
    padding: 0;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-block-module {
    max-width: 1200px;
    margin: 0 auto;
    height: inherit;
    padding: 0 2.5em;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-faq .pc-p7 .pc-block-module {
        padding: 0 1.5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-faq .pc-p7 .pc-block-module {
        padding: 0 1.25em;
    }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-p7-cell-container .pc-p7-cell-content {
    max-width: 1200px;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-p7-table {
    display: table;
    width: 100%;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-p7-table .pc-p7-cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items {
    width: 100%;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-label-container .pc-faq-label label {
    color: #447355;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-label-container .pc-faq-label label {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-label-container .pc-faq-label label {
    color: #447355;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-label-container .pc-faq-label label {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-label-container .pc-faq-label label {
    color: #447355;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-label-container .pc-faq-label label {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}


#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-label-container .pc-faq-label label {
    color: #447355;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-label-container .pc-faq-label label {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-label-container .pc-faq-label label {
    color: #447355;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-label-container .pc-faq-label label {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}


#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-label-container .pc-faq-label label {
    color: #447355;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-label-container .pc-faq-label label {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-content,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-label-container .pc-faq-label label {
    color: #447355;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-label-container .pc-faq-label label {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items input[type="radio"],
#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items input[type="checkbox"] {
    display: none;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding: 1em 2em 1em 4em;
    margin-bottom: 1em;
    background-color: #447355;
    border-bottom: 6px solid #fff;
    border-radius: 16px;
    position: relative;
}

#custommerce-pl-rc.cm-braava .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
    background-color: #1c79a2;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 1.125em;
    line-height: 1.4;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
        font-size: 1.25em;
    }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover {
    color: #fff;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover .pc-faq-arrow {
    opacity: 1;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #fff;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label img {
    width: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: none;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
    max-width: 100%;
    display: none;
    -webkit-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content p {
    margin: 1em 0 0;
    line-height: 1.5;
    font-size: 1em;
    color: #fff;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    display: block;
    width: 18px;
    position: absolute;
    left: 1.25em;
    top: 1em;
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
        width: 8px;
    }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow img {
    width: 100%;
}

#custommerce-pl-rc .cm-section-faq {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 1em;
}

#custommerce-pl-rc .cm-section-faq .cm-note {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #414141;
    padding-top: 3em;
}

@media only screen and (max-width: 1200px) {
    #custommerce-pl-rc .cm-section-faq .cm-note {
        padding-left: 1em;
    }
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-section-faq {
        padding: 0 1.5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-faq {
        padding: 0 1.25em;
    }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 10;
    padding: 0;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-block-module {
    max-width: 1200pxpx;
    margin: 0 auto;
    height: inherit;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-p7-cell-container .pc-p7-cell-content {
    max-width: 1200px;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-p7-table {
    display: table;
    width: 100%;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-p7-table .pc-p7-cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items {
    width: 100%;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
    opacity: 0.3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked~.pc-faq-content,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked~.pc-faq-content {
    display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked~.pc-faq-label-container .pc-faq-label label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked~.pc-faq-label-container .pc-faq-label label {
    color: #414141;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked~.pc-faq-label-container .pc-faq-label .pc-faq-arrow {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items input[type="radio"],
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items input[type="checkbox"] {
    display: none;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding: 1em 80px 1em 140px;
    margin-bottom: 1em;
    border-radius: 0.5em;
    background-color: #f7f7f7;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item {
        padding-right: 60px;
        padding-left: 120px;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item {
        padding-right: 2.5em;
        padding-left: 5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item {
        padding-right: 1em;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item {
        padding-right: 1em;
        padding-left: 2.5em;
    }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container {
    position: relative;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0;
    color: #414141;
    font-size: 1.125em;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
        font-size: 1.15em;
    }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover .pc-faq-arrow {
    opacity: 1;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label img {
    width: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: none;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
    max-width: 100%;
    display: none;
    -webkit-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content p {
    margin: 1em 0 0;
    line-height: 1.5;
    font-size: 1em;
    color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: calc(-2em - 18px);
    top: 2px;
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
        width: 14px;
        height: 14px;
        left: -1.5em;
        top: 3px;
    }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::after,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::before {
    background-color: #414141;
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::after {
    width: 2px;
    height: 18px;
    left: 50%;
    margin-left: -1px;
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::after {
        height: 14px;
    }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::before {
    height: 2px;
    width: 18px;
    top: 50%;
    margin-top: -1px;
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::before {
        width: 14px;
    }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow img {
    display: none;
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

#custommerce-pl-rc .splide__container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#custommerce-pl-rc .splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
}

#custommerce-pl-rc .splide.is-active .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#custommerce-pl-rc .splide__pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

#custommerce-pl-rc .splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}

#custommerce-pl-rc .splide {
    visibility: hidden;
}

#custommerce-pl-rc .splide,
#custommerce-pl-rc .splide__slide {
    position: relative;
    outline: none;
}

#custommerce-pl-rc .splide__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#custommerce-pl-rc .splide__slide img {
    vertical-align: bottom;
}

#custommerce-pl-rc .splide__slider {
    position: relative;
}

#custommerce-pl-rc .splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
}

#custommerce-pl-rc .splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#custommerce-pl-rc .splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#custommerce-pl-rc .splide--fade>.splide__track>.splide__list {
    display: block;
}

#custommerce-pl-rc .splide--fade>.splide__track>.splide__list>.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

#custommerce-pl-rc .splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}

#custommerce-pl-rc .splide--rtl {
    direction: rtl;
}

#custommerce-pl-rc .splide--ttb>.splide__track>.splide__list {
    display: block;
}

#custommerce-pl-rc .splide--ttb>.splide__pagination {
    width: auto;
}

#custommerce-pl-rc .splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    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;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
}

#custommerce-pl-rc .splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}

#custommerce-pl-rc .splide__arrow:hover {
    cursor: pointer;
    opacity: 0.9;
}

#custommerce-pl-rc .splide__arrow:focus {
    outline: none;
}

#custommerce-pl-rc .splide__arrow--prev {
    left: 1em;
}

#custommerce-pl-rc .splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#custommerce-pl-rc .splide__arrow--next {
    right: 1em;
}

#custommerce-pl-rc .splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 0.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
}

#custommerce-pl-rc .splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    border: none;
    opacity: 0.7;
}

#custommerce-pl-rc .splide__pagination__page.is-active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background: #fff;
}

#custommerce-pl-rc .splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}

#custommerce-pl-rc .splide__pagination__page:focus {
    outline: none;
}

#custommerce-pl-rc .splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}

#custommerce-pl-rc .splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 3px solid transparent;
}

#custommerce-pl-rc .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border-color: #000;
}

#custommerce-pl-rc .splide--nav>.splide__track>.splide__list>.splide__slide:focus {
    outline: none;
}

#custommerce-pl-rc .splide--rtl>.splide__arrows .splide__arrow--prev,
#custommerce-pl-rc .splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}

#custommerce-pl-rc .splide--rtl>.splide__arrows .splide__arrow--prev svg,
#custommerce-pl-rc .splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#custommerce-pl-rc .splide--rtl>.splide__arrows .splide__arrow--next,
#custommerce-pl-rc .splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}

#custommerce-pl-rc .splide--rtl>.splide__arrows .splide__arrow--next svg,
#custommerce-pl-rc .splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#custommerce-pl-rc .splide--ttb>.splide__arrows .splide__arrow,
#custommerce-pl-rc .splide--ttb>.splide__track>.splide__arrows .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

#custommerce-pl-rc .splide--ttb>.splide__arrows .splide__arrow--prev,
#custommerce-pl-rc .splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
    top: 1em;
}

#custommerce-pl-rc .splide--ttb>.splide__arrows .splide__arrow--prev svg,
#custommerce-pl-rc .splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#custommerce-pl-rc .splide--ttb>.splide__arrows .splide__arrow--next,
#custommerce-pl-rc .splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}

#custommerce-pl-rc .splide--ttb>.splide__arrows .splide__arrow--next svg,
#custommerce-pl-rc .splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custommerce-pl-rc .splide--ttb>.splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: 0.5em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

#custommerce-pl-rc .cm-slider {
    padding: 3em 2em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-slider {
        padding-bottom: 0;
        padding-top: 0;
    }
}

#custommerce-pl-rc .cm-slider.cm-slider-sets {
    background-repeat: no-repeat;
    background-position: top center;
}

#custommerce-pl-rc .cm-slider #sm-splide-sets .splide__arrows {
    display: none;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-slider #sm-splide-sets .splide__arrows {
        display: block;
    }
}

#custommerce-pl-rc .cm-slider .splide__arrow {
    opacity: 1;
    width: 17px;
    height: 25px;
    background-color: #fff;
    background-size: 100%;
    border-radius: 0;
}

#custommerce-pl-rc .cm-slider .splide__arrow.splide__arrow--prev {
    /* background-image: url("../img/arrow2.png"); */
    background-repeat: no-repeat;
    left: -15px;
    /* display: none; */
}

/* @media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-slider .splide__arrow.splide__arrow--prev {
        display: block;
    }
} */

#custommerce-pl-rc .cm-slider .splide__arrow.splide__arrow--next {
    /* background-image: url("../img/arrow2.png"); */
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 45%;
    right: -15px;
    /* display: none; */
}

/* @media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-slider .splide__arrow.splide__arrow--next {
        display: block;
    }
} */

#custommerce-pl-rc .cm-slider .splide__arrow svg {
    display: block;
    /* display: none; */
}

#custommerce-pl-rc .cm-slider .splide__arrow.splide__arrow--next svg {
    transform: scaleX(-1);
}

#custommerce-pl-rc .cm-slider .splide {
    padding-bottom: 20px;
}

#custommerce-pl-rc .cm-slider .splide__slide {
    padding: 1em 0.25em;
    text-align: center;
}

#custommerce-pl-rc .cm-slider .splide__slide .cm-splide-image {
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

#custommerce-pl-rc .cm-slider .splide__slide:hover .cm-splide-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#custommerce-pl-rc .cm-slider .splide__slide:hover .cm-splide-name {
    background-color: #dce9d5;
}

#custommerce-pl-rc.cm-braava .cm-slider .splide__slide:hover .cm-splide-name {
    background-color: #e6f7ff;
}

#custommerce-pl-rc .cm-slider .splide__slide img {
    max-width: 100%;
}

#custommerce-pl-rc .cm-slider .splide__slide .cm-splide-name {
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 8px;
    font-style: italic;
    line-height: 1.5;
    font-size: 1em;
    margin-bottom: 0.5em;
    padding: 1em 0.25em;
    margin-top: 1em;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

#custommerce-pl-rc .cm-slider .splide__slide .cm-splide-vol,
#custommerce-pl-rc .cm-slider .splide__slide .cm-splide-desc {
    font-size: 1.25em;
    line-height: 1.5;
}

@media only screen and (max-width: 1100px) {

    #custommerce-pl-rc .cm-slider .splide__slide .cm-splide-vol,
    #custommerce-pl-rc .cm-slider .splide__slide .cm-splide-desc {
        font-size: 1.125em;
    }
}

@media only screen and (max-width: 1000px) {

    #custommerce-pl-rc .cm-slider .splide__slide .cm-splide-vol,
    #custommerce-pl-rc .cm-slider .splide__slide .cm-splide-desc {
        font-size: 1em;
    }
}

#custommerce-pl-rc .cm-slider .splide__slide .cm-splide-desc {
    margin-bottom: 1em;
}

#custommerce-pl-rc .cm-slider .cm-slider-note {
    font-size: 1em;
    font-style: italic;
    padding-top: 2em;
}

@media only screen and (max-width: 1200px) {
    #custommerce-pl-rc .cm-slider .cm-slider-note {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-slider_css {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 100px;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-slider_css {
        padding-bottom: 3em;
    }
}

#custommerce-pl-rc .cm-slider_css input[type="radio"] {
    display: none;
}

#custommerce-pl-rc .cm-slider_css .arrow-right,
#custommerce-pl-rc .cm-slider_css .arrow-left {
    position: absolute;
    z-index: 10;
    max-width: 20px;
    top: 0;
}

#custommerce-pl-rc .cm-slider_css .arrow-right label,
#custommerce-pl-rc .cm-slider_css .arrow-left label {
    display: none;
    cursor: pointer;
}

#custommerce-pl-rc .cm-slider_css .arrow-right label img,
#custommerce-pl-rc .cm-slider_css .arrow-left label img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
}

@media only screen and (max-width: 800px) {

    #custommerce-pl-rc .cm-slider_css .arrow-right label img,
    #custommerce-pl-rc .cm-slider_css .arrow-left label img {
        width: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#custommerce-pl-rc .cm-slider_css .arrow-left {
    height: 100%;
    width: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1em;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-slider_css .arrow-left {
        display: block;
    }
}

#custommerce-pl-rc .cm-slider_css .arrow-right {
    height: 100%;
    width: 37px;
    right: 0px;
    text-align: right;
    margin-right: 1em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#custommerce-pl-rc .cm-slider_css .arrow-right img {
    right: 0;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-slider_css .arrow-right {
        display: block;
    }
}

#custommerce-pl-rc .cm-slider_css .slider {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: auto;
    display: block;
    margin: 3em auto auto auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

#custommerce-pl-rc .cm-slider_css .slider .slider-box {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 0;
    opacity: 0;
}

#custommerce-pl-rc .cm-slider_css .slider .slider-box .slider-lp {
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2em;
}

#custommerce-pl-rc .cm-slider_css .slider .slider-box .slider-lp img {
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

#custommerce-pl-rc .cm-slider_css .slider .slider-box .slider-lp:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#custommerce-pl-rc .cm-slider_css .slider .slider-box .slider-lp:hover .cm-slider-title {
    background-color: #dce9d5;
}

#custommerce-pl-rc.cm-braava .cm-slider_css .slider .slider-box .slider-lp:hover .cm-slider-title {
    background-color: #e6f7ff;
}

#custommerce-pl-rc .cm-slider_css .slider .slider-box .slider-lp .cm-slider-title {
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 8px;
    font-style: italic;
    line-height: 1.5;
    font-size: 1em;
    min-width: 90%;
    margin-bottom: 0.5em;
    padding: 1em 0.25em;
    margin-top: 1em;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

#custommerce-pl-rc .cm-slider_css .slider .slider-box .slider-lp p {
    text-align: center;
    padding: 0 5%;
    font-size: 1em;
    margin: 0;
    line-height: 1.5em;
    font-family: Arial, sans-serif;
    color: #dce9d5;
}

#custommerce-pl-rc.cm-braava .cm-slider_css .slider .slider-box .slider-lp p {
    color: #e6f7ff;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-slider_css .slider .slider-box .slider-lp p {
        padding: 0 1em !important;
    }
}

#custommerce-pl-rc .cm-slider_css .slider .slider-box .slider-lp .cm-slider-small {
    color: #447355;
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 1em;
}

#custommerce-pl-rc.cm-braava .cm-slider_css .slider .slider-box .slider-lp .cm-slider-small {
    color: #1c79a2;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-slider_css .slider.slider-no-rwd {
        display: none;
    }
}

#custommerce-pl-rc .cm-slider_css .slider.slider-rwd {
    display: none;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-slider_css .slider.slider-rwd {
        display: block;
    }
}

#custommerce-pl-rc .cm-slider_css .slider.slider-rwd .slider-box {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0;
    opacity: 0;
}

#custommerce-pl-rc .cm-slider_css .slider.slider-rwd .slider-box .slider-lp {
    width: 90%;
    margin: 0px 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-1:checked~.arrow-left #cm-slide-sc-0 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-1:checked~.arrow-right label:nth-of-type(2) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-1:checked~.slider #slide-2-1 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-2:checked~.arrow-left #cm-slide-sc-1 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-2:checked~.arrow-right label:nth-of-type(3) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-2:checked~.slider #slide-2-2 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-3:checked~.arrow-left #cm-slide-sc-2 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-3:checked~.arrow-right label:nth-of-type(4) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-3:checked~.slider #slide-2-3 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-4:checked~.arrow-left #cm-slide-sc-3 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-4:checked~.arrow-right label:nth-of-type(5) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-4:checked~.slider #slide-2-4 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-5:checked~.arrow-left #cm-slide-sc-4 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-5:checked~.arrow-right label:nth-of-type(6) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-5:checked~.slider #slide-2-5 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-6:checked~.arrow-left #cm-slide-sc-5 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-6:checked~.arrow-right label:nth-of-type(7) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-6:checked~.slider #slide-2-6 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-7:checked~.arrow-left #cm-slide-sc-6 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-7:checked~.arrow-right label:nth-of-type(8) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-7:checked~.slider #slide-2-7 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-8:checked~.arrow-left #cm-slide-sc-7 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-8:checked~.arrow-right label:nth-of-type(9) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-8:checked~.slider #slide-2-8 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-9:checked~.arrow-left #cm-slide-sc-8 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-9:checked~.arrow-right label:nth-of-type(10) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-9:checked~.slider #slide-2-9 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-10:checked~.arrow-left #cm-slide-sc-9 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-10:checked~.arrow-right label:nth-of-type(11) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-10:checked~.slider #slide-2-10 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-11:checked~.arrow-left #cm-slide-sc-10 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-11:checked~.arrow-right label:nth-of-type(12) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-11:checked~.slider #slide-2-11 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-12:checked~.arrow-left #cm-slide-sc-11 {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-12:checked~.arrow-right label:nth-of-type(13) {
    display: block;
}

#custommerce-pl-rc .cm-slider_css #slide-input-2-12:checked~.slider #slide-2-12 {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider_css .cm-hide-desktop {
    display: none;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-slider_css .cm-hide-desktop {
        display: block;
    }
}

#custommerce-pl-rc .cm-2-slides .slider-lp {
    width: 50% !important;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-2-slides .slider-lp {
        width: 80% !important;
    }
}

#custommerce-pl-rc .cm-3-slides .slider-lp {
    width: 33% !important;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-3-slides .slider-lp {
        width: 80% !important;
    }
}

#custommerce-pl-rc .cm-4-slides .slider-lp {
    width: 25% !important;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-4-slides .slider-lp {
        width: 80% !important;
    }
}

#custommerce-pl-rc .cm-section-table {
    position: relative;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

#custommerce-pl-rc .cm-section-table ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#custommerce-pl-rc .cm-section-table ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

#custommerce-pl-rc .cm-section-table ::-webkit-scrollbar-thumb {
    background: #518a70;
    border-radius: 8px;
}

#custommerce-pl-rc .cm-section-table ::-webkit-scrollbar-thumb:hover {
    background: #518a70;
    border-radius: 8px;
    opacity: 0.8;
}

#custommerce-pl-rc .cm-section-table .cm-empty {
    background-color: #fff;
    position: absolute;
    width: 330px;
    height: 168px;
    left: 0;
    z-index: 100;
    top: 80px;
}

#custommerce-pl-rc.cm-braava .cm-section-table .cm-empty {
    top: 100px;
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-section-table .cm-empty {
        top: 73px;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-table .cm-empty {
        width: 220px;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-table .cm-empty {
        width: 150px;
    }
}

#custommerce-pl-rc .cm-section-table .cm-table-container {
    max-width: 100%;
    max-height: 40em;
    overflow: scroll;
    position: relative;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-table .cm-table-container {
        max-height: 45em;
    }
}

#custommerce-pl-rc .cm-section-table .cm-table-container td {
    vertical-align: middle !important;
}

#custommerce-pl-rc .cm-section-table .cm-table-container .cm-head {
    background-color: #fff;
    padding-bottom: 1em;
}

#custommerce-pl-rc .cm-section-table .cm-table-container .cm-head .cm-img {
    width: 114px;
}

#custommerce-pl-rc .cm-section-table .cm-table-container .cm-head .cm-title {
    font-size: 1em;
    line-height: 1.2;
    padding-top: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #414141;
    text-align: center;
}

#custommerce-pl-rc .cm-section-table .cm-table-container .cm-cell {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #dce9d5;
    color: #414141;
    text-align: center;
    height: 90px;
    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;
    border: 1px solid #fff;
    font-size: 16px;
}

#custommerce-pl-rc .cm-section-table table {
    position: relative;
    border-collapse: collapse;
}

#custommerce-pl-rc .cm-section-table td,
#custommerce-pl-rc .cm-section-table th {
    padding: 0;
}

#custommerce-pl-rc .cm-section-table thead th {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 0;
    color: #fff;
    background-color: #fff;
}

#custommerce-pl-rc .cm-section-table thead th:first-child {
    left: 0;
    z-index: 1;
    width: 300px;
}

#custommerce-pl-rc .cm-section-table tbody th {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    left: 0;
    background: #fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    min-width: 330px;
    padding-left: 10px;
    -webkit-padding-before: 2px;
    padding-block-start: 2px;
    line-height: 1.2;
    z-index: 2;
}

#custommerce-pl-rc .cm-section-table tbody th .cm-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    border-bottom: 2px solid #dce9d5 !important;
    height: 90px;
}

#custommerce-pl-rc.cm-braava .cm-section-table tbody th .cm-p {
    border-bottom: 2px solid #e6f7ff !important;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-table tbody th {
        min-width: 220px;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-table tbody th {
        min-width: 150px;
    }
}

#custommerce-pl-rc .cm-section-table .cm-table-note {
    margin-top: 4em;
    margin-left: 1em;
    color: #414141;
}

#custommerce-pl-rc .cm-section-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0em;
    margin-top: 2em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 2em;
        margin-top: 2em;
    }
}

#custommerce-pl-rc .cm-section-intro .cm-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-text {
        margin-bottom: 2em;
    }
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-p {
    position: relative;
    margin-left: 2.5em;
    padding-left: 2.5em;
    font-family: Arial, Helvetica, sans-serif;
    color: #447355;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.5;
    padding-bottom: 1em;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

#custommerce-pl-rc.cm-braava .cm-section-intro .cm-col .cm-item .cm-p {
    color: #1c79a2;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-p {
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-p:hover {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-p:hover {
        -webkit-transform: none;
        transform: none;
    }
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-p::after {
    content: "►";
    display: block;
    color: #447355;
    position: absolute;
    top: 0;
    left: 0;
}

#custommerce-pl-rc.cm-braava .cm-section-intro .cm-col .cm-item .cm-p::after {
    color: #1c79a2;
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-img {
    max-width: 508px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-intro .cm-col .cm-img {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-img img {
    width: 100%;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-benefits {
        padding-bottom: 0;
    }
}

#custommerce-pl-rc .cm-benefits .pc-faq-item {
    border: 6px solid #fff;
}

#custommerce-pl-rc .cm-benefits .cm-row {
    padding-right: 2em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-benefits .cm-row {
        padding-right: 0;
        padding-left: 0;
    }
}

#custommerce-pl-rc .cm-benefits .cm-row .cm-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 560px;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-benefits .cm-row .cm-col {
        max-width: 100%;
    }
}

#custommerce-pl-rc .cm-benefits .cm-row .cm-col .cm-img {
    max-width: 480px;
    margin-top: 6em;
}

#custommerce-pl-rc .cm-benefits .cm-faq {
    padding-bottom: 0;
    padding-top: 2em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-benefits .cm-faq {
        padding-bottom: 0;
        padding-top: 2em;
    }
}

#custommerce-pl-rc .cm-section-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 32px;
    margin-top: 4em;
    margin-bottom: 2em;
    background-color: #6cb86a;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-section-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: unset;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-banner {
        padding-top: 3em;
    }
}

#custommerce-pl-rc .cm-section-banner .cm-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-section-banner .cm-col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 1em;
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-section-banner .cm-col .cm-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#custommerce-pl-rc .cm-section-banner .cm-col .cm-img img {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-img img {
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

#custommerce-pl-rc .cm-section-banner .cm-col .cm-desc {
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-desc {
        max-width: 559px;
        background-color: #6cb86a;
        border-bottom-left-radius: 32px;
        border-bottom-right-radius: 32px;
        padding-top: 2em;
        padding-bottom: 2em;
        margin-top: 0;
    }
}

#custommerce-pl-rc .cm-section-banner .cm-col .cm-desc .cm-title {
    text-align: center;
    font-size: 2em;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 1.25em;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-desc .cm-title {
        padding-bottom: 1.5em;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-desc .cm-title {
        padding-bottom: 1em;
    }
}

#custommerce-pl-rc .cm-section-banner .cm-col .cm-desc .cm-p {
    font-size: 1.125em;
    line-height: 1.77;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-desc .cm-p {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#custommerce-pl-rc .cm-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-icons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 1.25em;
    }
}

#custommerce-pl-rc .cm-icons .cm-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 25%;
    padding: 0 1.5em;
    position: relative;
}

@media only screen and (max-width: 1100px) {
    #custommerce-pl-rc .cm-icons .cm-icon {
        width: 30%;
    }
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-icons .cm-icon {
        width: 33.3333%;
        padding: 0 1em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-icons .cm-icon {
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-icons .cm-icon {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        width: 100%;
        margin-bottom: 1.5em;
    }

    #custommerce-pl-rc .cm-icons .cm-icon:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-icons .cm-icon {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
    width: 8.75em;
    height: 8.75em;
    margin-bottom: 2em;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
        width: 7em;
        height: 7em;
    }
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
        width: 6em;
        height: 6em;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
        margin-right: 1.25em;
        margin-bottom: 0;
    }
}

#custommerce-pl-rc .cm-icons .cm-icon .cm-icon-desc {
    text-align: center;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.5;
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-desc {
        font-size: 1em;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-desc {
        text-align: left;
        font-size: 1.125em;
    }
}

#custommerce-pl-rc .cm-rogers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-rogers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-left: auto;
        margin-right: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#custommerce-pl-rc .cm-rogers .cm-roger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 33.3333%;
    padding: 0 1em;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-rogers .cm-roger {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        width: 100%;
        margin-bottom: 1.5em;
    }
}

#custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-image {
    max-width: 100%;
    margin-bottom: 1em;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-image {
        margin-bottom: 0;
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-rogers .cm-roger>div {
        width: 50%;
        padding-left: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-name {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1.75em;
    font-weight: 300;
    line-height: 1;
}

#custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-name span {
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-name {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-name {
        font-size: 1.75em;
        text-align: left;
    }
}

#custommerce-pl-rc .cm-btn {
    display: inline-block;
    background-color: #497e9c;
    color: #fff;
    border-radius: 1em;
    font-size: 1.5em;
    line-height: 1em;
    font-family: Arial, sans-serif;
    padding: 6px 1.25em 10px;
    text-decoration: none;
    margin-top: 1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-btn {
        font-size: 1.25em;
    }

    #custommerce-pl-rc .cm-btn img {
        height: 8px;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 120px;
    }
}

#custommerce-pl-rc .cm-btn img {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#custommerce-pl-rc .cm-btn:hover {
    background-color: #253f55;
}

#custommerce-pl-rc .cm-btn:hover img {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

#custommerce-pl-rc .cm-bg-secondary {
    background-color: #497e9c;
}

#custommerce-pl-rc .cm-content {
    position: relative;
    padding: 7em 0 11em;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-content {
        padding: 6em 0 11em;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-content {
        padding: 5em 0 11em;
    }
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-content {
        padding: 4em 0 9em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-content {
        padding: 4em 0 3em;
    }
}

#custommerce-pl-rc .cm-content .cm-sticker {
    position: absolute;
    top: 7em;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20%;
    min-width: 120px;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .cm-content .cm-sticker {
        top: 6em;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-content .cm-sticker {
        top: 5em;
    }
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-content .cm-sticker {
        top: 4em;
    }
}

#custommerce-pl-rc .cm-content .cm-packshot {
    width: 35%;
    position: absolute;
    right: 17em;
    bottom: 6em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-content .cm-packshot {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-content .cm-packshot {
        bottom: 4em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-content .cm-packshot {
        display: none;
    }
}

#custommerce-pl-rc .pc-b6-a .pc-block-module {
    max-width: 1200px;
    padding: 0 2.5em;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-b6-a .pc-block-module {
        padding: 0 1.5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .pc-b6-a .pc-block-module {
        padding: 0 1.25em;
    }
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
    max-width: 700px;
}

#custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative {
    margin: 0;
}

#custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative .pc-b6-title {
    text-align: left !important;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative .pc-b6-title {
        text-align: center !important;
    }
}

#custommerce-pl-rc .pc-b6-a p {
    font-size: 1em;
    line-height: 1.7;
    margin: 1em 0 0;
    font-family: Arial, sans-serif;
    text-align: center;
}

#custommerce-pl-rc .pc-b6-a p.cm-small {
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    color: #606060;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .pc-b6-a p.cm-small {
        font-size: 12px;
    }
}

#custommerce-pl-rc .pc-b6-ng1,
#custommerce-pl-rc .pc-b6-ng2 {
    font-family: Arial, sans-serif;
    font-size: 3em;
    line-height: 1.1;
}

@media only screen and (max-width: 500px) {

    #custommerce-pl-rc .pc-b6-ng1,
    #custommerce-pl-rc .pc-b6-ng2 {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 400px) {

    #custommerce-pl-rc .pc-b6-ng1,
    #custommerce-pl-rc .pc-b6-ng2 {
        font-size: 2.125em;
    }
}

#custommerce-pl-rc .pc-b6-ng1 {
    font-weight: 300;
    color: #57a1c7;
}

#custommerce-pl-rc .pc-b6-ng2 {
    font-weight: 500;
    color: #497e9c;
    text-transform: uppercase;
}

#custommerce-pl-rc .pc-b6-title {
    font-family: Arial, sans-serif;
    font-weight: 500;
    color: #414141;
    font-size: 2.5em;
    line-height: 1.2;
    text-align: center !important;
    margin: 0;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-b6-title {
        font-size: 2.25em;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .pc-b6-title {
        font-size: 2.125em;
    }
}

#custommerce-pl-rc .pc-b6-title strong {
    font-weight: bold;
    font-family: Arial, sans-serif;
}

#custommerce-pl-rc .ai-separator {
    height: 400px;
}

#custommerce-pl-rc .pc-b6-subtitle {
    font-family: Arial, sans-serif;
    color: #414141;
    font-weight: 900;
    font-size: 2em;
    line-height: 1.2;
    text-align: center !important;
    margin-top: 1em;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-b6-subtitle {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .pc-b6-subtitle {
        font-size: 1.25em;
    }
}

#custommerce-pl-rc .pc-b6-text {
    font-family: Arial, sans-serif;
    color: #497e9c;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.2;
    text-align: center !important;
    margin: 0;
    max-width: 700px;
    margin: auto;
}

#custommerce-pl-rc .pc-b6-text p {
    font-size: 1em;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-b6-text p {
        font-size: 15.75px;
    }
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-b6-text {
        font-size: 2em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .pc-b6-text {
        font-size: 1.75em;
    }
}

#custommerce-pl-rc .pc-p5 {
    width: 100%;
}

#custommerce-pl-rc .pc-p5 iframe {
    height: 99% !important;
}

#custommerce-pl-rc .pc-p5 label {
    z-index: 1;
}

#custommerce-pl-rc .cm-img-fluid-container {
    overflow: hidden;
}

#custommerce-pl-rc .cm-img-fluid-noresize {
    max-width: 100%;
    display: block;
}

#custommerce-pl-rc .cm-img-fluid,
#custommerce-pl-rc .cm-img-fluid.lazy {
    max-width: 100%;
    display: block;
}

@media only screen and (max-width: 700px) {

    #custommerce-pl-rc .cm-img-fluid,
    #custommerce-pl-rc .cm-img-fluid.lazy {
        max-width: none;
        width: 150%;
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-8,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-8 {
        -webkit-transform: translateX(-8%);
        transform: translateX(-8%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-9,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-9 {
        -webkit-transform: translateX(-9%);
        transform: translateX(-9%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-10,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-10 {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-11,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-11 {
        -webkit-transform: translateX(-11%);
        transform: translateX(-11%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-12,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-12 {
        -webkit-transform: translateX(-12%);
        transform: translateX(-12%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-13,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-13 {
        -webkit-transform: translateX(-13%);
        transform: translateX(-13%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-14,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-14 {
        -webkit-transform: translateX(-14%);
        transform: translateX(-14%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-15,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-15 {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-16,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-16 {
        -webkit-transform: translateX(-16%);
        transform: translateX(-16%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-17,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-17 {
        -webkit-transform: translateX(-17%);
        transform: translateX(-17%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-20,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-20 {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-30,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-30 {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-50,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-50 {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

#custommerce-pl-rc .cm-info-box {
    color: #fff;
    text-align: center;
    border-top: 2px solid #eb1c24;
    padding: 5em 2em;
}

@media only screen and (max-width: 1200px) {
    #custommerce-pl-rc .cm-info-box {
        padding: 3em 2em;
    }
}

@media only screen and (max-width: 1100px) {
    #custommerce-pl-rc .cm-info-box {
        padding: 3em 2em 4em;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-info-box {
        padding: 3em 1.25em;
    }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
    font-family: Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.2;
    text-align: center !important;
}

@media only screen and (max-width: 1100px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
        font-size: 2em;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
        max-width: 480px;
        margin: 0 auto;
    }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
    font-family: Arial, sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.7;
    text-align: center !important;
    margin: 0;
}

@media only screen and (max-width: 1100px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
        font-size: 1.125em;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
        max-width: 480px;
        margin: 0 auto;
    }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-product {
    max-width: 394px;
    width: 80%;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2,
#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-family: Arial, sans-serif;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-weight: bold;
    font-size: 3.5em;
    line-height: 1.2;
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
        font-size: 4em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
        font-size: 3em;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
        font-size: 2.5em;
    }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.2;
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
        font-size: 1.125em;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
        font-size: 1em;
    }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-gf {
    margin: 1.25em auto 3em;
}

@media only screen and (max-width: 1200px) {
    #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-gf {
        margin: 1.25em auto 2em;
    }
}

#custommerce-pl-rc .pc-b11 {
    margin-bottom: 3em;
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
    max-width: 1200px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module {
        display: block;
        padding: 0 1.25em;
    }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding: 0 2.5em;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
        padding: 0 1.5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
        padding: 0;
    }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-image .pc-relative {
    position: relative;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-image .pc-relative {
        text-align: center !important;
    }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-image img {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-image {
        margin-bottom: 1em;
    }
}

#custommerce-pl-rc .pc-b11 .pc-description {
    padding: 0;
    text-align: left;
}

#custommerce-pl-rc .pc-b11 .pc-description p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 1em;
    max-width: 460px;
    color: #414141;
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-align: left;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-param {
    margin: 0 0 0.5em;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-param span {
    font-weight: 500;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .pc-b11 .pc-description p {
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .pc-b11 .pc-description p {
        font-size: 1em;
    }
}

#custommerce-pl-rc .pc-b11 .pc-description p:last-child {
    margin-bottom: 0;
}

#custommerce-pl-rc .pc-b11 .pc-description p strong {
    font-weight: bold;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-small {
    font-size: 1em;
}

#custommerce-pl-rc .pc-b11 .pc-description p.pc-param {
    background-color: #f4f4f4;
    padding: 5px;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 10px;
}

#custommerce-pl-rc .pc-b11 .pc-name {
    color: #447355;
    font-family: Arial, sans-serif;
    margin-bottom: 0.8em;
    font-weight: normal;
    text-align: left !important;
    font-size: 1.75em;
    line-height: 1.4;
}

#custommerce-pl-rc.cm-braava .pc-b11 .pc-name {
    color: #1c79a2;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-b11 .pc-name {
        max-width: none;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .pc-b11 .pc-name {
        text-align: center !important;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .pc-b11 .pc-name {
        font-size: 1.75em;
    }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
    text-align: left;
}

@media only screen and (max-width: 800px) {
    #custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
        text-align: center;
        padding-left: 0;
    }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description p {
    text-align: left;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .pc-b11.pc-b11-b .pc-description p {
        text-align: center;
    }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-name {
    text-align: left;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .pc-b11.pc-b11-b .pc-name {
        text-align: center !important;
    }
}

#custommerce-pl-rc .pc-b11.pc-b11-spec {
    background-color: #f8f8f8;
    border-radius: 1.5em;
    padding: 6em 0;
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .pc-b11.pc-b11-spec {
        padding: 4em 0;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .pc-b11.pc-b11-spec {
        padding: 3em 0;
    }
}

#custommerce-pl-rc a.cm-button,
#custommerce-pl-rc .cm-button {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: #497e9c;
    text-decoration: none;
    font-size: 0.75em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 1em 2em;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 800px) {

    #custommerce-pl-rc a.cm-button,
    #custommerce-pl-rc .cm-button {
        padding: 1em 1.5em;
    }
}

#custommerce-pl-rc a.cm-button.cm-button-outline,
#custommerce-pl-rc .cm-button.cm-button-outline {
    background-color: transparent;
    border: 2px solid #497e9c;
}

#custommerce-pl-rc a.cm-button.cm-button-large,
#custommerce-pl-rc .cm-button.cm-button-large {
    font-size: 1.5em;
}

#custommerce-pl-rc .cm-m-desc-top-3 {
    margin-top: 3em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-m-desc-top-3 {
        margin-top: 0em;
    }
}

#custommerce-pl-rc .cm-m-desc-bottom-3 {
    margin-bottom: 3em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-m-desc-bottom-3 {
        margin-bottom: 0em;
    }
}

#custommerce-pl-rc .cm-footer-logo {
    text-align: center;
    margin-bottom: 1.5em;
}

#custommerce-pl-rc .cm-footer-logo::after {
    content: "";
    width: 234px;
    height: 1px;
    background-color: #447355;
    display: block;
    margin: 1em auto 0;
}

#custommerce-pl-rc.cm-braava .cm-footer-logo::after {
    background-color: #1c79a2;
}

#custommerce-pl-rc .cm-footer-logo img {
    width: 158px;
}

#custommerce-pl-rc .cm-pb-8 {
    padding-bottom: 8em;
}

@media only screen and (max-width: 1200px) {
    #custommerce-pl-rc .cm-pb-8 {
        padding-bottom: 5em;
    }
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-pb-8 {
        padding-bottom: 0em;
    }
}

#custommerce-pl-rc .cm-pb-12 {
    padding-bottom: 12em;
}

@media only screen and (max-width: 1200px) {
    #custommerce-pl-rc .cm-pb-12 {
        padding-bottom: 6em;
    }
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-pb-12 {
        padding-bottom: 0em;
    }
}

#custommerce-pl-rc .cm-pb-25 {
    padding-bottom: 23em;
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-pb-25 {
        padding-bottom: 0;
    }
}

#custommerce-pl-rc .cm-pt-4 {
    padding-top: 4em;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-pt-4 {
        padding-top: 2em;
    }
}

#custommerce-pl-rc .cm-pt-2 {
    padding-top: 2em;
}

#custommerce-pl-rc .cm-mb-2 {
    margin-bottom: 2em;
}

#custommerce-pl-rc .cm-mb-0 {
    margin-bottom: 0;
}

#custommerce-pl-rc .cm-mb-3 {
    margin-bottom: 3em;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-mb-3 {
        margin-bottom: 2em;
    }
}

#custommerce-pl-rc .cm-mb-4 {
    margin-bottom: 4em;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-mb-4 {
        margin-bottom: 3em;
    }
}

#custommerce-pl-rc .cm-mb-6 {
    margin-bottom: 6em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-mb-6 {
        margin-bottom: 4em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-mb-6 {
        margin-bottom: 3em;
    }
}

#custommerce-pl-rc .cm-mt-6 {
    margin-top: 6em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-mt-6 {
        margin-top: 4em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-mt-6 {
        margin-top: 3em;
    }
}

#custommerce-pl-rc .cm-pb-2 {
    padding-bottom: 2em;
}

#custommerce-pl-rc .cm-rounded {
    border-radius: 32px;
}

#custommerce-pl-rc .cm-mt-2 {
    margin-top: 2em;
}

#custommerce-pl-rc .cm-mt-3 {
    margin-top: 3em;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-mt-3 {
        margin-top: 2em;
    }
}

#custommerce-pl-rc .cm-mt-4 {
    margin-top: 4em;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-mt-4 {
        margin-top: 3em;
    }
}

#custommerce-pl-rc .cm-mt-6 {
    margin-top: 6em;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-mt-6 {
        margin-top: 4em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-mt-6 {
        margin-top: 3em;
    }
}

#custommerce-pl-rc.cm-mm .cm-faq .pc-p7 {
    z-index: 9 !important;
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
    #custommerce-pl-rc.cm-mm {
        font-size: 14px;
    }
}

#custommerce-pl-rc.cm-braava.cm-mm [class*="icon-"] {
    display: block !important;
}

#custommerce-pl-rc.cm-mm .cm-section-graphic .cm-p {
    font-size: 0.9em !important;
    line-height: 1.3 !important;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc.cm-mm .cm-table-container {
        margin-top: 2em !important;
    }
}

#custommerce-pl-rc.cm-mm .cm-empty {
    top: 100px !important;
}

@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc.cm-mm .cm-empty {
        top: 70px !important;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc.cm-mm .cm-empty {
        top: 90px !important;
    }
}

@media only screen and (max-width: 1400px) {

    #custommerce-pl-rc.cm-mm .cm-icons .cm-item .cm-title,
    #custommerce-pl-rc.cm-mm .cm-icons .cm-item .cm-p {
        padding: 0 0.5em 0.5em 0.5em !important;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc.cm-mm .cm-icons .cm-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
        -ms-flex-preferred-size: 45% !important;
        flex-basis: 45% !important;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc.cm-mm .cm-ul {
        margin-top: 1.5em;
    }

    #custommerce-pl-rc.cm-mm .cm-ul .cm-p {
        padding-bottom: 1em !important;
    }
}

#custommerce-pl-rc.cm-mm .cm-section-ng .cm-ng-2 {
    padding-left: 14px !important;
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc.cm-mm .cm-section-ng .cm-ng-2 {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc.cm-mm .cm-section-ng .cm-ng-2 {
        margin-bottom: 0em;
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc.cm-mm .cm-section-ng .cm-ng-2 {
        font-size: 2em !important;
    }
}

@media only screen and (max-width: 400px) {

    #custommerce-pl-rc.cm-mm .cm-header-desc .cm-ng-2,
    #custommerce-pl-rc.cm-mm .cm-section-ng .cm-header-desc .cm-ng-2 {
        font-size: 2.5em !important;
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc.cm-mm .cm-section-ng .cm-sub-1 {
        margin-bottom: 2em !important;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc.cm-mm .cm-pb-25 {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc.cm-mm .cm-section-ng {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
}

@media screen and (min-width: 1024px) {
    #custommerce-pl-rc.cm-mm .cm-header .cm-header-logo {
        margin-left: 1.5em;
    }
}

#custommerce-pl-rc.cm-mm .cm-section-graphic .pc-relative img {
    margin: 0 auto !important;
    max-width: 100% !important;
}

@media screen and (min-width: 1024px) {
    #custommerce-pl-rc.cm-mm .pc-b11 .pc-block-module .pc-text {
        padding: 0 1.5em;
    }

    #custommerce-pl-rc.cm-mm .pc-b6-title {
        font-size: 2.25em;
    }
}

@media screen and (min-width: 1024px) {
    #custommerce-pl-rc.cm-mm .cm-icons .cm-icon {
        width: 33.3333%;
        padding: 0 1em;
    }
}

@media screen and (min-width: 1173px) {
    #custommerce-pl-rc.cm-mm .cm-icons .cm-icon {
        width: 30%;
    }
}

@media screen and (min-width: 1024px) {
    #custommerce-pl-rc.cm-mm .cm-icons .cm-icon .cm-icon-icon {
        width: 7em;
        height: 7em;
    }
}

@media screen and (min-width: 1024px) {
    #custommerce-pl-rc.cm-mm .rc_tooltip_content {
        width: 300px;
    }

    #custommerce-pl-rc.cm-mm .pc-b11.pc-b11-spec {
        padding: 4em 0;
    }

    #custommerce-pl-rc.cm-mm .cm-faq .pc-p7 .pc-block-module,
    #custommerce-pl-rc.cm-mm .pc-b6-a .pc-block-module {
        padding: 0 1.5em;
    }

    #custommerce-pl-rc.cm-mm .pc-b11 .pc-block-module {
        padding: 0;
    }
}

#custommerce-pl-rc .cm-section-hotspots {
    margin-bottom: 6em;
}

#custommerce-pl-rc .cm-section-hotspots .rc_check_out_container {
    position: relative;
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content {
    display: block;
    position: relative;
    padding-bottom: 43px;
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content.rc_no_padding {
    padding-bottom: 0;
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_open {
    display: block;
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_closed {
    display: none;
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked~.rc_checkout_content_open {
    display: none;
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked~.rc_checkout_content_closed {
    display: block;
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    height: 43px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

#custommerce-pl-rc .cm-section-hotspots .cm-switcher {
    width: 300px;
    background: #87a78e;
    height: 43px;
    border-radius: 43px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#custommerce-pl-rc.cm-braava .cm-section-hotspots .cm-switcher {
    background: #93c6de;
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-section-hotspots .cm-switcher {
        width: 220px;
        height: 30px;
    }
}

#custommerce-pl-rc .cm-section-hotspots .cm-switcher .cm-switch {
    width: 50%;
    background: #447355;
    height: inherit;
    border-radius: 43px;
    left: 50%;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #fff;
}

#custommerce-pl-rc.cm-braava .cm-section-hotspots .cm-switcher .cm-switch {
    background: #1c79a2;
}

#custommerce-pl-rc .cm-section-hotspots .cm-switcher .cm-switch span {
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 43px;
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-section-hotspots .cm-switcher .cm-switch span {
        line-height: 30px;
    }
}

#custommerce-pl-rc .cm-section-hotspots .cm-switcher .cm-switch span.cm-switch-open {
    display: none;
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked~.cm-switcher .cm-switch {
    left: 0;
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked~.cm-switcher .cm-switch span.cm-switch-close {
    display: none;
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked~.cm-switcher .cm-switch span.cm-switch-open {
    display: block;
}

#custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip {
    position: absolute;
}

#custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip:hover {
    z-index: 10;
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
    position: relative;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #447355;
    padding: 1em;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
        -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease,
        -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
        -webkit-transform 0.2s ease;
    width: 320px;
    z-index: 5;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    border-radius: 1em;
    -webkit-transform: translate(calc(-50% + 1.6em), 1em);
    transform: translate(calc(-50% + 1.6em), 1em);
}

#custommerce-pl-rc.cm-braava .cm-section-hotspots .rc_tooltip_content {
    background-color: #1c79a2;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
        -webkit-transform: translate(calc(-50% + 1.5em), 1em);
        transform: translate(calc(-50% + 1.5em), 1em);
    }
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
        -webkit-transform: translate(calc(-50% + 1.5em), 1em);
        transform: translate(calc(-50% + 1.5em), 1em);
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom {
    -webkit-transform: translate(0%, -1em);
    transform: translate(0%, -1em);
    -webkit-transform: translate(calc(-50% + 1.6em), calc(-100% - 3.2em - 1em));
    transform: translate(calc(-50% + 1.6em), calc(-100% - 3.2em - 1em));
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom {
        -webkit-transform: translate(calc(-40% + 2.5em), calc(-100% - 3.2em - 1em));
        transform: translate(calc(-40% + 2.5em), calc(-100% - 3.2em - 1em));
    }
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom {
        -webkit-transform: translate(calc(-40% + 1.5em), calc(-100% - 3em - 1em));
        transform: translate(calc(-40% + 1.5em), calc(-100% - 3em - 1em));
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom {
        -webkit-transform: translate(calc(-40% + 1.5em), calc(-100% - 2em - 0.5em));
        transform: translate(calc(-40% + 1.5em), calc(-100% - 2em - 0.5em));
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.rc_tooltip_content_right {
    -webkit-transform: translate(0%, -1em);
    transform: translate(0%, -1em);
    -webkit-transform: translate(calc(-60% + 1.6em), calc(-100% - 3.2em - 1em));
    transform: translate(calc(-60% + 1.6em), calc(-100% - 3.2em - 1em));
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.rc_tooltip_content_right {
        -webkit-transform: translate(calc(-60% + 2.5em), calc(-100% - 3.2em - 1em));
        transform: translate(calc(-60% + 2.5em), calc(-100% - 3.2em - 1em));
    }
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.rc_tooltip_content_right {
        -webkit-transform: translate(calc(-60% + 1.5em), calc(-100% - 3em - 1em));
        transform: translate(calc(-60% + 1.5em), calc(-100% - 3em - 1em));
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.rc_tooltip_content_right {
        -webkit-transform: translate(calc(-60% + 1.5em), calc(-100% - 2em - 0.5em));
        transform: translate(calc(-60% + 1.5em), calc(-100% - 2em - 0.5em));
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-cust {
    -webkit-transform: translate(calc(-20% + 1.6em), calc(-100% - 3.2em - 1em));
    transform: translate(calc(-20% + 1.6em), calc(-100% - 3.2em - 1em));
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
    -webkit-transform: translate(0%, -1em);
    transform: translate(0%, -1em);
    -webkit-transform: translate(calc(-50% + 1.6em), calc(100% - 3.2em - 1em));
    transform: translate(calc(-50% + 1.6em), calc(100% - 3.2em - 1em));
}

#custommerce-pl-rc.cm-braava .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
    -webkit-transform: translate(calc(-50% + 1.6em), calc(80% - 3.2em - 1em));
    transform: translate(calc(-50% + 1.6em), calc(80% - 3.2em - 1em));
}

@media only screen and (max-width: 900px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
        -webkit-transform: translate(calc(-40% + 2.5em), calc(100% - 3.2em - 1em));
        transform: translate(calc(-40% + 2.5em), calc(100% - 3.2em - 1em));
    }

    #custommerce-pl-rc.cm-braava .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
        -webkit-transform: translate(calc(-40% + 2.5em), calc(80% - 3.2em - 1em));
        transform: translate(calc(-40% + 2.5em), calc(80% - 3.2em - 1em));
    }
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
        -webkit-transform: translate(calc(-40% + 1.5em), calc(100% - 3em - 1em));
        transform: translate(calc(-40% + 1.5em), calc(100% - 3em - 1em));
    }

    #custommerce-pl-rc.cm-braava .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
        -webkit-transform: translate(calc(-40% + 1.5em), calc(80% - 3em - 1em));
        transform: translate(calc(-40% + 1.5em), calc(80% - 3em - 1em));
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
        -webkit-transform: translate(calc(-40% + 1.5em), calc(100% - 2em - 0.5em));
        transform: translate(calc(-40% + 1.5em), calc(100% - 2em - 0.5em));
    }

    #custommerce-pl-rc.cm-braava .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
        -webkit-transform: translate(calc(-40% + 1.5em), calc(80% - 2em - 0.5em));
        transform: translate(calc(-40% + 1.5em), calc(80% - 2em - 0.5em));
    }
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
        width: 260px;
    }
}

@media only screen and (max-width: 600px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
        width: 220px;
        padding: 0.5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
        display: none;
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd {
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 1em;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
        -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease,
        -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
        -webkit-transform 0.2s ease;
    width: calc(100% - 2.5em);
    left: 50%;
    z-index: 11;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    background-color: #447355;
    border-radius: 1em;
    border: 2px solid #fff;
}

#custommerce-pl-rc.cm-braava .cm-section-hotspots .rc_tooltip_content_rwd {
    background-color: #1c79a2;
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd {
        padding: 0.5em;
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd.rc_tooltip_content_bottom {
    bottom: unset;
    top: 0;
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder .rc_tooltip_header {
    margin: 0.5em;
    font-size: 1em;
    font-weight: 500;
    color: #447355;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    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;
    text-align: center;
}

/* #custommerce-pl-rc.cm-braava .cm-section-hotspots .rc_tooltip_content_holder .rc_tooltip_header {
    color: #1c79a2;
} */

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder .rc_tooltip_header {
        margin-bottom: 0.5em;
    }
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder .rc_tooltip_header {
        text-align: center;
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder p {
    color: #fff;
    font-size: 1em;
    margin: 0;
}

@media only screen and (max-width: 700px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder p {
        font-size: 12px;
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger {
    position: relative;
    background-color: #447355;
    border-radius: 50%;
    color: #fff;
    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;
    width: 3em;
    height: 3em;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    z-index: 0;
}

#custommerce-pl-rc.cm-braava .cm-section-hotspots .rc_tooltip_trigger {
    background-color: #1c79a2;
}

@media only screen and (max-width: 450px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger {
        width: 2.5em;
        height: 2.5em;
    }
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger {
        width: 2em;
        height: 2em;
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger .rc_plus {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    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;
    width: 100%;
    height: 100%;
    font-size: 1.25em;
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger .rc_plus img {
    width: 100%;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 0 0 white;
    }

    100% {
        -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 0 0 white;
    }

    100% {
        -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger::after,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger::before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-animation: pulse2 1.2s linear infinite;
    animation: pulse2 1.2s linear infinite;
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger::before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover::after,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover::before {
    display: none;
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover+.rc_tooltip_content {
    display: block;
    opacity: 1;
    visibility: visible;
    border: 2px solid #fff;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover+.rc_tooltip_content {
        display: none;
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip:hover+.rc_tooltip_content_rwd {
    display: none;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip:hover+.rc_tooltip_content_rwd {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

#custommerce-pl-rc .cm-section-hotspots .active-ios+.rc_tooltip_content {
    display: block;
    opacity: 1;
    visibility: visible;
    border: 2px solid #fff;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-hotspots .active-ios+.rc_tooltip_content {
        display: none;
    }
}

#custommerce-pl-rc .cm-section-hotspots .active-ios+.rc_tooltip_content_rwd {
    display: none;
}

@media only screen and (max-width: 500px) {
    #custommerce-pl-rc .cm-section-hotspots .active-ios+.rc_tooltip_content_rwd {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_open,
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_closed {
    overflow: visible;
}

@media only screen and (max-width: 800px) {

    #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_open,
    #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_closed {
        overflow: hidden;
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_open .cm-hotspot-box,
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_closed .cm-hotspot-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 880px;
    height: 0;
    padding-bottom: min(100%, 880px);
}

.sticky #top:not(.top2),
.product-nav-sticky .product-nav {
    z-index: 99999;
}

.cm-euro {
    max-width: 920px !important;
    font-size: 14px !important;
}

.cm-euro sup {
    vertical-align: unset !important;
}

@media (min-width: 900px) {
    .cm-euro .cm-section-3-icons .cm-items .cm-item {
        -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    }

    .cm-euro .cm-section-3-icons .cm-items .cm-item .cm-img {
        max-width: 150px;
    }
}

/* FIX - banner_description */
@media only screen and (max-width: 1000px) {
    #custommerce-pl-rc .cm-section-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: unset;
    }
    
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-img img {
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    #custommerce-pl-rc .cm-section-banner .cm-col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 1em;
        padding-right: 1em;
    }
    
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-desc {
        max-width: 559px;
        background-color: #6CB86A;
        border-bottom-left-radius: 32px;
        border-bottom-right-radius: 32px;
        padding-top: 2em;
        padding-bottom: 2em;
        margin-top: 0;
    }
}
/* !FIX - banner_description */

@media only screen and (max-width: 1400px) {
    #custommerce-pl-rc .cm-pb-25 {
        padding-bottom: 2em;
    }
}

@media only screen and (max-width: 700px) {
	#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-p.cm-technical-data {
	    padding: 1em 0;
	}
}

@media only screen and (max-width: 400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_invert_image {
        max-width: 300px;
        width: 100%;
    }
}