@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: main/inline-size;
  line-height: 1.33;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  color: #2B2B2B;
  max-width: 1040px;
  margin: auto;
  overflow: hidden;
}
#cm-rich-content * {
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  #cm-rich-content {
    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.5em;
}
#cm-rich-content .cm-header .cm-left-col .cm-title strong {
  font-weight: 800;
}
#cm-rich-content .cm-header .cm-left-col .cm-subtitle {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  padding: 2em 0;
}
#cm-rich-content .cm-header .cm-left-col .cm-text {
  font-size: 1.125em;
  font-weight: 600;
}
#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 15%;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-header {
    aspect-ratio: 104/76;
  }
  #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.125em;
  }
  #cm-rich-content .cm-header .cm-left-col .cm-subtitle {
    padding: 1em 0;
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-header {
    aspect-ratio: 19/15;
  }
  #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.875em;
  }
  #cm-rich-content .cm-header .cm-left-col .cm-subtitle {
    font-size: 1.125em;
  }
  #cm-rich-content .cm-header .cm-left-col .cm-text {
    font-size: 1em;
  }
}
@container main (max-width: 600px) {
  #cm-rich-content .cm-header {
    flex-direction: column;
    aspect-ratio: unset;
    height: 700px;
    align-items: center;
    justify-content: flex-end;
    background-position: right -420px top;
  }
  #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: -28%;
    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;
    translate: 0 10%;
  }
  #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 10%;
  }
  33% {
    translate: 0 10%;
  }
  55% {
    translate: 0 5%;
  }
  77% {
    translate: 0 5%;
  }
}
#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;
}
@container main (max-width: 600px) {
  #cm-rich-content .cm-3-icons .cm-accent {
    left: 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: #DF5353;
}
@container main (max-width: 600px) {
  #cm-rich-content .cm-3-icons {
    padding-top: 14em;
    flex-wrap: wrap;
    row-gap: 2em;
  }
  #cm-rich-content .cm-3-icons .cm-item {
    max-width: 50%;
  }
}
@container main (max-width: 450px) {
  #cm-rich-content .cm-3-icons {
    padding-top: 12em;
  }
  #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 main (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: #DF5353;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-6-icons .cm-item {
    max-width: 50%;
  }
}
@container main (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-products {
  display: flex;
  justify-content: space-between;
  gap: 0.5em;
  padding: 1em 0 3em;
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-products {
    padding: 1em 0 1.5em;
  }
}
#cm-rich-content .cm-products .cm-single-product {
  display: flex;
  position: relative;
  justify-content: center;
}
#cm-rich-content .cm-products .cm-single-product img {
  max-width: 100%;
  width: 100%;
}
#cm-rich-content .cm-products .cm-single-product a {
  text-decoration: none;
}
#cm-rich-content .cm-products .cm-single-product .cm-button {
  max-width: 240px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  translate: 0 50%;
  width: 100%;
  text-decoration: none;
}
@container main (max-width: 900px) {
  #cm-rich-content .cm-products .cm-single-product .cm-button {
    max-width: 180px;
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-products .cm-single-product .cm-button {
    max-width: 150px;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-products .cm-single-product .cm-button {
    max-width: 120px;
  }
}
#cm-rich-content .cm-products .cm-single-product .cm-button .cm-button-text {
  background-color: #C53939;
  color: #FFFFFF;
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-align: center;
  border-radius: 20px;
  padding: 0.5em;
  transition: background-color 0.3s ease;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-products .cm-single-product .cm-button .cm-button-text {
    font-size: 1.325em;
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-products .cm-single-product .cm-button .cm-button-text {
    font-size: 1.25em;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-products .cm-single-product .cm-button .cm-button-text {
    font-size: 1.125em;
  }
}
#cm-rich-content .cm-products .cm-single-product .cm-button:hover .cm-button-text {
  background-color: #5F92D6;
}
@container main (max-width: 600px) {
  #cm-rich-content .cm-products {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 5em 0.5em;
  }
  #cm-rich-content .cm-products .cm-single-product {
    max-width: 48%;
  }
}
#cm-rich-content .cm-banner {
  margin-top: 1em;
  background-color: rgba(219, 236, 255, 0.8);
  border-radius: 45px;
  position: relative;
  padding: 11em 1em 11em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cm-rich-content .cm-banner > .cm-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #C53939;
  font-size: 2.25em;
  position: absolute;
  top: 0.5em;
  left: 50%;
  translate: -50% 0;
  width: 100%;
}
#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 {
  position: absolute;
}
#cm-rich-content .cm-banner .cm-box .cm-title {
  font-family: "Poppins", sans-serif;
  color: #C53939;
  padding-bottom: 1em;
  font-size: 1.125em;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
}
#cm-rich-content .cm-banner .cm-box .cm-text {
  position: relative;
  line-height: 1.6;
  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: 5em;
  max-width: 26%;
}
#cm-rich-content .cm-banner .cm-left-top .cm-arrow {
  right: 0;
  top: 100%;
  translate: -30% 10%;
}
#cm-rich-content .cm-banner .cm-left-bottom {
  left: 2em;
  bottom: 3em;
  max-width: 300px;
}
#cm-rich-content .cm-banner .cm-left-bottom .cm-arrow {
  left: 100%;
  bottom: 0;
  transform: translate(-10%, 20%) scaleX(-1) rotate(-140deg);
}
#cm-rich-content .cm-banner .cm-right-top {
  right: 2em;
  text-align: right;
  top: 5em;
  max-width: 272px;
}
#cm-rich-content .cm-banner .cm-right-top .cm-arrow {
  right: 100%;
  top: 0;
  translate: 0% 30%;
}
#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: -190deg;
  translate: 0% -101%;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-banner {
    padding: 15em 1em 15em;
  }
  #cm-rich-content .cm-banner .cm-img-middle {
    max-width: 70%;
  }
  #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 {
    translate: -60% 10%;
  }
  #cm-rich-content .cm-banner .cm-box.cm-right-top .cm-arrow {
    translate: 10% 90%;
  }
  #cm-rich-content .cm-banner > .cm-title {
    font-size: 2em;
  }
}
@container main (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: 500px;
    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 main (max-width: 500px) {
  #cm-rich-content .cm-banner > .cm-title {
    font-size: 1.75em;
    padding: 0 0.5714285714em;
  }
}
@container main (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: 3.5em 0 2em 0;
  position: relative;
}
#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: 100%;
  width: 100%;
  padding: 2em 1.5em;
  background-color: rgba(219, 236, 255, 0.8);
  border-radius: 45px;
  color: #fff;
  text-align: center;
}
#cm-rich-content .cm-banner-color .cm-box .cm-img {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -45%;
  transition: 0.5s ease-in-out;
}
@container main (max-width: 1000px) {
  #cm-rich-content .cm-banner-color .cm-box .cm-img {
    max-width: 150px;
  }
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-banner-color .cm-box .cm-img {
    max-width: 120px;
  }
}
@container main (max-width: 600px) {
  #cm-rich-content .cm-banner-color .cm-box .cm-img {
    max-width: 100px;
  }
}
#cm-rich-content .cm-banner-color .cm-box .cm-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.125em;
  font-weight: 800;
  color: #C53939;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-banner-color .cm-box .cm-title {
    max-width: 400px;
    margin: 0 auto;
  }
}
#cm-rich-content .cm-banner-color .cm-box .cm-text {
  max-width: 700px;
  margin: 1em auto;
  color: #122F5A;
  font-size: 0.875em;
}
@container main (max-width: 1000px) {
  #cm-rich-content .cm-banner-color .cm-box .cm-text {
    max-width: 600px;
  }
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-banner-color .cm-box .cm-text {
    max-width: 540px;
  }
}
#cm-rich-content .cm-banner-color .cm-box .cm-subtext {
  font-weight: bold;
}
@container main (max-width: 600px) {
  #cm-rich-content .cm-banner-color {
    padding: 5em 0 3em;
  }
  #cm-rich-content .cm-banner-color .cm-box {
    padding: 5em 1.5em 1.5em;
  }
  #cm-rich-content .cm-banner-color .cm-box .cm-img {
    left: 50%;
    translate: -50% -50%;
  }
}
#cm-rich-content .cm-banner-text {
  padding: 5em 0 2em 0;
  position: relative;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-banner-text {
    padding: 3.5em 0 2em 0;
  }
}
#cm-rich-content .cm-banner-text .cm-box {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 2.5em 2em;
  background-color: rgba(219, 236, 255, 0.8);
  border-radius: 25px;
  color: #fff;
  text-align: center;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-banner-text .cm-box {
    padding: 2.5em 1em;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-banner-text .cm-box {
    padding: 2em 1em;
  }
}
#cm-rich-content .cm-banner-text .cm-box .cm-text {
  margin: 0em auto;
  color: #122F5A;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-banner-text .cm-box .cm-text {
    font-size: 1.325em;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-banner-text .cm-box .cm-text {
    font-size: 1.25em;
  }
}
#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 main (max-width: 500px) {
  #cm-rich-content .cm-gallery {
    --gallery-gap: 14px;
  }
}
#cm-rich-content .cm-serp-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8em 0 0;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section {
    padding: 5em 0 0;
  }
  #cm-rich-content .cm-serp-section.cm-2 {
    padding: 8em 0 0;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-serp-section {
    padding: 3.5em 0 0;
  }
  #cm-rich-content .cm-serp-section.cm-2 {
    padding: 6.5em 0 0;
  }
}
#cm-rich-content .cm-serp-section .cm-serp {
  position: relative;
  flex-direction: column;
  z-index: 1;
  display: flex;
  padding: 2em 1em;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(219, 236, 255, 0.8);
  border-radius: 25px;
}
#cm-rich-content .cm-serp-section .cm-serp.cm-serp-r {
  flex-direction: row;
  align-items: center;
  padding: 1em;
  min-height: 300px;
  border-radius: 25px;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp.cm-serp-r {
    padding: 2em 1em 0;
  }
}
#cm-rich-content .cm-serp-section .cm-serp.cm-serp-r .cm-img-abs {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -50%;
}
@container main (max-width: 900px) {
  #cm-rich-content .cm-serp-section .cm-serp.cm-serp-r .cm-img-abs {
    max-width: 180px;
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp.cm-serp-r .cm-img-abs {
    translate: 0 -65%;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-serp-section .cm-serp.cm-serp-r .cm-img-abs {
    max-width: 150px;
  }
}
#cm-rich-content .cm-serp-section .cm-serp.cm-serp-r .cm-text-col {
  padding: 0 1em;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp.cm-serp-r .cm-text-col {
    padding: 0;
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp.cm-serp-r {
    flex-direction: column;
    background-color: transparent;
  }
  #cm-rich-content .cm-serp-section .cm-serp.cm-serp-r::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 94%;
    border-radius: 25px;
    background-color: rgba(219, 236, 255, 0.8);
  }
  #cm-rich-content .cm-serp-section .cm-serp.cm-serp-r .cm-img-col-serp {
    justify-content: center;
    max-width: 100%;
  }
  #cm-rich-content .cm-serp-section .cm-serp.cm-serp-r .cm-text-col {
    order: 2;
  }
  #cm-rich-content .cm-serp-section .cm-serp.cm-serp-r .cm-button {
    margin: 2em auto 0;
  }
}
#cm-rich-content .cm-serp-section .cm-serp .cm-title {
  align-self: center;
  font-weight: 800;
  font-size: 2.25em;
  font-family: "Poppins", sans-serif;
  color: #C53939;
  text-align: center;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-title {
    font-size: 2em;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-title {
    font-size: 1.75em;
  }
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col {
  position: relative;
  max-width: 50%;
  width: 100%;
  padding: 100px 1em 0;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-desc {
  font-family: "Poppins", sans-serif;
  color: #122F5A;
  font-weight: 600;
  font-size: 1.125em;
  margin-bottom: 1.25em;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-desc span {
  color: #C53939;
  font-weight: 700;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-desc {
    font-size: 1em;
    margin-bottom: 0.875em;
  }
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-subtitle {
  color: #122F5A;
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-align: center;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-subtitle {
    font-size: 1.325em;
  }
}
#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-text {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.125em;
  margin-top: 1em;
  max-width: 430px;
  text-align: center;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-text {
    font-size: 1em;
  }
}
#cm-rich-content .cm-serp-section .cm-serp .cm-button {
  max-width: 240px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 7em;
  width: 100%;
}
@container main (max-width: 900px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-button {
    translate: -50% 8em;
    max-width: 180px;
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-button {
    left: unset;
    translate: 0 0;
    position: relative;
    order: 3;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-button {
    max-width: 150px;
  }
}
#cm-rich-content .cm-serp-section .cm-serp .cm-button .cm-button-text {
  background-color: #C53939;
  color: #FFFFFF;
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-align: center;
  border-radius: 20px;
  padding: 0.5em;
  transition: background-color 0.3s ease;
}
@container main (max-width: 800px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-button .cm-button-text {
    font-size: 1.325em;
  }
}
@container main (max-width: 500px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-button .cm-button-text {
    font-size: 1.25em;
  }
}
#cm-rich-content .cm-serp-section .cm-serp .cm-button:hover .cm-button-text {
  background-color: #5F92D6;
}
#cm-rich-content .cm-serp-section .cm-serp .cm-img-col-serp {
  position: relative;
  max-width: 50%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-img-col-serp {
    order: 1;
  }
}
#cm-rich-content .cm-serp-section .cm-serp .cm-img-col {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-img-col {
    position: relative;
  }
}
@container main (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-title {
    order: 1;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col {
    padding: 2em 0 0;
  }
}
#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 .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-weight: 500;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  scrollbar-width: none;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide {
  flex-shrink: 0;
  width: 100%;
  animation: cm-slider-anim 12s ease-in-out infinite alternate;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide .cm-img-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide .cm-img-row .cm-cert {
  width: 100%;
  text-align: center;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide .cm-text-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide .cm-text-row .cm-slide-text {
  text-align: center;
  margin-top: 1em;
  margin-bottom: unset;
  width: 100%;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide .cm-text-row .cm-slide-text .cm-green {
  font-weight: 600;
  color: #019545;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide .cm-last {
  justify-content: flex-start;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide:nth-child(1) .cm-img-row .cm-cert, #cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide:nth-child(2) .cm-img-row .cm-cert {
  max-width: 50%;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide:nth-child(1) .cm-text-row .cm-slide-text, #cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide:nth-child(2) .cm-text-row .cm-slide-text {
  max-width: 50%;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide:nth-child(3) .cm-img-row .cm-cert:nth-child(1) {
  max-width: 55%;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide:nth-child(3) .cm-img-row .cm-cert:nth-child(2) {
  max-width: 45%;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide:nth-child(3) .cm-text-row .cm-slide-text:nth-child(1) {
  max-width: 55%;
}
#cm-rich-content .cm-serp-section .cm-serp-bottom .cm-text-col .cm-slides .cm-slide:nth-child(3) .cm-text-row .cm-slide-text:nth-child(2) {
  max-width: 45%;
}
@container main (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 main (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: 400px;
  }
}
@container main (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;
  }
  50% {
    translate: -100% 0;
  }
  85% {
    translate: -155% 0;
  }
  100% {
    translate: -155% 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 .cm-img {
  margin: 0 auto;
}
#cm-rich-content .cm-footer::before {
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  background-color: #C43A3A;
}/*# sourceMappingURL=style.css.map */