*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */  
.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 1px;
	*margin-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 100%;
}
.row-fluid .span11 {
	width: 91.66%;
}
.row-fluid .span10 {
	width: 83.33%;
}
.row-fluid .span9 {
	width: 75%;
}
.row-fluid .span8 {
	width: 66.66%;
}
.row-fluid .span7 {
	width: 58.33%;
}
.row-fluid .span6 {
	width: 50%;
}
.row-fluid .span5 {
	width: 41.66%;
}
.row-fluid .span4 {
	width: 33.33%;
}
.row-fluid .span3 {
	width: 25%;
}
.row-fluid .span2 {
	width: 16.66%;
}
.row-fluid .span1 {
	width: 8.33%;
}

.container-fluid {
	*zoom: 1;
}

.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
}

.container-fluid:after {
	clear: both;
}

@media (max-width: 767px) {
	.row-fluid {
		width: 100%;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
	}
}


.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


@media (min-width: 768px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 1px;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
	}
	.row-fluid .span11 {
		width: 91.66%;
	}
	.row-fluid .span10 {
		width: 83.33%;
	}
	.row-fluid .span9 {
		width: 75%;
	}
	.row-fluid .span8 {
		width: 66.66%;
	}
	.row-fluid .span7 {
		width: 58.33%;
	}
	.row-fluid .span6 {
		width: 50%;
	}
	.row-fluid .span5 {
		width: 41.66%;
	}
	.row-fluid .span4 {
		width: 33.33%;
	}
	.row-fluid .span3 {
		width: 25%;
	}
	.row-fluid .span2 {
		width: 16.66%;
	}
	.row-fluid .span1 {
		width: 8.33%;
	}
}

/* Clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

/* Visibilty Classes */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-phone {
		display: inherit !important;
	}

	.hidden-phone {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.visible-tablet {
		display: inherit !important;
	}

	.hidden-tablet {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important ;
	}
}


.content-wrapper,
.page-center,
.dnd-section > .row-fluid, 
.customContainer,
.full_width{
	padding-left:40px;
	padding-right:40px;
	margin: 0 auto;
}
  

@media(max-width:1340px){
	.content-wrapper,
	.page-center,
	.dnd-section > .row-fluid, 
	.customContainer,
	.full_width{
		padding-left:20px;
		padding-right:20px;
	} 
 
}

.dnd-section[class*="force-full-width-section"] {
	padding:0;
}

.dnd-section[class*="force-full-width-section"] > .row-fluid{ 
	padding-left:0;
	padding-right:0;
	max-width:100%;
}

@media(max-width:767px){
	.dnd-section>.row-fluid .dnd-column,
	.dnd-section>.row-fluid>[class*=span].dnd-module{
		padding:0;
	}
}
@font-face {
  font-family:"SF Pro";
  src: url(https://6930926.fs1.hubspotusercontent-na1.net/hubfs/6930926/raw_assets/public/fresh-clinics-2024/fonts/SF-Pro-Display-Bold.woff2) format("woff2");
  font-weight:700;
  font-display:swap;
}

@font-face {
  font-family:"SF Pro";
  src: url(https://6930926.fs1.hubspotusercontent-na1.net/hubfs/6930926/raw_assets/public/fresh-clinics-2024/fonts/SF-Pro-Display-Regular.woff2) format("woff2"); 
  font-weight:400;
  font-display:swap;
}

@font-face {
  font-family:"Gistesy";
  src: url(https://6930926.fs1.hubspotusercontent-na1.net/hubfs/6930926/raw_assets/public/fresh-clinics-2024/fonts/Gistesy.woff2) format("woff2"); 
  font-weight:400;
  font-display:swap;
}

body {
  line-height: 1.778;
  word-break: break-word;
	-webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p { 
  margin: 20px 0;
}

p:first-child{
  margin-top:0;
}

p:last-child{
  margin-bottom :0;
}

/* Anchors */

a {
  cursor: pointer;
  transition:0.3s all ease-in-out;
}

a:not([class]){
  text-decoration: underline; 
}

a:hover,
a:focus{ 
  text-decoration: none; 
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  line-height: normal;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top:0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom:0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
  font-family:"Gistesy",sans-serif;
  font-weight: normal;    
  line-height: 0.9; 
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 20px 0 ; 
	border-radius:4px;
}

blockquote:before{
	content:'\f10d';
	font-family:FontAwesome;
	font-size:45px;
}

/* Horizontal rules */
img{
  max-width:100%;
}

figure{
  margin:20px 0;
}
button,
.button,
.hs-button,
.hs-sec-btn,
.hs-out-btn{
	display:inline-block;
	border-style:solid;
	transition:0.3s all ease-in-out;
	border-width:2px;
	border-radius:4px;
	padding:10px 25px;
	font-size:inherit;
	text-transform:uppercase;
	white-space:normal;
	font-weight: 700;
	line-height: normal;
	outline:none;
	text-decoration:none;
}

.hs-simple-link {
	font-size:inherit;
	text-transform:uppercase;
	white-space:normal;
	font-weight: 700;
	line-height: normal;
	outline:none;
	text-decoration:none;
	align-items: center;
	position: relative;
	display: inline-flex;
}

.hs-simple-link:after {
	width: 18px;
	height: 18px;
	content: '';
	display: inline-block; 
	border-radius: 100%;
	position: absolute;
	right: 0;
}


.hs-simple-link:before { 
	content:'';
	background-image:url(https://6930926.fs1.hubspotusercontent-na1.net/hubfs/6930926/raw_assets/public/fresh-clinics-2024/images/arrow.svg);
	display: inline-block;
	position: absolute;
	right: 0; 
	z-index: 9;
	background-size: 46px;
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 18px;
}

.hs-simple-link:after,
.hs-simple-link:before {
	transition: all .3s ease-in-out;
}
.hs-simple-link:hover:before,
.hs-simple-link:hover:after{
	right: -5px;
}
.btn_row {
	margin-top: 40px;  
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
}

.button, 
.hs-button,
button, 
form .hs-button, 
form input[type=submit],
.hs-sec-btn{
	text-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}

.dark .hs-simple-link:after {
	background: #fff !important;
}

.dark .hs-simple-link:before {
	filter: invert(1) !important;
}
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.widget-type-password_prompt, 
.hs-search-field,
#email-prefs-form,
#hs-membership-form,
.blog-comments{
	display:block;
	position:relative;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.hs_cos_wrapper_type_form:before,
.hs_cos_wrapper_type_blog_subscribe:before,
.hs_cos_wrapper_type_google_search:before,
.widget-type-email_simple_subscription:before,
.widget-type-password_prompt:before, 
.hs-search-field:before,
#email-prefs-form:before,
#hs-membership-form:before,
.blog-comments:before{
	content: '';
	background: none;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: soft-light;
	opacity: 0.25;
}

.hs_cos_wrapper_type_form > *,
.hs_cos_wrapper_type_blog_subscribe > *,
.hs_cos_wrapper_type_google_search > *,
.widget-type-email_simple_subscription > *,
.widget-type-password_prompt > *, 
.hs-search-field > *,
#email-prefs-form > *,
#hs-membership-form > *,
.blog-comments > *{
	position:relative;
	z-index:2;
}

.hs-form-field {
	margin-bottom: 30px;
}

form .hs-form-field > label,
form .field > label{
	display:inline-block; 
	letter-spacing:1px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.hs-form-required {
	color: inherit;
	margin-left: 5px;
}

form legend {
	font-size: 15px;
  margin-top: -10px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea { 
	display:block; 
	width: 100% !important;
	padding: 16px 10px;
	line-height: normal;
	outline: none;
}

input.email-edit.hs-input {
	width: 100% !important;
	font-size: inherit !important;
	padding: 16px 10px !important;
}


form textarea { 
	min-height:150px; 
}

form fieldset {
	max-width: 100% !important;
}

form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

form .inputs-list > li {
	display: block;
	margin: 10px 0;
}

form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 6px;
}

.hs-dateinput {
	position: relative;
}

.hs-dateinput:before {
	content:'\01F4C5';
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
	color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
	border-radius: 0;
	box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	color: #FFF;
}

form input[type=file]::file-selector-button {
/* 	background-color: transparent; */
  background-color: rgb(132, 205, 184);
  border-radius: 4px;
  padding: 10px 25px;
  color: white;
  font-weight: bold;
  text-align: center;
	border: 1px solid rgb(132, 205, 184);
}

form input[type=file]::file-selector-button:hover {
  background-color: #5aa590;
  border: 1px solid #5aa590;
}

form .hs-richtext img {
	max-width: 100% !important;
} 

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 1rem !important;
}


.hs-input.invalid.error {
	border-color: red;
}

form .hs-error-msgs label {
	display:block;
  color: white;
  font-weight:bold;
}

/* Submit button */

form input[type=submit],
form .hs-button { 
	cursor: pointer;
	display: block;
	margin: 40px 0 0;
	text-align: center;
	transition: all 0.15s linear;
	white-space: normal !important;
	text-transform: uppercase;
	width: 100%;
	line-height: 1.9;
}


.grecaptcha-badge {
	margin: 0 auto;
}

form fieldset:not(.form-columns-1) {
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
}

form fieldset .input {
	margin-right: 0 !important;
}

@media(max-width:767px){
	form input[type=text], 
	form input[type=email],
	form input[type=password],
	form input[type=tel],
	form input[type=number],
	form input[type=file],
	form select, 
	form textarea {
		padding: 10px;
	}

	.hs-form-field {
		margin-bottom: 20px;
	}

	form input[type=submit],
	form .hs-button {
		margin: 20px 0 0;
		line-height: normal;
	}

	input.email-edit.hs-input { 
		padding:  10px !important;
	}

	form fieldset:not(.form-columns-1) {
		flex-wrap:wrap;
		gap:0;
		display:block;
	}
	
	form fieldset:not(.form-columns-1) > * {
		width:100% !important;
	}
}

ul.no-list.hs-error-msgs {
	padding-left: 0;
}  


.subscription-form {
	max-width: 767px;
}


.form-title:empty {
	display: none;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
	form .input{
		margin-right:0 !important;
	}

	form fieldset:not(.form-columns-1) {
		flex-wrap:wrap;
	}

}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* language Switcher */
header div.utility-nav.row {
	justify-content: flex-end;
	padding: 0 20px;
  }
  
  header div.utility-nav.row .lang_switcher_class {
	display: block;
	display: flex;
	align-items: center;
	
	&:before {
		content: 'Region';
	}

	.globe_class {
		margin-left: 20px;
	}
    
	.lang_list_class {
		&:after{
			display: none;
		}
		&:before{
			display: none;
		}
    
	  li {
		margin-bottom: 0;
		border: 2px solid #e5e5e5;
		padding: 10px 20px;

		&:first-of-type{
			border-radius: 4px 4px 0 0;
			padding: 10px 20px;
		}

		&:last-of-type{
			border-radius: 0 0 4px 4px;
			padding: 10px 20px;
		}
	  }

		a {
		  white-space: nowrap;
		  letter-spacing: 0;
		  font-size: 12px;
		  font-weight: 600;

		  &:hover {
			color: #84cdb8;
		  }
		}
	  }
	}

/* end language Switcher */


header.header{
	position:relative;
	z-index:999;
}

.row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.cmCol {
	padding: 0 15px;
}

header.header {
	padding: 20px 0;
}

.headLogo a,
.headLogo img {
	display: block;
}

.custom-menu-primary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media(min-width:992px){

	.custom-menu-primary .hs-menu-wrapper>ul li>a {
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul li a {
		display: inline-block;
	}
	.custom-menu-primary .hs-menu-wrapper>ul li>a:after {
		content: '';
		background: transparent;
		width: 0;
		height: 2px;
		display: block;
		border-radius: 8px;
		transition:0.3s all ease-in-out;
	}

	.custom-menu-primary .hs-menu-wrapper>ul li:hover>a:after {
		width:100%;
	} 
	.custom-menu-primary .hs-menu-wrapper>ul ul {
		opacity:0;
		visibility:hidden;
		padding: 20px 30px;
		position: absolute;
		list-style: none;
		margin: 0;
		pointer-events: none;
		transition: 0.3s all ease-in-out; 
		border-radius: 4px;
		box-shadow: 0 10px 20px rgba(85,85,85,0.10); 
		z-index:9;
	}

	.custom-menu-primary .hs-menu-wrapper>ul >li:hover  ul {
		opacity:1;
		visibility:visible;
		pointer-events:all;
	}

	.custom-menu-primary .hs-menu-wrapper>ul ul ul {
		position: static; 
		padding: 0;
		box-shadow: none; 
	}
	.custom-menu-primary .hs-menu-wrapper>ul > li > ul > li > a{
		font-size: 14px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul > li ul ul > li > a{
		font-size: 13px;
	}


	.custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
		padding-left: 20px;
		opacity: 0.6;
		transition: 0.3s all ease-in-out;
	}

	.custom-menu-primary .hs-menu-wrapper>ul ul ul li >a:before {
		content: '\f061';
		font-family:fontAwesome;
		display: block;
		position: absolute;
		left: 10px;
		transition: 0.3s all ease-in-out;
	}

	.custom-menu-primary .hs-menu-wrapper>ul ul ul li:hover >a:before {
		left: 20px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul ul ul li:hover>a {
		padding-left: 40px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul ul ul li>a {
		padding-left: 25px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul ul ul li:hover a {
		opacity: 1;
	}

}
.custom-menu-primary ul li {
	position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul {
	display: flex;
	gap: 20px;
}

.hdMenu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header .row {
	justify-content: space-between;
	align-items: center;
}

.custom-menu-primary .hs-menu-wrapper ul ul li a { 
	white-space: nowrap;
	padding: 5px 10px;
}

.custom-menu-primary .hs-menu-wrapper ul li a { 
	display: block;
	padding: 10px;
	text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper ul li.hs-menu-depth-1 >a[href='javascript:;'] {
  cursor: default;
}

.custom-menu-primary .hs-menu-wrapper ul ul li {
	margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul ul ul li>a:after {
	display: none;
}


.hdBtn {   
	margin-left: 30px; 
}

.navBtn {   
	margin-right: 40px; 
}

.mob-toggle,
.menuOverlay {
	display: none;
}

.custom-menu-primary ul ul {
	min-width: 100px;
}


@media(max-width:1024px){
	.custom-menu-primary .hs-menu-wrapper>ul {
		gap: 10px;
	}

	.hdBtn {
		margin-left: 20px;
	}
  .navBtn {   
	margin-right: 40px; 
}
}

@media(max-width:991px){  
	.mobile-trigger{ 
		cursor: pointer;
		display: inline-block!important; 
		font-weight: 400;
		height: auto;
	}

	.mobile-trigger i{
		display: inline;
		position: relative;
		top: -4px;
	}
	.mobile-trigger i:before, 
	.mobile-trigger i:after{
		position: absolute;
		content: '';
	}
	.mobile-trigger i, 
	.mobile-trigger i:before, 
	.mobile-trigger i:after{
		width: 22px;  
		height: 2px;  
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px; 
		display: inline-block;
	}
	.mobile-trigger i:before{ 
		top: -6px;
	}  
	.mobile-trigger i:after{
		top: 6px; 
	}  


	.child-trigger{
		display: block !important; 
		cursor: pointer;  
		position: absolute;
		top: 0px;
		right: 0px;
		width: 48px !important;   
		height: 48px !important;  
		padding: 0 !important; 
	}
	.child-trigger:hover{
		text-decoration: none;
	}
	.child-trigger i{
		position: relative;
		top: 50%;  
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		display: block;
	}
	.child-trigger i:after{
		position: absolute;
		content: '';
	}
	.child-trigger i,
	.child-trigger i:after {
		width: 10px; 
		height: 1px;  
	}
	.child-trigger i:after{
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}   

	.child-open > .child-trigger i:after{
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.hdMenu {
		position: fixed;
		top: auto;
		left: -100%;
		width: 300px;
		height: 100vh;
/* 		overflow-y: auto !important; */
    overflow-y: scroll;
		bottom: 0; 
		transition: 0.3s left ease-in-out;
		padding: 30px;
		display:block;
	}

	.custom-menu-primary .hs-menu-wrapper>ul {
		display: block;
	}

	.mobile-open .hdMenu {
		left: 0;
    top: 0;
	}

	.hdBtn {
		margin: 20px 10px;
	}
  .navBtn {   
	margin-right: 30px; 
}

	.custom-menu-primary .hs-menu-wrapper ul ul li a {
		padding: 10px;
	}

	.mobile-open .mobile-trigger i:before {
		transform: rotate(45deg);
		top: 0;
	}

	.mobile-open .mobile-trigger i:after {
		transform: rotate(-45deg);
		top: 0px;
	}

	.mobile-open .mobile-trigger i {
		background: transparent;
	}

	.mobile-trigger i, 
	.mobile-trigger i:after,
	.mobile-trigger i:before {
		transition: 0.3s all ease-in-out;
	}

	.custom-menu-primary ul ul {
		display: none;
	}

	.menuOverlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
		background: #000000;
		opacity: 0;
		pointer-events:none;
		visibility:hidden;
		transition:0.3s all ease;
		display:block;
	}

	.mobile-open .menuOverlay {
		opacity: 0.1;
		visibility: visible;
		pointer-events: all;
	}

	.mobile-open {
		overflow: hidden;
	}


	header.header {
		padding: 20px 0;
	}

	.headLogo a,
	.headLogo img {
		height: 60px;
	}

	.headLogo img {
		width: 60% !important;
	}

	.custom-menu-primary ul  .child-open  > ul{
		display:block;
	}

	.headLogo a {
		display: flex;
		align-items: center;
	}
	.scrollHeader header.header {
		padding: 0;
	}
}

@media(max-width:767px){

	header.header {
		padding: 20px 0;
	}

	.headLogo img {
		width: 60% !important;
	}

	.header .row {
		flex-wrap: nowrap;
	}
	.hdMenu {
		width: 80%;
	} 

	header.header {
		padding: 10px 0;
	}

}

.OuterHeader {
	min-height: 105px;
}

header.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.5s all ease-in-out;
}

.scrollHeader header.header {
	padding: 10px 0;
	box-shadow: 0 10px 20px rgb(85 85 85 / 10%);
}

@media(max-width:767px){
	.OuterHeader{
		min-height:82px;
	}
}




.language.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.language .popup-content {
    background-color: white;
    padding: 50px;
    border-radius: 10px;
    position: relative; /* Added for positioning the close button */
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}

.language .popup-content h3 {
	margin-top: 0px;
}

.language .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
	color: #0e4333;
	padding: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}

.close-button:hover {
    color: white; /* Change color on hover if desired */
	background: #0e4333;
}
footer.footer {
  position: relative;
  z-index:998;
  margin-top: -1px;
}

.footer{ 
  padding: 80px 0 40px;
}

.btmFooter {
  text-align: center;
}

.ftOverlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;  
/*   background-image:url(https://6930926.fs1.hubspotusercontent-na1.net/hubfs/6930926/raw_assets/public/fresh-clinics-2024/images/footer-bg-min.png);  */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: soft-light;
  opacity: 0.25;
}

.topFooter ,
.btmFooter {
  position: relative;
  z-index: 2;
}
 

.topFooter {
  padding-bottom: 120px;
}

.contCol {
  width: 25%;
}

.menuCol {
  width: 75%;
}

.menuCol ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menuCol .hs-menu-wrapper > ul {
  display: flex;
  justify-content: space-between;
}

.menuCol .hs-menu-wrapper > ul > li >a {
  font-weight: 700;
}

.menuCol .hs-menu-wrapper ul li a {
  margin-bottom: 10px;
  display: block;
}

 

.menuCol .hs-menu-wrapper>ul>li {
  width: 25%;
  padding: 0 15px;
}

.menuCol .hs-menu-wrapper>ul>li.hs-menu-depth-1 >a[href='javascript:;']  {
    cursor: default;
}


.ftLogo img,.ftLogo a {
  display: block;
}

.ftLogo {
  margin-bottom: 24px;
}

@media(max-width:991px){   
  .menuCol,
  .contCol {
    width: 100%;
  }

  .menuCol .hs-menu-wrapper>ul>li {
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .menuCol .hs-menu-wrapper>ul {
    display: block;
  }

  .menuCol .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 0;
  }

  .topFooter {
    padding-bottom: 40px;
  }

  .footer {
    padding: 40px 0;
  }

  .ftLogo {
    margin-bottom: 40px;
  }

  .ftCont {
    margin-bottom: 40px;
  }

  .btmFooter {
    text-align: left;
  }

} 

.footer a{
  text-decoration:none;
}

footer .hs-button,
footer .hs-sec-button {
    text-shadow: none;
}

body {
  overflow-x: hidden;
}

body .splide__arrow {
	background: none;
	border: 2px solid;
	opacity: 1;
	width: 36px;
	height: 36px;
}

body .splide__arrow svg {
	height: 20px;
	transition: all .3s ease-in-out;
}

body .splide__pagination {
	display: none!important
}

body .splide__arrow--prev {
	bottom: 0;
	left: 50%;
	top: unset;
	transform: translateX(-50px);
}

body .splide.slider_arrows {
	padding-bottom: 50px;
}

body .splide__arrow--next {
	bottom: 0;
	right: 50%;
	top: unset;
	transform: none;
	transform: translateX(80px);
}

body .splide__arrow:hover:not(:disabled) {
	opacity: 1;
}

body .splide__arrow:hover svg,
body .splide__arrow:focus svg{
	fill: #fff;
}

@media(max-width:767px){ 
	.btn_row {
		margin: 20px 0;
	}
}

.row.cmCol {
	margin: 0 !important;
}

body .no_pad{
	padding:0 !important;
}

.body-wrapper main {
	max-width: 1920px;
	margin: 0 auto; 
}

iframe#adroll_slg {
  display: none;
}

/* Rich Text Anchor Links */
 .widget-type-rich_text a[data-hs-anchor="true"] {
    top: -100px;
    position: relative;
  }
a[data-hs-anchor="true"] {
    top: -100px;
    position: relative;
  }