/* Home 2026 */
.af-body {
    background-color: #FFFFFF;
}
.af-h2,
.af-h3,
.af-h4,
.af-h5,
.af-h6,
.af-p,
.af-li {
    color: #000000;
}

/* Home 2026 */

/* Hero Home 2026 */
.our-work {
	display: flex;
	align-items: center;
	background-color: #F9F9F9;
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
    height: 100vh !important;
    max-height: 100vh !important;
}
.af-hero .container.sticky {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}
.slider {
	display: flex;
	align-items: center;
	position: relative;
	@media (max-width: 640px) {
		padding-top: 1rem;
		flex-direction: column;
		gap: 16px;
	}
}

.carousel__slider {
	position: relative;
	width: 100%;
	min-height: 440px;
}
.carousel__item {
	width: 100%;
	min-height: 440px;
	padding: 48px;
	/* color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2); */
	border-radius: 16px;
	position: absolute;
	top: 0%;
	opacity: 0;
}
.carousel__item_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.carousel__item .af-hero-headline {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 120%;
}
.carousel__item .af-hero-headline .green {
    color:#39A2AE;
}
.carousel__item .af-hero-headline .yellow {
    color:#FFBA6A;
}
.carousel__item .af-hero-headline .purple {
    color:#A191F5;
}
.carousel__item .af-hero-text {
    margin-bottom: 48px;
}
/* .carousel__item .af-hero-text p {
    text-align: center;
    color: #000;
} */
.carousel__item .af-hero-text h4 {
    margin: 0;
}
.carousel__item .af-hero-link-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
.carousel__item .af-hero-link-wrap .af-hero-link-1 {
    display: inline-block; 
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 0.18);
    padding: 18px 54px;
    background-image: linear-gradient(#2e2e2e, #2e2e2e), /* Inner background (matches the element's content background) */
                    linear-gradient(to bottom left, #ffffff, #999999); /* Outer gradient (the "border") */
    background-origin: border-box, border-box; /* Origin for both backgrounds */
    background-clip: padding-box, border-box;
}
.carousel__item .af-hero-link-wrap .af-hero-link-1:hover {
    background-image: linear-gradient(#000000, #000000), /* Inner background (matches the element's content background) */
                    linear-gradient(to bottom left, #ffffff, #999999); /* Outer gradient (the "border") */
}
.carousel__item .af-hero-link-wrap .af-hero-link-2 {
    color: #fff;
    border-radius: 50px;
    background-color: #000;
    border: 1px solid #000;
    padding: 18px 54px;
}
.carousel__nav {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-direction: column;
    padding: 0;
	@media (max-width: 640px) {
		flex-direction: row;
	}
}
.carousel__nav__item {
    background: #ffffff30;
    box-shadow: none;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff30;
    border-radius: 50%;
    cursor: pointer;
}

/* Hero Home 2026 */

/* Partnerships Home 2026 Section */
.af-partnerships {
    background: #F9F9F9;
}
.af-partnerships .section_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.af-partnerships .af-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}
.af-partnerships .af-flex-row .af-parter-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 173px;
    height: 98px;
}
/* Partnerships Home 2026 Section */

/* Four Card Home 2026 Section */

.af-four-cards {
    background-size: 100%;
    background-color: #000;
    background-position: right top;
    background-repeat: no-repeat;
}
.af-four-cards .section_wrap {
    padding-top: 80px;
}
.af-four-cards .af-section-headline {
    margin-top: 0;
    margin-bottom: 20px;
}
.af-four-cards .section_wrap .af-flex-row {
    gap: 0px 20px;
    margin-top: 40px;
    align-items: flex-end;
}
.af-four-cards .section_wrap .af-flex-row .af-card {
    flex: 1;
    border-radius: 18px 18px 0 0;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #000;
    background-image: linear-gradient(#000000, #000000), /* Inner background (matches the element's content background) */ linear-gradient(to right, #ffffff, #999999);
    background-origin: border-box, border-box;
    background-clip: padding-box, border-box;
    padding: 32px;
    min-height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    max-height: 281.93px;
}
.af-four-cards .section_wrap .af-flex-row .af-card.active {
    
}
.af-four-cards .section_wrap .af-flex-row .af-card .af-icon {
    border-radius: 9px;
    width: 55px;
    max-height: 50px;
    height: auto;
    min-height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.5s ease-in, max-height 0.5s ease-in, min-height 0.5s ease-in;
    transition-delay: 0.5s, 1s, 1s;
}
.af-four-cards .section_wrap .af-flex-row .af-card.active  .af-icon {
    max-height: 0;
    min-height: 0;
    opacity: 0;
    transition: opacity 0.5s ease-out, max-height 0.5s ease-out, min-height 0.5s ease-out;
    
}
.af-four-cards .section_wrap .af-flex-row .af-card .af-card-headline {
    transition: font-size 1s ease-out;
}
.af-four-cards .section_wrap .af-flex-row .af-card.active .af-card-headline {
    font-size: var(--wp--preset--font-size--large);
    border-bottom: 1px solid #fff;
    width: max-content;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.af-four-cards .section_wrap .af-flex-row .af-card.active .af-card-headline span {
    display: none;
}
.af-four-cards .section_wrap .af-flex-row .af-card .af-card-text {
    display: none;
    opacity: 0;
    max-height: 0;
    transition: opacity 1s ease-out, max-height 1s ease-out, display 1s allow-discrete;
}
.af-four-cards .section_wrap .af-flex-row .af-card .af-card-text a {
    display: flex; 
    justify-content: space-between;
}
.af-four-cards .section_wrap .af-flex-row .af-card.active .af-card-text {
    opacity: 1;
    display: block;
    max-height: 9999px;
}
@starting-style {
  .af-four-cards .section_wrap .af-flex-row .af-card.active .af-card-text {
    opacity: 0;
    max-height: 0;
  }
}
.af-four-cards .section_wrap .af-flex-row .af-card:first-of-type .af-icon {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-out;
}
.af-four-cards .section_wrap .af-flex-row .af-card:first-of-type .af-card-headline {
    font-size: var(--wp--preset--font-size--large);
    border-bottom: 1px solid #fff;
    width: max-content;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.af-four-cards .section_wrap .af-flex-row .af-card:first-of-type .af-card-headline span {
    display: none;
}
.af-four-cards .section_wrap .af-flex-row .af-card:first-of-type .af-card-text {
    opacity: 1;
    display: block;
    max-height: 9999px;
}
/* Four Card Home 2026 Section */


/* Resources Home 2026 Section */
.af-resources.light .section_wrap {
    background-color: #ffffff;
}
.af-resources.dark .section_wrap {
    background-color: #000000;
}
.af-resources .section_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.af-resources.light .section_wrap .section_eyebrow_headline {
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.af-resources.dark .section_wrap .section_eyebrow_headline {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.af-resources .section_wrap .section_eyebrow_headline::after {
    content: '';
    display: block;
    height: 9px;
    max-width: 132px;
    background-color: #CBD6E2;
    border-radius: 9px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.af-resources.light .section_wrap .section_headline {
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
}
.af-resources.dark .section_wrap .section_headline {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
}
.af-resources.light .section_wrap .af-resource-card {
    flex: 1;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #000;
}
.af-resources.dark .section_wrap .af-resource-card {
    flex: 1;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #fff;
}
.af-resources .section_wrap .af-resource-card:last-of-type {
    border-right: unset;
}
.af-resources.light .section_wrap .af-resource-card .af-resource-title {
    color: #39A2AE;
    font-weight: 700;
}
.af-resources.dark .section_wrap .af-resource-card .af-resource-title {
    color: #39A2AE;
    font-weight: 700;
}
.af-resources.light .section_wrap .af-resource-card .af-excerpt {
    color: #000;
}
.af-resources.dark .section_wrap .af-resource-card .af-excerpt {
    color: #fff;
}
.af-resources.light .section_wrap .af-resource-card .af-permalink {
    color: #000;
    font-style: italic;
    margin-bottom: 0;
    margin-top: auto;
}
.af-resources.dark .section_wrap .af-resource-card .af-permalink {
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
    margin-top: auto;
}
.af-resources .section_wrap .af-resource-card .af-permalink:hover {
    color: var(--wp--preset--color--silver);
}
.af-resources .section_wrap .af-button {
    text-align: center;
    margin-top: 60px;
}
.af-resources.light .section_wrap .af-button a {
    color: #000;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 18px 54px;
}
.af-resources.light .section_wrap .af-button a:hover {
    color: #fff;
    background-color: #000;
}
.af-resources.dark .section_wrap .af-button a {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 18px 54px;
}
.af-resources.dark .section_wrap .af-button a:hover {
    color: #000;
    background-color: #fff;
}
/* Resources Home 2026 Section */

/* Two Column Popup Home 2026 Section */
.af-two_column_popup .section_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.af-two_column_popup .section_wrap .af-flex-row {
    gap: 20px;
}
.af-two_column_popup .section_wrap .af-flex-row .af-popup-open {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}
.af-two_column_popup .section_wrap .af-flex-row .af-col-1 {
    border-radius: 18px;
    border: 1px solid #000;
    padding: 50px 140px 50px 50px;
    flex: 1;
    position: relative;
    min-width: 483px;
}
.af-two_column_popup .section_wrap .af-flex-row .af-col-2 {
    border-radius: 18px;
    border: 1px solid #000;
    padding: 50px 140px 50px 50px;
    flex: 2;
    position: relative;
}
.af-two_column_popup .section_wrap .af-flex-row .af-col-wrap {
    display: flex;
    flex-direction: column;
}
.af-two_column_popup .section_wrap .af-col-wrap .af-column-headline {
    color: #000;
    margin-top: 0;
    margin-bottom: 24px;
}
.af-two_column_popup .section_wrap .af-col-wrap .af-column_text p {
    color: #000;
    margin-top: 0;
    margin-bottom: 24px;
}
.af-two_column_popup .section_wrap .af-col-wrap .af-column_image {
    width: 100%;
    height: 13vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}
.af-two_column_popup .section_wrap .af-col-wrap .af-button {
    margin: 18px 0;
}
.af-two_column_popup .section_wrap .af-col-wrap .af-column_link {
    border-radius: 50px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 18px 36px;
}
.af-two_column_popup .af-col-popup-outer {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    backdrop-filter: blur(10px);
    z-index: 99999;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
    overflow: scroll;
    transition: opacity 0.5s ease, display 0.5s allow-discrete; 
}
.af-two_column_popup .af-col-popup-outer.active {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease, display 0.5s allow-discrete;
}
@starting-style {
  .af-two_column_popup .af-col-popup-outer.active {
    opacity: 0;
  }
}

.af-two_column_popup .af-col-popup-inner {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #000;
    padding: 50px;
    position: relative;
}
.af-two_column_popup .af-col-popup-inner .af-column-headline {
    color: #000000;
    margin-top: 0;
    margin-bottom: 24px;
}
.af-two_column_popup .af-col-popup-inner .af-column_text p {
    color: #000;
    margin: 24px 0;
}
.af-two_column_popup .section_wrap .af-col-popup-wrap .af-col-1 {
    border: unset;
    border-radius: unset;
    flex: 1.9;
    padding: 0;
}
.af-two_column_popup .section_wrap .af-col-popup-wrap .af-col-2 {
    border: unset;
    border-radius: unset;
    flex: 1.1;
    padding: 0;
    margin-top: 74px;
    min-height: 17.5vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.af-two_column_popup .section_wrap .af-col-popup-wrap .af-button {
    padding: 18px 0;
}
.af-two_column_popup .section_wrap .af-col-popup-wrap .af-button .af-column_link {
    border-radius: 50px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 18px 36px;
}
/* Two Column Popup Home 2026 Section */

/* Two Column Text Text */
.af-two_col_text_text .section_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.af-two_col_text_text .af-flex-row {
    gap: 40px;
}
.af-two_col_text_text .af-flex-row .af-col-1 {
    flex: 1;
}
.af-two_col_text_text .af-flex-row .af-col-1 .af-h4 {
    margin: 0;
    margin-bottom: 10px;
    width: max-content;
}
.af-two_col_text_text .af-flex-row .af-col-1 .af-h4::after {
    content: '';
    display: block;
    height: 9px;
    width: 100%;
    background-color: #D30C7B;
    border-radius: 9px;
    margin-top: 10px;
}
.af-two_col_text_text .af-flex-row .af-col-1 .af-h3 {
    font-weight: 700;
    margin: 0;
}
.af-two_col_text_text .af-flex-row .af-col-2 {
    flex: 1;
    margin-top: 50px;
}
.af-two_col_text_text .af-flex-row .af-col-2 .af-text p {
    color: #000;
}
/* Two Column Text Text */

/* Two Column Banner Animation */
.two_column_banner_animation.our-work2 {
    display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
    height: 100vh !important;
    max-height: 100vh !important;
}
.two_column_banner_animation.light {
    background-color: #fff;
}
.two_column_banner_animation.dark {
    background-color: #000;
}
.two_column_banner_animation .container.sticky {
    width: 100%;
}
.two_column_banner_animation .carousel__nav2 {
    display: none;
}
.two_column_banner_animation .slider {
	display: flex;
	align-items: center;
	position: relative;
	@media (max-width: 640px) {
		padding-top: 1rem;
		flex-direction: column;
		gap: 16px;
	}
}

.two_column_banner_animation .carousel__slider {
	position: relative;
	width: 100%;
	min-height: 440px;
}
.two_column_banner_animation .carousel__item2 {
	width: 100%;
	min-height: 440px;
	position: absolute;
	top: 0%;
	opacity: 0;
}
.two_column_banner_animation .carousel__item_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.two_column_banner_animation #our-work-1 {
    min-height: 100vh;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.two_column_banner_animation .section_wrap {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .two_column_banner_animation .af-top {
    height: 100vh;
} */
.two_column_banner_animation .af-top .af-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.two_column_banner_animation .af-top .af-overlay .af-headline {
    text-align: center;
    font-weight: 700;
}
.two_column_banner_animation.dark .af-top .af-overlay {
    height: 100%;
    width: 100%;
    background-color: #000000e0;
    padding-top: 80px;
    padding-bottom: 80px;
}
.two_column_banner_animation.light .af-top .af-overlay {
    height: 100%;
    width: 100%;
    background-color: #ffffffe0;
    padding-top: 80px;
    padding-bottom: 80px;
}
.two_column_banner_animation .af-top .af-overlay .af-icon {
    width: 83.497px;
    height: 79.895px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.two_column_banner_animation.dark .af-bottom {
    height: 100vh;
    background-color: #000000;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 7vw;
}
.two_column_banner_animation.light .af-bottom {
    height: 100vh;
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 7vw;
}
.two_column_banner_animation .af-bottom .af-col-1 {
    width: calc(50% - 80px);
    padding-right: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.two_column_banner_animation .af-bottom .af-col-1 {
    padding-left: 20px;
    padding-right: 0;
}
.two_column_banner_animation .af-bottom .af-col-1 .af-img {
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.two_column_banner_animation .af-bottom .af-col-2 {
    flex: 1;
    padding-right: 7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.two_column_banner_animation.dark .af-bottom .af-h4,
.two_column_banner_animation.dark .af-h3,
.two_column_banner_animation.dark .af-text p {
    color: #ffffff;
}
.two_column_banner_animation.light .af-bottom .af-h4,
.two_column_banner_animation.light .af-h3,
.two_column_banner_animation.light .af-text p {
    color: #000000;
}
.two_column_banner_animation .af-bottom .af-h4{
    margin-top: 0;
    margin-bottom: 10px;
}
.two_column_banner_animation .af-h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.two_column_banner_animation.light .af-bottom .af-h4::after {
    content: '';
    display: block;
    height: 9px;
    width: 100%;
    background-color: #39A2AE;
    border-radius: 9px;
    margin-top: 10px;
}
.two_column_banner_animation.dark .af-bottom .af-h4::after {
    content: '';
    display: block;
    height: 9px;
    width: 100%;
    background-color: #A191F5;
    border-radius: 9px;
    margin-top: 10px;
}
.two_column_banner_animation.light .af-eyebrow-headline, 
.two_column_banner_animation.light .af-headline {
    color: #000;
}
.two_column_banner_animation.dark .af-eyebrow-headline, 
.two_column_banner_animation.dark .af-headline {
    color: #fff;
}
.two_column_banner_animation .af-button {
    margin-top: 38px;
}
.two_column_banner_animation.light .af-button a {
    color: #000;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 18px 54px;
}
.two_column_banner_animation.light .af-button a:hover {
    color: #fff;
    background-color: #000;
}
.two_column_banner_animation.dark .af-button a {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 18px 54px;
}
.two_column_banner_animation.dark .af-button a:hover {
    color: #000;
    background-color: #fff;
}
/* Two Column Banner Animation */

/* Flex Hero */
.flex-landing .hero {
    background-color: #000;
    padding-top: 280px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url(../assets/img/af-herobg.png); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../assets/img/af-herobg.png);

}
.flex-landing .hero .stuff {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.flex-landing .hero .stuff .headline {
    font-weight: 700;
    margin-bottom: 80px;
}
.flex-landing .hero .stuff .links_wrap {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 18px 0;
}
.flex-landing .hero .stuff .links_wrap .af-button {
    padding: 18px 0;
}
.flex-landing .hero .links_wrap .af-button .blue {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #1C6299;
    padding: 18px 54px;
}
.flex-landing .hero .links_wrap .af-button .blue:hover {
    background-color: #1C6299;
}
.flex-landing .hero .links_wrap .af-button .pink {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #D30C7B;
    padding: 18px 54px;
}
.flex-landing .hero .links_wrap .af-button .pink:hover {
    background-color: #D30C7B;
}
.flex-landing .hero .links_wrap .af-button .green {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #39A2AE;
    padding: 18px 54px;
}
.flex-landing .hero .links_wrap .af-button .green:hover {
    color: #000;
    background-color: #39A2AE;
}
.flex-landing .hero .links_wrap .af-button .purple {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #A191F5;
    padding: 18px 54px;
}
.flex-landing .hero .links_wrap .af-button .purple:hover {
    color: #000;
    background-color: #A191F5;
}

/* Flex Hero */

/* two_column_accordion */
.two_column_accordion {
    background-color: #000;
}
.two_column_accordion .section_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.two_column_accordion .section_wrap .af-flex-row {
    gap: 24px;
}
.two_column_accordion .af-col-1 {
    width: 50%;
    padding: 48px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: max-content;
}
.two_column_accordion .af-col-1 .icon_image {
    width: 83.497px;
    height: 79.895px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.two_column_accordion .af-col-1.blue {
    background-color: #1C6299;
}
.two_column_accordion .af-col-1.pink {
    background-color: #D30C7B;
}
.two_column_accordion .af-col-1.green {
    background-color: #39A2AE;
}
.two_column_accordion .af-col-1.purple {
    background-color: #A191F5;
}
.two_column_accordion .af-col-1 .af-eyebrow-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.two_column_accordion .af-col-1.blue .af-eyebrow-headline,
.two_column_accordion .af-col-1.blue .af-headline,
.two_column_accordion .af-col-1.blue .af-text p {
    color: #fff;
}
.two_column_accordion .af-col-1.pink .af-eyebrow-headline,
.two_column_accordion .af-col-1.pink .af-headline,
.two_column_accordion .af-col-1.pink .af-text p {
    color: #fff;
}
.two_column_accordion .af-col-1.green .af-eyebrow-headline,
.two_column_accordion .af-col-1.green .af-headline,
.two_column_accordion .af-col-1.green .af-text p {
    color: #000;
}
.two_column_accordion .af-col-1.purple .af-eyebrow-headline,
.two_column_accordion .af-col-1.purple .af-headline,
.two_column_accordion .af-col-1.purple .af-text p {
    color: #000;
}

.two_column_accordion .af-col-1 .af-eyebrow-headline::after {
    content: "";
    display: block;
    height: 9px;
    width: 100%;
    border-radius: 9px;
    margin-top: 10px;
}
.two_column_accordion .af-col-1.blue .af-eyebrow-headline::after,
.two_column_accordion .af-col-1.pink .af-eyebrow-headline::after {
    background-color: #fff;
}
.two_column_accordion .af-col-1.green .af-eyebrow-headline::after,
.two_column_accordion .af-col-1.purple .af-eyebrow-headline::after {
    background-color: #000;
}
.two_column_accordion .af-col-1 .af-headline {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.two_column_accordion .af-col-1 .af-text p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.two_column_accordion .af-col-2 {
    width: 50%;
}
.two_column_accordion .af-col-2 .af-item_wrap {
    padding: 38px 48px;
    cursor: pointer;
}
.two_column_accordion .af-col-2.blue .af-item_wrap {
    border-bottom: 3px solid #1C6299;
}
.two_column_accordion .af-col-2.pink .af-item_wrap {
    border-bottom: 3px solid #D30C7B;
}
.two_column_accordion .af-col-2.green .af-item_wrap {
    border-bottom: 3px solid #39A2AE;
}
.two_column_accordion .af-col-2.purple .af-item_wrap {
    border-bottom: 3px solid #A191F5;
}
.two_column_accordion .af-col-2 .af-item_wrap .item_headline {
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.two_column_accordion .af-col-2 .af-item_wrap .item_headline svg {
    transform: rotate(180deg);
}
.two_column_accordion .af-col-2 .af-item_wrap.active .item_headline svg {
    transform: rotate(90deg);
}
.two_column_accordion .af-col-2.blue .af-item_wrap .item_headline svg polygon {
    fill: #1C6299;
}
.two_column_accordion .af-col-2.pink .af-item_wrap .item_headline svg polygon {
    fill: #D30C7B;
}
.two_column_accordion .af-col-2.green .af-item_wrap .item_headline svg polygon {
    fill: #39A2AE;
}
.two_column_accordion .af-col-2.purple .af-item_wrap .item_headline svg polygon {
    fill: #A191F5;
}
.two_column_accordion .af-col-2 .af-item_wrap .item_text {
    max-height: 0;
    opacity: 0;
    margin: 0;
    /* transition: opacity 1s ease-out, max-height 1s ease-out; */
}
.two_column_accordion .af-col-2 .af-item_wrap.active .item_text {
    max-height: 999px;
    height: auto;
    margin-top: 20px;
    opacity: 1;
    transition: opacity 1s ease-in, max-height 1s ease-in;
}

/* two_column_accordion */


/* Form */
.af-form.light {
    background-color: #fff;
}
.af-form.dark {
    background-color: #000;
}
.af-form .section_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.af-form .section_wrap .form_embed p iframe {
    width: 100%;
    max-width: 900px;
}
.af-form.light .af-headline {
    max-width: 900px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000;
}
.af-form.dark .af-headline {
    max-width: 900px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
}
.af-form.light .af-text {
    max-width: 900px;
    margin-left: atuo;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000;
}
.af-form.dark .af-text {
    max-width: 900px;
    margin-left: atuo;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
}

/* Form */

/* Two Column List Scroll */

.af-two_column_list_scroll {
    background-color: #000;
}
.af-two_column_list_scroll .section_wrap  {
    padding-top: 80px;
    padding-bottom: 80px;
}
.af-two_column_list_scroll .af-col1 {
    flex: 1;
    display: flex; 
    flex-direction: column;
    justify-content: center;
}
.af-two_column_list_scroll .af-col2 {
    flex: 1;
}
.af-two_column_list_scroll .af-eyebrow-headline {
    margin-top: 0;
    margin-bottom: 10px;
    width: max-content;
}
.af-two_column_list_scroll.blue .af-eyebrow-headline::after {
    content: '';
    display: block;
    height: 9px;
    width: 100%;
    background-color: #1C6299;
    border-radius: 9px;
    margin-top: 10px;
}
.af-two_column_list_scroll.pink .af-eyebrow-headline::after {
    content: '';
    display: block;
    height: 9px;
    width: 100%;
    background-color: #D30C7B;
    border-radius: 9px;
    margin-top: 10px;
}
.af-two_column_list_scroll.green .af-eyebrow-headline::after {
    content: '';
    display: block;
    height: 9px;
    width: 100%;
    background-color: #39A2AE;
    border-radius: 9px;
    margin-top: 10px;
}
.af-two_column_list_scroll.purple .af-eyebrow-headline::after {
    content: '';
    display: block;
    height: 9px;
    width: 100%;
    background-color: #A191F5;
    border-radius: 9px;
    margin-top: 10px;
}
.af-two_column_list_scroll .af-headline {
    margin: 0;
}
.af-two_column_list_scroll .item_headline {
    margin-top: 0;
    margin-bottom: 10px;
}
.af-two_column_list_scroll .item_text {
    margin: 0;
}
.af-two_column_list_scroll .item {
    padding-bottom: 20px;
}
.af-two_column_list_scroll {}
.af-two_column_list_scroll {}
.af-two_column_list_scroll {}
/* Two Column List Scroll */