.elementor-kit-6{--e-global-color-primary:#009490;--e-global-color-secondary:#221C34;--e-global-color-text:#000000;--e-global-color-accent:#E56606;--e-global-color-9abdbc1:#F4FAF9;--e-global-typography-primary-font-family:"massilia";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"massilia";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"massilia";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"massilia";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.button-l {
	position: relative;
	background: #ffffff;
	border-radius: 30px;
}

.button-l:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #ffffff;
	border-bottom: 0;
	margin-left: 25px;
	margin-bottom: -12px;
}

.button-r {
	position: relative;
	background: #009590;
	border-radius: 30px;
}

.button-r:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 62%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #009590;
	border-bottom: 0;
	margin-left: 30px;
	margin-bottom: -12px;
}

ul>li .wpsl-store-thumb {
	visibility: hidden;
}

#wpsl-result-list>#wpsl-stores li>.wpsl-direction-wrap {
	margin-top: -20px;
}

.custom-speech-bubble {
    background: #fff;
    border: 3px solid #191929;
    border-radius: 30px;
    padding: 30px 40px 30px 40px;
    max-width: 700px;
    margin: 30px auto;
    font-size: 1.6rem;
    color: #222130;
    box-shadow: none;
    position: relative;
    text-align: center;
}

.custom-speech-bubble:after {
    content: '';
    position: absolute;
    bottom: -34px;
    left: 60%;
    transform: translateX(-50%);
    width: 60px;
    height: 40px;
    background: transparent;
    border-top: 3px solid #191929;
    border-right: 3px solid #191929;
    border-radius: 0 0 30px 0;
    box-sizing: border-box;
}

.custom-speech-bubble:before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 60%;
    transform: translateX(-50%);
    width: 48px;
    height: 24px;
    background: #fff;
    border-radius: 0 0 18px 0;
    z-index: 1;
}/* End custom CSS */