@import url("https://fonts.googleapis.com/css2?family=Montserrat: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=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");
@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);
  }
}
#cm-rich-content {
  container-type: inline-size;
  line-height: 1.25;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  color: #122F5A;
  max-width: 1040px;
  margin: auto;
}
#cm-rich-content * {
  box-sizing: border-box;
}
#cm-rich-content .cm-main-div {
  font-size: 16px;
}
@container (max-width: 900px) {
  #cm-rich-content .cm-main-div {
    font-size: 14px;
  }
}
#cm-rich-content video, #cm-rich-content img {
  max-width: 100%;
}
#cm-rich-content a {
  text-decoration: none;
}
#cm-rich-content .cm-semibold {
  font-weight: 600 !important;
}
#cm-rich-content .cm-bold {
  font-weight: 700 !important;
}
#cm-rich-content .cm-header {
  display: flex;
  position: relative;
  border-radius: 45px;
  justify-content: center;
  align-items: flex-end;
  aspect-ratio: 1040/650;
  background-size: auto 100%;
  position: relative;
  z-index: 1;
}
#cm-rich-content .cm-header .cm-shadow {
  display: none;
}
#cm-rich-content .cm-header .cm-logo {
  position: absolute;
  left: 2em;
  top: 2em;
}
#cm-rich-content .cm-header .cm-left-col {
  color: #fff;
  padding: 0 1em 2em 2em;
  max-width: 50%;
  width: 100%;
  position: relative;
}
#cm-rich-content .cm-header .cm-left-col .cm-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.75em;
  font-weight: 800;
}
#cm-rich-content .cm-header .cm-left-col .cm-subtitle {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  padding: 1em 0;
}
#cm-rich-content .cm-header .cm-right-col {
  padding: 0 1em;
  max-width: 50%;
  width: 100%;
  text-align: center;
  position: relative;
}
#cm-rich-content .cm-header .cm-right-col .cm-packshot {
  position: relative;
  transition: 0.3s ease-in-out;
  translate: 0 20%;
}
#cm-rich-content .cm-header .cm-right-col .cm-packshot:hover {
  translate: 0 5%;
}
@container (max-width: 900px) {
  #cm-rich-content .cm-header .cm-left-col {
    padding-left: 1.5em;
  }
  #cm-rich-content .cm-header .cm-left-col .cm-title {
    font-size: 2.35em;
  }
}
@container (max-width: 800px) {
  #cm-rich-content .cm-header {
    aspect-ratio: 104/70;
  }
  #cm-rich-content .cm-header .cm-left-col {
    padding-left: 1.5em;
  }
  #cm-rich-content .cm-header .cm-left-col .cm-title {
    font-size: 2.15em;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-header {
    aspect-ratio: 19/14;
  }
  #cm-rich-content .cm-header .cm-left-col {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  #cm-rich-content .cm-header .cm-left-col .cm-title {
    font-size: 1.925em;
  }
  #cm-rich-content .cm-header .cm-left-col .cm-subtitle {
    font-size: 1.125em;
  }
}
@container (max-width: 600px) {
  #cm-rich-content .cm-header {
    flex-direction: column;
    aspect-ratio: unset;
    height: 680px;
    align-items: center;
    justify-content: flex-end;
    background-position: right top;
    border-radius: 0;
  }
  #cm-rich-content .cm-header .cm-logo {
    max-width: 220px;
  }
  #cm-rich-content .cm-header .cm-left-col {
    padding-bottom: 0.75em;
    max-width: 100%;
    width: 500px;
    text-align: center;
  }
  #cm-rich-content .cm-header .cm-right-col {
    margin-top: -7.5%;
    margin-bottom: -10%;
    max-width: 100%;
    width: 450px;
  }
  #cm-rich-content .cm-header .cm-right-col .cm-packshot {
    pointer-events: none;
    animation: packshot-movement 4s ease-in-out infinite;
  }
  #cm-rich-content .cm-header .cm-shadow {
    display: block;
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 45px;
  }
  #cm-rich-content .cm-header .cm-shadow::before {
    content: "";
    width: 1px;
    height: 1px;
    box-shadow: 0 0 250px 150px;
    display: block;
    bottom: 15%;
    left: 50%;
    position: absolute;
  }
}
@keyframes packshot-movement {
  0% {
    translate: 0 20%;
  }
  33% {
    translate: 0 20%;
  }
  55% {
    translate: 0 10%;
  }
  77% {
    translate: 0 10%;
  }
}
#cm-rich-content .cm-3-icons {
  position: relative;
  display: flex;
  padding: 5.5em 0.5em 3.5em;
  display: flex;
  justify-content: space-evenly;
}
#cm-rich-content .cm-3-icons .cm-accent {
  position: absolute;
  left: 40px;
  top: 0;
}
#cm-rich-content .cm-3-icons .cm-item {
  position: relative;
  max-width: 33.3333333333%;
  width: calc(280px + 1em);
  padding: 0 0.5em;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#cm-rich-content .cm-3-icons .cm-item .cm-img {
  position: relative;
  margin: 0 auto;
  display: flex;
}
#cm-rich-content .cm-3-icons .cm-item .cm-img .cm-img-v {
  scale: 0.9;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
#cm-rich-content .cm-3-icons .cm-item .cm-img .cm-img-h {
  position: absolute;
  scale: 0.9;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-3-icons .cm-item .cm-title {
  font-weight: 600;
  text-align: center;
  font-size: 1.25em;
  margin: 1em auto 0.25em;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-3-icons .cm-item .cm-text {
  text-align: center;
}
#cm-rich-content .cm-3-icons .cm-item:hover .cm-img-v {
  scale: 1;
  opacity: 0;
}
#cm-rich-content .cm-3-icons .cm-item:hover .cm-img-h {
  scale: 1;
  opacity: 1;
}
#cm-rich-content .cm-3-icons .cm-item:hover .cm-title {
  color: #122F5A;
}
@container (max-width: 600px) {
  #cm-rich-content .cm-3-icons {
    padding-top: 8em;
    flex-wrap: wrap;
    row-gap: 2em;
  }
  #cm-rich-content .cm-3-icons .cm-item {
    max-width: 50%;
  }
}
@container (max-width: 450px) {
  #cm-rich-content .cm-3-icons {
    padding-top: 6em;
  }
  #cm-rich-content .cm-3-icons .cm-item {
    pointer-events: none;
    max-width: 100%;
  }
}
#cm-rich-content .cm-video-section {
  border-radius: 45px;
  overflow: hidden;
  display: flex;
}
@container (max-width: 600px) {
  #cm-rich-content .cm-video-section {
    border-radius: 20px;
  }
}
#cm-rich-content .cm-6-icons {
  position: relative;
  display: flex;
  padding: 3.5em 0.5em 2.5em;
  display: flex;
  flex-flow: row wrap;
  row-gap: 2em;
  justify-content: space-evenly;
}
#cm-rich-content .cm-6-icons .cm-accent {
  position: absolute;
  right: 5%;
  top: 0;
  max-width: 80%;
}
#cm-rich-content .cm-6-icons .cm-item {
  position: relative;
  max-width: 33.3333333333%;
  width: calc(280px + 1em);
  padding: 0 0.5em;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#cm-rich-content .cm-6-icons .cm-item .cm-img {
  position: relative;
  margin: 0 auto;
  display: flex;
}
#cm-rich-content .cm-6-icons .cm-item .cm-img .cm-img-v {
  scale: 0.9;
  transition: 0.35s ease-in-out;
  opacity: 1;
}
#cm-rich-content .cm-6-icons .cm-item .cm-img .cm-img-h {
  position: absolute;
  scale: 0.9;
  opacity: 0;
  transition: 0.35s ease-in-out;
}
#cm-rich-content .cm-6-icons .cm-item .cm-text {
  text-align: center;
  transition: color 0.3s ease-in-out;
  font-weight: normal;
  padding-top: 1em;
}
#cm-rich-content .cm-6-icons .cm-item:hover .cm-img-v {
  scale: 1;
  opacity: 0;
}
#cm-rich-content .cm-6-icons .cm-item:hover .cm-img-h {
  scale: 1;
  opacity: 1;
}
#cm-rich-content .cm-6-icons .cm-item:hover .cm-text {
  color: #122F5A;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-6-icons .cm-item {
    max-width: 50%;
  }
}
@container (max-width: 450px) {
  #cm-rich-content .cm-6-icons {
    padding: 1.5em 0.5em 2em;
  }
  #cm-rich-content .cm-6-icons .cm-item {
    max-width: 100%;
    pointer-events: none;
  }
}
#cm-rich-content .cm-banner {
  margin-top: 1em;
  background-color: #F8DDD8;
  border-radius: 45px;
  position: relative;
  padding: 10em 1em 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cm-rich-content .cm-banner > .cm-title {
  font-family: "Poppins", sans-serif;
  color: #C43A3A;
  font-size: 2.25em;
  position: absolute;
  top: 0.5em;
  left: 50%;
  font-weight: 700;
  translate: -50% 0;
  text-align: center;
}
#cm-rich-content .cm-banner .cm-box {
  position: absolute;
}
#cm-rich-content .cm-banner .cm-box .cm-no-break {
  white-space: nowrap;
}
#cm-rich-content .cm-banner .cm-box .cm-no-break .cm-inline-img {
  vertical-align: sub;
  height: 1.25em;
  list-style: 1;
}
#cm-rich-content .cm-banner .cm-box .cm-title {
  font-family: "Poppins", sans-serif;
  color: #C43A3A;
  padding-bottom: 1em;
  position: relative;
  font-weight: 800;
}
#cm-rich-content .cm-banner .cm-box .cm-text {
  position: relative;
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.875em;
}
#cm-rich-content .cm-banner .cm-box .cm-arrow {
  position: absolute;
}
#cm-rich-content .cm-banner .cm-left-top {
  left: 2em;
  top: 8em;
  max-width: 26%;
}
#cm-rich-content .cm-banner .cm-left-top .cm-arrow {
  right: 30%;
  top: 100%;
  translate: 0 20%;
  rotate: 0deg;
}
#cm-rich-content .cm-banner .cm-left-bottom {
  left: 2em;
  bottom: 5em;
  max-width: 300px;
}
#cm-rich-content .cm-banner .cm-left-bottom .cm-arrow {
  left: 100%;
  bottom: 0;
  translate: -90% 80%;
  rotate: 0deg;
}
#cm-rich-content .cm-banner .cm-right-top {
  right: 2em;
  text-align: right;
  top: 8em;
  max-width: 272px;
}
#cm-rich-content .cm-banner .cm-right-top .cm-arrow {
  right: 100%;
  top: 0;
  rotate: 0deg;
  translate: 10% -10%;
}
#cm-rich-content .cm-banner .cm-right-bottom {
  right: 2em;
  text-align: right;
  bottom: 3em;
  max-width: 32%;
}
#cm-rich-content .cm-banner .cm-right-bottom .cm-arrow {
  left: 25%;
  top: 0;
  rotate: -180deg;
  translate: -40% -100%;
}
@container (max-width: 900px) {
  #cm-rich-content .cm-banner .cm-img-middle {
    rotate: 6deg;
  }
}
@container (max-width: 800px) {
  #cm-rich-content .cm-banner {
    padding: 13em 1em 15em;
  }
  #cm-rich-content .cm-banner .cm-img-middle {
    max-width: 50%;
  }
  #cm-rich-content .cm-banner .cm-box {
    max-width: 250px;
  }
  #cm-rich-content .cm-banner .cm-box.cm-left-top {
    max-width: 31%;
  }
  #cm-rich-content .cm-banner .cm-box.cm-left-top .cm-arrow {
    left: 0;
  }
  #cm-rich-content .cm-banner .cm-box.cm-right-top .cm-arrow {
    translate: 0% 50%;
  }
  #cm-rich-content .cm-banner .cm-box.cm-right-bottom .cm-arrow {
    inset: auto 0% 100% auto;
    translate: -30% -20%;
  }
  #cm-rich-content .cm-banner > .cm-title {
    font-size: 2em;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-banner {
    padding: 3em 0 2em;
    flex-wrap: wrap;
    row-gap: 2em;
    align-items: flex-start;
    border-radius: 30px;
  }
  #cm-rich-content .cm-banner .cm-img-middle {
    rotate: unset;
    width: 400px;
    max-width: 90%;
  }
  #cm-rich-content .cm-banner > .cm-title {
    position: static;
    order: -3;
    width: 100%;
    translate: unset;
    text-align: center;
  }
  #cm-rich-content .cm-banner .cm-box {
    position: static;
    max-width: 50% !important;
    width: 50%;
  }
  #cm-rich-content .cm-banner .cm-box:nth-child(3) {
    order: -2;
  }
  #cm-rich-content .cm-banner .cm-box:nth-child(4) {
    order: -1;
  }
  #cm-rich-content .cm-banner .cm-box .cm-arrow {
    display: none;
  }
  #cm-rich-content .cm-banner [class*=left] {
    padding: 0.5em 0.5em 0.5em 1em;
  }
  #cm-rich-content .cm-banner [class*=right] {
    padding: 0.5em 1em 0.5em 0.5em;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-banner > .cm-title {
    font-size: 1.75em;
    padding: 0 0.5714285714em;
  }
}
@container (max-width: 450px) {
  #cm-rich-content .cm-banner .cm-box {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
    padding: 0.5em 1em;
  }
}
#cm-rich-content .cm-banner-color {
  padding: 0em 0 2em 0;
  position: relative;
  z-index: 19;
}
#cm-rich-content .cm-banner-color .cm-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 35%;
}
#cm-rich-content .cm-banner-color .cm-box {
  position: relative;
  margin: 0 auto;
  max-width: calc(930px + 2em);
  padding: 2em 1.5em;
  background-color: #FDD1C9;
  border-radius: 45px;
  color: #122F5A;
  text-align: center;
}
#cm-rich-content .cm-banner-color .cm-box .cm-img {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -45%;
  rotate: 0deg;
  transition: 0.5s ease-in-out;
  transform-origin: 50% 49.54%;
}
#cm-rich-content .cm-banner-color .cm-box .cm-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}
#cm-rich-content .cm-banner-color .cm-box .cm-text {
  max-width: 850px;
  margin: 1em auto;
  font-weight: bold;
}
#cm-rich-content .cm-banner-color .cm-box:hover .cm-img {
  rotate: 380deg;
}
@container (max-width: 500px) {
  #cm-rich-content .cm-banner-color {
    padding: 5em 0 3em;
  }
  #cm-rich-content .cm-banner-color .cm-box .cm-img {
    max-width: 80px;
  }
}
@container (max-width: 400px) {
  #cm-rich-content .cm-banner-color .cm-box {
    padding: 3.5em 1.5em 1.5em;
  }
}
#cm-rich-content .cm-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 3em;
  gap: var(--gallery-gap);
  --gallery-gap: 28px;
}
#cm-rich-content .cm-gallery .cm-item {
  position: relative;
  width: 100%;
}
#cm-rich-content .cm-gallery .cm-item img {
  display: block;
}
#cm-rich-content .cm-gallery .cm-item .cm-img-h {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-gallery .cm-item:nth-child(1) {
  max-width: calc(42.5889328063% - var(--gallery-gap) * 431 / 1012);
}
#cm-rich-content .cm-gallery .cm-item:nth-child(2) {
  max-width: calc(57.4110671937% - var(--gallery-gap) * 581 / 1012);
}
#cm-rich-content .cm-gallery .cm-item:nth-child(3) {
  max-width: 100%;
}
#cm-rich-content .cm-gallery .cm-item:nth-child(4), #cm-rich-content .cm-gallery .cm-item:nth-child(5), #cm-rich-content .cm-gallery .cm-item:nth-child(6) {
  max-width: calc(33.3333333333% - var(--gallery-gap) * 2 / 3);
}
#cm-rich-content .cm-gallery .cm-item:hover .cm-img-h {
  opacity: 1;
}
@container (max-width: 500px) {
  #cm-rich-content .cm-gallery {
    --gallery-gap: 14px;
  }
}
#cm-rich-content .cm-serp-section {
  position: relative;
}
#cm-rich-content .cm-serp-section .cm-serp {
  padding: 3em 0em;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col {
  position: relative;
  max-width: 50%;
  width: 100%;
  padding: 0 1em;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #C43A3A;
  font-size: 1.865em;
  margin-bottom: 0.5em;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-text {
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 1em;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-text.cm-green {
  color: #C43A3A;
  font-weight: 500;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-text:last-child {
  margin-bottom: unset;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-img-col {
  position: relative;
  max-width: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-img-col .cm-anim {
  animation: cm-heartbeat 2.5s infinite;
}
#cm-rich-content .cm-serp-section .cm-divide {
  padding: 1.5em 0;
  position: relative;
  z-index: 1;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-divide {
    width: 950px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
#cm-rich-content .cm-serp-section .cm-serp-r {
  flex-flow: row-reverse;
}
#cm-rich-content .cm-serp-section .cm-serp-r .cm-accent {
  position: absolute;
  right: 0;
  top: 50%;
  rotate: 90deg;
  translate: 37% -41%;
}
#cm-rich-content .cm-serp-section .cm-serp-r .cm-text-col {
  align-self: stretch;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 50%;
  padding-left: 2em;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-serp-section .cm-serp-r .cm-text-col {
    padding-left: 1.5em;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp-r .cm-text-col {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
#cm-rich-content .cm-serp-section .cm-serp-r .cm-text-col .cm-text {
  margin-bottom: 1em;
}
#cm-rich-content .cm-serp-section .cm-serp-r .cm-img-col {
  max-width: 50%;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom {
  z-index: auto;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-img-col {
  display: grid;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-img-col .cm-img {
  grid-row: 1;
  grid-column: 1;
  display: block;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-img-col .cm-img:first-child {
  opacity: 1;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-img-col .cm-img:nth-child(2 of img) {
  animation: cm-slider-img-anim-1 4s ease-in-out infinite alternate;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-img-col .cm-img:nth-child(2 of img) {
  animation: cm-slider-img-anim-2 4s ease-in-out infinite alternate;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col {
  padding-left: 1em;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-title {
  font-size: 2.25em;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides::-webkit-scrollbar {
  display: none;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-text {
  font-size: 18px;
  font-weight: 500;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-text span {
  color: #C43A3A;
  font-weight: 700;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-text.cm-bold {
  font-size: 20px;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-img-col {
  justify-content: start;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp-bottom .cm-img-col {
    justify-content: center;
  }
}
@container (max-width: 800px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title,
  #cm-rich-content .cm-serp-section .cm-serp-r .cm-text-col .cm-title {
    font-size: 1.5em;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp,
  #cm-rich-content .cm-serp-section .cm-serp-r {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    row-gap: 2em;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col,
  #cm-rich-content .cm-serp-section .cm-serp-r .cm-text-col {
    max-width: 100%;
    width: 600px;
    align-self: unset;
    align-items: center;
    text-align: center;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-img-col,
  #cm-rich-content .cm-serp-section .cm-serp-r .cm-img-col {
    max-width: 100%;
    width: 500px;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title,
  #cm-rich-content .cm-serp-section .cm-serp-r .cm-text-col .cm-title {
    font-size: 1.75em;
  }
}
@keyframes cm-heartbeat {
  0%, 50%, 100% {
    scale: 1;
  }
  30%, 80% {
    scale: 0.92 0.95;
  }
}
@keyframes cm-slider-anim {
  0% {
    translate: 0% 0;
  }
  15% {
    translate: 0% 0;
  }
  85% {
    translate: -100% 0;
  }
  100% {
    translate: -100% 0;
  }
}
@keyframes cm-slider-img-anim-1 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cm-slider-img-anim-2 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#cm-rich-content .cm-footer {
  position: relative;
  margin-top: 3.5em;
  padding: 3em 0 1.5em;
  text-align: center;
}
#cm-rich-content .cm-footer::before {
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  background-color: #C43A3A;
}