@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Nunito:wght@200..1000&display=swap');@import url('https://fonts.googleapis.com/css2?family=Anton&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

/* Accessibility helpers */
:focus-visible {
  outline: 3px solid #333;
  outline-offset: 2px;
}

/* Divi-specific tweaks */
.et_pb_button {
  transition: transform 0.2s ease, box-shadow 1.5s ease;
  background: linear-gradient(180deg, #542482, #7f53aa);
  font-size: 18px;
     font-size: 17px;
    font-weight: 700 !important;
}
.et_pb_button:hover {
  transition: transform 0.2s ease, box-shadow 1.4s ease;
  background: linear-gradient(170deg, #732c60, #542482);
}
body, p, div {
font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
font-style: normal;
	/* font-size: 21px; */
	font-size: clamp(18px, 2vw, 20px);
/* 		clamp(0.947rem, 0.208vw + 0.842rem, 1.053rem) */
	line-height: 1.5em;
	
}
.sans h2 {
	font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
	font-style:normal;
	text-transform: uppercase;
}
.impact-grad {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7cee2+0,ebe5f0+19,c6b7d5+19,ffffff+100 */
background: linear-gradient(to bottom,  #d7cee2 0%,#ebe5f0 19%,#c6b7d5 19%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}
.et_pb_menu__logo {
    margin-top: -46px;
}
#menu-top-menu li a:hover {
    background:white;
    color: 3f3f3f;
}
.et_pb_sticky--top .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {

    padding: 24px 0;

}
.et_pb_section {

	background-color: transparent;
}
.et-section > .et_pb_row,
  .et-section > .et_pb_row_inner,
  .et-builder-layout > .et_pb_row {
    width: 90% !important;
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}
:root {
    --content-width: 86%;
}
.et_pb_button:after, .et_pb_button:before {

    content: none;
}
/* .et_pb_button, .et_pb_module.et_pb_button  {
	font-size: 18px;
  padding: .6em 1.5em !important;
	text-transform: uppercase;
  border: 3px solid #fcb718;
  color: black !important;
  font-weight: 800;
  width: max-content;
}

.et_pb_button:hover, .et_pb_module.et_pb_button:hover  {
	font-size: 18px;
	text-transform: uppercase;
  border: 3px solid #fcb718;
  background-color: #00664f;
  color: #fcb718 !important;
} */
h1, h2 {
font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
color: #542482;
font-size: clamp(32px, 4vw, 42px);
	
}
h1 strong, h2 strong {
	color:#bf4024;
	font-weight: 400;
}
.dform iframe {
border: 2px solid  #542482 !important
}
h2 {
		font-size: clamp(30px, 4.1vw, 50px);
}
h3 {
font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
font-size: clamp(25px, 2.3vw, 32px);
	
}
.small h2 {
	font-size: 3vw;
}
.white p, .white h2, .white ul li, .white div, .white h3 {
	color: white;
}
.center p, .center h2, .center h3, .center div {
	text-align: center;
}
.copyright div {
	font-size: 14px;
}

footer h2 {

  font-weight: 600;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
}
footer p {

	font-size: 16px;
}
.grad-btm {
  border-bottom: 12px solid;
	
  border-image-source: linear-gradient(to right, #542482 0%,#c74225 100%);
  border-image-slice: 1; /* Ensures the gradient covers the whole border */

}
.et_pb_gallery_grid .et_pb_gallery_item {
    break-inside: avoid;
}

.et_pb_gallery_grid .et_pb_gallery_items {
/*     columns: 3;
    column-gap: 2px;
    display: block !important; */
}
/* get help dropdown */
.sickc-help-widget {
  display: inline-flex;
  align-items: stretch;
  position: relative;
  border: 1px solid #efd49e;
  border-radius: 4px;
  overflow: visible;
  max-width: 710px;
  width: 100%;
  z-index: 9;
}

.sickc-help-label {
  padding: 0 18px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  background: rgba(0,0,0,0.25);
  border-right: 1px solid rgba(255,255,255,0.15);
  flex-shrink: 0;
}

.sickc-select-wrap {
  position: relative;
  flex: 1;
}

.sickc-trigger {
  width: 100%;
  padding: 16px 44px 16px 18px;
  font-size: 19px;
  color: #efd49e;
  background: rgba(255,255,255,0.08);
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  letter-spacing: 0.02em;
  transition: background 0.2s;
}

.sickc-trigger:hover { background: rgba(255,255,255,0.12); }
.sickc-trigger.has-value { color: #fff; }

.sickc-select-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 5px;
  background: rgba(255,255,255,0.6);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  transition: transform 0.2s;
}

.sickc-select-wrap.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.sickc-go {
  padding: 0 22px;
  background: #f0c268;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  font-family: inherit;
  flex-shrink: 0;
}

.sickc-go:hover { background: #9E5A43; }

/* Dropdown panel */
.sickc-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #7b2e58;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
  min-width: 100%;
}

.sickc-dropdown.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  text-align: left;
}

.sickc-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  transition: background 0.15s;
}

.sickc-item:last-child { border-bottom: none; }
.sickc-item:hover { background: rgba(196,133,106,0.15); }

.sickc-item-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(196,133,106,0.15);
  display: flex;
  /* align-items: center;
  justify-content: center; */
  flex-shrink: 0;
  font-size: 15px;
}

.sickc-item-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-family: inherit;
}

.sickc-item-desc {
  font-size: 14px;
  color: white;
  margin-top: 2px;
  font-family: inherit;
}

.sickc-item-arrow {
  margin-left: auto;
  color: #C4856A;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.15s, transform 0.15s;
}

.sickc-item:hover .sickc-item-arrow {
  opacity: 1;
  transform: translateX(3px);
}
.et_pb_section.homehero {
  overflow: visible !important;
  z-index: 10 !important;
}

.et_pb_row.helpdrop {
  overflow: visible !important;
  z-index: 10 !important;
}

.et_pb_row.helpdrop  .et_pb_column{
  overflow: visible !important;
}
.et_pb_row.helpdrop .et-pb-icon {

    font-size: 24px;

    color: white;
}
/* Tablet & mobile fixes live here */
@media (max-width: 980px) {
  /* your grid / order fixes */
	.impact-grad {

background: #d7cee2; 


}
	.impact-grad .et_pb_circle_counter canvas {
    

    height: 105px !important;
}
	.et_flex_column:not(.et_pb_flex_align_items_stretch) .et_pb_circle_counter, .et_flex_group:not(.et_pb_flex_align_items_stretch) .et_pb_circle_counter {
    margin: 0 auto !important;
}
	.et_pb_circle_counter .percent p {

    padding: 71px 0 31px 0px;
}
}
@media (min-width: 981px) {
    .et_pb_section {
        padding: 8% 0;
    }
}