@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Crimson+Pro:wght@800;900&family=Montserrat:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap");
@-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 {
  container-type:inline-size;
  font-size: 16px;
  font-family: "Inter", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #1D1D1D;
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.33;
  overflow: hidden;
}
#custommerce-pl-rc img {
  max-width: 100%;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-main-div{
    font-size: 14px;
  }
}
#custommerce-pl-rc.cm-width-800,
#custommerce-pl-rc .cm-width-800 {
  max-width: 800px;
  margin: auto;
  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;
}
@container (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 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#custommerce-pl-rc div {
  text-align: left;
  font-family: "Inter", Arial, sans-serif;
}
#custommerce-pl-rc p {
  font-family: "Inter", Arial, sans-serif;
}
#custommerce-pl-rc p strong {
  font-family: "Inter", Arial, sans-serif;
}
#custommerce-pl-rc img.lazy {
  width: auto;
}
#custommerce-pl-rc img {
  padding: 0;
  margin: 0;
}
#custommerce-pl-rc sup {
  font-size: 14px;

}
@container (max-width: 500px) {
  #custommerce-pl-rc sup {
  font-size: 12px;
  }
}
#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-pop {
  font-size: 16px;
  width: 120px !important;
  display: block;
  margin: 0 auto;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-pop {
    width: 100px !important;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-pop {
    width: 80px !important;
  }
}
#custommerce-pl-rc .cm-background-image-container {
  background-size: 100% 100%, 0;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-background-image-container {
    background-size: auto 100%, 0;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-background-image-container {
    background-size: 0, 100% 100%;
    background-repeat: no-repeat;
  }
}
#custommerce-pl-rc .cm-background-image-container.cm-second {
  margin-top: -10em;
  background-size: 100% 100%, 0;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 0 9em 0;
  z-index: 2;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-background-image-container.cm-second {
    padding: 0 0 11em 0;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-background-image-container.cm-second {
    background-size: cover;
    margin-top: -14em;
    padding: 0 0 9em 0;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-background-image-container.cm-second {
    padding: 0 0 7em 0;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-background-image-container.cm-second {
    padding: 0 0 5em 0;
  }
}
#custommerce-pl-rc .cm-second-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Inter", Arial, sans-serif;
  color: #fff;
  padding: 12em 2.5em 0.25em 2.5em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-second-slider {
    padding: 12em 2em 0em 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-second-slider {
    padding: 10em 2em 0em 2em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-second-slider {
    padding: 9em 1.5em 0.25em 1.5em;
  }
}
#custommerce-pl-rc .cm-second-slider .cm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-second-slider .cm-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 {
    width: 100%;
  }
}
#custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-title {
    text-align: center;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-title {
    font-size: 2.25em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-title {
    font-size: 2em;
  }
}
#custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-title.cm-second {
  margin: 78px 0 20px 0;
  max-width: 65%;
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-title.cm-second {
    max-width: 90%;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-title.cm-second {
    max-width: 100%;
    margin: 84px 0 24px 0;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-title.cm-second {
    margin: 74px 0 24px 0;
  }
}
#custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-subtext {
  font-size: 1.375em;
  max-width: 100%;
  line-height: 1.364;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-subtext {
    text-align: center;
    max-width: 100%;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-subtext {
    font-size: 1.25em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-box-1 .cm-subtext {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc .cm-second-slider .cm-box .cm-title-second {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 20px 0 0;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-title-second {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 32px 0 24px 0;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-title-second {
    margin: 24px 0 8px 0;
  }
}
#custommerce-pl-rc .cm-second-slider .cm-box .cm-title-second img {
  -webkit-animation: shadow 3s ease-in-out infinite;
          animation: shadow 3s ease-in-out infinite;
  max-width: 100%;
  border-radius: 100%;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-title-second img {
    max-width: 160px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-title-second img {
    max-width: 156px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-second-slider .cm-box .cm-title-second img {
    max-width: 136px;
  }
}
@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(229, 39, 19, 0.8);
            box-shadow: 0 0 0 0 rgba(229, 39, 19, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px 2px 22px 5px rgba(229, 39, 19, 0.8);
            box-shadow: 0px 2px 22px 5px rgba(229, 39, 19, 0.8);
  }
}
@keyframes shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(229, 39, 19, 0.8);
            box-shadow: 0 0 0 0 rgba(229, 39, 19, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px 2px 22px 5px rgba(229, 39, 19, 0.8);
            box-shadow: 0px 2px 22px 5px rgba(229, 39, 19, 0.8);
  }
}
#custommerce-pl-rc .pc-p5 {
  width: 100%;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .pc-p5 .pc-p5-image {
    background-size: 200%;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .pc-p5 .pc-p5-image {
    background-size: 300%;
  }
}
#custommerce-pl-rc .pc-p5 iframe {
  height: 100% !important;
}
#custommerce-pl-rc .pc-p5 label {
  z-index: 1;
}
#custommerce-pl-rc .pc-p5.pc-p5-small label::after {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: var(--txt-label);
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #224f9e;
  background-position: center center;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
  padding: 20% 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}
#custommerce-pl-rc .pc-p5.pc-p5-small label:hover::after {
  opacity: 1;
  display: block;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .pc-p5-main-video {
    display: none;
  }
}
#custommerce-pl-rc .pc-p5-small-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .pc-p5-small-videos {
    padding: 0 1.25em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .pc-p5-small-videos {
    display: none;
  }
}
#custommerce-pl-rc .pc-p5-small-videos .pc-p5-small {
  margin: 0;
  width: calc(33.33% - 1.33em);
  margin-top: 2em;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .pc-p5-small-videos .pc-p5-small {
    margin-top: 1.25em;
    width: calc(33.33% - 0.83em);
  }
}
#custommerce-pl-rc .cm-img-fluid-container {
  overflow: hidden;
  background-color: #faf8f7;
}
#custommerce-pl-rc .cm-img-fluid,
#custommerce-pl-rc .cm-img-fluid.lazy {
  max-width: 100%;
  display: block;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-img-fluid,
  #custommerce-pl-rc .cm-img-fluid.lazy {
    max-width: none;
    width: 116%;
  }
  #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-fluid-mobile {
  display: none !important;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-fluid-mobile {
    width: 100% !important;
    display: block !important;
  }
}
#custommerce-pl-rc .cm-fluid-desktop {
  display: block !important;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-fluid-desktop {
    display: none !important;
  }
}
#custommerce-pl-rc .cm-mb-3 {
  margin-bottom: 3em;
}
#custommerce-pl-rc .cm-feature {
  position: relative;
  margin-bottom: 3em;
}
#custommerce-pl-rc .cm-feature.cm-feature-no-mb {
  margin-bottom: 0;
}
#custommerce-pl-rc .cm-feature .cm-info-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4em;
  max-width: 500px;
  width: 42%;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .cm-feature .cm-info-box {
    max-width: 440px;
  }
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-feature .cm-info-box {
    padding: 3em 1.25em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-info-box {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    max-width: none;
  }
  #custommerce-pl-rc .cm-feature .cm-info-box.cm-transformed {
    width: 90%;
    margin: 0 auto;
    -webkit-transform: translateY(-6em);
            transform: translateY(-6em);
  }
}
#custommerce-pl-rc a.cm-button,
#custommerce-pl-rc .cm-button {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #224f9e;
  text-decoration: none;
  font-size: 0.75em;
  font-family: "Inter", Arial, sans-serif;
  font-weight: bold;
  padding: 1em 2em;
  position: relative;
  overflow: hidden;
}
@container (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 #224f9e;
}
#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-section-warranty {
  background-color: #224f9e;
  padding: 4em 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#custommerce-pl-rc .cm-section-warranty .cm-warranty {
  width: 100%;
  max-width: 900px;
  min-height: 350px;
  margin: 0 auto;
  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;
  align-items: center;
  gap: 2em;
}
#custommerce-pl-rc .cm-section-warranty .cm-warranty img {
  width: 100%;
  max-width: 200px;
}
#custommerce-pl-rc .cm-section-warranty .cm-warranty div {
  padding: 0 1em;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.4;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
}
#custommerce-pl-rc .cm-section-contains-container {
  padding: 4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
#custommerce-pl-rc .cm-section-contains-container .pc-b6-a p {
  margin: 0.5em auto;
  line-height: 1.4;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-contains-container .pc-b6-a p {
    padding: 0 0.5em;
  }
}
#custommerce-pl-rc .cm-section-contains {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.25em;
  margin-top: 2.5em;
  width: 100%;
  gap: 5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-contains {
    padding: 0 0.75em;
  }
}
#custommerce-pl-rc .cm-section-contains .cm-contains-item {
  text-align: center;
  max-width: 340px;
  width: 33%;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item {
    width: 54%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 0.5em;
  }
  #custommerce-pl-rc .cm-section-contains .cm-contains-item:nth-child(3), #custommerce-pl-rc .cm-section-contains .cm-contains-item:nth-child(5) {
    margin-top: 2em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
  }
}
#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-img-holder {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}
#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-img-holder:hover img {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}
#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-img-holder img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-name {
  font-size: 1.25em;
  line-height: 1.3;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #224f9e;
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-name {
    font-size: 1.125em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-name {
    font-size: 1em;
  }
}
#custommerce-pl-rc .cm-section-others {
  margin-top: 12em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #224f9e;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others {
    margin-top: 8em;
  }
}
#custommerce-pl-rc .cm-section-others .cm-section-others-container {
  -webkit-transform: translateY(-6em);
          transform: translateY(-6em);
  padding: 0 1.25em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container {
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
  }
}
#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
  text-align: center;
  padding: 0 0.5em;
  max-width: 209px;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 230px;
    padding: 0 1.25em;
  }
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(1), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(2), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(3) {
    margin-bottom: 3em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(1), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(2), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(3) {
    margin-bottom: 2em;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
    max-width: 221px;
    padding: 0 1em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
    padding: 0 0.5em;
  }
}
#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder {
  position: relative;
  margin-bottom: 1.5em;
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder {
    margin-bottom: 1em;
  }
}
#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder:hover img {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}
#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder img {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-name {
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-name {
    font-size: 1.125em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-name {
    font-size: 1em;
  }
}
#custommerce-pl-rc .cm-section-others .cm-footer-logo {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#custommerce-pl-rc.cm-28080-70 .cm-feature {
  position: relative;
}
#custommerce-pl-rc.cm-28080-70 .pc-b11 .pc-block-module .pc-text {
  padding: 2.125em 1.25em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc.cm-28080-70 .pc-p5-main-video {
    display: block;
  }
}
#custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
  font-size: 1em;
  font-family: "Inter", Arial, sans-serif;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
    font-size: 1em;
  }
}
#custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
  font-size: 1.25em;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #224f9e;
  width: 100%;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
    font-size: 1.125em;
  }
}
@container (max-width: 1000px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
    font-size: 1em;
  }
}
@container (max-width: 920px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
    font-size: 1em;
  }
}
#custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
  padding: 0 2.25em;
}
@container (max-width: 500px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    padding-top: 5em;
  }
}
#custommerce-pl-rc.cm-28080-70 .cm-cust-text {
  margin-top: 6em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc.cm-28080-70 .cm-cust-text {
    margin-top: 0em;
  }
}
#custommerce-pl-rc .cm-m-desc-top-3 {
  margin-top: 3em;
}
@container (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;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-m-desc-bottom-3 {
    margin-bottom: 0em;
  }
}
#custommerce-pl-rc.cm-euro {
  max-width: 920px;
  font-size: 14px;
}
#custommerce-pl-rc.cm-euro .pc-p5 {
  background: #fff;
  padding-bottom: 3em;
}
#custommerce-pl-rc.cm-euro .pc-p5 iframe {
  height: 100% !important;
}
#custommerce-pl-rc.cm-euro .pc-p5 .pc-p5-image {
  background-image: none !important;
}
@container (max-width: 800px) {
  #custommerce-pl-rc.cm-euro .pc-p5 {
    padding-bottom: 2em;
  }
}
#custommerce-pl-rc.cm-euro .pc-b11 .pc-block-module .pc-text {
  padding-left: 2.5em;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc.cm-euro .pc-b11 .pc-block-module .pc-text {
    padding-left: 2.5em;
  }
}
#custommerce-pl-rc.cm-euro .pc-b11.pc-b11-b .pc-block-module .pc-text {
  padding-right: 2.5em;
  padding-left: 1.75em;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc.cm-euro .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-right: 2.5em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc.cm-euro .cm-underheader-icons img {
    width: 5.5em;
    height: 5.5em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc.cm-euro .cm-underheader-icons img {
    width: 4.25em;
    height: 4.25em;
  }
}
#custommerce-pl-rc.cm-neonet {
  max-width: 1100px;
}
@container (max-width: 500px) {
  #custommerce-pl-rc.cm-neonet .cm-underheader-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  #custommerce-pl-rc.cm-neonet .cm-underheader-icons img {
    width: 5em;
    height: 5em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc.cm-neonet .cm-underheader-icons img {
    width: 8em;
    height: 8em;
    margin: 0 1em;
  }
}
#custommerce-pl-rc.cm-ceneo .cm-header .cm-header-img img {
  width: 100%;
}
@container (max-width: 700px) {
  #custommerce-pl-rc.cm-ceneo .cm-header .cm-header-img img {
    height: auto;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc.cm-ceneo .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
  #custommerce-pl-rc.cm-ceneo .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    height: auto;
  }
}
#custommerce-pl-rc.cm-mm .cm-header {
  max-width: 1002px;
}
#custommerce-pl-rc.cm-mm .cm-header .cm-header-img img {
  max-width: none;
  width: auto;
}
@container (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-img img {
    height: 100%;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-img img {
    width: 100%;
  }
}
@container (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 2em;
  }
}
@container (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 2.5em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 2.25em;
  }
}
@container (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 1.125em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 1em;
  }
}
@container (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc {
    padding: 4.375em 1em 4em;
  }
}
#custommerce-pl-rc.cm-mm .pc-b6-title {
  font-size: 2em;
}
@container (max-width: 500px) {
  #custommerce-pl-rc.cm-mm .pc-b6-title {
    font-size: 1.75em;
  }
}
#custommerce-pl-rc.cm-mm .cm-info-box {
  color: #fff;
  text-align: center;
  border-top: 2px solid #eb1c24;
  padding: 5em 2em;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc.cm-mm .cm-info-box {
    padding: 3em 2em;
  }
}
@container (max-width: 1100px) {
  #custommerce-pl-rc.cm-mm .cm-info-box {
    padding: 3em 2em 4em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc.cm-mm .cm-info-box {
    padding: 3em 1.25em;
  }
}
@container (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-info-box-name {
    font-size: 1.5em;
  }
}
@container (max-width: 1000px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-info-box-name {
    font-size: 2em;
  }
}
#custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-info-box-text {
  font-size: 1em;
}
#custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-2 {
  font-size: 3.5em;
}
@container (max-width: 920px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 4em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 3em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 2.5em;
  }
}
#custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-3 {
  font-size: 1.25em;
}
@container (max-width: 920px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.5em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.125em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1em;
  }
}
#custommerce-pl-rc.cm-mm .pc-b11 .pc-description p {
  font-size: 1.25em;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc.cm-mm .pc-b11 .pc-description p {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc.cm-mm .pc-b11 .pc-description p.cm-small {
  font-size: 1em;
}
#custommerce-pl-rc.cm-mm .pc-b11 .pc-name {
  font-size: 1.5em;
}
@container (max-width: 800px) {
  #custommerce-pl-rc.cm-mm .pc-b11 .pc-name {
    font-size: 1.25em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc.cm-mm .pc-b11 .pc-name {
    font-size: 1.5em;
  }
}
#custommerce-pl-rc .cm-video {
  position: relative;
}
#custommerce-pl-rc .cm-video::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 58.462%;
}
#custommerce-pl-rc .cm-video input {
  display: none;
}
#custommerce-pl-rc .cm-video input:checked ~ label {
  display: none;
}
#custommerce-pl-rc .cm-video label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-size: cover;
}
#custommerce-pl-rc .cm-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#custommerce-pl-rc .cm-header {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 1100px;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-position: 60% 0%;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-header {
    background-size: 0, auto;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-header {
    background-position: 20% 0%;
  }
}
#custommerce-pl-rc .cm-header .cm-header-desc {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 52%;
  text-align: left;
  padding: 1em 0 1em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@container (max-width: 1050px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    width: 62%;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    width: 100%;
    overflow: hidden;
    padding: 1em 2em 1em 2em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    width: 100%;
    padding: 1em 1.5em 1em 1.5em;
  }
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-header-logo {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin-bottom: 20em;
  left: 1em;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-header-logo {
    max-width: 364px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-header-logo {
    left: 0;
    margin-bottom: 28em;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-header-logo {
    max-width: 344px;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-header-logo {
    max-width: 314px;
    margin-bottom: 24em;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-header-logo {
    margin-bottom: 28em;
  }
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1,
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2,
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
  color: #fff;
  text-align: left;
  font-family: "Inter", Arial, sans-serif;
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
  margin-top: auto;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.375em;
  line-height: 1.364;
  color: #fff;
  margin-bottom: -3rem;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    margin-bottom: -3rem;
  }
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    margin-top: 19rem;
    max-width:95%;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    max-width: 100%;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    display: none;
  }
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 span {
  font-family: "Inter", Arial, sans-serif;
  font-display: swap;
  font-weight: 900 !important;
  color: #ffd600;
  font-size: 1.35em;
  line-height: 0.8;
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 strong {
  font-family: "Inter", Arial, sans-serif;
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 .cm-title {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 .cm-header-logo-second {
  max-width: 322px;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 .cm-header-logo-second {
    max-width: 304px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 .cm-header-logo-second {
    -webkit-animation: none;
            animation: none;
  }
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
  margin-top: 1.5em;
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1;
  left: 16px;
  position: relative;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    left: 0;
    font-size: 2em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 1.75em;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 1.5em;
  }
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-top-text .cm-red-rectangle {
  border: 21px solid #E42713;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  background-color:#E42713 ;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-top-text .cm-red-rectangle {
    left: -50px;
  }
}
#custommerce-pl-rc .cm-header .cm-header-desc .cm-top-text img {
  max-width: 540px;
  left: 1em;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-top-text img {
    max-width: 424px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-top-text img {
    left: 0;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-top-text img {
    max-width: 404px;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-top-text img {
    max-width: 354px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-top-text img {
    max-width: 294px;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-top-text img {
    max-width: 264px;
  }
}
#custommerce-pl-rc .cm-header .cm-header-img {
  width: 50%;
  position: absolute;
  right: 10%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 22em 0 10em;
  margin: auto 0 auto auto;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    right: 4%;
  }
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    right: 2%;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    right: 0;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: unset;
    padding: 1em 2em 0 2em;
    margin: 22% auto 0;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    padding: 4em 2em 0 2em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    padding: 2em 2em 0 2em;
    margin: 22% auto 0;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    padding: 3em 1.5em 0 1.5em;
    margin: 24% auto 0;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    margin: 14% auto 0;
  }
}
#custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd {
  display: none;
  text-align: center;
  padding: 0 0 1em 0;
  margin-top: auto;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.375em;
  line-height: 1.364;
  color: #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd span {
  font-family: "Inter", Arial, sans-serif;
  color: #ffd600;
  font-size: 1.35em;
}
#custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd .cm-smaller {
  color: #224f9e;
  font-size: 0.8em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd .cm-smaller {
    font-size: 0.75em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd {
    display: block;
    margin: 0 auto;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd {
    font-size: 1.25em;
    padding: 0 0 2em 0;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd {
    font-size: 1.125em;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd {
    padding: 1.5em 0 1.5em 0;
  }
}
#custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd .cm-title {
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 8px 0 16px 0;
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd .cm-title {
    margin: 4px 0 16px 0;
  }
  #custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd .cm-title br {
    display: none;
  }
}
#custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd .cm-header-logo-second {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  max-width: 324px;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd .cm-header-logo-second {
    max-width: 274px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd .cm-header-logo-second {
    max-width: 244px;
  }
}
#custommerce-pl-rc .cm-header .cm-header-img .cm-packshot {
  margin-top: 14em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-packshot {
    margin-top: 20em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-packshot {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-packshot {
    margin-top: 1em;
  }
}
#custommerce-pl-rc .cm-header .cm-header-img img {
  width: 100%;
  max-width: 403px;
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-header .cm-header-img img {
    max-width: 384px;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-img img {
    max-width: 344px;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-header .cm-header-img img {
    max-width: 244px;
  }
}
#custommerce-pl-rc .cm-header .cm-header-img img:first-child {
  opacity: 0;
  position: relative;
  -webkit-animation: fade 5s linear infinite 0s;
          animation: fade 5s linear infinite 0s;
}
#custommerce-pl-rc .cm-header .cm-header-img img:last-child {
  opacity: 0;
  position: absolute;
  -webkit-animation: fade 5s linear infinite 2.5s;
          animation: fade 5s linear infinite 2.5s;
}
@-webkit-keyframes fade {
  50%, 0% {
    opacity: 1;
  }
  100%, 51% {
    opacity: 0;
  }
}
@keyframes fade {
  50%, 0% {
    opacity: 1;
  }
  100%, 51% {
    opacity: 0;
  }
}
#custommerce-pl-rc .cm-underheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Inter", Arial, sans-serif;
  color: #fff;
  padding: 7em 2.5em 9em 2.5em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-underheader {
    padding: 2em 2em 14em 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-underheader {
    padding: 2em 2em 7em 2em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-underheader {
    padding: 2em 1.5em 6em 1.5em;
  }
}
#custommerce-pl-rc .cm-underheader .cm-title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
#custommerce-pl-rc .cm-underheader .cm-title .cm-remington-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 0 -1px 0;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-underheader .cm-title .cm-remington-one {
    max-width: 304px;
    margin: 0 0 0px 0;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-underheader .cm-title .cm-remington-one {
    max-width: 244px;
    margin: 0;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-underheader .cm-title {
    text-align: center;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-underheader .cm-title {
    font-size: 2.125em;
  }
}
#custommerce-pl-rc .cm-underheader .cm-subtext {
  font-size: 1.375em;
  max-width: 75%;
  line-height: 1.364;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-underheader .cm-subtext {
    text-align: center;
    max-width: 100%;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-underheader .cm-subtext {
    font-size: 1.25em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-underheader .cm-subtext {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc .cm-section-serp {
  position: relative;
  padding: 0 2.5em 0 2.5em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp {
    padding-top: 1em;
  }
}
#custommerce-pl-rc .cm-section-serp img {
  width: 100%;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-section-serp {
    margin-top: 0;
    padding-bottom: 2em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp {
    margin-top: -4em;
    position: relative;
    row-gap: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 2em 2em 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-section-serp {
    margin-top: -6em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-serp {
    margin-top: 0;
    row-gap: 0;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-serp {
    padding: 2em 1.5em 2em 1.5em;
    row-gap: 2em;
  }
}
#custommerce-pl-rc .cm-section-serp > .cm-title {
  text-align: center;
  font-size: 2.5em;
  padding: 0 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-section-serp > .cm-title {
    font-size: 2em;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row {
    padding-bottom: 2em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item {
  -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;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item.cm-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item.cm-end {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-img {
  max-width: 600px;
  padding-bottom: 2em;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-img .cm-video {
  max-width: 100%;
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-img {
    padding-bottom: 1em;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text {
  max-width: 510px;
  position: relative;
  padding-bottom: 34px;
  padding-right: 16px;
  padding-left: 70px;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text {
    padding-bottom: 34px;
    padding-right: 20px;
    padding-left: 50px;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text {
    padding-bottom: 34px;
    padding-right: 20px;
    padding-left: 30px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text {
    padding-bottom: 34px;
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text {
    padding-bottom: 16px;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp {
  font-size: 1.625em;
  color: #1D1D1D;
  margin-bottom: 24px;
  max-width: 90%;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp {
    font-size: 1.5em;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp span {
  font-weight: 700;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.75em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp {
    font-size: 1.5em;
    margin-bottom: 14px;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-p {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.4;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-p {
    text-align: center;
    margin-left: auto;
    line-height: 1.5;
    margin-right: auto;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-p span {
  color: #ffd600;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-p .cm-red {
  color: #e52713;
  font-weight: 700;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li {
  padding-top: 1em;
  padding-bottom: 2em;
  max-width: 550px;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row {
  padding-bottom: 0.5em;
  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;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row:last-of-type {
  padding-bottom: 0;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row .cm-ico {
  max-width: 20px;
  min-width: 20px;
  margin-right: 1em;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row .cm-ico img {
  width: 20px;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row .cm-p {
  width: 100%;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row .cm-p .cm-red {
  color: #e52713;
  font-weight: 700;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers {
  margin-top: 0em;
  margin-bottom: 0em;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item .cm-text {
  padding-left: 0;
  padding-right: 50px;
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item .cm-text {
    padding-right: 30px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item .cm-text {
    padding-right: 0;
  }
}
@container (min-width: 701px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#custommerce-pl-rc .cm-adavantages-container {
  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;
  z-index: 2;
  padding: 3em 2.5em 1em 2.5em;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-adavantages-container {
    padding: 1em 2.5em 1em 2.5em;
  }
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-adavantages-container {
    padding: 0 2.5em 1em 2.5em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container {
    padding: 0 2em 1em 2em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-adavantages-container {
    padding: 2em 1.5em 1em 1.5em;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text {
  font-size: 2em;
  font-weight: 500;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text {
    text-align: center;
    line-height: 1.2;
    font-size: 2.25em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text {
    font-size: 1.75em;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text .cm-bigger {
  font-size: 38px;
  display: inline;
  text-transform: uppercase;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text .cm-bigger {
    font-size: 35px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text .cm-bigger {
    font-size: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 16px 0;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text .cm-bigger {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text .cm-bigger {
    font-size: 28px;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text .cm-bigger .cm-little-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 334px;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text .cm-bigger .cm-little-logo {
    max-width: 304px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text .cm-bigger .cm-little-logo {
    -ms-flex-item-align: center;
        align-self: center;
    max-width: 294px;
  }
}
@container (max-width: 450px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text .cm-bigger .cm-little-logo {
    max-width: 264px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-title-box .cm-text .cm-bigger .cm-little-logo {
    max-width: 234px;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0 4em 0;
  min-height: 790px;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box {
    padding: 2em 0 5em 0;
  }
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box {
    min-height: 700px;
  }
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box {
    padding: 2em 0 5em 0;
    min-height: 600px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box {
    padding: 2em 0 10em 0;
    min-height: unset;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 3em 0;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-effect2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: -45px;
  max-width: 580px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-effect2 {
    max-width: 544px;
  }
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-effect2 {
    max-width: 504px;
  }
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-effect2 {
    top: -3em;
    right: -10px;
    max-width: 474px;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-effect2 {
    right: -34px;
    max-width: 414px;
    top: 1em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-effect2 {
    position: relative;
    right: 0;
    top: 0;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-effect2 {
    max-width: 370px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-effect2 {
    max-width: 270px;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box {
  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;
  max-width: 1200px;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box a {
  text-decoration: none;
  color: #1D1D1D;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 42%;
  font-family: "Inter", Arial, sans-serif;
  padding-bottom: 1.5em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage.cm-default .cm-advantages-content {
  border-left: 18px solid #e52713;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage.cm-default .cm-advantages-content .cm-title {
  color: #e52713;
  margin-left: 0.5em;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage.cm-default .cm-advantages-content .cm-desc {
  margin-left: 0.5em;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage.cm-default .cm-advantages-content .cm-image {
  opacity: 1;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage {
    max-width: 100%;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:nth-child(1) {
  -webkit-box-ordinal-group: NaN;
      -ms-flex-order: calc(1 + 5);
          order: calc(1 + 5);
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:nth-child(2) {
  -webkit-box-ordinal-group: NaN;
      -ms-flex-order: calc(2 + 5);
          order: calc(2 + 5);
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:nth-child(3) {
  -webkit-box-ordinal-group: NaN;
      -ms-flex-order: calc(3 + 5);
          order: calc(3 + 5);
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:nth-child(4) {
  -webkit-box-ordinal-group: NaN;
      -ms-flex-order: calc(4 + 5);
          order: calc(4 + 5);
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:nth-child(5) {
  -webkit-box-ordinal-group: NaN;
      -ms-flex-order: calc(5 + 5);
          order: calc(5 + 5);
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-title {
  font-size: 1.25em;
  font-weight: 700;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-title {
    font-size: 1.125em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-title {
    font-size: 1.25em;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-desc {
  font-size: 1.125em;
  font-weight: 400;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-desc {
    font-size: 1em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-desc {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-image {
  position: absolute;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  right: -60px;
  top: -6em;
  opacity: 0;
  z-index: 1;
  max-width: 580px;
  width: 100%;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-image {
    max-width: 544px;
    top: -4em;
  }
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-image {
    max-width: 504px;
  }
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-image {
    max-width: 474px;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-image {
    max-width: 414px;
    top: 0;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-image {
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-image {
    max-width: 370px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage .cm-advantages-content .cm-image {
    max-width: 270px;
  }
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:hover ~ .cm-default .cm-advantages-content {
  border-left: unset;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:hover ~ .cm-default .cm-advantages-content .cm-title {
  color: #000;
  margin-left: 0;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:hover ~ .cm-default .cm-advantages-content .cm-desc {
  margin-left: 0;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:hover ~ .cm-default .cm-advantages-content .cm-image {
  opacity: 0;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:hover .cm-advantages-content {
  border-left: 18px solid #e52713;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:hover .cm-advantages-content .cm-title {
  color: #e52713;
  margin-left: 0.5em;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:hover .cm-advantages-content .cm-desc {
  margin-left: 0.5em;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:hover .cm-advantages-content .cm-image {
  opacity: 1;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:hover .cm-advantages-content ~ .cm-default {
  background-color: green;
}
#custommerce-pl-rc .cm-adavantages-container .cm-box .cm-advantages-box .cm-single-advantage:hover .cm-advantages-content ~ .cm-default .cm-image {
  opacity: 0;
}
#custommerce-pl-rc .pc-b6-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 800px;
}
#custommerce-pl-rc .pc-b6-a p {
  font-size: 1.25em;
  line-height: 1.4;
  margin: 1em 0;
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
  color: #224f9e;
}
#custommerce-pl-rc .pc-b6-a p.cm-small {
  font-size: 1em;
  color: #224f9e;
  text-align: center;
}
#custommerce-pl-rc .pc-b6-a img.cm-pop {
  margin-bottom: 1em;
}
#custommerce-pl-rc .pc-b6-subtitle {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-display: swap;
  color: #224f9e;
  font-weight: normal;
  font-size: 1.875em;
  line-height: 1.4;
  text-align: center !important;
  margin: 0.5em auto 0;
  max-width: 700px;
}
@container (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-subtitle {
    font-size: 1.5em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-subtitle {
    font-size: 1.25em;
  }
}
#custommerce-pl-rc .pc-b6-subtitle span {
  font-family: "Caveat", Arial, sans-serif;
  font-display: swap;
  color: #ffd600;
  font-size: 1.35em;
}
#custommerce-pl-rc .pc-b6-subtitle strong {
  font-weight: bold;
  font-family: "Inter", Arial, sans-serif;
}
#custommerce-pl-rc .pc-b6-subtitle img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0.5em;
}
#custommerce-pl-rc .pc-b6-subtitle img.cm-max-70 {
  max-width: 70%;
}
#custommerce-pl-rc .pc-b6-title {
  font-family: "Inter", Arial, sans-serif;
  color: #224f9e;
  font-weight: normal;
  font-size: 3.125em;
  line-height: 1.2;
  text-align: center !important;
  margin: 0;
}
@container (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-title {
    font-size: 2.75em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-title {
    line-height: 1.1;
    font-size: 2.25em;
  }
}
#custommerce-pl-rc .pc-b6-title span {
  font-weight: 600;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-title span {
    line-height: 0.5;
  }
}
#custommerce-pl-rc .pc-b6-title strong {
  font-weight: bold;
  color: #e91720;
}
#custommerce-pl-rc .pc-b6-title img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0.5em;
}
#custommerce-pl-rc .pc-b6-title img.cm-max-70 {
  max-width: 70%;
}
#custommerce-pl-rc .pc-b6-text {
  font-family: "Inter", Arial, sans-serif;
  color: #224f9e;
  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;
}
@container (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-text p {
    font-size: 15.75px;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-text {
    font-size: 2em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-text {
    font-size: 1.75em;
  }
}
#custommerce-pl-rc .cm-bottom {
  margin-top: -8em;
  max-width: 1200px;
  background-size: 100% 100%, 0;
  padding-bottom: 10em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-bottom {
    padding-bottom: 13em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-bottom {
    padding-bottom: 9em;
    background-size: 0, 100% 100%;
    margin-bottom: 2em;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-bottom {
    background-size: 0, 100% 100%;
    padding-bottom: 9em;
    margin-bottom: 2em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-bottom {
    position: relative;
    z-index: 2;
    margin-top: -14em;
    padding-bottom: 8em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-bottom {
    z-index: 0;
    padding-bottom: 8em;
    margin-top: -4em;
  }
}
#custommerce-pl-rc .cm-bottom .cm-section-guarantee {
  max-width: 1200px;
  padding-top: 3em;
  padding-bottom: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee {
    padding-top: 0;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5em;
    padding-right: 2em;
    padding-left: 2em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
#custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6em 0 0 0;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box {
    padding: 2em 0 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-img {
  max-width: 535px;
  -ms-flex-item-align: center;
      align-self: center;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-img {
    max-width: 304px;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-img {
    max-width: 284px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1em;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-img {
    max-width: 274px;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-img {
    max-width: 244px;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-img {
    max-width: 214px;
  }
}
#custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-img img {
  width: 100%;
  z-index: 3;
  position: relative;
}
#custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-ng {
  font-weight: 500;
  color: #fff;
  font-size: 2.5em;
  padding-bottom: 40px;
  padding-top: 20px;
  max-width: 530px;
  text-transform: unset;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-ng {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-ng {
    text-align: center;
    font-size: 2.125em;
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-ng {
    font-size: 2em;
  }
}
#custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-p {
  max-width: 530px;
  font-size: 1.25em;
  padding-bottom: 1em;
  width: 100%;
  color: #fff;
}
#custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-p sup {
  font-size: 14px;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-bottom .cm-section-guarantee .cm-box .cm-p {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc .cm-hotspot-section {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section {
    position: relative;
    z-index: 1;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section {
    padding: 0;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
  margin-top: 16px;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-align: center;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
    display: none;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-mobile {
  display: none;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-mobile {
    display: none;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-mobile-2 {
  display: none;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-mobile-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-mobile-2 {
    margin-bottom: 40px;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-mobile-2 .cm-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-mobile-2 .cm-images .cm-items {
  position: absolute;
  bottom: 14%;
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-mobile-2 .cm-images .cm-items {
    bottom: 2%;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #e52713;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  padding: 1em 1.5em;
  min-height: 80px;
  -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: auto;
  font-weight: 400;
  max-width: 460px;
  font-size: 1.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content sup {
  font-size: 18px;
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content {
    max-width: 370px;
    padding: 0.75em 1.5em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content {
    font-size: 1em;
    max-width: 370px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content {
    padding: 1em 1em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content span {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content span {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content .cm-model {
  font-size: 0.8em;
  font-weight: 400;
  margin: 0 0 0.25em 0;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-img {
  position: absolute;
  top: 0%;
  left: 0;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
  left: 27%;
  top: 79%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
  text-align: center;
  width: 479px;
  left: 50% !important;
  right: unset !important;
  top: unset !important;
  bottom: 110px !important;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
    bottom: 70px !important;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
    bottom: 75px !important;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
    bottom: 174px !important;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
    max-width: 270px;
    bottom: 20px !important;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 63%;
  top: 66%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
  text-align: center;
  width: 479px;
  left: 50% !important;
  right: unset !important;
  top: unset !important;
  bottom: 110px !important;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
    bottom: 70px !important;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
    bottom: 75px !important;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
    bottom: 174px !important;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
    max-width: 270px;
    bottom: 20px !important;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
  left: 13%;
  top: 70%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
  text-align: center;
  width: 479px;
  left: 50% !important;
  right: unset !important;
  top: unset !important;
  bottom: 110px !important;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
    bottom: 70px !important;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
    bottom: 75px !important;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
    bottom: 174px !important;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
    max-width: 270px;
    bottom: 20px !important;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 43%;
  top: 43%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
  text-align: center;
  width: 479px;
  left: 50% !important;
  right: unset !important;
  top: unset !important;
  bottom: 110px !important;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
    bottom: 70px !important;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
    bottom: 75px !important;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
    bottom: 174px !important;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
    max-width: 270px;
    bottom: 20px !important;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse {
  position: relative;
  width: 100%;
  height: 100%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-animation: pulse 1.2s linear infinite;
          animation: pulse 1.2s linear infinite;
  top: 0;
  left: 0;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-pulse::after, #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-pulse::before {
  -webkit-animation: none;
          animation: none;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:hover + .cm-content {
  opacity: 1;
  visibility: visible;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e52713;
            box-shadow: 0 0 0 0 #e52713;
  }
  100% {
    -webkit-box-shadow: 0 0 0 22px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 22px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e52713;
            box-shadow: 0 0 0 0 #e52713;
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e52713;
            box-shadow: 0 0 0 0 #e52713;
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse-rwd {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e52713;
            box-shadow: 0 0 0 0 #e52713;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-rwd {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e52713;
            box-shadow: 0 0 0 0 #e52713;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}
@container screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    -webkit-animation-name: pulse2;
            animation-name: pulse2;
  }
}
@container screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    -webkit-animation-name: pulse-rwd;
            animation-name: pulse-rwd;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
    margin-top: 48px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 35px;
    height: 35px;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content {
    text-align: center;
    width: 479px;
    left: 50% !important;
    right: unset !important;
    top: unset !important;
    bottom: -50px !important;
    -webkit-transform: translate(-50%, 50%) !important;
            transform: translate(-50%, 50%) !important;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content .cm-top {
    text-align: center;
    margin: 0 auto;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
    left: 27%;
    top: 79%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
    left: 63%;
    top: 66%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
    left: 13%;
    top: 70%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
    left: 43%;
    top: 49%;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
    padding: 0;
    margin-top: 44px;
    margin-bottom: 70px;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 30px;
    height: 30px;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
    left: 27%;
    top: 70%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
    left: 63%;
    top: 60%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
    left: 13%;
    top: 59%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
    left: 43%;
    top: 49%;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
    margin-top: 34px;
    margin-bottom: 104px;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 25px;
    height: 25px;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
    left: 27%;
    top: 81%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
    left: 63%;
    top: 70%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
    left: 13%;
    top: 71%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
    left: 43%;
    top: 58%;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-description {
  position: absolute;
  padding: 0 2.5em 3em;
  z-index: 2;
  top: 14%;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description {
    padding: 0 2.5em 5em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description {
    padding: 4em 2em 5em;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description {
    padding: 2em 2em 5em;
    top: 12%;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description {
    top: 16%;
    padding: 0 1.5em 5em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-description .cm-title {
  max-width: 1200px;
  text-align: left;
  font-weight: 700;
  line-height: 1.33;
  font-size: 1.75em;
  text-transform: uppercase;
  color: #fff;
  padding-top: 0.5em;
}
#custommerce-pl-rc .cm-hotspot-section .cm-description .cm-title span {
  font-size: 18px;
  text-transform: uppercase;
  color: #1d1d1d;
  letter-spacing: 0.125em;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-title {
    font-size: 1.5em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-title {
    font-size: 1.25em;
    text-align: center;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-title {
    font-size: 1.375em;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-title {
    font-size: 1.25em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle {
  max-width: 1200px;
  text-align: left;
  margin-top: 0.25em;
  font-size: 1.375em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle {
    font-size: 1.25em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle {
    font-size: 1.125em;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle {
    margin-top: 0.125em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle .cm-text {
  max-width: 800px;
  text-align: left;
  color: #fff;
  font-weight: 400;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle .cm-text {
    text-align: center;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle {
    font-size: 1.375em;
    text-align: center;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle {
    font-size: 1.25em;
  }
}
@container (max-width: 450px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle {
    font-size: 1.125em;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle {
    font-size: 1em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle.cm-s {
  margin-top: 0.5em;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-subtitle.cm-s {
    margin-top: 2.5em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-description .cm-logo-bottom {
  max-width: 400px;
  width: 100%;
  margin: 16px 0 24px 0;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-logo-bottom {
    margin: 8px 0 0 0;
    max-width: 354px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-logo-bottom {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-logo-bottom {
    margin: 8px 0 0 0;
    max-width: 334px;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-logo-bottom {
    max-width: 294px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-logo-bottom {
    max-width: 264px;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-description .cm-logo-bottom {
    max-width: 244px;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0 0 0;
  -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;
  text-align: center;
}
#custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-image .cm-icon {
  max-width: 240px;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-image .cm-icon {
    max-width: 220px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-image .cm-icon {
    max-width: 190px;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section {
  margin: 2em 0 6em 0;
  max-width: 750px;
  text-align: center;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section {
    padding: 0 1em;
    max-width: 650px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section {
    margin: 2em 0 3em 0;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section {
    margin: 2em 0 2em 0;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section .cm-ng-1 {
  text-align: center;
  font-size: 2em;
  color: #ffd600;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section .cm-ng-1 {
    font-size: 1.75em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section .cm-ng-1 {
    font-size: 1.5em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section .cm-ng-2 {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.125em;
  max-width: 1000px;
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section .cm-ng-2 {
    font-size: 1em;
  }
}
#custommerce-pl-rc .cm-feature {
  background-color: #224f9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 10px #ffd600 solid;
  background-position: left top;
  background-repeat: no-repeat;
}
#custommerce-pl-rc .cm-feature.cm-feature-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-left: none;
  border-right: 10px #ffd600 solid;
  background-position: right top;
}
#custommerce-pl-rc .cm-feature.cm-feature-r .cm-image {
  padding-left: 0;
  padding-right: 1em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-feature.cm-feature-r {
    overflow: hidden;
    border-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
  #custommerce-pl-rc .cm-feature.cm-feature-r .cm-col:first-child {
    border-left: none;
    border-right: 5px #ffd600 solid;
    padding-bottom: 2em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-feature {
    overflow: hidden;
    border-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: 5px #ffd600 solid;
    padding-bottom: 2em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-feature {
    padding-bottom: 0;
  }
}
#custommerce-pl-rc .cm-feature .cm-tape-extend-sm {
  padding: 0 0.5em;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-feature .cm-tape-extend-sm {
    padding: 0 0.25em;
  }
}
#custommerce-pl-rc .cm-feature .cm-tape-extend-md {
  padding: 0.125em 1em;
  line-height: 1;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-feature .cm-tape-extend-md {
    padding: 0.125em 0.75em;
  }
}
#custommerce-pl-rc .cm-feature .cm-tape-extend-md.cm-second {
  padding: 0.375em 1em;
}
@container (max-width: 850px) {
  #custommerce-pl-rc .cm-feature .cm-tape-extend-md.cm-second {
    padding: 0.325em 0.125em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-tape-extend-md.cm-second {
    padding: 0.375em 0.25em;
  }
}
#custommerce-pl-rc .cm-feature .cm-tape-extend-lg {
  padding: 0 1.5em;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-feature .cm-tape-extend-lg {
    padding: 0 1em;
  }
}
#custommerce-pl-rc .cm-feature .cm-tape-header {
  margin-top: 1.5em;
  font-size: 3.125em;
  color: #224f9e;
  position: relative;
  background-color: #ffd600;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-feature .cm-tape-header {
    font-size: 2.75em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-tape-header {
    font-size: 3em;
    padding: 0.25em 0.75em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-feature .cm-tape-header {
    font-size: 2.5em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-feature .cm-tape-header {
    font-size: 2.125em;
  }
}
#custommerce-pl-rc .cm-feature .cm-tape-header div {
  font-family: "Inter", Arial, sans-serif;
  font-display: swap;
  font-weight: 900 !important;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  text-align: center;
}
#custommerce-pl-rc .cm-feature .cm-feature-description {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-display: swap;
  font-size: 1.25em;
  max-width: 480px;
  margin-top: 2em;
  padding: 0 1em;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-feature .cm-feature-description {
    font-size: 1.125em;
  }
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-feature .cm-feature-description {
    padding: 0 1em 1em 1em;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-feature .cm-feature-description {
    padding: 0 1em 2em 1em;
  }
}
#custommerce-pl-rc .cm-feature .cm-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#custommerce-pl-rc .cm-feature .cm-image {
  padding-left: 1em;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
  position: relative;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 450px;
    margin: 0 auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#custommerce-pl-rc .cm-feature .cm-image video {
  max-width: 100%;
}
#custommerce-pl-rc .cm-feature .cm-image img {
  max-width: 100%;
}
#custommerce-pl-rc .cm-feature .cm-image img:nth-child(2) {
  opacity: 0;
  width: calc(100% - 1em);
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-image img:nth-child(2) {
    max-width: 100%;
    width: auto;
  }
}
#custommerce-pl-rc .cm-feature .cm-image:hover img:nth-child(2) {
  opacity: 1;
}
#custommerce-pl-rc .cm-info-box {
  color: #224f9e;
  text-align: center;
  padding: 2em 2em;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 2em;
  }
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 2em 4em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 1.25em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 2em 1.25em 2em 1.25em;
  }
}
#custommerce-pl-rc .cm-info-box .cm-info-box-description {
  margin: 0 auto;
  text-align: center;
}
#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
  font-family: "Inter", Arial, sans-serif;
  color: #224f9e;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center !important;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
    font-size: 2em;
  }
}
@container (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-note {
  margin-top: 2em;
  font-size: 0.875em;
  font-family: "Inter", Arial, sans-serif;
  color: #224f9e;
  line-height: 1.4;
  text-align: center;
}
#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
  font-family: "Inter", Arial, sans-serif;
  color: #224f9e;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.4;
  text-align: center !important;
  margin: 0;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
    font-size: 1.125em;
  }
}
@container (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-product-wrapper {
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#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: #224f9e;
  text-align: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-display: swap;
}
@container (max-width: 920px) {
  #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 {
    text-align: center;
    max-width: 100%;
  }
}
#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
  font-size: 1.875em;
  line-height: 1.2;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 1.75em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 1.5em;
  }
}
#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 strong {
  font-weight: bold;
}
#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.5em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.125em;
  }
}
@container (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-pop {
  margin: 1.25em auto 3em;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-pop {
    margin: 1.25em auto 2em;
  }
}
#custommerce-pl-rc .cm-red-button {
  padding: 1em;
  border-radius: 35px;
  display: inline-block;
  background-color: red;
  text-transform: uppercase;
  font-family: "Inter", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  color: #fff;
  margin-top: 2em;
  text-decoration: none;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-red-button {
    font-size: 1.125em;
  }
}
@container (max-width: 350px) {
  #custommerce-pl-rc .cm-red-button {
    font-size: 1em;
  }
}
#custommerce-pl-rc .cm-section-d2d-container {
  padding-bottom: 6em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-d2d-container {
    padding-bottom: 4em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-d2d-container {
    padding-bottom: 2em;
  }
}
#custommerce-pl-rc .cm-section-d2d-container .pc-b6-a p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  color: #224f9e;
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-d2d-container .pc-b6-a p {
    padding: 0 0.5em;
  }
}
#custommerce-pl-rc .cm-section-d2d-container .pc-b6-a p strong {
  color: #224f9e;
  font-family: "Inter", Arial, sans-serif;
  font-weight: bold;
}
#custommerce-pl-rc .cm-section-d2d-container .pc-b6-title {
  font-weight: bold;
  font-family: "Inter", Arial, sans-serif;
}
#custommerce-pl-rc .cm-section-d2d-container .pc-b6-title span {
  color: #e91720;
}
#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.25em;
  margin-top: 2.5em;
  width: 100%;
  position: relative;
}
#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow {
  width: 9em;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow {
    display: none;
  }
}
#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow:nth-child(4) {
  left: 31.5%;
}
#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow:nth-child(5) {
  left: 65%;
}
#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item {
  text-align: center;
  width: calc(33% - 1.5em);
  padding: 2em 0;
  z-index: 1;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item {
    width: calc(33.3333% - 4em);
    padding: 2em 0;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item {
    width: 100%;
    max-width: 440px;
    margin: 1em auto 4em;
    padding: 0;
  }
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item:last-child {
    margin-bottom: 0;
  }
}
#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-img-holder {
  position: relative;
  text-align: center;
  width: 9em;
  height: 9em;
  margin: 0 auto 2em;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-img-holder {
    width: 7em;
    height: 7em;
  }
}
#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-img-holder img {
  display: block;
  width: 100%;
}
#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-name {
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Inter", Arial, sans-serif;
  color: #224f9e;
  font-weight: bold;
  text-align: center;
  margin: 2em 0;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-name {
    margin: 1em 0;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-name {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item p {
  font-size: 1.25em;
  line-height: 1.4;
  font-family: "Inter", Arial, sans-serif;
  color: #224f9e;
  text-align: center;
  margin: 0;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item p {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc .cm-banner-image {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#custommerce-pl-rc .cm-banner-image img {
  max-width: 100%;
}
#custommerce-pl-rc .cm-section-note {
  padding: 0 2.5em;
}
#custommerce-pl-rc .cm-section-note .cm-note {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #1D1D1D;
  color: #fff;
}
#custommerce-pl-rc .cm-section-note .cm-note sup {
  font-size: 12px;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section-note .cm-note {
    font-size: 13px;
  }
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-note {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-note {
    padding: 0 2em;
    text-align: center;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-note {
    padding: 0 1.5em;
  }
}
#custommerce-pl-rc .cm-section-images {
  margin-top: -5em;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-section-images {
    margin-top: -3em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-images {
    right: 0;
    position: absolute;
    margin-top: -4em;
  }
}
#custommerce-pl-rc .cm-section-images .cm-small-right {
  max-width: 334px;
  text-align: right;
  margin: 1em 0 0 auto;
}
@container (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-images .cm-small-right {
    padding-right: 20px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-images .cm-small-right {
    margin: 1em auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#custommerce-pl-rc .cm-section-images .cm-small-right img {
  width: 100%;
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-section-images .cm-small-right img {
    max-width: 234px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-images .cm-small-right img {
    max-width: 200px;
  }
}
#custommerce-pl-rc .cm-section-images video {
  width: 100%;
  height: 100%;
}
#custommerce-pl-rc .cm-section-footer {
  margin: 4em auto 1em auto;
  max-width: 100%;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section-footer {
    margin: 4em 2em 1em 2em;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-section-footer {
    margin: 3em 2em 1em 2em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-footer {
    margin: 2.5em 1.5em 1em 1.5em;
  }
}
#custommerce-pl-rc .cm-section-footer .cm-img {
  max-width: 100%;
  text-align: center;
}
#custommerce-pl-rc .cm-section-footer .cm-img img {
  max-width: 385px;
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-section-footer .cm-img img {
    max-width: 334px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section-footer .cm-img img {
    max-width: 270px;
  }
}
#custommerce-pl-rc .cm-slider {
  position: relative;
  padding: 0 0 4em;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 500px;
          perspective: 500px;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider {
    padding-bottom: 3em;
  }
}
#custommerce-pl-rc .cm-slider .cm-slides::-webkit-scrollbar {
  display: none;
}
#custommerce-pl-rc .cm-slider .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 1.5em 0 1em 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-slider .cm-slides {
    margin: 0 0 2em 0;
  }
}
#custommerce-pl-rc .cm-slider .cm-slides .cm-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
  scroll-snap-align: center;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 0.5em 0 0;
  position: relative;
  overflow: hidden;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide {
    padding: 0;
  }
}
#custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text {
  text-align: left;
  color: #fff;
  position: absolute;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 74%;
  font-size: 26px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  width: 90%;
  -webkit-transition: 0.33s ease-in-out;
  transition: 0.33s ease-in-out;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text {
    top: 64%;
  }
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text {
    font-size: 1.5em;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text {
    font-size: 1.25em;
  }
}
@container (max-width: 750px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text {
    bottom: 1.75em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text {
    width: 60%;
    top: unset;
    bottom: 2em;
    font-size: 1.75em;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text {
    width: 70%;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text {
    width: 90%;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text {
    width: 90%;
    font-size: 1.5em;
  }
}
#custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text .cm-text-2 {
  font-size: 16px;
  margin: 10px 0 0 0;
  font-weight: 400;
  opacity: 0;
  display: none;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text .cm-text-2 {
    font-size: 14px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text .cm-text-2 {
    font-size: 16px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-text .cm-text-2 {
    font-size: 14px;
  }
}
#custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-img-container img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  max-width: 100%;
}
#custommerce-pl-rc .cm-slider .cm-slides .cm-slide .cm-img-container .cm-effect {
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#custommerce-pl-rc .cm-slider .cm-slides .cm-slide:hover .cm-text {
  opacity: 1;
  top: 60%;
}
@container (max-width: 1150px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide:hover .cm-text {
    top: 50%;
  }
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide:hover .cm-text {
    top: 40%;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide:hover .cm-text {
    top: 35%;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide:hover .cm-text {
    top: unset;
    bottom: 4em;
  }
}
#custommerce-pl-rc .cm-slider .cm-slides .cm-slide:hover .cm-text .cm-text-2 {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider .cm-slides .cm-slide {
    width: 100%;
  }
}
#custommerce-pl-rc .cm-slider .cm-slides .cm-slide:hover .cm-img-container .cm-effect {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider .cm-arrow-left {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 50px;
  opacity: 0.5;
  bottom: 25px;
}
#custommerce-pl-rc .cm-slider .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-slider .cm-arrow-left:hover {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider .cm-arrow-left:active {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider .cm-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  opacity: 1;
  bottom: 25px;
}
#custommerce-pl-rc .cm-slider .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-slider .cm-arrow-right:focus {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider .cm-input {
  display: none;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides:hover .cm-slide {
  -webkit-transform: rotateY(25deg);
          transform: rotateY(25deg);
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides:hover .cm-slide .cm-text {
  display: none;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides .cm-slide:hover ~ .cm-slide {
  -webkit-transform: rotateY(-25deg);
          transform: rotateY(-25deg);
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides .cm-slide:hover ~ .cm-slide .cm-text {
  display: none;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides .cm-slide:hover {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 1;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides .cm-slide:hover .cm-text {
  display: block;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-arrow-left {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-arrow-right {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):not(:checked) ~ .cm-arrow-left {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):not(:checked) ~ .cm-arrow-right {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides {
  -webkit-transform: translateX(-60%) scale(1);
          transform: translateX(-60%) scale(1);
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides:hover .cm-slide {
  -webkit-transform: rotateY(25deg);
          transform: rotateY(25deg);
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides:hover .cm-slide .cm-text {
  display: none;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides .cm-slide:hover ~ .cm-slide {
  -webkit-transform: rotateY(-25deg);
          transform: rotateY(-25deg);
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides .cm-slide:hover ~ .cm-slide .cm-text {
  display: none;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides .cm-slide:hover {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 1;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides .cm-slide:hover .cm-text {
  display: block;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-arrow-left {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-arrow-right {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):not(:checked) ~ .cm-arrow-left {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):not(:checked) ~ .cm-arrow-right {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides:hover .cm-slide {
  -webkit-transform: rotateY(25deg);
          transform: rotateY(25deg);
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides:hover .cm-slide .cm-text {
  display: none;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides .cm-slide:hover ~ .cm-slide {
  -webkit-transform: rotateY(-25deg);
          transform: rotateY(-25deg);
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides .cm-slide:hover ~ .cm-slide .cm-text {
  display: none;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides .cm-slide:hover {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 1;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides .cm-slide:hover .cm-text {
  display: block;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-arrow-left {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-arrow-right {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):not(:checked) ~ .cm-arrow-left {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):not(:checked) ~ .cm-arrow-right {
  opacity: 1;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-arrow-left .cm-label:nth-child(6) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides:hover .cm-slide {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides .cm-slide:hover ~ .cm-slide {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides .cm-slide:hover {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    z-index: 1;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides:hover .cm-slide {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides .cm-slide:hover ~ .cm-slide {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides .cm-slide:hover {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    z-index: 1;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-arrow-right .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides:hover .cm-slide {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides .cm-slide:hover ~ .cm-slide {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides .cm-slide:hover {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    z-index: 1;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-arrow-right .cm-label:nth-child(5) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-arrow-left .cm-label:nth-child(5) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slides {
    -webkit-transform: translateX(-300%) scale(1);
            transform: translateX(-300%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slides:hover .cm-slide {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slides .cm-slide:hover ~ .cm-slide {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slides .cm-slide:hover {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    z-index: 1;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input ~ .cm-slides {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input ~ .cm-slides {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input ~ .cm-slides {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input ~ .cm-slides {
    -webkit-transform: translateX(-300%) scale(1);
            transform: translateX(-300%) scale(1);
  }
}
#custommerce-pl-rc .cm-slider-second {
  position: relative;
  padding: 0 0 3em;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second {
    padding-bottom: 3em;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-slides::-webkit-scrollbar {
  display: none;
}
#custommerce-pl-rc .cm-slider-second .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 5em 0 1em 0;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides {
    margin: 1.5em 0 1.5em 0;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.3333333333%;
  border-radius: 30px;
  scroll-snap-align: center;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: relative;
  overflow: hidden;
  padding: 0 0.5em;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide {
    padding: 0 0.25em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide {
    padding: 0;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: calc(100% - 15px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details {
    max-width: calc(100% - 6px);
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details {
    max-width: 400px;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: calc(100% - 15px);
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text {
  text-align: left;
  color: #fff;
  position: absolute;
  font-weight: 700;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 74%;
  font-size: 26px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transition: 0.33s ease-in-out;
  transition: 0.33s ease-in-out;
  left: 50%;
  padding: 0 0.75em 0 0.75em;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text {
    top: 64%;
  }
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text {
    font-size: 1.5em;
    top: 74%;
  }
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text {
    font-size: 1.125em;
    bottom: 0.8em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text {
    width: 60%;
    top: unset;
    bottom: 2em;
    font-size: 1.75em;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text {
    width: 70%;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text {
    width: 90%;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text {
    width: 100%;
    font-size: 1.5em;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text .cm-text-2 {
  font-size: 16px;
  margin: 10px 0 0 0;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  display: none;
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text .cm-text-2 {
    font-size: 14px;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text .cm-text-2 {
    font-size: 16px;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details-desk .cm-text .cm-text-2 {
    font-size: 14px;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide img {
    max-width: 400px;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .cm-slider:hover .imgBx {
  top: 0;
  left: -100%;
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .imgBx img {
  position: relative;
  max-width: 100%;
  border-radius: 30px;
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .details {
  background: #262626;
  top: 100%;
  border-radius: 30px;
  overflow: hidden;
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide .cm-img:hover .details {
  top: 0;
  left: 0%;
  border-radius: 30px;
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide:hover::after {
  width: 100%;
  left: 0;
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide:hover .imgBx {
  top: 0;
  left: -100%;
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide:hover .details {
  top: 0;
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide:hover .details img {
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide:hover .cm-text {
  left: 50%;
  opacity: 1;
  top: 60%;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide:hover .cm-text {
    top: 45%;
  }
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide:hover .cm-text {
    top: 35%;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide:hover .cm-text {
    top: unset;
    bottom: 4em;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide:hover .cm-text .cm-text-2 {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide:hover .cm-img-container {
  top: 0;
  border-radius: 30px;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 1;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second .cm-slides .cm-slide {
    width: 100%;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-arrow-left {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 50px;
  opacity: 0.5;
  bottom: 0;
  display: none;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second .cm-arrow-left {
    display: block;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-slider-second .cm-arrow-left:hover {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider-second .cm-arrow-left:active {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider-second .cm-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  opacity: 1;
  bottom: 0;
  display: none;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second .cm-arrow-right {
    display: block;
  }
}
#custommerce-pl-rc .cm-slider-second .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-slider-second .cm-arrow-right:focus {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider-second .cm-input {
  display: none;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(1):checked ~ .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(1):checked ~ .cm-arrow-left .cm-label:nth-child(5) {
  display: block;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(1):checked ~ .cm-slides {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(1):checked ~ .cm-arrow-left {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(1):checked ~ .cm-arrow-right {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(1):not(:checked) ~ .cm-arrow-left {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(1):not(:checked) ~ .cm-arrow-right {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(2):checked ~ .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(2):checked ~ .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(2):checked ~ .cm-slides {
  -webkit-transform: translateX(-34%) scale(1);
          transform: translateX(-34%) scale(1);
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(2):checked ~ .cm-arrow-left {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(2):checked ~ .cm-arrow-right {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(2):not(:checked) ~ .cm-arrow-left {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(2):not(:checked) ~ .cm-arrow-right {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(3):checked ~ .cm-arrow-right .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(3):checked ~ .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(3):checked ~ .cm-slides {
  -webkit-transform: translateX(-68%) scale(1);
          transform: translateX(-68%) scale(1);
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(3):checked ~ .cm-arrow-left {
  opacity: 1;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(3):checked ~ .cm-arrow-right {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(3):not(:checked) ~ .cm-arrow-left {
  opacity: 0.5;
}
#custommerce-pl-rc .cm-slider-second .cm-input:nth-child(3):not(:checked) ~ .cm-arrow-right {
  opacity: 1;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-slider-second .cm-input ~ .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input ~ .cm-arrow-left .cm-label:nth-child(5) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input ~ .cm-slides {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #custommerce-pl-rc .cm-slider-second .cm-input ~ .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input ~ .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input ~ .cm-slides {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #custommerce-pl-rc .cm-slider-second .cm-input ~ .cm-arrow-right .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input ~ .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input ~ .cm-slides {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
  #custommerce-pl-rc .cm-slider-second .cm-input:nth-child(1):checked ~ .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input:nth-child(1):checked ~ .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input:nth-child(1):checked ~ .cm-slides {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #custommerce-pl-rc .cm-slider-second .cm-input:nth-child(2):checked ~ .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input:nth-child(2):checked ~ .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input:nth-child(2):checked ~ .cm-slides {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #custommerce-pl-rc .cm-slider-second .cm-input:nth-child(3):checked ~ .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input:nth-child(3):checked ~ .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider-second .cm-input:nth-child(3):checked ~ .cm-slides {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
}
#custommerce-pl-rc .cm-series-section {
  min-width: 700px;
  overflow-x: hidden;
  background-color: #FAF8F7;
}
@-webkit-keyframes cm-button {
  0% {
    -webkit-box-shadow: 0 0 10px 8px #96d879;
            box-shadow: 0 0 10px 8px #96d879;
  }
  33% {
    -webkit-box-shadow: 0 0 10px 5px #fc170e;
            box-shadow: 0 0 10px 5px #fc170e;
  }
  67% {
    -webkit-box-shadow: 0 0 10px 8px #5fade6;
            box-shadow: 0 0 10px 8px #5fade6;
  }
  100% {
    -webkit-box-shadow: 0 0 10px 5px #96d879;
            box-shadow: 0 0 10px 5px #96d879;
  }
}
@keyframes cm-button {
  0% {
    -webkit-box-shadow: 0 0 10px 8px #96d879;
            box-shadow: 0 0 10px 8px #96d879;
  }
  33% {
    -webkit-box-shadow: 0 0 10px 5px #fc170e;
            box-shadow: 0 0 10px 5px #fc170e;
  }
  67% {
    -webkit-box-shadow: 0 0 10px 8px #5fade6;
            box-shadow: 0 0 10px 8px #5fade6;
  }
  100% {
    -webkit-box-shadow: 0 0 10px 5px #96d879;
            box-shadow: 0 0 10px 5px #96d879;
  }
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-series-section {
    min-width: unset;
    max-width: 100%;
    overflow-x: scroll;
    background-position: top left 5em;
  }
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-series-section {
    background-position: top left -9em;
  }
}
#custommerce-pl-rc .cm-series-section .cm-table {
  max-width: 100%;
  padding: 0 0.5em;
  padding: 0 0.5em 0 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-series-section .cm-table {
    width: 150%;
    max-width: unset;
  }
}
@container (max-width: 920px) {
  #custommerce-pl-rc .cm-series-section .cm-table {
    width: 200%;
    max-width: unset;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-series-section .cm-table {
    width: 300%;
    max-width: unset;
  }
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr {
  border-collapse: collapse;
  height: 90px;
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td {
  border-collapse: collapse;
  border: 1px solid #db0019;
  text-align: center;
  padding: 0.25em 0.5em;
  position: relative;
  max-width: 220px;
  min-width: 180px;
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td:last-child {
  border-right: 2px solid #db0019;
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td.cm-dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #414141;
  border-radius: 50%;
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td.cm-dash::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 5px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FAF8F7;
  border-radius: 2.5px;
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td {
    width: 16%;
    min-width: unset;
    max-width: unset;
  }
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td:first-child {
  min-width: 250px;
  text-align: left;
  z-index: unset;
  position: sticky;
  left: 0;
  padding: 0.5em 0.5em 0.5em 1em;
  z-index: 1;
  border: 1px solid #db0019;
  border-collapse: separate;
  border-left: none;
}
@container (max-width: 1150px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td:first-child {
    min-width: 200px;
  }
}
@container (max-width: 1100px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td:first-child {
    background-color: #FAF8F7;
  }
}
@container (max-width: 600px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td:first-child {
    min-width: unset;
  }
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:first-child {
  height: 125px;
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:first-child .cm-td {
  border: none;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #FAF8F7;
  padding: 0;
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:first-child .cm-td:first-child {
  z-index: 3;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr:first-child .cm-td a img {
    height: 155px;
  }
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:nth-child(2) .cm-td {
  background-color: #FAF8F7;
  position: sticky;
  top: 170px;
  z-index: 2;
  color: #224f9e;
  font-weight: 600;
  border: none;
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr:nth-child(2) .cm-td {
    top: 155px;
  }
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:nth-child(2) .cm-td:first-child {
  z-index: 3;
  background-color: #FAF8F7;
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:nth-child(3) .cm-td {
  border-top: none;
}
#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:last-child .cm-td {
  border-bottom: 2px solid #db0019;
}
#custommerce-pl-rc .cm-section {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 2.5em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section {
    padding: 1em 2em 0;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-section {
    padding: 0 2em 0;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-section {
    padding: 0 1.5em;
  }
}
#custommerce-pl-rc .cm-section .cm-video-section {
  padding-top: 0;
  position: relative;
}
#custommerce-pl-rc .cm-section .cm-video-section::after {
  content: "";
  display: block;
  padding-bottom: 54%;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-section .cm-video-section::after {
    padding-bottom: 64%;
  }
}
#custommerce-pl-rc .cm-section .cm-video-section label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  border-radius: 30px;
}
#custommerce-pl-rc .cm-section .cm-video-section input {
  display: none;
}
#custommerce-pl-rc .cm-section .cm-video-section input:checked ~ label {
  display: none;
}
#custommerce-pl-rc .cm-section .cm-video-section iframe {
  border-radius: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100% !important;
}
#custommerce-pl-rc .cm-contains-2 {
  position: relative;
  padding: 0 0 1em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-contains-2 {
    padding: 0;
  }
}
#custommerce-pl-rc .cm-contains-2 > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.5em;
  padding: 0.5em 0.5em 1.5em;
  font-weight: 700;
  color: #1D1D1D;
  text-transform: uppercase;
}
@container (max-width: 800px) {
  #custommerce-pl-rc .cm-contains-2 > .cm-title {
    font-size: 2.25em;
  }
}
@container (max-width: 500px) {
  #custommerce-pl-rc .cm-contains-2 > .cm-title {
    font-size: 2.125em;
  }
}
#custommerce-pl-rc .cm-contains-2 .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#custommerce-pl-rc .cm-contains-2 .cm-slides::-webkit-scrollbar {
  display: none;
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box {
  position: relative;
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: calc(100% - 100px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 37px;
  height: 37px;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-arrow-left {
    display: block;
  }
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 37px;
  height: 37px;
  right: -3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-arrow-right {
    display: block;
  }
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0%;
  cursor: pointer;
}
#custommerce-pl-rc .cm-contains-2 .cm-input {
  display: none;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-200%) scale(1);
          transform: translateX(-200%) scale(1);
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
}
#custommerce-pl-rc .cm-contains-2 .cm-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 33.3333333333%;
  width: 100%;
  scroll-snap-align: center;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1em;
}
#custommerce-pl-rc .cm-contains-2 .cm-slide .cm-image-container {
  position: relative;
}
#custommerce-pl-rc .cm-contains-2 .cm-slide .cm-image-container img {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#custommerce-pl-rc .cm-contains-2 .cm-slide .cm-image-container .cm-contains-effect-hover {
  top: 50%;
  left: 0;
  opacity: 1;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  translate: 0 -50%;
  width: 100%;
  max-height: 75%;
}
#custommerce-pl-rc .cm-contains-2 .cm-slide:hover .cm-contains-effect-hover {
  max-height: 300px;
}
#custommerce-pl-rc .cm-contains-2 .cm-slide .cm-text {
  text-align: center;
  margin-top: 0.75em;
  font-size: 1.125em;
  max-width: 250px;
  line-height: 1.2;
  max-width: 90%;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-contains-2 .cm-slide .cm-text {
    font-size: 1.25em;
    margin-top: 1.25em;
  }
}
@container (max-width: 400px) {
  #custommerce-pl-rc .cm-contains-2 .cm-slide .cm-text {
    font-size: 1.125em;
    margin-top: 1em;
  }
}
#custommerce-pl-rc .cm-contains-2 .cm-slide .cm-text > div {
  margin-top: 0.375em;
  text-align: center;
  font-weight: 400;
  color: #E52713;
}
#custommerce-pl-rc .cm-contains-2 .cm-slide .cm-text > div strong {
  color: #000;
  font-weight: 700;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-contains-2 .cm-slide {
    width: 100%;
    max-width: unset;
  }
}
#custommerce-pl-rc .cm-other {
  position: relative;
  padding: 2em 0 3em;
}
#custommerce-pl-rc .cm-other > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.625em;
  padding: 0.5em 0.5em 1.5em;
  font-weight: 300;
}
@container (max-width: 1000px) {
  #custommerce-pl-rc .cm-other > .cm-title {
    font-size: 2.125em;
  }
}
#custommerce-pl-rc .cm-other > .cm-title .cm-brown {
  color: #ceb695;
  font-weight: 600;
}
#custommerce-pl-rc .cm-other .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#custommerce-pl-rc .cm-other .cm-slides::-webkit-scrollbar {
  display: none;
}
#custommerce-pl-rc .cm-other .cm-slider-box {
  position: relative;
}
#custommerce-pl-rc .cm-other .cm-slider-box .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: calc(100% - 100px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
  width: 900px;
}
#custommerce-pl-rc .cm-other .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 37px;
  height: 37px;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-other .cm-slider-box .cm-arrow-left {
    display: block;
  }
}
#custommerce-pl-rc .cm-other .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-other .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  display: none;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-other .cm-slider-box .cm-arrow-right {
    display: block;
  }
}
#custommerce-pl-rc .cm-other .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-other .cm-input {
  display: none;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
}
#custommerce-pl-rc .cm-other .cm-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.3333333333%;
  scroll-snap-align: center;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1em;
}
#custommerce-pl-rc .cm-other .cm-slide .cm-text {
  text-align: center;
  margin-top: 2em;
  font-size: 1.125em;
}
#custommerce-pl-rc .cm-other .cm-slide .cm-text > div {
  font-weight: 600;
  margin-top: 0.375em;
}
@container (max-width: 700px) {
  #custommerce-pl-rc .cm-other .cm-slide {
    width: 100%;
  }
}

.sticky #top:not(.top2),
.product-nav-sticky .product-nav {
  z-index: 99999;
}
