@charset "UTF-8";
/*!
Theme Name: Systema
Theme URI: http://underscores.me/
Author: Systema
Author URI: http://systema0.02mm.com.my/
Description: Systema, a pro-life brand from LION–Japan’s No.1 Oral Care Company which stands for healthy gums and teeth for a future full of health, hope and happiness
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: systema
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Systema is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
	-webkit-text-size-adjust: 100%;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #584632;
}

a:visited {
	color: #584632;
}

a:hover, a:focus, a:active {
	color: #584632;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Systema
--------------------------------------------- */
/* media query
--------------------------------------------- */
/* Custom Mixin
--------------------------------------------- */
/* Clear Fix */
/* image-rendering */
/* Background cover */
/*  clamp() */
/* FONTS
--------------------------------------------- */
@font-face {
	font-family: 'HelveticaNeue';
	src: url("../webfonts/HelveticaNeue.eot");
	src: url("../webfonts/HelveticaNeue.eotb#iefix") format("embedded-opentype"), url("../webfonts/HelveticaNeue.ttf") format("truetype"), url("../webfonts/HelveticaNeue.woff") format("woff"), url("../webfonts/HelveticaNeue.svg#smart") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'HelveticaNeue-Medium';
	src: url("../webfonts/HelveticaNeue-Medium.eot");
	src: url("../webfonts/HelveticaNeue-Medium.eotb#iefix") format("embedded-opentype"), url("../webfonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../webfonts/HelveticaNeue-Medium.woff") format("woff"), url("../webfonts/HelveticaNeue-Medium.svg#smart") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'HelveticaNeue-Bold';
	src: url("../webfonts/HelveticaNeue-Bold.eot");
	src: url("../webfonts/HelveticaNeue-Bold.eotb#iefix") format("embedded-opentype"), url("../webfonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../webfonts/HelveticaNeue-Bold.woff") format("woff"), url("../webfonts/HelveticaNeue-Bold.svg#smart") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'HelveticaNeue-Light';
	src: url("../webfonts/HelveticaNeue-Light.eot");
	src: url("../webfonts/HelveticaNeue-Light.eotb#iefix") format("embedded-opentype"), url("../webfonts/HelveticaNeue-Light.ttf") format("truetype"), url("../webfonts/HelveticaNeue-Light.woff") format("woff"), url("../webfonts/HelveticaNeue-Light.svg#smart") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'HelveticaNeue-UltraLight';
	src: url("../webfonts/HelveticaNeue-UltraLight.eot");
	src: url("../webfonts/HelveticaNeue-UltraLight.eotb#iefix") format("embedded-opentype"), url("../webfonts/HelveticaNeue-UltraLight.ttf") format("truetype"), url("../webfonts/HelveticaNeue-UltraLight.woff") format("woff"), url("../webfonts/HelveticaNeue-UltraLight.svg#smart") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'Helvetica-Neue-Condensed-Black';
	src: url("../webfonts/Helvetica-Neue-Condensed-Black.eot");
	src: url("../webfonts/Helvetica-Neue-Condensed-Black.eotb#iefix") format("embedded-opentype"), url("../webfonts/Helvetica-Neue-Condensed-Black.ttf") format("truetype"), url("../webfonts/Helvetica-Neue-Condensed-Black.woff") format("woff"), url("../webfonts/Helvetica-Neue-Condensed-Black.svg#smart") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'HelveticaNeue-CondensedBold';
	src: url("../webfonts/HelveticaNeue-CondensedBold.eot");
	src: url("../webfonts/HelveticaNeue-CondensedBold.eotb#iefix") format("embedded-opentype"), url("../webfonts/HelveticaNeue-CondensedBold.ttf") format("truetype"), url("../webfonts/HelveticaNeue-CondensedBold.woff") format("woff"), url("../webfonts/HelveticaNeue-CondensedBold.svg#smart") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

/* Global
--------------------------------------------- */
/******************   COLOR  ******************/
/******************  Website  ******************/
:root {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	color-scheme: light only;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 191, 179, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(95, 106, 114, 0.4);
}

html {
	display: block;
	transition: all 0.2s ease-out;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
}

body {
	font-synthesis: none;
	-moz-font-feature-settings: 'kern';
	min-height: 100vh;
	margin: 0 !important;
	padding: 0;
	font-family: 'HelveticaNeue';
	color: #ffffff;
	background-color: #1dbbb1;
}

@media (max-width: 960px) {
	body.fix {
		overflow: hidden;
	}
}

body.fixed {
	overflow: hidden;
}

.wrapper {
	margin-inline: auto;
	width: 90rem;
	width: clamp(16rem, 95vw, 97.55rem);
	padding-inline: clamp(0.94rem, 2.34vw + 0.47rem, 1.88rem);
	position: relative;
}

.wrapper.test {
	display: flex;
	justify-content: center;
	align-items: center;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	background-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.txt {
	font-size: clamp(0.88rem, 0.13vw + 0.85rem, 1rem);
	line-height: normal;
	color: #ffffff;
}

section {
	height: 100vh;
	width: 100%;
	background: radial-gradient(circle, rgba(134, 198, 203, 0) 0%, rgba(134, 198, 203, 0.499037) 100%);
}

.scrollbar {
	width: 100%;
	height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
}

#style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #D62929;
}

.sys-btn-wp.center {
	margin: 15px auto;
	text-align: center;
}

.sys-btn-wp .sys-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 50px;
}

.sys-btn-wp .sys-btn.two {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.sys-btn-wp .sys-btn .btn-text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 clamp(1.25rem, 1.56vw + 0.94rem, 1.88rem);
	margin: 0;
	outline: none;
	border: none;
	background-color: #584632;
	border-radius: 25px;
	line-height: 50px;
	font-family: 'Helvetica-Neue-Condensed-Black';
	font-size: clamp(1rem, 0.94vw + 0.81rem, 1.38rem);
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.systema-main {
	padding: clamp(5rem, 4.38vw + 4.13rem, 9.38rem) 0 60px 0;
}

.systema-main table thead {
	display: none;
}

.systema-main table tbody th {
	display: none;
}

.systema-main table tr td {
	display: block;
	clear: both;
}

.systema-main table tr td p {
	margin: 0;
}

.systema-main table tr td::before {
	float: left;
}

@media (max-width: 767px) {
	.systema-main table tr td:last-child {
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 48em) {
	.systema-main table thead {
		display: table-header-group;
	}
	.systema-main table tbody th {
		display: table-cell;
	}
	.systema-main table tr th,
	.systema-main table tr td {
		text-align: left;
	}
	.systema-main table tr td {
		display: table-cell;
	}
	.systema-main table tr td::before {
		display: none;
	}
}

.systema-main h2 {
	line-height: normal;
	color: #ffffff;
	margin: 0 0 30px 0;
	display: block;
	font-size: clamp(1.13rem, 0.63vw + 1rem, 1.75rem);
	font-family: 'HelveticaNeue-bold';
}

.systema-main ol {
	counter-reset: item;
	color: #ffffff;
	font-size: clamp(1rem, 0vw + 1rem, 1rem);
	font-family: 'HelveticaNeue-light';
	margin-bottom: 15px;
	margin-left: 0;
}

.systema-main ol li {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.systema-main ol li:before {
	position: absolute;
	margin-right: 100%;
	right: 7px;
}

.systema-main ol > li > ol {
	margin-top: 15px;
}

.systema-main ol > li:before,
.systema-main ol > li > ol > li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
}

.systema-main ol > li > ol > li > ol > li:before {
	content: counter(item, lower-latin) ".";
	counter-increment: item;
}

@media (max-width: 540px) {
	.systema-main ol > li > ul {
		margin-left: 0;
	}
}

.systema-main a {
	color: #ffffff;
}

.systema-main a:hover {
	color: #23346F;
}

.systema-main p {
	line-height: 1.5;
	color: #ffffff;
	margin: 0 0 15px 0;
	font-size: clamp(1rem, 0vw + 1rem, 1rem);
	font-family: 'HelveticaNeue-light';
}

.systema-main p strong {
	line-height: normal;
	color: #ffffff;
	margin: 0 0 20px 0;
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	font-family: 'HelveticaNeue-bold';
}

/* wp_login
--------------------------------------------- */
body.login {
	background-color: #ffffff;
}

body.login div#login label {
	color: #002596 !important;
}

body.login div#login #login_error {
	color: #002596 !important;
}

body.login div#login p#nav, body.login div#login p#backtoblog {
	color: #ffffff !important;
}

body.login div#login p#nav a, body.login div#login p#backtoblog a {
	color: #ffffff !important;
}

/* header
--------------------------------------------- */
.site-header {
	position: absolute;
	z-index: 9999;
}

.header {
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.header.normal {
	position: relative;
}

.header--top {
	padding: 15px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 1280px) {
	.header--top {
		display: block;
	}
}

.header--logo {
	width: clamp(11.25rem, 31.25vw + 5rem, 23.75rem);
	margin-left: -50px;
}

@media (max-width: 1280px) {
	.header--logo {
		margin-bottom: 15px;
	}
}

@media (max-width: 1280px) {
	.header--right {
		display: none;
	}
}

.header--navi {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 55px;
}

.header--navi li a {
	color: #ffffff;
	position: relative;
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	transition: all 0.2s ease-out;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	font-family: 'Helvetica-Neue-Condensed-Black';
	position: relative;
}

.header--navi li a:hover, .header--navi li a.active {
	transition: all 0.2s ease-out;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
}

@media (max-width: 1280px) {
	.hamburger-wp {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.hamburger {
	display: none;
	position: relative;
	z-index: 999;
	transform: translateY(-50%);
	height: 20px;
	width: 40px;
	cursor: pointer;
	transition: opacity .2s ease;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
}

@media (max-width: 1280px) {
	.hamburger {
		display: block;
	}
}

.hamburger span {
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 30px;
	background-color: #ffffff;
	transition: all .2s ease-out;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
}

.hamburger span:nth-of-type(2) {
	top: 10px;
}

.hamburger span:nth-of-type(3) {
	top: 20px;
}

.hamburger.active span {
	color: #ffffff;
	background-color: #ffffff;
}

.hamburger.active span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.mobile-nav .responsive-overlay {
	position: fixed;
	background: #ffffff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: visibility 3s, all .3s ease-out;
}

.mobile-nav .responsive-overlay .overlay-menu {
	padding: 60px 30px;
}

.mobile-nav .responsive-overlay nav {
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	background-color: #0099a8;
	width: 75%;
	left: 100%;
	height: 100%;
	transition: all .3s ease-out;
}

.mobile-nav .responsive-overlay nav ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-nav .responsive-overlay nav ul.om-wrapper {
	text-align: left;
}

.mobile-nav .responsive-overlay nav ul.om-wrapper .nav-top .element {
	width: clamp(9.38rem, 31.25vw + 3.13rem, 21.88rem);
	margin: 0 auto;
	margin-top: clamp(0.94rem, 2.34vw + 0.47rem, 1.88rem);
	margin-bottom: clamp(0.94rem, 2.34vw + 0.47rem, 1.88rem);
}

.mobile-nav .responsive-overlay nav ul.om-wrapper .nav-top .skyark-logo {
	width: clamp(7.5rem, 11.88vw + 5.13rem, 12.25rem);
	display: inline-block;
}

.mobile-nav .responsive-overlay nav ul.om-wrapper li {
	margin-bottom: 20px;
}

.mobile-nav .responsive-overlay nav ul.om-wrapper li a {
	font-size: clamp(1.75rem, 0.31vw + 1.69rem, 1.88rem);
	color: #ffffff;
	position: relative;
	line-height: 22px;
	text-decoration: none;
	font-family: 'Helvetica-Neue-Condensed-Black';
	display: inline-block;
	padding-left: 45px;
}

.mobile-nav .responsive-overlay nav ul.om-wrapper .omw-dropdown {
	display: none;
}

.mobile-nav .responsive-overlay nav ul.om-wrapper .omw-dropdown li {
	padding: 0 15px;
}

.mobile-nav .responsive-overlay nav ul.om-wrapper .omw-dropdown li a {
	justify-content: flex-start;
	position: relative;
}

.mobile-nav .responsive-overlay nav ul.om-btns {
	padding-top: 10px;
	display: flex;
	align-items: center;
}

.mobile-nav .responsive-overlay nav ul.om-btns:before, .mobile-nav .responsive-overlay nav ul.om-btns:after {
	content: " ";
	display: table;
}

.mobile-nav .responsive-overlay nav ul.om-btns:after {
	display: block;
	clear: both;
	height: 1px;
	margin-top: -1px;
	visibility: hidden;
}

.mobile-nav .responsive-overlay nav ul.om-btns {
	*zoom: 1;
}

.mobile-nav .responsive-overlay nav ul li {
	margin: 0;
	padding: 0;
	background: initial;
}

.mobile-nav .responsive-overlay nav ul li a {
	color: #ffffff;
	justify-content: space-between;
	padding: 13px 0;
	display: block;
}

.mobile-nav .responsive-overlay nav ul .omw.active .icon-swiper-right {
	transform: rotate(90deg);
}

.mobile-nav .responsive-overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.8);
}

.mobile-nav .responsive-overlay.open nav {
	transition: visibility 3s, all .3s ease-out;
	left: 25%;
}

/* Locator
--------------------------------------------- */
.form-wp {
	background-color: #D4DDD0;
	padding: 15px;
	border-radius: 20px;
	border: 2px #584632 solid;
}

/* checkin
--------------------------------------------- */
.check-in-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: clamp(1.88rem, 5.63vw + 0.75rem, 7.5rem) 0;
	width: 50%;
	margin: 0 auto;
}

.check-in-wrapper.directory-pg {
	width: 80%;
	align-items: flex-start;
}

@media (max-width: 797px) {
	.check-in-wrapper.directory-pg {
		width: 100%;
	}
}

.check-in-wrapper.directory-pg .directory .logo {
	margin: 0;
	margin-bottom: 15px;
}

.check-in-wrapper.directory-pg .directory .title {
	margin-bottom: 30px;
}

.check-in-wrapper.directory-pg #region-list li {
	margin-bottom: 10px;
}

.check-in-wrapper.directory-pg #region-list li .title {
	font-size: clamp(1.13rem, 0.38vw + 1.05rem, 1.5rem);
}

.check-in-wrapper.directory-pg #region-list li .date {
	font-size: clamp(0.94rem, 0vw + 0.94rem, 0.94rem);
}

.check-in-wrapper.directory-pg #region-list li .date span {
	font-family: 'HelveticaNeue-Bold';
}

.check-in-wrapper.dental-pg {
	width: 80%;
	align-items: flex-start;
}

@media (max-width: 797px) {
	.check-in-wrapper.dental-pg {
		width: 100%;
	}
}

.check-in-wrapper.dental-pg #location-filter {
	width: 80%;
	margin-bottom: 30px;
}

.check-in-wrapper.dental-pg .header .logo {
	margin: 0 0 30px 0;
}

.check-in-wrapper.dental-pg .header .title {
	text-align: left;
	margin-bottom: 10px;
}

.check-in-wrapper.dental-pg .header .title h1 {
	font-size: clamp(1.13rem, 0.63vw + 1rem, 1.75rem);
	line-height: normal;
	color: #ffffff;
	margin: 0;
}

@media (max-width: 797px) {
	.check-in-wrapper {
		width: 100%;
	}
}

.check-in-wrapper .header-inner.partner .logo {
	margin: 0;
}

.check-in-wrapper .header-inner .logo {
	width: clamp(7.5rem, 8.13vw + 5.88rem, 15.63rem);
	margin: 0 auto;
	margin-bottom: clamp(2.5rem, 2.5vw + 2rem, 5rem);
}

.check-in-wrapper .header-inner .title {
	text-align: center;
	margin-bottom: 10px;
}

.check-in-wrapper .header-inner .title h1 {
	font-family: 'HelveticaNeue-Bold';
	font-size: clamp(1.75rem, 0.25vw + 1.7rem, 2rem);
	line-height: normal;
	color: #ffffff;
	margin: 0;
}

.check-in-wrapper .header-inner .error-message {
	text-align: center;
	font-family: 'HelveticaNeue-Bold';
	font-size: clamp(1.75rem, 0.25vw + 1.7rem, 2rem);
	line-height: normal;
	color: #ffffff;
}

.check-in-wrapper .header-inner .subtext {
	text-align: center;
	margin-bottom: clamp(1.88rem, 1.88vw + 1.5rem, 3.75rem);
}

.check-in-wrapper .header-inner .subtext p {
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	line-height: normal;
	color: #23346F;
	margin: 0;
}

.check-in-wrapper .user-details {
	background-color: #D4DDD0;
	border: 2px #584632 solid;
	padding: 30px;
	border-radius: 30px;
	width: 60%;
}

@media (max-width: 640px) {
	.check-in-wrapper .user-details {
		width: 100%;
	}
}

.check-in-wrapper .user-details .text-wrapper {
	margin-bottom: 35px;
	text-align: center;
}

.check-in-wrapper .user-details .text-wrapper h3 {
	line-height: normal;
	color: #5C4632;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	font-family: 'HelveticaNeue-bold';
}

.check-in-wrapper .user-details .text-wrapper p {
	line-height: normal;
	color: #23346F;
	margin: 0;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 30px;
	width: 100%;
	font-size: clamp(1.63rem, 0.38vw + 1.55rem, 2rem);
	font-family: 'HelveticaNeue-bold';
	background-color: #ffffff;
	color: #5C4632;
	border-radius: 30px;
}

.check-in-wrapper .form-wp {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 25px;
}

@media (max-width: 640px) {
	.check-in-wrapper .form-wp {
		width: 100%;
	}
}

.check-in-wrapper .text {
	font-size: clamp(1rem, 0vw + 1rem, 1rem);
	line-height: normal;
	color: #ffffff;
}

.check-in-wrapper .text a {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

#qr-code {
	background-color: #2ebcb0;
}

ul.list li a {
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	line-height: 1.2;
	color: #ffffff;
	font-family: 'HelveticaNeue-Medium';
	margin: 0;
}

/* header
--------------------------------------------- */
.form-bg {
	background-color: #D4DDD0;
	border: 2px #584632 solid;
	padding: 30px;
}

.form-group {
	width: 100%;
	margin-bottom: 15px;
}

.form-group .error-message {
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	color: #ff0000;
	display: flex;
	align-items: center;
}

.form-group .error-message p {
	margin: 0;
}

.sys-field {
	position: relative;
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
	--field-padding: 12px;
	width: 100%;
}

.sys-field input {
	font-size: clamp(0.94rem, 0.06vw + 0.93rem, 1rem);
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 12px 25px;
	border-radius: 20px;
	min-width: 100%;
	outline: none;
	background: none;
	transition: border-color 0.3s ease;
	line-height: normal;
	background-color: #ffffff;
}

.sys-field input + .placeholder {
	font-size: clamp(0.88rem, 0.31vw + 0.81rem, 1rem);
	left: 25px;
	padding: 0 5px;
}

.sys-field input.dirty,
.sys-field input:not(:placeholder-shown),
.sys-field input:focus {
	top: -10px;
	left: 25px;
	border-color: #000000;
	transition-delay: 0.1s;
}

.sys-field input.dirty + .placeholder,
.sys-field input:not(:placeholder-shown) + .placeholder,
.sys-field input:focus + .placeholder {
	top: 0;
	left: 25px;
	color: #414042;
	background: #fff;
	width: auto;
	font-size: 10px;
}

.sys-field .placeholder {
	position: absolute;
	left: var(--field-padding);
	width: calc(100% - (var(--field-padding) * 2));
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	top: 25px;
	line-height: 100%;
	transform: translateY(-50%);
	color: #414042;
	transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
}

@media (max-width: 580px) {
	.sys-field .placeholder {
		top: 22px;
	}
}

/* contact form 7 */
.sys-field span.wpcf7-form-control-wrap input {
	font-size: clamp(0.94rem, 0.06vw + 0.93rem, 1rem);
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 12px 25px;
	border-radius: 10px;
	width: 100%;
	outline: none;
	background: none;
	transition: border-color 0.3s ease;
	line-height: normal;
	background-color: #ffffff;
}

.sys-field span.wpcf7-form-control-wrap + .placeholder {
	font-size: clamp(0.88rem, 0.31vw + 0.81rem, 1rem);
	left: 25px;
	padding: 0 5px;
}

.sys-field span.wpcf7-form-control-wrap input.dirty,
.sys-field span.wpcf7-form-control-wrap input:not(:placeholder-shown),
.sys-field span.wpcf7-form-control-wrap input:focus {
	top: -10px;
	left: 25px;
	border-color: #000000;
	transition-delay: 0.1s;
}

.sys-field span.wpcf7-form-control-wrap input.dirty + .placeholder,
.sys-field span.wpcf7-form-control-wrap input:not(:placeholder-shown) + .placeholder,
.sys-field span.wpcf7-form-control-wrap input:focus + .placeholder {
	top: 0;
	left: 25px;
	color: #414042;
	background: #fff;
	width: auto;
	font-size: 10px;
}

.sys-field .error-message:empty {
	opacity: 0;
}

/******** select ********/
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	padding: .7em 3em .7em 1em;
	/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
	border: 2px solid #584632;
	border-radius: 10px;
	background-color: #D4DDD0;
	color: #5C4632;
	width: 100%;
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	transition: all 0.2s ease-out;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	font-family: 'HelveticaNeue-bold';
	outline: none;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 20l10 10 10-10z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E");
	background-position: calc(100% - 21px) 50%, calc(100% - 13px) 50%, calc(100% - 3px) 50%, calc(100% - 2px) 50%;
	background-size: 40px;
	background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	select {
		padding-right: 3em;
	}
}

select::-ms-expand {
	display: none;
}

select.wpcf7-form-control.wpcf7-select {
	border: none;
	background-color: #ffffff;
	font-family: 'HelveticaNeue';
}

/******** Checkbox ********/
:root {
	--form-control-color: rebeccapurple;
	--form-control-disabled: #959495;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
	font-size: clamp(0.94rem, 0.06vw + 0.93rem, 1rem);
	color: #584632;
	line-height: 1.1;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0.5em;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label a {
	color: #584632;
	text-decoration: underline;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label a:hover {
	color: #584632;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label + label {
	margin-top: 1em;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label--disabled {
	color: var(--form-control-disabled);
	cursor: not-allowed;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid currentColor;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	/* Windows High Contrast Mode */
	background-color: CanvasText;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::before {
	transform: scale(1);
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:disabled {
	--form-control-color: var(--form-control-disabled);
	color: var(--form-control-disabled);
	cursor: not-allowed;
}

.wpcf7-form .wpcf7-response-output {
	display: none;
}

.wpcf7-form .sys-btn-wp {
	min-width: 215px;
}

.wpcf7-form .sys-btn-wp.center {
	margin: 0 auto;
	text-align: center;
}

.wpcf7-form .sys-btn-wp .sys-btn {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	height: 50px;
}

.wpcf7-form .sys-btn-wp .sys-btn .btn-text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 clamp(2.19rem, 4.69vw + 1.25rem, 4.06rem);
	margin: 0;
	outline: none;
	background-color: #584632;
	border-radius: 10px;
	line-height: 50px;
	font-family: 'Helvetica-Neue-Condensed-Black';
	font-size: clamp(1rem, 0.94vw + 0.81rem, 1.38rem);
	color: #ffffff;
	cursor: pointer;
}

.wpcf7-form .sys-btn-wp .sys-btn input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 clamp(2.19rem, 4.69vw + 1.25rem, 4.06rem);
	margin: 0;
	outline: none;
	background-color: #584632;
	border-radius: 10px;
	line-height: 50px;
	font-family: 'Helvetica-Neue-Condensed-Black';
	font-size: clamp(1rem, 0.94vw + 0.81rem, 1.38rem);
	color: #ffffff;
	cursor: pointer;
}

.wpcf7-form .sys-btn-wp .sys-btn input[type="submit"]:disabled {
	opacity: 0.5;
}

/* Register
--------------------------------------------- */
/* Hide all steps except for the first one */
.locator-wp {
	overflow: hidden;
	position: relative;
}

.locator-wp .form-group span {
	font-size: clamp(0.81rem, 0.06vw + 0.8rem, 0.88rem);
	font-family: 'HelveticaNeue-Light';
	line-height: 1.2;
	color: #5C4632;
}

.locator-wp .step {
	transition: transform 0.3s ease-in-out;
}

.locator-wp .step:not(:first-child) {
	display: none;
}

.locator-wp .step.slide-in {
	transform: translateX(0%);
}

.locator-wp .step.slide-out {
	transform: translateX(-100%);
}

.page-template-page-register section {
	height: auto;
	padding-bottom: 60px;
}

.register {
	padding: clamp(3.13rem, 4.38vw + 2.25rem, 7.5rem) 0 0 0;
}

.register--container {
	display: grid;
	grid-template-columns: 30% 70%;
	gap: 30px;
}

@media (max-width: 979px) {
	.register--container {
		display: block;
	}
}

.register--inner-animation {
	grid-column: 1;
	display: flex;
	align-items: center;
}

.register--inner-animation .charater-reg {
	width: 80%;
}

@media (max-width: 979px) {
	.register--inner-animation {
		display: none;
	}
}

.register--locator {
	grid-column: 2;
}

.register--locator #location-filter {
	margin-bottom: 30px;
}

.register--locator .title {
	margin: 10% 0 15px 0;
}

@media (max-width: 979px) {
	.register--locator .title {
		display: flex;
		align-items: flex-end;
	}
}

.register--locator .title .charater-reg.mobile {
	display: none;
}

@media (max-width: 979px) {
	.register--locator .title .charater-reg.mobile {
		display: block;
		width: 40%;
	}
}

.register--locator .sub-txt {
	color: #23346F;
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	font-family: 'HelveticaNeue';
	font-style: italic;
	line-height: normal;
	margin: 0 0 20px 0;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.register--locator .sub-txt span {
	text-decoration: underline;
	cursor: pointer;
}

.register--locator h2 {
	font-size: clamp(1.5rem, 1.13vw + 1.28rem, 2.63rem);
	font-family: 'Helvetica-Neue-Condensed-Black';
	line-height: normal;
	margin: 0;
}

.register--locator .sub-title p {
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	font-family: 'HelveticaNeue-Light';
	line-height: normal;
	margin: 0;
	color: #ffffff;
}

.register--locator .list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 25px;
	align-items: stretch;
	padding-right: 30px;
}

.register--locator .list .dental-content-wp {
	padding: 15px;
	background-color: #D4DDD0;
	border: 2px #584632 solid;
	border-radius: 15px;
}

.register--locator .list .dental-content-wp:hover {
	border: 2px #23346F solid;
}

.register--locator .list .dental-content-wp:hover .title {
	color: #23346F;
}

.register--locator .list .dental-content-wp .title {
	font-size: clamp(1.13rem, 0.13vw + 1.1rem, 1.25rem);
	font-family: 'HelveticaNeue-bold';
	line-height: normal;
	margin: 0 0 20px 0;
	line-height: 1.2;
	color: #5C4632;
	display: inline-block;
}

.register--locator .list .dental-content-wp .address {
	font-size: clamp(1rem, 0vw + 1rem, 1rem);
	font-family: 'HelveticaNeue-Light';
	line-height: 1.2;
	margin: 0 0 15px 0;
	color: #5C4632;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.register--locator .list .dental-content-wp .phone {
	font-size: clamp(1rem, 0vw + 1rem, 1rem);
	font-family: 'HelveticaNeue-Light';
	line-height: normal;
	margin: 0 0 15px 0;
	color: #5C4632;
	display: flex;
	align-items: center;
	gap: 10px;
}

.register--locator .list li {
	margin-bottom: 10px;
	padding: 0;
}

.register--locator .list li a {
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	font-family: 'HelveticaNeue-Light';
	line-height: normal;
	margin: 0;
	color: #ffffff;
}

.register--locator .list li a:hover, .register--locator .list li a:active {
	color: #ffffff;
}

.back-button .back {
	background-image: none;
	background-color: transparent;
	outline: none;
	border: none;
	cursor: pointer;
	font-family: 'Helvetica-Neue-Condensed-Black';
	font-size: clamp(1rem, 0.94vw + 0.81rem, 1.38rem);
	color: #ffffff;
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.thanks-wp {
	background-color: #D4DDD0;
	border: 2px #584632 solid;
	padding: 30px 0;
}

.thanks-wp .title {
	width: 100%;
	text-align: center;
	font-size: clamp(1.75rem, 0.63vw + 1.63rem, 2.38rem);
	font-family: 'HelveticaNeue-bold';
	margin: 0 0 15px 0;
	padding: 30px;
	color: #ffffff;
	background-color: #584632;
}

.thanks-wp .content {
	padding: 0 30px;
	font-family: 'HelveticaNeue-Medium';
	font-size: clamp(1.13rem, 0.38vw + 1.05rem, 1.5rem);
	line-height: 1.25;
	color: #000000;
	margin-bottom: 30px;
}

/* Register
--------------------------------------------- */
.form-wp {
	background-color: #D4DDD0;
	padding: 15px;
	border-radius: 20px;
	border: 2px #584632 solid;
}

/* Modal
--------------------------------------------- */
/* Modal styles */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal content */
.modal-content {
	margin: 0 auto;
	padding: 20px;
	width: 40%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 1860px) {
	.modal-content {
		width: 50%;
		top: 10%;
		transform: translate(-50%, 0%);
	}
}

@media (max-width: 1415px) {
	.modal-content {
		width: 60%;
	}
}

@media (max-width: 1280px) {
	.modal-content {
		width: 68%;
	}
}

@media (max-width: 960px) {
	.modal-content {
		width: 80%;
		top: 20%;
		transform: translate(-50%, 0%);
	}
}

@media (max-width: 480px) {
	.modal-content {
		width: 100%;
	}
}

/* Close button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin-top: -15px;
	margin-right: -15px;
	width: clamp(2.81rem, 0.94vw + 2.63rem, 3.75rem);
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#gift-popup {
	background-color: #D4DDD0;
	border-radius: 10px;
	border: 2px #584632 solid;
	padding: 30px;
}

#gift-popup .gift-popup-title {
	text-align: center;
	margin-bottom: 15px;
}

#gift-popup .gift-popup-title h2 {
	font-size: clamp(1.13rem, 0.38vw + 1.05rem, 1.5rem);
	font-family: 'HelveticaNeue-bold';
	line-height: 1.2;
	margin: 0;
	color: #5C4632;
}

#gift-popup .gift-popup-title p {
	font-size: clamp(1rem, 0vw + 1rem, 1rem);
	font-family: 'HelveticaNeue';
	line-height: 1.2;
	margin: 0;
	color: #5C4632;
}

#gift-popup .guide-wp {
	text-align: center;
	margin-bottom: 30px;
}

#gift-popup .guide-wp .title {
	margin-bottom: 30px;
}

#gift-popup .guide-wp .title h3 {
	font-size: clamp(1rem, 0vw + 1rem, 1rem);
	font-family: 'HelveticaNeue';
	line-height: 1.2;
	margin: 0;
	color: #5C4632;
}

#gift-popup .guide-list {
	padding: 0 30px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
	gap: 30px;
	align-items: stretch;
}

@media (max-width: 1680px) {
	#gift-popup .guide-list {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}
}

@media (max-width: 878px) {
	#gift-popup .guide-list {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	}
}

@media (max-width: 580px) {
	#gift-popup .guide-list {
		grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
		padding: 0;
	}
}

#gift-popup .guide-list .guide-item {
	position: relative;
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#gift-popup .guide-list .guide-item .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#gift-popup .guide-list .guide-item .num {
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	font-family: 'HelveticaNeue-Light';
	line-height: normal;
	margin: 0;
	color: #5C4632;
}

#gift-popup .guide-list .guide-item .img {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 70%;
}

#gift-popup .guide-list .guide-item .desc {
	font-size: clamp(1rem, 0vw + 1rem, 1rem);
	font-family: 'HelveticaNeue-Light';
	line-height: normal;
	margin: 0;
	color: #5C4632;
}

#gift-popup .sys-btn-wp.button-wrapper {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 15px 0;
}

#gift-popup .sys-btn-wp.button-wrapper .sys-btn .btn-text {
	width: auto !important;
}

#guide-modal .popup-content {
	background-color: #D4DDD0;
	border-radius: 10px;
	border: 2px #584632 solid;
}

#guide-modal .popup-content .guide-wp {
	padding: 45px;
	text-align: center;
}

#guide-modal .popup-content .guide-wp .logo {
	margin: 0 auto;
	width: clamp(6.25rem, 9.38vw + 4.38rem, 15.63rem);
	margin-bottom: 30px;
}

#guide-modal .popup-content .guide-wp .title {
	margin-bottom: 30px;
}

#guide-modal .popup-content .guide-wp .title h2 {
	font-size: clamp(1rem, 0vw + 1rem, 1rem);
	font-family: 'HelveticaNeue';
	line-height: 1.2;
	margin: 0;
	color: #5C4632;
}

#guide-modal .popup-content .guide-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 30px;
	align-items: stretch;
}

@media (max-width: 640px) {
	#guide-modal .popup-content .guide-list {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}
}

#guide-modal .popup-content .guide-list .guide-item {
	position: relative;
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#guide-modal .popup-content .guide-list .guide-item .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#guide-modal .popup-content .guide-list .guide-item .num {
	font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
	font-family: 'HelveticaNeue-Light';
	line-height: normal;
	margin: 0;
	color: #5C4632;
}

#guide-modal .popup-content .guide-list .guide-item .img {
	margin: 0 auto;
	margin-bottom: 15px;
}

#guide-modal .popup-content .guide-list .guide-item .desc {
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	font-family: 'HelveticaNeue-Light';
	line-height: normal;
	margin: 0;
	color: #5C4632;
}

/* print
--------------------------------------------- */
@page {
	size: A4;
	margin: 0;
}

@media print {
	html, body {
		width: 210mm;
		height: 297mm;
	}
	.page {
		margin: 0;
		border: initial;
		border-radius: initial;
		width: initial;
		min-height: initial;
		box-shadow: initial;
		background: initial;
		page-break-after: always;
	}
}

.print .print-bg {
	background: #00bfb3;
	background: -moz-linear-gradient(170deg, #00bfb3 4%, #ff88c5 100%);
	background: -webkit-linear-gradient(170deg, #00bfb3 4%, #ff88c5 100%);
	background: linear-gradient(170deg, #00bfb3 4%, #ff88c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bfb3",endColorstr="#ff88c5",GradientType=1);
}

.print .qr-code-wp {
	width: 60%;
	margin: 0 auto;
	background-color: #D4DDD0;
	border: 2px #584632 solid;
	border-radius: 15px;
	padding: 10px 30px;
	margin-bottom: 15px;
}

.print .qr-code-wp .text {
	text-align: center;
	font-family: 'HelveticaNeue-CondensedBold';
	font-size: 28px;
	color: #5C4632;
	line-height: normal;
	text-transform: uppercase;
}

.print .qr-code-wp .qr-code-container {
	margin: 15px 0;
}

.print .header-inner.partner {
	margin-top: 15px;
}

.print .header-inner.partner .title h2 {
	text-align: center;
	font-family: 'HelveticaNeue-CondensedBold';
	font-size: 28px;
	color: #23346F;
	line-height: normal;
	margin: 0;
}

.print .header-inner.partner .title p {
	text-align: center;
	font-family: 'HelveticaNeue-CondensedBold';
	font-size: 18px;
	color: #23346F;
	line-height: normal;
	margin: 0;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.print .qr-code-footer .guide {
	margin: 20px 0;
	padding: 0 60px;
}

.print .qr-code-footer .text {
	text-align: center;
	font-family: 'HelveticaNeue-Bold';
	font-size: 28px;
	color: #ffffff;
	line-height: normal;
}

/* not_found
--------------------------------------------- */
section.not-found {
	height: auto;
}

section.not-found .not-found-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70vh;
	flex-direction: column;
}

section.not-found .not-found-content .not-found-img img {
	width: 160px;
	margin-bottom: 50px;
}

section.not-found .not-found-content .page-title {
	font-size: clamp(1.75rem, 0.88vw + 1.58rem, 2.63rem);
	font-family: 'HelveticaNeue-CondensedBold';
	line-height: normal;
	margin: 0;
	color: #ffffff;
	text-transform: capitalize;
}

/* Footer
--------------------------------------------- */
footer {
	background-color: #0099a8;
	text-align: center;
	padding: 45px 0;
}

footer .footer-nav {
	margin-bottom: 30px;
}

footer .footer-nav .nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}

footer .footer-nav .nav div {
	position: relative;
	padding: 0 10px;
}

footer .footer-nav .nav div a {
	font-family: 'HelveticaNeue-Light';
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	line-height: normal;
	color: #ffffff;
}

footer .footer-nav .nav div:after {
	content: "";
	padding: 7px 0;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
}

footer .footer-nav .nav div:last-child::after {
	content: none;
}

footer .footer-contact {
	margin-bottom: clamp(1.25rem, 1.88vw + 0.88rem, 3.13rem);
}

footer .footer-contact .social-media {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
	margin-bottom: 10px;
}

footer .footer-contact .social-media .social-media-list {
	display: flex;
	align-items: center;
}

footer .footer-contact .social-media .social-media-list a {
	font-family: 'HelveticaNeue-Light';
	font-size: clamp(1.13rem, 0.5vw + 1.03rem, 1.63rem);
	line-height: normal;
	color: #ffffff;
	width: 80%;
	display: inline-block;
}

footer .terms-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
}

footer .terms-bottom .terms {
	display: flex;
	align-items: center;
	gap: 10px;
}

footer .terms-bottom .terms li {
	position: relative;
}

footer .terms-bottom .terms li:after {
	content: "";
	padding: 5px 0;
	width: 1px;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
}

footer .terms-bottom .terms li:last-child::after {
	content: none;
}

footer .terms-bottom .terms a {
	font-family: 'HelveticaNeue-Light';
	font-size: clamp(0.69rem, 0.19vw + 0.65rem, 0.88rem);
	line-height: normal;
	color: #ffffff;
}

footer .footer-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 30px;
}

footer .footer-bottom .Copyright {
	font-family: 'HelveticaNeue-Light';
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	line-height: normal;
	color: #ffffff;
}

footer .footer-bottom .Copyright span {
	font-size: 11px;
}

/* Quiz
--------------------------------------------- */
#questionnaire-holder {
	padding-bottom: 45px;
}

#questionnaire-holder .loading {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.result-wp {
	padding-top: clamp(2.19rem, 1.25vw + 1.94rem, 3.44rem);
}

.step {
	display: none;
}

.step:first-child {
	display: block;
}

.progress-wp {
	width: 80%;
	margin: 0 auto;
}

.progress-wp .progress {
	height: 2px;
	background-color: #00BFB3;
	border-radius: 30px;
	display: block;
	margin-bottom: 35px;
}

.progress-wp .bar {
	height: 100%;
	background-color: #23346F;
	width: 0%;
	transition: width 0.3s;
	border-radius: 30px;
}

.progress-wp .text {
	font-family: 'HelveticaNeue-Light';
	font-size: clamp(1rem, 0vw + 1rem, 1rem);
	line-height: normal;
	color: #5C4632;
	text-align: center;
	margin-bottom: 5px;
}

section.quiz {
	height: auto;
	padding: clamp(3.13rem, 4.38vw + 2.25rem, 7.5rem) 0 0 0;
}

.result-content {
	display: flex;
	gap: 50px;
	width: 70%;
	margin: 0 auto;
	align-items: flex-end;
}

@media (max-width: 1580px) {
	.result-content {
		width: 80%;
	}
}

@media (max-width: 1327px) {
	.result-content {
		width: 90%;
	}
}

@media (max-width: 989px) {
	.result-content {
		width: 100%;
		flex-direction: column;
		gap: 0;
	}
}

.result-content .result-box .result-img {
	width: 100%;
	min-width: 457px;
}

@media (max-width: 989px) {
	.result-content .result-box .result-img {
		display: flex;
		width: 100%;
		min-width: auto;
	}
}

.result-content .questionnaire--header {
	text-align: left;
	margin: 0;
}

.result-content .questionnaire--header .title {
	margin: 0 0 15px 0;
}

.result-content .questionnaire--header .title h2 {
	font-size: clamp(1.63rem, 0.88vw + 1.45rem, 2.5rem);
	font-family: 'HelveticaNeue-CondensedBold';
	line-height: normal;
	margin: 0;
	color: #ffffff;
	text-transform: capitalize;
}

.result-content .result {
	font-family: 'HelveticaNeue-CondensedBold';
	font-size: clamp(1.5rem, 0.88vw + 1.33rem, 2.38rem);
	line-height: normal;
	margin: 0;
	color: #23346F;
}

.result-content .desc {
	padding-bottom: 25px;
}

.result-content .desc p {
	font-family: 'HelveticaNeue-Medium';
	font-size: clamp(1.13rem, 0.25vw + 1.08rem, 1.38rem);
	line-height: normal;
	color: #ffffff;
}

.result-content .desc p:last-child {
	margin-bottom: 0;
}

.result-content .problems {
	padding-bottom: 25px;
}

.result-content .problems p {
	font-family: 'HelveticaNeue';
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	line-height: normal;
	color: #ffffff;
	margin-bottom: 15px;
}

.result-content .problems ul {
	list-style: none;
}

.result-content .problems li {
	position: relative;
	font-family: 'HelveticaNeue-Medium';
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	line-height: normal;
	color: #ffffff;
	margin: 10px;
	display: flex;
	align-items: center;
}

.result-content .problems ul li::before {
	content: '\2713';
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #23346F;
	border: 2px solid #23346F;
	border-radius: 50%;
	text-align: center;
}

.questionnaire {
	position: relative;
}

.questionnaire .display-info {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: black;
	padding: 5px;
}

.questionnaire--header {
	margin: 30px 0;
	text-align: center;
}

.questionnaire--header .title {
	margin-bottom: 15px;
}

.questionnaire--header .title h2 {
	font-size: clamp(1.75rem, 0.88vw + 1.58rem, 2.63rem);
	font-family: 'HelveticaNeue-CondensedBold';
	line-height: normal;
	margin: 0;
	color: #ffffff;
	text-transform: capitalize;
}

.questionnaire--header p {
	font-family: 'HelveticaNeue-Light';
	font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
	line-height: normal;
	color: #ffffff;
}

.questionnaire--content {
	background-color: #D4DDD0;
	border: 2px #584632 solid;
	border-radius: 20px;
	padding: 30px;
	width: 60%;
	margin: 0 auto;
}

@media (max-width: 1280px) {
	.questionnaire--content {
		width: 80%;
	}
}

@media (max-width: 979px) {
	.questionnaire--content {
		width: 90%;
	}
}

@media (max-width: 580px) {
	.questionnaire--content {
		width: 100%;
	}
}

.questionnaire .question-container {
	text-align: center;
}

.questionnaire .question-container .question-ti {
	font-family: 'HelveticaNeue-Medium';
	font-size: clamp(1.75rem, 0.25vw + 1.7rem, 2rem);
	line-height: normal;
	color: #5C4632;
	margin-bottom: 25px;
}

.questionnaire .question-container .question_img {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 25px;
}

.questionnaire .question-container .question_img img {
	display: inline-block;
}

.questionnaire .question-container .answer-content .radio-label {
	display: inline-block;
	font-family: 'HelveticaNeue-Medium';
	font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
	line-height: normal;
	margin-right: 15px;
	padding: 0 clamp(2.19rem, 4.69vw + 1.25rem, 4.06rem);
	margin: 0;
	outline: none;
	background-color: #584632;
	border-radius: 10px;
	line-height: 50px;
	color: #ffffff;
	cursor: pointer;
}

.questionnaire .question-container .answer-content .radio-label:last-child {
	margin-right: 0;
}

.questionnaire .question-container .answer-content .radio-label input[type=radio]:checked ~ .check {
	border: 5px solid #0DFF92;
}

.questionnaire .question-container .answer-content .radio-label input[type=radio]:checked ~ .check::before {
	background: #0DFF92;
}

.questionnaire .question-container .answer-content .radio-label input[type=radio]:checked ~ label {
	color: #0DFF92;
}

/*# sourceMappingURL=style.css.map */