@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&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 */
.cm-card-data {
  display: none !important;
}

#cm-rich-content {
  container-type: inline-size;
  line-height: 1.33;
  font-size: 16px;
  font-family: "Poppins", Arial, sans-serif;
  -webkit-box-sizing: border-box;
          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: #141215;
  background-color: #fff;
}

@container(max-width: 900px) {
  #cm-rich-content .cm-main-div {
    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(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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cm-rich-content .cm-background-1 {
  background-repeat: no-repeat;
  background-position: center bottom;
}

#cm-rich-content .cm-features {
  background-repeat: no-repeat;
  background-position: right bottom;
}

@container(max-width: 700px) {
  #cm-rich-content .cm-background-1, #cm-rich-content .cm-features {
    background-size: cover;
  }
}

#cm-rich-content .cm-header {
  padding-top: 5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
}

#cm-rich-content .cm-header .cm-accent {
  position: absolute;
  top: calc(12em + 25%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

#cm-rich-content .cm-header .cm-logo-top {
  position: absolute;
  top: 2em;
  left: 2em;
  max-width: 301px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cm-rich-content .cm-header .cm-logo-top img {
  height: 100%;
}

#cm-rich-content .cm-header .cm-logo-top img:last-child {
  margin-top: .25em;
  width: 93.5%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#cm-rich-content .cm-header .cm-text-col {
  width: 100%;
  padding: 7em 2em 1em;
  position: relative;
}

#cm-rich-content .cm-header .cm-text-col .cm-title {
  font-size: 2.25em;
  width: 50%;
}

#cm-rich-content .cm-header .cm-text-col .cm-title strong {
  color: #2D9D94;
}

#cm-rich-content .cm-header .cm-text-col .cm-line {
  max-width: 220px;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 2em;
}

#cm-rich-content .cm-header .cm-text-col .cm-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2em;
  font-size: 1.25em;
  width: 50%;
}

#cm-rich-content .cm-header .cm-text-col .cm-icon .cm-image {
  padding-right: 1em;
}

#cm-rich-content .cm-header .cm-text-col .cm-capacity {
  font-size: 1.75em;
  margin-top: 1em;
  width: 50%;
}

#cm-rich-content .cm-header .cm-text-col .cm-bottom {
  font-size: 2.5em;
  color: #2D9D94;
  text-transform: uppercase;
  margin-top: 1em;
  width: 55%;
}

#cm-rich-content .cm-header .cm-text-col .cm-bottom br:nth-child(1) {
  display: none !important;
}

#cm-rich-content .cm-header .cm-text-col .cm-image-col {
  width: 50%;
  position: absolute;
  right: 0;
  top: -5em;
  text-align: center;
}

@container(max-width: 900px) {
  #cm-rich-content .cm-header {
    min-height: 600px;
  }
  #cm-rich-content .cm-header .cm-text-col {
    padding-bottom: 2.25em;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-bottom {
    width: 55%;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-image-col {
    top: calc(50% - 3em);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@container(max-width: 800px) {
  #cm-rich-content .cm-header .cm-logo-top {
    max-width: 250px;
  }
}

@container(max-width: 700px) {
  #cm-rich-content .cm-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em .875em;
  }
  #cm-rich-content .cm-header .cm-accent {
    left: 50%;
    top: 65%;
  }
  #cm-rich-content .cm-header .cm-logo-top {
    position: static;
    margin: 0 auto;
  }
  #cm-rich-content .cm-header .cm-text-col {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2em 0 0 0;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-title {
    width: 100%;
    max-width: 450px;
    text-align: center;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 1em;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-capacity {
    text-align: center;
    margin-top: .5em;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-image-col {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 1em;
    max-width: 90%;
    width: 450px;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-bottom {
    width: 100%;
    text-align: center;
    font-size: 1.75em;
    margin-top: .5em;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-bottom br {
    display: unset !important;
  }
}

@container(max-width: 400px) {
  #cm-rich-content .cm-header .cm-logo-top {
    max-width: 180px;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-title {
    font-size: 2em;
  }
}

#cm-rich-content .cm-header-serp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3em;
}

#cm-rich-content .cm-header-serp .cm-video-col {
  max-width: 50%;
  width: 100%;
  padding-left: 2em;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
}

#cm-rich-content .cm-header-serp .cm-text-col {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 2em;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

#cm-rich-content .cm-header-serp .cm-text-col::before {
  right: 0;
  content: "";
  display: block !important;
  background-color: #2D9D94;
  position: absolute;
  width: 120%;
  height: 100%;
}

#cm-rich-content .cm-header-serp .cm-text-col .cm-title {
  font-size: 2em;
  position: relative;
}

#cm-rich-content .cm-header-serp .cm-text-col .cm-line {
  max-width: 220px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
}

#cm-rich-content .cm-header-serp .cm-text-col .cm-text {
  font-size: 1.125em;
  position: relative;
}

#cm-rich-content .cm-header-serp .cm-text-col .cm-ol {
  position: relative;
  padding-left: 2.5em;
}

#cm-rich-content .cm-header-serp .cm-text-col .cm-ol .cm-li {
  font-size: 1.125em;
}

#cm-rich-content .cm-header-serp .cm-text-col .cm-ol .cm-li::marker {
  font-size: 1.375em;
}

@container(max-width: 700px) {
  #cm-rich-content .cm-header-serp {
    -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;
    padding-bottom: 1em;
    padding-top: 1.5em;
  }
  #cm-rich-content .cm-header-serp .cm-video-col {
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 450px;
    width: calc(100% - 2em);
    padding: 0 !important;
    margin-bottom: -4.5em;
  }
  #cm-rich-content .cm-header-serp .cm-text-col {
    max-width: 550px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6em 1em 2em;
  }
  #cm-rich-content .cm-header-serp .cm-text-col::before {
    width: 100%;
    top: 0;
  }
  #cm-rich-content .cm-header-serp .cm-text-col .cm-title {
    text-align: center;
    font-size: 1.75em;
  }
  #cm-rich-content .cm-header-serp .cm-text-col .cm-text {
    text-align: center;
  }
}

#cm-rich-content .cm-boxes {
  padding: 3em 2em;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 5em;
}

#cm-rich-content .cm-boxes .cm-box {
  max-width: 48%;
  width: 500px;
  position: relative;
}

#cm-rich-content .cm-boxes .cm-box .cm-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
}

#cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-icon-image {
  max-width: 140px;
  width: 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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #f7f7f7;
  position: relative;
}

#cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-icon-image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #2D9D94;
}

#cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-icon-image .cm-image {
  position: relative;
  padding: 10px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-icon-image .cm-hover {
  position: absolute;
  padding: 10px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-title {
  padding: 0.25em .5em;
  font-size: 1.125em;
  font-weight: 600;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-arrow {
  -webkit-box-flex: 20px;
      -ms-flex: 20px 0 0px;
          flex: 20px 0 0;
}

#cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-arrow .cm-image {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-boxes .cm-box .cm-content {
  background-color: #fff;
  padding: .75em 1em;
  position: absolute;
  z-index: 1;
  line-height: 1.6;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-boxes .cm-box:hover .cm-header-text .cm-icon-image::before {
  width: 100%;
}

#cm-rich-content .cm-boxes .cm-box:hover .cm-header-text .cm-icon-image .cm-image {
  opacity: 0;
}

#cm-rich-content .cm-boxes .cm-box:hover .cm-header-text .cm-icon-image .cm-hover {
  opacity: 1;
}

#cm-rich-content .cm-boxes .cm-box:hover .cm-header-text .cm-arrow .cm-image {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#cm-rich-content .cm-boxes .cm-box:hover .cm-content {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@container(max-width: 700px) {
  #cm-rich-content .cm-boxes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 2em;
  }
  #cm-rich-content .cm-boxes .cm-box {
    max-width: 100%;
    pointer-events: none;
    background-color: #f7f7f7;
  }
  #cm-rich-content .cm-boxes .cm-box .cm-header-text {
    min-height: 90px;
  }
  #cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-icon-image::before {
    width: 100%;
  }
  #cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-icon-image .cm-image {
    opacity: 0;
  }
  #cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-icon-image .cm-hover {
    opacity: 1;
  }
  #cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-arrow {
    -ms-flex-preferred-size: 25px;
        flex-basis: 25px;
    padding-right: 5px;
  }
  #cm-rich-content .cm-boxes .cm-box .cm-content {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: #f7f7f7;
    padding: .75em;
  }
}

@container(max-width: 500px) {
  #cm-rich-content .cm-boxes {
    padding: 2em 1em;
  }
}

@container(max-width: 400px) {
  #cm-rich-content .cm-boxes .cm-box .cm-header-text .cm-icon-image {
    width: 40%;
  }
}

#cm-rich-content .cm-features {
  padding: 2em;
}

#cm-rich-content .cm-features .cm-title {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#cm-rich-content .cm-features .cm-title::before {
  content: "";
  display: block !important;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #2D9D94;
  bottom: 0;
}

#cm-rich-content .cm-features .cm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3em;
}

#cm-rich-content .cm-features .cm-flex .cm-image-col {
  max-width: 50%;
  width: 100%;
}

#cm-rich-content .cm-features .cm-flex .cm-list-col {
  max-width: 50%;
  width: 100%;
  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;
}

#cm-rich-content .cm-features .cm-flex .cm-list-col .cm-ul {
  max-width: 450px;
}

#cm-rich-content .cm-features .cm-flex .cm-list-col .cm-ul .cm-li {
  font-size: 1.25em;
  list-style: none;
  margin: 1.25em auto;
  position: relative;
  font-weight: 600;
  color: #393535;
}

#cm-rich-content .cm-features .cm-flex .cm-list-col .cm-ul .cm-li::before {
  content: "";
  position: absolute;
  display: block !important;
  width: 18px;
  height: 18px;
  background-color: #2D9D94;
  left: -30px;
  top: calc(1.275em / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 6px 0 #2D9D94;
          box-shadow: 0 3px 6px 0 #2D9D94;
}

@container(max-width: 700px) {
  #cm-rich-content .cm-features {
    padding: 2em 1em;
  }
  #cm-rich-content .cm-features .cm-title {
    font-size: 1.75em;
    margin: 0 auto;
    text-align: center;
  }
  #cm-rich-content .cm-features .cm-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;
  }
  #cm-rich-content .cm-features .cm-flex .cm-image-col {
    max-width: 75%;
    width: 300px;
  }
  #cm-rich-content .cm-features .cm-flex .cm-list-col {
    max-width: 100%;
    width: 400px;
  }
}

#cm-rich-content .cm-serps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 3em;
}

#cm-rich-content .cm-serps .cm-serp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#cm-rich-content .cm-serps .cm-serp:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

#cm-rich-content .cm-serps .cm-serp:nth-child(2n+1) .cm-video-col {
  padding-left: unset;
  padding-right: 2em;
}

#cm-rich-content .cm-serps .cm-serp:nth-child(2n+1) .cm-text-col::before {
  left: 0;
  right: unset;
}

#cm-rich-content .cm-serps .cm-serp:nth-child(2n+1) .cm-text-col .cm-line {
  max-width: 490px;
}

#cm-rich-content .cm-serps .cm-serp .cm-video-col {
  max-width: 50%;
  width: 100%;
  padding-left: 2em;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
}

#cm-rich-content .cm-serps .cm-serp .cm-text-col {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 2em;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

#cm-rich-content .cm-serps .cm-serp .cm-text-col::before {
  right: 0;
  content: "";
  display: block !important;
  background-color: #2D9D94;
  position: absolute;
  width: 120%;
  height: 100%;
}

#cm-rich-content .cm-serps .cm-serp .cm-text-col .cm-title {
  font-size: 2em;
  position: relative;
}

#cm-rich-content .cm-serps .cm-serp .cm-text-col .cm-line {
  max-width: 220px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
}

#cm-rich-content .cm-serps .cm-serp .cm-text-col .cm-text {
  font-size: 1.125em;
  position: relative;
}

@container(max-width: 700px) {
  #cm-rich-content .cm-serps {
    row-gap: 1em;
  }
  #cm-rich-content .cm-serps .cm-serp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #cm-rich-content .cm-serps .cm-serp .cm-video-col {
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 450px;
    width: calc(100% - 2em);
    padding: 0 !important;
    margin-bottom: -4.5em;
  }
  #cm-rich-content .cm-serps .cm-serp .cm-text-col {
    max-width: 550px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6em 1em 2em;
  }
  #cm-rich-content .cm-serps .cm-serp .cm-text-col::before {
    width: 100%;
    top: 0;
  }
  #cm-rich-content .cm-serps .cm-serp .cm-text-col .cm-title {
    font-size: 1.75em;
    text-align: center;
  }
  #cm-rich-content .cm-serps .cm-serp .cm-text-col .cm-text {
    text-align: center;
  }
}

#cm-rich-content .cm-research {
  padding: 3em 2em 0;
}

#cm-rich-content .cm-research .cm-title {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#cm-rich-content .cm-research .cm-title::before {
  content: "";
  display: block !important;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #2D9D94;
  bottom: 0;
}

#cm-rich-content .cm-research .cm-flex {
  padding: 3em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#cm-rich-content .cm-research .cm-flex .cm-item {
  max-width: 32%;
  width: 400px;
  position: relative;
  padding: 2em 1em 1em;
  min-height: 250px;
}

#cm-rich-content .cm-research .cm-flex .cm-item .cm-background {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-research .cm-flex .cm-item .cm-top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#cm-rich-content .cm-research .cm-flex .cm-item .cm-top-text .cm-swap {
  padding-right: 1em;
  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;
}

#cm-rich-content .cm-research .cm-flex .cm-item .cm-top-text .cm-swap .cm-image {
  position: absolute;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-research .cm-flex .cm-item .cm-top-text .cm-number {
  font-weight: 600;
  font-size: 70px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-research .cm-flex .cm-item .cm-top-text .cm-number .cm-percentage {
  font-size: 40px;
  color: #2D9D94;
  font-weight: 400;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-research .cm-flex .cm-item .cm-bottom-text {
  font-size: 1.125em;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-research .cm-flex .cm-item:hover .cm-background {
  opacity: 1;
}

#cm-rich-content .cm-research .cm-flex .cm-item:hover .cm-top-text {
  color: #fff;
  text-shadow: 0px 3px 4px #0000008C;
}

#cm-rich-content .cm-research .cm-flex .cm-item:hover .cm-top-text .cm-percentage {
  color: #fff;
  text-shadow: 0px 3px 4px #0000008C;
}

#cm-rich-content .cm-research .cm-flex .cm-item:hover .cm-top-text .cm-image {
  opacity: 1;
}

#cm-rich-content .cm-research .cm-flex .cm-item:hover .cm-bottom-text {
  color: #fff;
  text-shadow: 0px 3px 4px #0000008C;
}

#cm-rich-content .cm-research .cm-text-banner {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: .5em;
          column-gap: .5em;
  text-align: center;
  font-size: 1.125em;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cm-rich-content .cm-research .cm-text-banner .cm-side {
  color: #2D9D94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@container(max-width: 800px) {
  #cm-rich-content .cm-research {
    pointer-events: none;
    padding: 1em 1em 2em;
  }
  #cm-rich-content .cm-research .cm-title {
    margin: 0 auto;
    text-align: center;
    font-size: 1.75em;
  }
  #cm-rich-content .cm-research .cm-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item {
    max-width: 500px;
    width: 100%;
    padding: 1.5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(1) .cm-background {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: image-anim 9s ease-in-out 0s infinite;
            animation: image-anim 9s ease-in-out 0s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(1) .cm-top-text .cm-number {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-anim 9s ease-in-out 0s infinite;
            animation: text-anim 9s ease-in-out 0s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(1) .cm-top-text .cm-percentage {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-orange-anim 9s ease-in-out 0s infinite;
            animation: text-orange-anim 9s ease-in-out 0s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(1) .cm-top-text .cm-swap .cm-image {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: image-anim 9s ease-in-out 0s infinite;
            animation: image-anim 9s ease-in-out 0s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(1) .cm-bottom-text {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-anim 9s ease-in-out 0s infinite;
            animation: text-anim 9s ease-in-out 0s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(2) .cm-background {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: image-anim 9s ease-in-out 3s infinite;
            animation: image-anim 9s ease-in-out 3s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(2) .cm-top-text .cm-number {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-anim 9s ease-in-out 3s infinite;
            animation: text-anim 9s ease-in-out 3s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(2) .cm-top-text .cm-percentage {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-orange-anim 9s ease-in-out 3s infinite;
            animation: text-orange-anim 9s ease-in-out 3s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(2) .cm-top-text .cm-swap .cm-image {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: image-anim 9s ease-in-out 3s infinite;
            animation: image-anim 9s ease-in-out 3s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(2) .cm-bottom-text {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-anim 9s ease-in-out 3s infinite;
            animation: text-anim 9s ease-in-out 3s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(3) .cm-background {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: image-anim 9s ease-in-out 6s infinite;
            animation: image-anim 9s ease-in-out 6s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(3) .cm-top-text .cm-number {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-anim 9s ease-in-out 6s infinite;
            animation: text-anim 9s ease-in-out 6s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(3) .cm-top-text .cm-percentage {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-orange-anim 9s ease-in-out 6s infinite;
            animation: text-orange-anim 9s ease-in-out 6s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(3) .cm-top-text .cm-swap .cm-image {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: image-anim 9s ease-in-out 6s infinite;
            animation: image-anim 9s ease-in-out 6s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(3) .cm-bottom-text {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-anim 9s ease-in-out 6s infinite;
            animation: text-anim 9s ease-in-out 6s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(4) .cm-background {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: image-anim 9s ease-in-out 9s infinite;
            animation: image-anim 9s ease-in-out 9s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(4) .cm-top-text .cm-number {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-anim 9s ease-in-out 9s infinite;
            animation: text-anim 9s ease-in-out 9s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(4) .cm-top-text .cm-percentage {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-orange-anim 9s ease-in-out 9s infinite;
            animation: text-orange-anim 9s ease-in-out 9s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(4) .cm-top-text .cm-swap .cm-image {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: image-anim 9s ease-in-out 9s infinite;
            animation: image-anim 9s ease-in-out 9s infinite;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item:nth-child(4) .cm-bottom-text {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: text-anim 9s ease-in-out 9s infinite;
            animation: text-anim 9s ease-in-out 9s infinite;
  }
}

@container(max-width: 500px) {
  #cm-rich-content .cm-research {
    padding-top: 0;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item .cm-top-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #cm-rich-content .cm-research .cm-flex .cm-item .cm-bottom-text {
    text-align: center;
  }
}

@-webkit-keyframes image-anim {
  0% {
    opacity: 0;
  }
  16.66667% {
    opacity: 1;
  }
  33.33333% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes image-anim {
  0% {
    opacity: 0;
  }
  16.66667% {
    opacity: 1;
  }
  33.33333% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes text-anim {
  0% {
    color: #000;
    text-shadow: none;
  }
  16.66667% {
    color: #fff;
    text-shadow: 0px 3px 4px #0000008C;
  }
  33.33333% {
    color: #fff;
    text-shadow: 0px 3px 4px #0000008C;
  }
  50% {
    color: #000;
    text-shadow: none;
  }
}

@keyframes text-anim {
  0% {
    color: #000;
    text-shadow: none;
  }
  16.66667% {
    color: #fff;
    text-shadow: 0px 3px 4px #0000008C;
  }
  33.33333% {
    color: #fff;
    text-shadow: 0px 3px 4px #0000008C;
  }
  50% {
    color: #000;
    text-shadow: none;
  }
}

@-webkit-keyframes text-orange-anim {
  0% {
    color: #2D9D94;
    text-shadow: none;
  }
  16.66667% {
    color: #fff;
    text-shadow: 0px 3px 4px #0000008C;
  }
  33.33333% {
    color: #fff;
    text-shadow: 0px 3px 4px #0000008C;
  }
  50% {
    color: #2D9D94;
    text-shadow: none;
  }
}

@keyframes text-orange-anim {
  0% {
    color: #2D9D94;
    text-shadow: none;
  }
  16.66667% {
    color: #fff;
    text-shadow: 0px 3px 4px #0000008C;
  }
  33.33333% {
    color: #fff;
    text-shadow: 0px 3px 4px #0000008C;
  }
  50% {
    color: #2D9D94;
    text-shadow: none;
  }
}

#cm-rich-content .cm-video-banner {
  margin: 3em auto;
}

#cm-rich-content .cm-video-banner .cm-logo {
  margin: 2em auto;
  text-align: center;
  max-width: 250px;
  min-width: 150px;
  width: 50%;
}

#cm-rich-content .cm-video-banner .cm-paragraphs {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1em 2em;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2em;
}

#cm-rich-content .cm-video-banner .cm-paragraphs .cm-paragraph {
  text-align: center;
  font-size: 1.125em;
}

#cm-rich-content .cm-others {
  position: relative;
  padding: 2em 2em 3em;
}

#cm-rich-content .cm-others > .cm-title {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#cm-rich-content .cm-others > .cm-title::before {
  content: "";
  display: block !important;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #2D9D94;
  bottom: 0;
}

#cm-rich-content .cm-others .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#cm-rich-content .cm-others .cm-slides::-webkit-scrollbar {
  display: none !important;
}

#cm-rich-content .cm-others .cm-slider-box {
  padding-top: 2em;
  position: relative;
}

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

#cm-rich-content .cm-others .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%);
}

#cm-rich-content .cm-others .cm-slider-box .cm-arrow-left .cm-label {
  display: none !important;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
  max-width: unset;
}

#cm-rich-content .cm-others .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);
}

#cm-rich-content .cm-others .cm-slider-box .cm-arrow-right .cm-label {
  display: none !important;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
  max-width: unset;
}

#cm-rich-content .cm-others .cm-input {
  display: none !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
  display: block !important;
}

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

#cm-rich-content .cm-others .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block !important;
}

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

#cm-rich-content .cm-others .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block !important;
}

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

#cm-rich-content .cm-others .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
  display: block !important;
}

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

#cm-rich-content .cm-others .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
  display: block !important;
}

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

#cm-rich-content .cm-others .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-500%) scale(1);
          transform: translateX(-500%) scale(1);
}

#cm-rich-content .cm-others .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}

#cm-rich-content .cm-others .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block !important;
}

#cm-rich-content .cm-others .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
}

@container(max-width: 700px) {
  #cm-rich-content .cm-others .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #cm-rich-content .cm-others .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #cm-rich-content .cm-others .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
  #cm-rich-content .cm-others .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-300%) scale(1);
            transform: translateX(-300%) scale(1);
  }
  #cm-rich-content .cm-others .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-400%) scale(1);
            transform: translateX(-400%) scale(1);
  }
  #cm-rich-content .cm-others .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-500%) scale(1);
            transform: translateX(-500%) scale(1);
  }
  #cm-rich-content .cm-others .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-600%) scale(1);
            transform: translateX(-600%) scale(1);
  }
  #cm-rich-content .cm-others .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(9) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(9) {
    display: block !important;
  }
  #cm-rich-content .cm-others .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-700%) scale(1);
            transform: translateX(-700%) scale(1);
  }
}

#cm-rich-content .cm-others .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 1em;
}

#cm-rich-content .cm-others .cm-slide .cm-line {
  max-width: 150px;
  width: 100%;
  height: 3px;
  background-color: #2D9D94;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
}

#cm-rich-content .cm-others .cm-slide .cm-text {
  text-align: center;
  margin-top: 1em;
}

#cm-rich-content .cm-others .cm-slide .cm-desc {
  text-align: center;
}

@container(max-width: 700px) {
  #cm-rich-content .cm-others .cm-slide {
    width: 100%;
  }
}

#cm-rich-content .cm-others .cm-slider-box .cm-slides.cm-slides-names {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@container(max-width: 700px) {
  #cm-rich-content .cm-others {
    padding: 1em 1em 2em;
  }
  #cm-rich-content .cm-others > .cm-title {
    margin: 0 auto;
    text-align: center;
    font-size: 1.75em;
  }
}

#cm-rich-content .cm-footer {
  margin-top: 4em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#cm-rich-content .cm-footer .cm-image {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 150px;
}

@container(max-width: 700px) {
  #cm-rich-content .cm-footer {
    margin-top: 1.5em;
  }
  #cm-rich-content .cm-footer .cm-background {
    width: 830px;
    max-width: unset;
  }
}

#cm-rich-content .cm-disclaimer {
  padding: 0 2em;
}

#cm-rich-content .cm-disclaimer .cm-note {
  font-size: 14px;
}

@container(max-width: 700px) {
  #cm-rich-content .cm-disclaimer {
    padding: 0 1em;
  }
}
