@font-face {
  font-family: philipsFont;
  src: url("./fonts/neuefrutigerworld-book.woff2") format("woff2"), url("./fonts/neuefrutigerworld-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: philipsFont;
  src: url("./fonts/neuefrutigerworld-bold.woff2") format("woff2"), url("./fonts/neuefrutigerworld-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
#cairo-heads-rondo-g3-container {
  position: relative;
  z-index: 0;
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.25);
  --color-white: #ffffff;
  --color-off-white: #f7f6f3;
  --color-gray: #f5f4f0;
  --color-cyan: #105b71;
  --color-navy: #090a38;
  --section-radius: 20px;
  --section-padding: 20px;
  --section-border: 2px;
  overflow: hidden;
}
#cairo-heads-rondo-g3-container * {
  position: relative;
  box-sizing: border-box;
  color: var(--color-white);
  list-style: none;
  font-family: philipsFont, "Open Sans", Helvetica;
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
#cairo-heads-rondo-g3-container input,
#cairo-heads-rondo-g3-container label,
#cairo-heads-rondo-g3-container textarea,
#cairo-heads-rondo-g3-container button,
#cairo-heads-rondo-g3-container select,
#cairo-heads-rondo-g3-container a {
  -webkit-tap-highlight-color: transparent;
}
#cairo-heads-rondo-g3-container section {
  position: relative;
  overflow: hidden;
  container-type: inline-size;
  padding: var(--section-padding);
  background-color: var(--color-cyan);
}
#cairo-heads-rondo-g3-container section:nth-child(1) {
  z-index: 20;
}
#cairo-heads-rondo-g3-container section:nth-child(2) {
  z-index: 19;
}
#cairo-heads-rondo-g3-container section:nth-child(3) {
  z-index: 18;
}
#cairo-heads-rondo-g3-container section:nth-child(4) {
  z-index: 17;
}
#cairo-heads-rondo-g3-container section:nth-child(5) {
  z-index: 16;
}
#cairo-heads-rondo-g3-container section:nth-child(6) {
  z-index: 15;
}
#cairo-heads-rondo-g3-container section:nth-child(7) {
  z-index: 14;
}
#cairo-heads-rondo-g3-container section:nth-child(8) {
  z-index: 13;
}
#cairo-heads-rondo-g3-container section:nth-child(9) {
  z-index: 12;
}
#cairo-heads-rondo-g3-container section:nth-child(10) {
  z-index: 11;
}
#cairo-heads-rondo-g3-container section:nth-child(11) {
  z-index: 10;
}
#cairo-heads-rondo-g3-container section:nth-child(12) {
  z-index: 9;
}
#cairo-heads-rondo-g3-container section:nth-child(13) {
  z-index: 8;
}
#cairo-heads-rondo-g3-container section:nth-child(14) {
  z-index: 7;
}
#cairo-heads-rondo-g3-container section:nth-child(15) {
  z-index: 6;
}
#cairo-heads-rondo-g3-container section:nth-child(16) {
  z-index: 5;
}
#cairo-heads-rondo-g3-container section:nth-child(17) {
  z-index: 4;
}
#cairo-heads-rondo-g3-container section:nth-child(18) {
  z-index: 3;
}
#cairo-heads-rondo-g3-container section:nth-child(19) {
  z-index: 2;
}
#cairo-heads-rondo-g3-container section:nth-child(20) {
  z-index: 1;
}
#cairo-heads-rondo-g3-container section:first-child {
  margin-top: 0;
  padding-top: var(--section-padding);
}
#cairo-heads-rondo-g3-container section:first-child::after {
  display: none;
}
#cairo-heads-rondo-g3-container section.rounded-section {
  border-bottom-left-radius: var(--section-radius);
  border-bottom-right-radius: var(--section-radius);
  margin-top: calc(var(--section-radius) * -1);
  padding-top: calc(var(--section-radius) + var(--section-padding));
}
#cairo-heads-rondo-g3-container section.rounded-section::after {
  top: var(--section-radius);
}
#cairo-heads-rondo-g3-container section.rounded-section + section {
  margin-top: calc(var(--section-radius) * -1);
  padding-top: calc(var(--section-radius) + var(--section-padding));
}
#cairo-heads-rondo-g3-container section.rounded-section + section::after {
  top: 0;
  height: calc(var(--section-radius) + var(--section-border));
  border-bottom-left-radius: var(--section-radius);
  border-bottom-right-radius: var(--section-radius);
}
#cairo-heads-rondo-g3-container section.top-border::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-white);
}
#cairo-heads-rondo-g3-container section .section-header h2,
#cairo-heads-rondo-g3-container section .section-header h3 {
  text-align: center;
  font-weight: normal;
  line-height: 1.25;
}
#cairo-heads-rondo-g3-container section .section-header h2 {
  font-size: 8cqw;
}
#cairo-heads-rondo-g3-container section .section-header h3 {
  font-size: 6cqw;
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section .section-header h2,
  #cairo-heads-rondo-g3-container section .section-header h3 {
    margin-left: 120px;
    margin-right: 120px;
  }
  #cairo-heads-rondo-g3-container section .section-header h2 {
    font-size: 5cqw;
  }
  #cairo-heads-rondo-g3-container section .section-header h3 {
    font-size: 4cqw;
  }
}
#cairo-heads-rondo-g3-container a {
  text-decoration: none;
}
#cairo-heads-rondo-g3-container strong {
  color: inherit;
}
#cairo-heads-rondo-g3-container sup {
  font-size: 0.75em;
}
#cairo-heads-rondo-g3-container h2,
#cairo-heads-rondo-g3-container h3,
#cairo-heads-rondo-g3-container h4 {
  font-weight: 700;
}
#cairo-heads-rondo-g3-container .black-text {
  color: black;
}
#cairo-heads-rondo-g3-container img {
  max-width: 100%;
}
#cairo-heads-rondo-g3-container .bg-img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#cairo-heads-rondo-g3-container .show-mobile {
  display: block;
}
#cairo-heads-rondo-g3-container .show-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container {
    --section-radius: 40px;
    --section-padding: 40px;
    --section-border: 4px;
  }
  #cairo-heads-rondo-g3-container .show-mobile {
    display: none;
  }
  #cairo-heads-rondo-g3-container .show-desktop {
    display: block;
  }
}
#cairo-heads-rondo-g3-container section.header {
  padding-top: var(--section-padding);
  margin-top: 0;
  aspect-ratio: 900/1400;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-heads-rondo-g3-container section.header .header-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-heads-rondo-g3-container section.header .header-content .badge {
  margin-left: calc(var(--section-padding) * -1);
}
#cairo-heads-rondo-g3-container section.header .header-content h2 {
  font-size: 32px;
  line-height: 1.25;
  color: var(--color-white);
  text-align: left;
  font-weight: bold;
  margin: 0;
}
#cairo-heads-rondo-g3-container section.header .header-content p {
  font-size: 16px;
  color: var(--color-white);
  text-align: left;
  margin: 0;
}
#cairo-heads-rondo-g3-container section.header .header-content p strong {
  display: block;
}
#cairo-heads-rondo-g3-container section.header .header-content .copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section.header {
    aspect-ratio: 2000/1184;
    justify-content: space-between;
  }
  #cairo-heads-rondo-g3-container section.header .header-content {
    width: 60%;
    gap: 20px;
  }
  #cairo-heads-rondo-g3-container section.header .header-content h2 {
    font-size: 40px;
    font-size: 4.35cqw;
    line-height: calc(4.35cqw * 1.25);
    margin-bottom: 0;
    color: var(--color-white);
  }
  #cairo-heads-rondo-g3-container section.header .header-content p {
    font-size: 20px;
    margin-bottom: 0;
  }
  #cairo-heads-rondo-g3-container section.header .header-content .copy {
    gap: 20px;
  }
}
#cairo-heads-rondo-g3-container section.head {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-heads-rondo-g3-container section.head * {
  color: var(--color-cyan);
}
#cairo-heads-rondo-g3-container section.head .section-header h2 {
  font-size: 26px;
  line-height: 1.25;
  color: var(--color-cyan);
  text-align: center;
  margin: 0;
}
#cairo-heads-rondo-g3-container section.head .cards {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  border-radius: 20px;
  gap: 20px;
  scroll-behavior: smooth;
  scroll-margin: 0;
  scroll-snap-type: x mandatory;
}
#cairo-heads-rondo-g3-container section.head .cards .card {
  scroll-snap-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  overflow: hidden;
  border-radius: 20px;
  padding: 7%;
  padding-top: 10%;
  background-color: var(--color-white);
  gap: 20px;
}
#cairo-heads-rondo-g3-container section.head .cards .card .card-image {
  position: relative;
  aspect-ratio: 1;
  width: 75%;
}
#cairo-heads-rondo-g3-container section.head .cards .card .card-image img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#cairo-heads-rondo-g3-container section.head .cards .card .card-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-heads-rondo-g3-container section.head .cards .card img {
  display: block;
  width: 140px;
  object-fit: cover;
}
#cairo-heads-rondo-g3-container section.head .cards .card p {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section.head {
    gap: 20px;
    padding-bottom: 60px;
  }
  #cairo-heads-rondo-g3-container section.head .section-header h2 {
    font-size: 32px;
    margin: 0;
  }
  #cairo-heads-rondo-g3-container section.head .cards {
    overflow: initial;
    gap: 0;
    width: 100%;
    border-radius: 0;
  }
  #cairo-heads-rondo-g3-container section.head .cards .card {
    width: calc(100% / 3);
    background-color: transparent;
    padding: 4%;
    padding-top: 6%;
  }
  #cairo-heads-rondo-g3-container section.head .cards .card .card-image {
    width: 94%;
  }
  #cairo-heads-rondo-g3-container section.head .cards .card p {
    font-size: 20px;
  }
}
#cairo-heads-rondo-g3-container section.info {
  aspect-ratio: 900/1412;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
#cairo-heads-rondo-g3-container section.info .section-copy,
#cairo-heads-rondo-g3-container section.info .section-diagram {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
#cairo-heads-rondo-g3-container section.info .section-copy {
  text-align: center;
}
#cairo-heads-rondo-g3-container section.info .section-copy h2 {
  font-size: 32px;
  line-height: 1.25;
  color: var(--color-white);
  text-align: left;
  margin: 0;
}
#cairo-heads-rondo-g3-container section.info .section-copy p {
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-white);
  text-align: left;
  margin: 0;
}
#cairo-heads-rondo-g3-container section.info .section-diagram img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section.info {
    aspect-ratio: 2000/840;
    min-height: 350px;
    flex-direction: row-reverse;
    gap: 2em;
  }
  #cairo-heads-rondo-g3-container section.info .section-copy {
    width: 60%;
    text-align: left;
  }
  #cairo-heads-rondo-g3-container section.info .section-copy h2 {
    line-height: 1.25;
    color: var(--color-white);
    text-align: left;
    margin: 0;
  }
  #cairo-heads-rondo-g3-container section.info .section-copy p {
    font-size: 20px;
    color: var(--color-white);
  }
  #cairo-heads-rondo-g3-container section.info .section-diagram {
    width: 40%;
  }
  #cairo-heads-rondo-g3-container section.info .section-diagram img {
    width: 100%;
    height: auto;
  }
}
#cairo-heads-rondo-g3-container section.pairing {
  aspect-ratio: 900/1200;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#cairo-heads-rondo-g3-container section.pairing .section-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
#cairo-heads-rondo-g3-container section.pairing .section-copy h2 {
  color: var(--color-cyan);
  font-size: 28px;
  line-height: 1.25;
  text-align: left;
  margin: 0;
}
#cairo-heads-rondo-g3-container section.pairing .section-copy p {
  color: var(--color-cyan);
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  margin: 0;
}
#cairo-heads-rondo-g3-container section.pairing .section-diagram img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section.pairing {
    aspect-ratio: 2000/800;
    min-height: 350px;
    flex-direction: row;
    gap: 2em;
  }
  #cairo-heads-rondo-g3-container section.pairing .section-copy {
    width: 45%;
  }
  #cairo-heads-rondo-g3-container section.pairing .section-copy p {
    font-size: 20px;
  }
}
#cairo-heads-rondo-g3-container section.brush {
  aspect-ratio: 450/700;
}
#cairo-heads-rondo-g3-container section.brush .section-copy {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#cairo-heads-rondo-g3-container section.brush .section-copy h2 {
  font-size: 7cqw;
  line-height: 1.25;
  color: var(--color-white);
  text-align: left;
  margin-bottom: 0;
}
#cairo-heads-rondo-g3-container section.brush .section-copy p {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section.brush {
    aspect-ratio: 1000/640;
  }
  #cairo-heads-rondo-g3-container section.brush .section-copy {
    max-width: 50%;
    height: 100%;
    justify-content: center;
  }
  #cairo-heads-rondo-g3-container section.brush .section-copy h2 {
    font-size: 44px;
    font-size: 4.4cqw;
    line-height: 1.25;
  }
  #cairo-heads-rondo-g3-container section.brush .section-copy p {
    font-size: 24px;
    font-size: 2.4cqw;
  }
}
#cairo-heads-rondo-g3-container section.slider {
  --gradient-a3: linear-gradient(90deg, #b9a372 0%, #fcf6e0 129.66%);
  --gradient-g3: linear-gradient(90deg, #6c3e98 0%, #9877b5 100%);
  --gradient-c3: linear-gradient(90deg, #0b79bf 0%, #31a9e0 100%);
  --gradient-w2: #3eb549;
  --gradient-s2: #d9cbe4;
  --gradient-c1: linear-gradient(90deg, #5dc4b4 0%, #b4e1de 100%);
  --gradient-kids3: linear-gradient(90deg, #f48e1f 0%, #fab644 100%);
  --gradient-kids7: linear-gradient(90deg, #f48e1f 0%, #fab644 100%);
  background-color: var(--color-white);
  color: var(--color-cyan);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#cairo-heads-rondo-g3-container section.slider h2 {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  color: var(--color-cyan);
  margin: 0;
  line-height: 1.25;
}
#cairo-heads-rondo-g3-container section.slider .carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slides {
  display: grid;
  grid-template-columns: repeat(8, 100%);
  height: 100%;
  align-items: start;
  justify-items: center;
  transition: transform 0.33s ease-in-out;
}
#cairo-heads-rondo-g3-container section.slider .carousel input {
  display: none;
}
#cairo-heads-rondo-g3-container section.slider .carousel #slide1:checked ~ .slides {
  transform: translateX(0);
}
#cairo-heads-rondo-g3-container section.slider .carousel #slide2:checked ~ .slides {
  transform: translateX(-100%);
}
#cairo-heads-rondo-g3-container section.slider .carousel #slide3:checked ~ .slides {
  transform: translateX(-200%);
}
#cairo-heads-rondo-g3-container section.slider .carousel #slide4:checked ~ .slides {
  transform: translateX(-300%);
}
#cairo-heads-rondo-g3-container section.slider .carousel #slide5:checked ~ .slides {
  transform: translateX(-400%);
}
#cairo-heads-rondo-g3-container section.slider .carousel #slide6:checked ~ .slides {
  transform: translateX(-500%);
}
#cairo-heads-rondo-g3-container section.slider .carousel #slide7:checked ~ .slides {
  transform: translateX(-600%);
}
#cairo-heads-rondo-g3-container section.slider .carousel #slide8:checked ~ .slides {
  transform: translateX(-700%);
}
#cairo-heads-rondo-g3-container section.slider .carousel .right-arrows {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}
#cairo-heads-rondo-g3-container section.slider .carousel .left-arrows {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}
#cairo-heads-rondo-g3-container section.slider .carousel .arrow {
  width: 25px;
  height: 50px;
  filter: brightness(0.8);
}
#cairo-heads-rondo-g3-container section.slider .carousel label {
  display: none;
  cursor: pointer;
  aspect-ratio: 40/50;
}
#cairo-heads-rondo-g3-container section.slider .carousel #slide1:checked ~ .right-arrows label[for="slide2"].next,
#cairo-heads-rondo-g3-container section.slider .carousel #slide2:checked ~ .left-arrows label[for="slide1"].prev,
#cairo-heads-rondo-g3-container section.slider .carousel #slide2:checked ~ .right-arrows label[for="slide3"].next,
#cairo-heads-rondo-g3-container section.slider .carousel #slide3:checked ~ .left-arrows label[for="slide2"].prev,
#cairo-heads-rondo-g3-container section.slider .carousel #slide3:checked ~ .right-arrows label[for="slide4"].next,
#cairo-heads-rondo-g3-container section.slider .carousel #slide4:checked ~ .left-arrows label[for="slide3"].prev,
#cairo-heads-rondo-g3-container section.slider .carousel #slide4:checked ~ .right-arrows label[for="slide5"].next,
#cairo-heads-rondo-g3-container section.slider .carousel #slide5:checked ~ .left-arrows label[for="slide4"].prev,
#cairo-heads-rondo-g3-container section.slider .carousel #slide5:checked ~ .right-arrows label[for="slide6"].next,
#cairo-heads-rondo-g3-container section.slider .carousel #slide6:checked ~ .left-arrows label[for="slide5"].prev,
#cairo-heads-rondo-g3-container section.slider .carousel #slide6:checked ~ .right-arrows label[for="slide7"].next,
#cairo-heads-rondo-g3-container section.slider .carousel #slide7:checked ~ .left-arrows label[for="slide6"].prev,
#cairo-heads-rondo-g3-container section.slider .carousel #slide7:checked ~ .right-arrows label[for="slide8"].next,
#cairo-heads-rondo-g3-container section.slider .carousel #slide8:checked ~ .left-arrows label[for="slide7"].prev {
  display: block;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 20px;
  width: 100%;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide img {
  max-width: 75%;
  aspect-ratio: 500/600;
  object-fit: contain;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 10px;
  max-width: 95%;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  color: var(--color-cyan);
  text-align: center;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-title.slide-title-a3 > strong {
  background: var(--gradient-a3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-title.slide-title-g3 > strong {
  background: var(--gradient-g3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-title.slide-title-c3 > strong {
  background: var(--gradient-c3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-title.slide-title-w2 > strong {
  background: var(--gradient-w2);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-title.slide-title-s2 > strong {
  background: var(--gradient-s2);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-title.slide-title-c1 > strong {
  background: var(--gradient-c1);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-title.slide-title-kids3 > strong {
  background: var(--gradient-kids3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-title.slide-title-kids7 > strong {
  background: var(--gradient-kids7);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-text {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  color: var(--color-cyan);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section.slider {
    min-height: 0px;
  }
  #cairo-heads-rondo-g3-container section.slider h2 {
    font-size: 44px;
  }
  #cairo-heads-rondo-g3-container section.slider h2 strong {
    display: block;
  }
  #cairo-heads-rondo-g3-container section.slider .carousel {
    user-select: none;
  }
  #cairo-heads-rondo-g3-container section.slider .carousel .arrow {
    width: 30px;
    height: 60px;
  }
  #cairo-heads-rondo-g3-container section.slider .carousel .right-arrows {
    top: 40%;
    right: 0%;
  }
  #cairo-heads-rondo-g3-container section.slider .carousel .left-arrows {
    top: 40%;
    left: 0%;
  }
  #cairo-heads-rondo-g3-container section.slider .carousel .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container {
    max-width: 550px;
  }
  #cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-title {
    font-size: 20px;
  }
  #cairo-heads-rondo-g3-container section.slider .carousel .slide .slider-text-container .slide-text {
    font-size: 20px;
  }
  #cairo-heads-rondo-g3-container section.slider .carousel .slides {
    grid-template-columns: repeat(8, calc(100% / 3));
  }
  #cairo-heads-rondo-g3-container section.slider .carousel #slide1:checked ~ .slides {
    transform: translateX(0);
  }
  #cairo-heads-rondo-g3-container section.slider .carousel #slide2:checked ~ .slides {
    transform: translateX(calc(-100% / 3));
  }
  #cairo-heads-rondo-g3-container section.slider .carousel #slide3:checked ~ .slides {
    transform: translateX(calc(-200% / 3));
  }
  #cairo-heads-rondo-g3-container section.slider .carousel #slide4:checked ~ .slides {
    transform: translateX(calc(-300% / 3));
  }
  #cairo-heads-rondo-g3-container section.slider .carousel #slide5:checked ~ .slides {
    transform: translateX(calc(-400% / 3));
  }
  #cairo-heads-rondo-g3-container section.slider .carousel #slide6:checked ~ .slides {
    transform: translateX(calc(-500% / 3));
  }
  #cairo-heads-rondo-g3-container section.slider .carousel #slide7:checked ~ .slides {
    transform: translateX(calc(-500% / 3));
  }
  #cairo-heads-rondo-g3-container section.slider .carousel #slide8:checked ~ .slides {
    transform: translateX(calc(-500% / 3));
  }
  #cairo-heads-rondo-g3-container section.slider .carousel #slide6:checked ~ .right-arrows label[for="slide7"].next,
  #cairo-heads-rondo-g3-container section.slider .carousel #slide7:checked ~ .right-arrows label[for="slide8"].next {
    display: none;
  }
}
#cairo-heads-rondo-g3-container section.icons {
  background: linear-gradient(157.38deg, #10252b -4.34%, #2c6e82 35.49%, #9ecdda 95.66%);
  display: flex;
  flex-direction: column;
}
#cairo-heads-rondo-g3-container section.icons .section-header h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.25;
  color: var(--color-white);
  text-align: center;
  margin: 0;
}
#cairo-heads-rondo-g3-container section.icons .section-icons {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#cairo-heads-rondo-g3-container section.icons .section-icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#cairo-heads-rondo-g3-container section.icons .section-icons .icon img {
  width: 230px;
  max-width: 100%;
  height: auto;
}
#cairo-heads-rondo-g3-container section.icons .section-icons .icon p {
  width: 250px;
  max-width: 100%;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section.icons {
    background: linear-gradient(98.98deg, #10252b 2.38%, #2c6e82 39.24%, #9ecdda 94.91%);
  }
  #cairo-heads-rondo-g3-container section.icons .section-header h2 {
    font-size: 40px;
    margin: 0;
  }
  #cairo-heads-rondo-g3-container section.icons .section-icons {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
  #cairo-heads-rondo-g3-container section.icons .section-icons .icon {
    width: calc(100% / 3);
    gap: 20px;
  }
  #cairo-heads-rondo-g3-container section.icons .section-icons .icon p {
    font-size: 20px;
  }
}
#cairo-heads-rondo-g3-container section.cert {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-heads-rondo-g3-container section.cert * {
  color: var(--color-cyan);
}
#cairo-heads-rondo-g3-container section.cert .cards {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  border-radius: 20px;
  gap: 20px;
  scroll-behavior: smooth;
  scroll-margin: 0;
  scroll-snap-type: x mandatory;
}
#cairo-heads-rondo-g3-container section.cert .cards .card {
  scroll-snap-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  overflow: hidden;
  border-radius: 20px;
  padding: 7%;
  background-color: var(--color-white);
  gap: 20px;
}
#cairo-heads-rondo-g3-container section.cert .cards .card .card-image {
  position: relative;
  aspect-ratio: 1;
  width: 75%;
}
#cairo-heads-rondo-g3-container section.cert .cards .card .card-image img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#cairo-heads-rondo-g3-container section.cert .cards .card .card-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-heads-rondo-g3-container section.cert .cards .card img {
  display: block;
  width: 140px;
  object-fit: cover;
}
#cairo-heads-rondo-g3-container section.cert .cards .card p {
  font-size: 14px;
  text-align: center;
  line-height: 1.25;
  color: var(--color-cyan);
}
#cairo-heads-rondo-g3-container section.cert .cards .card p strong {
  color: var(--color-cyan);
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section.cert {
    gap: 20px;
    padding-bottom: 60px;
  }
  #cairo-heads-rondo-g3-container section.cert .cards {
    overflow: initial;
    gap: 0;
    width: 100%;
    border-radius: 0;
  }
  #cairo-heads-rondo-g3-container section.cert .cards .card {
    width: calc(100% / 3);
    background-color: transparent;
    padding: 4%;
  }
  #cairo-heads-rondo-g3-container section.cert .cards .card .card-image {
    width: 94%;
  }
  #cairo-heads-rondo-g3-container section.cert .cards .card p {
    font-size: 20px;
  }
}
#cairo-heads-rondo-g3-container section.care {
  padding: 0;
  background-color: var(--color-white);
  color: var(--color-cyan);
}
#cairo-heads-rondo-g3-container section.care * {
  color: var(--color-cyan);
}
#cairo-heads-rondo-g3-container section.care .section-header {
  padding: 0 var(--section-padding);
}
#cairo-heads-rondo-g3-container section.care .section-header h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.25;
  color: var(--color-cyan);
  text-align: center;
  margin: 0;
}
#cairo-heads-rondo-g3-container section.care .slider-cards {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#cairo-heads-rondo-g3-container section.care .slider-cards input {
  display: none;
}
#cairo-heads-rondo-g3-container section.care .slider-cards .slides {
  display: grid;
  grid-template-columns: repeat(8, 100%);
  height: 100%;
  align-items: start;
  justify-items: center;
  padding: var(--section-padding);
  gap: 40px;
  transition: transform 0.33s ease-in-out;
}
#cairo-heads-rondo-g3-container section.care .slider-cards .slides .slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
#cairo-heads-rondo-g3-container section.care .slider-cards .slides .slide .card {
  width: 100%;
  border-radius: 20px;
}
#cairo-heads-rondo-g3-container section.care .slider-cards .slides .slide .slide-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cairo-heads-rondo-g3-container section.care .slider-cards .slides .slide .slide-title h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.25;
  color: var(--color-cyan);
  margin: 0;
  text-align: center;
}
#cairo-heads-rondo-g3-container section.care .slider-cards .slides .slide .slide-title h3 strong {
  display: block;
}
#cairo-heads-rondo-g3-container section.care .slider-cards #slider-card-1:checked ~ .slides {
  transform: translateX(0);
}
#cairo-heads-rondo-g3-container section.care .slider-cards #slider-card-2:checked ~ .slides {
  transform: translateX(-100%);
}
#cairo-heads-rondo-g3-container section.care .slider-cards .right-arrows,
#cairo-heads-rondo-g3-container section.care .slider-cards .left-arrows {
  position: absolute;
  top: 90px;
  transform: translateY(-50%);
  filter: brightness(0.7);
}
#cairo-heads-rondo-g3-container section.care .slider-cards .right-arrows {
  right: 40px;
}
#cairo-heads-rondo-g3-container section.care .slider-cards .left-arrows {
  left: 40px;
}
#cairo-heads-rondo-g3-container section.care .slider-cards .arrow {
  width: 25px;
  height: 50px;
}
#cairo-heads-rondo-g3-container section.care .slider-cards label {
  display: none;
  cursor: pointer;
  aspect-ratio: 40/50;
}
#cairo-heads-rondo-g3-container section.care .slider-cards #slider-card-1:checked ~ .right-arrows label[for="slider-card-2"].next,
#cairo-heads-rondo-g3-container section.care .slider-cards #slider-card-2:checked ~ .left-arrows label[for="slider-card-1"].prev {
  display: block;
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section.care .section-header h3 {
    font-size: 44px;
  }
  #cairo-heads-rondo-g3-container section.care .slider-cards .slides {
    grid-template-columns: repeat(2, 1fr);
    transform: none !important;
  }
  #cairo-heads-rondo-g3-container section.care .slider-cards .slides .slide .slide-title h3 {
    font-size: 24px;
  }
  #cairo-heads-rondo-g3-container section.care .slider-cards .slides .slide .card {
    border-radius: 30px;
  }
  #cairo-heads-rondo-g3-container section.care .slider-cards .right-arrows,
  #cairo-heads-rondo-g3-container section.care .slider-cards .left-arrows {
    display: none;
  }
}
#cairo-heads-rondo-g3-container section.footnotes {
  padding-top: var(--section-padding);
  background-color: var(--color-white);
  color: var(--color-cyan);
}
#cairo-heads-rondo-g3-container section.footnotes * {
  color: var(--color-cyan);
}
#cairo-heads-rondo-g3-container section.footnotes p {
  font-size: 10px;
  font-kerning: none;
  margin: 0.5em 0;
  line-height: 1.25;
  text-align: left;
  color: var(--color-cyan);
}
@media screen and (min-width: 768px) {
  #cairo-heads-rondo-g3-container section.footnotes p {
    font-size: 12px;
  }
}
#cairo-heads-rondo-g3-container section.footer {
  background: linear-gradient(104.16deg, #10252b 0%, #2c6e82 39.5%, #9ecdda 100%);
  display: flex;
  justify-content: center;
  align-content: center;
}
#cairo-heads-rondo-g3-container section.footer img {
  margin: 1em;
  aspect-ratio: 199/74;
  width: 50%;
  max-width: 199px;
}
#cairo-heads-rondo-g3-container {
  max-width: 820px;
}
