.ihc-character-group-aside {
    width: 23.75em;
    margin-inline: auto;
}

.ihc-character-group-aside-wrapper {
    position: relative;
    max-width: 100vw;
}

.ihc-character-group-footer {
    background-color: #659cff;
    padding-block: 1.5em;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
}

@media screen and (max-width: 904px) {
    .ihc-character-group-footer {
        padding-block: 1.75rem;
    }
}

.ihc-character-group-icon-wrapper,
.ihc-character-group-icon {
    pointer-events: none;
    position: relative;
}

.ihc-character-group-icon svg {
    overflow: visible;
    pointer-events: none !important;
}

.ihc-character-group-icon svg * {
    pointer-events: all;
    cursor: pointer;
}

.ihc-character-group-icon .icon {
    position: absolute;
    width: 300px;
    height: 300px;
}

.ihc-character-group-icon-love {
	z-index: 1;
}

.ihc-character-group-icon-love .icon {
    left: 16em;
    bottom: -12em;
}

.ihc-character-group-icon-happy {
	z-index: 1;
}

.ihc-character-group-icon-happy .icon {
    left: 2em;
    bottom: -11em;
    scale: .7;
}

.ihc-character-group-icon-hopeful {
    z-index: 7;
}

.ihc-character-group-icon-hopeful .icon {
    left: 15em;
    bottom: -22.1em;
    scale: 1.2;
}

.ihc-character-group-icon-sad {
    z-index: 5;
}

.ihc-character-group-icon-sad .icon {
    left: 33em;
    bottom: -22.3em;
    scale: .9;
}

.ihc-character-group-icon-surprise {
    z-index: 9;
}

.ihc-character-group-icon-surprise .icon {
    left: 25em;
    bottom: -22.1em;
    scale: .85;
}

.ihc-character-group-icon-anger {
    z-index: 4;
}

.ihc-character-group-icon-anger .icon {
    bottom: -20em;
    scale: .7;
    left: 5em;
}

.ihc-character-group-icon-disgust {
    z-index: 6;
}

.ihc-character-group-icon-disgust .icon {
    transform: scaleX(-1);
    left: 27em;
    top: -8em;
    scale: .75;
}

.ihc-character-group-icon-fear {
	z-index: 3;
}

.ihc-character-group-icon-fear .icon {
    left: -1em;
    bottom: -21.3em;
    transform: scaleX(-1);
}

.ihc-childrens-health-footer-main:is(div) {
    display: grid;
}

.ihc-childrens-health-footer-main {
    container: main/inline-size;
    place-content: center;
    place-items: center;
}

.ihc-link {
    text-decoration: none;
}

.ihc-childrens-footer-bg {
    width: 337px;
    height: 103px;
}

.ihc-dynamic-icons {
    display: flex;
    align-items: center;
    width: 300px;
    height: 300px;
}

.ihc-character-group-footer-wrapper {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    max-width: 1580px;
}

.ihc-character-group-footer-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 2em;
}

.ihc-character-group-icon-wrapper {
    pointer-events: none;
    position: relative;
    bottom: -1.5em;
    left: -.5em;
    z-index: 1;
    scale: .5;
    width: 3em;
    height: 12em;
}

@media screen and (min-width: 600px) {
	.ihc-character-group-icon-wrapper {
		scale: .75;
        width: 44em;
        left: -11em;
        height: 15.5em;
        bottom: -2em;
	}
    
    .ihc-character-group-footer-wrapper {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media screen and (min-width: 905px) {
	.ihc-character-group-icon-wrapper {
        scale: .9;
        height: 17em;
        bottom: -2.75em;
	}

    .ihc-character-group-footer-inner {
        gap: 2em;
    }

    .ihc-character-group-footer-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width: 1200px) {
	.ihc-character-group-icon-wrapper {
		scale: .8;
        left: -4.5em;
        height: 16em;
	}

	.ihc-character-group-footer-inner {
		flex-direction: row;
		justify-content: space-between;
	}

	.ihc-character-group-aside {
		flex: 3 3 70%;
	}

	.ihc-character-group-aside-wrapper {
		position: relative;
		max-width: 100vw;
	}

	.ihc-childrens-health-footer-main {
		flex: 1 1 50%;
		max-width: 840px;
	}

    .ihc-childrens-health-footer-main {
        container: main/inline-size;
        place-content: center;
        place-items: center;
    }
}

@media screen and (min-width: 1440px) {
	.ihc-character-group-icon-wrapper {
		scale: 1;
		left: 0;
		height: 18em;
		bottom: -4em;
	}

    .ihc-character-group-footer-wrapper {
        max-width: 1920px;
    }
}

.ihc-childrens-health-words-ch {
    display: none;
}

.ihc-childrens-health-footer-cta ul li span {
  display: flex;
  gap: .5em;
  line-height: 1;
}