@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@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 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 scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 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);
    -moz-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);
    -moz-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 fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Rozmiar czcionki dla najwyzszego diva */
#custommerce-pl-rc {
  font-size: 16px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  color: #414142;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  container: main/inline-size;
}
#custommerce-pl-rc > div {
  max-width: 1200px;
  margin: auto;
}
@container main (max-width: 900px) {
  #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 main (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);
  -moz-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 * {
  box-sizing: border-box;
}
#custommerce-pl-rc div {
  text-align: left;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
}
#custommerce-pl-rc sup {
  font-size: 0.5em;
  vertical-align: super;
}
#custommerce-pl-rc strong {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
}
#custommerce-pl-rc img.lazy {
  width: auto;
}
#custommerce-pl-rc img {
  padding: 0;
  margin: 0;
}
#custommerce-pl-rc img {
  width: 100%;
}
#custommerce-pl-rc a {
  text-decoration: none;
  color: #E11B22;
}
#custommerce-pl-rc .cm-line-s {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 10px;
  background-color: #E0E1E9;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-line-s {
    left: 50%;
    transform: translateX(-50%);
  }
}
#custommerce-pl-rc .cm-bg-top {
  padding-bottom: 4em;
  background: rgb(224, 225, 233);
  background: linear-gradient(149deg, rgb(224, 225, 233) 2%, rgb(255, 255, 255) 42%, rgb(233, 234, 240) 100%);
}
#custommerce-pl-rc .cm-bg-mid {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -3px;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-bg-mid {
    background-size: contain;
  }
}
#custommerce-pl-rc .cm-bg-mid .cm-section-3a-items {
  padding-bottom: 0;
}
#custommerce-pl-rc .cm-bg-mid2 {
  background: rgb(226, 227, 234);
  background: linear-gradient(180deg, rgb(226, 227, 234) 0%, rgb(229, 230, 237) 8%, rgb(255, 255, 255) 42%, rgb(231, 232, 238) 77%, rgb(255, 255, 255) 100%);
}
#custommerce-pl-rc .cm-img-fluid,
#custommerce-pl-rc .cm-img-fluid.lazy {
  max-width: 100%;
  display: block;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-img-fluid,
  #custommerce-pl-rc .cm-img-fluid.lazy {
    max-width: none;
    width: 150%;
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-8,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-8 {
    transform: translateX(-8%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-9,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-9 {
    transform: translateX(-9%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-10,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-10 {
    transform: translateX(-10%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-11,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-11 {
    transform: translateX(-11%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-12,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-12 {
    transform: translateX(-12%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-13,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-13 {
    transform: translateX(-13%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-14,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-14 {
    transform: translateX(-14%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-15,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-15 {
    transform: translateX(-15%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-16,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-16 {
    transform: translateX(-16%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-17,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-17 {
    transform: translateX(-17%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-20,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-20 {
    transform: translateX(-20%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-30,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-30 {
    transform: translateX(-30%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-50,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-50 {
    transform: translateX(-50%);
  }
}
#custommerce-pl-rc .cm-h2 {
  font-size: 2.5em;
  line-height: 1.2;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  color: #414142;
}
@container main (max-width: 1000px) {
  #custommerce-pl-rc .cm-h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-h2 {
    font-size: 2.125em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#custommerce-pl-rc .cm-section-note .cm-note {
  font-size: 14px;
  line-height: 1.7;
  color: #414142;
  margin-top: 2em;
  margin-bottom: 2em;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-note .cm-note {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-note .cm-note {
    text-align: center;
    padding-top: 2em;
  }
}
#custommerce-pl-rc .cm-desc {
  display: block !important;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-desc {
    display: none !important;
  }
}
#custommerce-pl-rc .cm-rwd {
  display: none !important;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-rwd {
    display: block !important;
  }
}
#custommerce-pl-rc .cm-header {
  display: flex;
  position: relative;
  flex-direction: row;
  padding-top: 4em;
  padding-bottom: 6em;
  background-repeat: no-repeat;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-header {
    flex-direction: column;
    padding-bottom: 4em;
  }
}
@container main (max-width: 700px) {}
#custommerce-pl-rc .cm-header .cm-packshot {
  flex-basis: 50%;
}
#custommerce-pl-rc .cm-header .cm-packshot img {
  width: 100%;
}
@container main (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-packshot {
    flex-basis: 45%;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-packshot {
    flex-basis: 100%;
  }
}
#custommerce-pl-rc .cm-header .cm-packshot .cm-logo-rwd {
  display: none;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-packshot .cm-logo-rwd {
    display: block;
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-packshot .cm-logo-rwd {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
#custommerce-pl-rc .cm-header .cm-packshot .cm-logo-rwd img {
  width: 100% !important;
}
#custommerce-pl-rc .cm-header .cm-packshot .cm-img {
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 5%;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-packshot .cm-img {
    text-align: center;
    top: 0;
    transform: none;
    margin: 0em auto;
    padding-bottom: 3.5em;
  }
}
#custommerce-pl-rc .cm-header .cm-text {
  flex-basis: 50%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3em;
}
@container main (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-text {
    flex-basis: 55%;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-text {
    flex-basis: 100%;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#custommerce-pl-rc .cm-header .cm-text .cm-logo {
  max-width: 444px;
  margin-left: 0em;
  padding-bottom: 5.6em;
}
@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-header .cm-text .cm-logo {
    padding-right: 10px;
    padding-bottom: 3em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-text .cm-logo {
    display: none;
  }
}
#custommerce-pl-rc .cm-header .cm-text .cm-logo img {
  width: 100%;
}
#custommerce-pl-rc .cm-header .cm-text .cm-ng {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.75em;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#custommerce-pl-rc .cm-header .cm-text .cm-ng strong {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-text .cm-ng {
    text-align: center;
    font-size: 2.5em;
  }
}
#custommerce-pl-rc .cm-header .cm-text .cm-ng-small {
  padding-top: 8px;
  font-size: 1.25em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-text .cm-ng-small {
    text-align: center;
  }
}
#custommerce-pl-rc .cm-section-intro {
  padding-bottom: 6em;
  margin-bottom: 0em;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro {
    padding-bottom: 0em;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-top-title {
  position: relative;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #414142;
  padding-bottom: 2em;
  padding-top: 4em;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-intro .cm-top-title {
    font-size: 2.5em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-intro .cm-top-title {
    padding-top: 2em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-top-title {
    font-size: 2em;
    position: relative;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-intro .cm-top-title {
    top: 0;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-top-title strong {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
}
#custommerce-pl-rc .cm-section-intro .cm-top-title .cm-span {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #414142;
}
#custommerce-pl-rc .cm-section-intro .cm-intro-text .cm-ng {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
  font-size: 2em;
  line-height: 1.25;
  text-align: center;
  max-width: 700px;
  margin: 0em auto 1.25em auto;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-intro .cm-intro-text .cm-ng {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.75em;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-intro-text .cm-p {
  max-width: 780px;
  font-size: 1.5em;
  line-height: 1.3;
  text-align: center;
  margin: auto;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-intro .cm-intro-text .cm-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-intro-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-bottom: 2em;
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-intro .cm-intro-icons {
    display: flex;
    flex-direction: column;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-intro-icons .cm-intro-item {
  width: 25%;
  max-width: 225px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-intro .cm-intro-icons .cm-intro-item {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-intro-icons .cm-intro-item .cm-ico {
  max-width: 160px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-intro .cm-intro-icons .cm-intro-item .cm-ico {
    max-width: 100px;
    min-width: 100px;
    margin-left: 0;
    margin-right: 0;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-intro-icons .cm-intro-item .cm-ico img {
  width: 100%;
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-intro .cm-intro-icons .cm-intro-item .cm-ico img {
    width: 100px;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-intro-icons .cm-intro-item .cm-ico-text {
  font-size: 1.125em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-intro .cm-intro-icons .cm-intro-item .cm-ico-text {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-subtitle-bottom {
  text-align: center;
  margin: 2em auto 0 auto;
  color: #414142;
  font-size: 1.25em;
  padding-left: 10px;
  padding-right: 10px;
}
#custommerce-pl-rc .cm-section-2c-items {
  background: rgb(255, 255, 255);
  background: linear-gradient(162deg, rgb(255, 255, 255) 0%, rgb(250, 250, 250) 19%, rgb(202, 202, 204) 37%, rgb(226, 227, 234) 82%);
  padding-bottom: 6em;
}
#custommerce-pl-rc .cm-section-2c-items img {
  width: 100%;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2c-items {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4em;
  }
}
#custommerce-pl-rc .cm-section-2c-items .cm-desc {
  display: block !important;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-desc {
    display: none !important;
  }
}
#custommerce-pl-rc .cm-section-2c-items .cm-rwd {
  display: none !important;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-rwd {
    display: block !important;
  }
}
#custommerce-pl-rc .cm-section-2c-items .cm-row {
  display: flex;
  flex-direction: row;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item {
  display: flex;
  align-items: center;
}
#custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item .cm-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2em;
  max-width: 500px;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item .cm-text {
    padding-left: 0;
    text-align: center;
  }
}
#custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item .cm-text .cm-ng {
  font-size: 2em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  padding-bottom: 2em;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item .cm-text .cm-ng {
    font-size: 1.75em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item .cm-text .cm-ng {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item .cm-text .cm-p {
  position: relative;
  font-size: 2em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 2em;
  line-height: 1.25;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item .cm-text .cm-p {
    font-size: 1.75em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item .cm-text .cm-p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item .cm-text .cm-p span {
  color: #E11B22 !important;
}
#custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item.cm-item-img {
  flex-basis: 50%;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item.cm-item-img {
    flex-basis: 60%;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item.cm-item-img {
    margin-top: 4em;
  }
  #custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item.cm-item-img .cm-img {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item.cm-item-text {
  flex-basis: 50%;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-2c-items .cm-row .cm-item.cm-item-text {
    flex-basis: 40%;
  }
}
#custommerce-pl-rc .cm-section-2b-items {
  padding-top: 2em;
  padding-bottom: 4em;
  background: rgb(255, 255, 255);
  background: linear-gradient(175deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgb(224, 225, 233) 100%);
}
@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-2b-items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2b-items {
    padding-top: 4em;
  }
}
#custommerce-pl-rc .cm-section-2b-items .cm-h2 {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}
#custommerce-pl-rc .cm-section-2b-items .cm-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2b-items .cm-row {
    flex-direction: column;
    padding-top: 0em;
  }
}
#custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item {
  flex-basis: 50%;
}
#custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-img {
  max-width: 600px;
}
#custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-text {
  padding-left: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-text {
    padding-left: 0;
  }
}
#custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-text .cm-text-row {
  padding-bottom: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-text .cm-text-row:last-of-type {
  padding-bottom: 0;
}
#custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-text .cm-text-row .cm-ico {
  max-width: 96px;
  margin-right: 1em;
}
#custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-text .cm-text-row .cm-ico img {
  width: 96px;
}
@container main (max-width: 400px) {
  #custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-text .cm-text-row .cm-ico img {
    width: 76px;
  }
}
#custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-text .cm-text-row .cm-p {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25em;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-text .cm-text-row .cm-p {
    font-size: 1.125em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2b-items .cm-row .cm-item .cm-text .cm-text-row .cm-p {
    font-size: 16px;
  }
}
#custommerce-pl-rc .cm-section-3a-items {
  padding-bottom: 2em;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3a-items {
    padding-bottom: 4em;
  }
}
#custommerce-pl-rc .cm-section-3a-items.cm-extra-p {
  padding-top: 4em;
  padding-bottom: 8em;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-3a-items.cm-extra-p {
    padding-bottom: 4em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3a-items.cm-extra-p .cm-sub-h2 {
    margin-bottom: 0;
  }
}
#custommerce-pl-rc .cm-section-3a-items.cm-extra-p .cm-items {
  margin-bottom: -10em;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-3a-items.cm-extra-p .cm-items {
    margin-bottom: -17em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3a-items.cm-extra-p .cm-items {
    margin-bottom: 0;
    padding-bottom: 4em;
    padding-top: 2em;
  }
}
#custommerce-pl-rc .cm-section-3a-items .cm-h2 {
  text-align: center;
  max-width: 750px;
  margin: auto;
}
#custommerce-pl-rc .cm-section-3a-items .cm-sub-h2 {
  font-size: 1.25em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  max-width: 750px;
  margin: 30px auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
}
#custommerce-pl-rc .cm-section-3a-items .cm-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 4em;
}
@container main (max-width: 800px) {}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3a-items .cm-items {
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding-top: 0em;
    padding-bottom: 0em;
  }
}
#custommerce-pl-rc .cm-section-3a-items .cm-items .cm-img img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item {
  flex-basis: 33%;
  max-width: 372px;
  transition: 0.25s all ease-in;
}
#custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item:first-of-type {
  margin-top: 0;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item {
    flex-basis: 100%;
    margin-top: 2em;
  }
}
#custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item .cm-title {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.375em;
  padding-left: 20px;
  padding-right: 20px;
}
#custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item .cm-title span {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
}
#custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item .cm-p {
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  max-width: 320px;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item .cm-p {
    opacity: 1;
  }
}
#custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item .cm-p .cm-hr {
  opacity: 0;
  height: 4px;
  color: #E0E1E9;
  width: 100px;
  text-align: center !important;
  background-color: #E0E1E9;
  border: none;
  transition: all 0.5s ease;
  margin: 1em auto;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item .cm-p .cm-hr {
    opacity: 1;
  }
}
#custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item:hover {
  background-color: #fff;
  transform: translateY(-10px);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1019607843);
}
#custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item:hover .cm-p {
  opacity: 1;
}
#custommerce-pl-rc .cm-section-3a-items .cm-items .cm-item:hover .cm-p .cm-hr {
  opacity: 1;
}
#custommerce-pl-rc .cm-section-3b-items {
  padding-top: 0em;
  padding-bottom: 0em;
  background-repeat: no-repeat;
  background-position: top -5em right;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-3b-items {
    padding-bottom: 0;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3b-items {
    padding-bottom: 4em;
    background-position: bottom;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-3b-items {
    margin-top: -2em;
  }
}
#custommerce-pl-rc .cm-section-3b-items img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-3b-items .cm-h2 {
  max-width: 700px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-bottom: 1em;
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-h2 {
    padding-top: 2em;
  }
}
@container main (max-width: 400px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-h2 {
    padding-top: 1em;
  }
}
#custommerce-pl-rc .cm-section-3b-items .cm-sub-h2 {
  text-align: center;
  max-width: 750px;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 4em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-sub-h2 {
    margin-bottom: 0em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#custommerce-pl-rc .cm-section-3b-items .cm-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 4em;
  padding-bottom: 0em;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-items {
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item {
  flex-basis: 33%;
  max-width: 372px;
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item {
    flex-basis: 100%;
    margin-top: 2em;
  }
  #custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item:first-of-type {
    margin-top: 0em;
  }
  #custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item:last-of-type .cm-p {
    padding-bottom: 0;
  }
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-img {
  max-width: 230px;
  text-align: center;
  margin: auto;
  position: relative;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-img {
    max-width: 160px;
  }
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-img {
    max-width: 200px;
  }
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-img .cm-anim-bg {
  display: flex;
  left: 0;
  top: 0;
  transition: 0.25s all ease-in;
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-img .cm-anim {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  transition: 0.25s all ease-in;
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-3arrows {
  max-width: 30px;
  margin: 1em auto;
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-title {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.375em;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  line-height: 1.25;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-title {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-title span {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-p {
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  max-width: 320px;
  margin: auto;
  font-size: 1em;
  line-height: 1.5;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-p {
    opacity: 1;
    font-size: 16px;
  }
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-p .cm-hr {
  opacity: 0;
  height: 4px;
  color: #E0E1E9;
  width: 100px;
  text-align: center;
  background-color: #E0E1E9;
  border: none;
  transition: all 0.5s ease;
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item .cm-p .cm-hr {
    opacity: 1;
  }
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item:hover .cm-p {
  opacity: 1;
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item:hover .cm-p .cm-hr {
  opacity: 1;
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item:hover .cm-anim-bg {
  opacity: 0;
}
#custommerce-pl-rc .cm-section-3b-items .cm-items .cm-item:hover .cm-anim {
  opacity: 1;
  transform: scale(1.1);
}
#custommerce-pl-rc .cm-section-3c-items {
  padding-bottom: 4em;
  padding-top: 4em;
}
#custommerce-pl-rc .cm-section-3c-items .cm-h2 {
  text-align: center;
}
#custommerce-pl-rc .cm-section-3c-items .cm-items {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 4em;
}
#custommerce-pl-rc .cm-section-3c-items .cm-items .cm-item {
  position: relative;
  flex-basis: 235px;
}
#custommerce-pl-rc .cm-section-3c-items .cm-items .cm-item .cm-ng {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  color: #414142;
  text-align: center;
}
#custommerce-pl-rc .cm-section-3c-items .cm-items .cm-item .cm-p {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #414142;
  text-align: center;
}
#custommerce-pl-rc .cm-section-3c-items .cm-items .cm-item .cm-hexagon {
  position: absolute;
  left: 0;
}
#custommerce-pl-rc .cm-section-3c-items .cm-items .cm-item .cm-anim-product {
  position: relative;
  z-index: 2;
  transition: 0.25s all ease-in;
}
#custommerce-pl-rc .cm-section-3c-items .cm-items .cm-item:hover .cm-anim-product {
  transform: translateY(-10px);
}
#custommerce-pl-rc .cm-section-video {
  padding-bottom: 8em;
  overflow: hidden;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-video {
    padding-bottom: 4em;
  }
}
#custommerce-pl-rc .cm-section-video.cm-center {
  text-align: center;
  padding-bottom: 5.625em;
}
#custommerce-pl-rc .cm-section-video.cm-center video {
  width: 100%;
  max-width: 1070px;
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-video.cm-center video {
    width: 150%;
    transform: translateX(-20%);
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-video.cm-center {
    padding-bottom: 0em;
    margin-bottom: -2px;
  }
}
#custommerce-pl-rc .cm-section-video .cm-h2 {
  max-width: 720px;
  margin: auto;
  text-align: center;
}
#custommerce-pl-rc .cm-section-video .cm-p {
  text-align: center;
  font-size: 1.25em;
  color: #414142;
  padding-top: 1.5em;
  margin-bottom: 2em;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-video .cm-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#custommerce-pl-rc .cm-section-video .cm-video {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: auto;
}
#custommerce-pl-rc .cm-section-video .cm-video .cm-save-proprtion {
  position: relative;
  width: 100%;
}
#custommerce-pl-rc .cm-section-video .cm-video .cm-save-proprtion::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}
#custommerce-pl-rc .cm-section-video .cm-video .cm-p5-checkbox {
  display: none;
}
#custommerce-pl-rc .cm-section-video .cm-video .cm-p5-checkbox:checked ~ label {
  display: none;
}
#custommerce-pl-rc .cm-section-video .cm-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}
#custommerce-pl-rc .cm-section-video .cm-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-video .cm-video video {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@container main (max-width: 576px) {
  #custommerce-pl-rc .cm-section-video .cm-video video {
    height: 276px;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
#custommerce-pl-rc .cm-section-video .cm-video label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}
#custommerce-pl-rc .cm-section-video .cm-video .cm-hidden-label {
  display: none;
}
#custommerce-pl-rc .cm-section-video .cm-video .cm-p5-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#custommerce-pl-rc .cm-section-serp {
  position: relative;
  padding-bottom: 8em;
}
#custommerce-pl-rc .cm-section-serp img {
  width: 100%;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-serp {
    margin-top: 0;
    padding-bottom: 4em;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-header {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-header {
    padding-bottom: 4em;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-header img {
  width: 100%;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-header img {
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-h2 {
  text-align: center;
  margin-bottom: 1em;
}
#custommerce-pl-rc .cm-section-serp .cm-sub-h2 {
  text-align: center;
  max-width: 750px;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 4em;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-sub-h2 {
    margin-bottom: 2em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-icon-center {
  max-width: 116px;
  margin: 2em auto 1em auto;
  text-align: center !important;
  display: block;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-icon-center {
    margin-top: 0;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row {
    flex-direction: column;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-img {
  all: unset;
  max-width: 568px;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-img video {
  width: 100%;
  height: 100%;
}
@container main (max-width: 700px) {}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text {
  max-width: 510px;
  position: relative;
  padding-bottom: 34px;
  padding-right: 20px;
  padding-left: 20px;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text {
    max-width: 400px;
    padding-left: 0;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ico {
  text-align: left;
  max-width: 64px;
  margin-bottom: 1.5em;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ico {
    text-align: center;
    padding-top: 34px;
    margin-left: auto;
    margin-right: auto;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2;
  color: #414142;
  margin-bottom: 24px;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp {
    font-size: 1.875em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-subng-serp {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.4;
  color: #414142;
  margin-bottom: 24px;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-subng-serp {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-p {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.4;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-p {
    text-align: center;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.5;
    margin-right: auto;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers {
  margin-top: 4em;
  margin-bottom: 4em;
}
@media (min-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item:first-child {
    order: 2;
  }
  #custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item:last-child {
    order: 1;
  }
}
#custommerce-pl-rc .cm-section-hotspots {
  padding-bottom: 2em;
  overflow: hidden;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots {
    padding-bottom: 4em;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots {
    padding-bottom: 0em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .cm-h2 {
  margin: auto;
  text-align: center;
  margin-bottom: 2em;
  max-width: 830px;
}
#custommerce-pl-rc .cm-section-hotspots .rc_white_background {
  background-color: #fff;
}
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content {
  display: none;
  position: relative;
}
#custommerce-pl-rc .cm-section-hotspots .rc_single_checkout .check_out_input:checked + .rc_checkout_content {
  display: block;
}
#custommerce-pl-rc .cm-section-hotspots .rc_check_out_container {
  position: relative;
}
#custommerce-pl-rc .cm-section-hotspots .check_out_input {
  width: 5em;
  height: 5em;
  position: absolute;
  left: 4em;
  top: 12em;
  cursor: pointer;
  z-index: 5;
  margin: 0;
  opacity: 0;
  font-size: 1em;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-hotspots .check_out_input {
    left: 3em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .check_out_input {
    left: 2em;
    top: 6em;
    width: 4em;
    height: 4em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .check_out_input {
    left: 1.25em;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .check_out_input {
    top: 8em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_first_check_out .check_out_input,
#custommerce-pl-rc .cm-section-hotspots .rc_first_check_out::after,
#custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out .check_out_input,
#custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out::after {
  left: 4em;
  background-color: #fff;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_first_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_first_check_out::after,
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out::after {
    left: 3em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_first_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_first_check_out::after,
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out::after {
    left: 2em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_first_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_first_check_out::after,
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out::after {
    left: 1.25em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_second_check_out .check_out_input,
#custommerce-pl-rc .cm-section-hotspots .rc_second_check_out::after,
#custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out .check_out_input,
#custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out::after {
  left: 10em;
  background-color: #fff;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_second_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_second_check_out::after,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out::after {
    left: 9em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_second_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_second_check_out::after,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out::after {
    left: 7em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_second_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_second_check_out::after,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out::after {
    left: 6.25em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_third_check_out .check_out_input,
#custommerce-pl-rc .cm-section-hotspots .rc_third_check_out::after {
  left: 16em;
  background-color: #fff;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_third_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_third_check_out::after {
    left: 15em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_third_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_third_check_out::after {
    left: 12em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_third_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_third_check_out::after {
    left: 11.25em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out .check_out_input,
#custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out::after {
  left: 22em;
  background-color: #fff;
}
@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out::after {
    left: 4em;
    margin-top: 6em;
  }
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out::after {
    left: 3em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out::after {
    left: 17em;
    margin-top: 0em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out::after {
    left: 16.25em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out .check_out_input,
#custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out::after,
#custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out .check_out_input,
#custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out::after {
  margin-top: 6em;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out::after,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out::after {
    margin-top: 0;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out::after {
    left: 22em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out::after {
    left: 21.25em;
  }
}
@container main (max-width: 450px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out::after {
    left: 1.25em;
    margin-top: 5em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out::after {
    left: 27em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out::after {
    left: 26.25em;
  }
}
@container main (max-width: 450px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out .check_out_input,
  #custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out::after {
    left: 6.25em;
    margin-top: 5em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_single_checkout::after {
  position: absolute;
  width: 5em;
  height: 5em;
  position: absolute;
  content: "";
  top: 12em;
  z-index: 4;
  background-position: center;
  background-size: contain;
  transition: all 0.2s ease;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_single_checkout::after {
    top: 6em;
    width: 4em;
    height: 4em;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_single_checkout::after {
    top: 8em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_single_checkout:hover::after {
  background-color: #E0E1E9;
  background-repeat: no-repeat;
}
#custommerce-pl-rc .cm-section-hotspots .rc_single_checkout::after {
  background-repeat: no-repeat;
}
#custommerce-pl-rc .cm-section-hotspots .check_out_input:checked + .rc_single_checkout::after {
  background-color: #E0E1E9;
}
#custommerce-pl-rc .cm-section-hotspots .rc_first_check_out::after {
  background-image: url(https://cdn-prod.neonet.pl/richcontent/1464349/img/accessory_default.png);
}
#custommerce-pl-rc .cm-section-hotspots .rc_second_check_out::after {
  background-image: url(https://cdn-prod.neonet.pl/richcontent/1464349/img/accessory_1.png);
}
#custommerce-pl-rc .cm-section-hotspots .rc_third_check_out::after {
  background-image: url(../img/accessory_2.png);
}
#custommerce-pl-rc .cm-section-hotspots .rc_fourth_check_out::after {
  background-image: url(../img/accessory_3.png);
}
#custommerce-pl-rc .cm-section-hotspots .rc_fifth_check_out::after {
  background-image: url(../img/accessory_4.png);
}
#custommerce-pl-rc .cm-section-hotspots .rc_sixth_check_out::after {
  background-image: url(../img/accessory_5.png);
}
#custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip {
  position: absolute;
}
#custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip:hover {
  z-index: 10;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
  position: relative;
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: #E2E3EA;
  padding: 1em;
  transform: translate(0%, 1em);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  max-width: 300px;
  width: 300px;
  z-index: 5;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom {
  transform: translate(0%, -1em);
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
    width: 220px;
    padding: 1em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd {
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: #E2E3EA;
  padding: 1em;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  width: calc(320px - 2.5em);
  left: 50%;
  z-index: 11;
  position: absolute;
  bottom: 0em;
  transform: translateX(-50%);
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd {
    width: 100%;
    bottom: -30px;
    top: unset;
  }
}
@container main (max-width: 400px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd {
    bottom: -4em;
  }
}
@container main (max-width: 500px) {}
@container main (max-width: 400px) {}
#custommerce-pl-rc .cm-section-hotspots .accesories .rc_tooltip_content {
  position: absolute;
  display: block;
  top: 23em;
  left: 4em;
  width: 17em;
  visibility: visible;
  opacity: 1;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-hotspots .accesories .rc_tooltip_content {
    left: 3em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .accesories .rc_tooltip_content {
    left: 2em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .accesories .rc_tooltip_content {
    position: absolute;
    right: auto;
    top: unset;
    left: 50%;
    bottom: -2em;
    text-align: center;
    transform: translateX(-50%);
  }
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-hotspots .accesories .rc_tooltip_content {
    max-width: none;
    width: 250px;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .accesories .rc_tooltip_content {
    width: 100%;
    bottom: 0em;
  }
}
@container main (max-width: 400px) {}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content::before,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd::before {
  position: absolute;
  content: "";
  background-color: #E2E3EA;
  left: 50%;
  top: 0;
  border: 10px solid #E2E3EA;
  transform: translate(-50%, -4px) rotate(45deg);
  z-index: -1;
}
@container main (max-width: 500px) {}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom::before,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd.rc_tooltip_content_bottom::before {
  top: unset;
  bottom: 0;
  transform: translate(-50%, 4px) rotate(45deg);
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom::before,
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd.rc_tooltip_content_bottom::before {
    top: -10px;
    bottom: unset;
    transform: translate(-50%, 4px) rotate(45deg);
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.cm-left-hotspot::before,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd.cm-left-hotspot::before {
  left: 20%;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.cm-left-hotspot::before,
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd.cm-left-hotspot::before {
    left: 10%;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.cm-left-hotspot::before,
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd.cm-left-hotspot::before {
    left: 50%;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.cm-right-hotspot::before,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd.cm-right-hotspot::before {
  right: 20%;
  left: unset;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.cm-right-hotspot::before,
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd.cm-right-hotspot::before {
    right: 10%;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder {
  display: flex;
  width: 100%;
  align-items: center;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_icon {
  display: inline-block;
  margin-right: 1em;
  font-size: 1em;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_icon img {
  width: 5em;
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_icon img {
    width: 4em;
  }
}
@container main (max-width: 400px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_icon img {
    width: 3em;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_desc {
    padding-top: 0;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_desc .rc_tooltip_label {
  margin: 0;
  color: #D4AEFB;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_desc .rc_tooltip_subheader {
  margin: 0;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #838495;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_desc .rc_tooltip_header {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #414142;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 600;
}
#custommerce-pl-rc .cm-section-hotspots .accesories .rc_tooltip_content .rc_tooltip_header {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #414142;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content .rc_tooltip_paragraph,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd .rc_tooltip_paragraph {
  margin: 0.5em 0 0;
  font-size: 14px;
  color: #414142;
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content .rc_tooltip_paragraph,
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd .rc_tooltip_paragraph {
    font-size: 12px;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger {
  position: relative;
  background-color: #D4AEFB;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2em;
  height: 3.2em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  z-index: 0;
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger {
    width: 3em;
    height: 3em;
  }
}
@container main (max-width: 450px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger {
    width: 2.5em;
    height: 2.5em;
  }
}
@container main (max-width: 400px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger {
    width: 2em;
    height: 2em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger .rc_plus {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 700;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger .rc_plus img {
  width: 100%;
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 174, 251, 0.76);
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger::after,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  animation: pulse2 1.2s linear infinite;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger::before {
  animation-delay: 0.3s;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover::after,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover::before {
  display: none;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(calc(-50% + 1.6em), 1em);
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content {
    transform: translate(calc(-50% + 1.5em), 1em);
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content {
    display: none;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content.cm-left-hotspot {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(calc(-50% + 7.6em), 1em);
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content.cm-left-hotspot {
    transform: translate(calc(-50% + 10em), 1em);
  }
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content.cm-left-hotspot {
    transform: translate(calc(-50% + 8em), 1em);
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content.cm-left-hotspot {
    display: none;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom {
  transform: translate(calc(-50% + 1.6em), calc(-100% - 3.2em - 1em));
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom {
    transform: translate(calc(-50% + 2.5em), calc(-100% - 3em - 1em));
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom.cm-right-hotspot {
  transform: translate(calc(-50% - 2em), calc(-100% - 3em - 1em));
  right: 0;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom.cm-right-hotspot {
    transform: translate(calc(-50% - 5.5em), calc(-100% - 3em - 1em));
  }
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom.cm-right-hotspot {
    transform: translate(calc(-50% - 3em), calc(-100% - 4em - 1em));
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip:hover + .rc_tooltip_content_rwd {
  display: none;
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip:hover + .rc_tooltip_content_rwd {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover + .rc_tooltip_content::after,
#custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip:hover + .rc_tooltip_content_rwd::after {
  content: "x";
  font-weight: bold;
  display: block;
  position: absolute;
  color: #D4AEFB;
  right: 4px;
  top: 2px;
  font-size: 12px;
  line-height: 12px;
}
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_number {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3d3e44;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-size: 18px;
  font-weight: 400;
}
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_back {
  display: none;
}
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_front {
  display: block;
}
#custommerce-pl-rc .cm-section-hotspots .accesories .rc_checkout_content_front {
  display: flex;
  align-items: flex-start;
}
#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked ~ .rc_checkout_content_back {
  display: block;
}
#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked ~ .rc_checkout_content_front {
  display: none;
}
#custommerce-pl-rc .cm-section-hotspots .rc_invert_image {
  position: absolute;
  font-size: 1em;
  top: 6em;
  right: 20px;
  width: 86px;
  height: 76px;
  margin: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_invert_image {
    right: 2em;
    top: 17em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_invert_image {
    right: 1.25em;
  }
}
@container main (max-width: 400px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_invert_image {
    width: 54px;
    height: 58px;
  }
}
#custommerce-pl-rc .cm-section-hotspots .invert_radio_image {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  top: 6em;
  right: 20px;
  z-index: 0;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .invert_radio_image {
    right: 2em;
    top: 17em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .invert_radio_image {
    right: 1.25em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .invert_radio_image {
    top: 17em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .invert_radio_image img {
  margin-bottom: 10px;
}
@container main (max-width: 400px) {
  #custommerce-pl-rc .cm-section-hotspots .invert_radio_image img {
    height: 4em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .invert_radio_image span.rc_switcher_label {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
}
#custommerce-pl-rc .cm-section-hotspots .rc_accesories_label {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  width: 39%;
  padding-top: 2em;
  padding-left: 4em;
}
@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_accesories_label {
    width: 40%;
  }
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_accesories_label {
    padding-left: 3em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_accesories_label {
    padding-left: 2em;
    padding-top: 0;
    width: 100%;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_accesories_label {
    width: 100%;
    padding: 0 20px;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_accesories_label .rc_accesories_label_head {
  font-size: 1.625em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  color: #414142;
  line-height: 1.4;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_accesories_label .rc_accesories_label_head {
    font-size: 1.25em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_accesories_label .rc_accesories_label_paragraph {
  max-width: 300px;
  font-size: 0.875em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
  color: #C1C1C1;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 33px;
  line-height: 1.3;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
#custommerce-pl-rc .cm-section-hotspots .rc_accesories_label .rc_accesories_label_paragraph br {
  display: none;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_accesories_label .rc_accesories_label_paragraph br {
    display: block;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_img {
    padding-bottom: 0em;
    padding-top: 0em;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_back,
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_front {
  padding-left: 34%;
  overflow: visible;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_back,
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_front {
    overflow: hidden;
  }
}
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_back .cm-hotspot-box,
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_front .cm-hotspot-box {
  width: 100%;
  position: relative;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_back .cm-hotspot-box,
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_front .cm-hotspot-box {
    margin: auto;
  }
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_back .cm-hotspot-box.cm-hotspot-box-rwd-15,
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_front .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    transform: translateX(15%);
  }
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_back .cm-hotspot-box.cm-hotspot-box-rwd-15 .rc_tooltip_content_rwd,
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_front .cm-hotspot-box.cm-hotspot-box-rwd-15 .rc_tooltip_content_rwd {
    left: 35%;
  }
}
@container main (max-width: 500px) {}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_back,
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_front {
    padding-left: 0;
    padding-top: 12em;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_back,
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_front {
    padding-bottom: 2em;
  }
}
@container main (max-width: 400px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_back,
  #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_front {
    padding-bottom: 4em;
  }
}
@container main (max-width: 450px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_has_more_than_four .rc_checkout_content_back,
  #custommerce-pl-rc .cm-section-hotspots .rc_has_more_than_four .rc_checkout_content_front {
    padding-top: 17em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-hotspots .rc_switch_images {
    margin-top: 4em;
  }
}
#custommerce-pl-rc .cm-section-banner {
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
#custommerce-pl-rc .cm-section-banner img {
  width: 100%;
}
@container main (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-banner {
    padding-bottom: 4em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-banner {
    padding-bottom: 0em;
    background-image: none !important;
    background-color: rgb(181, 181, 181) !important;
    padding-left: 0em;
    padding-right: 0em;
  }
}
#custommerce-pl-rc .cm-section-banner .cm-text {
  width: 50%;
}
@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-banner .cm-text {
    width: 45%;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-banner .cm-text {
    width: 100%;
  }
}
#custommerce-pl-rc .cm-section-banner .cm-logos {
  padding-bottom: 4em;
  max-width: 480px;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-banner .cm-logos {
    margin: 0em auto;
    padding-bottom: 0em;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#custommerce-pl-rc .cm-section-banner .cm-ng {
  font-size: 3em;
  color: #fff;
  max-width: 500px;
  line-height: 1.1;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  padding-bottom: 44px;
}
@container main (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-banner .cm-ng {
    font-size: 2.5em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-banner .cm-ng {
    margin: 1em auto;
    text-align: center;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#custommerce-pl-rc .cm-section-banner .cm-subng {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.25;
  color: #fff;
  max-width: 480px;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-banner .cm-subng {
    text-align: center;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#custommerce-pl-rc .cm-section-banner .cm-img-rwd {
  display: none;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-banner .cm-img-rwd {
    display: block;
  }
}
@keyframes cm-pulse {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
#custommerce-pl-rc .cm-section-slider {
  padding-top: 4em;
  padding-bottom: 4em;
  margin-bottom: 4em;
  background-color: #838495;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider {
    padding-bottom: 2em;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-h2 {
  text-align: center;
  color: #fff;
}
#custommerce-pl-rc .cm-section-slider .cm-sub-h2 {
  text-align: center;
  color: #fff;
  margin-top: 1.5em;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.4;
}
#custommerce-pl-rc .cm-section-slider .cm-slider {
  background-color: #838495;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 0em;
  padding-bottom: 0em;
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider {
    padding-top: 0;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider input[type=radio] {
  display: none;
}
#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right, #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right, #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left {
    display: block;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right label, #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left label {
  display: none;
  cursor: pointer;
}
#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right label img, #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left label img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right label img, #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left label img {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left {
  height: 100%;
  width: 37px;
  margin-left: 1em;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left {
    display: block;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right {
  height: 100%;
  width: 37px;
  right: 0px;
  text-align: right;
  margin-right: 1em;
}
#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right img {
  right: 0;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right {
    display: block;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider .slider {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: auto;
  display: block;
  margin: auto;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background-color: #838495;
}
#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  align-items: flex-start;
  height: 0;
  opacity: 0;
}
#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp {
  width: 33%;
  max-width: 268px;
  min-height: 400px;
  padding: 0 1em;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp {
    width: 45%;
    min-height: 430px;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp img {
  margin-bottom: 0.5em;
  max-width: 100%;
  height: auto;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp img {
    width: 160px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp img {
    width: 100%;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
  text-align: center;
  color: #fff;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0;
}
@container main (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
    font-size: 1.125em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
    padding: 0;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp p {
  text-align: center;
  padding: 0 15%;
  font-size: 1em;
  margin: 0;
  line-height: 1.5em;
  color: #fff;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp p {
    padding: 0;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-small {
  color: #414142;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 1em;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider.slider-no-rwd {
    display: none;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider .slider.slider-rwd {
  display: none;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider.slider-rwd {
    display: block;
  }
}
#custommerce-pl-rc .cm-section-slider .cm-slider .slider.slider-rwd .slider-box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  align-items: center;
  height: 0;
  opacity: 0;
}
#custommerce-pl-rc .cm-section-slider .cm-slider .slider.slider-rwd .slider-box .slider-lp {
  width: 90%;
  margin: 0px 5%;
  box-sizing: border-box;
  text-align: center;
  box-shadow: none;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-1:checked ~ .arrow-left #cm-slide-sc-0 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-2:checked ~ .arrow-left #cm-slide-sc-1 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-3:checked ~ .arrow-left #cm-slide-sc-2 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-4:checked ~ .arrow-left #cm-slide-sc-3 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-5:checked ~ .arrow-left #cm-slide-sc-4 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-5:checked ~ .arrow-right label:nth-of-type(6) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-6:checked ~ .arrow-left #cm-slide-sc-5 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-6:checked ~ .arrow-right label:nth-of-type(7) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-7:checked ~ .arrow-left #cm-slide-sc-6 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-7:checked ~ .arrow-right label:nth-of-type(8) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-8:checked ~ .arrow-left #cm-slide-sc-7 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-8:checked ~ .arrow-right label:nth-of-type(9) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-9:checked ~ .arrow-left #cm-slide-sc-8 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-9:checked ~ .arrow-right label:nth-of-type(10) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-10:checked ~ .arrow-left #cm-slide-sc-9 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-10:checked ~ .arrow-right label:nth-of-type(11) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-11:checked ~ .arrow-left #cm-slide-sc-10 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-11:checked ~ .arrow-right label:nth-of-type(12) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-12:checked ~ .arrow-left #cm-slide-sc-11 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-12:checked ~ .arrow-right label:nth-of-type(13) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod {
  background-color: #fff;
  padding-top: 0em;
  padding-bottom: 4em;
  margin-bottom: 0;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider.cm-prod {
    padding-top: 4em;
  }
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-h2 {
  text-align: center;
  color: #414142;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider {
  background-color: #fff;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .arrow-left,
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .arrow-right {
  display: none;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .arrow-left,
  #custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .arrow-right {
    display: block;
  }
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider {
  background-color: #fff;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
  color: #414142;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp .cm-slider-anim {
  z-index: 3;
  transition: 0.25s all ease-in;
  max-width: 200px;
  animation: cm-pulse 2s infinite;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp .cm-hexagon {
  position: absolute;
  top: 10%;
  width: 200px;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp p {
  color: #414142;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp:hover .cm-slider-anim {
  transform: translateY(-10px);
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-1:checked ~ .arrow-left #cm-prod-sc-0 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-1:checked ~ .slider #prod-2-1 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-2:checked ~ .arrow-left #cm-prod-sc-1 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-2:checked ~ .slider #prod-2-2 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-3:checked ~ .arrow-left #cm-prod-sc-2 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-3:checked ~ .slider #prod-2-3 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-4:checked ~ .arrow-left #cm-prod-sc-3 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-4:checked ~ .slider #prod-2-4 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-5:checked ~ .arrow-left #cm-prod-sc-4 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-5:checked ~ .arrow-right label:nth-of-type(6) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-5:checked ~ .slider #prod-2-5 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-6:checked ~ .arrow-left #cm-prod-sc-5 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-6:checked ~ .arrow-right label:nth-of-type(7) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-6:checked ~ .slider #prod-2-6 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-7:checked ~ .arrow-left #cm-prod-sc-6 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-7:checked ~ .arrow-right label:nth-of-type(8) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-7:checked ~ .slider #prod-2-7 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-8:checked ~ .arrow-left #cm-prod-sc-7 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-8:checked ~ .arrow-right label:nth-of-type(9) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-8:checked ~ .slider #prod-2-8 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-9:checked ~ .arrow-left #cm-prod-sc-8 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-9:checked ~ .arrow-right label:nth-of-type(10) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-9:checked ~ .slider #prod-2-9 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-10:checked ~ .arrow-left #cm-prod-sc-9 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-10:checked ~ .arrow-right label:nth-of-type(11) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-10:checked ~ .slider #prod-2-10 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-11:checked ~ .arrow-left #cm-prod-sc-10 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-11:checked ~ .arrow-right label:nth-of-type(12) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-11:checked ~ .slider #prod-2-11 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-12:checked ~ .arrow-left #cm-prod-sc-11 {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-12:checked ~ .arrow-right label:nth-of-type(13) {
  display: block;
}
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-12:checked ~ .slider #prod-2-12 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
#custommerce-pl-rc .cm-section-eco {
  padding-bottom: 4em;
  padding-top: 2em;
  display: flex;
  flex-direction: row;
  position: relative;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-eco {
    flex-direction: column;
    align-items: center;
  }
}
#custommerce-pl-rc .cm-section-eco .cm-bg-green {
  position: absolute;
  width: 100%;
  height: 55%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DAFBBF;
  background-size: 50% auto;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-eco .cm-bg-green {
    top: 48%;
    height: 65%;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-eco .cm-bg-green {
    top: 64%;
    height: 74%;
  }
}
#custommerce-pl-rc .cm-section-eco .cm-box {
  max-width: 568px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  margin-left: 32px;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-eco .cm-box {
    padding-left: 4em;
    padding-right: 20px;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-eco .cm-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
#custommerce-pl-rc .cm-section-eco .cm-box img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-eco .cm-box.cm-right {
  padding-left: 8em;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-eco .cm-box.cm-right {
    padding-left: 4em;
    padding-right: 20px;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-eco .cm-box.cm-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#custommerce-pl-rc .cm-section-eco .cm-box.cm-right .cm-big-num {
  font-size: 8.125em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 700;
  color: #36581A;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-eco .cm-box.cm-right .cm-big-num {
    font-size: 4em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-eco .cm-box.cm-right .cm-big-num {
    text-align: center;
    font-size: 6em;
  }
}
#custommerce-pl-rc .cm-section-eco .cm-box.cm-right .cm-ng {
  color: #36581A;
  font-size: 2.25em;
  padding-bottom: 20px;
  letter-spacing: 3px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-eco .cm-box.cm-right .cm-ng {
    text-align: center;
  }
}
#custommerce-pl-rc .cm-section-eco .cm-box.cm-right .cm-p {
  color: #36581A;
  font-size: 1em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-eco .cm-box.cm-right .cm-p {
    text-align: center;
  }
}
#custommerce-pl-rc .cm-section-guarantee {
  padding-bottom: 8em;
  display: flex;
  flex-direction: row;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-guarantee {
    flex-direction: column;
    padding-bottom: 4em;
  }
}
#custommerce-pl-rc .cm-section-guarantee .cm-box {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#custommerce-pl-rc .cm-section-guarantee .cm-box .cm-img {
  max-width: 535px;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-img {
    flex-direction: column;
  }
}
#custommerce-pl-rc .cm-section-guarantee .cm-box .cm-img img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-guarantee .cm-box .cm-ng {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  color: #414142;
  font-size: 2.5em;
  padding-bottom: 40px;
  padding-top: 20px;
  max-width: 500px;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-ng {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-ng {
    text-align: center;
    font-size: 2.125em;
  }
}
#custommerce-pl-rc .cm-section-guarantee .cm-box .cm-p {
  max-width: 500px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  padding-bottom: 1em;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-p {
    text-align: center;
  }
}
#custommerce-pl-rc .cm-section-images img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-images .cm-small-right {
  max-width: 334px;
  text-align: right;
  margin: 2em 0 0 auto;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-images .cm-small-right {
    padding-right: 20px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-images .cm-small-right {
    margin: 2em auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#custommerce-pl-rc .cm-section-images .cm-small-right img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-images video {
  width: 100%;
  height: 100%;
}
#custommerce-pl-rc .cm-section-images.cm-extra-p {
  padding-bottom: 8em;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-images.cm-extra-p {
    padding-bottom: 4em;
  }
}
#custommerce-pl-rc .cm-section-top-logo .cm-img {
  max-width: 618px;
  margin: 40px auto 20px 0;
}
@media (max-width: 1300px) {
  #custommerce-pl-rc .cm-section-top-logo .cm-img {
    padding-left: 20px;
  }
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-top-logo .cm-img {
    max-width: 500px;
  }
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-top-logo .cm-img {
    max-width: 400px;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-top-logo .cm-img {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 320px;
    padding-bottom: 20px;
  }
}
#custommerce-pl-rc .cm-section-top-logo .cm-img img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-footer .cm-img {
  max-width: 618px;
  margin: 4em auto 2em auto;
}
@container main (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-footer .cm-img {
    max-width: 500px;
  }
}
@container main (max-width: 600px) {
  #custommerce-pl-rc .cm-section-footer .cm-img {
    max-width: 400px;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-footer .cm-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
#custommerce-pl-rc .cm-section-footer .cm-img img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-compare .cm-h2 {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
#custommerce-pl-rc .cm-section-compare .cm-p {
  text-align: center;
  font-size: 1.25em;
  color: #414142;
  padding-top: 1.5em;
}
#custommerce-pl-rc .cm-section-compare .cm-compare {
  margin-top: 2em;
  margin: 2em auto 0 auto;
  border-top-left-radius: 4em;
  border-bottom-right-radius: 4em;
  text-align: center;
  position: relative;
  margin-bottom: 4em;
  width: 100%;
  max-width: 1070px;
  height: 602px;
}
@container main (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare {
    height: 301px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare {
    height: 280px;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare {
    height: 168px;
  }
}
@container main (max-width: 400px) {}
#custommerce-pl-rc .cm-section-compare .cm-compare .cm-image-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: inherit;
}
@container main (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare .cm-image-slider {
    height: 301px;
    width: 500px;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare .cm-image-slider {
    height: 280px;
    width: 500px;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-compare .cm-compare .cm-image-slider {
    width: 300px;
    height: 168px;
  }
}
#custommerce-pl-rc .cm-section-compare .cm-compare .cm-image-wrapper {
  width: inherit;
  height: inherit;
  max-width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  border: none;
  cursor: pointer;
}
#custommerce-pl-rc .cm-section-compare .cm-compare .cm-image-wrapper.cm-before {
  resize: none;
}
#custommerce-pl-rc .cm-section-compare .cm-compare .cm-image-wrapper.cm-after {
  resize: horizontal;
  width: 50%;
  border-right: 2px solid #D4AEFB;
  resize: horizontal;
  overflow: hidden;
}
#custommerce-pl-rc .cm-section-1a-items .cm-row {
  padding-top: 4em;
  padding-bottom: 2em;
}
#custommerce-pl-rc .cm-section-1a-items .cm-row .cm-ico {
  margin: 0 auto;
  text-align: center;
  max-width: 182px;
  padding-bottom: 2em;
}
#custommerce-pl-rc .cm-section-1a-items .cm-row .cm-ico img {
  width: 100%;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-1a-items .cm-row .cm-ico {
    max-width: 120px;
  }
}
#custommerce-pl-rc .cm-section-1a-items .cm-row .cm-ng {
  font-size: 2em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
  max-width: 700px;
  line-height: 1.25;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc .cm-section-1a-items .cm-row .cm-ng {
    font-size: 1.75em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-1a-items .cm-row .cm-ng {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#custommerce-pl-rc .cm-section-grid {
  padding-bottom: 8em;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid {
    padding-bottom: 4em;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-h2 {
  text-align: center;
  padding-bottom: 2em;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc .cm-section-grid .cm-h2 {
    padding-top: 0;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  padding-left: 1em;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 10px;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-item {
    display: flex;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-item .cm-ico {
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  margin: 0 auto;
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-item .cm-ico img {
  width: 100%;
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-item .cm-ico img {
    width: 100px;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-item .cm-p {
  text-align: center;
  margin: auto;
  max-width: 240px;
  font-size: 1.25em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.25;
}
@container main (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-item .cm-p {
    font-size: 1em;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-item .cm-p {
    text-align: left;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 330px;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-item .cm-img {
  max-width: 538px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-item .cm-img img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-one {
  grid-column: 1/1;
  grid-row: 1/1;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-one {
    grid-column: 1;
    grid-row: 2;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-one {
    grid-column: 1/4;
    grid-row: 4;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-two {
  grid-column: 2/4;
  grid-row: 1/3;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-two {
    grid-column: 1/4;
    grid-row: 1/2;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-two {
    grid-column: 1/4;
    grid-row: 1/4;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-three {
  grid-column: 4/4;
  grid-row: 1/1;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-three {
    grid-column: 2;
    grid-row: 2;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-three {
    grid-column: 1/4;
    grid-row: 5;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-four {
  grid-column: 1/1;
  grid-row: 2/3;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-four {
    grid-column: 1;
    grid-row: 3;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-four {
    grid-column: 1/4;
    grid-row: 6;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-five {
  grid-column: 4/4;
  grid-row: 2/3;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-five {
    grid-column: 2;
    grid-row: 3;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-five {
    grid-column: 1/4;
    grid-row: 7;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-six {
  grid-column: 1/1;
  grid-row: 3/3;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-six {
    grid-column: 1;
    grid-row: 4;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-six {
    grid-column: 1/4;
    grid-row: 8;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-seven {
  grid-column: 2/2;
  grid-row: 3/3;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-seven {
    grid-column: 2;
    grid-row: 4;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-seven {
    grid-column: 1/4;
    grid-row: 9;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-eight {
  grid-column: 3/3;
  grid-row: 3/3;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-eight {
    grid-column: 1;
    grid-row: 5;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-eight {
    grid-column: 1/4;
    grid-row: 10;
  }
}
#custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-nine {
  grid-column: 4/4;
  grid-row: 3/3;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-nine {
    grid-column: 2;
    grid-row: 5;
  }
}
@container main (max-width: 500px) {
  #custommerce-pl-rc .cm-section-grid .cm-wrapper .cm-nine {
    grid-column: 1/4;
    grid-row: 11;
  }
}
@container main (max-width: 400px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-text .cm-ng {
    font-size: 2em;
  }
}
#custommerce-pl-rc.cm-mm .cm-section-hotspots .rc_accesories_label .rc_accesories_label_head {
  font-size: 1.5em;
}
#custommerce-pl-rc.cm-mm .cm-section-2c-items .cm-row .cm-item .cm-text .cm-ng {
  font-size: 1.75em;
}
#custommerce-pl-rc.cm-mm .cm-section-eco .cm-box.cm-right .cm-big-num {
  font-size: 5.125em;
}
@container main (max-width: 1100px) {
  #custommerce-pl-rc.cm-mm .cm-section-eco .cm-box.cm-right .cm-big-num {
    font-size: 4.125em;
  }
}
#custommerce-pl-rc.cm-mm .cm-section-eco .cm-box.cm-right {
  padding-left: 0;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc.cm-mm .cm-section-eco .cm-box.cm-right {
    padding-right: 20px;
  }
}
#custommerce-pl-rc.cm-mm .cm-section-eco .cm-box {
  padding-left: 0;
}
@container main (max-width: 800px) {
  #custommerce-pl-rc.cm-mm .cm-section-eco .cm-box {
    padding-left: 20px;
  }
}
#custommerce-pl-rc.cm-euro {
  max-width: 920px;
  font-size: 14px;
}
#custommerce-pl-rc.cm-euro .rc_fourth_check_out .check_out_input,
#custommerce-pl-rc.cm-euro .rc_fourth_check_out::after {
  left: 4em;
  margin-top: 6em;
}
@container main (max-width: 900px) {
  #custommerce-pl-rc.cm-euro .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc.cm-euro .rc_fourth_check_out::after {
    left: 3em;
  }
}
@container main (max-width: 800px) {
  #custommerce-pl-rc.cm-euro .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc.cm-euro .rc_fourth_check_out::after {
    left: 17em;
    margin-top: 0em;
  }
}
@container main (max-width: 700px) {
  #custommerce-pl-rc.cm-euro .rc_fourth_check_out .check_out_input,
  #custommerce-pl-rc.cm-euro .rc_fourth_check_out::after {
    left: 16.25em;
  }
}
#custommerce-pl-rc.cm-euro .cm-section-banner .cm-ng {
  font-size: 2.5em;
}
#custommerce-pl-rc.cm-euro .cm-section-banner .cm-subng {
  font-size: 1.75em;
}
#custommerce-pl-rc.cm-neonet {
  max-width: 1100px;
}
#custommerce-pl-rc.cm-ceneo .cm-header .cm-header-img img {
  width: 100%;
}
@container main (max-width: 700px) {
  #custommerce-pl-rc.cm-ceneo .cm-header .cm-header-img img {
    height: auto;
  }
}

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