@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Crimson+Pro:wght@800;900&family=Montserrat:wght@400;500;600&display=swap");
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

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

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

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

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

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

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

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

/* Rozmiar czcionki dla najwyzszego diva */
#custommerce-pl-rc {
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #5F5F5F;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.33;
}

#custommerce-pl-rc img {
  max-width: 100%;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc {
    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;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-margin-top-xs {
    padding-top: 1em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #custommerce-pl-rc .pc-margin-top-s {
    padding-top: 2em;
  }
  #custommerce-pl-rc .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #custommerce-pl-rc .pc-margin-top-m {
    padding-top: 3em;
  }
  #custommerce-pl-rc .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #custommerce-pl-rc .pc-margin-top-l {
    padding-top: 4em;
  }
  #custommerce-pl-rc .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #custommerce-pl-rc .pc-margin-top-xl {
    padding-top: 5em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #custommerce-pl-rc .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 799px) {
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
    text-align: left;
    padding: 2.5em 2.5em 0 2.5em;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-content {
    float: none;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-square {
    margin-left: 0;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
    position: static;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-table {
    display: block;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-table .pc-b3-cell {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-cell-container {
    padding: 2.5em 2.5em 0 2.5em;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
    max-width: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .pc-b11 .pc-text {
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc img {
  padding: 0;
  margin: 0;
}

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

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

#custommerce-pl-rc .cm-section-grey {
  background-color: #F8F8F8;
}

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

#custommerce-pl-rc .cm-pop {
  font-size: 16px;
  width: 120px !important;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-pop {
    width: 100px !important;
  }
}

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

#custommerce-pl-rc .pc-p5 {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-p5 .pc-p5-image {
    background-size: 200%;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .pc-p5 .pc-p5-image {
    background-size: 300%;
  }
}

#custommerce-pl-rc .pc-p5 iframe {
  height: 100% !important;
}

#custommerce-pl-rc .pc-p5 label {
  z-index: 1;
}

#custommerce-pl-rc .pc-p5.pc-p5-small label::after {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: var(--txt-label);
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #224F9E;
  background-image: url("../img/bg_gwarancja.png");
  background-position: center center;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  padding: 20% 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}

#custommerce-pl-rc .pc-p5.pc-p5-small label:hover::after {
  opacity: 1;
  display: block;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-p5-main-video {
    display: none;
  }
}

#custommerce-pl-rc .pc-p5-small-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-p5-small-videos {
    padding: 0 1.25em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-p5-small-videos {
    display: none;
  }
}

#custommerce-pl-rc .pc-p5-small-videos .pc-p5-small {
  margin: 0;
  width: calc(33.33% - 1.33em);
  margin-top: 2em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-p5-small-videos .pc-p5-small {
    margin-top: 1.25em;
    width: calc(33.33% - 0.83em);
  }
}

#custommerce-pl-rc .cm-img-fluid-container {
  overflow: hidden;
  background-color: #FAF8F7;
}

#custommerce-pl-rc .cm-img-fluid,
#custommerce-pl-rc .cm-img-fluid.lazy {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-img-fluid,
  #custommerce-pl-rc .cm-img-fluid.lazy {
    max-width: none;
    width: 116%;
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-8,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-8 {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-9,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-9 {
    -webkit-transform: translateX(-9%);
            transform: translateX(-9%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-10,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-10 {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-11,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-11 {
    -webkit-transform: translateX(-11%);
            transform: translateX(-11%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-12,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-12 {
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-13,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-13 {
    -webkit-transform: translateX(-13%);
            transform: translateX(-13%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-14,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-14 {
    -webkit-transform: translateX(-14%);
            transform: translateX(-14%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-15,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-15 {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-16,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-16 {
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-17,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-17 {
    -webkit-transform: translateX(-17%);
            transform: translateX(-17%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-20,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-20 {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-30,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-30 {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-50,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-50 {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#custommerce-pl-rc .cm-fluid-mobile {
  display: none !important;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-fluid-mobile {
    width: 100% !important;
    display: block !important;
  }
}

#custommerce-pl-rc .cm-fluid-desktop {
  display: block !important;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-fluid-desktop {
    display: none !important;
  }
}

#custommerce-pl-rc .cm-mb-3 {
  margin-bottom: 3em;
}

#custommerce-pl-rc .cm-feature {
  position: relative;
  margin-bottom: 3em;
}

#custommerce-pl-rc .cm-feature.cm-feature-no-mb {
  margin-bottom: 0;
}

#custommerce-pl-rc .cm-feature .cm-info-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4em;
  max-width: 500px;
  width: 42%;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-feature .cm-info-box {
    max-width: 440px;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-feature .cm-info-box {
    padding: 3em 1.25em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-info-box {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    max-width: none;
  }
  #custommerce-pl-rc .cm-feature .cm-info-box.cm-transformed {
    width: 90%;
    margin: 0 auto;
    -webkit-transform: translateY(-6em);
            transform: translateY(-6em);
  }
}

#custommerce-pl-rc a.cm-button, #custommerce-pl-rc .cm-button {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #224F9E;
  text-decoration: none;
  font-size: .75em;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  padding: 1em 2em;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc a.cm-button, #custommerce-pl-rc .cm-button {
    padding: 1em 1.5em;
  }
}

#custommerce-pl-rc a.cm-button.cm-button-outline, #custommerce-pl-rc .cm-button.cm-button-outline {
  background-color: transparent;
  border: 2px solid #224F9E;
}

#custommerce-pl-rc a.cm-button.cm-button-large, #custommerce-pl-rc .cm-button.cm-button-large {
  font-size: 1.5em;
}

#custommerce-pl-rc .cm-section-warranty {
  background-color: #224F9E;
  padding: 4em 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty {
  width: 100%;
  max-width: 900px;
  min-height: 350px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  gap: 2em;
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty img {
  width: 100%;
  max-width: 200px;
}

#custommerce-pl-rc .cm-section-warranty .cm-warranty div {
  padding: 0 1em;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.6;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
}

#custommerce-pl-rc .cm-section-contains-container {
  padding: 4em 0;
}

#custommerce-pl-rc .cm-section-contains-container .pc-b6-a p {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

#custommerce-pl-rc .cm-section-contains {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.25em;
  margin-top: 2.5em;
  width: 100%;
  gap: 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

#custommerce-pl-rc .cm-section-contains .cm-contains-item {
  text-align: center;
  max-width: 280px;
  width: 33%;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 .5em;
  }
  #custommerce-pl-rc .cm-section-contains .cm-contains-item:nth-child(3), #custommerce-pl-rc .cm-section-contains .cm-contains-item:nth-child(5) {
    margin-top: 2em;
  }
}

#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-img-holder {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}

#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-img-holder:hover img {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-img-holder img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-name {
  font-size: 1.25em;
  line-height: 1.3;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #224F9E;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-name {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-name {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-section-others {
  margin-top: 12em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #224F9E;
}

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

#custommerce-pl-rc .cm-section-others .cm-section-others-container {
  -webkit-transform: translateY(-6em);
          transform: translateY(-6em);
  padding: 0 1.25em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container {
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
  }
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
  text-align: center;
  padding: 0 .5em;
  max-width: 209px;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 230px;
    padding: 0 1.25em;
  }
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(1), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(2), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(3) {
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(1), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(2), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(3) {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
    max-width: 221px;
    padding: 0 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
    padding: 0 .5em;
  }
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder {
  position: relative;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder {
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder:hover img {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder img {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-name {
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-name {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-name {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-section-others .cm-footer-logo {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-pl-rc.cm-28080-70 .cm-feature {
  position: relative;
}

#custommerce-pl-rc.cm-28080-70 .pc-b11 .pc-block-module .pc-text {
  padding: 2.125em 1.25em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-28080-70 .pc-p5-main-video {
    display: block;
  }
}

#custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
  font-size: 1em;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
    font-size: 1em;
  }
}

#custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
  font-size: 1.25em;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #224F9E;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
    font-size: 1em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
    font-size: 1em;
  }
}

#custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
  padding: 0 2.25em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    padding-top: 5em;
  }
}

#custommerce-pl-rc.cm-28080-70 .cm-cust-text {
  margin-top: 6em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-28080-70 .cm-cust-text {
    margin-top: 0em;
  }
}

#custommerce-pl-rc .cm-m-desc-top-3 {
  margin-top: 3em;
}

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

#custommerce-pl-rc .cm-m-desc-bottom-3 {
  margin-bottom: 3em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-m-desc-bottom-3 {
    margin-bottom: 0em;
  }
}

#custommerce-pl-rc.cm-euro {
  max-width: 920px;
  font-size: 14px;
}

#custommerce-pl-rc.cm-euro .pc-p5 {
  background: #fff;
  padding-bottom: 3em;
}

#custommerce-pl-rc.cm-euro .pc-p5 iframe {
  height: 100% !important;
}

#custommerce-pl-rc.cm-euro .pc-p5 .pc-p5-image {
  background-image: none !important;
}

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

#custommerce-pl-rc.cm-euro .pc-b11 .pc-block-module .pc-text {
  padding-left: 2.5em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc.cm-euro .pc-b11 .pc-block-module .pc-text {
    padding-left: 2.5em;
  }
}

#custommerce-pl-rc.cm-euro .pc-b11.pc-b11-b .pc-block-module .pc-text {
  padding-right: 2.5em;
  padding-left: 1.75em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc.cm-euro .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-right: 2.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-euro .cm-underheader-icons img {
    width: 5.5em;
    height: 5.5em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc.cm-euro .cm-underheader-icons img {
    width: 4.25em;
    height: 4.25em;
  }
}

#custommerce-pl-rc.cm-neonet {
  max-width: 1100px;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-neonet .cm-underheader-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  #custommerce-pl-rc.cm-neonet .cm-underheader-icons img {
    width: 5em;
    height: 5em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc.cm-neonet .cm-underheader-icons img {
    width: 8em;
    height: 8em;
    margin: 0 1em;
  }
}

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

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

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-ceneo .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
  #custommerce-pl-rc.cm-ceneo .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    height: auto;
  }
}

#custommerce-pl-rc.cm-mm .cm-header {
  max-width: 1002px;
}

#custommerce-pl-rc.cm-mm .cm-header .cm-header-img img {
  max-width: none;
  width: auto;
}

@media (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-img img {
    height: 100%;
  }
}

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

@media (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 2em;
  }
}

@media (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 2.5em;
  }
}

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

@media (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 1.125em;
  }
}

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

@media (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc {
    padding: 4.375em 1em 4em;
  }
}

#custommerce-pl-rc.cm-mm .pc-b6-title {
  font-size: 2em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-mm .pc-b6-title {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc.cm-mm .cm-info-box {
  color: #fff;
  text-align: center;
  border-top: 2px solid #EB1C24;
  padding: 5em 2em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc.cm-mm .cm-info-box {
    padding: 3em 2em;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc.cm-mm .cm-info-box {
    padding: 3em 2em 4em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-mm .cm-info-box {
    padding: 3em 1.25em;
  }
}

@media (min-width: 1024px) and (max-width: 1350px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-info-box-name {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-info-box-name {
    font-size: 2em;
  }
}

#custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-info-box-text {
  font-size: 1em;
}

#custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-2 {
  font-size: 3.5em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 2.5em;
  }
}

#custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-3 {
  font-size: 1.25em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc.cm-mm .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1em;
  }
}

#custommerce-pl-rc.cm-mm .pc-b11 .pc-description p {
  font-size: 1.25em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc.cm-mm .pc-b11 .pc-description p {
    font-size: 1.125em;
  }
}

#custommerce-pl-rc.cm-mm .pc-b11 .pc-description p.cm-small {
  font-size: 1em;
}

#custommerce-pl-rc.cm-mm .pc-b11 .pc-name {
  font-size: 1.5em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-mm .pc-b11 .pc-name {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-mm .pc-b11 .pc-name {
    font-size: 1.5em;
  }
}

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

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

#custommerce-pl-rc .cm-video input {
  display: none;
}

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

#custommerce-pl-rc .cm-video label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-size: cover;
}

#custommerce-pl-rc .cm-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

#custommerce-pl-rc .cm-header {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 660px;
  background-color: #FAF8F7;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-position: 20% 0%;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header {
    background-position: 30% 0%;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  text-align: left;
  padding: 2em 0 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    padding: 2em 0 1em 1.5em;
  }
}

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

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

#custommerce-pl-rc .cm-header .cm-header-desc .cm-header-logo {
  max-width: 320px;
  width: 80%;
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1,
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2,
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
  color: #fff;
  text-align: left;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
  margin-top: auto;
  font-family: "Crimson Pro", Arial, sans-serif;
  font-display: swap;
  font-weight: 900 !important;
  font-size: 2.625em;
  line-height: 1;
  color: #224F9E;
  margin-bottom: 10rem;
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 span {
  font-family: "Crimson Pro", Arial, sans-serif;
  font-display: swap;
  font-weight: 900 !important;
  color: #ffd600;
  font-size: 1.35em;
  line-height: 0.8;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 2.75em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    position: absolute;
    bottom: 0;
  }
}

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

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

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 3.5em;
  line-height: 1;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 3.25em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    margin-top: 0.5em;
    font-size: 4.5em;
  }
}

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

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
  font-weight: normal;
  margin-top: 1.5em;
  font-size: 1.125em;
  line-height: 1.2;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 1.25em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-4 {
  color: #fff;
  margin-top: 1.25em;
  font-size: 1.75em;
  line-height: 1;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-4 {
    font-size: 1.5em;
  }
}

#custommerce-pl-rc .cm-header .cm-tape-header {
  margin-top: 1.5em;
  font-size: 2.5em;
  color: #ffd600;
  position: relative;
  background-color: #224F9E;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-tape-header {
    font-size: 3em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-tape-header {
    font-size: 2.25em;
  }
}

#custommerce-pl-rc .cm-header .cm-tape-header div {
  font-family: "Crimson Pro", Arial, sans-serif;
  font-display: swap;
  font-weight: 900 !important;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

#custommerce-pl-rc .cm-header .cm-header-img {
  width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1em 0 10em;
  margin: auto 0 auto auto;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    padding-bottom: 12em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    padding: 1em 0 17em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    width: 98%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: unset;
    padding: 0;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd {
  display: none;
  text-align: center;
  padding: 1em;
  margin-top: auto;
  font-family: "Crimson Pro", Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
  color: #224F9E;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd span {
  font-family: "Caveat", Arial, sans-serif;
  font-display: swap;
  color: #ffd600;
  font-size: 1.35em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-ng-1-rwd {
    display: block;
    margin: 0 auto;
  }
}

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

#custommerce-pl-rc .cm-header .cm-header-img .cm-main-icon {
  position: relative;
  z-index: 1;
  max-width: 214px;
  width: 100%;
  padding: 0 1em 0 0;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-main-icon {
    max-width: 190px;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-main-icon {
    max-width: 170px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-main-icon {
    position: absolute;
    padding: 0 .5em 0 0;
    top: -31em;
    right: 0;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-main-icon {
    max-width: 160px;
    padding: 0 .5em 0 1em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-main-icon {
    top: -3em;
    padding: 0 0 0 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-main-icon {
    top: -2em;
  }
}

@media only screen and (max-width: 343px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-main-icon {
    top: -5em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-img .cm-packshot {
  margin-top: -3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

#custommerce-pl-rc .cm-header .cm-underheader-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-header .cm-underheader-icons {
    max-width: 700px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-underheader-icons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#custommerce-pl-rc .cm-header .cm-underheader-icons img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 25%;
}

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

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-underheader-icons img {
    padding: 1em 4%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 130px;
    width: 100%;
  }
}

#custommerce-pl-rc .cm-header .cm-underheader-icons img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#custommerce-pl-rc .pc-b11 {
  margin: 5em auto;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 {
    margin-bottom: 2em auto;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.cm-red-line .pc-text {
    border-right: 5px #ffd600 solid;
  }
}

#custommerce-pl-rc .pc-b11.cm-serp-offset {
  margin: 8em 0;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.cm-serp-offset {
    margin: 4em auto;
  }
}

#custommerce-pl-rc .pc-b11.cm-serp-offset .pc-block-module {
  background-color: #FAF8F7;
  background-size: auto 262px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.cm-serp-offset .pc-block-module {
    border-right: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.cm-serp-offset .pc-block-module .pc-text {
    max-width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.cm-serp-offset .pc-block-module .pc-title {
    margin: 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.cm-serp-offset .pc-block-module .pc-image {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-width: 450px;
    display: block;
  }
  #custommerce-pl-rc .pc-b11.cm-serp-offset .pc-block-module .pc-image img {
    vertical-align: bottom;
  }
}

#custommerce-pl-rc .pc-b11.cm-serp-offset .pc-block-module .pc-image img {
  max-width: 100%;
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  padding: 0;
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #FAF8F7;
  background-size: auto 262px;
  width: 100%;
  z-index: -1;
  border-right: 10px #ffd600 solid;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    border-right: 5px #ffd600 solid;
    display: block;
  }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
  padding: .75em 1.25em;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description {
  padding-top: 0;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-description {
    text-align: center;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description p {
  font-size: 1.25em;
  line-height: 1.7;
  max-width: 440px;
  margin: 0 auto;
  color: #224F9E;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-b11 .pc-description p {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-description p {
    margin: auto;
    text-align: center;
    margin-bottom: 0;
    max-width: none;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description p strong {
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-small {
  font-size: 1em;
}

#custommerce-pl-rc .pc-b11 .pc-name {
  color: #224F9E;
  margin: 0 auto 0.5em;
  font-size: 2.25em;
  line-height: 1.2;
  max-width: 440px;
  font-family: "Crimson Pro", Arial, sans-serif;
  font-display: swap;
  font-weight: 900 !important;
  text-align: center !important;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    margin: 0 auto 0.5em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    text-align: center !important;
    max-width: none;
    font-size: 1.875em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .pc-b11 .pc-title {
  color: #224F9E;
  margin: 0 auto 1em;
  font-size: 3.25em;
  line-height: 1.4;
  max-width: 440px;
  font-family: "Crimson Pro", Arial, sans-serif;
  font-display: swap;
  font-weight: 900 !important;
  text-align: center !important;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-b11 .pc-title {
    margin: 0 auto 0.5em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-title {
    text-align: center !important;
    max-width: none;
    font-size: 2.5em;
    line-height: 1;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b11 .pc-title {
    font-size: 2.125em;
    line-height: 1.3;
  }
}

#custommerce-pl-rc .pc-b11 .pc-big-image img {
  -webkit-transform: scale(1.2) translateX(-2%);
          transform: scale(1.2) translateX(-2%);
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .pc-b11 .pc-big-image img {
    -webkit-transform: scale(1.05) translateX(-5%);
            transform: scale(1.05) translateX(-5%);
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .pc-b11 .pc-big-image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#custommerce-pl-rc .pc-b11 .pc-image {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image {
    margin-bottom: 1em;
  }
}

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

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-block-module {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #FAF8F7;
  width: 100%;
  z-index: -1;
  border-right: none;
  border-left: 10px #ffd600 solid;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-block-module {
    border-left: 5px #ffd600 solid;
  }
}

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

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
    text-align: center;
    padding-left: 0;
  }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description p {
  text-align: center;
}

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

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image {
    max-width: 500px;
  }
}

#custommerce-pl-rc .pc-b11 .pc-image .pc-relative {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image .pc-relative {
    text-align: center !important;
  }
}

#custommerce-pl-rc .pc-b11 .pc-image img {
  position: relative;
  z-index: 1;
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 940px;
}

#custommerce-pl-rc .pc-b6-a p {
  font-size: 1.25em;
  line-height: 1.7;
  margin: 1em 0;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  color: #224F9E;
}

#custommerce-pl-rc .pc-b6-a p.cm-small {
  font-size: 1em;
  color: #224F9E;
  text-align: center;
}

#custommerce-pl-rc .pc-b6-a img.cm-pop {
  margin-bottom: 1em;
}

#custommerce-pl-rc .pc-b6-subtitle {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-display: swap;
  color: #224F9E;
  font-weight: normal;
  font-size: 1.875em;
  line-height: 1.4;
  text-align: center !important;
  margin: 0.5em auto 0;
  max-width: 700px;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-subtitle {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-subtitle {
    font-size: 1.25em;
  }
}

#custommerce-pl-rc .pc-b6-subtitle span {
  font-family: "Caveat", Arial, sans-serif;
  font-display: swap;
  color: #ffd600;
  font-size: 1.35em;
}

#custommerce-pl-rc .pc-b6-subtitle strong {
  font-weight: bold;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b6-subtitle img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0.5em;
}

#custommerce-pl-rc .pc-b6-subtitle img.cm-max-70 {
  max-width: 70%;
}

#custommerce-pl-rc .pc-b6-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-display: swap;
  color: #224F9E;
  font-weight: normal;
  font-size: 2.5em;
  text-align: center !important;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-title {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-title {
    line-height: 1.3;
    font-size: 2.125em;
  }
}

#custommerce-pl-rc .pc-b6-title span {
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-title span {
    line-height: 0.5;
  }
}

#custommerce-pl-rc .pc-b6-title strong {
  font-weight: bold;
  color: #e91720;
}

#custommerce-pl-rc .pc-b6-title img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0.5em;
}

#custommerce-pl-rc .pc-b6-title img.cm-max-70 {
  max-width: 70%;
}

#custommerce-pl-rc .pc-b6-text {
  font-family: "Montserrat", Arial, sans-serif;
  color: #224F9E;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.2;
  text-align: center !important;
  margin: 0;
  max-width: 700px;
  margin: auto;
}

#custommerce-pl-rc .pc-b6-text p {
  font-size: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-text p {
    font-size: 15.75px;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-text {
    font-size: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-text {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-prepare-wrapper {
  background-color: #FAF8F7;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare {
  padding: 0 1.25em;
  max-width: 900px;
  margin: 0 auto;
  min-height: 640px;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare {
    min-height: unset;
  }
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3em 0 5em 0;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container {
    overflow: hidden;
  }
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item {
  text-align: center;
  width: 25%;
  padding: 0 1em;
  max-width: 12em;
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item {
    width: 50%;
  }
  #custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:nth-child(2) {
    display: none;
  }
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:hover .cm-prepare-img-holder {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:hover .cm-prepare-img-holder .cm-pop-photo {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:hover .cm-prepare-img-holder .cm-pop-photo img {
  width: 100%;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:hover .cm-prepare-name {
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder {
  position: relative;
  margin-bottom: 0.75em;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder img {
  display: block;
  width: 100%;
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder .cm-pop-photo {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder .cm-pop-photo img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-name {
  color: #224F9E;
  font-size: 1.25em;
  line-height: 1.4;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-name {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-name {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-name {
    font-size: 1.125em;
  }
}

#custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare > p {
  display: block;
  color: #224F9E;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  margin: 2em 0 0;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare > p {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-prepare-wrapper .cm-section-prepare > p {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-hotspots-holder {
  padding-bottom: 3em;
  background-position: bottom left;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder {
    background-position: 0% 25%;
    background-size: contain;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-hotspots-holder {
    background-position: 0% 5%;
    background-size: contain;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspots-holder {
    background-position: 0% 25%;
    background-size: contain;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 500px;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
    max-width: 350px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
    max-width: 80%;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder img {
  max-width: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder {
    width: 100%;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content {
  width: 50%;
  position: relative;
  left: -50%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot {
  display: block;
  cursor: pointer;
  width: 4em;
  height: 4em;
  position: absolute;
  border-radius: 50%;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-01 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-01 .pc-h4 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-01 .pc-h1 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-01 .pc-h1::after {
  background: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-02 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-02 .pc-h4 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-02 .pc-h1 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-02 .pc-h1::after {
  background: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-03 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-03 .pc-h4 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-03 .pc-h1 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-03 .pc-h1::after {
  background: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-04 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-04 .pc-h4 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-04 .pc-h1 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-04 .pc-h1::after {
  background: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-05 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-05 .pc-h4 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-05 .pc-h1 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-05 .pc-h1::after {
  background: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-06 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-06 .pc-h4 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-06 .pc-h1 {
  color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-06 .pc-h1::after {
  background: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot .cm-hotspot-inside-circle {
  background-color: #224F9E !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot .cm-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  border-radius: 50%;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot:hover .cm-hotspot-inside-circle {
  background-color: #eb1c24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot p {
  font-family: "Crimson Pro", Arial, sans-serif;
  font-display: swap;
  font-weight: 900 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  margin-bottom: 0px;
  padding: 0;
  font-weight: bold;
  color: white;
  margin-top: -0.6em;
  text-align: center !important;
  font-size: 1.75em;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
  width: 100%;
  height: 100%;
  margin-left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.25em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    margin-left: auto;
    margin-right: auto;
    padding: 5em 1.25em 3em;
    max-width: 500px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    padding-top: 3em;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .cm-hotspots-list-item,
#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .cm-hotspots-list-item {
  margin: 1em 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .cm-hotspots-list-item,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .cm-hotspots-list-item {
    margin: 0.5em 0;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1,
#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1 {
  font-size: 5em;
  font-weight: bold;
  line-height: 1em;
  font-family: "Crimson Pro", Arial, sans-serif;
  font-display: swap;
  font-weight: 900 !important;
  color: #224F9E;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-right: 0.25em;
  width: 60px;
  position: relative;
  text-align: right;
  padding-right: 0.5em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1 {
    width: 50px;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1 {
    font-size: 4em;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1::after,
#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 60px;
  background: #224F9E;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1::after,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1::after {
    height: 50px;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1::after,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1::after {
    height: 35px;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h4,
#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
  font-size: 1.25em;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #224F9E;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h4,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h4,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h4,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd {
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    display: none;
  }
}

#custommerce-pl-rc .cm-feature {
  background-color: #224F9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 10px #ffd600 solid;
  background-position: left top;
  background-repeat: no-repeat;
}

#custommerce-pl-rc .cm-feature.cm-feature-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-left: none;
  border-right: 10px #ffd600 solid;
  background-position: right top;
}

#custommerce-pl-rc .cm-feature.cm-feature-r .cm-image {
  padding-left: 0;
  padding-right: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-feature.cm-feature-r {
    overflow: hidden;
    border-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
  #custommerce-pl-rc .cm-feature.cm-feature-r .cm-col:first-child {
    border-left: none;
    border-right: 5px #ffd600 solid;
    padding-bottom: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-feature {
    overflow: hidden;
    border-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #custommerce-pl-rc .cm-feature .cm-col:first-child {
    border-left: 5px #ffd600 solid;
    padding-bottom: 2em;
  }
}

#custommerce-pl-rc .cm-feature .cm-tape-extend-sm {
  padding: 0 0.5em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-feature .cm-tape-extend-sm {
    padding: 0 0.25em;
  }
}

#custommerce-pl-rc .cm-feature .cm-tape-extend-md {
  padding: 0 1em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-feature .cm-tape-extend-md {
    padding: 0 0.75em;
  }
}

#custommerce-pl-rc .cm-feature .cm-tape-extend-lg {
  padding: 0 1.5em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-feature .cm-tape-extend-lg {
    padding: 0 1em;
  }
}

#custommerce-pl-rc .cm-feature .cm-tape-header {
  margin-top: 1.5em;
  font-size: 3em;
  color: #224F9E;
  position: relative;
  background-color: #ffd600;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-feature .cm-tape-header {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-tape-header {
    font-size: 3em;
    padding: .25em .75em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-feature .cm-tape-header {
    font-size: 2.25em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-feature .cm-tape-header {
    font-size: 2.125em;
  }
}

#custommerce-pl-rc .cm-feature .cm-tape-header div {
  font-family: "Crimson Pro", Arial, sans-serif;
  font-display: swap;
  font-weight: 900 !important;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  text-align: center;
}

#custommerce-pl-rc .cm-feature .cm-feature-description {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-display: swap;
  font-size: 1.125em;
  max-width: 450px;
  margin-top: 2em;
  padding: 0 1em .75em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-feature-description {
    padding: 0 0.5em;
  }
}

#custommerce-pl-rc .cm-feature .cm-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#custommerce-pl-rc .cm-feature .cm-image {
  padding-left: 1em;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  position: relative;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 450px;
    margin: 0 auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#custommerce-pl-rc .cm-feature .cm-image video {
  max-width: 100%;
}

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

#custommerce-pl-rc .cm-feature .cm-image img:nth-child(2) {
  opacity: 0;
  width: calc(100% - 1em);
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-image img:nth-child(2) {
    max-width: 100%;
    width: auto;
  }
}

#custommerce-pl-rc .cm-feature .cm-image:hover img:nth-child(2) {
  opacity: 1;
}

#custommerce-pl-rc .cm-info-box {
  color: #224F9E;
  text-align: center;
  padding: 2em 2em;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 2em;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 2em 4em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 1.25em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description {
  margin: 0 auto;
  text-align: center;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
  font-family: "Montserrat", Arial, sans-serif;
  color: #224F9E;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center !important;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
    font-size: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
    max-width: 480px;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-note {
  margin-top: 2em;
  font-size: 0.875em;
  font-family: "Montserrat", Arial, sans-serif;
  color: #224F9E;
  line-height: 1.4;
  text-align: center;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
  font-family: "Montserrat", Arial, sans-serif;
  color: #224F9E;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.7;
  text-align: center !important;
  margin: 0;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
    max-width: 480px;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-product {
  max-width: 394px;
  width: 80%;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-product-wrapper {
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2,
#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
  color: #224F9E;
  text-align: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-display: swap;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2,
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    text-align: center;
    max-width: 100%;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
  font-size: 1.875em;
  line-height: 1.2;
}

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

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

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 strong {
  font-weight: bold;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-pop {
  margin: 1.25em auto 3em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-pop {
    margin: 1.25em auto 2em;
  }
}

#custommerce-pl-rc .cm-red-button {
  padding: 1em;
  border-radius: 35px;
  display: inline-block;
  background-color: red;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  color: #fff;
  margin-top: 2em;
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-red-button {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 350px) {
  #custommerce-pl-rc .cm-red-button {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-section-d2d-container .pc-b6-a p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #224F9E;
}

#custommerce-pl-rc .cm-section-d2d-container .pc-b6-a p strong {
  color: #224F9E;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
}

#custommerce-pl-rc .cm-section-d2d-container .pc-b6-title {
  font-weight: bold;
  font-family: "Crimson Pro", Arial, sans-serif;
}

#custommerce-pl-rc .cm-section-d2d-container .pc-b6-title span {
  color: #e91720;
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.25em;
  margin-top: 2.5em;
  width: 100%;
  position: relative;
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow {
  width: 9em;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow {
    display: none;
  }
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow:nth-child(4) {
  left: 31.5%;
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow:nth-child(5) {
  left: 65%;
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item {
  text-align: center;
  width: calc(33% - 1.5em);
  padding: 2em 0;
  z-index: 1;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item {
    width: calc(33.3333% - 4em);
    padding: 2em 0;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item {
    width: 100%;
    max-width: 440px;
    margin: 1em auto 4em;
    padding: 0;
  }
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item:last-child {
    margin-bottom: 0;
  }
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-img-holder {
  position: relative;
  text-align: center;
  width: 9em;
  height: 9em;
  margin: 0 auto 2em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-img-holder {
    width: 7em;
    height: 7em;
  }
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-img-holder img {
  display: block;
  width: 100%;
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-name {
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Montserrat", Arial, sans-serif;
  color: #224F9E;
  font-weight: bold;
  text-align: center;
  margin: 2em 0;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-name {
    margin: 1em 0;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-name {
    font-size: 1.125em;
  }
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item p {
  font-size: 1.25em;
  line-height: 1.6;
  font-family: "Montserrat", Arial, sans-serif;
  color: #224F9E;
  text-align: center;
  margin: 0;
}

#custommerce-pl-rc .cm-banner-image {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

#custommerce-pl-rc .cm-disclaimer {
  font-size: 0.75em;
  max-width: 1200px;
  width: 100%;
  color: #224F9E;
  line-height: 1.2;
  margin-top: 2em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-disclaimer {
    padding: 0 .5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#custommerce-pl-rc .cm-slider {
  position: relative;
  padding: 0 0 5em;
}

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

#custommerce-pl-rc .cm-slider > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.625em;
  padding: .5em .5em 1em;
  color: #224F9E;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-slider > .cm-title {
    font-size: 2.125em;
  }
}

#custommerce-pl-rc .cm-slider .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#custommerce-pl-rc .cm-slider .cm-slides::-webkit-scrollbar {
  display: none;
}

#custommerce-pl-rc .cm-slider .cm-slider-box {
  position: relative;
}

#custommerce-pl-rc .cm-slider .cm-slider-box .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 100px);
  width: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
}

#custommerce-pl-rc .cm-slider .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#custommerce-pl-rc .cm-slider .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}

#custommerce-pl-rc .cm-slider .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

#custommerce-pl-rc .cm-slider .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}

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

#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-200%) scale(1);
          transform: translateX(-200%) scale(1);
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-300%) scale(1);
          transform: translateX(-300%) scale(1);
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-400%) scale(1);
          transform: translateX(-400%) scale(1);
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}

#custommerce-pl-rc .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-300%) scale(1);
            transform: translateX(-300%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-400%) scale(1);
            transform: translateX(-400%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-500%) scale(1);
            transform: translateX(-500%) scale(1);
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: block;
  }
  #custommerce-pl-rc .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-600%) scale(1);
            transform: translateX(-600%) scale(1);
  }
}

#custommerce-pl-rc .cm-slider .cm-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% / 3);
  scroll-snap-align: center;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 .5em;
  position: relative;
  overflow: hidden;
}

#custommerce-pl-rc .cm-slider .cm-slide .cm-text {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2em;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-slider .cm-slide .cm-text {
    font-size: 1.5em;
  }
}

#custommerce-pl-rc .cm-slider .cm-slide .cm-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

#custommerce-pl-rc .cm-slider .cm-slide .cm-img-container img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#custommerce-pl-rc .cm-slider .cm-slide .cm-img-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: calc(100% - 1.5em);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#custommerce-pl-rc .cm-slider .cm-slide:hover .cm-text {
  opacity: 0;
}

#custommerce-pl-rc .cm-slider .cm-slide:hover .cm-img-container::after {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#custommerce-pl-rc .cm-slider .cm-slide:hover .cm-img-container img {
  -webkit-transform: scale(1.1) translate(-45%);
          transform: scale(1.1) translate(-45%);
}

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

#custommerce-pl-rc .cm-series-section {
  min-width: 700px;
  overflow-x: hidden;
  background-color: #FAF8F7;
}

@-webkit-keyframes cm-button {
  0% {
    -webkit-box-shadow: 0 0 10px 8px #96d879;
            box-shadow: 0 0 10px 8px #96d879;
  }
  33% {
    -webkit-box-shadow: 0 0 10px 5px #fc170e;
            box-shadow: 0 0 10px 5px #fc170e;
  }
  67% {
    -webkit-box-shadow: 0 0 10px 8px #5fade6;
            box-shadow: 0 0 10px 8px #5fade6;
  }
  100% {
    -webkit-box-shadow: 0 0 10px 5px #96d879;
            box-shadow: 0 0 10px 5px #96d879;
  }
}

@keyframes cm-button {
  0% {
    -webkit-box-shadow: 0 0 10px 8px #96d879;
            box-shadow: 0 0 10px 8px #96d879;
  }
  33% {
    -webkit-box-shadow: 0 0 10px 5px #fc170e;
            box-shadow: 0 0 10px 5px #fc170e;
  }
  67% {
    -webkit-box-shadow: 0 0 10px 8px #5fade6;
            box-shadow: 0 0 10px 8px #5fade6;
  }
  100% {
    -webkit-box-shadow: 0 0 10px 5px #96d879;
            box-shadow: 0 0 10px 5px #96d879;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-series-section {
    min-width: unset;
    max-width: 100%;
    overflow-x: scroll;
    background-position: top left 5em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-series-section {
    background-position: top left -9em;
  }
}

#custommerce-pl-rc .cm-series-section .cm-table {
  max-width: 100%;
  padding: 0 .5em;
  padding: 0 .5em 0 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-series-section .cm-table {
    width: calc(100% / 4 * 6);
    max-width: unset;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-series-section .cm-table {
    width: calc(100% / 3 * 6);
    max-width: unset;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-series-section .cm-table {
    width: calc(100% / 2 * 6);
    max-width: unset;
  }
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr {
  border-collapse: collapse;
  height: 90px;
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td {
  border-collapse: collapse;
  border: 1px solid #db0019;
  text-align: center;
  padding: .25em .5em;
  position: relative;
  max-width: 220px;
  min-width: 180px;
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td:last-child {
  border-right: 2px solid #db0019;
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td.cm-dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #414141;
  border-radius: 50%;
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td.cm-dash::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 5px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FAF8F7;
  border-radius: 2.5px;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td {
    width: 16%;
    min-width: unset;
    max-width: unset;
  }
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td:first-child {
  min-width: 250px;
  text-align: left;
  z-index: unset;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  padding: .5em .5em .5em 1em;
  z-index: 1;
  border: 1px solid #db0019;
  border-collapse: separate;
  border-left: none;
}

@media only screen and (max-width: 1150px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td:first-child {
    min-width: 200px;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td:first-child {
    background-color: #FAF8F7;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr .cm-td:first-child {
    min-width: unset;
  }
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:first-child {
  height: 125px;
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:first-child .cm-td {
  border: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #FAF8F7;
  padding: 0;
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:first-child .cm-td:first-child {
  z-index: 3;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr:first-child .cm-td a img {
    height: 155px;
  }
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:nth-child(2) .cm-td {
  background-color: #FAF8F7;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  z-index: 2;
  color: #224f9e;
  font-weight: 600;
  border: none;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-series-section .cm-table .cm-tr:nth-child(2) .cm-td {
    top: 155px;
  }
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:nth-child(2) .cm-td:first-child {
  z-index: 3;
  background-color: #FAF8F7;
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:nth-child(3) .cm-td {
  border-top: none;
}

#custommerce-pl-rc .cm-series-section .cm-table .cm-tr:last-child .cm-td {
  border-bottom: 2px solid #db0019;
}

.sticky #top:not(.top2), .product-nav-sticky .product-nav {
  z-index: 99999;
}
/*# sourceMappingURL=https://cdn-prod.neonet.pl/richcontent/1173071/css/style.css.map */