@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes floating {
  0% {
    opacity: 0;
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floatingReverse {
  0% {
    opacity: 0;
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Rozmiar czcionki dla najwyzszego diva */
.cm-card-data {
  display: none;
}

#cm-rich-content {
  container: main/inline-size;
  line-height: 1.33;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  color: #2b2a29;
  background-color: #fff;
}
@container main (max-width: 900px) {
  #cm-rich-content {
    font-size: 14px;
  }
}
#cm-rich-content .pc-margin-top-xxs {
  padding-top: 1em;
}
#cm-rich-content .pc-margin-bottom-xxs {
  padding-bottom: 1em;
}
#cm-rich-content .pc-margin-top-xs {
  padding-top: 1.5em;
}
#cm-rich-content .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}
#cm-rich-content .pc-margin-top-s {
  padding-top: 3em;
}
#cm-rich-content .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#cm-rich-content .pc-margin-top-m {
  padding-top: 4em;
}
#cm-rich-content .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#cm-rich-content .pc-margin-top-l {
  padding-top: 6em;
}
#cm-rich-content .pc-margin-bottom-l {
  padding-bottom: 6em;
}
#cm-rich-content .pc-margin-top-xl {
  padding-top: 8em;
}
#cm-rich-content .pc-margin-bottom-xl {
  padding-bottom: 8em;
}
#cm-rich-content .pc-margin-top-xxl {
  padding-top: 10em;
}
#cm-rich-content .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}
@container main (max-width: 500px) {
  #cm-rich-content .pc-margin-top-xxs {
    padding-top: 1em;
  }
  #cm-rich-content .pc-margin-bottom-xxs {
    padding-bottom: 1em;
  }
  #cm-rich-content .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-rich-content .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-rich-content .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-rich-content .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-rich-content .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-rich-content .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-rich-content .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-rich-content .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-rich-content .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-rich-content .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-rich-content .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-rich-content .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}
#cm-rich-content .pc-margin-top-deca {
  margin-top: 0.5em;
}
#cm-rich-content .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#cm-rich-content .pc-margin-top-hecto {
  margin-top: 1em;
}
#cm-rich-content .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#cm-rich-content .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#cm-rich-content .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#cm-rich-content .pc-margin-top-mega {
  margin-top: 1.5em;
}
#cm-rich-content .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#cm-rich-content .pc-margin-top-giga {
  margin-top: 2em;
}
#cm-rich-content .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#cm-rich-content .pc-margin-top-tera {
  margin-top: 2.5em;
}
#cm-rich-content .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}
#cm-rich-content .pc-clear {
  clear: both;
}
#cm-rich-content img {
  max-width: 100%;
}
#cm-rich-content video {
  max-width: 100%;
}
#cm-rich-content div {
  box-sizing: border-box;
}
@keyframes top-left-down {
  0% {
    top: 0;
    left: 0%;
  }
  30% {
    top: 66.6666666667%;
    left: 0%;
  }
  50% {
    top: 66.6666666667%;
    left: 0%;
  }
  80% {
    left: 66.6666666667%;
    top: 66.6666666667%;
  }
  100% {
    left: 66.6666666667%;
    top: 66.6666666667%;
  }
}
@keyframes bottom-right-up {
  0% {
    bottom: 0;
    right: 0%;
  }
  30% {
    bottom: 66.6666666667%;
    right: 0%;
  }
  50% {
    bottom: 66.6666666667%;
    right: 0%;
  }
  80% {
    right: 66.6666666667%;
    bottom: 66.6666666667%;
  }
  100% {
    right: 66.6666666667%;
    bottom: 66.6666666667%;
  }
}
@keyframes top-left-right {
  0% {
    top: 0;
    left: 0%;
  }
  30% {
    top: 0%;
    left: 66.6666666667%;
  }
  50% {
    top: 0%;
    left: 66.6666666667%;
  }
  80% {
    left: 66.6666666667%;
    top: 66.6666666667%;
  }
  100% {
    left: 66.6666666667%;
    top: 66.6666666667%;
  }
}
@keyframes bottom-right-left {
  0% {
    bottom: 0;
    right: 0%;
  }
  30% {
    bottom: 0%;
    right: 66.6666666667%;
  }
  50% {
    bottom: 0%;
    right: 66.6666666667%;
  }
  80% {
    right: 66.6666666667%;
    bottom: 66.6666666667%;
  }
  100% {
    right: 66.6666666667%;
    bottom: 66.6666666667%;
  }
}
#cm-rich-content .cm-header {
  display: flex;
  padding-bottom: 8em;
  align-items: center;
}
#cm-rich-content .cm-header .cm-text-col {
  max-width: 500px;
  width: 100%;
  padding-right: 1.25em;
}
#cm-rich-content .cm-header .cm-text-col .cm-title {
  font-size: 3em;
  font-weight: 600;
  margin-top: 1em;
}
#cm-rich-content .cm-header .cm-text-col .cm-line {
  background-color: #F8B788;
  height: 4px;
  width: 95px;
  margin-top: 1em;
}
#cm-rich-content .cm-header .cm-text-col .cm-ean {
  font-size: 1.375em;
  margin-top: 2em;
}
#cm-rich-content .cm-header .cm-image-col {
  position: relative;
  padding-left: 2em;
  padding-bottom: 2em;
}
#cm-rich-content .cm-header .cm-image-col::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F8B788;
  width: 100%;
  height: 21.5%;
}
#cm-rich-content .cm-header .cm-image-col .cm-header-bg {
  position: relative;
}
#cm-rich-content .cm-header .cm-image-col .cm-packshot {
  position: absolute;
  right: 2%;
  bottom: 0;
  transform: translateY(7em);
}
@container main (max-width: 1200px) {
  #cm-rich-content .cm-header .cm-text-col {
    padding-left: 1em;
  }
  #cm-rich-content .cm-header .cm-image-col .cm-packshot {
    max-width: 100%;
  }
}
@container main (max-width: 1000px) {
  #cm-rich-content .cm-header .cm-text-col {
    max-width: 50%;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-logo {
    max-width: 250px;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-title {
    font-size: 2.5em;
  }
  #cm-rich-content .cm-header .cm-image-col {
    max-width: 50%;
  }
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-header .cm-text-col .cm-logo {
    max-width: 220px;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-title {
    font-size: 2.25em;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-ean {
    font-size: 1.25em;
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-header {
    flex-direction: column;
    row-gap: 2em;
  }
  #cm-rich-content .cm-header .cm-image-col {
    max-width: 450px;
    padding: 0 1em 1em 1em;
  }
  #cm-rich-content .cm-header .cm-image-col .cm-packshot {
    left: 50%;
    max-width: 75%;
    transform: translate(-50%, 35%);
  }
  #cm-rich-content .cm-header .cm-text-col {
    padding-top: 2em;
    text-align: center;
    max-width: 550px;
  }
  #cm-rich-content .cm-header .cm-text-col * {
    text-align: center;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-line {
    margin: 1em auto 0;
  }
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-header .cm-text-col .cm-logo {
    max-width: 200px;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-title {
    font-size: 2em;
  }
}
#cm-rich-content .cm-serp-section {
  position: relative;
  padding-bottom: 3em;
}
#cm-rich-content .cm-serp-section::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 3em);
  left: 0;
  bottom: 0;
  background-color: #f3f3f3;
}
#cm-rich-content .cm-serp-section .cm-serp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cm-rich-content .cm-serp-section .cm-serp:first-child .cm-text-col:hover .cm-title::before {
  width: 86%;
}
#cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) {
  flex-flow: row-reverse;
}
#cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) .cm-image-col:hover::before {
  left: calc(66.6666666667% - 0.5em);
}
#cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) .cm-image-col:hover::after {
  right: calc(66.6666666667% - 0.5em);
}
#cm-rich-content .cm-serp-section .cm-serp:nth-child(2n+1) .cm-image-col:hover::before {
  top: calc(66.6666666667% - 0.5em);
}
#cm-rich-content .cm-serp-section .cm-serp:nth-child(2n+1) .cm-image-col:hover::after {
  bottom: calc(66.6666666667% - 0.5em);
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col {
  max-width: 51%;
  padding: 1em;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5em;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #F8B788;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-paragraph {
  font-size: 1.125em;
  margin-top: 1em;
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-paragraph {
    font-size: 1em;
  }
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col:hover .cm-title::before {
  width: 100%;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-image-col {
  width: 533px;
  max-width: 48%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  padding: 1em;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-image-col::before, #cm-rich-content .cm-serp-section .cm-serp .cm-image-col::after {
  content: "";
  position: absolute;
  width: 33.3333333333%;
  height: 33.3333333333%;
  background-color: #F8B788;
  transition: 0.3s ease-in-out;
  display: block;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-image-col::before {
  left: 0.5em;
  top: 0.5em;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-image-col::after {
  right: 0.5em;
  bottom: 0.5em;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-image-col .cm-image {
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
}
#cm-rich-content .cm-serp-section .cm-serp .cm-image-col:hover .cm-image {
  scale: 0.95;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp {
    flex-flow: column !important;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n+1) .cm-image-col {
    pointer-events: none;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n+1) .cm-image-col::before {
    animation: top-left-down 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n+1) .cm-image-col::after {
    animation: bottom-right-up 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) .cm-image-col {
    pointer-events: none;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) .cm-image-col::before {
    animation: top-left-right 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) .cm-image-col::after {
    animation: bottom-right-left 6s ease-in-out infinite;
  }
}
@container main (max-width: 1000px) {
  #cm-rich-content .cm-serp-section {
    padding-top: 2em;
  }
  #cm-rich-content .cm-serp-section::before {
    height: 100%;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title {
    font-size: 1.75em;
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section {
    padding-top: 4em;
    padding-bottom: 0;
  }
  #cm-rich-content .cm-serp-section::after {
    content: "";
    position: absolute;
    height: 5em;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  }
  #cm-rich-content .cm-serp-section .cm-serp {
    padding-bottom: 3em;
    flex-direction: column !important;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-image-col {
    max-width: 400px;
    width: calc(100% - 50px);
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col {
    padding-top: 2em;
    max-width: 500px;
    pointer-events: none;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col * {
    text-align: center !important;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title {
    width: 100%;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title::before {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title {
    font-size: 1.5em;
  }
}
#cm-rich-content .cm-image-banner {
  overflow: hidden;
  position: relative;
}
#cm-rich-content .cm-image-banner .cm-image-container {
  display: flex;
}
#cm-rich-content .cm-image-banner .cm-text {
  position: absolute;
  color: #fff;
  font-size: 3em;
  max-width: 500px;
  left: 1em;
  top: 1em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
@container main (max-width: 900px) {
  #cm-rich-content .cm-image-banner .cm-text {
    left: 0.75em;
    top: 0.75em;
  }
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-image-banner .cm-text {
    font-size: 2.5em;
    left: 3%;
    top: 4%;
  }
}
@container main (max-width: 650px) {
  #cm-rich-content .cm-image-banner .cm-text {
    font-size: 2em;
    max-width: 400px;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-image-banner .cm-image-container {
    width: 175%;
  }
  #cm-rich-content .cm-image-banner .cm-text {
    left: 50%;
    top: 0;
    transform: translate(-50%, 50%);
    width: 100%;
    text-align: center;
    font-size: 1.75em;
    padding: 0 0.5em;
  }
}
#cm-rich-content .cm-text-banner {
  background-color: #F8B788;
  padding: 1em;
}
#cm-rich-content .cm-text-banner .cm-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.75em;
  text-align: center;
  color: #fff;
}
#cm-rich-content .cm-text-banner .cm-text .cm-decorate {
  text-decoration: underline;
  font-weight: 600;
}
@container main (max-width: 600px) {
  #cm-rich-content .cm-text-banner .cm-text {
    font-size: 1.5em;
  }
}
#cm-rich-content .cm-features {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3em 0;
}
#cm-rich-content .cm-features .cm-text-col {
  max-width: 53%;
  width: 100%;
  padding: 1em;
}
#cm-rich-content .cm-features .cm-text-col .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5em;
}
#cm-rich-content .cm-features .cm-text-col .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #F8B788;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-features .cm-text-col .cm-paragraph {
  font-size: 1.125em;
  margin-top: 1em;
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-features .cm-text-col .cm-paragraph {
    font-size: 1em;
  }
}
#cm-rich-content .cm-features .cm-text-col .cm-ul {
  list-style: none;
  padding-left: 1.25em;
}
#cm-rich-content .cm-features .cm-text-col .cm-ul .cm-li {
  font-size: 1.125em;
  margin: 0.5em auto;
  position: relative;
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-features .cm-text-col .cm-ul .cm-li {
    font-size: 1em;
  }
}
#cm-rich-content .cm-features .cm-text-col .cm-ul .cm-li::before {
  content: "";
  background-color: #F8B788;
  position: absolute;
  left: -1.25em;
  top: 0.665em;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
#cm-rich-content .cm-features .cm-text-col:hover .cm-title::before {
  width: 100%;
}
#cm-rich-content .cm-features .cm-image-col {
  width: 533px;
  max-width: 48%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  padding: 1em;
}
#cm-rich-content .cm-features .cm-image-col::before, #cm-rich-content .cm-features .cm-image-col::after {
  content: "";
  position: absolute;
  width: 33.3333333333%;
  height: 33.3333333333%;
  background-color: #F8B788;
  transition: 0.3s ease-in-out;
  display: block;
}
#cm-rich-content .cm-features .cm-image-col::before {
  left: 0.5em;
  top: 0.5em;
}
#cm-rich-content .cm-features .cm-image-col::after {
  right: 0.5em;
  bottom: 0.5em;
}
#cm-rich-content .cm-features .cm-image-col .cm-image-hover {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 500px;
  aspect-ratio: 1/1;
  display: flex;
}
#cm-rich-content .cm-features .cm-image-col .cm-image {
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
}
#cm-rich-content .cm-features .cm-image-col .cm-abs {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  aspect-ratio: 1/1;
}
#cm-rich-content .cm-features .cm-image-col:hover .cm-image,
#cm-rich-content .cm-features .cm-image-col:hover .cm-abs {
  scale: 0.95;
}
#cm-rich-content .cm-features .cm-image-col:hover::before {
  top: calc(66.6666666667% - 0.5em);
}
#cm-rich-content .cm-features .cm-image-col:hover::after {
  bottom: calc(66.6666666667% - 0.5em);
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-features {
    flex-flow: column !important;
    row-gap: 2em;
  }
  #cm-rich-content .cm-features .cm-image-col {
    pointer-events: none;
    max-width: 400px;
    width: calc(100% - 50px);
  }
  #cm-rich-content .cm-features .cm-image-col::before {
    animation: top-left-down 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-features .cm-image-col::after {
    animation: bottom-right-up 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-features .cm-image-col .cm-image-hover .cm-image {
    animation: opacity-anim-1-0 10s ease-in-out infinite;
  }
  @keyframes opacity-anim-1-0 {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #cm-rich-content .cm-features .cm-image-col .cm-image-hover .cm-abs {
    animation: opacity-anim-0-1 10s ease-in-out infinite;
  }
  @keyframes opacity-anim-0-1 {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #cm-rich-content .cm-features .cm-text-col {
    max-width: 500px;
    pointer-events: none;
  }
  #cm-rich-content .cm-features .cm-text-col .cm-title {
    width: 100%;
    text-align: center;
  }
  #cm-rich-content .cm-features .cm-text-col .cm-title::before {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cm-rich-content .cm-features .cm-text-col .cm-paragraph {
    text-align: center;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-features .cm-text-col .cm-ul {
    padding-left: 1em;
  }
  #cm-rich-content .cm-features .cm-text-col .cm-ul .cm-li::before {
    left: -1.125em;
    width: 12px;
    height: 12px;
  }
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-features .cm-text-col .cm-title {
    font-size: 1.5em;
  }
  #cm-rich-content .cm-features .cm-text-col .cm-ul {
    padding-left: 0.75em;
  }
  #cm-rich-content .cm-features .cm-text-col .cm-ul .cm-li::before {
    left: -1.25em;
  }
}
#cm-rich-content .cm-hotspot-title {
  padding-top: 4em;
}
#cm-rich-content .cm-hotspot-title > .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  padding-bottom: 0.5em;
  margin: 0 auto;
  text-align: center;
}
#cm-rich-content .cm-hotspot-title > .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #F8B788;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-hotspot-section {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 4em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section {
    padding-bottom: 2em;
    background-position: center 20%;
    overflow: hidden;
  }
}
#cm-rich-content .cm-hotspot-section .cm-input {
  display: none;
}
#cm-rich-content .cm-hotspot-section .cm-input:checked ~ .cm-switch-box .cm-sliding-button {
  transform: translateX(calc(100% - 11px));
}
#cm-rich-content .cm-hotspot-section .cm-input:checked + .cm-hotspot-box {
  opacity: 0;
  visibility: hidden;
}
#cm-rich-content .cm-hotspot-section .cm-input:checked + .cm-hotspot-box + .cm-hotspot-box {
  display: block;
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5%;
  margin-bottom: 2em;
  text-align: center;
  display: block;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box + .cm-hotspot-box {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  width: auto;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-img {
  position: absolute;
  top: 0%;
  left: 0;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
  left: 53%;
  top: 5%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
  left: calc(53% + 20px);
  top: calc(5% + 20px);
  transform: translate(-50%, 40px);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 43%;
  top: 5%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
  left: calc(43% + 20px);
  top: calc(5% + 20px);
  transform: translate(-50%, 40px);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
  left: 48%;
  top: 5%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
  left: calc(48% + 20px);
  top: calc(5% + 20px);
  transform: translate(-50%, 40px);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 30%;
  top: 55%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
  left: calc(30% + 60px);
  top: calc(55% + 20px);
  transform: translate(0, -50%);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) {
  left: 48%;
  top: 75%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) + .cm-content {
  left: calc(48% + 60px);
  top: calc(75% + 20px);
  transform: translate(0, -50%);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse {
  position: relative;
  width: 100%;
  height: 100%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  animation: pulse 1.2s linear infinite;
  top: 0;
  left: 0;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after {
  animation-delay: 0.3s;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-pulse::before {
  animation: none;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:hover + .cm-content {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box {
    margin: 50px 0 170px;
    width: 100%;
    left: 0;
    padding: 0 2em;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 35px;
    height: 35px;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content {
    text-align: center;
    width: 150px;
    left: 50% !important;
    bottom: -75px !important;
    transform: translate(-50%, 50%) !important;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #F8B788;
  }
  100% {
    box-shadow: 0 0 0 32px rgba(248, 183, 136, 0);
  }
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #F8B788;
  }
  100% {
    box-shadow: 0 0 0 16px rgba(248, 183, 136, 0);
  }
}
@keyframes pulse-rwd {
  0% {
    box-shadow: 0 0 0 0 #F8B788;
  }
  100% {
    box-shadow: 0 0 0 12px rgba(248, 183, 136, 0);
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    animation-name: pulse2;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    animation-name: pulse-rwd;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(2) {
  left: 48%;
  top: 80%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(2) + .cm-content {
  left: calc(48% + 60px);
  top: calc(80% + 20px);
  transform: translate(0, -50%);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(4) {
  left: 52%;
  top: 18%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(4) + .cm-content {
  left: calc(52% + 20px);
  top: calc(18% + 20px);
  transform: translate(-50%, 40px);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(6) {
  left: 34%;
  top: 35%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(6) + .cm-content {
  left: calc(34% - 20px);
  top: calc(35% + 20px);
  transform: translate(-100%, -50%);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(8) {
  left: 29%;
  top: 45%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(8) + .cm-content {
  left: calc(29% + 60px);
  top: calc(45% + 20px);
  transform: translate(0, -50%);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(10) {
  left: 19%;
  top: 55%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(10) + .cm-content {
  left: calc(19% + 60px);
  top: calc(55% + 20px);
  transform: translate(0%, -50%);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(12) {
  left: 12%;
  top: 35%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(12) + .cm-content {
  left: calc(12% + 20px);
  top: calc(35% - 20px);
  transform: translate(-50%, -100%);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(14) {
  left: 21%;
  top: 24%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(14) + .cm-content {
  left: calc(21% + 20px);
  top: calc(24% - 20px);
  transform: translate(-50%, -100%);
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box {
    padding: 0 1em;
    width: 115%;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 {
    left: 50%;
    transform: translateX(-50%);
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 30px;
    height: 30px;
  }
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 25px;
    height: 25px;
  }
}
#cm-rich-content .cm-hotspot-section .cm-switch-box {
  max-width: 300px;
  width: 100%;
  max-height: 56px;
  border-radius: 99999px;
  background-color: #2b2a29;
  border: 3px solid #fff;
  display: flex;
  justify-content: flex-start;
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-switch-box {
    max-width: 250px;
  }
}
#cm-rich-content .cm-hotspot-section .cm-switch-box .cm-sliding-button {
  transition: 0.3s ease-in-out;
  transform: translateX(-1px);
  max-width: 50%;
  width: 100%;
  height: 50px;
  color: #fff;
  border-radius: 99999px;
  background-color: #F8B788;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  margin-top: -3px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#cm-rich-content .cm-slider {
  position: relative;
  padding: 2em 0 3em;
}
#cm-rich-content .cm-slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background-color: #f3f3f3;
  bottom: 0;
}
#cm-rich-content .cm-slider > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2em;
  padding: 0.5em 0.5em 1.5em;
  margin: 0 auto;
  font-weight: 600;
  max-width: 700px;
}
#cm-rich-content .cm-slider > .cm-title::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #F8B788;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
}
#cm-rich-content .cm-slider .cm-slider-box {
  position: relative;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-slider .cm-slider-box {
    width: 520px;
    margin: 0 auto;
    max-width: 100%;
  }
}
#cm-rich-content .cm-slider .cm-slider-box .cm-slides {
  position: relative;
  display: flex;
  align-items: center;
  max-width: calc(100% - 130px);
  width: 100%;
  overflow: hidden;
  scrollbar-width: none;
  margin: 0 auto;
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-slider .cm-slider-box .cm-slides {
    max-width: calc(100% - 100px);
  }
}
#cm-rich-content .cm-slider .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
#cm-rich-content .cm-slider .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  cursor: pointer;
}
#cm-rich-content .cm-slider .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%) scaleX(-1);
}
#cm-rich-content .cm-slider .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  cursor: pointer;
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-slider .cm-slider-box .cm-arrow-right, #cm-rich-content .cm-slider .cm-slider-box .cm-arrow-left {
    width: 45px;
    height: 45px;
  }
  #cm-rich-content .cm-slider .cm-slider-box .cm-arrow-right .cm-label, #cm-rich-content .cm-slider .cm-slider-box .cm-arrow-left .cm-label {
    width: 45px;
    height: 45px;
  }
}
#cm-rich-content .cm-slider .cm-input {
  display: none;
}
#cm-rich-content .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(2), #cm-rich-content .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(2) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(6), #cm-rich-content .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(6) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-front-1;
}
#cm-rich-content .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-back-1;
}
@keyframes animation-front-1 {
  from {
    translate: -500%;
  }
  to {
    translate: -600%;
  }
}
@keyframes animation-back-1 {
  from {
    translate: -100%;
  }
  to {
    translate: 0%;
  }
}
#cm-rich-content .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(3), #cm-rich-content .cm-slider .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(3) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(1), #cm-rich-content .cm-slider .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(1) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-front-2;
}
#cm-rich-content .cm-slider .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-back-2;
}
@keyframes animation-front-2 {
  from {
    translate: 0%;
  }
  to {
    translate: -100%;
  }
}
@keyframes animation-back-2 {
  from {
    translate: -200%;
  }
  to {
    translate: -100%;
  }
}
#cm-rich-content .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(4), #cm-rich-content .cm-slider .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(4) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(2), #cm-rich-content .cm-slider .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(2) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-front-3;
}
#cm-rich-content .cm-slider .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-back-3;
}
@keyframes animation-front-3 {
  from {
    translate: -100%;
  }
  to {
    translate: -200%;
  }
}
@keyframes animation-back-3 {
  from {
    translate: -300%;
  }
  to {
    translate: -200%;
  }
}
#cm-rich-content .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(5), #cm-rich-content .cm-slider .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(5) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(3), #cm-rich-content .cm-slider .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(3) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-front-4;
}
#cm-rich-content .cm-slider .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-back-4;
}
@keyframes animation-front-4 {
  from {
    translate: -200%;
  }
  to {
    translate: -300%;
  }
}
@keyframes animation-back-4 {
  from {
    translate: -400%;
  }
  to {
    translate: -300%;
  }
}
#cm-rich-content .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(6), #cm-rich-content .cm-slider .cm-input:nth-child(11):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(6) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(4), #cm-rich-content .cm-slider .cm-input:nth-child(11):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(4) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-front-5;
}
#cm-rich-content .cm-slider .cm-input:nth-child(11):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-back-5;
}
@keyframes animation-front-5 {
  from {
    translate: -300%;
  }
  to {
    translate: -400%;
  }
}
@keyframes animation-back-5 {
  from {
    translate: -500%;
  }
  to {
    translate: -400%;
  }
}
#cm-rich-content .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(1), #cm-rich-content .cm-slider .cm-input:nth-child(12):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(1) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(5), #cm-rich-content .cm-slider .cm-input:nth-child(12):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(5) {
  display: block;
}
#cm-rich-content .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-front-6;
}
#cm-rich-content .cm-slider .cm-input:nth-child(12):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-back-6;
}
@keyframes animation-front-6 {
  from {
    translate: -400%;
  }
  to {
    translate: -500%;
  }
}
@keyframes animation-back-6 {
  from {
    translate: -600%;
  }
  to {
    translate: -500%;
  }
}
#cm-rich-content .cm-slider .cm-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: calc(100% / 3);
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  transition: 0.3s ease-in-out;
  padding: 1em;
  position: relative;
  animation: animation-front-1 0.3s ease-in-out 1 forwards;
}
#cm-rich-content .cm-slider .cm-slide img {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
}
#cm-rich-content .cm-slider .cm-slide .cm-absolute-image {
  position: absolute;
  max-width: calc(100% - 2em);
  top: 1em;
  left: 1em;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-slider .cm-slide::before, #cm-rich-content .cm-slider .cm-slide::after {
  content: "";
  position: absolute;
  width: 33.3333333333%;
  aspect-ratio: 1/1;
  background-color: #F8B788;
  transition: 0.3s ease-in-out;
  display: block;
}
#cm-rich-content .cm-slider .cm-slide::before {
  left: 0.5em;
  top: 0.5em;
}
#cm-rich-content .cm-slider .cm-slide::after {
  right: 0.5em;
  bottom: 0.5em;
}
#cm-rich-content .cm-slider .cm-slide .cm-container {
  position: absolute;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  left: 1em;
  bottom: 1em;
  z-index: 3;
  overflow: hidden;
}
#cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  font-size: 1.25em;
  padding: 1em 0.5em;
  color: #fff;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
@container main (max-width: 1000px) {
  #cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
    font-size: 1.125em;
  }
  @container main (max-width: 400px) {
    #cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
      font-size: 1em;
    }
  }
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
    font-size: 13px;
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
    font-size: 1.25em;
  }
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
    font-size: 1em;
  }
}
#cm-rich-content .cm-slider .cm-slide:hover .cm-absolute-image {
  opacity: 1;
}
#cm-rich-content .cm-slider .cm-slide:hover .cm-container .cm-content {
  opacity: 0;
  transform: translateX(100%);
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-slider .cm-slide {
    width: 100%;
  }
}
#cm-rich-content .cm-switch {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 4em;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
}
#cm-rich-content .cm-switch .cm-input {
  display: none;
}
#cm-rich-content .cm-switch .cm-input:checked ~ .cm-switch-box .cm-sliding-button {
  transform: translateX(calc(100% - 11px));
}
#cm-rich-content .cm-switch .cm-input:checked + .cm-hotspot-box {
  opacity: 0;
  visibility: hidden;
}
#cm-rich-content .cm-switch .cm-input:checked + .cm-hotspot-box + .cm-hotspot-box {
  display: block;
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-switch .cm-hotspot-box {
  position: relative;
  width: 90%;
  margin-top: 5%;
  margin-bottom: 4em;
  text-align: center;
  display: block;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-switch .cm-hotspot-box + .cm-hotspot-box {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
#cm-rich-content .cm-switch .cm-switch-box {
  max-width: 300px;
  width: 100%;
  max-height: 56px;
  border-radius: 99999px;
  background-color: #2b2a29;
  border: 3px solid #fff;
  display: flex;
  justify-content: flex-start;
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-switch .cm-switch-box {
    max-width: 250px;
  }
}
#cm-rich-content .cm-switch .cm-switch-box .cm-sliding-button {
  transition: 0.3s ease-in-out;
  transform: translateX(-1px);
  max-width: 50%;
  width: 100%;
  height: 50px;
  color: #fff;
  border-radius: 99999px;
  background-color: #F8B788;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  margin-top: -3px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#cm-rich-content .cm-specs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 3em 0;
}
#cm-rich-content .cm-specs .cm-list-col {
  max-width: 53%;
  width: 100%;
  padding: 1em 2em 1em 1em;
}
#cm-rich-content .cm-specs .cm-list-col .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5em;
}
#cm-rich-content .cm-specs .cm-list-col .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #F8B788;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-specs .cm-list-col input {
  display: none;
}
#cm-rich-content .cm-specs .cm-list-col input:checked + .cm-ul {
  max-height: 1000px;
}
#cm-rich-content .cm-specs .cm-list-col input:checked + .cm-ul::after {
  opacity: 0;
}
#cm-rich-content .cm-specs .cm-list-col input:checked + .cm-ul + .cm-label::before {
  content: "Zwiń";
}
#cm-rich-content .cm-specs .cm-list-col .cm-ul {
  list-style: none;
  padding-left: 2em;
  overflow: hidden;
  max-height: 415px;
  transition: 0.3s ease-in-out;
  position: relative;
}
@container main (max-width: 900px) {
  #cm-rich-content .cm-specs .cm-list-col .cm-ul {
    max-height: 335px;
  }
}
#cm-rich-content .cm-specs .cm-list-col .cm-ul + .cm-label::before {
  content: "Rozwiń";
  font-size: 1.25em;
  color: #F8B788;
  cursor: pointer;
}
#cm-rich-content .cm-specs .cm-list-col .cm-ul:has(+ label.cm-label)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3em;
  bottom: 0;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(to top, #f3f3f3, rgba(243, 243, 243, 0));
}
#cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li {
  font-size: 1.125em;
  margin: 0.5em auto;
  position: relative;
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li {
    font-size: 1em;
  }
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li {
    font-size: 1em;
  }
}
#cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li::before {
  content: "";
  background-color: #F8B788;
  position: absolute;
  left: -1.25em;
  top: 0.665em;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
#cm-rich-content .cm-specs .cm-list-col:hover .cm-title::before {
  width: 100%;
}
#cm-rich-content .cm-specs .cm-image-col {
  width: 533px;
  max-width: 48%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  padding: 1em;
  align-self: flex-start;
}
#cm-rich-content .cm-specs .cm-image-col .cm-image {
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-specs .cm-image-col .cm-absolute-img {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-specs .cm-image-col::before, #cm-rich-content .cm-specs .cm-image-col::after {
  content: "";
  position: absolute;
  width: 33.3333333333%;
  height: 33.3333333333%;
  background-color: #F8B788;
  transition: 0.3s ease-in-out;
  display: block;
}
#cm-rich-content .cm-specs .cm-image-col::before {
  left: 0.5em;
  top: 0.5em;
}
#cm-rich-content .cm-specs .cm-image-col::after {
  right: 0.5em;
  bottom: 0.5em;
}
#cm-rich-content .cm-specs .cm-image-col .cm-image {
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
}
#cm-rich-content .cm-specs .cm-image-col:hover .cm-image {
  scale: 0.95;
}
#cm-rich-content .cm-specs .cm-image-col:hover .cm-absolute-img {
  scale: 0.95;
  opacity: 1;
}
#cm-rich-content .cm-specs .cm-image-col:hover::before {
  top: calc(66.6666666667% - 0.5em);
}
#cm-rich-content .cm-specs .cm-image-col:hover::after {
  bottom: calc(66.6666666667% - 0.5em);
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-specs {
    flex-flow: column;
    row-gap: 2em;
  }
  #cm-rich-content .cm-specs .cm-image-col {
    pointer-events: none;
    align-self: center;
    max-width: 400px;
    width: calc(100% - 50px);
  }
  #cm-rich-content .cm-specs .cm-image-col::before {
    animation: top-left-down 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-specs .cm-image-col::after {
    animation: bottom-right-up 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-specs .cm-list-col {
    max-width: 500px;
    pointer-events: none;
    padding: 1em;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-title {
    margin: 0 auto;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-title::before {
    width: 100%;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-ul {
    padding-left: 1.75em;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li::before {
    left: -1.25em;
  }
  @container main (max-width: 400px) {
    #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li::before {
      left: -1.1111111111em;
    }
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-label {
    pointer-events: all;
    display: block;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-specs .cm-list-col {
    padding-left: 0;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-ul {
    padding-left: 2em;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li::before {
    left: -1.125em;
    width: 12px;
    height: 12px;
  }
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-specs .cm-list-col .cm-ul {
    padding-left: 1.75em;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li::before {
    left: -1.25em;
  }
}
#cm-rich-content .cm-contains {
  position: relative;
  padding: 2em 0 3em;
}
#cm-rich-content .cm-contains .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 0 0.25em;
  padding-bottom: 0.5em;
}
#cm-rich-content .cm-contains .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #F8B788;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-contains .cm-slider-box {
  position: relative;
  margin-top: 5em;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-contains .cm-slider-box {
    width: 450px;
    margin: 3em auto 0;
    max-width: 100%;
  }
}
#cm-rich-content .cm-contains .cm-slider-box .cm-slides {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: calc(100% - 130px);
  min-width: 680px;
  width: 100%;
  overflow: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
}
#cm-rich-content .cm-contains .cm-slider-box .cm-slides.cm-names {
  align-items: flex-start;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-contains .cm-slider-box .cm-slides {
    max-width: calc(100% - 100px);
    min-width: auto;
  }
}
#cm-rich-content .cm-contains .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
#cm-rich-content .cm-contains .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#cm-rich-content .cm-contains .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%) scaleX(-1);
}
#cm-rich-content .cm-contains .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#cm-rich-content .cm-contains .cm-slider-box .cm-arrow-left,
#cm-rich-content .cm-contains .cm-slider-box .cm-arrow-right {
  display: block;
}
#cm-rich-content .cm-contains .cm-input {
  display: none;
}
#cm-rich-content .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(2), #cm-rich-content .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(2) {
  display: block;
}
#cm-rich-content .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(3), #cm-rich-content .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(3) {
  display: block;
}
#cm-rich-content .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-front-contains-1;
}
#cm-rich-content .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-back-contains-1;
}
@keyframes animation-front-contains-1 {
  from {
    translate: -200%;
  }
  to {
    translate: -300%;
  }
}
@keyframes animation-back-contains-1 {
  from {
    translate: -100%;
  }
  to {
    translate: 0%;
  }
}
#cm-rich-content .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(3), #cm-rich-content .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(3) {
  display: block;
}
#cm-rich-content .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(1), #cm-rich-content .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(1) {
  display: block;
}
#cm-rich-content .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-front-contains-2;
}
#cm-rich-content .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-back-contains-2;
}
@keyframes animation-front-contains-2 {
  from {
    translate: 0%;
  }
  to {
    translate: -100%;
  }
}
@keyframes animation-back-contains-2 {
  from {
    translate: -200%;
  }
  to {
    translate: -100%;
  }
}
#cm-rich-content .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(1), #cm-rich-content .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-of-type(1) {
  display: block;
}
#cm-rich-content .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(2), #cm-rich-content .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-of-type(2) {
  display: block;
}
#cm-rich-content .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-front-contains-3;
}
#cm-rich-content .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
  animation-name: animation-back-contains-3;
}
@keyframes animation-front-contains-3 {
  from {
    translate: -100%;
  }
  to {
    translate: -200%;
  }
}
@keyframes animation-back-contains-3 {
  from {
    translate: -300%;
  }
  to {
    translate: -200%;
  }
}
#cm-rich-content .cm-contains .cm-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 33.33%;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  padding: 0 0.5em;
  animation: animation-front-1 0.3s ease-in-out 1 forwards;
}
#cm-rich-content .cm-contains .cm-slide .cm-text {
  text-align: center;
  margin-top: 1.5em;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-contains .cm-slide {
    width: 100%;
  }
}
#cm-rich-content .cm-faq-section {
  position: relative;
  padding: 4em 2em 3em;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-faq-section {
    padding: 0 1.5em 3em;
  }
}
@container main (max-width: 600px) {
  #cm-rich-content .cm-faq-section {
    padding: 0 1em 1em 1em;
  }
}
#cm-rich-content .cm-faq-section > .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5em;
  margin: 0 auto;
  text-align: center;
}
#cm-rich-content .cm-faq-section > .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #F8B788;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-faq-section .cm-faq {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input {
  display: none;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row {
  background-color: #f3f3f3;
  position: relative;
  margin: 2em auto;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title {
  cursor: pointer;
  font-size: 1.125em;
  padding: 2em 1em 2em 10%;
  position: relative;
  display: block;
  font-weight: 600;
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title {
    font-size: 1em;
  }
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::after, #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 5%;
  top: 50%;
  background-color: #F8B788;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::after {
  transform: translate(-50%, -50%);
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s ease-in-out;
}
@container main (max-width: 600px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title {
    padding: 1em 1em 1em 40px;
  }
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::after, #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
    left: 20px;
  }
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-desc {
  transition: 0.3s ease-in-out;
  padding: 0 2em 0 10%;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
@container main (max-width: 600px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-desc {
    padding: 0 1em 0 40px;
  }
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(9) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(9) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(9) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(10) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(10) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(10) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(11) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(11) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(11) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(4):checked ~ .cm-row:nth-child(12) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(4):checked ~ .cm-row:nth-child(12) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(4):checked ~ .cm-row:nth-child(12) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(5):checked ~ .cm-row:nth-child(13) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(5):checked ~ .cm-row:nth-child(13) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(5):checked ~ .cm-row:nth-child(13) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(6):checked ~ .cm-row:nth-child(14) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(6):checked ~ .cm-row:nth-child(14) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(6):checked ~ .cm-row:nth-child(14) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(7):checked ~ .cm-row:nth-child(15) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(7):checked ~ .cm-row:nth-child(15) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(7):checked ~ .cm-row:nth-child(15) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(8):checked ~ .cm-row:nth-child(16) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(8):checked ~ .cm-row:nth-child(16) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(8):checked ~ .cm-row:nth-child(16) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row {
    margin: 1.25em auto;
  }
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::after, #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
    width: 16px;
    top: 1.665em;
  }
}
#cm-rich-content .cm-footer {
  background-color: #2b2a29;
  text-align: center;
  padding: 2em;
}