/* =WordPress Core
-------------------------------------------------------------- */
body:not(.wp-admin) * {
    font-family: "Inter", sans-serif!important;
    color:black;
}

.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}



/* Text meant only for screen readers. */

.screen-reader-text {

	border: 0;

	clip: rect(1px, 1px, 1px, 1px);

	clip-path: inset(50%);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute !important;

	width: 1px;

	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}



.screen-reader-text:focus {

	background-color: #eee;

	clip: auto !important;

	clip-path: none;

	color: #444;

	display: block;

	font-size: 1em;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000;

	/* Above WP toolbar. */

}

.hero-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18.5rem 17% 46rem;
}

.hero-content svg{
    width: 97%;
    margin-bottom: 4.1rem;
}

.hero-subtitle {
    font-weight: 500;
    font-size: 2.32rem;
    text-align: center;
    color: white!important;
    font-family: "Inter", sans-serif;
    line-height: 2;
}

.hero-subtitle strong{
    font-weight: 900;
}

.hero-content-video {
    background: url(/wp-content/uploads/2025/11/FILLED-SCREEN.png);
    background-size: contain;
    width: 66.7vw;
    height: 41vw;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: -59.7rem auto 0;
}

.hero-content-video video {
    width: 57%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -91.1%);
}

.services {
    display: flex;
    flex-wrap: wrap;
    gap: 4.6rem;
    justify-content: center;
    width: 65vw;
    margin: 3rem 0;
}

.service-box {
    background: black;
    border-radius: 2.5rem;
    width: max(120px, 10.27%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.9rem;
}

@media screen and (max-width:1440px) and (min-width:937px){
	.service-box{
		margin:0 4.6%;
	}
}

@media screen and (max-width:936px) and (min-width:921px){
	.service-box{
		margin:0 4.4%;
	}
}

.service-box img {
    height: 65px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
}

.service-box p {
    color: white!important;
	margin-bottom:0;
	font-size: 1.4rem;
	margin-top: 8px;
}

* {
	font-family:"Inter", sans-serif!important;
}

section:not(.hero) > div {
    max-width: 147rem;
    margin-left: auto;
    margin-right: auto;
} 

.page-container {
    max-width: calc(147rem + 10vw);
    margin-left: auto;
    margin-right: auto;
    padding: 20rem 5vw;
}

.section-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.s1 .section-row {
    align-items: center;
    gap: 9%;
	margin-top: 3rem;
}

.s1 .left {
    width: 60%;
}

.s1 .right {
    width: 31%;
}

.s1 .left h2 {
    font-size: 10.5rem;
	line-height: 1;
	margin-bottom: 6rem;
}

.s1 .left p {
	font-size: 2.05rem;
    font-weight: 500;
	line-height: 1.66;
}

.s1 .right img {
	width: 100%;
}

.s1 .bottom-text {
    margin-top: 6rem;
}

.s1 .bottom-text p{
	font-weight: 800;
	font-size: 3.05rem;
}

.s1 .bottom-text p span {
  background: -webkit-linear-gradient(135deg, #4431FF, #D141FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section:not(.hero){
	padding: 13.7rem 1.9vw;
}

@media screen and (max-width:1440px){
	.hero-content {
		padding-bottom: 34.5vw;
	}
	.hero-content-video {
		width: 97.2vw;
		height: 62vw;
		margin-top: -36.9vw;
	}
	section.s1 {
		padding-top: 1.3vw;
	}
}

.s2{
	background-color: black;
}

.s2 h1, .s2 h2, .s2 h3, .s2 h4, .s2 h5, .s2 h6, .s2 p, .s2 li, .s2 div {
	color: white!important;
}

.s2 .top-text h2 {
    text-align: center;
    font-size: 7.7rem;
    margin-top: 1.3rem;
}

.s2 .top-text p {
    text-align: center;
    margin-top: 4rem;
    max-width: 84rem;
    margin: 4rem auto;
    font-size: 2.1rem;
    line-height: 1.56;
}

.s2 .section-row {
    margin-top: 6.5rem;
    column-gap: 3.2%;
    row-gap: 2.8vw;
}

.s2 .left, .s2 .right, .s2 .bottom {
    border: solid 1px white;
    width: 48.4%;
    border-radius: 5.5rem;
    padding: 10.2rem 2.3% 4.3rem;
	position:relative;
}

.s2 .bottom{
    width:100%;
}

@media screen and (max-width:950px) {
	.s2 .left, .s2 .right {
		width: 100%;
	}
}

.s2 h3 {
    font-size: 3.9rem;
}

.s2 .section-row p {
    margin-top: 1.5rem;
    font-size: 1.85rem;
	border-bottom: 1px solid white;
    padding-bottom: 3.3rem;
}

.s2 .section-row .bottom p {
	border-bottom: 0;
}

.s2 .section-row h4 {
    margin-top: 4rem;
    font-weight: 800;
}

.s2 .section-row h4 {
    margin-top: 4rem;
    font-weight: 800;
}

.s2 .section-row ul {
    margin-top: 3.1rem;
	list-style: none;
	padding-left:0;
}

.s2 .section-row li {
    margin-bottom: 1.8rem;
}

.s2 .section-row svg {
    width: 30px;
    height: 20px;
    aspect-ratio: 1;
    margin-right: 1.4rem;
}

.s2 .section-row .left:after, .s2 .section-row .right:after {
    content: " ";
    position: absolute;
    width: 3vw;
    height: 3vw;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5%;
    right: 5%;
    background-position: center;
    min-width: 30px;
    min-height: 30px;
}

.s2 .section-row .left:after {
	background-image: url(/wp-content/uploads/2025/11/662d2eed3399c114cceb336cca3dbe6b0f01d9c6.png)
}

.s2 .section-row .right:after {
	background-image: url(/wp-content/uploads/2025/11/d945c4facd2068764c00145ad0ebbc03048dc3a2.png)
}

section.s2 {
    padding-bottom: 19.8rem;
}

.button {
    text-align: center;
    margin-top: 5rem;
    padding: 1.1rem 0;
    background: linear-gradient(90deg, #D040FF 0%, #4531FF 50%, #D040FF 100%);
    border: none;
    border-radius: 5rem;
    font-size: 2.1rem;
    color: white!important;
    width: 100%;
    background-size: 200%;
    background-position: left;
    transition: .5s ease-in-out;
    width: 100%;
    display: block;
}

.button:hover {
    background-position: right;
    color:white!important;
}

section.s3 {
    padding: 18.5rem 1.9vw 21.3rem;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
}

section.s3 * {
    color: white!important;
}

@media only screen and (max-width: 1024px) {
    .s3 #s3-background-Video {
        display: none;
    }
}

.s3 #s3-background-Video {
    z-index: -2;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .s3 #s3-background-Video {
        -o-object-fit: cover;
        object-fit: cover;
        height: auto;
        width: 100%;
        z-index: -1;
    }
}

.s3 h2 {
    font-size: 7.5rem;
}

.phone-video {
    position: relative;
    width: 100%;
}

.phone-video img {
    position: absolute;
    z-index: 1;
    width: 56vw;
}

.phone-video video {
    position: absolute;
}

.s3 .section-row .left {
    width: 50%;
}

.phone-video {
    position: relative;
    width: 100%;
    margin-top: 11.3rem;
}

.phone-video img {
    position: absolute;
    z-index: 2;
    width: 34.8vw;
    left: -1.1vw;
}

.phone-video video {
    position: absolute;
    width: 32.3vw;
    left: 0.2vw;
    top: 2vw;
    border-radius: 2rem;
    z-index: 1;
}

.phone-video:after {
    content: " ";
    width: 28.9vw;
    background: black;
    display: block;
    height: 30px;
    position: relative;
    top: 1.1vw;
    left: 1.8vw;
    z-index: 0;
}

.s3 .section-row .right {
    width: 50%;
    padding-left: 0.9vw;
	padding-top: 5rem;
}

.s3 .section-row .right .step {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.s3 .section-row .right .step .step-left {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	width:45px;
	flex-shrink: 0;
}

.s3 .section-row .right .step .step-right {
    padding-left: 2.2vw;
}

.s3 .section-row .right .step .step-left .step-line {
    width: 2px;
    background: white;
    height: 10.6vw;
    margin: 1.2rem 0 1.2rem;
}

.s3 .section-row .right .step .step-right .content h3 {
    margin-bottom: 1.9rem;
	font-weight: 800;
	font-size: 2.8rem;
}

.s3 .section-row .right .step .step-right .content p {
    font-size: 2.1rem;
}

.s3 .section-row .right .step .step-right .content {
    max-width: 57rem;
}

section.s4 {
    padding-top: 22.2rem;
}

.s4 .section-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 16rem;
}

.s4 .section-row .left, .s4 .section-row .right {
    width: 50%;
}

.s4 .section-row .left {
    display: flex;
    justify-content: center;
}

.s4 .section-row .left img {
    width: 25.6vw;
}

.s4 .section-row .right {
    padding-left: 3.6rem;
}

.s4 .section-row .right .content {
    max-width: 57.3rem;
}

.s4 .section-row .right .content h2 {
    font-size: 4rem;
	font-weight: 800;
	margin-bottom: 2.7rem;
	background: -webkit-linear-gradient(135deg, #4431FF, #D141FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s4 .section-row .right .content p {
    font-size: 2.05rem;
    font-weight: 500;
}

.s4 .section-row .right .content .button {
    margin-top: 4rem;
}

.s4 .bottom {
    text-align: center;
}

.s4 .bottom h2 {
    font-size: 7.5rem;
	font-weight: 800;
    margin-bottom: 1.7rem;
}

.s4 .bottom p {
    font-size: 2.8rem;
	font-weight: 800;
	background: -webkit-linear-gradient(135deg, #4431FF, #D141FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 4rem;
}

form#gform_3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5%;
}

form#gform_3 .gform-body.gform_body {
    width: 47.5%;
}

input, textarea, select {
    border-width: 1px!important;
    border-radius: 25px!important;
	border-color: #808080!important;
	background-color: white!important;
}

form#gform_3 .gform-footer.gform_footer.top_label {
    margin: 0!important;
    padding: 0!important;
}

button.gform_button {
    margin: 0!important;
    padding: 1rem 2rem!important;
    color: white!important;
    border: none!important;
    border-radius: 60px!important;
	text-transform: none!important;
}

input::placeholder, textarea::placeholder {
	font-weight: 500!important;
	opacity: 1;
	color: #808080!important;
	font-style: italic;
}

section.footer-top {
    padding: 3rem 1.9vw;
}

.footer-top .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    border-top: 1px solid #808080;
    padding: 7.8rem 0;
    align-items: center;
}

p.copywrite {
    max-width: 65.3rem;
    font-weight: 500;
    font-size: 1.3rem;
    text-transform: capitalize;
	line-height: 1.9;
	margin-bottom: 0;
}

.footer-top svg {
    height: 4.1vw;
}

@media screen and (max-width:1024px){
	.s1 .left h2 {
		font-size: 8.5rem;
	}
}

@media screen and (max-width:768px){
	.s1 .bottom-text p {
		text-align: center;
	}
	.s1 .section-row {
		flex-direction: column-reverse;
		row-gap: 6rem!important;
	}
	.s1 .left {
		width: 100%;
	}
	.s1 .right {
		width: 70%;
		max-width: 40rem;
	}
	.s1 .left *{
		text-align:center;
	}
	section.s4{
		padding-top: 16rem;
	}
	section.s3{
		padding-bottom: 46.3rem;
	}
	.s3 .section-row{
		flex-direction:column;
	}
	.s3 .section-row .left {
		width: 100%;
	}
	.s3 .section-row .right {
		width: 100%;
        max-width: 70rem;
        margin: 0 auto;
	}
	.phone-video{
		position:absolute;
		bottom:40rem;
	}
	.phone-video img {
		width: 55vw;
		left: 50%;
		transform: translate(-50%);
	}
	.phone-video video {
		border-radius: 4rem;
		width: 51vw;
		left: 50%;
		transform: translate(-50%);
	}
	.phone-video:after {
		width: 45vw;
		left: 50%;
		transform: translate(-50%);
	}
	.s4 .section-row{
		flex-direction: column;
		row-gap: 6rem!important;
	}
	.s4 .section-row .left{
		width: 70%;
		max-width: 40rem;
	}
	.s4 .section-row .right, .s4 .section-row .left img{
		width: 100%;
	}
	.s4 .section-row .right .content {
		max-width: unset;
	}
	.s4 .section-row .right .content * {
		text-align: center!important;
	}
	.footer-top .container{
		flex-direction: column-reverse;
		align-items: center;
		row-gap: 7.8rem;
	}
	.footer-top .container p.copywrite{
		text-align: center;
	}
	.footer-top svg {
		height: 8.1vw;
	}
	.s3 h2{
		text-align:center;
	}
	.s4 .section-row .right{
		padding-left:0;
	}
}

@media screen and (max-width:500px){
	.s1 .left h2, .s2 .top-text h2, .s2 .top-text h2, .s4 .bottom h2 {
		font-size: 6.5rem;
	}
}

.modal-content {
    background-color: #000000CC;
    border: 1px solid white;
    border-radius: 40px;
}

.modal-header {
    border: 0;
}

.modal-body {
    padding:0 1.9vw 1.9vw;
}

h5.modal-title {
    color: white!important;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid white;
}

@media (min-width: 576px) {
    .modal-dialog {
        width: 33%;
		max-width:unset;
		min-width:500px;
    }
}

.modal-header .btn-close {
    filter: invert(1);
    padding: 15px;
    transition: .5s ease-in-out;
}

#thank-you section.s4, #coming-soon section.s4 {
    margin-top: -22.4rem;
    z-index: 1;
    position: relative;
    padding-top: 0;
}

p.copywrite.center {
    width: 100%;
    text-align: center;
    max-width: none;
}

.child-header {
    flex-direction: column;
    justify-content:center;
    align-items:center;
}

.button.black:hover {
    background: white;
    color:black;
}

#thank-you .s4 .section-row {
    padding-bottom: 0;
    gap: 8rem;
}

header.wst-header {
    background-color: transparent;
}

header.wst-header.active {
    background-color: white;
    box-shadow: 0px 1px 20px 0px rgba(33, 36, 42, .15);
}

header.wst-header .header {
    padding: 2rem;
}

header.wst-header .header__tools {
    width: 100%;
}

header.wst-header .header__tools .mobile-button {
    display: block;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 100000;
}

.active .bar {
    background-color: black;
}

.bar.active {
    background-color: white;
}

.mobile-menu {
    background: url(/wp-content/uploads/2025/12/Group.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    width: 100%;
}

.mobile-menu a {
    color: #ffffff;
}

.mobile-menu ul {
    list-style: none;
}

.anchor{
   display:block;
   height:calc( 6rem + 22px); /* this is the height of your header */
   margin-top:calc( -6rem - 22px); /* this is again negative value of the height of your header */
   visibility:hidden;
}

.wsta.fade-up {
    transition-duration: 1.6s;
}

.header__logo-container {
    position: relative;
    display: flex;
    align-items: center;
    height: calc(6rem + 22px)!important;
}

.scroll-active, .non-active {
    transition: .25s;
    position: absolute;
}

.scroll-active, .active .non-active {
    opacity: 0;
}

.active .scroll-active{
    opacity: 1;
}

.mobile-menu {
    padding: 8rem 1.5rem 10rem 4.3vw;
}

.mobile-menu__top {
    margin-bottom: 15.9rem;
    padding: 0;
    width: 20.8%;
    min-width:200px;
}

.mobile-menu__middle {
    padding-left: 7.6vw;
}

.mobile-menu__middle .menu-container .menu .menu-item {
    border-bottom: 0;
}

.mobile-menu__middle .menu-container .menu .menu-item a {
    font-size: 5.5rem;
    font-weight: 800;
    text-transform: none;
    font-family: "Inter", sans-serif;
    color: #5E6083;
    line-height: 1;
    margin-bottom: 2.6rem;
}

.mobile-menu__middle .menu-container .menu .menu-item:hover a {
    color: white!important;
}

.mobile-menu__middle .menu-container .menu .menu-item-has-children button.wst-nav-toggle svg, .mobile-menu__middle .menu-container .menu .menu-item-has-children button.wst-nav-toggle i {
    display:none;
}

.mobile-menu__middle .menu-container .menu .menu-item .sub-menu{
    display: block!important;
}

.mobile-menu__middle .menu-container .menu .menu-item .sub-menu .menu-item {
    border-bottom: 0;
}

.mobile-menu__middle .menu-container .menu .menu-item .sub-menu .menu-item a {
    color: #5E6083;
    line-height: 1;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    font-size: 3.5rem;
}

.mobile-menu__middle .menu-container .menu .menu-item .sub-menu .menu-item a:hover {
    color: white!important;
}

@media screen and (max-width:768px){
    .mobile-menu__middle .menu-container .menu .menu-item a{
        font-size: 3.5rem;
    }
    .mobile-menu__middle .menu-container .menu .menu-item .sub-menu .menu-item a {
        font-size: 2rem;
    }
}

@media screen and (max-width:500px){
    .mobile-menu__middle .menu-container .menu .menu-item a{
        font-size: 2.5rem;
    }
    .mobile-menu__middle .menu-container .menu .menu-item .sub-menu .menu-item a {
        font-size: 1.5rem;
    }
}

.hero.hero-video{
    background-size: cover;
    background-repeat: no-repeat;
}

.child-header {
    min-height: 0;
}

header.wst-header .header {
    padding: 8rem 10rem 2rem 8rem;
    transition: .25s;
}

header.wst-header.active .header {
    padding: 2rem;
}

header.wst-header .header__logo {
    width: 25%;
    min-width: 175px;
}

header.wst-header.active .header__logo {
    width: 20%;
}

.child-header {
    padding: 27rem 5vw 14.6rem;
}

.child-header p {
    margin-top: 2rem;
    line-height: 1;
    font-size: 3.1rem;
    color: white!important;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width:768px) {
    header.wst-header .header__logo {
        width: 20%;
    }
    header.wst-header .header {
        padding: 2rem;
    }
}

.blog .section-inner .blog-posts.blog-grid, .blog .section-inner .results.blog-grid, .category .section-inner .blog-posts.blog-grid, .category .section-inner .results.blog-grid, .archive .section-inner .blog-posts.blog-grid, .archive .section-inner .results.blog-grid, .search .section-inner .blog-posts.blog-grid, .search .section-inner .results.blog-grid {
    gap: 5.4rem;
}

.blog .section-inner .blog-posts, .blog .section-inner .results, .category .section-inner .blog-posts, .category .section-inner .results, .archive .section-inner .blog-posts, .archive .section-inner .results, .search .section-inner .blog-posts, .search .section-inner .results {
    padding: 4.2rem 0;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 1rem;
}

section:not(.hero) .blog-posts {
    max-width: 161.4rem;
    margin-left: auto;
    margin-right: auto;
}

.directory-card {
    width: calc( 25% - 4.05rem);
    padding: 4.5rem;
    background-color: #f5f5f5;
    border-radius: 30px;
    position: relative;
}

.behind-badge {
    width: calc(50% - 2.7rem);
    padding: 4.5rem 7.4rem;
    background-color: #f5f5f5;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5.2rem;
}

.directory-card h3 {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 1.2rem;
}

.directory-card p {
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.directory-card p .marker {
    margin-right: 1rem;
}

.directory-card p .globe {
    margin-right: 0.7rem;
}

p.type {
    margin-top: 3rem;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 6rem;
}

.approved, .review {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.approved {
    background: linear-gradient(90deg, #D040FF 0%, #4531FF 25%, #D040FF 50%, #4531FF 75%, #D040FF 100%);
    background-size: 400%;
    background-position: 0%;
    padding: 0rem 8rem;
    transition: .2s ease-in-out;
}

.approved svg {
    max-height: 2.5rem;
}

.directory-card:hover .approved {
  -webkit-animation-name: shine;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}



@-webkit-keyframes shine {
    0% {
  		background-position: 0%;
    }
    100% {
  		background-position: 66.6%;
    }
}

.directory-card p.review {
    background: black;
    color: white!important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 6px;
    margin-bottom: 0;
    font-size: 2.3rem;
}

.behind-badge img {
    width: 14.2rem;
}

.behind-badge .content h3 {
    font-weight: 800;
    font-size:3.7rem;
    margin: 2rem 0;
}

button.apply {
    background: none;
    border: none;
    font-weight: 800;
}

@media screen and (max-width:1400px){
    .behind-badge {
        width: calc(66.6% - 1.7rem);
    }
    .directory-card {
        width: calc(33.3% - 3.65rem);
    }
}

@media screen and (max-width:1024px){
    .behind-badge {
        width: 100%;
    }
    .directory-card {
        width: calc(50% - 2.75rem);
    }
}

@media screen and (max-width:600px){
    .directory-card {
        width: 100%;
    }
}

.blog .section-inner, .category .section-inner, .archive .section-inner, .search .section-inner {
    flex-direction: column;
}

.blog-mobile-search, .accordion-section .wst-content-accordion.dark .wca-item button.wca-button .active-icon{
    display:none!important;
}

.archive .xl-con {
    padding:0;
}

.accordion-section {
    background: black;
    width: 100%;
    padding-top: 16.3rem !important;
}

.accordion-section .title h2 {
    color: white!important;
    font-size: 7.8rem;
}

.accordion-section .wst-content-accordion .wca-item {
    border-bottom: 0;
    border-top: 2px solid white;
    margin-bottom: 0;
    margin-top: 3.2rem;
}

.accordion-section .wst-content-accordion .wca-item .wca-button, .accordion-section .wst-content-accordion .wca-item .wca-slide {
    padding-bottom: 0;
    padding-top: 3rem;
    padding-left: 0;
}

.accordion-section .wst-content-accordion.dark .wca-item button.wca-button h3 {
    font-weight: 700;
    font-size: 2rem;
}

.accordion-section .wst-content-accordion .wca-item .wca-slide {
    max-width: 84.3rem;
    padding-right: 0;
}

.accordion-section .wst-content-accordion .wca-item {
    border-bottom: 0;
    border-top: 2px solid white;
    margin-bottom: 0;
    margin-top: 3.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width:1320px) {
    .accordion-section .wst-content-accordion .wca-item {
        display: block;
    }
    .accordion-section .wst-content-accordion .wca-item .wca-slide {
        max-width: none;
    }
}

@media screen and (max-width:580px) {
    .accordion-section .title h2 {
        font-size: 5rem;
    }
}

.page-template-thank-you .child-header {
    padding: 31rem 5vw 30.2rem;
}

.page-template-thank-you .button.black {
    max-width: 59.1rem;
}

.page-template-thank-you .child-header p, .page-id-2831 .child-header p {
    font-size: 2.1rem;
    text-align: center;
}

.page-template-thank-you .s4 .section-row {
    flex-direction: column;
}

.page-template-thank-you .s4 .section-row .left img {
    width: 23.9vw;
    min-width: 280px;
}

.page-template-thank-you .s4 .section-row .right .content h2 {
    font-size: 7.5rem;
    margin-bottom: 4.7rem;
    background: transparent;
    -webkit-text-fill-color: initial;
}

.page-template-thank-you .s4 .section-row .right .content {
    max-width: none;
    text-align: center;
}

.page-template-thank-you .s4 .section-row .right {
    padding: 0;
    width: 100%;
}

.page-template-thank-you .s4 .section-row .right .content p {
    max-width: 91rem;
    margin: 0 auto;
}

p.button {
    padding-right: 2rem;
    padding-left: 2rem;
}

@media screen and (max-width:1200px) {
    #thank-you section.s4, #coming-soon section.s4 {
        margin-top: -21.3rem;
    }
}

@media screen and (max-width:550px) {
    .page-template-thank-you .s4 .section-row .right .content h2 {
        font-size: 5.5rem;
    }
}

.page-id-2827 .child-header {
    padding: 25.5rem 5vw 30.2rem;
}

.page-id-2831 .child-header,  .page-id-3 .child-header {
    padding: 22.7rem 5vw 12.8rem;
}

.page-id-2831 .child-header p {
    max-width: 85.3rem;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.page-id-3 .child-header p {
    max-width: 146.7rem;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.page-id-3 .child-header a {
    color: white!important;
}

.button.black, p.button.black {
    background: black;
    max-width: 37rem;
    margin-top:3rem;
}

.page-container strong {
    font-weight: 800;
}

h3.wp-block-heading {
    font-size: 5.9rem;
    margin-bottom: 2.5rem;
}

.page-container p {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 4.4rem;
}

.page-container ul, .page-container ol {
    padding-left: 5.7rem;
    text-align: left;
}

.page-container li {
    margin-bottom: 4.3rem;
    font-size: 2rem;
    font-weight: 500;
}

.page-id-3 h3.wp-block-heading {
    font-size: 4.6rem;
    margin-bottom: 2.5rem;
}

#postResults {
    padding: 0 1.9vw 13.7rem;
}

@media screen and (max-width: 768px) {
    #postResults, #thank-you section.s4, section.accordion-section {
        padding: 0 4.2rem 13.7rem;
    }
}

@media screen and (max-width: 640px) {
    .behind-badge {
        flex-direction: column;
    }
    .behind-badge .content {
        text-align: center;
    }
}

.child-header a, .child-header u, .hero-subtitle strong{
    color: white!important;
}

.s2 .section-row li i {
    color: white!important;
}
.s2 .section-row svg path {
    color: white!important;
}
