:root {
    --brand-container-width: 1200px;
    --brand-h2-font-size: 38px;
    --brand-button-font-size: 19px;
    --brand-button-font-weight: 300;
    --brand-accent: #ffd200;
	--brand-accent-2: #ffc800;
	--brand-accent-3: #ffbb00;
    --brand-dark-background: #000000;
}
*:not(.fa) {
    font-family: "Poppins", sans-serif;
    line-height: 1.1;
    color: #000;
    font-weight: 500;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%;
}
body {
    transition: transform 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0.004);
}
.font-weight-light {
    font-weight: 300;
}
.font-weight-medium {
    font-weight: 500;
}
.font-weight-semibold {
    font-weight: 600;
}
.font-weight-bold {
    font-weight: 700;
}
h1,
h2,
h3,
h4 {
    margin: 0;
}
h1 {
    font-size: 84px;
}
h2 {
    font-size: 64px;
}
.sub_header_text {
    font-size: 28px;
    margin: 40px auto 0;
}
strong {
    font-weight: 700 !important;
}
.dirham_symbol {
	background: url('../img/dirham_symbol.svg');
	background-size: cover!important;
	display: inline-block;
}
.dirham_symbol.white {
	background: url('../img/dirham_symbol_white.svg');
}
.text_center {
	text-align: center
}
.gosolr.container {
    max-width: var(--brand-container-width);
}
.gosolr.col-5 {
    width: 20%;
    float: left;
}
.justify_content_between {
	justify-content: space-between !important;
}
.align_items_end {
	align-items: flex-end	
}
.full_width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}
.smaller_container {
    max-width: 750px;
    margin: auto;
}
.full_width_inner {
    margin: 0 auto;
    max-width: var(--brand-container-width);
}
header {
    background-color: var(--brand-accent);
}
.header_wrapper.residential .col-4, .header_wrapper.commercial .col-4, .header_wrapper.how_it_works .col-4 {
	width: 24%;
	margin-right: 0
}
.header_wrapper .col-8 {
	width: 70%
}
.header_wrapper .mobile_menu_button_container {
	display: none
}
.mobile_menu_button_container button, .mobile_menu_sticky button {
	background: transparent;
	border: 0;
	padding: 8px;
	cursor: pointer;
	display: inline-flex;
	align-items: center
}
.mobile_menu_button_container button:focus, .mobile_menu_sticky button:focus {
	outline: none
}
.mobile_menu_button_container svg, .mobile_menu_sticky svg {
	display: block;
	width: 35px;
	height: 32px;
	z-index: 4;
	position: relative;
    right: 20px;
    top: 10px;
}
.mobile_menu_sticky svg {
    right: auto;
    top: auto;
}
.mobile_menu_sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.mobile_menu_sticky.show {
	opacity: 1;
	pointer-events: auto;
}
.mobile_menu_sticky .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobile_menu_sticky .container .logo {
	width: 100%;
	margin-bottom: -10px;
}
.mobile_menu_sticky .container .logo img {
	max-width: 80px;
}
.mobile_menu_button_container button.open svg {
	position: fixed;
}
.mobile_menu_button_container svg rect {
	fill: #000;
	transition: transform .36s cubic-bezier(.2,.9,.3,1),fill .22s linear,opacity .18s linear;
	transform-box: fill-box;
	transform-origin: center
}
.mobile_menu_button_container button.open svg rect {
	fill: #FFD200
}
.mobile_menu_button_container button.open svg .bar1 {
	transform: translateY(9px) rotate(45deg)
}
.mobile_menu_button_container button.open svg .bar2 {
	opacity: 0;
	transform: scaleX(.2)
}
.mobile_menu_button_container button.open svg .bar3 {
	transform: translateY(-13px) rotate(-45deg)
}
.side_menu {
	position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    backdrop-filter: blur(20px);
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
	padding: 0 2em;
}
.side_menu.open {
	right: 0;
}
.side_menu .footer_logo {
	max-width: 175px;
	margin-bottom: 30px;
}
.side_menu .side_menu_navigation {
	margin: 0;
	padding: 0
}
.side_menu .side_menu_navigation li {
	padding-bottom: 15px;
}
.side_menu .side_menu_navigation a {
	text-decoration: none;
	font-size: 18px;
	line-height: 23px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}
.side_menu .side_menu_navigation a.button {
	background-color: #FFD200;
	color: #000000;
	border: 2px solid #FFD200
}
.side_menu .side_menu_navigation a.button:hover {
	background-color: transparent;
	color: #FFD200;
	border: 2px solid #FFD200
}
header .logo {
    width: 350px;
    max-width: 100%;
    transition: 0.3s ease-in-out;
    margin-top: -0.5rem;
}
header .navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-top: 40px;
}
header .navigation li {
    display: inline-block;
    margin-right: 10px;
}
header .navigation li:last-child {
    margin-right: 0px;
}
header .navigation li:last-child a {
	margin-top: -4px
}
header .navigation li a {
	text-transform: uppercase
}
header .navigation li a:active:not(.button), header .navigation li a:hover:not(.button), header .navigation li a.active {
	border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}
header .navigation li a.button {
	font-weight: 500;
	font-size: 16px
}
.hero {
    background-color: var(--brand-accent);
}
.hero h1 {
    max-width: 850px;
    margin: 0 auto;
}
.hero .sub_header_text {
    max-width: 600px;
}
.hero .gosolr.col-5 p {
    font-size: 20px;
}
.below_hero {
    position: relative;
}
.below_hero .hero_image {
    max-width: 1000px;
}
.below_hero .hero_decal {
    background-image: url(../img/hero_decal.svg);
    position: absolute;
    top: -115%;
    z-index: -1;
    width: 100%;
    height: 200%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.subscription .gosolr.col-5 div {
    padding: 20px;
}
.subscription i {
    font-size: 40px;
}
.get_that_glow_heading {
	margin-top: 100px
}
body:not(.commercial) .benefits {
	background-color: #F0F0F0;
}
.benefit_icon {
    max-width: 180px;
}
.benefit_description {
    font-size: 20px;
}
.subscribe.full_width {
	background-color: #F0F0F0;	
}
#packages .col-12 {
    margin: 0;
	width: 100%
}
.packages {
    background-color: var(--brand-dark-background);
}
.packages h2 {
    color: #fff;
}
.packages .sub_header_text {
    color: var(--brand-accent);
}
.package-slide {
    position: relative;
    padding-bottom: 76px;
    min-height: 580px;
}
.package-slide .package-bg {
    position: absolute;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #000;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 390px;
}
.swiper-slide-active .package-slide .package-bg {
    opacity: 1;
    background-image: url(../img/packages_active_bg.svg);
}
.package-slide .package-name {
    width: 230px;
    height: 230px;
    margin: auto;
    border-radius: 100%;
    font-size: 32px;
    font-weight: 800;
    color: var(--brand-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    position: relative;
    max-width: 130px;
    line-height: 1.1;
    text-align: center;
}
.swiper-slide-active .package-slide .package-name {
    color: #000;
}
.package-slide .package-description {
    padding-top: 35px;
    z-index: 5;
    position: relative;
    color: #cfcfcf;
    text-align: center;
    min-height: 300px;
}
.package-slide .package-description h3,
.package-slide .package-description .price-pm,
.package-slide .package-description p {
    color: #cfcfcf;
}
.swiper-slide-active .package-slide .package-description h3,
.swiper-slide-active .package-slide .package-description .price-pm,
.swiper-slide-active .package-slide .package-description p {
    color: #000;
}
.package-slide .package-description h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 800;
}
.package-slide .package-description .price-pm {
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 22px;
}
.package-slide .package-description .price-pm span {
    display: block;
	font-weight: 600;
}
.package-slide .package-description p {
    max-width: 230px;
    margin: 0 auto 25px;
    font-size: 20px;
    line-height: 22px;
}
.package-slide .package-description p:nth-of-type(1), .package-slide .package-description p:nth-of-type(2) {
	font-size: 18px
}
.package-slide .package-description p:nth-of-type(3) {
	border-top: 2px solid #000000;
	padding-top: 20px
}
.package-slide .package-btn-wrap {
    z-index: 5;
    position: relative;
    display: none;
}
.what_you_get {
	display: none
}
.what_you_get h3 {
	color: #000000!important
}
.what_you_get h3 img, .tooltipster-content h3 img {
	max-width: 32px!important;
	vertical-align: bottom;
}
.what_you_get ul, .tooltipster-content ul {
	margin-left: 20px;
    padding: 0;
}
.what_you_get ul li, .tooltipster-content ul li {
	font-weight: 300;
	margin-bottom: 8px
}
.what_you_get ul li, .tooltipster-content ul li:nth-of-type(1) {
	list-style-type: none;
	margin-left: -20px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized .tooltipster-content {
	padding: 25px
}
.tooltipster-content {
    overflow: visible !important;
}
/* */
#package_slider .col-6 {
	margin-bottom: 0!important
}
.package_slider .package_description {
    position: relative;
	z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #000;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 390px;
	min-height: 650px
}
.swiper-slide-active .package_slider .package_description {
    opacity: 1;
    background-image: url(../img/packages_active_bg.svg);
}
.package_slider .package_description .package-name {
    width: 230px;
    height: 230px;
    margin: auto;
    border-radius: 100%;
    font-size: 32px;
    font-weight: 800;
    color: var(--brand-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    position: relative;
    max-width: 130px;
    line-height: 1.1;
    text-align: center;
}
.swiper-slide-active .package_description .package-name {
    color: #000;
}
.package_slider .package_description h3,
.package_slider .package_description p {
    color: #cfcfcf;
}
.swiper-slide-active .package_slider .package_description h3,
.swiper-slide-active .package_slider .package_description p {
    color: #000;
}
.package_slider .package_description h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 800;
}
.package_slider .package_description p {
    max-width: 230px;
    margin: 0 auto 25px;
    font-size: 20px;
    line-height: 22px;
}
.package_slider .package_description p:nth-of-type(1), .package_slider .package_description p:nth-of-type(2) {
	font-size: 18px
}
.package_slider .package_description p:nth-of-type(3) {
	border-top: 2px solid #000000;
	padding-top: 20px
}

.package_slider .package_contents {
	text-align: left
}
.package_slider .package_contents h2 {
	color: #ffffff;
	font-size: 58px;
	line-height: 70px;
	font-weight: 700
}
.package_slider .package_contents h2:nth-of-type(2) {
	font-size: 44px;
	line-height: 58px;
	margin-bottom: 20px;
	font-weight: 500
}
.package_slider .package_contents h2 svg {
	vertical-align: super;
	cursor: pointer
}
.package_slider .package_contents h3 {
	color: #ffffff;
	font-size: 21px;
	line-height: 31px
}
.package_slider .package_contents h3 strong {
	color: #ffffff;	
}
.package_slider .package_contents h4 {
}
.package_slider .package_contents p, .package_slider .package_contents p em {
	color: #ffffff;
}
.package_slider .package_contents p em {
	font-weight: 300;
	margin: 30px 0;
    display: block;
}
.package_slider .package_contents img {
    max-width: 500px;
}
/*  */
.packages_description h4 {
    font-size: 46px;
    display: flex;
    align-items: center;
}
.packages_description h4 span {
	font-weight: 600;	
}
.packages_description p {
    font-size: 20px;
    line-height: 30px;
}
.packages_description .period {
	display: block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;	
}
.packages_description .plus_icon {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    padding-top: 15px;	
}
.packages_description_2 p {
	font-size: 30px;	
	line-height: 40px
}
.packages_description_1 {
	background-color: var(--brand-accent-2);
}
.packages_description_2 {
	background-color: var(--brand-accent-3);
}
#package_description .swiper-nav, #package_description_2 .swiper-nav, #package_description_3 .swiper-nav {
	display: none
}
.packages_description .package_wrapper_decal {
	width: 65px;
    position: relative;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}
.packages_description .squiggle_line {
	top: 25%;
    right: -83px;
    position: absolute;
    width: 130px;	
}
.packages_description .package_illustration {
    position: relative;
    text-align: center;
}
.packages_description .package_illustration_details {
	max-width: 250px;
    margin: -15px auto 0;
}
.packages_description .package_illustration_details h6 {
	font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
.packages_description .package_illustration_details p {
    margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px	
}
.swiper-slide-active .package-slide .package-btn-wrap {
    display: block;
}
.process_slider_mobile {
    display: none;
}
.process {
    background-color: #f0f0f0;
}
.process-description h3 {
    font-size: 32px;
    font-weight: 800;
    max-width: 500px;
    margin: 0 auto 40px;
}
.process-description p {
    max-width: 360px;
    margin: 0 auto 25px;
    font-size: 20px;
    line-height: 22px;
}
.process_slider_mobile img {
    max-height: 200px;
}
.arch_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact h3 {
    font-size: 30px;
    font-weight: 600;
}
.contact input.brand {
    background-color: var(--brand-accent);
    border-color: var(--brand-accent);
}
.contact .contact_section_2,
.contact .contact_section_3 {
    border-top: 1px solid #cfcfcf;
}
img {
    width: 100%;
}
svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
svg path.active.highlight {
    fill: var(--brand-accent);
}
#gosolr_process path {
    cursor: pointer;
}
a {
    text-decoration: none;
}
.accent {
	color: var(--brand-accent)!important
}
.form-group {
    margin-bottom: 15px;
}
label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}
input[type="text"],
select {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 45px;
    border-radius: 50px;
}
select {
    background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
select:focus {
    background-image: linear-gradient(45deg, #000000 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #000000 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #000;
    outline: 0;
}
select:-moz-focusring {
    color: #fff0;
    text-shadow: 0 0 0 #000;
}
input[name="villa_community_other"] {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
#contact_form_submit span {
    color: #fff;
    font-weight: 300;
}
#contact_form_submit:hover span {
    color: #000;
}
#contact_form_submit:hover {
    background-color: #fff0;
}
#contact_form_submit.loading {
    color: #cfcfcf;
    background-color: #fff0;
    border-color: #cfcfcf;
    pointer-events: none;
}
#contact_form_submit.loading span {
    color: #cfcfcf;
}
#contact_form_submit.error {
    border-color: #b0262b !important;
    color: #b0262b !important;
    background-color: #fff0;
}
#contact_form_submit.error span {
    color: #b0262b !important;
}
#contact_form_submit.success {
    border-color: #20c544 !important;
    color: #20c544 !important;
    cursor: none;
    background-color: #fff0;
}
#contact_form_submit.success span {
    color: #20c544 !important;
}
.form_validation_error {
    color: #b0262b !important;
    background-color: #fff0;
}
.form_validation_error_border {
    border-color: #b0262b !important;
}
.button,
input[type="button"],
#contact_form_submit {
    background-color: var(--brand-dark-background);
    font-size: var(--brand-button-font-size);
    font-weight: var(--brand-button-font-weight);
    align-items: center;
    border: 2px solid #000;
    border-radius: 100px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 29px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0;
    overflow: hidden;
    padding: 8px 25px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background-color: #fff0;
    color: #000;
}
.button:active,
input[type="button"]:active {
    background: #000;
    color: #f0f0f0;
}
input[type="button"]:disabled,
input[type="button"].disabled,
.button.disabled {
    color: #cfcfcf;
    background-color: #fff0;
    border-color: #cfcfcf;
    pointer-events: none;
}
@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
        opacity: 0.35;
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
        opacity: 0.35;
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}
.swiper-slide {    
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-button-prev,
.swiper-button-next {
    color: #cfcfcf !important;
    position: relative;
}
.swiper-nav {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
}
body:not(.commercial):not(.how-it-works) .swiper-nav {
	top: 45%
}
.swiper-nav .swiper-nav-inner {
    width: 420px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
#package_slider .swiper-nav .swiper-nav-inner {
    width: 100%;
}
#process_slider .swiper-nav .swiper-nav-inner {
    width: 700px;
}
.pad_top_25 {
    padding-top: 25px;
}
.pad_top_40 {
    padding-top: 40px;
}
.pad_top_60 {
    padding-top: 60px;
}
.pad_top_100 {
    padding-top: 100px;
}
.pad_top_120 {
    padding-top: 120px;
}
.pad_top_150 {
    padding-top: 150px;
}
.pad_bottom_40 {
    padding-bottom: 40px;
}
.pad_bottom_60 {
    padding-bottom: 60px;
}
.pad_bottom_80 {
    padding-bottom: 80px;
}
.pad_bottom_100 {
    padding-bottom: 100px;
}
.position_relative {
    position: relative;
}
.display_flex {
	display: flex
}
.cta {
    background-color: #f0f0f0;
}
.cta_box {
    background-color: var(--brand-accent);
    border-radius: 100px;
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.cta_box::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 100px;
    width: 0;
    height: 0;
    border-left: 0 solid #fff0;
    border-right: 40px solid #fff0;
    border-top: 20px solid var(--brand-accent);
}
.subscribe .cta_box {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.subscribe .cta_box::after {
    content: none;
}
.cta_box img {
    width: 100px;
    height: auto;
    margin-top: -27px;
    margin-left: 140px;
    margin-right: 20px;
}
.cta_content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cta_content p {
    font-size: 30px;
    font-weight: 300;
}
.faq_title {
	background-color: #cfcfcf
}
.faq_title h3 {
    font-size: 30px;
    font-weight: 600;
}
.faq .faq_accordion_sections {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.faq .faq_accordion_sections li {
	padding: 15px 15px 15px 25px;
	border-bottom: 2px solid #dcdcdc;
	position: relative;
}
.faq .faq_accordion_sections li:last-child {
	border-bottom: none
}
.faq .faq_accordion_sections h3 {
	font-size: 22px;
    font-weight: 600;	
	line-height: 33px;
	cursor: pointer;
	display: flex;
    align-items: flex-start;
    position: relative;
}
.faq .faq_accordion_sections h3::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #ffd200;	
}
.faq .faq_accordion_section li {
	border-bottom: none
}
.faq .faq_accordion_section li::before {
	content: '';
    position: absolute;
	left: -33px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    transition: transform 0.3s ease;	
}
.faq .faq_accordion_section li:last-child::before {
	display: none
}
.faq .faq_accordion_section_title {
	text-decoration: none;
    font-size: 20px;
	line-height: 30px;
    font-weight: 300;
	position: relative;
}
.faq .faq_accordion_section {
	list-style-type: none;
}
.faq .faq_accordion_section_title::before, .faq .faq_accordion_section_title::after {
    content: "";
    display: block;
    width: 3px;
    height: 18px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform .3s ease-in-out;
}
.faq .faq_accordion_section_title::after {
    transform: translateY(-50%) rotate(0);
}
.faq .faq_accordion_section_title.active::after {
	transform: translateY(-50%) rotate(90deg);
}
.faq .faq_accordion_section_content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300
}
footer {
    background-color: var(--brand-dark-background);
}
footer .footer_logo {
    margin-top: -9px;
    margin-left: -10px;
    max-width: 200px;
}
footer a:hover {
    border-bottom: 1px solid var(--brand-accent);
}
footer .widget_title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
footer .widget_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
footer .widget_links li {
    display: inline-block;
    margin-bottom: 5px;
}
footer .widget_links li a {
    font-size: 16px;
    color: #cfcfcf;
}
footer .social_icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
}
footer .social_icons li {
    display: inline-block;
    margin-right: 20px;
}
footer .social_icons li:last-child {
    margin-right: 0;
}
footer .social_icons li a {
    font-size: 20px;
    color: #fff;
}
footer .social_icons li a:hover {
    color: var(--brand-accent);
    border-bottom: none;
}
footer .legal {
    border-top: 1px solid #cfcfcf;
}
footer .copyright,
footer .copyright a {
    font-size: 12px;
    color: #cfcfcf;
}
.popup_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.popup_wrapper {
    margin: 70px auto;
    padding: 20px;
    background-color: var(--brand-accent);
    border-radius: 50px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
    background-repeat: no-repeat;
    background-size: 400px;
    background-image: url(../img/cloud1.svg), url(../img/cloud2.svg);
    background-position: -150px center, right bottom;
}
.popup_wrapper .popup_logo {
    max-width: 450px;
    margin: -20px auto 0;
}
.popup_wrapper .popup_header,
.popup_wrapper .popup_content {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
.popup_wrapper .popup_header h2 {
    font-weight: 600;
}
.popup_wrapper .popup_content {
    margin-top: 40px;
    margin-bottom: 40px;
    max-height: 30%;
    overflow: auto;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.popup_wrapper .popup_content p {
    font-size: 26px;
}
.popup_wrapper .popup_close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.popup_wrapper .popup_close:hover {
    color: #fff;
}
.special_event_popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}
.special_event_popup_content {
    max-width: 1000px;
    max-height: 90%;
    border-radius: 10px;
}
.special_event_popup_close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.signup_popup_overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.signup_popup_wrapper {
	position: relative;
	width: 90%;
	max-width: 600px;
}
.signup_popup_image {
	width: 100%;
	height: auto;
	display: block;
}
.signup_popup_content {
	position: absolute;
	bottom: 4%;
	right: 4%;
	transform: translateX(-50%);
	font-family: monospace;
	font-size: clamp(14px, 3vw, 20px);  
}
.signup_popup_overlay #signup_code {
	color: #ffffff;
	cursor: text;
	user-select: text;
}
.signup_popup_close {
	position: absolute;
	top: 4%;
    right: 4%;
	font-size: 28px;
	color: #000000;
	cursor: pointer;
	user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.signup_popup_close:hover {
	color: #ffffff
}
@keyframes pulse_text {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.1); }
}
@media only screen and (max-width: 1400px) {
    .subscribe .cta_box img {
        margin-left: 40px;
    }
    .popup_wrapper .popup_logo {
        max-width: 350px;
    }
    .popup_wrapper .popup_header h2 {
        font-size: 36px;
    }
    .popup_wrapper .popup_content p {
        font-size: 21px;
    }
}
@media only screen and (max-width: 1200px) {
	footer {
        text-align: center;
    }
    footer .col-2,
    footer .col-8 {
        width: 100%;
        margin: 0 !important;
    }
    footer .footer_logo {
        margin-top: 0;
    }
	footer .widget_links li {
		display: block
	}
    footer .widgets {
        padding-top: 0;
    }
    footer .widgets .col-3 {
        width: 50%;
        margin: 0;
    }
    footer .legal .col-3 {
        width: 33.33%;
        margin: 0;
    }
    footer .social_icons {
        position: relative;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 781px) and (max-width: 1032px) {
	ul.navigation a.button {
		font-size: 11px
	}
}
@media only screen and (min-width: 1025px) {
	.mobile_menu_sticky {
		opacity: 0!important;
		pointer-events: none!important;
	}
}
@media only screen and (max-width: 1024px) {
	header .col-4, header .col-8 {
		width: 46%!important;		
	}
	.header_wrapper .navigation {
		display: none
	}
	.header_wrapper .mobile_menu_button_container {
		display: block;
		text-align: right;
	}	
}
@media only screen and (max-width: 1000px) {
    .subscribe .cta_content p {
        max-width: 400px;
    }
    .popup_wrapper {
        background-image: none, url(../img/cloud2.svg);
    }
}
@media only screen and (max-width: 960px) {
	#package_slider .col-6 {
		width: 100%;
		margin: 0;
	}
	.package_slider .package_contents {
		text-align: center;
		margin-bottom: 50px;
		padding-top: 40px;
        border-top: 1px solid var(--brand-accent);
	}
	.package_slider .package_contents h2 {
		line-height: 1
	}
	.package_slider .package_contents svg.tooltip {
		animation: pulse_text 1.2s infinite ease-in-out;
		transform-origin: center;	
	}
	.what_you_get {
		display: none;
		background-color: #ffffff;
		border-radius: 10px;
		margin: 0 auto;
		margin-bottom: 40px;
		padding: 20px;
		box-shadow: 0 .5rem 1rem #00000026!important;
		max-width: 800px
	}
}
@media only screen and (max-width: 900px) {
    section.process {
        padding-bottom: 0;
    }
    #process_slider_mobile .swiper-slide::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 2px;
        background-color: #e1e1e1;
        transform: translateY(-50%);
        z-index: -1;
    }
    #process_slider_mobile .swiper-slide:first-child::after {
        transform: translateX(50%);
    }
    #process_slider_mobile .swiper-slide:last-child::after {
        transform: translateX(-50%);
    }
    .process_slider {
        display: none;
    }
    .process_slider_mobile {
        display: block;
    }
}
@media only screen and (max-width: 849px) {
	footer .footer_logo {
		margin-bottom: 20px
	}
	footer .widgets .col-3 {
		width: 100%
	}
}
@media only screen and (max-width: 825px) {
    .gosolr.col-5 {
        width: 25%;
    }
    .gosolr.col-5:last-child {
        width: 100%;
    }
    .gosolr.col-5 div {
        max-width: 200px;
    }
    .subscribe .cta_box .cta_content {
        padding: 15px 0;
        display: block;
    }
    .subscribe .cta_box .cta_content p {
        margin: 0;
        margin-bottom: 10px;
    }
    .popup_wrapper .popup_logo {
        max-width: 250px;
    }
    .popup_wrapper .popup_header h2 {
        font-size: 21px;
    }
    .popup_wrapper .popup_content {
        margin-top: 0;
        margin-bottom: 0;
    }
    .popup_wrapper .popup_content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 780px) {
    header .navigation li {
        display: block;
    }
    header .navigation li:first-child {
        margin: 0;
    }
    header .navigation li {
        margin-top: 10px;
    }
    header .navigation .button {
        width: 100%;
    }
}
@media only screen and (max-width: 740px) {
    .cta .cta_box img {
        margin-left: 40px;
    }
    .cta_box::after {
        content: none;
    }		
}
@media only screen and (max-width: 720px) {
    header .navigation {
        text-align: center;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .popup_wrapper {
        width: 70%;
    }
}
@media only screen and (max-width: 719px) {
	.get_that_glow {
		padding-top: 0
	}
	.get_that_glow .row {
		text-align: center
	}
	.packages_description h4 {
	    display: block;    
		text-align: center;
	}
	.packages_description p {
		text-align: center;
	}
	.packages_description .period br {
		display: none
	}
	.packages_description .period span {
		display: inline;
		margin-left: 5px
	}
	.packages_description .plus_icon {
		padding-top: 0
	}
	.packages_description .package_illustration_details h6 {
		text-align: center
	}
}
@media only screen and (max-width: 656px) {
    .hero h1 {
		font-size: 48px
	}
	.subscribe .cta_box img {
        margin-top: 0;
    }
    .process-description h3 {
        max-width: 400px;
    }
	.packages_description .squiggle_line {
		right: -58px;    
		width: 90px;
	}
    .cta .cta_box img {
        margin-top: 4px;
    }
}
@media only screen and (max-width: 625px) {
    .gosolr.col-5,
    .gosolr.col-5:last-child {
        width: 33.33%;
    }
    .gosolr.col-5:nth-child(4) {
        margin-left: 16.67%;
    }
}
@media only screen and (max-width: 600px) {
    .subscribe .cta_content p {
        max-width: 200px;
    }
    .cta .cta_box .cta_content {
        padding: 15px 0;
        display: block;
    }
    .cta .cta_box .cta_content p {
        margin: 0;
        margin-bottom: 10px;
        max-width: 300px;
    }
    .popup_wrapper .popup_logo {
        max-width: 180px;
    }
}
@media only screen and (max-width: 530px) {
    .process-description h3 {
        max-width: 250px;
    }
}
@media only screen and (max-width: 515px) {
    section.cta {
        padding-top: 10px;
    }
    .cta .cta_box img {
        display: none;
    }
    .cta .cta_content {
        text-align: center;
        padding: 20px !important;
    }
    .cta .cta_content p {
        max-width: none !important;
    }
}
@media only screen and (max-width: 495px) {
    .gosolr.col-5 {
        width: 50%;
    }
    .gosolr.col-5:nth-child(4) {
        width: 50%;
        margin-left: 0;
    }
    .gosolr.col-5:nth-child(5) {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .subscribe .cta_box {
        border-radius: 100px;
    }
    .subscribe .cta_box img {
        display: none;
    }
    .subscribe .cta_content {
        text-align: center;
    }
    .subscribe .cta_content p {
        max-width: none;
    }
}
@media only screen and (max-width: 475px) {
	.align_items_end {
		align-items: baseline;
	}
	.hero .sub_header_text br {
		display: none
	}
	.hero .sub_header_text strong {
		margin-left: 7px
	}
	.signup_popup_content {	
		font-size: inherit;
		bottom: 2%;
		right: -2%; 
	}
}
@media only screen and (max-width: 440px) {
    footer .legal .col-3 {
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 48px;
    }
    .hero .sub_header_text {
        max-width: 320px;
    }
    .process-description h3 {
        font-size: 26px;
    }
    .cta .cta_box {
        border-radius: 100px;
    }
}
@media only screen and (max-width: 320px) {
    .gosolr.col-5 {
        width: 100% !important;
    }
}
