#chc-redesign-homepage {
--chc-green: #3F8A3C;
--chc-mint: #8FBE8C;
--chc-mint-pale: #E4F0E3;
--chc-mint-on-green: #CFE4CD;
--chc-ink: #2B2724;
--chc-ink-line: #423C36;
--chc-ink-line-soft: #3D3833;
--chc-paper: #FAF6F0;
--chc-sand: #EAE1D5;
--chc-sand-line: #DCD1C1;
--chc-cream: #FFF9EC;
--chc-red: #C3261F;
--chc-brown: #754C24;
--chc-blue: #2B42AC;
--chc-gold: #FFBA00;
--chc-body: #5C5648;
--chc-body-soft: #6B6558;
--chc-muted: #8A8272;
--chc-muted-2: #B0A697;
--chc-border: #D5CBBC;
--chc-attend-tint: #F1F5F0;
--chc-mat-tint: #F5F0E9;
--chc-mat-muted: #A08A5E;
font-family: Poppins, sans-serif;
background: var(--chc-paper);
color: var(--chc-ink);
}
#chc-redesign-homepage * {
box-sizing: border-box;
}
#chc-redesign-homepage img {
display: block;
max-width: 100%;
height: auto;
}
#chc-redesign-homepage a {
text-decoration: none;
color: inherit;
} #chc-redesign-homepage .chc-kicker {
margin: 0 0 0.75rem;
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.2em;
text-transform: uppercase;
}
#chc-redesign-homepage .chc-kicker--green { color: var(--chc-green); }
#chc-redesign-homepage .chc-kicker--red { color: var(--chc-red); }
#chc-redesign-homepage .chc-kicker--mint { color: var(--chc-mint); font-weight: 600; }
#chc-redesign-homepage .chc-kicker--mint-on-green { color: var(--chc-mint-on-green); }
#chc-redesign-homepage .chc-h2 {
margin: 0;
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.15;
font-size: 1.75rem;
color: var(--chc-ink);
}
#chc-redesign-homepage .chc-h2--light {
color: var(--chc-paper);
}
#chc-redesign-homepage .chc-lede {
margin: 0.875rem 0 0;
font-size: 1rem;
line-height: 1.6;
color: var(--chc-body);
max-width: 40em;
}
#chc-redesign-homepage .chc-lede--light {
color: #C5BEB6;
}
#chc-redesign-homepage .chc-lede--on-green {
color: #E4F0E3;
}
#chc-redesign-homepage .chc-section-head {
display: flex;
flex-direction: column;
gap: 1.25rem;
margin-bottom: 1.75rem;
}
#chc-redesign-homepage .chc-btn {
display: inline-block;
text-align: center;
padding: 0.85rem 1.5rem;
border-radius: 9px;
font-size: 0.9375rem;
font-weight: 500;
transition: opacity 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}
#chc-redesign-homepage .chc-btn--nowrap { white-space: nowrap; }
#chc-redesign-homepage .chc-btn--green { background: var(--chc-green); color: #fff; }
#chc-redesign-homepage .chc-btn--green:hover { opacity: 0.9; }
#chc-redesign-homepage .chc-btn--ink { background: var(--chc-ink); color: var(--chc-paper); }
#chc-redesign-homepage .chc-btn--ink:hover { opacity: 0.9; }
#chc-redesign-homepage .chc-btn--brown { background: var(--chc-brown); color: #fff; }
#chc-redesign-homepage .chc-btn--brown:hover { opacity: 0.9; }
#chc-redesign-homepage .chc-btn--paper { background: var(--chc-paper); color: var(--chc-ink); }
#chc-redesign-homepage .chc-btn--paper:hover { opacity: 0.9; }
#chc-redesign-homepage .chc-btn--outline { border: 1px solid var(--chc-border); color: var(--chc-ink); }
#chc-redesign-homepage .chc-btn--outline:hover { border-color: var(--chc-green); }
#chc-redesign-homepage .chc-link-arrow {
display: inline-block;
font-size: 0.9375rem;
font-weight: 500;
color: var(--chc-green);
}
#chc-redesign-homepage .chc-link-arrow--disabled {
color: var(--chc-muted);
cursor: default;
} #chc-redesign-homepage .chc-image-slot {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
min-height: 12rem;
background: repeating-linear-gradient(135deg, var(--chc-sand), var(--chc-sand) 10px, #E4D9C8 10px, #E4D9C8 20px);
border-radius: inherit;
color: var(--chc-body-soft);
font-size: 0.8125rem;
text-align: center;
padding: 1rem;
} #chc-redesign-homepage .chc-hero {
position: relative;
}
#chc-redesign-homepage .chc-hero__image {
width: 100%;
height: 22rem;
object-fit: cover;
}
#chc-redesign-homepage .chc-hero__image.chc-image-slot,
#chc-redesign-homepage .chc-hero .chc-image-slot {
min-height: 22rem;
border-radius: 0;
}
#chc-redesign-homepage .chc-hero__plate {
margin-top: -2.125rem;
position: relative;
background: var(--chc-paper);
border-radius: 18px 18px 0 0;
padding: 1.75rem 1.25rem 2rem;
}
#chc-redesign-homepage .chc-hero__title {
margin: 0;
font-weight: 700;
font-size: 2rem;
line-height: 1.1;
letter-spacing: -0.02em;
text-wrap: pretty;
}
#chc-redesign-homepage .chc-hero__body {
margin: 0.875rem 0 0;
font-size: 0.9375rem;
line-height: 1.6;
color: var(--chc-body);
}
#chc-redesign-homepage .chc-hero__ctas {
display: flex;
flex-direction: column;
gap: 0.625rem;
margin-top: 1.375rem;
}
#chc-redesign-homepage .chc-hero__ctas .chc-btn {
display: block;
} #chc-redesign-homepage .chc-org-map {
background: var(--chc-ink);
color: var(--chc-paper);
padding: 2rem 1.25rem;
}
#chc-redesign-homepage .chc-org-map__lede {
margin: 0 0 1.25rem;
font-size: 1.0625rem;
font-weight: 500;
line-height: 1.5;
}
#chc-redesign-homepage .chc-org-map__groups {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
#chc-redesign-homepage .chc-org-map__group {
padding-top: 0.875rem;
border-top: 1px solid var(--chc-ink-line);
}
#chc-redesign-homepage .chc-org-map__links {
display: flex;
flex-direction: column;
gap: 0.375rem;
font-size: 0.9375rem;
margin-top: 0.5rem;
} #chc-redesign-homepage .chc-proof {
background: var(--chc-sand);
padding: 0.9rem 1.25rem;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.75rem;
font-size: 0.8125rem;
color: #4A443E;
}
#chc-redesign-homepage .chc-proof a {
color: var(--chc-green);
}
#chc-redesign-homepage .chc-proof__dot {
color: #C6BBAA;
} #chc-redesign-homepage .chc-equip-materials {
padding: 3rem 1.25rem 2.5rem;
}
#chc-redesign-homepage .chc-equip-materials__lead-image {
height: 14rem;
border-radius: 14px;
overflow: hidden;
margin-bottom: 2rem;
}
#chc-redesign-homepage .chc-equip-materials__lead-image-img,
#chc-redesign-homepage .chc-equip-materials__lead-image .chc-image-slot {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 14px;
}
#chc-redesign-homepage .chc-curriculum-carousel__eyebrow {
margin-bottom: 1rem;
}
#chc-redesign-homepage .chc-carousel {
display: grid;
grid-template-columns: auto 1fr auto;
grid-template-rows: auto auto;
align-items: center;
gap: 0 0.5rem;
}
#chc-redesign-homepage .chc-carousel__viewport {
grid-column: 2;
grid-row: 1;
overflow: hidden;
}
#chc-redesign-homepage .chc-carousel__track {
display: flex;
gap: 1.25rem;
list-style: none;
margin: 0;
padding: 0;
will-change: transform;
transition: transform 0.4s ease;
}
#chc-redesign-homepage .chc-carousel__slide {
flex: 0 0 100%;
min-width: 0;
}
#chc-redesign-homepage .chc-carousel__control {
grid-row: 1;
width: 2.5rem;
height: 2.5rem;
flex: none;
border-radius: 999px;
border: 1px solid var(--chc-border);
background: var(--chc-paper);
color: var(--chc-ink);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: border-color 0.16s ease, color 0.16s ease;
}
#chc-redesign-homepage .chc-carousel__control:hover,
#chc-redesign-homepage .chc-carousel__control:focus-visible {
border-color: var(--chc-green);
color: var(--chc-green);
}
#chc-redesign-homepage .chc-carousel__control--prev {
grid-column: 1;
}
#chc-redesign-homepage .chc-carousel__control--next {
grid-column: 3;
}
#chc-redesign-homepage .chc-carousel__dots {
grid-column: 1 / -1;
grid-row: 2;
display: flex;
justify-content: center;
gap: 0.5rem;
margin-top: 1.25rem;
}
#chc-redesign-homepage .chc-carousel__dot {
width: 0.5rem;
height: 0.5rem;
border-radius: 999px;
border: none;
background: var(--chc-border);
padding: 0;
cursor: pointer;
transition: background-color 0.16s ease, width 0.16s ease;
}
#chc-redesign-homepage .chc-carousel__dot.is-active {
background: var(--chc-green);
width: 1.25rem;
}
#chc-redesign-homepage .chc-curriculum-primary__tile {
display: block;
}
#chc-redesign-homepage .chc-curriculum-primary__image {
display: block;
height: 15rem;
border-radius: 14px;
overflow: hidden;
}
#chc-redesign-homepage .chc-curriculum-primary__image img,
#chc-redesign-homepage .chc-curriculum-primary__image .chc-image-slot {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 14px;
}
#chc-redesign-homepage .chc-curriculum-primary__meta {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-top: 0.75rem;
}
#chc-redesign-homepage .chc-curriculum-primary__label {
font-size: 1.25rem;
font-weight: 600;
}
#chc-redesign-homepage .chc-curriculum-primary__count {
font-size: 0.8125rem;
color: var(--chc-muted);
} #chc-redesign-homepage .chc-stage-pills {
margin-top: 2rem;
padding: 1.25rem 1.25rem 1.5rem;
background: var(--chc-sand);
border-radius: 14px;
}
#chc-redesign-homepage .chc-stage-pills__head {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 0.875rem;
}
#chc-redesign-homepage .chc-stage-pills__rule {
width: 1.5rem;
height: 2px;
background: var(--chc-muted-2);
flex: none;
}
#chc-redesign-homepage .chc-stage-pills__label {
margin: 0;
color: var(--chc-body);
font-weight: 600;
white-space: nowrap;
}
#chc-redesign-homepage .chc-stage-pills__list {
display: flex;
flex-wrap: wrap;
gap: 0.625rem;
}
#chc-redesign-homepage .chc-stage-pill {
display: inline-block;
border: 1px solid var(--chc-muted-2);
border-radius: 999px;
padding: 0.5rem 1.125rem;
font-size: 0.8125rem;
font-weight: 500;
color: var(--chc-ink);
background: var(--chc-paper);
transition: border-color 0.16s ease, color 0.16s ease, background-color 0.16s ease;
}
#chc-redesign-homepage .chc-stage-pill:hover {
border-color: var(--chc-green);
color: var(--chc-green);
background: #fff;
} #chc-redesign-homepage .chc-featured-products {
background: var(--chc-sand);
padding: 2.5rem 1.25rem;
}
#chc-redesign-homepage .chc-featured-products__grid {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
#chc-redesign-homepage .chc-featured-products__hero,
#chc-redesign-homepage .chc-featured-products__card {
display: block;
background: #fff;
border-radius: 14px;
padding: 1.125rem;
} #chc-redesign-homepage .chc-featured-products__hero-image,
#chc-redesign-homepage .chc-featured-products__card-image {
display: flex;
align-items: center;
justify-content: center;
background: var(--chc-paper);
border-radius: 10px;
overflow: hidden;
height: 11rem;
}
#chc-redesign-homepage .chc-featured-products__hero-image {
height: 14rem;
}
#chc-redesign-homepage .chc-featured-products__hero-image img,
#chc-redesign-homepage .chc-featured-products__card-image img {
width: 100%;
height: 100%;
object-fit: contain;
}
#chc-redesign-homepage .chc-featured-products__cat {
margin-top: 1rem;
}
#chc-redesign-homepage .chc-featured-products__row {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-top: 0.5rem;
}
#chc-redesign-homepage .chc-featured-products__name {
font-size: 1.25rem;
font-weight: 600;
}
#chc-redesign-homepage .chc-featured-products__price {
font-size: 1.125rem;
font-weight: 700;
color: var(--chc-ink);
} #chc-redesign-homepage .chc-featured-products__price del,
#chc-redesign-homepage .chc-featured-products__card-row del {
font-size: 0.75em;
font-weight: 400;
color: var(--chc-muted);
text-decoration: line-through;
opacity: 1;
}
#chc-redesign-homepage .chc-featured-products__price ins,
#chc-redesign-homepage .chc-featured-products__card-row ins {
margin-left: 0.4em;
font-size: 1.2em;
font-weight: 700;
color: var(--chc-green);
text-decoration: none;
}
#chc-redesign-homepage .chc-featured-products__others {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
#chc-redesign-homepage .chc-featured-products__card-name {
display: block;
font-size: 0.9375rem;
font-weight: 600;
margin-top: 0.625rem;
}
#chc-redesign-homepage .chc-featured-products__card-row {
display: flex;
justify-content: space-between;
font-size: 0.75rem;
color: var(--chc-muted);
margin-top: 0.25rem;
} #chc-redesign-homepage .chc-equip-art {
background: var(--chc-cream);
}
#chc-redesign-homepage .chc-equip-art__copy {
padding: 2.5rem 1.25rem;
}
#chc-redesign-homepage .chc-equip-art__swatches {
display: flex;
gap: 0.5rem;
margin-top: 1rem;
}
#chc-redesign-homepage .chc-swatch {
width: 22px;
height: 22px;
border-radius: 6px;
}
#chc-redesign-homepage .chc-swatch--gold { background: var(--chc-gold); }
#chc-redesign-homepage .chc-swatch--red { background: var(--chc-red); }
#chc-redesign-homepage .chc-swatch--blue { background: var(--chc-blue); }
#chc-redesign-homepage .chc-swatch--green { background: var(--chc-green); }
#chc-redesign-homepage .chc-equip-art .chc-btn {
margin-top: 1.5rem;
}
#chc-redesign-homepage .chc-equip-art__image {
min-height: 16rem;
}
#chc-redesign-homepage .chc-equip-art__image img,
#chc-redesign-homepage .chc-equip-art__image .chc-image-slot {
width: 100%;
height: 100%;
min-height: 16rem;
object-fit: cover;
} #chc-redesign-homepage .chc-manage {
padding: 2.5rem 1.25rem;
}
#chc-redesign-homepage .chc-manage__head {
margin-bottom: 1.75rem;
}
#chc-redesign-homepage .chc-manage__grid {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
#chc-redesign-homepage .chc-manage__card {
border-radius: 18px;
padding: 1.5rem;
display: flex;
flex-direction: column;
}
#chc-redesign-homepage .chc-manage__card--attend { background: var(--chc-attend-tint); }
#chc-redesign-homepage .chc-manage__card--mat { background: var(--chc-mat-tint); }
#chc-redesign-homepage .chc-manage__card-kicker {
margin: 0;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
}
#chc-redesign-homepage .chc-manage__card--attend .chc-manage__card-kicker { color: var(--chc-green); }
#chc-redesign-homepage .chc-manage__card--mat .chc-manage__card-kicker { color: var(--chc-brown); }
#chc-redesign-homepage .chc-manage__card-title {
font-size: 1.375rem;
font-weight: 600;
margin: 0.75rem 0 0;
line-height: 1.2;
}
#chc-redesign-homepage .chc-manage__card-body {
font-size: 0.9375rem;
line-height: 1.6;
color: var(--chc-body);
margin: 0.75rem 0 0;
}
#chc-redesign-homepage .chc-manage__card-image {
min-height: 10rem;
margin-top: 1.25rem;
border-radius: 12px;
overflow: hidden;
}
#chc-redesign-homepage .chc-manage__card-image img,
#chc-redesign-homepage .chc-manage__card-image .chc-image-slot {
width: 100%;
height: 100%;
min-height: 10rem;
object-fit: cover;
}
#chc-redesign-homepage .chc-manage__card .chc-btn {
margin-top: 1.25rem;
align-self: flex-start;
}
#chc-redesign-homepage .chc-manage__card-url {
margin: 0.75rem 0 0;
font-size: 0.75rem;
color: var(--chc-muted);
} #chc-redesign-homepage .chc-build {
position: relative;
}
#chc-redesign-homepage .chc-build__image {
width: 100%;
height: 20rem;
object-fit: cover;
}
#chc-redesign-homepage .chc-build__image.chc-image-slot,
#chc-redesign-homepage .chc-build .chc-image-slot {
min-height: 20rem;
border-radius: 0;
}
#chc-redesign-homepage .chc-build__plate-wrap {
padding: 1.25rem;
margin-top: -3rem;
position: relative;
}
#chc-redesign-homepage .chc-build__plate {
background: var(--chc-ink);
color: var(--chc-paper);
border-radius: 18px;
padding: 1.75rem;
}
#chc-redesign-homepage .chc-build .chc-btn {
margin-top: 1.25rem;
} #chc-redesign-homepage .chc-authority__image {
min-height: 16rem;
}
#chc-redesign-homepage .chc-authority__image img,
#chc-redesign-homepage .chc-authority__image .chc-image-slot {
width: 100%;
height: 100%;
min-height: 16rem;
object-fit: cover;
}
#chc-redesign-homepage .chc-authority__copy {
padding: 2.5rem 1.25rem;
}
#chc-redesign-homepage .chc-authority__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.25rem;
margin-top: 1.5rem;
max-width: 30rem;
}
#chc-redesign-homepage .chc-authority__label {
margin: 0;
font-size: 1rem;
font-weight: 600;
padding-top: 0.875rem;
border-top: 1px solid var(--chc-sand);
}
#chc-redesign-homepage .chc-authority__desc {
margin: 0.25rem 0 0;
font-size: 0.8125rem;
line-height: 1.55;
color: var(--chc-body-soft);
}
#chc-redesign-homepage .chc-authority .chc-link-arrow {
margin-top: 1.5rem;
} #chc-redesign-homepage .chc-schools-cta {
background: var(--chc-green);
color: #fff;
padding: 2.5rem 1.25rem;
}
#chc-redesign-homepage .chc-schools-cta__links {
display: flex;
flex-direction: column;
gap: 0.625rem;
margin-top: 1.75rem;
}
#chc-redesign-homepage .chc-schools-cta__link {
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 11px;
padding: 1.125rem 1.25rem;
font-size: 1rem;
font-weight: 600;
}
#chc-redesign-homepage .chc-schools-cta__link--solid {
background: var(--chc-paper);
color: var(--chc-ink);
}
#chc-redesign-homepage .chc-schools-cta__link--solid .chc-schools-cta__arrow {
color: var(--chc-green);
}
#chc-redesign-homepage .chc-schools-cta__link--outline {
border: 1px solid rgba(255, 255, 255, 0.5);
color: #fff;
}
#chc-redesign-homepage .chc-schools-cta__link--disabled {
opacity: 0.6;
cursor: default;
} @media (min-width: 48em) {
#chc-redesign-homepage .chc-carousel__slide {
flex-basis: calc(50% - 0.625rem);
}
#chc-redesign-homepage .chc-featured-products__hero-image {
height: 17rem;
}
} @media (min-width: 64em) {
#chc-redesign-homepage .chc-hero {
height: 41.25rem;
}
#chc-redesign-homepage .chc-hero__image,
#chc-redesign-homepage .chc-hero__image.chc-image-slot,
#chc-redesign-homepage .chc-hero .chc-image-slot {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
min-height: 0;
}
#chc-redesign-homepage .chc-hero__plate {
position: absolute;
left: 3.5rem;
bottom: 3.5rem;
width: 40rem;
margin-top: 0;
border-radius: 18px;
padding: 2.75rem;
}
#chc-redesign-homepage .chc-hero__title {
font-size: 3.125rem;
}
#chc-redesign-homepage .chc-hero__ctas {
flex-direction: row;
}
#chc-redesign-homepage .chc-hero__ctas .chc-btn {
display: inline-block;
}
#chc-redesign-homepage .chc-org-map,
#chc-redesign-homepage .chc-equip-materials,
#chc-redesign-homepage .chc-featured-products,
#chc-redesign-homepage .chc-manage,
#chc-redesign-homepage .chc-authority__copy,
#chc-redesign-homepage .chc-equip-art__copy,
#chc-redesign-homepage .chc-schools-cta,
#chc-redesign-homepage .chc-proof {
padding-left: 3.5rem;
padding-right: 3.5rem;
}
#chc-redesign-homepage .chc-org-map {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
#chc-redesign-homepage .chc-org-map__inner {
display: grid;
grid-template-columns: 17rem 1fr;
gap: 3.5rem;
align-items: center;
}
#chc-redesign-homepage .chc-org-map__lede {
margin-bottom: 0;
font-size: 1.125rem;
}
#chc-redesign-homepage .chc-org-map__groups {
flex-direction: row;
}
#chc-redesign-homepage .chc-org-map__group {
flex: 1;
border-top: none;
padding-top: 0;
padding: 0 2.25rem;
border-left: 1px solid var(--chc-ink-line);
}
#chc-redesign-homepage .chc-org-map__group:first-child {
padding-left: 0;
border-left: none;
}
#chc-redesign-homepage .chc-org-map__links {
flex-direction: row;
gap: 1.375rem;
}
#chc-redesign-homepage .chc-equip-materials {
padding-top: 5.5rem;
padding-bottom: 4.5rem;
}
#chc-redesign-homepage .chc-equip-materials__lead-image {
height: 22rem;
margin-bottom: 2.5rem;
}
#chc-redesign-homepage .chc-section-head {
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
}
#chc-redesign-homepage .chc-h2 {
font-size: 2.5rem;
}
#chc-redesign-homepage .chc-carousel__slide {
flex-basis: calc(33.333% - 0.834rem);
}
#chc-redesign-homepage .chc-carousel {
gap: 0 1rem;
}
#chc-redesign-homepage .chc-carousel__control {
width: 3rem;
height: 3rem;
}
#chc-redesign-homepage .chc-curriculum-primary__image {
height: 21.25rem;
}
#chc-redesign-homepage .chc-stage-pills {
margin-top: 2.5rem;
padding: 1.75rem 2rem;
display: flex;
align-items: center;
}
#chc-redesign-homepage .chc-stage-pills__head {
margin-bottom: 0;
margin-right: 1.75rem;
flex: none;
}
#chc-redesign-homepage .chc-featured-products {
padding-top: 5rem;
padding-bottom: 5rem;
}
#chc-redesign-homepage .chc-featured-products__grid {
grid-template-columns: 1.25fr 1fr;
gap: 1.875rem;
}
#chc-redesign-homepage .chc-featured-products__hero-image {
height: 20rem;
}
#chc-redesign-homepage .chc-featured-products__card-image {
height: 12rem;
}
#chc-redesign-homepage .chc-equip-art {
display: grid;
grid-template-columns: 1fr 1.05fr;
}
#chc-redesign-homepage .chc-equip-art__copy {
display: flex;
flex-direction: column;
justify-content: center;
padding: 5rem 3.5rem;
}
#chc-redesign-homepage .chc-equip-art__image {
padding: 2.25rem 2.25rem 2.25rem 0;
min-height: 30rem;
}
#chc-redesign-homepage .chc-equip-art__image img,
#chc-redesign-homepage .chc-equip-art__image .chc-image-slot {
border-radius: 14px;
min-height: 30rem;
}
#chc-redesign-homepage .chc-manage {
padding-top: 5.5rem;
padding-bottom: 5rem;
}
#chc-redesign-homepage .chc-manage__grid {
grid-template-columns: 1fr 1fr;
gap: 1.875rem;
}
#chc-redesign-homepage .chc-manage__card {
padding: 2.5rem;
}
#chc-redesign-homepage .chc-build {
height: 32.5rem;
}
#chc-redesign-homepage .chc-build__image,
#chc-redesign-homepage .chc-build__image.chc-image-slot,
#chc-redesign-homepage .chc-build .chc-image-slot {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
min-height: 0;
}
#chc-redesign-homepage .chc-build__plate-wrap {
position: absolute;
inset: 0;
display: flex;
align-items: center;
padding: 0 3.5rem;
margin-top: 0;
pointer-events: none;
}
#chc-redesign-homepage .chc-build__plate {
max-width: 35rem;
padding: 2.75rem;
pointer-events: auto;
}
#chc-redesign-homepage .chc-authority {
display: grid;
grid-template-columns: 1fr 1fr;
}
#chc-redesign-homepage .chc-authority__image {
min-height: 32.5rem;
}
#chc-redesign-homepage .chc-authority__image img,
#chc-redesign-homepage .chc-authority__image .chc-image-slot {
min-height: 32.5rem;
}
#chc-redesign-homepage .chc-authority__copy {
display: flex;
flex-direction: column;
justify-content: center;
padding: 5.5rem 4rem;
}
#chc-redesign-homepage .chc-authority .chc-h2 {
font-size: 2.625rem;
}
#chc-redesign-homepage .chc-schools-cta {
padding-top: 5rem;
padding-bottom: 5rem;
}
#chc-redesign-homepage .chc-schools-cta__inner,
#chc-redesign-homepage .chc-schools-cta {
display: grid;
grid-template-columns: 1fr 0.9fr;
gap: 4rem;
align-items: center;
}
#chc-redesign-homepage .chc-schools-cta .chc-h2 {
font-size: 2.75rem;
}
#chc-redesign-homepage .chc-schools-cta__links {
margin-top: 0;
}
}#chc-universal-footer {
--uf-paper: #FAF6F0;
--uf-paper-deep: #EAE1D5;
--uf-rule-light: #D5CBBC;
--uf-rule-light-2: #C8BDAC;
--uf-ink: #2B2724;
--uf-ink-deep: #231F1C;
--uf-rule-dark: #453F39;
--uf-rule-dark-2: #3D3833;
--uf-on-ink: #E7E2DA;
--uf-on-ink-muted: #A29B90;
--uf-on-ink-muted-2: #8C857B;
--uf-green: #3F8A3C;
--uf-green-light: #8FBE8C;
--uf-red: #C3261F;
--uf-red-text: #A81F19;
font-family: 'Poppins', sans-serif;
-webkit-font-smoothing: antialiased;
}
#chc-universal-footer a {
text-decoration: none;
}
#chc-universal-footer ul {
list-style: none;
margin: 0;
padding: 0;
} #chc-universal-footer .chc-uf-band1 {
background: var(--uf-paper-deep);
padding: 44px 56px;
display: grid;
grid-template-columns: 1fr 1px 1.1fr;
gap: 52px;
align-items: start;
}
#chc-universal-footer .chc-uf-org {
display: flex;
flex-direction: column;
gap: 18px;
}
#chc-universal-footer .chc-uf-logo {
width: 150px;
height: auto;
display: block;
}
#chc-universal-footer .chc-uf-statement {
font-size: 16.5px;
line-height: 1.55;
color: #4A443A;
max-width: 390px;
}
#chc-universal-footer .chc-uf-org-link {
font-size: 15px;
font-weight: 500;
color: #2B6329;
border-bottom: 1px solid #B9CDB7;
padding-bottom: 2px;
align-self: flex-start;
}
#chc-universal-footer .chc-uf-rule-vertical {
background: var(--uf-rule-light);
align-self: stretch;
}
#chc-universal-footer .chc-uf-org-divider {
display: none;
}
#chc-universal-footer .chc-uf-newsletter {
display: flex;
flex-direction: column;
gap: 16px;
}
#chc-universal-footer .chc-uf-newsletter__intro {
display: flex;
flex-direction: column;
gap: 6px;
}
#chc-universal-footer .chc-uf-newsletter__heading {
font-size: 22px;
font-weight: 600;
color: var(--uf-ink);
letter-spacing: -0.01em;
}
#chc-universal-footer .chc-uf-newsletter__desc {
font-size: 15px;
line-height: 1.55;
color: #5C5648;
max-width: 520px;
}
#chc-universal-footer .chc-uf-newsletter__fineprint {
font-size: 13px;
color: #7A7365;
} #chc-universal-footer .chc-uf-newsletter__form .elementor-widget-image,
#chc-universal-footer .chc-uf-newsletter__form .elementor-widget-heading,
#chc-universal-footer .chc-uf-newsletter__form .elementor-widget-animated-headline {
display: none;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-section > .elementor-container {
display: block;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-top-column:not(:has(form)) {
display: none;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-top-column {
width: 100% !important;
}
#chc-universal-footer .chc-uf-newsletter__form .e-con:has(form[name="New Form"]) {
display: none;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-form {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 10px;
margin: 0;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-form-fields-wrapper {
display: flex;
flex: 1 1 auto;
flex-wrap: wrap;
gap: 10px;
align-items: flex-start;
margin: 0;
width: auto;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-field-group {
flex: 1 1 200px;
display: flex;
flex-direction: column;
gap: 6px;
margin: 0;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-field-type-submit,
#chc-universal-footer .chc-uf-newsletter__form .e-form__buttons {
flex: 0 0 auto;
margin: 0;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-field-label {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #6B6558;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-field,
#chc-universal-footer .chc-uf-newsletter__form input[type="text"],
#chc-universal-footer .chc-uf-newsletter__form input[type="email"] {
font-family: 'Poppins', sans-serif;
font-size: 15px;
color: var(--uf-ink);
height: 48px;
width: 100%;
padding: 0 14px;
background: var(--uf-paper);
border: 1px solid var(--uf-rule-light-2);
border-radius: 9px;
outline: none;
box-sizing: border-box;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-field:focus {
border-color: var(--uf-green);
box-shadow: 0 0 0 3px rgba(63, 138, 60, 0.22);
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-field-group.elementor-error .elementor-field {
background: #FDF4F3;
border-color: var(--uf-red);
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-message-invalid,
#chc-universal-footer .chc-uf-newsletter__form .elementor-message-danger {
font-size: 13px;
color: var(--uf-red-text);
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-message-success {
font-size: 15px;
font-weight: 600;
color: #2B5E28;
background: #E4F0E3;
border: 1px solid #B9CDB7;
border-radius: 12px;
padding: 16px 20px;
} #chc-universal-footer .chc-uf-newsletter__form .elementor-button,
#chc-universal-footer .chc-uf-newsletter__form button[type="submit"] {
font-family: 'Poppins', sans-serif !important;
font-size: 15px !important;
font-weight: 500 !important;
color: #fff !important;
background: var(--uf-green) !important;
border: none !important;
height: 48px !important;
padding: 0 26px !important;
border-radius: 9px !important;
margin-top: 24px;
cursor: pointer;
white-space: nowrap;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-button .elementor-button-text,
#chc-universal-footer .chc-uf-newsletter__form .elementor-button .elementor-button-content-wrapper {
color: inherit !important;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-button:hover,
#chc-universal-footer .chc-uf-newsletter__form button[type="submit"]:hover {
background: #357433;
} #chc-universal-footer .chc-uf-band2 {
background: var(--uf-ink);
padding: 52px 56px 40px;
display: grid;
grid-template-columns: 1fr 1.15fr 1fr 1.05fr;
gap: 44px;
}
#chc-universal-footer .chc-uf-eyebrow {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--uf-green-light);
}
#chc-universal-footer .chc-uf-col {
display: flex;
flex-direction: column;
gap: 16px;
} #chc-universal-footer .chc-uf-col__toggle {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
background: none !important;
border: none !important;
padding: 0;
margin: 0;
font: inherit;
text-align: left;
cursor: default;
width: 100%;
outline: none;
}
#chc-universal-footer .chc-uf-col__toggle:focus-visible {
outline: 2px solid var(--uf-green-light) !important;
outline-offset: 2px;
}
#chc-universal-footer .chc-uf-col__icon {
display: none;
}
#chc-universal-footer .chc-uf-col__panel nav ul {
display: flex;
flex-direction: column;
gap: 11px;
font-size: 15px;
line-height: 1.4;
}
#chc-universal-footer .chc-uf-col__panel a {
color: var(--uf-on-ink);
}
#chc-universal-footer .chc-uf-col--divisions .chc-uf-col__panel ul {
gap: 13px;
}
#chc-universal-footer .chc-uf-division-link {
display: flex;
flex-direction: column;
gap: 2px;
}
#chc-universal-footer .chc-uf-division-link__name {
font-size: 15px;
color: var(--uf-on-ink);
}
#chc-universal-footer .chc-uf-division-link__desc {
font-size: 13px;
color: var(--uf-on-ink-muted);
}
#chc-universal-footer .chc-uf-contact ul {
display: flex;
flex-direction: column;
gap: 12px;
}
#chc-universal-footer .chc-uf-contact-link {
display: flex;
flex-direction: column;
gap: 1px;
}
#chc-universal-footer .chc-uf-contact-link__value {
font-size: 15px;
color: var(--uf-on-ink);
}
#chc-universal-footer .chc-uf-contact-link__label {
font-size: 13px;
color: var(--uf-on-ink-muted);
}
#chc-universal-footer .chc-uf-contact-email {
font-size: 15px;
color: var(--uf-on-ink);
}
#chc-universal-footer .chc-uf-contact-us {
font-size: 15px;
color: var(--uf-green-light);
border-bottom: 1px solid #4C5A4B;
padding-bottom: 2px;
align-self: flex-start;
}
#chc-universal-footer .chc-uf-social {
display: flex;
flex-wrap: wrap;
gap: 8px 16px;
padding-top: 4px;
font-size: 13.5px;
}
#chc-universal-footer .chc-uf-social a {
color: var(--uf-on-ink-muted);
} #chc-universal-footer .chc-uf-band3 {
background: var(--uf-ink);
padding: 0 56px;
}
#chc-universal-footer .chc-uf-band3__inner {
border-top: 1px solid var(--uf-rule-dark);
padding: 26px 0;
display: flex;
align-items: center;
gap: 32px;
}
#chc-universal-footer .chc-uf-band3__label {
white-space: nowrap;
}
#chc-universal-footer .chc-uf-plates {
display: flex;
align-items: center;
gap: 14px;
}
#chc-universal-footer .chc-uf-plate {
background: var(--uf-paper);
border-radius: 10px;
padding: 10px 18px;
height: 64px;
display: flex;
align-items: center;
}
#chc-universal-footer .chc-uf-plate-img--sama {
height: 42px;
width: auto;
display: block;
}
#chc-universal-footer .chc-uf-plate-img--ams {
height: 30px;
width: auto;
display: block;
}
#chc-universal-footer .chc-uf-band3__note {
font-size: 13px;
line-height: 1.5;
color: var(--uf-on-ink-muted);
max-width: 420px;
} #chc-universal-footer .chc-uf-band4 {
background: var(--uf-ink-deep);
padding: 22px 56px;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 40px;
}
#chc-universal-footer .chc-uf-band4__terms {
font-size: 12.5px;
line-height: 1.6;
color: var(--uf-on-ink-muted-2);
max-width: 820px;
}
#chc-universal-footer .chc-uf-band4__terms a {
color: #B8B0A5;
border-bottom: 1px solid #4A443E;
}
#chc-universal-footer .chc-uf-band4__meta {
display: flex;
align-items: center;
gap: 20px;
font-size: 12.5px;
white-space: nowrap;
}
#chc-universal-footer .chc-uf-band4__meta a {
color: #B8B0A5;
}
#chc-universal-footer .chc-uf-band4__copyright {
color: var(--uf-on-ink-muted-2);
} @media (max-width: 900px) {
#chc-universal-footer .chc-uf-band1 {
padding: 28px 20px;
display: flex;
flex-direction: column;
gap: 22px;
}
#chc-universal-footer .chc-uf-rule-vertical {
display: none;
}
#chc-universal-footer .chc-uf-band1 {
order: initial;
}
#chc-universal-footer .chc-uf-newsletter {
order: -1;
}
#chc-universal-footer .chc-uf-newsletter__heading {
font-size: 19px;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-form {
flex-direction: column;
align-items: stretch;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-form-fields-wrapper {
flex-direction: column;
align-items: stretch;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-field-group {
flex-basis: auto;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-field,
#chc-universal-footer .chc-uf-newsletter__form input[type="text"],
#chc-universal-footer .chc-uf-newsletter__form input[type="email"] {
height: 50px;
font-size: 16px;
}
#chc-universal-footer .chc-uf-newsletter__form .elementor-button,
#chc-universal-footer .chc-uf-newsletter__form button[type="submit"] {
width: 100% !important;
height: 50px !important;
margin-top: 0 !important;
}
#chc-universal-footer .chc-uf-org {
gap: 12px;
}
#chc-universal-footer .chc-uf-logo {
width: 140px;
}
#chc-universal-footer .chc-uf-statement {
font-size: 14.5px;
}
#chc-universal-footer .chc-uf-org-divider {
display: block;
height: 1px;
background: var(--uf-rule-light);
}
#chc-universal-footer .chc-uf-band2 {
display: block;
padding: 8px 20px 20px;
}
#chc-universal-footer .chc-uf-col {
gap: 0;
}
#chc-universal-footer .chc-uf-col--accordion {
border-bottom: 1px solid var(--uf-rule-dark-2);
}
#chc-universal-footer .chc-uf-col--accordion .chc-uf-col__toggle {
cursor: pointer;
padding: 16px 0;
min-height: 44px;
}
#chc-universal-footer .chc-uf-col--accordion .chc-uf-eyebrow {
font-size: 15.5px;
font-weight: 400;
letter-spacing: 0;
text-transform: none;
color: var(--uf-on-ink);
}
#chc-universal-footer .chc-uf-col--accordion .chc-uf-col__icon {
display: block;
font-size: 16px;
color: var(--uf-green-light);
line-height: 1;
}
#chc-universal-footer .chc-uf-col--accordion .chc-uf-col__icon::before {
content: "+";
}
#chc-universal-footer .chc-uf-col--accordion .chc-uf-col__toggle[aria-expanded="true"] .chc-uf-col__icon::before {
content: "\2013";
}
#chc-universal-footer .chc-uf-col--accordion .chc-uf-col__panel {
display: none;
padding-bottom: 8px;
}
#chc-universal-footer .chc-uf-col--accordion .chc-uf-col__panel.is-open {
display: block;
}
#chc-universal-footer .chc-uf-col--accordion .chc-uf-col__panel a {
min-height: 44px;
display: flex;
align-items: center;
color: #C9C2B8;
}
#chc-universal-footer .chc-uf-col--divisions .chc-uf-col__panel .chc-uf-division-link {
min-height: 44px;
justify-content: center;
gap: 0;
}
#chc-universal-footer .chc-uf-col--divisions .chc-uf-col__panel .chc-uf-division-link__desc {
display: none;
}
#chc-universal-footer .chc-uf-col--contact {
padding: 22px 0 18px;
border-bottom: 1px solid var(--uf-rule-dark-2);
gap: 12px;
}
#chc-universal-footer .chc-uf-contact ul {
gap: 0;
}
#chc-universal-footer .chc-uf-contact-link,
#chc-universal-footer .chc-uf-contact-email {
min-height: 44px;
justify-content: center;
}
#chc-universal-footer .chc-uf-contact-link {
flex-direction: row;
align-items: baseline;
gap: 6px;
}
#chc-universal-footer .chc-uf-contact-link__label::before {
content: "\00b7 ";
}
#chc-universal-footer .chc-uf-social {
padding-top: 8px;
}
#chc-universal-footer .chc-uf-band3 {
padding: 0 20px;
}
#chc-universal-footer .chc-uf-band3__inner {
flex-direction: column;
align-items: flex-start;
gap: 12px;
padding: 20px 0 18px;
}
#chc-universal-footer .chc-uf-plates {
width: 100%;
gap: 10px;
}
#chc-universal-footer .chc-uf-plate {
flex: 1;
height: 58px;
justify-content: center;
padding: 8px 12px;
}
#chc-universal-footer .chc-uf-plate-img--sama {
height: 38px;
}
#chc-universal-footer .chc-uf-plate-img--ams {
height: 26px;
}
#chc-universal-footer .chc-uf-band4 {
padding: 18px 20px;
flex-direction: column;
gap: 10px;
}
#chc-universal-footer .chc-uf-band4__meta {
gap: 16px;
}
}:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}