/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body.page-id-17290 .page-content p{
margin-bottom: 40px;
	line-height: 30px;
}
body.page-id-17290 .page-content figure{
margin-bottom: 30px;
}
body.page-id-17290 .page-content li{
margin-bottom: 10px;
}
body.page-id-17290 .page-content li:first-child{
margin-top: 15px;
}
body.page-id-17290 .page-content li:last-child{
margin-bottom: 15px;
}
body .calendly-badge-widget .calendly-badge-content span,
body:not(.location_us) .calendly-badge-widget,
body:not(.location_us) .calendly_button_only_us{
display: none!important;
}
body .floating_button{
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9998;
	display: none;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;

}

body .floating_button a{
	background: rgb(70, 34, 218);
	color: rgb(255, 255, 255);
	display: flex;
	width: auto;
	height: 52px;
	padding: 0 30px;
	border-radius: 25px;
	border: 2px solid rgb(70, 34, 218);
	box-shadow: rgba(0,0,0,.25) 0 2px 5px;
	font-weight: 800;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
	align-items: center;
	font-family: "Plus Jakarta Sans",Sans-serif !important;
	justify-content: center;
	transition: all 0.3s;
}
body .floating_button a:hover {
	background: rgb(255, 255, 255);
	color:  rgb(70, 34, 218);
}
body .floating_button button {
	background: transparent!important;
	border: none!important;
	outline: none!important;
	padding: 10px;
	margin-right: -10px;
}
body .floating_button button i:before{
	color: rgb(70, 34, 218);
}
@media (max-width: 767px) {
	body .floating_button{
		right: 20px;
		bottom: 15px;
	}
}
#site-header>.header-inner .site-branding.show-logo{
	 max-width: 20% !important;
 }
#site-header>.header-inner .site-navigation.show{
	max-width: 80% !important;
}
@media (max-width: 1200px) {
	#site-header>.header-inner .site-navigation.show{
		max-width: 100% !important;
	}
	#site-header>.header-inner .site-navigation.show ul li a{
		padding-right: 9px!important;
		padding-left: 9px!important;
	}
}
.menu-primary-menu-container #menu-primary-menu .menu-item-has-children:after{
	content: "\f078";
	font-size: .7em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: 10px;
}
.menu-primary-menu-container #menu-primary-menu .menu-item-has-children:hover:after{
	transform: translateY(-50%) scale(-1);
}
.menu-primary-menu-container #menu-primary-menu .menu-item-has-children ul{
	padding: 10px!important;
	padding-top: 20px!important;
	border-radius: 0px 0px 5px 5px!important;
}
.menu-primary-menu-container #menu-primary-menu .menu-item-has-children ul li {
	border: none!important;
}
.menu-primary-menu-container #menu-primary-menu .menu-item-has-children ul li a{
	width: 100%;
	border-radius: 5px!important;
	white-space: nowrap;
}
.menu-primary-menu-container #menu-primary-menu .menu-item-has-children ul li:not(:last-child) a{
	margin-bottom: 10px!important
}
.menu-primary-menu-container #menu-primary-menu .menu-item-has-children ul li a:hover{
	color: #2E168D!important;
	background: rgba(181, 166, 242, 0.09)!important;
}
@media (max-width: 992px) {
	.menu-primary-menu-container #menu-primary-menu .menu-item-has-children:after{
		position: absolute;
		top: 23px;
		transform: translateY(0%) scale(1);
	}
	.menu-primary-menu-container #menu-primary-menu .menu-item-has-children:hover:after{
		transform: translateY(0%) scale(1);
	}
	.menu-primary-menu-container #menu-primary-menu .menu-item-has-children.elementor-active:after{

		transform: translateY(0%) scale(-1);
	}
	.menu-primary-menu-container #menu-primary-menu .menu-item-has-children ul{
		padding: 0px!important;
	}
	.menu-primary-menu-container #menu-primary-menu .menu-item-has-children ul li a{
		padding-left: 40px;
	}
	.menu-primary-menu-container #menu-primary-menu .menu-item-has-children ul li:not(:last-child) a{
		margin-bottom: 0px!important
	}
}
.cus_video_slider>.elementor-widget-wrap .slick-arrow{
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	position: absolute;
}
.cus_video_slider>.elementor-widget-wrap .slick-arrow.left{
	left: -96px;
}
.cus_video_slider>.elementor-widget-wrap .slick-arrow.right{
	right: -96px;
}
.cus_video_slider>.elementor-widget-wrap .slick-dots{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.cus_video_slider>.elementor-widget-wrap .slick-dots li{
	margin: 0 4px;
}
.cus_video_slider>.elementor-widget-wrap .slick-dots li button{
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #EFECFB;
	padding: 0;
	border: none;
	transition: all 0.3s;
	outline: none!important;
}
.cus_video_slider>.elementor-widget-wrap .slick-dots li.slick-active button{
	background-color: #2E168D;
}
@media (max-width: 767px) {
	.cus_video_slider>.elementor-widget-wrap .slick-dots{
		margin-top: 15px;
	}
	.cus_video_slider>.elementor-widget-wrap .slick-arrow{
		top: auto;
		transform: none;
		bottom: -25px;
	}
	.cus_video_slider>.elementor-widget-wrap .slick-arrow svg{
		width: 24px;
	}
	.cus_video_slider>.elementor-widget-wrap .slick-arrow.left{
		left: 0px;
	}
	.cus_video_slider>.elementor-widget-wrap .slick-arrow.right{
		right: 0px;
	}
}

body:not(.elementor-editor-active) .prod_slider{
	 display: none!important;
 }
body.elementor-editor-active .cus_prod_nav_slider,
body.elementor-editor-active .cus_prod_slider{
	display: none!important;
}
.cus_prod_nav_slider{
	margin-top: 30px;
}
.hero_slider.cus_prod_nav_slider{
	margin-top: 10px;
	margin-bottom: 10px;
}
.cus_prod_nav_slider .slick-dots{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.hero_slider.cus_prod_nav_slider .slick-dots{
	display: none;
}
.cus_prod_nav_slider .slick-dots li{
	margin: 0 4px;
}
.cus_prod_nav_slider .slick-dots li button{
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #EFECFB;
	padding: 0;
	border: 1px solid #2E168D;
	transition: all 0.3s;
	outline: none!important;
}
.cus_prod_nav_slider .slick-dots li.slick-active button{
	background-color: #2E168D;
}
.cus_prod_nav_slider,
.cus_prod_slider {
	width: 100%;
}
.cus_prod_nav_slider .item .e-gallery-image,
.cus_prod_slider .item .e-gallery-image{
	position: relative;
	border-radius: 30px;
}
.hero_slider.cus_prod_slider .item {
	padding: 0 6.5px;
}
.cus_prod_nav_slider .item .e-gallery-image{
	position: relative;
	border-radius: 5.5px;
}
.cus_prod_nav_slider .item {
	padding: 0 6.5px;
}
.hero_slider.cus_prod_nav_slider .item .e-gallery-image:after,
 .hero_slider.cus_prod_slider .item .e-gallery-image:after{

	 padding-top: 59%;
 }
.cus_prod_nav_slider .item .e-gallery-image:after,
.cus_prod_slider .item .e-gallery-image:after{
	content: "";
	display: block;
	padding-top: 100%;
}
.cus_prod_nav_slider .item .elementor-gallery-item__overlay,
.cus_prod_slider .item .elementor-gallery-item__overlay{
	display: none!important;
}
body .calendly-badge-widget .calendly-badge-content {
	font-family: "Plus Jakarta Sans",Sans-serif !important;
}
.g-rev-custom2 *,
.g-rev-custom * {
	font-family: "Plus Jakarta Sans",Sans-serif !important;
}

.g-rev-custom .ti-name {
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: 800 !important;
}

.g-rev-custom .ti-inner {
	font-size: 16px !important;
	line-height: 25px !important;
	font-weight: 400 !important;
}

.g-rev-custom .ti-read-more {
	font-size: 16px !important;
	line-height: 25px !important;
	font-weight: 800 !important;
}

.text-margin p {
	margin-bottom: 0;
}

.dynamic-footer {
	display: none !important;
}
.cta_info{
	color: #2e168d;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}

@media (max-width: 1024px) {
	.bg-none {
		background-image: none !important;
	}
}

body.elementor-editor-active .cus_slid_hide .cus_slider,
body:not(.elementor-editor-active) .cus_slid_hide .eae-swiper{
	display: none!important;
}

.cus-slid .cus_slider .cus_slide_item{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 5px;
}
.cus-slid .cus_slider .cus_slide_item a{
	padding-top: 93%;
	/*content: "";*/
	display: block;

}
.cus-slid .cus_slider_nav{
	margin-top: 30px;
}
.cus-slid .cus_slider_nav .cus_slide_item{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5.5px;
	overflow: hidden;
	width: 83px!important;
	height: 83px;
	margin: 0 5.5px;
	transition: all 0.3s;
	/*border: 1px solid transparent !important;*/
}
.cus-slid .cus_slider_nav .cus_slide_item.slick-current{
	border: 1px solid var(--e-global-color-primary ) !important;
}
.cus-slid .cus_slider_nav .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--e-global-color-accent );
	font-size: 20px;
	cursor: pointer;
}
.cus-slid .cus_slider_nav .slick-arrow.left{
	left: -30px;
}
.cus-slid .cus_slider_nav .slick-arrow.right{
	right: -30px;
}
#sticky_relief>.elementor-container{
	opacity: 0;
	transition: all 0.3s!important;
}
#sticky_relief{
	pointer-events: none;
}
#sticky_relief.active>.elementor-container{
	opacity:1;
}
#sticky_relief.active{
	pointer-events: auto;
}
@media (max-width: 1024px) {
	
	#sticky_relief>.elementor-container{
	opacity:1;
	}
	#sticky_relief{
		pointer-events: auto;
	}
	.cus-slid .cus_slider_nav .slick-arrow{
		display: none!important;
	}
	.cus-slid .cus_slider_nav .cus_slide_item{
		width: 73px!important;
		height: 73px;
	}
}
a:-webkit-any-link:focus-visible {
	outline: none!important;
}
.elementor-field-type-recaptcha_v3{
	position: absolute!important;
}
#gform_page_22_4 .gform_page_fields  #input_22_182 label#label_22_182_0{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg clip-path='url(%23clip0_208_447)'%3E%3Cpath d='M21.011 14.5067V13.6294C21.011 9.72117 17.9949 6.37131 14.1461 6.29624C10.2234 6.22587 7.01758 9.43029 7.01758 13.3901V14.502C7.01758 16.9511 6.63362 19.3814 5.8796 21.7084L4.97754 24.4953H23.0557L22.1536 21.7084C21.3996 19.3814 21.0157 16.9511 21.0157 14.502L21.011 14.5067Z' fill='%23B5A6F2'/%3E%3Cpath d='M23.0507 25.2038H4.97257C4.75053 25.2038 4.54236 25.0958 4.41283 24.9129C4.28331 24.7299 4.2463 24.4953 4.31569 24.2795L5.21775 21.4879C5.94864 19.2312 6.31872 16.8807 6.31872 14.502V13.3901C6.31872 11.2788 7.13751 9.30362 8.62244 7.82104C10.0704 6.376 11.9809 5.5878 14.007 5.5878C14.0579 5.5878 14.1042 5.5878 14.1504 5.5878C18.3138 5.66756 21.7 9.27078 21.7 13.62V14.4973C21.7 16.8713 22.07 19.2218 22.8009 21.4832L23.703 24.2701C23.7724 24.4859 23.7354 24.7205 23.6058 24.9035C23.4763 25.0865 23.2682 25.1944 23.0461 25.1944L23.0507 25.2038ZM5.93014 23.7962H22.0885L21.4825 21.929C20.7054 19.5268 20.3122 17.0308 20.3122 14.5067V13.6294C20.3122 10.0402 17.5366 7.06568 14.1273 7.00469C12.425 6.97185 10.8105 7.62399 9.59388 8.83445C8.37726 10.0449 7.7065 11.6682 7.7065 13.3948V14.5067C7.7065 17.0308 7.3133 19.5315 6.53614 21.929L5.93014 23.7962Z' fill='%232E168D'/%3E%3Cpath d='M14.0118 7.00469C13.6278 7.00469 13.3179 6.69035 13.3179 6.30094V0.703753C13.3179 0.314343 13.6278 0 14.0118 0C14.3957 0 14.7057 0.314343 14.7057 0.703753V6.30094C14.7057 6.69035 14.3957 7.00469 14.0118 7.00469Z' fill='%232E168D'/%3E%3Cpath d='M11.1667 24.5H16.852C16.852 26.0436 15.6169 27.2962 14.095 27.2962H13.9192C12.3972 27.2962 11.1621 26.0436 11.1621 24.5H11.1667Z' fill='white'/%3E%3Cpath d='M14.0999 28H13.9241C12.0228 28 10.4731 26.4283 10.4731 24.5C10.4731 24.1106 10.7831 23.7962 11.167 23.7962H16.8523C17.2363 23.7962 17.5462 24.1106 17.5462 24.5C17.5462 26.4283 15.9965 28 14.0953 28H14.0999ZM11.9812 25.2038C12.268 26.0107 13.0313 26.5925 13.9241 26.5925H14.0999C14.9927 26.5925 15.756 26.0107 16.0428 25.2038H11.9858H11.9812Z' fill='%232E168D'/%3E%3Cpath d='M3.11295 20.9484C2.93716 20.9484 2.75675 20.878 2.6226 20.742C-0.846855 17.2232 -0.846855 11.4993 2.6226 7.98526C2.89553 7.70845 3.33499 7.70845 3.6033 7.98526C3.8716 8.26207 3.87623 8.70778 3.6033 8.97989C0.675078 11.9497 0.675078 16.7775 3.6033 19.7473C3.87623 20.0241 3.87623 20.4698 3.6033 20.742C3.46914 20.878 3.28873 20.9484 3.11295 20.9484Z' fill='%232E168D'/%3E%3Cpath d='M4.93122 17.5469C4.75543 17.5469 4.57502 17.4765 4.44087 17.3405C2.82179 15.6984 2.82179 13.0288 4.44087 11.3867C4.7138 11.1099 5.15327 11.1099 5.42157 11.3867C5.68987 11.6635 5.6945 12.1092 5.42157 12.3814C4.34373 13.4745 4.34373 15.2527 5.42157 16.3458C5.6945 16.6227 5.6945 17.0684 5.42157 17.3405C5.28742 17.4765 5.10701 17.5469 4.93122 17.5469Z' fill='%232E168D'/%3E%3Cpath d='M23.2312 17.5469C23.0554 17.5469 22.875 17.4765 22.7408 17.3405C22.4679 17.0637 22.4679 16.618 22.7408 16.3458C23.8187 15.2527 23.8187 13.4745 22.7408 12.3814C22.4679 12.1046 22.4679 11.6588 22.7408 11.3867C23.0138 11.1146 23.4532 11.1099 23.7215 11.3867C25.3406 13.0288 25.3406 15.6984 23.7215 17.3405C23.5874 17.4765 23.407 17.5469 23.2312 17.5469Z' fill='%232E168D'/%3E%3Cpath d='M24.9104 20.9484C24.7346 20.9484 24.5542 20.878 24.42 20.742C24.1471 20.4651 24.1471 20.0194 24.42 19.7473C27.3482 16.7775 27.3482 11.9497 24.42 8.97989C24.1471 8.70308 24.1471 8.25737 24.42 7.98526C24.693 7.71314 25.1324 7.70845 25.4007 7.98526C28.8702 11.504 28.8702 17.2279 25.4007 20.742C25.2666 20.878 25.0862 20.9484 24.9104 20.9484Z' fill='%232E168D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_208_447'%3E%3Crect width='27.9777' height='28' fill='white' transform='translate(0.0229492)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#gform_page_22_4 .gform_page_fields  #input_22_182 input[type=radio]:checked+ label#label_22_182_0,
#gform_page_22_4 .gform_page_fields  #input_22_182 label#label_22_182_0:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg clip-path='url(%23clip0_213_427)'%3E%3Cpath d='M23.0507 25.2038H4.97257C4.75053 25.2038 4.54236 25.0959 4.41283 24.9129C4.28331 24.7299 4.2463 24.4953 4.31569 24.2795L5.21775 21.488C5.94864 19.2313 6.31872 16.8807 6.31872 14.502V13.3901C6.31872 11.2788 7.13751 9.30365 8.62244 7.82107C10.0704 6.37603 11.9809 5.58783 14.007 5.58783C14.0579 5.58783 14.1042 5.58783 14.1504 5.58783C18.3138 5.66759 21.7 9.27081 21.7 13.62V14.4973C21.7 16.8713 22.07 19.2219 22.8009 21.4833L23.703 24.2701C23.7724 24.486 23.7354 24.7205 23.6058 24.9035C23.4763 25.0865 23.2682 25.1944 23.0461 25.1944L23.0507 25.2038ZM5.93014 23.7963H22.0885L21.4825 21.929C20.7054 19.5268 20.3122 17.0309 20.3122 14.5067V13.6294C20.3122 10.0402 17.5366 7.06571 14.1273 7.00472C12.425 6.97188 10.8105 7.62402 9.59388 8.83448C8.37726 10.0449 7.7065 11.6683 7.7065 13.3948V14.5067C7.7065 17.0309 7.3133 19.5315 6.53614 21.929L5.93014 23.7963Z' fill='white'/%3E%3Cpath d='M14.0118 7.00469C13.6278 7.00469 13.3179 6.69035 13.3179 6.30094V0.703753C13.3179 0.314343 13.6278 0 14.0118 0C14.3957 0 14.7057 0.314343 14.7057 0.703753V6.30094C14.7057 6.69035 14.3957 7.00469 14.0118 7.00469Z' fill='white'/%3E%3Cpath d='M11.1667 24.5H16.852C16.852 26.0436 15.6169 27.2962 14.095 27.2962H13.9192C12.3972 27.2962 11.1621 26.0436 11.1621 24.5H11.1667Z' fill='white'/%3E%3Cpath d='M14.0999 28H13.9241C12.0228 28 10.4731 26.4283 10.4731 24.5C10.4731 24.1106 10.7831 23.7963 11.167 23.7963H16.8523C17.2363 23.7963 17.5462 24.1106 17.5462 24.5C17.5462 26.4283 15.9965 28 14.0953 28H14.0999ZM11.9812 25.2038C12.268 26.0107 13.0313 26.5925 13.9241 26.5925H14.0999C14.9927 26.5925 15.756 26.0107 16.0428 25.2038H11.9858H11.9812Z' fill='white'/%3E%3Cpath d='M3.11295 20.9484C2.93716 20.9484 2.75675 20.878 2.6226 20.742C-0.846855 17.2232 -0.846855 11.4993 2.6226 7.98526C2.89553 7.70845 3.33499 7.70845 3.6033 7.98526C3.8716 8.26207 3.87623 8.70778 3.6033 8.97989C0.675078 11.9497 0.675078 16.7775 3.6033 19.7473C3.87623 20.0241 3.87623 20.4698 3.6033 20.742C3.46914 20.878 3.28873 20.9484 3.11295 20.9484Z' fill='white'/%3E%3Cpath d='M4.93122 17.5469C4.75543 17.5469 4.57502 17.4766 4.44087 17.3405C2.82179 15.6984 2.82179 13.0288 4.44087 11.3867C4.7138 11.1099 5.15327 11.1099 5.42157 11.3867C5.68987 11.6636 5.6945 12.1093 5.42157 12.3814C4.34373 13.4745 4.34373 15.2527 5.42157 16.3459C5.6945 16.6227 5.6945 17.0684 5.42157 17.3405C5.28742 17.4766 5.10701 17.5469 4.93122 17.5469Z' fill='white'/%3E%3Cpath d='M23.2312 17.5469C23.0554 17.5469 22.875 17.4765 22.7408 17.3405C22.4679 17.0636 22.4679 16.6179 22.7408 16.3458C23.8187 15.2527 23.8187 13.4745 22.7408 12.3813C22.4679 12.1045 22.4679 11.6588 22.7408 11.3867C23.0138 11.1146 23.4532 11.1099 23.7215 11.3867C25.3406 13.0288 25.3406 15.6984 23.7215 17.3405C23.5874 17.4765 23.407 17.5469 23.2312 17.5469Z' fill='white'/%3E%3Cpath d='M24.9104 20.9484C24.7346 20.9484 24.5542 20.878 24.42 20.742C24.1471 20.4652 24.1471 20.0195 24.42 19.7473C27.3482 16.7775 27.3482 11.9497 24.42 8.97991C24.1471 8.7031 24.1471 8.25739 24.42 7.98527C24.693 7.71315 25.1324 7.70846 25.4007 7.98527C28.8702 11.504 28.8702 17.2279 25.4007 20.742C25.2666 20.878 25.0862 20.9484 24.9104 20.9484Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_213_427'%3E%3Crect width='27.9777' height='28' fill='white' transform='translate(0.0229492)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#gform_page_22_4 .gform_page_fields  #input_22_182 label#label_22_182_1{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg clip-path='url(%23clip0_208_457)'%3E%3Cpath d='M14.076 10.9293C16.1969 10.9293 17.9162 9.22533 17.9162 7.12333C17.9162 5.02133 16.1969 3.31732 14.076 3.31732C11.9551 3.31732 10.2358 5.02133 10.2358 7.12333C10.2358 9.22533 11.9551 10.9293 14.076 10.9293Z' fill='%23B5A6F2'/%3E%3Cpath d='M14.0757 11.6342C11.5678 11.6342 9.52441 9.60903 9.52441 7.12337C9.52441 4.63772 11.5678 2.61255 14.0757 2.61255C16.5837 2.61255 18.627 4.63772 18.627 7.12337C18.627 9.60903 16.5837 11.6342 14.0757 11.6342ZM14.0757 4.02218C12.35 4.02218 10.9467 5.41302 10.9467 7.12337C10.9467 8.83373 12.35 10.2246 14.0757 10.2246C15.8014 10.2246 17.2047 8.83373 17.2047 7.12337C17.2047 5.41302 15.8014 4.02218 14.0757 4.02218Z' fill='%232E168D'/%3E%3Cpath d='M14.0757 24.6169C17.8068 24.6169 20.8315 21.5538 20.8315 17.7754C20.8315 13.997 17.8068 10.934 14.0757 10.934C10.3445 10.934 7.31982 13.997 7.31982 17.7754C7.31982 21.5538 10.3445 24.6169 14.0757 24.6169Z' fill='%23B5A6F2'/%3E%3Cpath d='M14.0759 25.3217C9.95599 25.3217 6.60889 21.9339 6.60889 17.7755C6.60889 13.6171 9.96073 10.2292 14.0759 10.2292C18.191 10.2292 21.5429 13.6171 21.5429 17.7755C21.5429 21.9339 18.191 25.3217 14.0759 25.3217ZM14.0759 11.6342C10.743 11.6342 8.03117 14.3877 8.03117 17.7708C8.03117 21.1539 10.743 23.9074 14.0759 23.9074C17.4088 23.9074 20.1206 21.1539 20.1206 17.7708C20.1206 14.3877 17.4088 11.6342 14.0759 11.6342Z' fill='%232E168D'/%3E%3Cpath d='M15.4316 11.0374L22.2728 6.77096C24.4537 5.41302 27.2887 6.96361 27.2887 9.51505C27.2887 11.5731 25.3781 13.1143 23.3443 12.6867L15.4316 11.0374Z' fill='white'/%3E%3Cpath d='M24.0225 13.462C23.7475 13.462 23.4726 13.4338 23.1976 13.3774L15.285 11.7281C15.0005 11.6671 14.7824 11.4462 14.7303 11.1643C14.6781 10.8824 14.8061 10.5957 15.0527 10.4454L21.8938 6.17888C23.1407 5.40359 24.6531 5.3613 25.9426 6.06141C27.2321 6.76623 28.0002 8.05839 28.0002 9.51971C28.0002 10.7132 27.4644 11.8315 26.5257 12.5833C25.8051 13.1613 24.9233 13.4667 24.0225 13.4667V13.462ZM17.2999 10.7085L23.4915 12.0007C24.2501 12.1604 25.0323 11.9725 25.6344 11.4885C26.2365 11.0045 26.5826 10.2856 26.5826 9.51501C26.5826 8.57526 26.0896 7.74828 25.2599 7.29249C24.4302 6.84141 23.4583 6.86491 22.6571 7.36767L17.2999 10.7085Z' fill='%232E168D'/%3E%3Cpath d='M12.568 11.0374L5.72685 6.77096C3.54602 5.41302 0.710938 6.96361 0.710938 9.51505C0.710938 11.5731 2.62154 13.1143 4.6554 12.6867L12.568 11.0374Z' fill='white'/%3E%3Cpath d='M3.97765 13.462C3.07213 13.462 2.19031 13.1566 1.47443 12.5786C0.540467 11.8268 0 10.7085 0 9.51505C0 8.05373 0.768032 6.76626 2.05757 6.05675C3.3471 5.35193 4.85946 5.39422 6.10633 6.17422L12.9475 10.4407C13.194 10.5958 13.322 10.8777 13.2699 11.1596C13.2177 11.4415 12.9997 11.6671 12.7152 11.7235L4.80257 13.3727C4.5276 13.4291 4.25262 13.4573 3.97765 13.4573V13.462ZM3.98713 6.97301C3.56519 6.97301 3.1385 7.08108 2.745 7.29253C1.91534 7.74361 1.42228 8.57529 1.42228 9.51505C1.42228 10.2856 1.76837 11.0046 2.37047 11.4885C2.97257 11.9725 3.75008 12.1558 4.51338 12.0007L10.705 10.7085L5.34778 7.36771C4.92584 7.10458 4.45648 6.97301 3.98713 6.97301Z' fill='%232E168D'/%3E%3Cpath d='M20.4097 16.0933H7.7419C7.3484 16.0933 7.03076 15.7785 7.03076 15.3885C7.03076 14.9985 7.3484 14.6837 7.7419 14.6837H20.4097C20.8032 14.6837 21.1208 14.9985 21.1208 15.3885C21.1208 15.7785 20.8032 16.0933 20.4097 16.0933Z' fill='%232E168D'/%3E%3Cpath d='M20.4097 20.5478H7.7419C7.3484 20.5478 7.03076 20.2329 7.03076 19.8429C7.03076 19.4529 7.3484 19.1381 7.7419 19.1381H20.4097C20.8032 19.1381 21.1208 19.4529 21.1208 19.8429C21.1208 20.2329 20.8032 20.5478 20.4097 20.5478Z' fill='%232E168D'/%3E%3Cpath d='M14.0759 28C13.6824 28 13.3647 27.6852 13.3647 27.2952V24.6169C13.3647 24.2269 13.6824 23.912 14.0759 23.912C14.4694 23.912 14.787 24.2269 14.787 24.6169V27.2952C14.787 27.6852 14.4694 28 14.0759 28Z' fill='%232E168D'/%3E%3Cpath d='M12.5683 4.28052C12.2033 4.28052 11.8904 3.99859 11.8619 3.63209C11.8619 3.5945 11.677 1.6633 10.3875 1.39547C10.0035 1.31559 9.75694 0.944391 9.83753 0.559091C9.91813 0.17849 10.2974 -0.0658459 10.6814 0.0140333C13.0234 0.502706 13.2747 3.39715 13.2842 3.51932C13.3126 3.90932 13.0234 4.24763 12.6299 4.27582C12.611 4.27582 12.592 4.27582 12.5731 4.27582L12.5683 4.28052Z' fill='%232E168D'/%3E%3Cpath d='M15.5837 4.2807C15.5837 4.2807 15.5457 4.2807 15.5268 4.2807C15.1333 4.25251 14.8441 3.9095 14.8725 3.5242C14.882 3.40203 15.1333 0.507589 17.4753 0.0189161C17.8593 -0.0609631 18.2339 0.183373 18.3192 0.563974C18.3998 0.944575 18.1533 1.32048 17.7693 1.40036C16.4845 1.66819 16.2948 3.61348 16.2948 3.63227C16.2664 4.00348 15.9535 4.2854 15.5884 4.2854L15.5837 4.2807Z' fill='%232E168D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_208_457'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#gform_page_22_4 .gform_page_fields  #input_22_182 input[type=radio]:checked+ label#label_22_182_1,
#gform_page_22_4 .gform_page_fields  #input_22_182 label#label_22_182_1:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg clip-path='url(%23clip0_213_441)'%3E%3Cpath d='M14.0757 11.6342C11.5678 11.6342 9.52441 9.60903 9.52441 7.12337C9.52441 4.63772 11.5678 2.61255 14.0757 2.61255C16.5837 2.61255 18.627 4.63772 18.627 7.12337C18.627 9.60903 16.5837 11.6342 14.0757 11.6342ZM14.0757 4.02218C12.35 4.02218 10.9467 5.41302 10.9467 7.12337C10.9467 8.83373 12.35 10.2246 14.0757 10.2246C15.8014 10.2246 17.2047 8.83373 17.2047 7.12337C17.2047 5.41302 15.8014 4.02218 14.0757 4.02218Z' fill='white'/%3E%3Cpath d='M14.0759 25.3217C9.95599 25.3217 6.60889 21.9339 6.60889 17.7755C6.60889 13.6171 9.96073 10.2292 14.0759 10.2292C18.191 10.2292 21.5429 13.6171 21.5429 17.7755C21.5429 21.9339 18.191 25.3217 14.0759 25.3217ZM14.0759 11.6342C10.743 11.6342 8.03117 14.3877 8.03117 17.7708C8.03117 21.1539 10.743 23.9074 14.0759 23.9074C17.4088 23.9074 20.1206 21.1539 20.1206 17.7708C20.1206 14.3877 17.4088 11.6342 14.0759 11.6342Z' fill='white'/%3E%3Cpath d='M15.4316 11.0374L22.2728 6.77096C24.4537 5.41302 27.2887 6.96361 27.2887 9.51505C27.2887 11.5731 25.3781 13.1143 23.3443 12.6867L15.4316 11.0374Z' fill='white'/%3E%3Cpath d='M24.0225 13.462C23.7475 13.462 23.4726 13.4338 23.1976 13.3774L15.285 11.7281C15.0005 11.6671 14.7824 11.4462 14.7303 11.1643C14.6781 10.8824 14.8061 10.5957 15.0527 10.4454L21.8938 6.17888C23.1407 5.40359 24.6531 5.3613 25.9426 6.06141C27.2321 6.76623 28.0002 8.05839 28.0002 9.51971C28.0002 10.7132 27.4644 11.8315 26.5257 12.5833C25.8051 13.1613 24.9233 13.4667 24.0225 13.4667V13.462ZM17.2999 10.7085L23.4915 12.0007C24.2501 12.1604 25.0323 11.9725 25.6344 11.4885C26.2365 11.0045 26.5826 10.2856 26.5826 9.51501C26.5826 8.57526 26.0896 7.74828 25.2599 7.29249C24.4302 6.84141 23.4583 6.86491 22.6571 7.36767L17.2999 10.7085Z' fill='white'/%3E%3Cpath d='M12.568 11.0374L5.72685 6.77096C3.54602 5.41302 0.710938 6.96361 0.710938 9.51505C0.710938 11.5731 2.62154 13.1143 4.6554 12.6867L12.568 11.0374Z' fill='white'/%3E%3Cpath d='M3.97765 13.462C3.07213 13.462 2.19031 13.1566 1.47443 12.5786C0.540467 11.8268 0 10.7085 0 9.51505C0 8.05373 0.768032 6.76626 2.05757 6.05675C3.3471 5.35193 4.85946 5.39422 6.10633 6.17422L12.9475 10.4407C13.194 10.5958 13.322 10.8777 13.2699 11.1596C13.2177 11.4415 12.9997 11.6671 12.7152 11.7235L4.80257 13.3727C4.5276 13.4291 4.25262 13.4573 3.97765 13.4573V13.462ZM3.98713 6.97301C3.56519 6.97301 3.1385 7.08108 2.745 7.29253C1.91534 7.74361 1.42228 8.57529 1.42228 9.51505C1.42228 10.2856 1.76837 11.0046 2.37047 11.4885C2.97257 11.9725 3.75008 12.1558 4.51338 12.0007L10.705 10.7085L5.34778 7.36771C4.92584 7.10458 4.45648 6.97301 3.98713 6.97301Z' fill='white'/%3E%3Cpath d='M20.4097 16.0933H7.7419C7.3484 16.0933 7.03076 15.7785 7.03076 15.3885C7.03076 14.9985 7.3484 14.6837 7.7419 14.6837H20.4097C20.8032 14.6837 21.1208 14.9985 21.1208 15.3885C21.1208 15.7785 20.8032 16.0933 20.4097 16.0933Z' fill='white'/%3E%3Cpath d='M20.4097 20.5478H7.7419C7.3484 20.5478 7.03076 20.2329 7.03076 19.8429C7.03076 19.4529 7.3484 19.1381 7.7419 19.1381H20.4097C20.8032 19.1381 21.1208 19.4529 21.1208 19.8429C21.1208 20.2329 20.8032 20.5478 20.4097 20.5478Z' fill='white'/%3E%3Cpath d='M14.0759 28C13.6824 28 13.3647 27.6852 13.3647 27.2952V24.6169C13.3647 24.2269 13.6824 23.912 14.0759 23.912C14.4694 23.912 14.787 24.2269 14.787 24.6169V27.2952C14.787 27.6852 14.4694 28 14.0759 28Z' fill='white'/%3E%3Cpath d='M12.5683 4.28052C12.2033 4.28052 11.8904 3.99859 11.8619 3.63209C11.8619 3.5945 11.677 1.6633 10.3875 1.39547C10.0035 1.31559 9.75694 0.944391 9.83753 0.559091C9.91813 0.17849 10.2974 -0.0658459 10.6814 0.0140333C13.0234 0.502706 13.2747 3.39715 13.2842 3.51932C13.3126 3.90932 13.0234 4.24763 12.6299 4.27582C12.611 4.27582 12.592 4.27582 12.5731 4.27582L12.5683 4.28052Z' fill='white'/%3E%3Cpath d='M15.5837 4.2807C15.5837 4.2807 15.5457 4.2807 15.5268 4.2807C15.1333 4.25251 14.8441 3.9095 14.8725 3.5242C14.882 3.40203 15.1333 0.507589 17.4753 0.0189161C17.8593 -0.0609631 18.2339 0.183373 18.3192 0.563974C18.3998 0.944575 18.1533 1.32048 17.7693 1.40036C16.4845 1.66819 16.2948 3.61348 16.2948 3.63227C16.2664 4.00348 15.9535 4.2854 15.5884 4.2854L15.5837 4.2807Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_213_441'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

#gform_page_22_4 .gform_page_fields  #input_22_182 label#label_22_182_2{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cg clip-path='url(%23clip0_208_510)'%3E%3Cpath d='M21.4251 5.65358C22.1536 6.97415 21.6037 8.6519 20.1845 9.26754C18.9485 9.80329 17.5057 9.22524 16.8572 8.04565L16.3872 7.19033C15.7011 5.94495 14.1314 5.49379 12.886 6.17993C11.6407 6.86606 11.1895 8.43572 11.8756 9.6811L19.2774 23.0843C19.9636 24.3296 19.5124 25.8993 18.267 26.5901C17.0217 27.2763 15.452 26.8251 14.7612 25.5797L7.35935 12.1766C5.29625 8.43572 6.65442 3.73145 10.3906 1.66835C14.1314 -0.394763 18.8357 0.963411 20.8988 4.69956L21.4251 5.65358Z' fill='%23B5A6F2'/%3E%3Cpath d='M17.0216 27.6193C16.7161 27.6193 16.4106 27.577 16.1052 27.4877C15.2639 27.2434 14.5637 26.6888 14.1408 25.9228L6.73894 12.5149C5.64864 10.5411 5.39487 8.26183 6.01991 6.09533C6.64495 3.92884 8.07362 2.1383 10.0474 1.048C14.122 -1.20309 19.2633 0.281974 21.5144 4.3565L22.0407 5.31051C22.4872 6.11883 22.5718 7.08224 22.2757 7.95636C21.9796 8.83048 21.317 9.54481 20.4664 9.91138C18.939 10.574 17.078 9.90668 16.2368 8.38402L15.7668 7.5287C15.5271 7.09164 15.1277 6.77207 14.6483 6.63578C14.169 6.4995 13.6614 6.55589 13.2243 6.79557C12.7873 7.03525 12.4677 7.43471 12.3314 7.91406C12.1951 8.39342 12.2515 8.90097 12.4912 9.33803L19.893 22.7459C20.316 23.5119 20.4147 24.4001 20.175 25.2414C19.9306 26.0826 19.3761 26.7828 18.6053 27.2058C18.1119 27.4783 17.5714 27.6146 17.0216 27.6146V27.6193ZM14.1173 1.40987C12.9706 1.40987 11.8051 1.69184 10.7336 2.28399C9.08872 3.191 7.89973 4.68547 7.37808 6.4901C6.85643 8.29473 7.07261 10.1934 7.97963 11.8382L15.3814 25.2461C15.6211 25.6831 16.0206 26.0027 16.4999 26.139C16.9793 26.2753 17.4868 26.2189 17.9239 25.9792C18.361 25.7395 18.6805 25.34 18.8215 24.8607C18.9578 24.3813 18.9014 23.8738 18.6617 23.4367L11.2599 10.0289C10.837 9.26284 10.7383 8.37462 10.9779 7.5334C11.2223 6.69218 11.7769 5.99194 12.5429 5.56898C13.3089 5.14602 14.1971 5.04733 15.0384 5.28701C15.8796 5.53139 16.5798 6.08593 17.0028 6.85196L17.4727 7.70728C17.9662 8.5955 19.033 8.99966 19.9024 8.619C20.3959 8.40282 20.7671 8.00806 20.9363 7.5005C21.1055 7.00235 21.0585 6.4525 20.8047 5.99194L20.2784 5.03793C19.0001 2.72105 16.5939 1.40987 14.1126 1.40987H14.1173Z' fill='%232E168D'/%3E%3Cpath d='M19.165 16.9842H7.59471C6.16978 16.9842 5.01465 18.1383 5.01465 19.5619C5.01465 20.9856 6.16978 22.1396 7.59471 22.1396H19.165C20.59 22.1396 21.7451 20.9856 21.7451 19.5619C21.7451 18.1383 20.59 16.9842 19.165 16.9842Z' fill='%23B5A6F2'/%3E%3Cpath d='M19.1696 22.8446H7.59456C5.78523 22.8446 4.30957 21.3736 4.30957 19.5596C4.30957 17.7456 5.78053 16.2746 7.59456 16.2746H19.1696C20.9789 16.2746 22.4546 17.7456 22.4546 19.5596C22.4546 21.3736 20.9836 22.8446 19.1696 22.8446ZM7.59456 17.6892C6.56066 17.6892 5.71944 18.5304 5.71944 19.5643C5.71944 20.5982 6.56066 21.4394 7.59456 21.4394H19.1696C20.2035 21.4394 21.0447 20.5982 21.0447 19.5643C21.0447 18.5304 20.2035 17.6892 19.1696 17.6892H7.59456Z' fill='%232E168D'/%3E%3Cpath d='M18.6668 6.90366C18.2768 6.90366 17.9619 6.58879 17.9619 6.19872V5.4186C17.9619 5.02853 18.2768 4.71366 18.6668 4.71366C19.0569 4.71366 19.3718 5.02853 19.3718 5.4186V6.19872C19.3718 6.58879 19.0569 6.90366 18.6668 6.90366Z' fill='%232E168D'/%3E%3Cpath d='M21.4866 11.669C21.2564 11.669 21.0308 11.5562 20.8945 11.3447L19.776 9.61061C19.5645 9.28164 19.6585 8.84928 19.9875 8.6378C20.3118 8.42632 20.7488 8.52031 20.9603 8.84928L22.0788 10.5834C22.2903 10.9124 22.1963 11.3447 21.8673 11.5562C21.7498 11.6314 21.6182 11.669 21.4866 11.669Z' fill='%232E168D'/%3E%3Cpath d='M22.5392 11.8147C22.4922 11.8147 22.4405 11.81 22.3888 11.8006L21.4254 11.5938C21.0448 11.5139 20.8051 11.138 20.885 10.7573C20.9649 10.3766 21.3408 10.1323 21.7215 10.2169L22.6849 10.4236C23.0656 10.5035 23.3053 10.8795 23.2254 11.2602C23.1549 11.5891 22.8635 11.8147 22.5392 11.8147Z' fill='%232E168D'/%3E%3Cpath d='M21.1808 12.6935C21.1291 12.6935 21.0821 12.6888 21.0304 12.6794C20.6497 12.5995 20.4101 12.2236 20.49 11.8429L20.6967 10.8795C20.7766 10.4988 21.1526 10.2544 21.5333 10.339C21.9139 10.4189 22.1536 10.7949 22.0737 11.1756L21.8669 12.139C21.7964 12.4679 21.5051 12.6935 21.1808 12.6935Z' fill='%232E168D'/%3E%3Cpath d='M4.36134 15.0856L5.07567 19.9872C5.25426 21.2232 6.31636 22.1396 7.56644 22.1396H22.3372C23.6859 22.1396 24.8843 23.1266 25.0159 24.4659C25.1616 26.0027 23.9585 27.2998 22.45 27.2998H6.58893C3.34153 27.2998 0.705078 24.668 0.705078 21.4159V15.3535C0.705078 14.3384 1.5275 13.5159 2.54261 13.5159C3.45432 13.5159 4.22975 14.188 4.36134 15.0903V15.0856Z' fill='%23B5A6F2'/%3E%3Cpath d='M22.4498 28H6.58879C2.95603 28 0 25.044 0 21.4112V15.3488C0 13.9483 1.14199 12.8063 2.54246 12.8063C3.79725 12.8063 4.87815 13.7415 5.06143 14.9822L5.77576 19.8839C5.90265 20.7674 6.67808 21.4347 7.5663 21.4347H22.337C24.0759 21.4347 25.5562 22.7365 25.716 24.4001C25.8053 25.3212 25.4998 26.2471 24.8795 26.9285C24.2591 27.6099 23.3709 28.0047 22.4498 28.0047V28ZM2.54246 14.2209C1.91742 14.2209 1.40987 14.7284 1.40987 15.3535V21.4159C1.40987 24.2732 3.73145 26.5948 6.58879 26.5948H22.4498C22.9762 26.5948 23.4837 26.3693 23.8362 25.9792C24.1934 25.5844 24.3672 25.0722 24.3155 24.5317C24.2263 23.5871 23.3568 22.8446 22.3417 22.8446H7.571C5.98254 22.8446 4.61497 21.6603 4.38469 20.0906L3.67036 15.189C3.59047 14.6344 3.10641 14.2209 2.54716 14.2209H2.54246Z' fill='%232E168D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_208_510'%3E%3Crect width='25.7301' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

#gform_page_22_4 .gform_page_fields  #input_22_182 input[type=radio]:checked+ label#label_22_182_2,
#gform_page_22_4 .gform_page_fields  #input_22_182 label#label_22_182_2:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3317 8.91406C14.1954 9.39342 14.2518 9.90097 14.4914 10.338L18.9444 17.2746H21.1695C22.9788 17.2746 24.4545 18.7455 24.4545 20.5596C24.4545 21.2566 24.2373 21.903 23.867 22.4347H24.337C26.0759 22.4347 27.5562 23.7365 27.716 25.4001C27.8053 26.3212 27.4998 27.2471 26.8795 27.9285C26.2591 28.6099 25.3709 29.0047 24.4498 29.0047V29H8.58879C4.95603 29 2 26.044 2 22.4112V16.3488C2 14.9483 3.14199 13.8063 4.54246 13.8063C5.79725 13.8063 6.87815 14.7415 7.06143 15.9822L7.37552 18.1374C7.96008 17.6016 8.73915 17.2746 9.59449 17.2746H11.0537L8.73917 13.5149C7.64887 11.5411 7.3951 9.26183 8.02014 7.09533C8.64518 4.92883 10.0738 3.1383 12.0477 2.048C16.1222 -0.203092 21.2635 1.28197 23.5146 5.35649L24.041 6.3105C24.4874 7.11883 24.572 8.08224 24.2759 8.95636C24.0868 9.51461 23.7482 10.0077 23.3066 10.3866L23.8615 11.2469L24.6848 11.4236C25.0655 11.5035 25.3051 11.8795 25.2252 12.2602C25.1547 12.5891 24.8634 12.8147 24.5391 12.8147C24.4921 12.8147 24.4404 12.81 24.3887 12.8006L23.9595 12.7085L23.8671 13.139C23.7966 13.4679 23.5052 13.6935 23.1809 13.6935C23.1292 13.6935 23.0822 13.6888 23.0305 13.6794C22.6499 13.5995 22.4102 13.2236 22.4901 12.8429L22.6712 11.999L22.0619 11.0543C20.6236 11.4516 19.0051 10.7744 18.237 9.38402L17.767 8.5287C17.5274 8.09164 17.1279 7.77207 16.6485 7.63578C16.1692 7.49949 15.6616 7.55589 15.2246 7.79557C14.7875 8.03524 14.4679 8.4347 14.3317 8.91406ZM21.303 22.4347H9.5663C8.67808 22.4347 7.90265 21.7674 7.77576 20.8839L7.72034 20.5035C7.75252 19.4976 8.58092 18.6892 9.59449 18.6892H21.1695C22.2034 18.6892 23.0446 19.5304 23.0446 20.5643C23.0446 21.5533 22.2748 22.366 21.303 22.4347ZM6.30953 20.5749L5.67036 16.189C5.59047 15.6344 5.10641 15.2209 4.54716 15.2209H4.54246C3.91742 15.2209 3.40987 15.7284 3.40987 16.3535V22.4159C3.40987 25.2732 5.73145 27.5948 8.58879 27.5948H24.4498C24.9762 27.5948 25.4837 27.3692 25.8362 26.9792C26.1934 26.5844 26.3672 26.0722 26.3155 25.5317C26.2263 24.5871 25.3568 23.8446 24.3417 23.8446H21.1731C21.1719 23.8446 21.1707 23.8446 21.1695 23.8446H9.59449C9.5933 23.8446 9.59211 23.8446 9.59093 23.8446H9.571C9.04613 23.8446 8.54537 23.7153 8.1018 23.4855C7.04359 22.9436 6.31535 21.8442 6.30953 20.5749ZM13.2602 11.0289L17.2696 17.2746H12.8542L9.97986 12.8382C9.07284 11.1933 8.85666 9.29473 9.37831 7.49009C9.89997 5.68546 11.089 4.191 12.7338 3.28398C13.8046 2.69224 14.9692 2.41025 16.1151 2.40987C18.5957 2.41069 21.0007 3.72178 22.2786 6.03793L22.805 6.99194C23.0587 7.4525 23.1057 8.00235 22.9366 8.5005C22.7674 9.00805 22.3961 9.40282 21.9026 9.619C21.0332 9.99966 19.9664 9.5955 19.473 8.70728L19.003 7.85196C18.5801 7.08593 17.8798 6.53138 17.0386 6.28701C16.1974 6.04733 15.3092 6.14602 14.5431 6.56898C13.7771 6.99194 13.2226 7.69217 12.9782 8.5334C12.7385 9.37462 12.8372 10.2628 13.2602 11.0289ZM19.9617 7.19872C19.9617 7.58878 20.2766 7.90366 20.6667 7.90366C21.0567 7.90366 21.3716 7.58878 21.3716 7.19872V6.41859C21.3716 6.02853 21.0567 5.71366 20.6667 5.71366C20.2766 5.71366 19.9617 6.02853 19.9617 6.41859V7.19872Z' fill='white'/%3E%3C/svg%3E");
}



#gform_page_22_9 .gform_page_fields  #input_22_172 label#label_22_172_0,
#gform_page_22_7 .gform_page_fields  #input_22_188 label#label_22_188_0,
#gform_page_22_6 .gform_page_fields  #input_22_152 label#label_22_152_0{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cg clip-path='url(%23clip0_208_1018)'%3E%3Cpath d='M12.1916 21.8791C18.062 21.8791 22.8208 17.1203 22.8208 11.25C22.8208 5.37969 18.062 0.620865 12.1916 0.620865C6.32133 0.620865 1.5625 5.37969 1.5625 11.25C1.5625 17.1203 6.32133 21.8791 12.1916 21.8791Z' fill='%23B5A6F2'/%3E%3Cpath d='M12.1914 22.5C5.98694 22.5 0.941406 17.4503 0.941406 11.25C0.941406 5.04967 5.98694 0 12.1914 0C18.3959 0 23.4414 5.04553 23.4414 11.25C23.4414 17.4545 18.3959 22.5 12.1914 22.5ZM12.1914 1.24172C6.67402 1.24172 2.18313 5.73262 2.18313 11.25C2.18313 16.7674 6.67402 21.2583 12.1914 21.2583C17.7088 21.2583 22.1997 16.7674 22.1997 11.25C22.1997 5.73262 17.7088 1.24172 12.1914 1.24172Z' fill='%232E168D'/%3E%3Cpath d='M6.931 12.7483C6.80683 12.7483 6.68265 12.7111 6.5709 12.6324C5.43679 11.8336 4.72901 10.6498 4.6214 9.39569C4.5262 8.25331 4.91941 7.17715 5.73895 6.35761C7.17107 4.92549 9.5055 4.92549 10.9418 6.35761C11.5212 6.93708 11.8399 7.70695 11.8399 8.52649C11.8399 9.34602 11.5212 10.1159 10.9418 10.6954C9.91941 11.7177 8.20583 11.7343 7.20418 10.7285C6.25219 9.77649 6.14871 8.60513 6.94342 7.81043C7.34077 7.41722 7.88713 7.22268 8.40865 7.29718C8.95087 7.37169 9.41858 7.71937 9.72487 8.26986C9.89044 8.56788 9.78282 8.94867 9.48481 9.11424C9.18679 9.2798 8.806 9.17218 8.64044 8.87417C8.56179 8.73344 8.42934 8.55546 8.23895 8.53063C8.10236 8.50993 7.94507 8.57202 7.82504 8.69205C7.41941 9.09768 7.87057 9.6399 8.0858 9.85513C8.59491 10.3642 9.53861 10.3477 10.0684 9.82202C10.412 9.47847 10.6024 9.01904 10.6024 8.53063C10.6024 8.04222 10.412 7.58278 10.0684 7.23924C9.60898 6.7798 8.9964 6.52732 8.34656 6.52732C7.69673 6.52732 7.08414 6.7798 6.62471 7.23924C6.07007 7.79387 5.80103 8.52235 5.86726 9.29222C5.94176 10.1821 6.46328 11.0348 7.29524 11.6225C7.57669 11.8212 7.64292 12.2103 7.44424 12.4876C7.32421 12.6573 7.12967 12.7483 6.93514 12.7483H6.931Z' fill='%232E168D'/%3E%3Cpath d='M15.7926 11.9702C14.0998 11.9702 12.7256 10.596 12.7256 8.90314C12.7256 7.45861 13.9259 6.23758 15.3456 6.23758C16.6908 6.23758 17.5931 6.99089 17.5931 8.11672C17.5931 8.67549 17.3407 9.19702 16.9226 9.51573C16.4839 9.84685 15.9127 9.93377 15.3084 9.75993C14.9772 9.66473 14.7868 9.32119 14.882 8.9942C14.9772 8.66308 15.3208 8.47268 15.6478 8.56788C15.8051 8.61341 16.0203 8.64238 16.1734 8.52649C16.2852 8.44371 16.3514 8.29056 16.3514 8.12086C16.3514 7.54553 15.6478 7.48344 15.3456 7.48344C14.6254 7.48344 13.9673 8.16225 13.9673 8.90728C13.9673 9.91308 14.7868 10.7326 15.7926 10.7326C17.1378 10.7326 18.2306 9.6399 18.2306 8.2947C18.2306 7.51241 17.9036 6.80877 17.3117 6.30794C16.6287 5.73261 15.6602 5.50082 14.6544 5.67053C14.3191 5.72847 13.9963 5.50083 13.9383 5.16142C13.8804 4.82202 14.108 4.50331 14.4474 4.44536C15.8133 4.20943 17.1503 4.5447 18.1147 5.35596C18.9921 6.09685 19.4723 7.13576 19.4723 8.29056C19.4723 10.3187 17.8208 11.9702 15.7926 11.9702Z' fill='%232E168D'/%3E%3Cpath d='M17.9698 16.3328C17.1917 16.3328 16.7654 16.0265 16.4508 15.803C16.19 15.6167 16.0328 15.505 15.6561 15.505C15.2794 15.505 15.1222 15.6167 14.8614 15.803C14.551 16.0265 14.1205 16.3328 13.3424 16.3328C12.5642 16.3328 12.1379 16.0265 11.8233 15.803C11.5626 15.6167 11.4094 15.505 11.0286 15.505C10.6478 15.505 10.4947 15.6167 10.2339 15.803C9.92349 16.0265 9.49302 16.3328 8.71488 16.3328C7.93673 16.3328 7.51041 16.0265 7.19584 15.803C6.93507 15.6167 6.78193 15.505 6.40113 15.505C6.05759 15.505 5.78027 15.2276 5.78027 14.8841C5.78027 14.5406 6.05759 14.2632 6.40113 14.2632C7.17928 14.2632 7.6056 14.5695 7.92017 14.793C8.18094 14.9793 8.33408 15.0911 8.71488 15.0911C9.09567 15.0911 9.24882 14.9793 9.50958 14.793C9.82001 14.5695 10.2505 14.2632 11.0245 14.2632C11.7985 14.2632 12.2289 14.5695 12.5435 14.793C12.8043 14.9793 12.9574 15.0911 13.3382 15.0911C13.719 15.0911 13.8722 14.9793 14.1329 14.793C14.4434 14.5695 14.8738 14.2632 15.652 14.2632C16.4301 14.2632 16.8564 14.5695 17.171 14.793C17.4318 14.9793 17.589 15.0911 17.9657 15.0911C18.3092 15.0911 18.5866 15.3684 18.5866 15.7119C18.5866 16.0555 18.3092 16.3328 17.9657 16.3328H17.9698Z' fill='%232E168D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_208_1018'%3E%3Crect width='22.5' height='22.5' fill='white' transform='translate(0.941406)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}


#gform_page_22_9 .gform_page_fields  #input_22_172 label#label_22_172_0:hover,
#gform_page_22_9 .gform_page_fields  #input_22_172 input[type=radio]:checked+label#label_22_172_0,
#gform_page_22_7 .gform_page_fields  #input_22_188 label#label_22_188_0:hover,
#gform_page_22_7 .gform_page_fields  #input_22_188 input[type=radio]:checked+label#label_22_188_0,
#gform_page_22_6 .gform_page_fields  #input_22_152 input[type=radio]:checked+label#label_22_152_0,
#gform_page_22_6 .gform_page_fields  #input_22_152 label#label_22_152_0:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cg clip-path='url(%23clip0_213_252)'%3E%3Cpath d='M12.1914 22.5C5.98694 22.5 0.941406 17.4503 0.941406 11.25C0.941406 5.04967 5.98694 0 12.1914 0C18.3959 0 23.4414 5.04553 23.4414 11.25C23.4414 17.4545 18.3959 22.5 12.1914 22.5ZM12.1914 1.24172C6.67402 1.24172 2.18313 5.73262 2.18313 11.25C2.18313 16.7674 6.67402 21.2583 12.1914 21.2583C17.7088 21.2583 22.1997 16.7674 22.1997 11.25C22.1997 5.73262 17.7088 1.24172 12.1914 1.24172Z' fill='white'/%3E%3Cpath d='M6.931 12.7483C6.80683 12.7483 6.68265 12.7111 6.5709 12.6324C5.43679 11.8336 4.72901 10.6498 4.6214 9.39568C4.5262 8.25329 4.91941 7.17713 5.73895 6.3576C7.17107 4.92548 9.5055 4.92548 10.9418 6.3576C11.5212 6.93707 11.8399 7.70694 11.8399 8.52647C11.8399 9.34601 11.5212 10.1159 10.9418 10.6953C9.91941 11.7177 8.20583 11.7343 7.20418 10.7285C6.25219 9.77647 6.14871 8.60511 6.94342 7.81041C7.34077 7.4172 7.88713 7.22266 8.40865 7.29717C8.95087 7.37167 9.41858 7.71935 9.72487 8.26985C9.89044 8.56786 9.78282 8.94866 9.48481 9.11422C9.18679 9.27978 8.806 9.17217 8.64044 8.87415C8.56179 8.73343 8.42934 8.55545 8.23895 8.53061C8.10236 8.50992 7.94507 8.572 7.82504 8.69204C7.41941 9.09766 7.87057 9.63988 8.0858 9.85511C8.59491 10.3642 9.53861 10.3477 10.0684 9.822C10.412 9.47846 10.6024 9.01902 10.6024 8.53061C10.6024 8.0422 10.412 7.58276 10.0684 7.23922C9.60898 6.77978 8.9964 6.5273 8.34656 6.5273C7.69673 6.5273 7.08414 6.77978 6.62471 7.23922C6.07007 7.79386 5.80103 8.52233 5.86726 9.2922C5.94176 10.1821 6.46328 11.0348 7.29524 11.6225C7.57669 11.8212 7.64292 12.2102 7.44424 12.4876C7.32421 12.6573 7.12967 12.7483 6.93514 12.7483H6.931Z' fill='white'/%3E%3Cpath d='M15.7926 11.9702C14.0998 11.9702 12.7256 10.596 12.7256 8.90313C12.7256 7.45859 13.9259 6.23756 15.3456 6.23756C16.6908 6.23756 17.5931 6.99088 17.5931 8.1167C17.5931 8.67548 17.3407 9.197 16.9226 9.51571C16.4839 9.84684 15.9127 9.93376 15.3084 9.75992C14.9772 9.66472 14.7868 9.32117 14.882 8.99419C14.9772 8.66306 15.3208 8.47266 15.6478 8.56786C15.8051 8.61339 16.0203 8.64237 16.1734 8.52647C16.2852 8.44369 16.3514 8.29054 16.3514 8.12084C16.3514 7.54551 15.6478 7.48343 15.3456 7.48343C14.6254 7.48343 13.9673 8.16223 13.9673 8.90727C13.9673 9.91306 14.7868 10.7326 15.7926 10.7326C17.1378 10.7326 18.2306 9.63988 18.2306 8.29468C18.2306 7.5124 17.9036 6.80876 17.3117 6.30793C16.6287 5.7326 15.6602 5.50081 14.6544 5.67051C14.3191 5.72846 13.9963 5.50081 13.9383 5.16141C13.8804 4.822 14.108 4.50329 14.4474 4.44535C15.8133 4.20942 17.1503 4.54468 18.1147 5.35594C18.9921 6.09684 19.4723 7.13574 19.4723 8.29054C19.4723 10.3187 17.8208 11.9702 15.7926 11.9702Z' fill='white'/%3E%3Cpath d='M17.9698 16.3328C17.1917 16.3328 16.7654 16.0265 16.4508 15.803C16.19 15.6167 16.0328 15.505 15.6561 15.505C15.2794 15.505 15.1222 15.6167 14.8614 15.803C14.551 16.0265 14.1205 16.3328 13.3424 16.3328C12.5642 16.3328 12.1379 16.0265 11.8233 15.803C11.5626 15.6167 11.4094 15.505 11.0286 15.505C10.6478 15.505 10.4947 15.6167 10.2339 15.803C9.92349 16.0265 9.49302 16.3328 8.71488 16.3328C7.93673 16.3328 7.51041 16.0265 7.19584 15.803C6.93507 15.6167 6.78193 15.505 6.40113 15.505C6.05759 15.505 5.78027 15.2276 5.78027 14.8841C5.78027 14.5406 6.05759 14.2632 6.40113 14.2632C7.17928 14.2632 7.6056 14.5695 7.92017 14.793C8.18094 14.9793 8.33408 15.0911 8.71488 15.0911C9.09567 15.0911 9.24882 14.9793 9.50958 14.793C9.82001 14.5695 10.2505 14.2632 11.0245 14.2632C11.7985 14.2632 12.2289 14.5695 12.5435 14.793C12.8043 14.9793 12.9574 15.0911 13.3382 15.0911C13.719 15.0911 13.8722 14.9793 14.1329 14.793C14.4434 14.5695 14.8738 14.2632 15.652 14.2632C16.4301 14.2632 16.8564 14.5695 17.171 14.793C17.4318 14.9793 17.589 15.0911 17.9657 15.0911C18.3092 15.0911 18.5866 15.3684 18.5866 15.7119C18.5866 16.0555 18.3092 16.3328 17.9657 16.3328H17.9698Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_213_252'%3E%3Crect width='22.5' height='22.5' fill='white' transform='translate(0.941406)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}


#gform_page_22_9 .gform_page_fields  #input_22_172 label#label_22_172_1,
#gform_page_22_7 .gform_page_fields  #input_22_188 label#label_22_188_1,
#gform_page_22_6 .gform_page_fields  #input_22_152 label#label_22_152_1{
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5002 22.6291C17.3705 22.6291 22.1294 17.8703 22.1294 12C22.1294 6.12969 17.3705 1.37086 11.5002 1.37086C5.62992 1.37086 0.871094 6.12969 0.871094 12C0.871094 17.8703 5.62992 22.6291 11.5002 22.6291Z' fill='%23B5A6F2'/%3E%3Cpath d='M11.5 23.25C5.29553 23.25 0.25 18.2045 0.25 12C0.25 5.79553 5.29553 0.75 11.5 0.75C17.7045 0.75 22.75 5.79553 22.75 12C22.75 18.2045 17.7045 23.25 11.5 23.25ZM11.5 1.99586C5.98261 1.99586 1.49172 6.48675 1.49172 12.0041C1.49172 17.5215 5.98261 22.0124 11.5 22.0124C17.0174 22.0124 21.5083 17.5215 21.5083 12.0041C21.5083 6.48675 17.0174 1.99586 11.5 1.99586Z' fill='%232E168D'/%3E%3Cpath d='M7.90304 11.3336C8.60025 11.3336 9.16546 10.7684 9.16546 10.0712C9.16546 9.37398 8.60025 8.80877 7.90304 8.80877C7.20582 8.80877 6.64062 9.37398 6.64062 10.0712C6.64062 10.7684 7.20582 11.3336 7.90304 11.3336Z' fill='%232E168D'/%3E%3Cpath d='M15.0964 11.3336C15.7936 11.3336 16.3588 10.7684 16.3588 10.0712C16.3588 9.37398 15.7936 8.80877 15.0964 8.80877C14.3992 8.80877 13.834 9.37398 13.834 10.0712C13.834 10.7684 14.3992 11.3336 15.0964 11.3336Z' fill='%232E168D'/%3E%3Cpath d='M9.62522 7.38907H5.95387C5.61033 7.38907 5.33301 7.11175 5.33301 6.76821C5.33301 6.42467 5.61033 6.14735 5.95387 6.14735H9.62522C9.96877 6.14735 10.2461 6.42467 10.2461 6.76821C10.2461 7.11175 9.96877 7.38907 9.62522 7.38907Z' fill='%232E168D'/%3E%3Cpath d='M17.0461 7.38907H13.3748C13.0312 7.38907 12.7539 7.11175 12.7539 6.76821C12.7539 6.42467 13.0312 6.14735 13.3748 6.14735H17.0461C17.3897 6.14735 17.667 6.42467 17.667 6.76821C17.667 7.11175 17.3897 7.38907 17.0461 7.38907Z' fill='%232E168D'/%3E%3Cpath d='M15.4489 16.644H7.55152C7.20798 16.644 6.93066 16.3667 6.93066 16.0232C6.93066 15.6796 7.20798 15.4023 7.55152 15.4023H15.4489C15.7924 15.4023 16.0697 15.6796 16.0697 16.0232C16.0697 16.3667 15.7924 16.644 15.4489 16.644Z' fill='%232E168D'/%3E%3C/svg%3E%0A");
}

#gform_page_22_9 .gform_page_fields  #input_22_172 label#label_22_172_1:hover,
#gform_page_22_9 .gform_page_fields  #input_22_172 input[type=radio]:checked+label#label_22_172_1,
#gform_page_22_7 .gform_page_fields  #input_22_188 label#label_22_188_1:hover,
#gform_page_22_7 .gform_page_fields  #input_22_188 input[type=radio]:checked+label#label_22_188_1,
#gform_page_22_6 .gform_page_fields  #input_22_152 input[type=radio]:checked+label#label_22_152_1,
#gform_page_22_6 .gform_page_fields  #input_22_152 label#label_22_152_1:hover{
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5002 22.6291C17.3705 22.6291 22.1294 17.8703 22.1294 12C22.1294 6.12969 17.3705 1.37086 11.5002 1.37086C5.62992 1.37086 0.871094 6.12969 0.871094 12C0.871094 17.8703 5.62992 22.6291 11.5002 22.6291Z' fill='%234521D9'/%3E%3Cpath d='M11.5 23.25C5.29553 23.25 0.25 18.2045 0.25 12C0.25 5.79553 5.29553 0.75 11.5 0.75C17.7045 0.75 22.75 5.79553 22.75 12C22.75 18.2045 17.7045 23.25 11.5 23.25ZM11.5 1.99586C5.98261 1.99586 1.49172 6.48675 1.49172 12.0041C1.49172 17.5215 5.98261 22.0124 11.5 22.0124C17.0174 22.0124 21.5083 17.5215 21.5083 12.0041C21.5083 6.48675 17.0174 1.99586 11.5 1.99586Z' fill='white'/%3E%3Cpath d='M7.90304 11.3336C8.60025 11.3336 9.16546 10.7684 9.16546 10.0712C9.16546 9.37398 8.60025 8.80877 7.90304 8.80877C7.20582 8.80877 6.64062 9.37398 6.64062 10.0712C6.64062 10.7684 7.20582 11.3336 7.90304 11.3336Z' fill='white'/%3E%3Cpath d='M15.0964 11.3336C15.7936 11.3336 16.3588 10.7684 16.3588 10.0712C16.3588 9.37398 15.7936 8.80877 15.0964 8.80877C14.3992 8.80877 13.834 9.37398 13.834 10.0712C13.834 10.7684 14.3992 11.3336 15.0964 11.3336Z' fill='white'/%3E%3Cpath d='M9.62522 7.38907H5.95387C5.61033 7.38907 5.33301 7.11175 5.33301 6.76821C5.33301 6.42467 5.61033 6.14735 5.95387 6.14735H9.62522C9.96877 6.14735 10.2461 6.42467 10.2461 6.76821C10.2461 7.11175 9.96877 7.38907 9.62522 7.38907Z' fill='white'/%3E%3Cpath d='M17.0461 7.38907H13.3748C13.0312 7.38907 12.7539 7.11175 12.7539 6.76821C12.7539 6.42467 13.0312 6.14735 13.3748 6.14735H17.0461C17.3897 6.14735 17.667 6.42467 17.667 6.76821C17.667 7.11175 17.3897 7.38907 17.0461 7.38907Z' fill='white'/%3E%3Cpath d='M15.4489 16.644H7.55152C7.20798 16.644 6.93066 16.3667 6.93066 16.0232C6.93066 15.6796 7.20798 15.4023 7.55152 15.4023H15.4489C15.7924 15.4023 16.0697 15.6796 16.0697 16.0232C16.0697 16.3667 15.7924 16.644 15.4489 16.644Z' fill='white'/%3E%3C/svg%3E%0A");
}


#gform_page_22_9 .gform_page_fields  #input_22_172 label#label_22_172_2,
#gform_page_22_7 .gform_page_fields  #input_22_188 label#label_22_188_2,
#gform_page_22_6 .gform_page_fields  #input_22_152 label#label_22_152_2{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9563 22.6291C17.8266 22.6291 22.5854 17.8703 22.5854 12C22.5854 6.12969 17.8266 1.37086 11.9563 1.37086C6.08597 1.37086 1.32715 6.12969 1.32715 12C1.32715 17.8703 6.08597 22.6291 11.9563 22.6291Z' fill='%23B5A6F2'/%3E%3Cpath d='M11.9561 23.25C5.75158 23.25 0.706055 18.2045 0.706055 12C0.706055 5.79553 5.75158 0.75 11.9561 0.75C18.1605 0.75 23.206 5.79553 23.206 12C23.206 18.2045 18.1605 23.25 11.9561 23.25ZM11.9561 1.99586C6.43867 1.99586 1.94778 6.48675 1.94778 12.0041C1.94778 17.5215 6.43867 22.0124 11.9561 22.0124C17.4734 22.0124 21.9643 17.5215 21.9643 12.0041C21.9643 6.48675 17.4734 1.99586 11.9561 1.99586Z' fill='%232E168D'/%3E%3Cpath d='M8.3591 11.3336C9.05631 11.3336 9.62152 10.7684 9.62152 10.0712C9.62152 9.37398 9.05631 8.80878 8.3591 8.80878C7.66188 8.80878 7.09668 9.37398 7.09668 10.0712C7.09668 10.7684 7.66188 11.3336 8.3591 11.3336Z' fill='%232E168D'/%3E%3Cpath d='M15.5525 11.3336C16.2497 11.3336 16.8149 10.7684 16.8149 10.0712C16.8149 9.37398 16.2497 8.80878 15.5525 8.80878C14.8552 8.80878 14.29 9.37398 14.29 10.0712C14.29 10.7684 14.8552 11.3336 15.5525 11.3336Z' fill='%232E168D'/%3E%3Cpath d='M6.40996 7.38907C6.11608 7.38907 5.85532 7.18212 5.80151 6.8841C5.73943 6.54884 5.9588 6.22185 6.2982 6.15977L9.96956 5.47268C10.309 5.41059 10.6318 5.62997 10.6939 5.96937C10.756 6.30463 10.5366 6.63162 10.1972 6.69371L6.52585 7.38079C6.4886 7.38907 6.44721 7.39321 6.40996 7.39321V7.38907Z' fill='%232E168D'/%3E%3Cpath d='M17.5023 7.38907C17.4651 7.38907 17.4278 7.38907 17.3864 7.37665L13.7151 6.68957C13.3798 6.62748 13.1563 6.3005 13.2184 5.96523C13.2805 5.62997 13.6033 5.40646 13.9427 5.46854L17.6141 6.15563C17.9493 6.21771 18.1728 6.5447 18.1107 6.87996C18.0528 7.17798 17.792 7.38493 17.5023 7.38493V7.38907Z' fill='%232E168D'/%3E%3Cpath d='M13.8311 16.644H10.0769C9.73337 16.644 9.45605 16.3667 9.45605 16.0232C9.45605 15.6796 9.73337 15.4023 10.0769 15.4023H13.8311C14.1746 15.4023 14.4519 15.6796 14.4519 16.0232C14.4519 16.3667 14.1746 16.644 13.8311 16.644Z' fill='%232E168D'/%3E%3C/svg%3E%0A");
}

#gform_page_22_9 .gform_page_fields  #input_22_172 label#label_22_172_2:hover,
#gform_page_22_9 .gform_page_fields  #input_22_172 input[type=radio]:checked+label#label_22_172_2,
#gform_page_22_7 .gform_page_fields  #input_22_188 label#label_22_188_2:hover,
#gform_page_22_7 .gform_page_fields  #input_22_188 input[type=radio]:checked+label#label_22_188_2,
#gform_page_22_6 .gform_page_fields  #input_22_152 input[type=radio]:checked+label#label_22_152_2,
#gform_page_22_6 .gform_page_fields  #input_22_152 label#label_22_152_2:hover{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9563 22.6291C17.8266 22.6291 22.5854 17.8703 22.5854 12C22.5854 6.12969 17.8266 1.37086 11.9563 1.37086C6.08597 1.37086 1.32715 6.12969 1.32715 12C1.32715 17.8703 6.08597 22.6291 11.9563 22.6291Z' fill='%234521D9'/%3E%3Cpath d='M11.9561 23.25C5.75158 23.25 0.706055 18.2045 0.706055 12C0.706055 5.79553 5.75158 0.75 11.9561 0.75C18.1605 0.75 23.206 5.79553 23.206 12C23.206 18.2045 18.1605 23.25 11.9561 23.25ZM11.9561 1.99586C6.43867 1.99586 1.94778 6.48675 1.94778 12.0041C1.94778 17.5215 6.43867 22.0124 11.9561 22.0124C17.4734 22.0124 21.9643 17.5215 21.9643 12.0041C21.9643 6.48675 17.4734 1.99586 11.9561 1.99586Z' fill='white'/%3E%3Cpath d='M8.3591 11.3336C9.05631 11.3336 9.62152 10.7684 9.62152 10.0712C9.62152 9.37398 9.05631 8.80878 8.3591 8.80878C7.66188 8.80878 7.09668 9.37398 7.09668 10.0712C7.09668 10.7684 7.66188 11.3336 8.3591 11.3336Z' fill='white'/%3E%3Cpath d='M15.5525 11.3336C16.2497 11.3336 16.8149 10.7684 16.8149 10.0712C16.8149 9.37398 16.2497 8.80878 15.5525 8.80878C14.8552 8.80878 14.29 9.37398 14.29 10.0712C14.29 10.7684 14.8552 11.3336 15.5525 11.3336Z' fill='white'/%3E%3Cpath d='M6.40996 7.38907C6.11608 7.38907 5.85532 7.18212 5.80151 6.8841C5.73943 6.54884 5.9588 6.22185 6.2982 6.15977L9.96956 5.47268C10.309 5.41059 10.6318 5.62997 10.6939 5.96937C10.756 6.30463 10.5366 6.63162 10.1972 6.69371L6.52585 7.38079C6.4886 7.38907 6.44721 7.39321 6.40996 7.39321V7.38907Z' fill='white'/%3E%3Cpath d='M17.5023 7.38907C17.4651 7.38907 17.4278 7.38907 17.3864 7.37665L13.7151 6.68957C13.3798 6.62748 13.1563 6.3005 13.2184 5.96523C13.2805 5.62997 13.6033 5.40646 13.9427 5.46854L17.6141 6.15563C17.9493 6.21771 18.1728 6.5447 18.1107 6.87996C18.0528 7.17798 17.792 7.38493 17.5023 7.38493V7.38907Z' fill='white'/%3E%3Cpath d='M13.8311 16.644H10.0769C9.73337 16.644 9.45605 16.3667 9.45605 16.0232C9.45605 15.6796 9.73337 15.4023 10.0769 15.4023H13.8311C14.1746 15.4023 14.4519 15.6796 14.4519 16.0232C14.4519 16.3667 14.1746 16.644 13.8311 16.644Z' fill='white'/%3E%3C/svg%3E%0A");
}

#gform_page_22_6 .gform_page_fields  #input_22_152 label#label_22_152_3{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5002 23.6291C17.3705 23.6291 22.1294 18.8703 22.1294 13C22.1294 7.12969 17.3705 2.37086 11.5002 2.37086C5.62992 2.37086 0.871094 7.12969 0.871094 13C0.871094 18.8703 5.62992 23.6291 11.5002 23.6291Z' fill='%23B5A6F2'/%3E%3Cpath d='M11.5 24.25C5.29553 24.25 0.25 19.2045 0.25 13C0.25 6.79553 5.29553 1.75 11.5 1.75C17.7045 1.75 22.75 6.79553 22.75 13C22.75 19.2045 17.7045 24.25 11.5 24.25ZM11.5 2.99586C5.98261 2.99586 1.49172 7.48675 1.49172 13.0041C1.49172 18.5215 5.98261 23.0124 11.5 23.0124C17.0174 23.0124 21.5083 18.5215 21.5083 13.0041C21.5083 7.48675 17.0174 2.99586 11.5 2.99586Z' fill='%232E168D'/%3E%3Cpath d='M5.97461 11.1622C6.97626 12.1639 8.60292 12.1639 9.60457 11.1622H5.97461Z' fill='%23B5A6F2'/%3E%3Cpath d='M7.78735 12.5323C6.97195 12.5323 6.15655 12.2219 5.53569 11.601C5.29149 11.3568 5.29149 10.9636 5.53569 10.7235C5.7799 10.4834 6.17312 10.4793 6.41319 10.7235C7.17064 11.481 8.40408 11.481 9.16567 10.7235C9.40987 10.4793 9.80308 10.4793 10.0431 10.7235C10.2832 10.9677 10.2874 11.3609 10.0431 11.601C9.42229 12.2219 8.60689 12.5323 7.79149 12.5323H7.78735Z' fill='%232E168D'/%3E%3Cpath d='M13.3955 11.1622C14.3972 12.1639 16.0238 12.1639 17.0255 11.1622H13.3955Z' fill='%23B5A6F2'/%3E%3Cpath d='M15.2131 12.5323C14.3977 12.5323 13.5823 12.2219 12.9615 11.601C12.7173 11.3568 12.7173 10.9636 12.9615 10.7235C13.2057 10.4834 13.5989 10.4793 13.839 10.7235C14.5964 11.481 15.8299 11.481 16.5914 10.7235C16.8357 10.4793 17.2289 10.4793 17.4689 10.7235C17.709 10.9677 17.7131 11.3609 17.4689 11.601C16.8481 12.2219 16.0327 12.5323 15.2173 12.5323H15.2131Z' fill='%232E168D'/%3E%3Cpath d='M9.62522 8.38907H5.95387C5.61033 8.38907 5.33301 8.11175 5.33301 7.76821C5.33301 7.42466 5.61033 7.14735 5.95387 7.14735H9.62522C9.96877 7.14735 10.2461 7.42466 10.2461 7.76821C10.2461 8.11175 9.96877 8.38907 9.62522 8.38907Z' fill='%232E168D'/%3E%3Cpath d='M17.0461 8.38907H13.3748C13.0312 8.38907 12.7539 8.11175 12.7539 7.76821C12.7539 7.42466 13.0312 7.14735 13.3748 7.14735H17.0461C17.3897 7.14735 17.667 7.42466 17.667 7.76821C17.667 8.11175 17.3897 8.38907 17.0461 8.38907Z' fill='%232E168D'/%3E%3Cpath d='M13.375 17.644H9.62086C9.27732 17.644 9 17.3667 9 17.0232C9 16.6796 9.27732 16.4023 9.62086 16.4023H13.375C13.7185 16.4023 13.9959 16.6796 13.9959 17.0232C13.9959 17.3667 13.7185 17.644 13.375 17.644Z' fill='%232E168D'/%3E%3Cpath d='M19.0975 3.77125H16.9375C16.7163 3.77125 16.5138 3.64 16.4238 3.4375C16.3338 3.235 16.3713 2.99875 16.5213 2.83L17.8338 1.375H16.9375C16.6262 1.375 16.375 1.12375 16.375 0.8125C16.375 0.50125 16.6262 0.25 16.9375 0.25H19.0975C19.3188 0.25 19.5213 0.38125 19.6113 0.58375C19.7013 0.78625 19.6637 1.0225 19.5137 1.19125L18.2012 2.64625H19.0975C19.4088 2.64625 19.66 2.8975 19.66 3.20875C19.66 3.52 19.4088 3.77125 19.0975 3.77125Z' fill='%232E168D'/%3E%3Cpath d='M23.1405 7.3525H20.9805C20.7592 7.3525 20.5567 7.22125 20.4667 7.01875C20.3767 6.81625 20.4142 6.58 20.5642 6.41125L21.8767 4.95625H20.9805C20.6692 4.95625 20.418 4.705 20.418 4.39375C20.418 4.0825 20.6692 3.83125 20.9805 3.83125H23.1405C23.3617 3.83125 23.5642 3.9625 23.6542 4.165C23.7442 4.3675 23.7067 4.60375 23.5567 4.7725L22.2442 6.2275H23.1405C23.4517 6.2275 23.703 6.47875 23.703 6.79C23.703 7.10125 23.4517 7.3525 23.1405 7.3525Z' fill='%232E168D'/%3E%3C/svg%3E%0A");

}


#gform_page_22_6 .gform_page_fields  #input_22_152 input[type=radio]:checked+label#label_22_152_3,
#gform_page_22_6 .gform_page_fields  #input_22_152 label#label_22_152_3:hover{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5002 23.6291C17.3705 23.6291 22.1294 18.8703 22.1294 13C22.1294 7.12969 17.3705 2.37086 11.5002 2.37086C5.62992 2.37086 0.871094 7.12969 0.871094 13C0.871094 18.8703 5.62992 23.6291 11.5002 23.6291Z' fill='%234521D9'/%3E%3Cpath d='M11.5 24.25C5.29553 24.25 0.25 19.2045 0.25 13C0.25 6.79553 5.29553 1.75 11.5 1.75C17.7045 1.75 22.75 6.79553 22.75 13C22.75 19.2045 17.7045 24.25 11.5 24.25ZM11.5 2.99586C5.98261 2.99586 1.49172 7.48675 1.49172 13.0041C1.49172 18.5215 5.98261 23.0124 11.5 23.0124C17.0174 23.0124 21.5083 18.5215 21.5083 13.0041C21.5083 7.48675 17.0174 2.99586 11.5 2.99586Z' fill='white'/%3E%3Cpath d='M5.97461 11.1622C6.97626 12.1639 8.60292 12.1639 9.60457 11.1622H5.97461Z' fill='%234521D9'/%3E%3Cpath d='M7.78735 12.5323C6.97195 12.5323 6.15655 12.2219 5.53569 11.601C5.29149 11.3568 5.29149 10.9636 5.53569 10.7235C5.7799 10.4834 6.17312 10.4793 6.41319 10.7235C7.17064 11.481 8.40408 11.481 9.16567 10.7235C9.40987 10.4793 9.80308 10.4793 10.0431 10.7235C10.2832 10.9677 10.2874 11.3609 10.0431 11.601C9.42229 12.2219 8.60689 12.5323 7.79149 12.5323H7.78735Z' fill='white'/%3E%3Cpath d='M13.3955 11.1622C14.3972 12.1639 16.0238 12.1639 17.0255 11.1622H13.3955Z' fill='%234521D9'/%3E%3Cpath d='M15.2131 12.5323C14.3977 12.5323 13.5823 12.2219 12.9615 11.601C12.7173 11.3568 12.7173 10.9636 12.9615 10.7235C13.2057 10.4834 13.5989 10.4793 13.839 10.7235C14.5964 11.481 15.8299 11.481 16.5914 10.7235C16.8357 10.4793 17.2289 10.4793 17.4689 10.7235C17.709 10.9677 17.7131 11.3609 17.4689 11.601C16.8481 12.2219 16.0327 12.5323 15.2173 12.5323H15.2131Z' fill='white'/%3E%3Cpath d='M9.62522 8.38907H5.95387C5.61033 8.38907 5.33301 8.11175 5.33301 7.76821C5.33301 7.42466 5.61033 7.14735 5.95387 7.14735H9.62522C9.96877 7.14735 10.2461 7.42466 10.2461 7.76821C10.2461 8.11175 9.96877 8.38907 9.62522 8.38907Z' fill='white'/%3E%3Cpath d='M17.0461 8.38907H13.3748C13.0312 8.38907 12.7539 8.11175 12.7539 7.76821C12.7539 7.42466 13.0312 7.14735 13.3748 7.14735H17.0461C17.3897 7.14735 17.667 7.42466 17.667 7.76821C17.667 8.11175 17.3897 8.38907 17.0461 8.38907Z' fill='white'/%3E%3Cpath d='M13.375 17.644H9.62086C9.27732 17.644 9 17.3667 9 17.0232C9 16.6796 9.27732 16.4023 9.62086 16.4023H13.375C13.7185 16.4023 13.9959 16.6796 13.9959 17.0232C13.9959 17.3667 13.7185 17.644 13.375 17.644Z' fill='white'/%3E%3Cpath d='M19.0975 3.77125H16.9375C16.7163 3.77125 16.5138 3.64 16.4238 3.4375C16.3338 3.235 16.3713 2.99875 16.5213 2.83L17.8338 1.375H16.9375C16.6262 1.375 16.375 1.12375 16.375 0.8125C16.375 0.50125 16.6262 0.25 16.9375 0.25H19.0975C19.3188 0.25 19.5213 0.38125 19.6113 0.58375C19.7013 0.78625 19.6637 1.0225 19.5137 1.19125L18.2012 2.64625H19.0975C19.4088 2.64625 19.66 2.8975 19.66 3.20875C19.66 3.52 19.4088 3.77125 19.0975 3.77125Z' fill='white'/%3E%3Cpath d='M23.1405 7.3525H20.9805C20.7592 7.3525 20.5567 7.22125 20.4667 7.01875C20.3767 6.81625 20.4142 6.58 20.5642 6.41125L21.8767 4.95625H20.9805C20.6692 4.95625 20.418 4.705 20.418 4.39375C20.418 4.0825 20.6692 3.83125 20.9805 3.83125H23.1405C23.3617 3.83125 23.5642 3.9625 23.6542 4.165C23.7442 4.3675 23.7067 4.60375 23.5567 4.7725L22.2442 6.2275H23.1405C23.4517 6.2275 23.703 6.47875 23.703 6.79C23.703 7.10125 23.4517 7.3525 23.1405 7.3525Z' fill='white'/%3E%3C/svg%3E%0A");

}


#gform_page_22_9 .gform_page_fields  #input_22_172 label#label_22_172_3,
#gform_page_22_7 .gform_page_fields  #input_22_188 label#label_22_188_3{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' viewBox='0 0 23 24' fill='none'%3E%3Cg clip-path='url(%23clip0_208_1548)'%3E%3Cpath d='M11.5002 22.6291C17.3705 22.6291 22.1294 17.8703 22.1294 12C22.1294 6.12968 17.3705 1.37086 11.5002 1.37086C5.62992 1.37086 0.871094 6.12968 0.871094 12C0.871094 17.8703 5.62992 22.6291 11.5002 22.6291Z' fill='%23B5A6F2'/%3E%3Cpath d='M11.5 23.25C5.29553 23.25 0.25 18.2003 0.25 12C0.25 5.79967 5.29553 0.75 11.5 0.75C17.7045 0.75 22.75 5.79553 22.75 12C22.75 18.2045 17.7045 23.25 11.5 23.25ZM11.5 1.99172C5.98262 1.99172 1.49172 6.48262 1.49172 12C1.49172 17.5174 5.98262 22.0083 11.5 22.0083C17.0174 22.0083 21.5083 17.5174 21.5083 12C21.5083 6.48262 17.0174 1.99172 11.5 1.99172Z' fill='%232E168D'/%3E%3Cpath d='M7.90304 11.3336C8.60026 11.3336 9.16546 10.7684 9.16546 10.0712C9.16546 9.37398 8.60026 8.80878 7.90304 8.80878C7.20583 8.80878 6.64062 9.37398 6.64062 10.0712C6.64062 10.7684 7.20583 11.3336 7.90304 11.3336Z' fill='%232E168D'/%3E%3Cpath d='M15.0925 11.3336C15.7897 11.3336 16.3549 10.7684 16.3549 10.0712C16.3549 9.37398 15.7897 8.80878 15.0925 8.80878C14.3953 8.80878 13.8301 9.37398 13.8301 10.0712C13.8301 10.7684 14.3953 11.3336 15.0925 11.3336Z' fill='%232E168D'/%3E%3Cpath d='M5.94902 7.38494C5.65515 7.38494 5.39439 7.17798 5.34058 6.87997C5.27849 6.5447 5.49786 6.21772 5.83727 6.15563L9.50862 5.46855C9.84389 5.40646 10.1709 5.62583 10.233 5.96523C10.295 6.3005 10.0757 6.62749 9.73627 6.68957L6.06492 7.37666C6.02766 7.38494 5.98627 7.38908 5.94902 7.38908V7.38494Z' fill='%232E168D'/%3E%3Cpath d='M17.0463 7.38494C17.009 7.38494 16.9717 7.38494 16.9304 7.37252L13.259 6.68543C12.9237 6.62335 12.7002 6.29636 12.7623 5.96109C12.8244 5.62583 13.1472 5.40232 13.4866 5.46441L17.158 6.15149C17.4933 6.21358 17.7168 6.54056 17.6547 6.87583C17.5967 7.17384 17.336 7.3808 17.0463 7.3808V7.38494Z' fill='%232E168D'/%3E%3Cpath d='M11.4997 17.1904C10.3821 17.1904 9.26041 16.7641 8.40776 15.9114C8.16356 15.6672 8.16356 15.274 8.40776 15.0339C8.65197 14.7939 9.04518 14.7897 9.28525 15.0339C10.5063 16.255 12.4889 16.255 13.7099 15.0339C13.9541 14.7897 14.3473 14.7897 14.5874 15.0339C14.8275 15.2781 14.8316 15.6714 14.5874 15.9114C13.7347 16.7641 12.6172 17.1904 11.4955 17.1904H11.4997Z' fill='%232E168D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_208_1548'%3E%3Crect width='22.5' height='22.5' fill='white' transform='translate(0.25 0.75)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}


#gform_page_22_9 .gform_page_fields  #input_22_172 input[type=radio]:checked+label#label_22_172_3,
#gform_page_22_9 .gform_page_fields  #input_22_172 label#label_22_172_3:hover,
#gform_page_22_7 .gform_page_fields  #input_22_188 label#label_22_188_3:hover,
#gform_page_22_7 .gform_page_fields  #input_22_188 input[type=radio]:checked+label#label_22_188_3{
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_208_1548)'%3E%3Cpath d='M11.5002 22.6291C17.3705 22.6291 22.1294 17.8703 22.1294 12C22.1294 6.12968 17.3705 1.37086 11.5002 1.37086C5.62992 1.37086 0.871094 6.12968 0.871094 12C0.871094 17.8703 5.62992 22.6291 11.5002 22.6291Z' fill='%234521D9'/%3E%3Cpath d='M11.5 23.25C5.29553 23.25 0.25 18.2003 0.25 12C0.25 5.79967 5.29553 0.75 11.5 0.75C17.7045 0.75 22.75 5.79553 22.75 12C22.75 18.2045 17.7045 23.25 11.5 23.25ZM11.5 1.99172C5.98262 1.99172 1.49172 6.48262 1.49172 12C1.49172 17.5174 5.98262 22.0083 11.5 22.0083C17.0174 22.0083 21.5083 17.5174 21.5083 12C21.5083 6.48262 17.0174 1.99172 11.5 1.99172Z' fill='white'/%3E%3Cpath d='M7.90304 11.3336C8.60026 11.3336 9.16546 10.7684 9.16546 10.0712C9.16546 9.37398 8.60026 8.80878 7.90304 8.80878C7.20583 8.80878 6.64062 9.37398 6.64062 10.0712C6.64062 10.7684 7.20583 11.3336 7.90304 11.3336Z' fill='white'/%3E%3Cpath d='M15.0925 11.3336C15.7897 11.3336 16.3549 10.7684 16.3549 10.0712C16.3549 9.37398 15.7897 8.80878 15.0925 8.80878C14.3953 8.80878 13.8301 9.37398 13.8301 10.0712C13.8301 10.7684 14.3953 11.3336 15.0925 11.3336Z' fill='white'/%3E%3Cpath d='M5.94902 7.38494C5.65515 7.38494 5.39439 7.17798 5.34058 6.87997C5.27849 6.5447 5.49786 6.21772 5.83727 6.15563L9.50862 5.46855C9.84389 5.40646 10.1709 5.62583 10.233 5.96523C10.295 6.3005 10.0757 6.62749 9.73627 6.68957L6.06492 7.37666C6.02766 7.38494 5.98627 7.38908 5.94902 7.38908V7.38494Z' fill='white'/%3E%3Cpath d='M17.0463 7.38494C17.009 7.38494 16.9717 7.38494 16.9304 7.37252L13.259 6.68543C12.9237 6.62335 12.7002 6.29636 12.7623 5.96109C12.8244 5.62583 13.1472 5.40232 13.4866 5.46441L17.158 6.15149C17.4933 6.21358 17.7168 6.54056 17.6547 6.87583C17.5967 7.17384 17.336 7.3808 17.0463 7.3808V7.38494Z' fill='white'/%3E%3Cpath d='M11.4997 17.1904C10.3821 17.1904 9.26041 16.7641 8.40776 15.9114C8.16356 15.6672 8.16356 15.274 8.40776 15.0339C8.65197 14.7939 9.04518 14.7897 9.28525 15.0339C10.5063 16.255 12.4889 16.255 13.7099 15.0339C13.9541 14.7897 14.3473 14.7897 14.5874 15.0339C14.8275 15.2781 14.8316 15.6714 14.5874 15.9114C13.7347 16.7641 12.6172 17.1904 11.4955 17.1904H11.4997Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_208_1548'%3E%3Crect width='22.5' height='22.5' fill='white' transform='translate(0.25 0.75)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.not_sure{
	color: #4622DA;
	font-size: 16px;
	line-height: 24px!important;
	margin-top: 20px!important;
	text-align: center;
	font-weight: 500;
	display: none;
	cursor: pointer;
}
.legal_clause{
	color: #767687;
	font-size: 12px;
	line-height: 20px!important;
	margin-top: 22px!important;
	text-align: left;
	font-weight: 200;
	max-width: 483px;
	display: none;
}
.legal_clause a{
	color: #767687!important;
	text-decoration: underline!important;
}
/*#gform_page_18_15 .legal_clause{*/
/*	display: block;*/
/*	text-align: center;*/
/*}*/
#gform_page_15_16 .legal_clause,
#gform_page_17_16 .legal_clause,
.not_sure_page .not_sure,
.no_phone_page .legal_clause{
	display: block;
}
.no_phone_page .legal_clause{
	color: #AFB3B9;
}
  .gform_page_footer .no_phone,
.new_quiz_form  .gform_page_footer .no_phone{
	display: none;
}
 #gform_page_17_15 .gform_page_footer .no_phone,
 #gform_page_15_15 .gform_page_footer .no_phone,
 #gform_page_10_8 .gform_page_footer .no_phone{
	margin-top: 40px;
	display: block;
	cursor: pointer;
	text-decoration: underline;
	font-size: 20px !important;
	text-align: center;
	font-weight: 500 !important;
	width: 100% !important;
	color: #767687;
	line-height: 28px;
	font-family: "Plus Jakarta Sans", Sans-serif !important;
}
.no_phone_page .gform_page_footer .no_phone{
	margin-top: 24px;
	display: block;
	cursor: pointer;
	text-decoration: underline;
	font-size: 16px !important;
	text-align: center;
	font-weight: 500 !important;
	width: 100% !important;
	color: #2E168D;
	line-height: 24px;
	font-family: "Plus Jakarta Sans", Sans-serif !important;
}
@media (max-width: 767px){
	.new_quiz_form #gform_page_15_15 .gform_page_footer .no_phone ,
	.survay_new_design .no_phone_page .gform_page_footer .no_phone ,
	.new_quiz_form #gform_page_17_15 .gform_page_footer .no_phone ,
	.new_quiz_form #gform_page_10_8 .gform_page_footer .no_phone {
		font-size: 16px!important;
		margin-top: 20px;
	}
}

/*woocommerce-cart*/
.woocommerce-cart #content{
	max-width: 1200px!important;
	padding: 0 30px;
}
.woocommerce-cart .page-content{
	margin: 70px 0;
}
.woocommerce-cart .page-content .woocommerce .cart_content{
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	flex-wrap: wrap;
	/*flex-direction: column;*/
	height: 100%;
}
.woocommerce-cart .page-content .woocommerce .cus_empty_cart{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.woocommerce-cart .page-content .woocommerce .return-to-shop,
.woocommerce-cart .page-content .woocommerce .cus_cart{
	width: 100%;
}

.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce{
	min-height: calc(100vh - 368px);
}
.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
.woocommerce-cart .page-content .woocommerce{
	min-height: calc(100vh - 335px);
}
.woocommerce-cart .page-content .woocommerce .cus_empty_cart .icon{
	text-align: center;
}
.woocommerce-cart .page-content .woocommerce .cus_empty_cart .title{
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	color: #2E168D;
}
.woocommerce-cart .page-content .woocommerce .cus_empty_cart .text{
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #2E168D;
}
.woocommerce-cart .page-content .woocommerce .cus_empty_cart .return-to-shop{
	margin-bottom: 0;
	margin-top: 30px;
}
.woocommerce-cart .page-content .woocommerce .cus_empty_cart .return-to-shop a{
	width: 208px;
	height: 50px;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #2E168D;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #4622DA;
	border-radius: 5px;
	transition: all .3s;
	margin: auto;
}
.woocommerce-cart .page-content .woocommerce .cus_empty_cart .return-to-shop a:hover {
	background-color: #4622DA;
	color: #fff;
}




.woocommerce-cart  .woocommerce-cart-form{
	width: calc(100% - 291px);
	margin-right: 15px;
}
.woocommerce-cart  .cart-collaterals{
	width: 276px
}
.woocommerce-page  #order_review  .shop_table.woocommerce-checkout-review-order-table ,
.woocommerce-cart  .cart-collaterals .cart_totals {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 35px rgb(153 133 235 / 20%);
	border-radius: 30px;
	padding: 25px;
}
.woocommerce-page  #order_review  .shop_table.woocommerce-checkout-review-order-table {
	margin-top: 20px;
	border: none;
	width: 300px;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 30px;
}
.woocommerce-cart  .cart-collaterals .cart_totals table{
	border: none;
	margin: 0;
}

.woocommerce-page  .woocommerce tr.spacer:not(:last-child){
	height: 25px;
}
.woocommerce-page  #order_review table tfoot th,
.woocommerce-page  #order_review table tfoot td,
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents td,
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents th,
.woocommerce-page  .cart-collaterals .cart_totals table td,
.woocommerce-page  .cart-collaterals .cart_totals table th{
	border: none;
	padding: 0;
	background: transparent!important;
}
.woocommerce-page  #order_review table tfoot tr:not(:last-child) td,
.woocommerce-page  .cart-collaterals .cart_totals table .shipping td,
.woocommerce-page  .cart-collaterals .cart_totals table .taxes td,
.woocommerce-page  .cart-collaterals .cart_totals table .cart-subtotal td{
	padding-bottom: 15px;
}

.woocommerce-page   table .shipping li{
	margin: 0!important;
	line-height: 0!important;
}
.woocommerce-page  #order_review table tfoot th,
.woocommerce-page-cart  .cart-collaterals .cart_totals table th{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #9985EB;
}
.woocommerce-page  .cart-collaterals .cart_totals table td .woocommerce-shipping-calculator,
.woocommerce-page  .cart-collaterals .cart_totals table td .woocommerce-shipping-destination{
	display: none;
}
.woocommerce-page  #order_review table tfoot td label,
.woocommerce-page  #order_review table tfoot td,
.woocommerce-page  .cart-collaterals .cart_totals table td,
.woocommerce-page  .cart-collaterals .cart_totals table td #shipping_method label{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #2E168D;
	text-align: right;
}
.woocommerce-page  .cart-collaterals .wc-proceed-to-checkout{
	padding-top: 30px;
	padding-bottom: 0;
}
.woocommerce-page  .cart-collaterals .wc-proceed-to-checkout a{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 15px 17px;
	width: 100%;
	text-align: center;
	background-color: #2E168D;
	border-radius: 6px;
	border: 1px solid #2E168D;
	margin-bottom: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.woocommerce-page  .cart-collaterals .wc-proceed-to-checkout a:hover{

	color: #2E168D;
	background-color: #fff;
}
.woocommerce-page #bread_checkout_button{
	margin-top: 10px;
}
div#bread-btn-cntnr{
	display: block!important;
}
.woocommerce-page #bread_checkout_button a{

	font-family: "Plus Jakarta Sans", Sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #FF2E1F;
	border-radius: 5px;
	padding: 15px 17px;
	width: 100%;
	max-width: 100%;
	display: block;
	text-align: center;
	background-color: #FF2E1F;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

}

.woocommerce-page  #bread_checkout_button a:hover{
	color: #FF2E1F;
	background-color: #FFFFFF00;
}
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents{
	border: none!important;
	margin: 0;
	background: #FFFFFF;
	box-shadow: 0px 4px 35px rgb(153 133 235 / 20%);
	border-radius: 30px;
	padding: 15px;
}

.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td {
	border: 1px solid #9985EB!important;
	border-right: none!important;
}
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-thumbnail {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width: 80px;
}
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-thumbnail img{
	width: 80px;
	height: 80px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	object-fit: cover;
	display: block;
}
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-remove {
	border: none!important;
	padding-right: 10px;
}
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-subtotal {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-right: 1px solid #9985EB!important;
}
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-name {
	padding-left: 24px;

}
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-subtotal,
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-price{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 142.3%;
	text-align: center;
	color: #2E168D;
	padding: 0 10px;
}
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-name a{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #2E168D;
	text-decoration: none;
}
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents thead th{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding-bottom: 15px;
	color: #9985EB;
}
.woocommerce-page  .woocommerce table.woocommerce-cart-form__contents  a.remove{
	background-color: #9985EB!important;
	width: 15px;
	height: 15px;
	font-size: 12px;
	color: #fff!important;
}

.woocommerce-page  .woocommerce .purchased_item{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	/*font-weight: 700;*/
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #FF2E1F;
	text-decoration: none;
	padding: 0 10px;
}
.woocommerce-page  .woocommerce .purchased_item.for_mobile{
	display: none;
}
.woocommerce-page  .woocommerce .cus_coupon{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}
.woocommerce-page  .woocommerce .cus_coupon .coupon{

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.woocommerce-page  .woocommerce .cus_coupon .coupon label{

	display: none;
}
.woocommerce-page  .woocommerce .cus_coupon .coupon input{
	border: 1px solid rgba(153, 133, 235, 0.32);
	border-radius: 5px;
	width: 147px;
	height: 50px;
	text-align: center;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color: #B5A6F2;
	margin-right: 8px;
	outline:none;
}
.woocommerce-page  .woocommerce .cus_coupon .coupon button {
	width: 147px;
	height: 50px;
	background: #9985EB;
	border-radius: 5px;
	border: 1px solid #9985EB;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	outline:none;
}
.woocommerce-page  .woocommerce .cus_coupon .coupon button:hover {
	color: #9985EB;
	background-color: #fff;
}
.woocommerce-page  .woocommerce .cus_coupon  button[name='update_cart'] {
	width: 160px;
	height: 50px;
	outline:none;
	border-radius: 5px;
	border: 1px solid #4622DA;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;

	color:#4622DA;
	background-color: #fff;
}
.woocommerce-page  .woocommerce .cus_coupon  button[name='update_cart']:hover {
	background: #4622DA!important;
	color: #FFFFFF!important;
}
.woocommerce-page  .woocommerce .product-quantity{
	position: relative;
	min-width: 95px;
}
.woocommerce-page  .woocommerce .product-quantity span.info{
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #FF2E1F;
}
.woocommerce-page  .woocommerce .quantity {
	text-align: center;
	width: 55px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-page  .woocommerce .quantity .qty {
	padding: 0;
	border: none;
	width: 37px;
	text-align: center;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #2E168D;
}
.woocommerce-page  .woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce-page  .woocommerce .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.woocommerce-page  .woocommerce .quantity input[type=number] {
	-moz-appearance: textfield;
}
.woocommerce-page  .woocommerce .quantity button {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 142.3%;
	text-align: center;
	color: #9985EB;
	padding: 0;
	background: transparent;
	border: none;
	outline:none;

}
.woocommerce-page  .woocommerce .woocommerce-notices-wrapper {
	/*margin-bottom: 30px;*/
}
.woocommerce-page  .woocommerce .woocommerce-notices-wrapper .woocommerce-message{
	padding: 0;
	margin: 0;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #2E168D;
	background: transparent;
	border: none;
	padding-left: 25px;
	margin-bottom: 30px;
}
.woocommerce-page .woocommerce .woocommerce-notices-wrapper .woocommerce-message:not(:last-child) {
	margin-bottom: 20px;
}
.woocommerce-page  .woocommerce .woocommerce-notices-wrapper .woocommerce-message:before{
	background-image: url("/wp-content/themes/hello-theme-child-master/img/check.svg");
	width:17px ;
	height: 17px;
	content: "";
	top: 0;
	left: 0;
}

.woocommerce-page  .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color: #2E168D!important;
}
.woocommerce-page  .woocommerce .woocommerce-notices-wrapper .woocommerce-message a.button {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #2E168D!important;
	background: transparent;
	padding: 0;
	padding-right: 75px
}


.ctm-nav .elementor-widget-container,
.mob-menu-other .ctm-nav .elementor-widget-container,
.mob-fix-header .ctm-nav .elementor-widget-container{
	background-image: none!important
}
@media screen and (max-width: 1203px){
	.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
	.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce{
		min-height: calc(100vh - 390px);
	}
	.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
	.woocommerce-cart .page-content .woocommerce{
		min-height: calc(100vh - 360px);
	}
}
@media screen and (max-width: 1024px){
	.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
	.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce{
		min-height: calc(100vh - 345px);
	}
	.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
	.woocommerce-cart .page-content .woocommerce{
		min-height: calc(100vh - 313px);
	}
}
@media screen and (max-width: 992px){
	.woocommerce-cart .page-content {
		margin: 50px 0;
	}
	.woocommerce-cart .page-content .woocommerce .cart_content {
		flex-direction: column;
		align-items: flex-end;
	}
	.woocommerce-cart .woocommerce-cart-form {
		width: 100% ;
		margin-right: 0;
	}
	.woocommerce-cart .cart-collaterals {
		width: 300px;
		margin-top: 50px;
	}
	.woocommerce-cart  .woocommerce .woocommerce-notices-wrapper .woocommerce-message a.button {

		padding-right: 0
	}
	.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
	.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce {
		min-height: calc(100vh - 265px);
	}
	.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
	.woocommerce-cart .page-content .woocommerce{
		min-height: calc(100vh - 233px);
	}
}
@media (max-width: 830px) {
	.woocommerce-cart .woocommerce .cus_coupon {
		flex-direction: column;
		align-items: flex-start;
	}

	.woocommerce-page .woocommerce .purchased_item{
		margin-top: 20px;
		padding: 0;
		display: none;
	}
	.woocommerce-page  .woocommerce .purchased_item.for_mobile{
		display: block;
		margin-top: 20px;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	.woocommerce-cart .woocommerce .cus_coupon button[name='update_cart']{
		margin-top: 20px;
	}
	.woocommerce-cart .cart-collaterals{
		width: 100%;
	}
}
@media screen and (max-width: 782px){
	.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
	.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce{
		min-height: calc(100vh - 285px);
	}
}
@media (max-width: 768px){
	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead{
		display: table-header-group;
	}
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr{
		display: table-row;
	}
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: table-cell;
	}
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display: table-cell;
		text-align: left!important;
	}
	.woocommerce table.shop_table_responsive tr td.product-price,
	.woocommerce-page table.shop_table_responsive tr td.product-subtotal {
		text-align: center!important;
	}
}
@media (max-width: 767px){
	.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
	.woocommerce-cart .page-content .woocommerce{
		min-height: calc(100vh - 279px);
	}
	.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce .cus_empty_cart,
	.logged-in.admin-bar.woocommerce-cart .page-content .woocommerce{
		min-height: calc(100vh - 325px);
	}
}
@media (max-width: 660px){
	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead{
		display: none;
	}
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr{
		display: block;
	}
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: block;
		font-family: 'Plus Jakarta Sans';
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		color: #9985EB;
	}
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right!important;
	}
	.woocommerce table.shop_table_responsive tr td.product-price,
	.woocommerce-page table.shop_table_responsive tr td.product-subtotal {
		text-align: right!important;
	}
	.woocommerce-page .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td {
		padding: 15px!important;
		border-right: 1px solid #9985EB!important;
		border-bottom: none!important;
	}
	.woocommerce-page .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-remove{
		padding-top: 0!important;
	}
	.woocommerce-page  .woocommerce .product-quantity span.info{
		padding-right: 15px;
		text-align: right;
	}
	.woocommerce-page .woocommerce .quantity {
		margin: auto;
		margin-right: 0;
		position: relative;
		top: -10px;
	}
	.woocommerce-page.woocommerce-checkout .woocommerce .quantity{
		top: 0;
	}
	.woocommerce-page .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-name{
		border-top-right-radius: 15px!important;
		border-top-left-radius: 15px!important;
	}
	.woocommerce-page .woocommerce table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-subtotal{
		border-radius: 0!important;
		border-bottom-right-radius: 15px!important;
		border-bottom-left-radius: 15px!important;
		border-bottom: 1px solid #9985EB!important;
	}
	.woocommerce-page .woocommerce table.woocommerce-cart-form__contents a.remove{
		margin: auto;
	}
}



/*woocommerce-checkout*/
.woocommerce-page.woocommerce-checkout #content{
	max-width: 1015px;
	padding: 0 20px;
}
.woocommerce-page.woocommerce-checkout .page-content{
	margin: 70px 0;
}
.woocommerce-page  .woocommerce #order_review #payment,
.woocommerce-page  .woocommerce .woocommerce-checkout .shop_table {
	display: none;
}
.woocommerce-page.woocommerce-checkout  .woocommerce .quantity input {
	pointer-events: none;
}
.woocommerce-page.woocommerce-checkout  .woocommerce .quantity button {
	display: none;
}
.woocommerce-page.woocommerce-checkout  .woocommerce-form-coupon-toggle .woocommerce-info:before{
	display: none;
}
.woocommerce-page.woocommerce-checkout  .woocommerce-form-coupon-toggle .woocommerce-info{
	padding: 15px;
	background: rgba(153, 133, 235, 0.2);
	border-radius: 15px;
	text-align: center;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #2E168D;
	border: none;
}
.woocommerce-page.woocommerce-checkout  .woocommerce-form-coupon-toggle .woocommerce-info a{color: #2E168D;}
.woocommerce-page.woocommerce-checkout  .checkout_coupon {
	padding: 15px;
	background: rgba(153, 133, 235, 0.2);
	border-radius: 15px;
	text-align: center;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #2E168D;
	margin: auto;
	max-width: 395px;
	border: none!important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.woocommerce-page.woocommerce-checkout  .checkout_coupon .form-row{
	width: auto;
	padding: 0;
	margin: 0;
}
.woocommerce-page.woocommerce-checkout  .checkout_coupon .input-text {
	border: 1px solid rgba(153, 133, 235, 0.32);
	border-radius: 5px;
	width: 147px;
	height: 50px;
	text-align: center;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #B5A6F2;
	margin-right: 8px;
	outline: none;
}

.woocommerce-page.woocommerce-checkout  .checkout_coupon button {
	width: 147px;
	height: 50px;
	background: #9985EB;
	border-radius: 5px;
	border: 1px solid #9985EB;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	outline: none;
}
.woocommerce-page.woocommerce-checkout  h3 {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	color: #2E168D;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 50px;
}
.woocommerce-page.woocommerce-checkout  label {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #767687;
	margin-bottom: 5px;
}
.woocommerce-page.woocommerce-checkout  label .required{
	color: #767687;
}
.woocommerce-page.woocommerce-checkout  select,
.woocommerce-page.woocommerce-checkout  select + span .select2-selection ,
.woocommerce-page.woocommerce-checkout .woocommerce-checkout  input:not([type=button]){
	border: 1px solid rgba(153, 133, 235, 0.32);
	border-radius: 5px;
	height: 50px;
	padding: 0 14px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color: #9985EB;
}
.woocommerce-page.woocommerce-checkout  select + span  .select2-selection__rendered{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color: #9985EB;
}
.woocommerce-page.woocommerce-checkout  select + span .select2-selection {
	display: flex;
	align-items: center;
}
.woocommerce-page.woocommerce-checkout  select + span  .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}
.woocommerce-page.woocommerce-checkout  textarea {
	border: 1px solid rgba(153, 133, 235, 0.32);
	border-radius: 5px;
	height: 140px!important;
	resize: none;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px!important;
	color: #9985EB;
	padding: 11px 14px;
}
.woocommerce-page.woocommerce-checkout  .select2-dropdown {
	border: 1px solid rgba(153, 133, 235, 0.32);
}
.woocommerce-page.woocommerce-checkout .select2-results__option{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color: #9985EB;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
	background-color: #9985EB;
	color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #9985EB;
	color: #fff;
}
.select2-selection__arrow{
	width: 22px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("/wp-content/themes/hello-theme-child-master/img/arrow.svg");
	background-position: center;
	right: 10px!important;
}
.select2-selection__arrow b{
	display: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: #B5A6F2;
	border-radius: 15px;
	padding: 50px 44px 50px;
	margin: auto;
	margin-top: 45px;
	max-width: 500px;
}
.woocommerce-checkout #payment .secured .flex {
	display: flex;
	margin-top: 20px;
	align-items: center;
}
.woocommerce-checkout #payment .secured .flex .img{
	margin-right: 20px;
}
.woocommerce-checkout #payment .secured .flex .text{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.woocommerce-page.woocommerce-checkout  #payment h3 {
	margin: 0;
	text-align: center;
	margin-bottom: 30px;
}
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods  {
	padding: 0;
	border: none;
}
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods .payment_box:before  {
	display: none;
}
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods .payment_method_bread_finance .payment_box  {
	border: 1px solid #2E168D;
	border-radius: 5px;
	padding: 15px;
	background-color: transparent;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods .payment_method_stripe_cc  .wc-stripe_cc-new-method-container ,
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods .payment_method_stripe_cc  .wc-stripe_cc-new-method-container #wc-stripe-card-element {
	margin-bottom: 0;
}
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods .payment_method_stripe_cc  .payment_box  {
	border: none;
	border-radius:0;
	padding: 0;
	background-color: transparent;
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
}
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods .payment_method_stripe_cc  label  {
	display: flex;
	align-items: center;
}
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods .payment_method_stripe_cc  label  .wc-stripe-card-icons-container{
	display: flex;
}
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods .payment_method_stripe_cc  label  .wc-stripe-card-icons-container img{
	margin: 0px 8px;

	width: 45px!important;
}
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods .payment_box p  {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #2E168D;
}
.woocommerce-page.woocommerce-checkout  #payment .wc_payment_methods .payment_box:after {
	width: 55px;
	height: 23px;
	content: "";
	margin-left: 10px;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118' height='48' viewBox='0 0 118 48' fill='none'%3E%3Cpath d='M65.5875 21.6162C63.069 21.6162 61.2405 22.5477 59.9985 24.1347V22.0992H55.548V46.2491H59.9985V37.3137C61.2405 38.9007 63.069 39.8322 65.5875 39.8322C70.2104 39.8322 74.0054 35.8647 74.0054 30.7242C74.0054 25.5837 70.2104 21.6162 65.5875 21.6162ZM64.7595 35.5887C62.034 35.5887 59.9985 33.6222 59.9985 30.7242C59.9985 27.8262 62.034 25.8597 64.7595 25.8597C67.5194 25.8597 69.5549 27.8262 69.5549 30.7242C69.5549 33.6222 67.5194 35.5887 64.7595 35.5887Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M90.2541 22.0992V24.1347C89.0121 22.5822 87.1491 21.6162 84.6306 21.6162C80.0421 21.6162 76.2471 25.5837 76.2471 30.7242C76.2471 35.8647 80.0421 39.8322 84.6306 39.8322C87.1491 39.8322 89.0121 38.8662 90.2541 37.3137V39.3492H94.7046V22.0992H90.2541ZM85.4586 35.5887C82.7331 35.5887 80.6976 33.6222 80.6976 30.7242C80.6976 27.8262 82.7331 25.8597 85.4586 25.8597C88.2186 25.8597 90.2541 27.8262 90.2541 30.7242C90.2541 33.6222 88.2186 35.5887 85.4586 35.5887Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M109.987 22.0992L106.158 33.6912L101.673 22.0992H96.8083L103.881 38.7972C103.053 41.1087 101.811 42.1437 99.3613 42.1092V46.2491C103.743 46.4906 106.675 44.3171 108.469 39.3492L114.748 22.0992H109.987Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M62.2677 6.80075C60.8794 6.80075 59.8715 7.31424 59.1868 8.18906V3.26343H56.7335V16.5759H59.1868V15.4539C59.8715 16.3287 60.8794 16.8422 62.2677 16.8422C64.8161 16.8422 66.9081 14.6551 66.9081 11.8215C66.9081 8.98781 64.8161 6.80075 62.2677 6.80075ZM61.8113 14.503C60.3089 14.503 59.1868 13.419 59.1868 11.8215C59.1868 10.224 60.3089 9.13995 61.8113 9.13995C63.3327 9.13995 64.4548 10.224 64.4548 11.8215C64.4548 13.419 63.3327 14.503 61.8113 14.503Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M71.0916 8.70254V7.067H68.6383V16.5759H71.0916V12.0307C71.0916 10.0338 72.7081 9.46326 73.9823 9.6154V6.87682C72.7842 6.87682 71.586 7.40933 71.0916 8.70254Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M77.1372 12.8294H84.3069C84.364 12.5061 84.402 12.1828 84.402 11.8215C84.402 9.02585 82.4051 6.80075 79.5905 6.80075C76.6047 6.80075 74.5698 8.98781 74.5698 11.8215C74.5698 14.6551 76.5857 16.8422 79.7807 16.8422C81.6064 16.8422 83.0327 16.1005 83.9266 14.8073L81.9487 13.6662C81.5303 14.2177 80.7696 14.6171 79.8187 14.6171C78.5255 14.6171 77.4795 14.0846 77.1372 12.8294ZM77.0991 10.9276C77.3844 9.71049 78.2783 9.00683 79.5905 9.00683C80.6175 9.00683 81.6444 9.55834 81.9487 10.9276H77.0991Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M93.2672 7.067V8.18906C92.5825 7.33325 91.5556 6.80075 90.1673 6.80075C87.6379 6.80075 85.5459 8.98781 85.5459 11.8215C85.5459 14.6551 87.6379 16.8422 90.1673 16.8422C91.5556 16.8422 92.5825 16.3097 93.2672 15.4539V16.5759H95.7205V7.067H93.2672ZM90.6237 14.503C89.1213 14.503 87.9992 13.419 87.9992 11.8215C87.9992 10.224 89.1213 9.13995 90.6237 9.13995C92.1451 9.13995 93.2672 10.224 93.2672 11.8215C93.2672 13.419 92.1451 14.503 90.6237 14.503Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M105.153 3.26343V8.18906C104.468 7.31424 103.46 6.80075 102.072 6.80075C99.5236 6.80075 97.4316 8.98781 97.4316 11.8215C97.4316 14.6551 99.5236 16.8422 102.072 16.8422C103.46 16.8422 104.468 16.3287 105.153 15.4539V16.5759H107.606V3.26343H105.153ZM102.528 14.503C101.007 14.503 99.8849 13.419 99.8849 11.8215C99.8849 10.224 101.007 9.13995 102.528 9.13995C104.031 9.13995 105.153 10.224 105.153 11.8215C105.153 13.419 104.031 14.503 102.528 14.503Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M24 0C10.7439 0 0 10.7439 0 24C0 37.2561 10.7439 48 24 48C37.2561 48 48 37.2561 48 24C48.0224 10.7439 37.2785 0 24 0ZM28.6206 41.4729L28.3065 41.6523C26.1981 42.7962 23.5514 41.9888 22.4075 39.8804L9.35327 15.6336C8.20934 13.5252 9.01682 10.8785 11.1252 9.73458L11.4392 9.55514C13.5477 8.41121 16.1944 9.19626 17.3383 11.3271L30.3925 35.5738C31.514 37.7047 30.729 40.329 28.6206 41.4729ZM33.8916 34.7439L23.7533 15.9252C28.957 13.1215 35.4392 15.0729 38.243 20.2766C41.0467 25.4579 39.0953 31.9402 33.8916 34.7439Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M115.01 38.1866H113.244V38.6394H113.889V40.5878H114.362V38.6394H115.01V38.1866Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M117.625 38.1866H117.137L116.451 39.3221L115.762 38.1866H115.275V40.5878H115.748V39.0339L116.424 40.1453H116.479L117.155 39.0305V40.5878H117.625V38.1866Z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
	/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118' height='48' viewBox='0 0 118 48' fill='none'%3E%3Cpath d='M65.5875 21.6162C63.069 21.6162 61.2405 22.5477 59.9985 24.1347V22.0992H55.548V46.2491H59.9985V37.3137C61.2405 38.9007 63.069 39.8322 65.5875 39.8322C70.2104 39.8322 74.0054 35.8647 74.0054 30.7242C74.0054 25.5837 70.2104 21.6162 65.5875 21.6162ZM64.7595 35.5887C62.034 35.5887 59.9985 33.6222 59.9985 30.7242C59.9985 27.8262 62.034 25.8597 64.7595 25.8597C67.5194 25.8597 69.5549 27.8262 69.5549 30.7242C69.5549 33.6222 67.5194 35.5887 64.7595 35.5887Z' fill='%232E168D'%3E%3C/path%3E%3Cpath d='M90.2541 22.0992V24.1347C89.0121 22.5822 87.1491 21.6162 84.6306 21.6162C80.0421 21.6162 76.2471 25.5837 76.2471 30.7242C76.2471 35.8647 80.0421 39.8322 84.6306 39.8322C87.1491 39.8322 89.0121 38.8662 90.2541 37.3137V39.3492H94.7046V22.0992H90.2541ZM85.4586 35.5887C82.7331 35.5887 80.6976 33.6222 80.6976 30.7242C80.6976 27.8262 82.7331 25.8597 85.4586 25.8597C88.2186 25.8597 90.2541 27.8262 90.2541 30.7242C90.2541 33.6222 88.2186 35.5887 85.4586 35.5887Z' fill='%232E168D'%3E%3C/path%3E%3Cpath d='M109.987 22.0992L106.158 33.6912L101.673 22.0992H96.8083L103.881 38.7972C103.053 41.1087 101.811 42.1437 99.3613 42.1092V46.2491C103.743 46.4906 106.675 44.3171 108.469 39.3492L114.748 22.0992H109.987Z' fill='%232E168D'%3E%3C/path%3E%3Cpath d='M62.2677 6.80075C60.8794 6.80075 59.8715 7.31424 59.1868 8.18906V3.26343H56.7335V16.5759H59.1868V15.4539C59.8715 16.3287 60.8794 16.8422 62.2677 16.8422C64.8161 16.8422 66.9081 14.6551 66.9081 11.8215C66.9081 8.98781 64.8161 6.80075 62.2677 6.80075ZM61.8113 14.503C60.3089 14.503 59.1868 13.419 59.1868 11.8215C59.1868 10.224 60.3089 9.13995 61.8113 9.13995C63.3327 9.13995 64.4548 10.224 64.4548 11.8215C64.4548 13.419 63.3327 14.503 61.8113 14.503Z' fill='%232E168D'%3E%3C/path%3E%3Cpath d='M71.0916 8.70254V7.067H68.6383V16.5759H71.0916V12.0307C71.0916 10.0338 72.7081 9.46326 73.9823 9.6154V6.87682C72.7842 6.87682 71.586 7.40933 71.0916 8.70254Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M77.1372 12.8294H84.3069C84.364 12.5061 84.402 12.1828 84.402 11.8215C84.402 9.02585 82.4051 6.80075 79.5905 6.80075C76.6047 6.80075 74.5698 8.98781 74.5698 11.8215C74.5698 14.6551 76.5857 16.8422 79.7807 16.8422C81.6064 16.8422 83.0327 16.1005 83.9266 14.8073L81.9487 13.6662C81.5303 14.2177 80.7696 14.6171 79.8187 14.6171C78.5255 14.6171 77.4795 14.0846 77.1372 12.8294ZM77.0991 10.9276C77.3844 9.71049 78.2783 9.00683 79.5905 9.00683C80.6175 9.00683 81.6444 9.55834 81.9487 10.9276H77.0991Z' fill='%232E168D'%3E%3C/path%3E%3Cpath d='M93.2672 7.067V8.18906C92.5825 7.33325 91.5556 6.80075 90.1673 6.80075C87.6379 6.80075 85.5459 8.98781 85.5459 11.8215C85.5459 14.6551 87.6379 16.8422 90.1673 16.8422C91.5556 16.8422 92.5825 16.3097 93.2672 15.4539V16.5759H95.7205V7.067H93.2672ZM90.6237 14.503C89.1213 14.503 87.9992 13.419 87.9992 11.8215C87.9992 10.224 89.1213 9.13995 90.6237 9.13995C92.1451 9.13995 93.2672 10.224 93.2672 11.8215C93.2672 13.419 92.1451 14.503 90.6237 14.503Z' fill='%232E168D'%3E%3C/path%3E%3Cpath d='M105.153 3.26343V8.18906C104.468 7.31424 103.46 6.80075 102.072 6.80075C99.5236 6.80075 97.4316 8.98781 97.4316 11.8215C97.4316 14.6551 99.5236 16.8422 102.072 16.8422C103.46 16.8422 104.468 16.3287 105.153 15.4539V16.5759H107.606V3.26343H105.153ZM102.528 14.503C101.007 14.503 99.8849 13.419 99.8849 11.8215C99.8849 10.224 101.007 9.13995 102.528 9.13995C104.031 9.13995 105.153 10.224 105.153 11.8215C105.153 13.419 104.031 14.503 102.528 14.503Z' fill='%232E168D'%3E%3C/path%3E%3Cpath d='M24 0C10.7439 0 0 10.7439 0 24C0 37.2561 10.7439 48 24 48C37.2561 48 48 37.2561 48 24C48.0224 10.7439 37.2785 0 24 0ZM28.6206 41.4729L28.3065 41.6523C26.1981 42.7962 23.5514 41.9888 22.4075 39.8804L9.35327 15.6336C8.20934 13.5252 9.01682 10.8785 11.1252 9.73458L11.4392 9.55514C13.5477 8.41121 16.1944 9.19626 17.3383 11.3271L30.3925 35.5738C31.514 37.7047 30.729 40.329 28.6206 41.4729ZM33.8916 34.7439L23.7533 15.9252C28.957 13.1215 35.4392 15.0729 38.243 20.2766C41.0467 25.4579 39.0953 31.9402 33.8916 34.7439Z' fill='%232E168D'%3E%3C/path%3E%3Cpath d='M115.01 38.1866H113.244V38.6394H113.889V40.5878H114.362V38.6394H115.01V38.1866Z' fill='%232E168D'%3E%3C/path%3E%3Cpath d='M117.625 38.1866H117.137L116.451 39.3221L115.762 38.1866H115.275V40.5878H115.748V39.0339L116.424 40.1453H116.479L117.155 39.0305V40.5878H117.625V38.1866Z' fill='%232E168D'%3E%3C/path%3E%3C/svg%3E");*/
}
.woocommerce-page.woocommerce-checkout  #payment .payment_methods  input   {
	height: 0;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	width: 0;
	position: absolute;
}
.woocommerce-page.woocommerce-checkout  #payment .payment_methods  label   {
	position: relative;
	padding-left: 17px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height:20px;
	color: #2E168D;
	margin: 0;
}
.woocommerce-page.woocommerce-checkout  #payment .payment_methods  label:after   {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #2E168D;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.woocommerce-page.woocommerce-checkout  #payment .payment_methods input:checked +  label:before   {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color:  #2E168D;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce-page.woocommerce-checkout  #payment .place-order   {
	padding: 0;
}
.woocommerce-page.woocommerce-checkout  #payment .place-order button  {
	width: 100%;
	height: 50px;
	background: #FF2E1F;
	border-radius: 6px;
	border: 1px solid #FF2E1F;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	outline: none;
	transition: all .3s;
}
.woocommerce-page.woocommerce-checkout  #payment .place-order button:hover {
	background: transparent;
	color: #FF2E1F;
}
.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_email_field,
.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_postcode_field,
.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_phone_field,
.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_state_field{
	width: 47%;
	overflow: visible;
	clear: none;
}
.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_email_field,
.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_postcode_field{
	float: right;
}
.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_state_field,
.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_phone_field{
	float: left;
}
.woocommerce-page.woocommerce-checkout  .woocommerce-error{
	background: rgba(153, 133, 235, 0.2) !important;
	border-radius: 15px!important;
}
.woocommerce-page.woocommerce-checkout  .woocommerce-error:before{
	color: #ff331f;
}
.woocommerce-page.woocommerce-checkout  .woocommerce-error li{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ff331f;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select{
	border-color:#ff331f!important;
}
.woocommerce form .form-row.woocommerce-invalid label{
	color: #ff331f!important;
}
@media (max-width: 992px) {
	.woocommerce-page.woocommerce-checkout .page-content {
		margin: 50px 0;
	}


}
@media (max-width: 840px) {
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%;
	}

}
@media (max-width: 767px) {
	.woocommerce-checkout #payment .secured .flex {

		margin-top: 0px;
	}
}
@media (max-width: 580px) {
	.woocommerce-page.woocommerce-checkout form .form-row-last,
	.woocommerce-page.woocommerce-checkout form .form-row-first,
	.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_email_field,
	.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_postcode_field,
	.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_phone_field,
	.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_state_field{
		width: 100%;
		overflow: visible;
		clear: none;
	}
	.woocommerce-page.woocommerce-checkout form .form-row-last,
	.woocommerce-page.woocommerce-checkout form .form-row-first,
	.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_email_field,
	.woocommerce-page.woocommerce-checkout  .woocommerce-billing-fields #billing_postcode_field,{
		float: none;
	}
	#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {

		padding: 20px;
		margin-top: 30px;

	}
	.woocommerce-page.woocommerce-checkout h3 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}


/*.woocommerce-order*/

.woocommerce-order h3{
	text-align: center;
}
.woocommerce-order .woocommerce-thankyou-order-received{
	text-align: center;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #2E168D;
	max-width: 500px;
	margin: auto;
	margin-top: 20px;
}
.woocommerce-order .video_section{
	width: 490px;
	height: 274px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 30px;
	overflow: hidden;
}
.woocommerce-order .video_section iframe{
	width: 100%;
	height: 100%;
}
.woocommerce-order .calendar_section{
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
	margin-top: 75px;
}
.woocommerce-order .calendar_section:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 258px;
	bottom: 0;
	background: rgba(153, 133, 235, 0.2);
	border-radius: 30px;
	left: 0;
	z-index: -1;
}
.woocommerce-order .calendly-inline-widget{
	max-width: 386px;
	overflow: hidden!important;
	filter: drop-shadow(0px 4px 35px rgba(153, 133, 235, 0.2));
	border-radius: 30px;
	margin: auto;
	margin-top: 30px;
}
.woocommerce-order .calendly-inline-widget iframe{
	height: 680px;
}
.woocommerce-order ul.woocommerce-order-overview.order_details{
	background: #FFFFFF;
	box-shadow: 0px 4px 35px rgb(153 133 235 / 20%);
	border-radius: 30px;
	padding: 15px;
	margin: 0;
	display: table;
	width: 100%;
}
.woocommerce-order ul.woocommerce-order-overview.order_details li{
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	display: table-cell;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #9985EB;

	text-transform: capitalize;
}
.woocommerce-order ul.woocommerce-order-overview.order_details li strong {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px;
	border: 1px solid #9985EB;
	/* border-radius: 15px; */
	border-right: 0;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 142.3%;
	text-align: center;
	color: #2E168D;
	margin-top: 15px
}

.woocommerce-order ul.woocommerce-order-overview.order_details li:first-child strong {
	border-radius: 15px 0px 0px 15px;
}
.woocommerce-order ul.woocommerce-order-overview.order_details li:last-child strong {
	border-radius: 0px 15px 15px 0px;
	border-right: 1px solid #9985EB;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details{
	border: 1px solid #9985EB;
	border-radius: 15px;
	/*border: none;*/
	margin: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details *{
	border: none;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead th{
	border-bottom: 1px solid #9985EB;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot th,
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot td,
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody td,
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody th{
	border-bottom: 1px solid #9985EB;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td{
	border-bottom: none;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody>tr:nth-child(odd)>td,
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody>tr:nth-child(odd)>th {
	background: rgba(153, 133, 235, 0.18);
	color: #9985EB;

}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody>tr:nth-child(odd)>td a,
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody>tr:nth-child(odd)>th a{
	text-decoration: none;
	color: #9985EB;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.shop_table td,
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.shop_table th {
	padding: 14px 22px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #2E168D;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.shop_table th.product-total,
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.shop_table td{
	border-left: 1px solid #9985EB;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.shop_table td.product-name{
	border-left: none;
}
.woocommerce-order .woocommerce-column__title,
.woocommerce-order .woocommerce-order-details__title {
	margin-top: 50px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	color: #2E168D;
	margin-bottom: 30px;
}
.woocommerce-order .woocommerce-column__title{
	margin-top: 50px;
	margin-bottom: 40px;
}
.woocommerce-order .woocommerce-customer-details address{
	border: 1px solid #9985EB;
	border-radius: 15px;
	padding:15px 22px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #2E168D;
}
.woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone{
	margin-bottom: 15px;
	margin-top: 15px;
}
.woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email,
.woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone{
	padding: 0;
}
.woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email:before,
.woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone:before{
	display: none
}

@media (max-width: 767px) {
	.woocommerce-order ul.woocommerce-order-overview.order_details{
		display: block;
	}
	.woocommerce-order ul.woocommerce-order-overview.order_details li {
		display: flex;
		justify-content: space-between;
		border: 1px solid #9985EB;
		border-bottom: none;
		padding: 15px 22px;
	}
	.woocommerce-order ul.woocommerce-order-overview.order_details li:first-child {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.woocommerce-order ul.woocommerce-order-overview.order_details li:last-child {
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		border-bottom: 1px solid #9985EB;
	}
	.woocommerce-order ul.woocommerce-order-overview.order_details li strong {
		border: none;
		margin: 0;
		height: auto;
	}
	.woocommerce-order .woocommerce-column__title, .woocommerce-order .woocommerce-order-details__title{
		font-size: 25px;
		margin-top: 30px;
	}
	.woocommerce-order .calendar_section {
		padding-bottom: 30px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.woocommerce-order .video_section{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.woocommerce-order .calendar_section:after{
		left: -20px;
		width: calc(100% + 40px);
		border-radius: 0;
	}
}
@media (max-width: 630px) {
	.woocommerce-order .video_section{
		width: 100%;
		/*height: 200px;*/
	}

}
@media (max-width: 490px) {
	.woocommerce-order .video_section{
		/*width: 100%;*/
		height: 200px;
	}

}

/*Topics*/

.topic_category  {
	max-width: 580px;
	margin: auto;
}
.topic_category .flex {
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -30px;
	margin-top: -50px;
}
.topic_category .flex .item{
	width: 33.333%;
	padding:0 30px ;
	padding-top: 50px;
	max-width: 214px;
}
.topic_category .flex .item>div{
	cursor: pointer;
}
.topic_category .flex .item .icon{
	width: 85px;
	height: 85px;
	border:2px solid #B5A6F2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.topic_category .flex .item h4{
	margin: 0;
	margin-top: 10px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #2E168D;
}
@media (max-width: 600px) {
	.topic_category .flex {
		margin: 0 -30px;
		margin-top: -30px;
	}
	.topic_category .flex .item{
		width: 50%;
		padding-top: 30px;
	}
}

.popular_topics h3 a ,
.popular_topics h3 {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 38px;
	color: #B5A6F2;
	margin: 0;
}
.topics {
	display: flex;
	margin: 0 -50px;
	margin-top: -50px;
	flex-wrap: wrap;
}
.topics .topic{
	margin-top: 50px;
	width: 50%;
	padding-left: 50px;
	padding-right: 50px;
}
.topics .post-excerpt{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #2E168D;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #B5A6F2;
}
.topics a,
.topics h3{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 23px!important;
	color: #2E168D!important;
	margin: 0;
}

@media (max-width: 767px) {
	.topics {
		display: flex;
		margin: 0 -20px;
		margin-top: -30px;
		flex-wrap: wrap;
	}
	.topics .topic{
		margin-top: 30px;
		width: 50%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 600px) {
	.topics {
		margin: 0 ;
		margin-top: -30px;
	}
	.topics .topic{
		margin-top: 30px;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
}

.related_topics {
	display: flex;
	margin: 0 -50px;
	margin-top: -50px;
	flex-wrap: wrap;
}
.related_topics .topic{
	margin-top: 50px;
	width: 50%;
	padding-left: 50px;
	padding-right: 50px;
}
.related_topics .post-excerpt{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #2E168D;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #B5A6F2;
}
.related_topics a,
.related_topics h3{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 23px!important;
	color: #B5A6F2!important;
	margin: 0;
}
@media (max-width: 767px) {
	.related_topics {
		display: flex;
		margin: 0 -20px;
		margin-top: -30px;
		flex-wrap: wrap;
	}
	.related_topics .topic{
		margin-top: 30px;
		width: 50%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 600px) {
	.related_topics {

		margin: 0 ;
		margin-top: -30px;
	}
	.related_topics .topic{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
}

.topic_search{
	width: 400px;
	margin: auto;
	position: relative;
	max-width: 100%;
}
.topic_search button{
	width: 20px;
	height: 20px;
	background-color: transparent!important;
	padding: 0!important;
	border: none!important;
	outline: none!important;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.topic_search input{
	width: 100%;
	background: #FFFFFF;
	border-radius: 25px;
	padding: 9px 10px;
	padding-left: 44px;
	outline: none!important;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #2E168D;
}


/*audiology_expert*/
.audiology_expert .expert{
	background: #FFFFFF;
	box-shadow: 0px 4px 35px rgb(153 133 235 / 20%);
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 50px;
}
.audiology_expert .expert .flex {
	display: flex;
	justify-content: space-between;
}
.audiology_expert .expert .flex .content_item {
	padding-left: 60px;
	width: calc(100% - 170px);
}
.audiology_expert .expert .flex .content_item .name{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 41px;
	color: #2E168D;
	margin: 0;
}
.audiology_expert .expert .flex .content_item .short_bio{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #767687;
	margin: 15px 0 30px;
}
.audiology_expert .expert .flex .content_item a {
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 22px;
	color: #fff;
	background-color: #4622DA;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #4622DA;
	border-radius: 5px 5px 5px 5px;
	padding: 17px 59px 17px 59px;
	width: 221px;
	height: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.audiology_expert .expert .flex .content_item a:hover {
	background-color: #fff;
	color: #4622DA;
}
.audiology_expert .expert .flex .image_item{
	display: flex;
	width: 170px;
}
.audiology_expert .expert .flex .image_item a{
	display: inline-block;
	height: 40px;
}
.audiology_expert .expert .flex .image_item .expert_image{
	border-radius: 50%;
	width: 130px;
	height: 130px;
	object-fit: cover;
}
.cus_subscription_form .subscription_type .name{
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 20px!important;
	font-weight: 800!important;
	font-style: normal!important;
	line-height: 25px!important;
	text-align: left;
	margin-bottom: 20px!important;

}
.cus_subscription_form .subscription_types  {
	display: flex;
	padding: 0 30px;
}

.cus_subscription_form .quarterly_subscription   {
	padding-right: 15px;
}
.cus_subscription_form .annual_subscription   {
	padding-left: 15px;
}
.cus_subscription_form .subscription_type ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.cus_subscription_form .subscription_type ul li{
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 17px!important;
	font-weight: 500!important;
	font-style: normal!important;
	line-height: 25px!important;
	text-align: left;
}
.cus_subscription_form #field_14_7 .gfield_label {
	display: block;
	text-align: left;
	margin-bottom: 0;
}
.cus_subscription_form #field_14_7 .gfield_radio .gchoice  {
	display: block;
	text-align: left;
	line-height: 29px !important;
}
@media (max-width: 767px){
	.audiology_expert .expert .flex{
		flex-direction: column;
	}
	.audiology_expert .expert .flex .image_item {
		margin: auto;
		padding-right: 40px;
		width: 210px;
	}
	.audiology_expert .expert .flex .content_item{
		padding-left: 0;
		width: 100%;
		margin-top: 50px;
	}
	.audiology_expert .expert .flex .content_item a{
		margin: auto;
	}

}


/*Audio subscription*/
.woocommerce_account_subscriptions .gforms-stripe-subscription-title ,
.cus_subscription_form .subscription_title {
	color: var(--e-global-color-primary )!important;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 25px!important;
	font-weight: 800!important;
	font-style: normal!important;
	line-height: 37px!important;
	text-align: center;
	margin-bottom: 30px!important;
	margin-top:50px;
}
.woocommerce_account_subscriptions .gforms-stripe-subscription-title {
	margin-bottom: 0;
	text-align: left;
}
.woocommerce_account_subscriptions .gforms-stripe-subscription-details-separator {
	display: none!important;
}
.cus_subscription_form .gform_footer .gform_button {
	margin: auto!important
}
html body .survay_new_design.eael-gravity-form-button-custom form.custom-form-styling .gform-body .gform_page .gform_page_footer input[type="submit"].gform_next_button,
html body .survay_new_design.eael-gravity-form-button-custom form.custom-form-styling .gform-body .gform_page .gform_page_footer input[type="submit"].gform_button{
	width: 100% !important;
}

.cus_subscription_form .gfield_required{
	display: none!important
}
.cus_subscription_form #input_15_4_1_container{
	display: flex;
	flex-direction: column;
}
.cus_subscription_form #input_15_4_1_container #input_15_4_1_label{
	display: none!important;
}
.woocommerce_account_subscriptions .gforms-stripe-subscription-details ,
.cus_subscription_form form .gform-body .gfield  label.gfield_label {
	margin-bottom: 8px;
	color: #0A0A0A;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
}
.cus_subscription_form #input_15_4_5_container #input_15_4_5_label{
	position: relative!important;
	overflow: visible;
	top: 0;
	height: auto;
	width: auto;
	margin: 0;
	clip: unset;
	clip-path: unset;
	font-weight: 500;
	order: -1;
	margin-bottom: 8px;
	color: #0A0A0A;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	line-height: 25px;
}
.gforms-stripe-self-subscriptions-list{
	padding-left: 0!important;
}
.woocommerce-MyAccount-navigation  .woocommerce-MyAccount-navigation-link--payment-methods,
.woocommerce-MyAccount-navigation  .woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation  .woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation  .woocommerce-MyAccount-navigation-link--subscriptions,
.woocommerce-MyAccount-navigation  .woocommerce-MyAccount-navigation-link--orders{
	display: none!important;
}

.cus_subscription_form .gform_confirmation_message{
	text-align: center
}
.cus_subscription_form form .gform-body .gfield  .ginput_container  #input_15_4_1,
.cus_subscription_form form .gform-body .gfield  .ginput_container   input[type='text'],
.cus_subscription_form form .gform-body .gfield  .ginput_full  input[type='text']{
	padding: 19px 30px 19px 30px;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	border-radius: 5px 5px 5px 5px;
	background-color: var(--e-global-color-secondary );
	color: #0A0A0A;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #E6ECE9;
	height: 65px;
	display: flex;
	align-items: center;
}
.cus_subscription_form form .gform-body .gfield  .ginput_container  #input_15_4_1 .__PrivateStripeElement{
	width: 100%;
}
.cus_subscription_form form .gform_footer  input[type='submit']{
	font-family:"Plus Jakarta Sans", Sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 25px;
	color: var(--e-global-color-secondary )!important;
	background-color: var(--e-global-color-accent );
	border-style: solid;
	border-width: 1px;
	border-color: var(--e-global-color-accent );
	border-radius: 5px 5px 5px 5px;
	padding: 10px 28px 10px 28px;
}
.cus_subscription_form form .gform_footer  input[type='submit']:hover {
	background-color: var(--e-global-color-secondary ) ;
	color: var(--e-global-color-accent )!important;


}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {

	top: 50% !important;
	transform: translateY(-50%) !important;
}
.cus_lost_password  .woocommerce-form-login {
	max-width: 370px;
	margin: auto!important;
	padding: 0!important;
}
.cus_lost_password  .woocommerce h2{
	color: var(--e-global-color-primary )!important;
	font-family: "Plus Jakarta Sans", Sans-serif!important;
	font-size: 40px!important;
	font-weight: 800!important;
	font-style: normal!important;
	line-height: 50px!important;
	text-align: center!important;
}
.cus_lost_password  .woocommerce .form-row{
	display: flex;
	flex-direction: column;
}
.cus_lost_password  .woocommerce .form-row .woocommerce-form-login__rememberme{
	order: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.cus_lost_password  .woocommerce .form-row .woocommerce-form-login__rememberme span{
	font-family: "Plus Jakarta Sans", Sans-serif!important;
	font-size: 16px!important;
	font-weight: 400!important;
	color: var(--links-normal-color)!important;
	margin-left: 8px;
}
.cus_lost_password  .woocommerce .form-row .woocommerce-form-login__submit{
	margin: auto;
	font-family: "Plus Jakarta Sans", Sans-serif!important;
	font-size: 18px!important;
	font-weight: 800!important;
	line-height: 28px!important;
	padding: 15px 45px 15px 45px!important;
	max-width: 152px!important;;
}
.cus_lost_password  .woocommerce .woocommerce-LostPassword{
	margin: auto;
	font-family: "Plus Jakarta Sans", Sans-serif!important;
	font-size: 16px!important;
	font-weight: 400!important;
	line-height: 25px!important;
	text-align: center!important;
}
@media (max-width: 767px){
	.cus_subscription_form .subscription_types  {
		display: block;
		padding: 0;
	}

	.cus_subscription_form .quarterly_subscription   {
		padding-right: 0px;
	}
	.cus_subscription_form .annual_subscription   {
		padding-left: 0px;
		padding-top: 30px;
	}
	.cus_lost_password  .woocommerce h2{
		font-size: 28px!important;;
		line-height: 38px!important;;
	}
}
@media (max-width: 640px){
	.gforms-stripe-subscription-portal-link{
		flex-direction: column;
	}
	.gforms-stripe-subscription-portal-link button{
		margin-top: 0!important;
		margin-right: 0px!important;
		min-width: 245px!important;
	}
	.go_to_audio{
		min-width: 245px!important;
		margin-top: 30px!important;
		margin-left: 0px!important;
	}
}

.cus_subscription_form #gf_coupons_container_14 .ginput_container_coupon,
.cus_reg_form #gf_coupons_container_13 .ginput_container_coupon{
	display: flex;
	align-items: center;
	width: 100%;
}
#gf_coupon_info td{
	background: none!important;
	border: none!important;
}
.cus_subscription_form #gf_coupons_container_14 .ginput_container_coupon #gf_coupon_code_14{
	width: 100%;
}
.cus_subscription_form #gf_coupons_container_14 .ginput_container_coupon .button{
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: var(--e-global-color-secondary )!important;
	background-color: var(--e-global-color-accent );
	border-style: solid;
	border-width: 1px;
	border-color: var(--e-global-color-accent );
	border-radius: 5px 5px 5px 5px;
	padding: 9px 45px;
	outline: none!important;
}
.cus_subscription_form #gf_coupons_container_14 .ginput_container_coupon .button:hover {
	color: var(--e-global-color-accent )!important;
	background-color:   var(--e-global-color-secondary );
}
.cus_reg_form #gf_coupons_container_13 .ginput_container_coupon .button{
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 28px;
	padding: 15px 45px 15px 45px;
	margin-left: 20px;
}

	/*Sound Spa*/

.sound_spa_min_height_container{
	min-height: calc(100vh - 251px);
	padding:  0 15px;
}
.sound_spa_container{
	max-width: 870px;
	margin: 50px auto;
	margin-top: 75px;
	background: #FFFFFF;
	box-shadow: 0px 16px 35px rgba(186, 180, 209, 0.2);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.sound_spa_container .sound_spa_dashboard{
	padding: 23px 30px;
	/*min-height: 66px;*/
	background: rgba(153, 133, 235, 0.1);
}
.sound_spa_container .sound_spa_dashboard.user_not_log_in{
	padding: 35px 30px;
}

.sound_spa_container .sound_spa_dashboard .flex{
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	position: relative;
}
.sound_spa_container .sound_spa_dashboard .flex .page_name {
	width: 100%;
}
.sound_spa_container .sound_spa_dashboard .flex .page_name h3{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #2E168D;
	margin: auto;
	max-width: calc(100% - 320px);
}
.sound_spa_container .sound_spa_dashboard .flex .page_name h3 span {
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}
.sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name h3{

	max-width: calc(100% - 220px);
}
.sound_spa_single_page   .sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name h3{

	max-width: calc(100% - 230px);
}
.sound_spa_container .sound_spa_dashboard .flex .page_name h3 br{
	display: none;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info{
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	color: #2E168D;
	cursor: pointer;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_logo{
	margin-left: 10px;
	cursor: pointer;
	display: none;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .angle_down{
	margin-left: 5px;
	cursor: pointer;
	transition: all 0.3s;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info:hover  .angle_down {
	transform: scale3d(1,-1,-1)
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_logo img{
	display: block;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down{
	right: 18px;
	position: absolute;
	top:100% ;
	width: 235px;

	z-index: -9;
	pointer-events: none;
	opacity: 0;
	transition: all 0.3s;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down.user_info_drop_down_logout {
	right: -18px;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info:hover .user_info_drop_down {
	z-index: 9;
	pointer-events: auto;
	opacity: 1;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down:after {
	content: "";
	display: block;
	position: absolute;
	width: 23px;
	height: 23px;
	background: #fff;
	box-shadow: 0px 16px 35px rgba(186, 180, 209, 0.2);
	transform: rotate(45deg);
	top: 7px;
	right: 24px;
	z-index: -1;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down ul{

	margin: 0;
	margin-top: 16px;
	list-style: none;
	background: #FFFFFF;
	box-shadow: 0px 16px 35px rgba(186, 180, 209, 0.2);
	border-radius: 15px;
	padding: 20px;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down ul li{
	font-size: 18px;
	line-height: 25px;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down ul li:not(:last-child){
	margin-bottom: 20px;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down ul li a{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #2E168D;
	transition: all 0.3s;
	position: relative;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down ul li a:after {
	height: 1px;
	content: "";
	bottom: -8px;
	width: 100%;
	left: 0;
	z-index: 2;
	display: block;
	position: absolute;
	transition: .3s;
	transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down ul li a:hover:after {
	background-color: #4622da;
}

.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_logout  a{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	color: #2E168D;
	transition: all 0.3s;
	position: relative;
	display: block;

}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_logout  a.login{
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
	line-height: 15px;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_logout  a.sign_up{
	padding: 10px 19px;
	background: #2E168D;
	border-radius: 15px;
	color: #fff;
	border: 1px solid #2e168d;
}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_logout  a.sign_up:hover{

	background: #fff;

	color: #2E168D;
}

.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_logout  a:hover{
	color: #4622DA;

}
.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down  ul li a:hover{
	color: #4622DA;

}

.sound_spa{
	min-height: 530px;
	padding: 30px;

}
.sound_spa .sounds{
	margin: 0 -7px;
	margin-top: -30px;
	display: flex;
	justify-content: center;;
	flex-wrap: wrap;
}
.sound_spa .sounds .sound {
	padding: 0 7px;
	padding-top: 30px;
	width: 25%;
}
.sound_spa .sounds .sound .bg_image {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}
.sound_spa .sounds .sound .bg_image:after {
	content: "";
	padding-top: 100%;
	display: block;
}
.sound_spa .sounds .sound .bg_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sound_spa .sounds .sound .bg_image .coming_soon {
	position: absolute;
	z-index: 9;
	right: 5px;
	bottom: 5px;
	background: #fff;
	padding: 6px 9px;
	border-radius: 14px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	/*letter-spacing: -0.03em;*/
	color: #2E168D;
}
.sound_spa .sounds .sound h4.name {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	/*letter-spacing: -0.03em;*/
	color: #767687;
	/*padding: 0 3px;*/
	margin: 0;
	margin-top: 15px;
}
.sound_spa .sounds .sound h4.name a{
	color: #2E168D;
;
}
.sound_spa .sounds .sound h4.name a br{
display: none;
}
.sound_spa .sounds .sound h5.doctor_name {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	/*letter-spacing: -0.03em;*/
	color: #767687;
	padding: 0 3px;
	margin: 0;
	/*margin-top: 5px;*/
	text-transform: none;
}
.sound_spa .sounds .sound h5.doctor_name a{
	color: #2E168D;
;
}
.sound_spa .sounds .sound.no_url a{
	cursor: auto;
	pointer-events: none;
}


@media (max-width: 1024px){
	.cus_sign_in>.elementor-container {
		min-height: calc(100vh - 230px) !important;
	}
	.sound_spa_min_height_container {
		min-height: calc(100vh - 190px) !important;
	}
	.sound_spa_container{
		margin-top: 110px;
	}
}

@media (max-width: 900px){
	.sound_spa .sounds .sound {

		width: 33.333%;
	}
}
@media (max-width:680px) {
	.sound_spa .sounds .sound .bg_image .coming_soon {

		padding: 5px 6px;
		font-size: 10px;
		line-height: 10px;

	}
	.sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name h3{
		/*font-size: 20px;*/
		/*line-height: 30px;*/
	}
	.sound_spa_container .sound_spa_dashboard .flex .page_name h3 br{
		display: block;
	}
}
@media (max-width:600px){
	.sound_spa_container{
		margin-top: 100px;
	}
	.sound_spa_container .sound_spa_dashboard {
		padding: 28px 10px;
	}
	.sound_spa_container .sound_spa_dashboard.user_not_log_in{
		padding: 28px 10px;
	}
	.sound_spa_container .sound_spa_dashboard .flex{
		min-height: 28px;
	}
	.sound_spa_container .sound_spa_dashboard .flex .page_name {
		width: 100%;
		font-size: 18px;
		line-height: 24px;
	}
	.sound_spa_container .sound_spa_dashboard .flex .page_name h3 {
max-width: calc(100% - 125px);
	}
	.sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name h3 {
max-width: calc(100% - 150px);
	}
	.sound_spa_single_page   .sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name h3{

		max-width: calc(100% - 150px);
	}

	.sound_spa_container .sound_spa_dashboard .flex .user_info{
		/*position: absolute;*/
		/*right: 13px;*/
	}
	.sound_spa_container .sound_spa_dashboard .flex  .angle_down ,
	.sound_spa_container .sound_spa_dashboard .flex  .user{
		display: none;
	}
	.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down{
		right: -8px;
	}
	.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down.user_info_drop_down_logout {
		right: -8px;
	}
	.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_drop_down:after{
		right: 13px;
	}
	.sound_spa {
		padding: 15px;
		min-height: auto;
	}
	.sound_spa .sounds .sound {

		width: 50%;
	}
}
@media (max-width:482px){
	.sound_spa_container .sound_spa_dashboard .flex .user_info{
		/*right: -20px;*/
	}
	.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_logout    a{
		display: block;
		text-align: center;
		font-size: 12px;
	}
	.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_logout    span{
		display: none;
	}
	.sound_spa_container .sound_spa_dashboard .flex .user_info .user_info_logout a.sign_up{
		padding: 5px 14px;
	}
	.sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name h3{
		/*margin-left: 61px!important;*/
		max-width: calc(100% - 170px);
	}
	.sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name h3 br{
		display: block;
	}
	.page-template-template-sound-spa .sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name h3{
		/*margin-left: 61px!important;*/
		max-width: calc(100% - 130px);
	}
	.sound_spa_single_page   .sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name h3{

		max-width: calc(100% - 170px);
	}
	.sound_spa .sounds .sound h4.name {
	font-size: 22px;
	}
	.sound_spa .sounds .sound h4.name a br{
		display: block;
	}


	}
/*sound_spa_category_page*/

.sound_spa_category_page .sound_spa_container .sound_spa_dashboard .flex .page_name{
	display: flex;
	align-items: center;
	width: calc(100% - 0px);
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
}
.sound_spa_category_page .sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name{

	/*width: calc(100% - 150px);*/

}
.sound_spa_category_page .sound_spa_container .sound_spa_dashboard .flex .page_name h3{
	margin: auto;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
}
.sound_spa_category_page .sound_spa_container .sound_spa_dashboard .flex .page_name .back {
	position: absolute;
	left: 0;
}
.cus_dashboard .sound_spa_container .sound_spa_dashboard .flex .page_name .back a,
.sound_spa_category_page .sound_spa_container .sound_spa_dashboard .flex .page_name .back a{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #2E168D;
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.cus_dashboard .sound_spa_container .sound_spa_dashboard .flex .page_name .back img ,
.sound_spa_category_page .sound_spa_container .sound_spa_dashboard .flex .page_name .back img {
	display: block;
	max-width: 18px;
	width: 18px;
}
.audio_player_container  .audio_container ,
.sound_spa_category_page .sound_spa_container  .audio_container {
	background: rgba(153, 133, 235, 0.1);
	border-radius: 15px;
	padding-right: 22px;
	overflow: hidden;
}
.sound_spa_category_page .sound_spa_container  .audio_container:not(:last-child) {
	margin-bottom: 15px;
}
.sound_spa  .audios>div {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.sound_spa  .audios>div:not(:last-child) {
	margin-bottom: 15px;
}
.sound_spa  .audios>div .number{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #2E168D;
	display: none;
}
.sound_spa  .audios>div .audio_container{
	/*width: calc( 100% - 18px);*/
	width: 100% ;
}
.audio_player_container  .audio_container .top_item,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.audio_player_container .audio_container .top_item .img_title,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .img_title{
	display: flex;
	align-items: center;
	max-width: calc(100% - 90px);
}
.audio_player_container  .audio_container .top_item .img_title .bg_img,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .img_title .bg_img{
	width: 75px;
	min-width: 75px;
	margin: 10px;
	margin-right: 20px;
	border-radius: 15px;
	overflow: hidden;
}
.audio_player_container  .audio_container .top_item .img_title .bg_img img,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .img_title .bg_img img{
	display: block;
	border-radius: 15px;
}
.audio_player_container  .audio_container .top_item .img_title h3,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .img_title h3{
	font-style: normal;
	font-size: 24px;
	/*letter-spacing: -0.03em;*/
	margin: 0;
	padding: 10px 0;
	/*white-space: nowrap;*/
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	/* or 175% */


	color: #2E168D;
}
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .img_title .title_inner {
	padding: 10px 0;
}
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .img_title h3 {
	padding: 0;
}
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .img_title .sub_title {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	/*letter-spacing: -0.03em;*/
	color: #2E168D;
}
.audio_player_container  .audio_container .top_item .time_play ,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .time_play {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.audio_player_container .audio_container .top_item .time_play  button,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .time_play  button{
	background: transparent;
	padding: 0;
	border: none;
	line-height: normal;
	display: block;
	outline: none!important;
	position: relative;
	width: 30px;
}
.audio_player_container .audio_container .top_item .time_play  button .pause_icon,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .time_play  button .pause_icon{
	opacity: 0;
	position: absolute;
	pointer-events: none;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	transition: all 0.3s;
	pointer-events: none;
}
.audio_player_container  .audio_container .top_item .time_play  button.pause img.play_icon,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .time_play  button.pause img.play_icon{
	opacity: 0;
	pointer-events: none;
}
.audio_player_container .audio_container .top_item .time_play  button.pause .pause_icon,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .time_play  button.pause .pause_icon{
	opacity: 1;
	pointer-events: auto;
}
.audio_player_container  .audio_container .top_item .time_play  button img,
.sound_spa_category_page .sound_spa_container  .audio_container .top_item .time_play  button img{
	display: block;
	margin: auto;
}


.audio_player_container .audio_container.active {
	margin-bottom: 0px;
	border-radius: 0;
	background: #2E168D;
	padding: 20px 25px;
	overflow: unset;
}
.audio_player_container .audio_container.active:after {
	display: none;
	content: "";
	width: 33px;
	height: 33px;
	background-image: url("/wp-content/themes/hello-theme-child-master/img/player_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -15px;
	left: 19px;
	/*transition: all 0.3s;*/
}
.audio_player_container .audio_container.active.show:after {
	opacity: 0;
}
.audio_player_container  .audio_container.active .top_item .img_title  {
	max-width: 100%;
	width: 325px;
}

.audio_player_container  .audio_container.active .top_item   .center_items{
	width: calc(100% - 600px);
	max-width: 600px;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play{

	margin-bottom: 0px;
	margin-left: 0;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play>div{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 51px;
	position: relative;
	margin: auto;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .speed{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 40px;
	color: #fff;

	position: absolute;
	left: -15px;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .speed .speed_text{
	cursor: pointer;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .speed .playback_speed {
	position: absolute;
	width: 160px;
	bottom: calc(100% - 6px);
	left: -22px;
	transition: all 0.3s;

	padding-bottom: 16px;
	opacity: 0;
	z-index: -9;
	pointer-events: none;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .speed:hover .playback_speed {
	z-index: 999;
	opacity: 1;
	pointer-events: auto;
}

.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .speed .playback_speed:after {
	content: "";
	display: block;
	position: absolute;
	width: 23px;
	height: 23px;
	background: #B5A6F2;
	box-shadow: 0px 16px 35px rgba(186, 180, 209, 0.2);
	transform: rotate(45deg);
	bottom: 7px;
	left: 20px;
	z-index: -1;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .speed .playback_speed>div {
	background: #B5A6F2;
	box-shadow: 0px 16px 35px rgba(186, 180, 209, 0.2);
	border-radius: 15px;
	padding: 6px;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .speed .playback_speed .title {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #2E168D;
	padding-left: 14px;
	padding-bottom: 9px;
	padding-top: 9px;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .speed .playback_speed ul {
	padding: 0;
	list-style: none;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .speed .playback_speed ul li {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #2E168D;
	padding: 9px 14px;
	transition: all 0.3s;
	cursor: pointer;
	background-position: calc(100% - 9px);
	background-repeat: no-repeat;
	background-size: 18px;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .speed .playback_speed ul li.active {
	background-color: #9985EB;
	background-image: url("img/speed_check.svg");

}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .back,
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .forward{
	cursor: pointer;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play .toggle-play {
	margin: 0 30px;
}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play button {
	width: 43px;
	transition: none!important;

}
.audio_player_container  .audio_container.active .top_item   .center_items  .time_play button .play_icon {
	width: 43px;
	transition: none!important;
	pointer-events: none;
}

.audio_player_container  .audio_container.active .top_item   .center_items .bottom_items{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.audio_player_container  .audio_container.active.hide_controls .top_item   .center_items  .time_play .back,
.audio_player_container  .audio_container.active.hide_controls .top_item   .center_items  .time_play .forward,
.audio_player_container  .audio_container.active.hide_controls .top_item   .center_items .bottom_items{
	display: none;
}

.audio_player_container  .audio_container.active .top_item   .volume_item{
	max-width: 100%;
	width: 300px;
	display: flex;
	justify-content: flex-end;
	align-self: end;
}
.audio_player_container  .audio_container.active .top_item   .volume_item .volume_icon{
	margin-right: 15px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	position: relative;
}
.audio_player_container  .audio_container.active .top_item   .volume_item .volume_icon img{
	display: block;
}
.audio_player_container  .audio_container.active .top_item   .volume_item .volume_icon.icono-volumeMute  .volume_medium_icon,
.audio_player_container  .audio_container.active .top_item   .volume_item .volume_icon .volume_mute_icon{
	display: none;
	opacity: 0;
	transition: all 0.3s;
}
.audio_player_container  .audio_container.active .top_item   .volume_item .volume_icon .volume_mute_icon{
	position: absolute;
	top: 0;
}
.audio_player_container  .audio_container.active .top_item   .volume_item .volume_icon.icono-volumeMute .volume_mute_icon{
	display: block;
	opacity: 1;
}
.audio_player_container  .audio_container.active .top_item   .volume_item .volumeline{
	width: 100px;
	background: rgba(153,133,235,.2);
	border-radius: 4px;
	height: 6px;
	margin-top: 8px;
	position: relative;
	cursor: pointer;
}
.audio_player_container  .audio_container.active .top_item   .volume_item .volumeline .volume_progress{
	background: #b5a6f2;
	border-radius: 4px;
	width: 75px;
	height: 100%;
	transition: .25s;
}
input[type="range"] {
	width: 100%;
	-webkit-appearance: none;
	background-color: transparent;
	/*position: absolute;*/
	/*top: -15px;*/
	border-radius: 4px;
	height: 6px;
	/*background: rgba(153,133,235,.2);*/
}

input[type="range"]:focus {
	outline: none;
}
/* Chrome & Safari */
/*input[type="range"]::-webkit-slider-runnable-track {*/
/*	background: #B5A6F2;*/
/*	border-radius: 4px;*/
/*	height: 6px;*/
/*	margin-top: 8px;*/
/*	cursor: pointer;*/
/*}*/
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	animate: 0.2s;
	background: #F1F1F1;
	background: linear-gradient(90deg, rgba(153,133,235,.2) 0%, rgba(153,133,235,.2) 23%, rgba(153,133,235,.2) 25%, rgba(153,133,235,.2) 100%);
	border-radius: 4px;
	box-shadow: none;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	animate: 0.2s;
	background: #F1F1F1;
	background: linear-gradient(90deg, rgba(153,133,235,.2) 0%, rgba(153,133,235,.2) 23%, rgba(153,133,235,.2) 25%, rgba(153,133,235,.2) 100%);
	border-radius: 4px;
	box-shadow: none;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	background: #B5A6F2;
	border-radius: 50%;
	margin-top: -5px;
	cursor: pointer;
}

/* Firefox */
/*input[type="range"]::-moz-range-track {*/
/*	background: #B5A6F2;*/
/*	border-radius: 4px;*/
/*	width: 100%;*/
/*	height: 6px;*/
/*	cursor: pointer;*/
/*}*/

input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	background: #B5A6F2;
	border-radius: 50%;
	margin-top: -5px;
	cursor: pointer;
}

/*!* IE *!*/
/*input[type="range"]::-ms-track {*/
/*	background: purple;*/
/*	border-radius: 4px;*/
/*	width: 100%;*/
/*	height: 6px;*/
/*	cursor: pointer;*/
/*}*/

/*input[type="range"]::-ms-thumb {*/
/*	-webkit-appearance: none;*/
/*	height: 16px;*/
/*	width: 16px;*/
/*	background: #B5A6F2;*/
/*	border-radius: 50%;*/
/*	margin-top: -5px;*/
/*	cursor: pointer;*/
/*}*/

.audio_player_container  .audio_container.active .top_item .img_title .bg_img {
	width: 60px;
	min-width: 60px;
	border-radius: 5px;
	overflow: hidden;
}
.audio_player_container  .audio_container.active .top_item .img_title .bg_img img{
	border-radius: 5px;
}
.audio_player_container .audio_container.active  .top_item .img_title h3{
	font-size: 24px;
	line-height: 36px;
	padding:  0;
	color: #fff;
	white-space: unset;
}
.audio_player_container .audio_container.active  .top_item .img_title .sub_title{
	font-size: 18px;
	line-height: 27px;
	margin-top: 13px;
	color: #fff;
	font-weight: 500;
	/*letter-spacing: -0.03em;*/
}
.audio_player_container .audio_container.active  .top_item .time  {
	width: 40px;
	text-align: center;
}
.audio_player_container .audio_container.active  .top_item .time   .length,
.audio_player_container .audio_container.active  .top_item .time   .current{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}
.audio_player_container  .audio_container.active  .timeline{
	/*background: rgba(153, 133, 235, 0.2);*/
	/*border-radius: 4px;*/
	width: 100%;
	/*height: 6px;*/
	margin: 0 15px;
	margin-top: -5px;
	position: relative;
	cursor: pointer;
}
.audio_player_container  .audio_container.active  .timeline .progress {
	background: #B5A6F2;
	border-radius: 4px;
	width: 0%;
	height: 100%;
	transition: 0.25s;
	display: none;

}
.audio_player_container  .audio_container.active .mobile   {
	display: none;

}
.audio_player_container  .audio_container.active .mobile  .timeline .progress {

	display: block;

}


.audio_player_container  .audio_container.active .close {
	display: none;
}

@media (max-width:992px) {
	.audio_player_container  .audio_container.active.show .close {
		width: 40px;
		position: absolute;
		left: 15px;
		height: 40px;
		top: 4px;
		align-items: center;
		justify-content: center;
		z-index: 999
	}
	.audio_player_container .audio_container.active:after {
		display: block;
	}
	.audio_player_container  .audio_container.active.show .close {
		display: flex;
	}
	.audio_player_container  .audio_container.active.show .close img {
		pointer-events: none;
	}
	.audio_player_container  .audio_container.active  .top_item .img_title {
		max-width: calc(100% - 90px);

	}
	.audio_player_container  .audio_container.active  .top_item .img_title  .bg_img{
		width: 50px;
		min-width: 50px;

	}
	.audio_player_container .audio_container.active:not(.show)   .timeline {
		background: rgba(153,133,235,.2);
		border-radius: 4px;
		width: 100%;
		height: 4px;
		margin: 0;
		margin-top: 15px;
		position: relative;
	}
	.audio_player_container .audio_container.active.show  .timeline {
		margin-top: 0;
	}
	.audio_player_container .audio_container.active .top_item{

		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		flex-direction:column;
		position: relative;
	}
	.audio_player_container .audio_container.active.show .top_item{
		margin-top: 20px;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction:column;
		position: relative;
	}
	.audio_player_container .audio_container.active.show .top_item .img_title{
		flex-direction: column;
		margin-bottom: 20px;
		max-width: 100%;
		width: 100%;
	}
	.audio_player_container .audio_container.active:not(.show) .top_item .img_title .title_inner{
		width: calc(100% - 90px);
	}
	.audio_player_container .audio_container.active.show .top_item .img_title .bg_img{
		width: 240px;
		margin: 0;
		margin-bottom: 20px;
	}
	.audio_player_container .audio_container.active.show .top_item .img_title .bg_img img{
		width:100%;
	}
	.audio_player_container .audio_container.active.show .top_item .img_title .title_inner{
		width: 100%;
	}
	.audio_player_container .audio_container.active.show .top_item .img_title h3 {
		font-size: 24px;
		line-height: 36px;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}
	.audio_player_container .audio_container.active:not(.show) .top_item .img_title .sub_title {
		display: none;
	}
	.audio_player_container .audio_container.active .top_item .img_title .sub_title {

		font-weight: 500;
		font-size: 18px;
		line-height: 27px;

	}
	.audio_player_container .audio_container.active .top_item .center_items{
		width: calc(100% - 0px);
		max-width: 100%;
	}
	.audio_player_container .audio_container.active.show .top_item .center_items{
		width: calc(100% - 0px);
		display: flex;
		flex-direction: column;
	}
	.audio_player_container .audio_container.active:not(.show) .top_item .center_items .time_play{
		top: 10px;
		position: absolute;
		right: 0;
	}
	.audio_player_container .audio_container.active:not(.show) .top_item .center_items .time_play>div{
		padding: 0;
	}
	.audio_player_container .audio_container.active.show .top_item .center_items .time_play{
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.audio_player_container .audio_container.active.show .top_item .center_items .time_play>div{
		width: 100%;
	}
	.audio_player_container .audio_container.active:not(.show)  .top_item .center_items .time_play button {
		/*width: 30px;*/
		margin-top: -20px;
		width: 70px;
		margin-right: -20px;
		height: 70px;
	}
	.audio_player_container .audio_container.active:not(.show)  .top_item .center_items .time_play button .play_icon  {
		width: 30px;
	}
	.audio_player_container .audio_container.active.show .top_item .center_items .time_play>div .speed{
		left: 0;
	}
	.audio_player_container .audio_container.active:not(.show) .top_item .center_items .time_play>div .toggle-play{
		margin: 0;
	}
	.audio_player_container .audio_container.active:not(.show) .top_item .bottom_items .time_current{
		position: absolute;
		right: 45px;
		top: 17px;
	}
	.audio_player_container .audio_container.active .top_item .center_items .bottom_items {
		margin-top: 0;
	}
	.audio_player_container .audio_container.active.show .top_item .center_items .bottom_items {
		width: 100%;
		order: -1;
		margin-top: 0;
	}
	.audio_player_container .audio_container.active.show .top_item .volume_item{
		position: absolute;
		bottom: 30px;
		right: 0;
		width: auto;

	}
	.audio_player_container .audio_container.active.show .top_item .volume_item .volume_icon{
		margin-right: 0;

	}

	.audio_player_container .audio_container.active.show .top_item .volume_item .volumeline{
		position: absolute;
		top: -27px;
		right: 0;
		opacity: 0;
	}
	.audio_player_container .audio_container.active.show .top_item .volume_item:hover .volumeline{
		opacity: 1;
	}

	.audio_player_container .audio_container.active   .back ,
	.audio_player_container .audio_container.active   .forward ,
	.audio_player_container .audio_container.active   .time_length ,
	.audio_player_container .audio_container.active   #range ,
	.audio_player_container .audio_container.active   .speed ,
	.audio_player_container .audio_container.active .top_item  .volume_item {
		display: none;
	}
	.audio_player_container .audio_container.active:not(.show)  .timeline  .progress ,
	.audio_player_container .audio_container.active.show    .back ,
	.audio_player_container .audio_container.active.show    .forward ,
	.audio_player_container .audio_container.active.show    .time_length ,
	.audio_player_container .audio_container.active.show    .speed ,
	.audio_player_container .audio_container.active.show    #range ,
	.audio_player_container .audio_container.active.show   .top_item .volume_item {
		display: block;
	}
	.audio_player_container .audio_container.active .top_item .center_items .time_play .speed .playback_speed{
		left: -15px;
	}
	.audio_player_container .audio_container.active .top_item .center_items .time_play .speed .playback_speed:after{
		left: 14px;
	}
	.audio_player_container  .audio_container.active.hide_controls.show .top_item   .center_items  .time_play .back,
	.audio_player_container  .audio_container.active.hide_controls.show .top_item   .center_items  .time_play .forward,
	.audio_player_container  .audio_container.active.hide_controls .top_item   .center_items .bottom_items,
	.audio_player_container  .audio_container.active.hide_controls.show .top_item   .center_items .bottom_items{
		display: none!important;
	}
}
.sound_spa_single_page .reading_audio h3.title {
	color: #2E168D;
	font-weight: 700;
}
.sound_spa_single_page .reading_audio h3 {
	font-size: 16px;
	font-weight: 600;
	font-family: "Plus Jakarta Sans";
	line-height: 25px;
	color: #9985EB;
	margin: 20px 0;
}
@media (max-width:600px) {
	.sound_spa_single_page .sound_spa_container .sound_spa_dashboard .flex .page_name h3{
		font-size: 18px;
		font-weight: 700;
		line-height: 23px;
		width: calc(100% - 130px)
	}
	.sound_spa .audios>div .audio_container{
		/*padding-left: 15px;*/
	}
	.sound_spa_category_page .sound_spa_container .sound_spa_dashboard .flex .page_name {
		/*width: calc(100% - 64px);*/
	}
	.sound_spa_category_page .sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name{

		/*width: calc(100% - 150px);*/

	}
	.audio_player_container .audio_container .top_item .img_title .bg_img{
	/*.sound_spa_category_page .sound_spa_container .audio_container .top_item .img_title .bg_img{*/
		margin:0;
		margin-right: 20px;
	}
	.sound_spa_category_page .sound_spa_container .sound_spa_dashboard .flex .page_name .back{
		margin-right: 10px;
	}
	.sound_spa_category_page .sound_spa_container .audio_container.active .top_item .img_title h3 {
		font-size: 24px;
		line-height: 36px;
	}
	.sound_spa_category_page .sound_spa_container .audios .audio_container .top_item .img_title h3 {
		white-space: normal;
		overflow: auto;
		text-overflow: unset;
		font-size: 24px;
		line-height: 36px;
	}
	.sound_spa_category_page .sound_spa_container .audios .audio_container .top_item .time_play {
		/*display: none;*/
	}
	.sound_spa_category_page .sound_spa_container .audios .audio_container .top_item .img_title {
		max-width: calc(100% - 40px);
	}
	.audios .audio_container .play button{
		pointer-events: none!important;
	}

	/*.audio_player_container  .audio_container.active .desktop   {*/
	/*	opacity: 0;*/
	/*	pointer-events: none;*/
	/*	visibility: hidden;*/
	/*	height: 0;*/
	/*	transition: all 0.3s;*/
	/*}*/
	/*.audio_player_container  .audio_container.active .desktop.show   {*/
	/*	opacity: 1;*/
	/*	pointer-events: auto;*/
	/*	visibility: visible;*/
	/*	height: auto;*/
	/*}*/
	/*.audio_player_container  .audio_container.active .mobile   {*/
	/*	display: block;*/

	/*}*/


	.cus_dashboard .sound_spa_container .sound_spa_dashboard .flex .page_name .back a,
	.sound_spa_category_page .sound_spa_container .sound_spa_dashboard .flex .page_name .back a{
		font-size: 16px;
		line-height: 16px;

	}

}
@media (max-width:420px) {
	.sound_spa_category_page .sound_spa_container .sound_spa_dashboard.user_not_log_in .flex .page_name{

		/*width: calc(100% - 79px);*/

	}
	.sound_spa_category_page .sound_spa_container .audio_container .top_item .img_title .sub_title{
		font-size: 11px;
		line-height: 18px;

	}
}

/*cus_dashboard*/

.sound_spa_min_height_container.cus_dashboard{
	min-height: calc(100vh - 301px);
	margin-bottom: 50px;

}
.cus_dashboard .woocommerce{
	background: rgba(153, 133, 235, 0.1);
	display: flex;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-navigation{
	float: none;
	width: 265px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-navigation ul a{
	padding: 15px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #2E168D;
	width: 100%;
	display: flex;
	align-items: center;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-navigation ul  a:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 15px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before{
	background-image: url("/wp-content/themes/hello-theme-child-master/img/dashboard_icon.svg");
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before{
	background-image: url("/wp-content/themes/hello-theme-child-master/img/edit-address.svg");
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before{
	background-image: url("/wp-content/themes/hello-theme-child-master/img/customer-logout.svg");
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-navigation ul .is-active a{
	background: rgba(153, 133, 235, 0.2);
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content{
	float: none;
	width: calc(100% - 265px);
	background: #fff;
	min-height: 500px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .cus_subscription_form .subscription_form{
	max-width: 400px;
	margin: auto;

	margin-bottom: 30px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .cus_subscription_form{
	color: var(--e-global-color-primary )!important;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 30px!important;
	font-weight: 700!important;
	font-style: normal!important;
	line-height: 38px!important;
	text-align: center;
	margin-bottom: 30px!important;
	margin-top: 30px;
}
.woocommerce_account_subscriptions .gforms-stripe-subscription-details,
.cus_subscription_form form .gform-body .gfield label.gfield_label {
	margin-bottom: 5px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #767687;
	text-align: left;
	width: 100%;
}
.cus_subscription_form form .gform-body .gfield .ginput_container #input_15_4_1,
.cus_subscription_form form .gform-body .gfield .ginput_container input[type='text'],
.cus_subscription_form form .gform-body .gfield .ginput_full input[type='text'] {
	padding:5px 20px 5px 20px;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	background-color: var(--e-global-color-secondary );
	color: #0A0A0A;
	border: 1px solid rgba(153, 133, 235, 0.32);
	border-radius: 5px;
	height:40px;
	display: flex;
	align-items: center;
}
.cus_subscription_form form .gform_footer input[type='submit'] {
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: var(--e-global-color-secondary )!important;
	background-color: var(--e-global-color-accent );
	border-style: solid;
	border-width: 1px;
	border-color: var(--e-global-color-accent );
	border-radius: 5px 5px 5px 5px;
	padding: 14px 45px ;
	outline: none!important;
}

.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-self-subscriptions-list ,
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-subscription  .gforms-stripe-subscription-details div{
	opacity: 0;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-self-subscriptions-list.active,
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-subscription  .gforms-stripe-subscription-details.active div{
	opacity: 1;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-subscription .gforms-stripe-subscription-billing-cycle,
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-subscription .gforms-stripe-subscription-start,
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-subscription .gforms-stripe-subscription-status{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #2E168D;
	margin-bottom: 15px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-subscription .gforms-stripe-subscription-billing-cycle span:first-child,
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-subscription .gforms-stripe-subscription-start span:first-child,
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-subscription .gforms-stripe-subscription-status span:first-child{
	color: #9985EB;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-subscription .gforms-stripe-subscription-billing-cycle{
	margin-bottom: 0;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gforms-stripe-subscription .gforms-stripe-subscription-billing-cycle span.gforms-stripe-subscription-billing-cycle-amount{
	display: none;
}

.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account{
	max-width: 462px;
	margin: auto;
	/*min-height: 500px;*/
	margin-bottom: 30px;
	margin-top: 30px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row{
	padding: 0;
	margin-bottom: 15px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account .show-password-input:after{
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/wp-content/themes/hello-theme-child-master/img/eye.svg");
	display: block;
	width: 15px;
	height: 15px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account label{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #767687;
	margin-bottom: 5px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account label .required{
	line-height: 20px;
	color: #767687;
	font-weight: 400;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account span em{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #767687;
	margin-top: 5px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account input{
	padding:5px 20px 5px 20px;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	background-color: var(--e-global-color-secondary );
	color: #0A0A0A;
	border: 1px solid rgba(153, 133, 235, 0.32);
	border-radius: 5px;
	height:40px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
	padding:0;
	margin: 0;
	border: none;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height:20px;
	color: #2E168D;
	margin-bottom: 11px;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account  p:not(.woocommerce-form-row):last-child{
	text-align: center;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account button[type=submit]{
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: var(--e-global-color-secondary )!important;
	background-color: var(--e-global-color-accent );
	border-style: solid;
	border-width: 1px;
	border-color: var(--e-global-color-accent );
	border-radius: 5px 5px 5px 5px;
	padding: 14px 45px ;
	outline: none!important;
}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account button[type=submit]:hover{

	color: var(--e-global-color-accent )!important;
	background-color:  var(--e-global-color-secondary );

}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper{
	text-align: center;
	width: 100%;

}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message{
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 30px;

}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gform_wrapper.gforms-stripe-self-serve{
	max-width: 370px;
	margin: auto;

}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .info{
	max-width: 370px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	color: #767687;

}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gform_wrapper.gforms-stripe-self-serve h2{
	color: var(--e-global-color-primary )!important;
	font-family: "Plus Jakarta Sans", Sans-serif!important;
	font-size: 30px!important;
	font-weight: 700!important;
	font-style: normal!important;
	line-height: 37px!important;
	text-align: center!important;
	margin: 30px 0;

}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gform_wrapper.gforms-stripe-self-serve .gforms-stripe-subscription-details{
	border-top: 1px solid rgba(153, 133, 235, 0.32);
	border-left: 1px solid rgba(153, 133, 235, 0.32);
	border-right: 1px solid rgba(153, 133, 235, 0.32);
	padding: 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

}
.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gform_wrapper.gforms-stripe-self-serve .gforms-stripe-subscription-portal-link
{
	border-bottom: 1px solid rgba(153, 133, 235, 0.32);
	border-left: 1px solid rgba(153, 133, 235, 0.32);
	border-right: 1px solid rgba(153, 133, 235, 0.32);
	padding: 20px;
	padding-top: 10px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: block;
}
/*.gforms-stripe-subscription-portal-link{*/
/*	display: block;*/
/*	align-items: center;*/
/*	margin-top: 0px!important;*/
/*}*/
.gforms-stripe-subscription-portal-link form{

	margin-bottom: 0!important;
}
.gforms-stripe-subscription-portal-link button{
	margin-top: 0!important;
	margin-right: 0px!important;
	font-family:"Plus Jakarta Sans", Sans-serif!important;;
	font-size: 16px!important;;
	font-weight: 500!important;;
	line-height: 20px!important;
	width: 100%;
	display: block;
}
.go_to_audio{
	font-family:"Plus Jakarta Sans", Sans-serif!important;;
	font-size: 16px!important;;
	font-weight: 500!important;;
	line-height: 20px!important;
	color: #fff!important;
	margin-top: 10px!important;
	margin-left: 0px!important;
	width: 100%;
	display: block;
}
.go_to_audio:hover{
	color: #4622DA!important;
}

.cus_myaccount_log_out{
	background-image: url(https://treblehealtstg.wpengine.com/wp-content/uploads/2021/10/Footer-template-1600-x-900-px-1600-x-750-px.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 50px 15px 50px 15px;
	min-height: calc(100vh - 196px);

}
.cus_myaccount_log_out .woocommerce{
	max-width: 370px;
	margin: auto;

}
.cus_myaccount_log_out .woocommerce h2{
	color: var(--e-global-color-primary );
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 40px;
	font-weight: 800;
	font-style: normal;
	line-height: 50px;
	text-align: center;
	margin: 0;
	margin-bottom: 50px;

}
.cus_myaccount_log_out .woocommerce form{
	padding: 0;
	border: none;
}
.cus_myaccount_log_out .woocommerce .lost_reset_password .woocommerce-form-row--first{
	float: none;
	width: 100%;
}
.cus_myaccount_log_out .woocommerce .lost_reset_password p{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #767687;
	margin-bottom: 5px;
}
.cus_myaccount_log_out .woocommerce .lost_reset_password label{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #767687;
	margin-bottom: 5px;
}
.cus_myaccount_log_out .woocommerce input{
	background-color: #ffffff;
	border-color: #E6ECE9;
	border-radius: 5px 5px 5px 5px;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #0A0A0A;
	padding: 19px 30px 19px 30px;
	width: 100%;
}
.cus_myaccount_log_out .woocommerce .woocommerce-form-login__rememberme{
	display: none!important;
}
.cus_myaccount_log_out .woocommerce button[type=submit]{
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 28px;
	padding: 15px 45px 15px 45px;
	min-height: 40px;
	color: var(--e-global-color-secondary );
	background-color: var(--e-global-color-accent );
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var(--e-global-color-accent );
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	outline: none!important;
	float: none;
	margin:0;
	margin-bottom: 14px;
}
.cus_myaccount_log_out .woocommerce button[type=submit]:hover {
	color: var(--e-global-color-accent );
	background-color:  var(--e-global-color-secondary );
}
.cus_myaccount_log_out .woocommerce .form-row:not(.woocommerce-form-row) ,
.cus_myaccount_log_out .woocommerce .woocommerce-LostPassword {
	text-align: center;
}
.cus_myaccount_log_out .woocommerce .woocommerce-LostPassword a {
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var( --e-global-color-accent );
	line-height: 25px;
}

@media (max-width: 767px){
	.cus_dashboard .woocommerce{
		display: block;
		background: #fff;
		padding: 15px;
		padding-bottom: 50px;
	}
	.cus_dashboard .woocommerce .woocommerce-MyAccount-navigation{
		background: rgba(153, 133, 235, 0.2);
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		width: 100% ;
	}
	.cus_dashboard .woocommerce .woocommerce-MyAccount-content {

		width: 100% ;
		min-height: auto;
	}
	.cus_dashboard .woocommerce .woocommerce-MyAccount-content .gform_wrapper.gforms-stripe-self-serve h2{
		margin-top: 30px;
	}
	.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account p:not(.woocommerce-form-row):last-child {
		margin-bottom: 0px;
	}
	.cus_dashboard .woocommerce form .form-row-first,
	.cus_dashboard .woocommerce form .form-row-last,
	.cus_dashboard .woocommerce-page form .form-row-first,
	.cus_dashboard .woocommerce-page form .form-row-last {
		width: 100%;
		float: none;
	}
	/*.cus_dashboard .woocommerce form .form-row-first,*/
	/*.cus_dashboard .woocommerce form .form-row-last,*/
	/*.cus_dashboard .woocommerce-page form .form-row-first,*/
	/*.cus_dashboard .woocommerce-page form .form-row-last {*/
	/*	width: 100%;*/
	/*	float: none;*/
	/*}*/
	.cus_dashboard .woocommerce .woocommerce-MyAccount-content .edit-account {

		margin-bottom: 0px;

	}
}
@media (max-width: 500px) {
	.cus_dashboard .woocommerce{

		padding-bottom: 30px;
	}
}


.cus_img_box h4 span{
	display: inline-block;
	position: relative;
	margin-left: 9px;
	cursor: pointer;
}

.cus_img_box h4 span .info_popup{
	position: absolute;
	bottom: calc(100% + 17px);
	text-align: center;
	left: 50%;
	transform: translate(-50%, 0px);
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	min-width: 167px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/*height: 69px;*/
	padding: 16px;
	background: #fff;
	z-index: -5;
	opacity: 0;
	border-radius: 8px;
	pointer-events: none;
	transition: all 0.3s;
	white-space: nowrap;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	/*background-image: url("data:image/svg+xml,%3Csvg width='187' height='90' viewBox='0 0 187 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_1066_2110)'%3E%3Crect x='10' y='10' width='167' height='52' rx='8' fill='white'/%3E%3Cpath d='M95 62L112.355 79.3554L129.711 62H95Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1066_2110' x='0' y='0' width='187' height='89.3555' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1066_2110'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1066_2110' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");*/
}
.cus_img_box h4 span:hover .info_popup{
	opacity: 1;
	z-index: 5;
	pointer-events: auto;
}
.cus_img_box h4 span .info_popup:before {
	content: "";
	position: absolute;
	border-radius: 8px;

	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}
.cus_img_box h4 span .info_popup:after {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	bottom: -17px;
	transform: rotate(45deg) translateX(-50%);
	left: calc(50% - 4px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	z-index: -2;
}
@media (max-width: 500px) {
	.cus_img_box h4 span .info_popup{
		transform: none;
		right: -40px;
		left: auto;
	}
	.cus_img_box h4 span .info_popup:after {
		transform: rotate(45deg) translateX(0%);
		left: auto;
		right: 33px;
	}

}
.archive_shortcode .pagination{
	text-align: center;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-top: 30px;
}
.archive_shortcode  .pagination .page-numbers:not(:first-child){
	margin-left: calc(25px / 2);
}
.archive_shortcode  .pagination .page-numbers:not(:last-child){
	margin-right: calc(25px / 2);
}
.archive_shortcode  .pagination .page-numbers{
	color: #3d4459!important;
	/*cursor: pointer;*/
}
.archive_shortcode  .pagination .page-numbers.current{
	color: #4632da!important;
	cursor: text;
}
.archive_shortcode  .pagination .page-numbers i{
	color: #4632da!important;

}
.archive_shortcode  .posts{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	align-items: stretch;
}
.archive_shortcode .posts .post>div{
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	height: 100%;
	overflow: hidden;
}
.archive_shortcode  .posts .post>div .img a{
	padding-bottom: calc(0.6* 100%);
	position: relative;
	display: block;
	overflow: hidden;
}
.archive_shortcode  .posts .post>div .img a:after{
	display: block;
	content: "";
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	transition: all .3s ease-out;
}
.archive_shortcode  .posts .post>div .img img{
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	transform: scale(1.01) translate(-50%, -50%);
	object-fit: cover;
	max-height: none;
	max-width: none;
	transition: filter .3s;
	display: block;
	height: 100%;
	width: 100%;
}
.archive_shortcode  .posts .post>div .content{
	padding: 0 25px;
	padding-bottom: 35px;
	margin-top: 30px;
	/*margin-bottom: 15px;*/
}
.archive_shortcode  .posts .post>div .content h2 {
	margin-bottom: 20px;
	color: #4632da;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 20px;
	font-weight: 800;
	text-transform: capitalize;
	font-style: normal;
	line-height: 28px;
	text-align: center;
}
.archive_shortcode  .posts .post>div .content h2 a{
	color: #4632da;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 20px;
	font-weight: 800;
	text-transform: capitalize;
	font-style: normal;
	line-height: 28px;
	text-align: center;

}
.archive_shortcode  .posts .post>div .content .excerpt {
	margin-bottom: 30px
}
.archive_shortcode  .posts .post>div .content .excerpt p{
	color: #3d4459;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 25px;
	margin: 0;
	text-align: center;

}
.archive_shortcode  .posts .post>div .content  {
	text-align: center;
}
.archive_shortcode  .posts .post>div .content  a.read-more{
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 18px;
	font-weight: 800;
	font-style: normal;
	line-height: 28px;
	color:#4622DA;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}
@media (max-width: 767px){
	.archive_shortcode    .posts{
		grid-template-columns: repeat(1, 1fr);
	}
}