@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
#cm-rich-content {
  line-height: 1.33;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  max-width: 1200px;
  margin: 0 auto;
  container-type: inline-size;
}

#cm-rich-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cm-rich-content img {
  max-width: 100%;
  width: auto;
}

#cm-rich-content a {
  text-decoration: none;
}

#cm-rich-content .cm-semibold {
  font-weight: 600;
}

#cm-rich-content .cm-superlight {
  font-weight: 200;
}

@container (max-width: 900px) {
  #cm-rich-content .cm-main-div {
    font-size: 14px;
  }
}

#cm-rich-content .cm-main-div .cm-logo-top {
  padding: 1em 2em;
}

@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-logo-top img {
    max-width: 250px;
  }
}

#cm-rich-content .cm-main-div .cm-logo-bottom {
  padding: 1em 2em;
  text-align: center;
}

@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-logo-bottom img {
    max-width: 250px;
  }
}

#cm-rich-content .cm-main-div .cm-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1em;
}

#cm-rich-content .cm-main-div .cm-header .cm-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

#cm-rich-content .cm-main-div .cm-header .cm-col .cm-img {
  display: block;
}

#cm-rich-content .cm-main-div .cm-header .cm-left-col {
  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;
}

@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 9%;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-left-col {
    width: 400px;
    max-width: 85%;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-right-col {
    position: absolute;
    max-width: 40%;
    right: 0;
    top: -72px;
  }
}

@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-header .cm-right-col {
    top: -10px;
  }
}

#cm-rich-content .cm-main-div .cm-header-text {
  background-color: #B1AE5E;
  padding: .75em;
}

#cm-rich-content .cm-main-div .cm-header-text .cm-text {
  font-size: 3em;
  text-align: center;
  color: #fff;
}

@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-header-text .cm-text {
    font-size: 2.5em;
  }
}

#cm-rich-content .cm-main-div .cm-gray-background {
  background-color: #FAFAFA;
  margin-bottom: 3em;
}

@container (max-width: 700px) {}#cm-rich-content .cm-main-div .cm-text-banner {
  max-width: 800px;
  margin: 0 auto;
  padding: 4em 1.5em 3em;
  color: #000;
}

#cm-rich-content .cm-main-div .cm-text-banner .cm-title {
  font-size: 2.5em;
  text-align: center;
}

#cm-rich-content .cm-main-div .cm-text-banner .cm-subtext {
  max-width: 700px;
  font-size: 1.25em;
  text-align: center;
  margin: 0 auto;
  padding: 1em 1em 0 1em;
}

@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-text-banner .cm-title {
    font-size: 2em;
  }
}

@container (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-text-banner .cm-title {
    font-size: 1.75em;
  }
  #cm-rich-content .cm-main-div .cm-text-banner .cm-subtext {
    font-size: 1.125em;
  }
}

#cm-rich-content .cm-main-div .cm-img-banner {
  min-height: 534px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cm-rich-content .cm-main-div .cm-img-banner .cm-text-col {
  background-color: rgba(177, 174, 94, 0.92);
  padding: 2em 2em 1em 2em;
  margin-right: 2em;
  width: 500px;
  color: #fff;
}

#cm-rich-content .cm-main-div .cm-img-banner .cm-text-col .cm-title {
  font-size: 1.875em;
  padding-bottom: 1em;
}

#cm-rich-content .cm-main-div .cm-img-banner .cm-text-col .cm-text {
  font-size: 1.125em;
}

#cm-rich-content .cm-main-div .cm-img-banner .cm-text-col .cm-text br {
  line-height: 1.8;
}

@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-img-banner .cm-text-col {
    margin: 0 auto;
  }
}

@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-img-banner {
    padding: 3em 1.5em;
    min-height: auto;
    background-size: auto 100%;
  }
}

@container (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-img-banner {
    background-position: 7% 0;
  }
  #cm-rich-content .cm-main-div .cm-img-banner .cm-text-col .cm-title {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 2em;
}

#cm-rich-content .cm-main-div .cm-icons .cm-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1em;
}

#cm-rich-content .cm-main-div .cm-icons .cm-item .cm-img {
  display: block;
}

#cm-rich-content .cm-main-div .cm-icons .cm-item .cm-text {
  margin-top: 1.5em;
  color: #707070;
  font-size: 1.375em;
  text-align: center;
  max-width: 300px;
}

@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-icons .cm-item .cm-text {
    font-size: 1.25em;
  }
}

@container (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 1em;
    row-gap: 1em;
  }
  #cm-rich-content .cm-main-div .cm-icons .cm-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 0 0.5em;
  }
  #cm-rich-content .cm-main-div .cm-icons .cm-item .cm-img {
    width: 150px;
  }
  #cm-rich-content .cm-main-div .cm-icons .cm-item .cm-text {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@container (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-icons {
    row-gap: 2em;
  }
  #cm-rich-content .cm-main-div .cm-icons .cm-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  #cm-rich-content .cm-main-div .cm-icons .cm-item .cm-text {
    margin-top: .5em;
  }
}

#cm-rich-content .cm-main-div .cm-serp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.5em;
}

#cm-rich-content .cm-main-div .cm-serp.cm-serp-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#cm-rich-content .cm-main-div .cm-serp.cm-serp-bottom .cm-text-col {
  background-color: #B1AE5E;
}

#cm-rich-content .cm-main-div .cm-serp.cm-serp-bottom .cm-text-col .cm-text {
  margin-top: 2em;
  color: #fff;
}

#cm-rich-content .cm-main-div .cm-serp .cm-text-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 1.5em 3em 1.5em 2em;
}

#cm-rich-content .cm-main-div .cm-serp .cm-text-col .cm-title {
  font-size: 1.875em;
  color: #000;
  padding-bottom: 1em;
}

#cm-rich-content .cm-main-div .cm-serp .cm-text-col .cm-text {
  font-size: 1.125em;
  color: #000;
}

#cm-rich-content .cm-main-div .cm-serp .cm-text-col hr {
  border: 1px solid #E6E6E6;
}

#cm-rich-content .cm-main-div .cm-serp .cm-image-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

#cm-rich-content .cm-main-div .cm-serp .cm-image-col .cm-img-absolute {
  position: absolute;
}

#cm-rich-content .cm-main-div .cm-serp .cm-image-col .cm-img {
  display: block;
  max-width: 100%;
}

@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-serp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  #cm-rich-content .cm-main-div .cm-serp.cm-serp-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  #cm-rich-content .cm-main-div .cm-serp.cm-serp-bottom .cm-image-col .cm-img {
    border-radius: 16%;
  }
  #cm-rich-content .cm-main-div .cm-serp .cm-text-col {
    text-align: center;
    padding: 1.5em;
    width: 100%;
  }
  #cm-rich-content .cm-main-div .cm-serp .cm-text-col .cm-title,
  #cm-rich-content .cm-main-div .cm-serp .cm-text-col .cm-text {
    text-align: inherit;
  }
  #cm-rich-content .cm-main-div .cm-serp .cm-image-col {
    padding: 0 1.5em;
  }
  #cm-rich-content .cm-main-div .cm-serp .cm-image-col .cm-img-absolute {
    max-width: calc(100% - 3em);
  }
}

@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-serp.cm-serp-bottom .cm-text-col .cm-year {
    width: 250px;
  }
}

@container (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-serp .cm-text-col .cm-title {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-hotspot-section {
  z-index: 10;
  max-width: 1200px;
  height: auto;
  margin: 0px auto;
  position: relative;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: calc(60px + 2em);
  background-color: #FAFAFA;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-img-absolute {
  position: absolute;
  left: 5%;
  top: 10%;
  max-width: calc(100% * 483 / 1200);
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  z-index: 15;
  max-width: calc(100% * 765 / 1200);
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box img {
  height: auto;
  width: 100%;
}

@container (max-width: 900px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box img {
    width: 100%;
  }
}

@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box {
    width: 150%;
  }
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-hotspot-transparent {
  width: 300px;
  height: 500px;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  z-index: 1;
  max-width: calc(1200 / 765 * 100% - 2em);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  visibility: hidden;
  background-color: #B1AE5E;
  -webkit-box-shadow: 8px 7px 6px #00000029;
          box-shadow: 8px 7px 6px #00000029;
  padding: 1em 1.5em;
  font-family: "Work Sans", sans-serif;
  line-height: 1.33;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  left: calc((765 - 1200 / 2) / 765 * 100%) !important;
  right: unset !important;
  bottom: unset !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  top: 100% !important;
  z-index: 3;
  font-size: 1.875em;
  text-align: center;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus {
  width: 40px;
  height: 40px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b5b100;
  color: #fff;
  font-size: 1.8em;
  border-radius: 50%;
  cursor: pointer;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus:hover::after, #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus:hover::before {
  -webkit-animation: none;
          animation: none;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus:hover + .cm-content {
  opacity: 1;
  visibility: visible;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus::after {
  position: absolute;
  font-size: 0.7em;
}

@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus::after {
    font-size: 0.5em;
  }
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus::before {
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  border: 1px solid #fff;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus .cm-img {
  position: absolute;
  top: 0%;
  left: 0;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus:nth-child(2) {
  left: 7%;
  top: 42%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 26%;
  top: 4%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus:nth-child(6) {
  left: 16%;
  top: 27%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 48%;
  top: 70%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus:nth-child(10) {
  left: 70%;
  top: 15%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus:nth-child(12) {
  left: 48%;
  top: 37%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus:nth-child(14) {
  left: 47%;
  top: 1%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus .cm-pulse {
  position: relative;
  width: 100%;
  height: 100%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus .cm-pulse img {
  display: block;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus .cm-pulse::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-animation: pulse 1.2s linear infinite;
          animation: pulse 1.2s linear infinite;
  top: 0;
  left: 0;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus .cm-pulse::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

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

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

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse-rwd {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-rwd {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}

@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    -webkit-animation-name: pulse2;
            animation-name: pulse2;
  }
}

@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    -webkit-animation-name: pulse-rwd;
            animation-name: pulse-rwd;
  }
}

@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus + .cm-content {
    font-size: 1.5em;
  }
}

@container (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus + .cm-content {
    font-size: 1.25em;
  }
}

@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus {
    width: 30px;
    height: 30px;
  }
}

@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-plus {
    width: 25px;
    height: 25px;
  }
}

@container (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-img-absolute {
    max-width: 100%;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box {
    max-width: 600px;
    width: 500px;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-wrapper .cm-hotspot-box .cm-content {
    left: 50% !important;
    max-width: calc(100% - 3em);
  }
}

#cm-rich-content .cm-main-div .cm-colors-section {
  text-align: center;
  margin-bottom: 5em;
}

#cm-rich-content .cm-main-div .cm-colors-section .cm-img-absolute {
  margin-top: -3%;
  margin-bottom: -5%;
  max-width: calc(670 / 1200 * 100%);
}

#cm-rich-content .cm-main-div .cm-colors-section .cm-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 26px;
  margin: 1em auto 0;
}

#cm-rich-content .cm-main-div .cm-colors-section .cm-circles .cm-circle {
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

#cm-rich-content .cm-main-div .cm-colors-section .cm-circles .cm-circle:nth-child(1) {
  background-color: #C75762;
}

#cm-rich-content .cm-main-div .cm-colors-section .cm-circles .cm-circle:nth-child(2) {
  background-color: #7E7162;
}

#cm-rich-content .cm-main-div .cm-colors-section .cm-circles .cm-circle:nth-child(3) {
  background-color: #1B2A36;
}

#cm-rich-content .cm-main-div .cm-colors-section .cm-circles .cm-circle:nth-child(4) {
  background-color: #B1AE5E;
  outline: 1px solid #E6E6E6;
  outline-offset: 3px;
}

#cm-rich-content .cm-main-div .cm-contains {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 .5em;
}

#cm-rich-content .cm-main-div .cm-contains .cm-item {
  max-width: 50%;
  width: 100%;
  text-align: center;
  padding: 0 1em;
}

#cm-rich-content .cm-main-div .cm-contains .cm-item .cm-text {
  color: #000;
  margin-top: 1.5em;
  text-align: center;
}

#cm-rich-content .cm-main-div .cm-faq {
  position: relative;
  padding: 0 1em 2em 1em;
}

#cm-rich-content .cm-main-div .cm-faq .cm-input {
  display: none;
}

#cm-rich-content .cm-main-div .cm-faq .cm-row {
  background-color: #FAFAFA;
  position: relative;
  margin: 2em auto;
}

#cm-rich-content .cm-main-div .cm-faq .cm-row .cm-title {
  cursor: pointer;
  font-size: 1.125em;
  padding: 1.5em 1em 1.5em 10%;
  position: relative;
  display: block;
}

#cm-rich-content .cm-main-div .cm-faq .cm-row .cm-title::after, #cm-rich-content .cm-main-div .cm-faq .cm-row .cm-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 4px;
  left: 5%;
  top: 50%;
  background-color: #E30615;
}

#cm-rich-content .cm-main-div .cm-faq .cm-row .cm-title::after {
  -webkit-transform: translate(-50%, -50%) skewX(0deg);
          transform: translate(-50%, -50%) skewX(0deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#cm-rich-content .cm-main-div .cm-faq .cm-row .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) skewX(0deg);
          transform: translate(-50%, -50%) rotate(-90deg) skewX(0deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@container (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-faq .cm-row .cm-title {
    padding: 1em 1em 1em 40px;
  }
  #cm-rich-content .cm-main-div .cm-faq .cm-row .cm-title::after, #cm-rich-content .cm-main-div .cm-faq .cm-row .cm-title::before {
    left: 20px;
  }
}

#cm-rich-content .cm-main-div .cm-faq .cm-row .cm-desc {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  padding-bottom: 0em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#cm-rich-content .cm-main-div .cm-faq .cm-row .cm-desc .cm-content {
  padding: 0 2em 0 10%;
  color: #000;
  overflow: hidden;
}

@container (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-faq .cm-row .cm-desc .cm-content {
    padding: 0 1em 0 40px;
  }
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(4) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(4) .cm-title::after {
  -webkit-transform: translate(-50%, -50%) skewX(-20deg);
          transform: translate(-50%, -50%) skewX(-20deg);
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(4) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) skewX(-20deg);
          transform: translate(-50%, -50%) rotate(0deg) skewX(-20deg);
  opacity: 0;
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(4) .cm-desc {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  padding-bottom: 1.5em;
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(5) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(5) .cm-title::after {
  -webkit-transform: translate(-50%, -50%) skewX(-20deg);
          transform: translate(-50%, -50%) skewX(-20deg);
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(5) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) skewX(-20deg);
          transform: translate(-50%, -50%) rotate(0deg) skewX(-20deg);
  opacity: 0;
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(5) .cm-desc {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  padding-bottom: 1.5em;
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(6) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(6) .cm-title::after {
  -webkit-transform: translate(-50%, -50%) skewX(-20deg);
          transform: translate(-50%, -50%) skewX(-20deg);
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(6) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) skewX(-20deg);
          transform: translate(-50%, -50%) rotate(0deg) skewX(-20deg);
  opacity: 0;
}

#cm-rich-content .cm-main-div .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(6) .cm-desc {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  padding-bottom: 1.5em;
}

@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-faq {
    padding: 0 1.5em 2em 1.5em;
  }
}
