/*!
Theme Name: TBX - Core
Theme URI: http://underscores.me/
Author: TBX
Author URI: http://underscores.me/
Description: Description
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: tbx-core
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.

TBX - Core 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
--------------------------------------------------------------*/

/* General
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

.loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 5;
	animation: loadingFade 1.5s forwards;
}

footer {
	display: none !important;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
	font-family: "GT Walsheim Pro";
	src: url("fonts/GTWalsheimProBold.otf") format("opentype");
	font-weight: 700;
}

@font-face {
	font-family: "GT Walsheim Pro";
	src: url("fonts/GTWalsheimProRegular.otf") format("opentype");
	font-weight: 400;
}

h1 {
	font-family: "GT Walsheim Pro";
	font-weight: 700;
	margin: 0 0 45px;
	font-size: 60px;
	line-height: 63px;
}

@media (max-width: 768px) {

	h1 {
		font-size: 35px;
		line-height: 40px;
	}
}

h2 {
	font-family: "GT Walsheim Pro";
	font-weight: 700;
	margin: 0 0 35px;
	font-size: 50px;
	line-height: 57px;
}

h3 {
	font-family: "GT Walsheim Pro";
	font-weight: 400;
	margin: 0 0 35px;
}

h4 {
	font-family: "GT Walsheim Pro";
	font-weight: 400;
	margin: 0 0 25px;
}

h5 {
	font-family: "GT Walsheim Pro";
	font-weight: 400;
	margin: 0 0 15px;
}

h6 {
	font-family: "GT Walsheim Pro";
	font-weight: 400;
	margin: 0 0 10px;
}

p {
	font-family: "GT Walsheim Pro";
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 10px;
}

@media (max-width: 768px) {

	p {
		font-size: 18px;
		line-height: 24px;
	}
}

select {
	color: white;
	font-family: "GT Walsheim Pro", sans-serif;
	font-weight: 700;
	font-size: 22px;
	padding: 12px 20px;
	min-width: 275px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("media/svg/arrow-down.svg") no-repeat;
	padding-right: 20px;
	background-position: 93% center;
	background-size: 16px;
	background-color: #3b3b3b;
}

@media (max-width: 768px) {

	select {
		font-size: 18px;
	}
}

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

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

/* Pages
--------------------------------------------- */
@keyframes loadingFade {

	0% {
		opacity: 100%;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.page-template-page-language-selector {
	background: white;
	height: 100vh;
	position: relative;
}

.page-template-page-language-selector main.language-selector {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	max-width: 1920px;
	background: #151615;
	margin: 0 auto;
}

.page-template-page-language-selector .content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	width: calc(100% - 150px);
}

.page-template-page-language-selector .content-wrapper h1 {
	color: white;
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
}

.page-template-page-language-selector .content-wrapper h1 strong {
	font-weight: 700;
}

.page-template-page-language-selector .content-wrapper p {
	color: white;
	margin: 0 0 45px;
	text-align: center;
	max-width: 550px;
}

.page-template-page-language-selector .content-wrapper select {
	margin-bottom: 350px;
}

.page-template-page-language-selector .world-map-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.15;
	z-index: 1;
	width: 100%;
}

.page-template-page-language-selector .world-map-container img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.page-template-page-language-selector .logo-wrapper {
	display: flex;
	gap: 60px;
	position: absolute;
	bottom: 25%;
	width: 100%;
	max-width: 1920px;
	justify-content: center;
}

@media (max-width: 998px) {

	.page-template-page-language-selector .content-wrapper {
		width: calc(100% - 90px);
	}

	.page-template-page-language-selector .content-wrapper h1 strong {
		display: block;
	}
}

@media (max-width: 768px) {

	.page-template-page-language-selector .content-wrapper {
		top: 85px;
		transform: translateX(-50%);
	}

	.page-template-page-language-selector .content-wrapper select {
		margin-bottom: 275px;
	}

	.page-template-page-language-selector .world-map-container {
		top: 65%;
		transform: translateX(-50%) translateY(-60%);
		overflow: hidden;
	}

	.page-template-page-language-selector .world-map-container img {
		width: 130%;
		position: relative;
		left: -15%;
	}

	.page-template-page-language-selector .logo-wrapper {
		bottom: 75px;
	}
}

@keyframes fadeUp {

	0% {
		opacity: 0;
		bottom: -100px;
	}

	100% {
		opacity: 1;
		bottom: 0;
	}
}

.page-template-page-espring main {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1882352941);
}

.page-template-page-espring .hero {
	width: 100%;
	height: 100vh;
	min-height: 500px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background-color: black;
}

.page-template-page-espring .hero .content-wrapper {
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	opacity: 0;
}

.page-template-page-espring .hero .content-wrapper h1 {
	color: white;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}

.page-template-page-espring .hero .content-wrapper h2 {
	color: white;
	position: relative;
	text-align: center;
	white-space: nowrap;
	line-height: 50px;
	margin-bottom: 15px;
}

.page-template-page-espring .hero .content-wrapper h2 span.tm {
	font-size: 14px;
	position: relative;
	bottom: 20px;
}

.page-template-page-espring .hero .content-wrapper p.intro-text {
	color: white;
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 25px;
	opacity: 0;
	position: relative;
	text-align: center;
}

.page-template-page-espring .hero .content-wrapper p.intro-text span {
	font-weight: 700;
}

.page-template-page-espring .hero .content-wrapper .exclusively-by-amway {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	opacity: 0;
	position: relative;
}

.page-template-page-espring .hero .content-wrapper .exclusively-by-amway p {
	font-size: 17px;
	margin: 0;
	color: white;
}

.page-template-page-espring .hero .last-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 90%;
	max-width: 825px;
	opacity: 0;
}

.page-template-page-espring .hero .last-content h1 {
	color: white;
	font-weight: 400;
	font-size: 80px;
	line-height: 83px;
}

.page-template-page-espring .hero .last-content p {
	color: white;
	font-size: 50px;
	line-height: 57px;
}

.page-template-page-espring .hero video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 800px) {

	.page-template-page-espring .hero .content-wrapper h1 {
		font-size: 50px;
		line-height: 57px;
		margin-bottom: 15px;
	}

	.page-template-page-espring .hero .content-wrapper h2 {
		font-size: 35px;
		line-height: 40px;
		white-space: normal;
	}

	.page-template-page-espring .hero .content-wrapper h2 span.second-line {
		display: block;
	}

	.page-template-page-espring .hero .content-wrapper p.intro-text {
		font-size: 22px;
		line-height: 25px;
		padding: 0 30px;
	}

	.page-template-page-espring .hero .content-wrapper .exclusively-by-amway p {
		font-size: 14px;
	}

	.page-template-page-espring .hero .content-wrapper .exclusively-by-amway img.amway-logo {
		width: 60px;
	}

	.page-template-page-espring .hero .last-content {
		width: 100%;
		padding: 0 50px;
	}

	.page-template-page-espring .hero .last-content h1 {
		font-size: 50px;
		line-height: 53px;
		margin-bottom: 25px;
	}

	.page-template-page-espring .hero .last-content p {
		font-size: 35px;
		line-height: 40px;
	}
}

.page-template-page-espring .filter-components {
	background-color: #252524;
	position: relative;
	height: 100vh;
}

.page-template-page-espring .filter-components .content-wrapper {
	width: 1100px;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	opacity: 1;
}

.page-template-page-espring .filter-components .content-wrapper .content {
	width: 700px;
	position: relative;
}

.page-template-page-espring .filter-components .content-wrapper .content h2 {
	color: white;
	display: flex;
	align-items: center;
	gap: 65px;
}

.page-template-page-espring .filter-components .content-wrapper .content h2 span.horizontal-line {
	height: 1px;
	width: auto;
	background: white;
	display: inline-block;
	flex: 1;
}

.page-template-page-espring .filter-components .content-wrapper .content p {
	color: white;
}

.page-template-page-espring .filter-components .content-wrapper .image {
	width: 400px;
}

.page-template-page-espring .filter-components .content-wrapper:nth-child(1) {
	z-index: 4;
}

.page-template-page-espring .filter-components .content-wrapper:nth-child(2) {
	z-index: 3;
}

.page-template-page-espring .filter-components .content-wrapper:nth-child(3) {
	z-index: 2;
}

.page-template-page-espring .filter-components .content-wrapper:nth-child(4) {
	z-index: 1;
}

@media (max-width: 1200px) {

	.page-template-page-espring .filter-components .content-wrapper {
		width: 90%;
	}

	.page-template-page-espring .filter-components .content-wrapper .content {
		width: 70%;
	}

	.page-template-page-espring .filter-components .content-wrapper .image {
		width: 30%;
	}

	.page-template-page-espring .filter-components .content-wrapper .image img {
		width: 100%;
	}
}

@media (max-width: 800px) {

	.page-template-page-espring .filter-components .content-wrapper {
		width: 100%;
		padding-left: 20px;
		align-items: flex-start;
	}

	.page-template-page-espring .filter-components .content-wrapper .content {
		width: 60%;
		bottom: -230px;
		z-index: 2;
	}

	.page-template-page-espring .filter-components .content-wrapper .content h2 {
		gap: 35px;
		font-size: 35px;
		line-height: 38px;
	}

	.page-template-page-espring .filter-components .content-wrapper .content h2 span.horizontal-line {
		min-width: 45px;
	}

	.page-template-page-espring .filter-components .content-wrapper .image {
		width: 40%;
		z-index: 1;
	}

	.page-template-page-espring .filter-components .content-wrapper .image img {
		height: 80vh;
		width: auto;
		position: relative;
		left: -25px;
	}
}

.page-template-page-espring .stats-top {
	padding: 145px 85px 100px;
}

.page-template-page-espring .stats-top .content-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
}

.page-template-page-espring .stats-top .content-wrapper .left {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-template-page-espring .stats-top .content-wrapper .left h2 {
	color: #00a9e0;
	font-size: 100px;
	line-height: 80px;
	margin-bottom: 35px;
}

.page-template-page-espring .stats-top .content-wrapper .left h4 {
	color: #00a9e0;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 55px;
}

.page-template-page-espring .stats-top .content-wrapper .left .change-stats-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 35px;
}

.page-template-page-espring .stats-top .content-wrapper .left .change-stats-grid .stat-item {
	text-align: center;
}

.page-template-page-espring .stats-top .content-wrapper .left .change-stats-grid .stat-item img {
	height: 44px;
	width: auto;
	margin-bottom: 15px;
}

.page-template-page-espring .stats-top .content-wrapper .left .change-stats-grid .stat-item p.number {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #00a9e0;
}

.page-template-page-espring .stats-top .content-wrapper .left .change-stats-grid .stat-item p.text {
	font-size: 22px;
	font-weight: 400;
	color: #00a9e0;
	margin: 0;
	max-width: 120px;
}

.page-template-page-espring .stats-top .content-wrapper .right {
	width: 55%;
}

.page-template-page-espring .stats-top .content-wrapper .right h2 {
	margin-bottom: 25px;
	color: #00a9e0;
	font-size: 80px;
	font-weight: 700;
}

.page-template-page-espring .stats-top .content-wrapper .right p {
	font-size: 30px;
	line-height: 33px;
	color: #00a9e0;
	max-width: 485px;
}

@media (max-width: 1400px) {

	.page-template-page-espring .stats-top {
		padding: 145px 45px 100px;
	}

	.page-template-page-espring .stats-top .content-wrapper {
		gap: 85px;
	}
}

@media (max-width: 1100px) {

	.page-template-page-espring .stats-top .content-wrapper .left h2 {
		font-size: 80px;
		line-height: 60px;
		margin-bottom: 25px;
	}

	.page-template-page-espring .stats-top .content-wrapper .left h4 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 45px;
	}

	.page-template-page-espring .stats-top .content-wrapper .right h2 {
		font-size: 60px;
		line-height: 60px;
	}

	.page-template-page-espring .stats-top .content-wrapper .right p {
		font-size: 26px;
		line-height: 30px;
	}
}

@media (max-width: 800px) {

	.page-template-page-espring .stats-top {
		padding: 60px 25px;
	}

	.page-template-page-espring .stats-top .content-wrapper {
		flex-direction: column-reverse;
		gap: 45px;
	}

	.page-template-page-espring .stats-top .content-wrapper .left {
		width: 100%;
		align-items: flex-start;
	}

	.page-template-page-espring .stats-top .content-wrapper .left h2 {
		font-size: 60px;
		line-height: 60px;
	}

	.page-template-page-espring .stats-top .content-wrapper .left h4 {
		font-size: 30px;
		line-height: 33px;
	}

	.page-template-page-espring .stats-top .content-wrapper .left .change-stats-grid {
		width: 100%;
	}

	.page-template-page-espring .stats-top .content-wrapper .left .change-stats-grid .stat-item p.number {
		margin-bottom: 15px;
	}

	.page-template-page-espring .stats-top .content-wrapper .left .change-stats-grid .stat-item p.text {
		font-size: 18px;
		line-height: 30px;
	}

	.page-template-page-espring .stats-top .content-wrapper .right {
		width: 100%;
	}

	.page-template-page-espring .stats-top .content-wrapper .right h2 {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 25px;
	}

	.page-template-page-espring .stats-top .content-wrapper .right p {
		font-size: 22px;
		line-height: 25px;
	}
}

.page-template-page-espring .stats-bottom {
	background-color: #00a9e0;
	position: relative;
	padding: 220px 85px 175px;
}

.page-template-page-espring .stats-bottom .content-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	position: relative;
}

.page-template-page-espring .stats-bottom .content-wrapper .left {
	width: 50%;
}

.page-template-page-espring .stats-bottom .content-wrapper .left h2 {
	color: white;
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 25px;
}

.page-template-page-espring .stats-bottom .content-wrapper .left h1 {
	color: white;
	font-size: 180px;
	line-height: 140px;
	font-weight: 700;
	margin: 35px 0 0;
}

.page-template-page-espring .stats-bottom .content-wrapper .right {
	position: relative;
	width: 50%;
}

.page-template-page-espring .stats-bottom .content-wrapper .right .stats {
	text-align: center;
}

.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-title,
.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-title {
	font-size: 30px;
	color: white;
}

.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-1 p.stat,
.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-2 p.stat {
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	color: white;
}

.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-text,
.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-text {
	font-size: 30px;
	color: white;
}

.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-1 {
	margin-bottom: 50px;
}

.page-template-page-espring .stats-bottom .content-wrapper img.desktop {
	position: absolute;
	top: -530px;
	right: -150px;
	max-width: 1000px;
}

.page-template-page-espring .stats-bottom .content-wrapper img.mobile {
	display: none;
}

@media (max-width: 1600px) {

	.page-template-page-espring .stats-bottom .content-wrapper img.desktop {
		right: -350px;
		width: 100%;
	}
}

@media (max-width: 1400px) {

	.page-template-page-espring .stats-bottom {
		padding: 145px 45px 100px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper img.desktop {
		right: -350px;
		width: 100%;
	}
}

@media (max-width: 1100px) {

	.page-template-page-espring .stats-bottom .content-wrapper .left h2 {
		font-size: 60px;
		line-height: 37px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .left h1 {
		font-size: 140px;
		line-height: 120px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-title,
	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-title {
		font-size: 25px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-1 p.stat,
	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-2 p.stat {
		font-size: 60px;
		line-height: 60px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-text,
	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-text {
		font-size: 25px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper img.desktop {
		top: -500px;
	}
}

@media (max-width: 800px) {

	.page-template-page-espring .stats-bottom {
		padding: 60px 0;
	}

	.page-template-page-espring .stats-bottom .content-wrapper {
		flex-direction: column;
		gap: 275px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .left {
		width: 100%;
		padding: 0 25px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .left h2 {
		font-size: 50px;
		line-height: 53px;
		margin-bottom: 0;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .left h1 {
		font-size: 100px;
		line-height: 104px;
		margin-top: 0;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .right {
		width: 100%;
		padding: 0 25px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-title,
	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-title {
		font-size: 25px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-1 p.stat,
	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-2 p.stat {
		font-size: 60px;
		line-height: 60px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-text,
	.page-template-page-espring .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-text {
		font-size: 25px;
	}

	.page-template-page-espring .stats-bottom .content-wrapper img.desktop {
		display: none;
	}

	.page-template-page-espring .stats-bottom .content-wrapper img.mobile {
		display: block;
		position: absolute;
		top: 220px;
		right: 50%;
		width: 100%;
		max-width: 650px;
		transform: translate(50%);
	}
}

@media (max-width: 600px) {

	.page-template-page-espring .stats-bottom .content-wrapper img.mobile {
		max-width: none;
		width: 700px;
		top: 200px;
	}
}

.page-template-page-espring .uv-leds {
	height: 100vh;
	position: relative;
	background-color: #1c1c1c;
}

.page-template-page-espring .uv-leds .content {
	position: absolute;
	top: 155px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
}

.page-template-page-espring .uv-leds .content h2 {
	color: white;
	font-size: 100px;
	line-height: 80px;
	margin-bottom: 35px;
}

.page-template-page-espring .uv-leds .content h4 {
	color: white;
	font-size: 30px;
	line-height: 35px;
	width: 90%;
	margin: 0 auto;
}

.page-template-page-espring .uv-leds video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

@media (max-width: 998px) {

	.page-template-page-espring .uv-leds .content {
		top: 110px;
	}

	.page-template-page-espring .uv-leds .content h2 {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 25px;
	}

	.page-template-page-espring .uv-leds .content h4 {
		font-size: 22px;
		line-height: 24px;
	}
}

.page-template-page-espring .led-stats {
	height: 100vh;
	position: relative;
}

.page-template-page-espring .led-stats video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.page-template-page-espring .led-stats .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #1f4967;
	opacity: 0.65;
}

.page-template-page-espring .led-stats .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
	width: 90%;
}

.page-template-page-espring .led-stats .content h2 {
	font-size: 80px;
	line-height: 60px;
	margin-bottom: 25px;
	color: white;
}

.page-template-page-espring .led-stats .content h3 {
	font-size: 60px;
	font-weight: 400;
	color: white;
	margin-bottom: 35px;
}

.page-template-page-espring .led-stats .content p {
	line-height: 25px;
}

@media (max-width: 800px) {

	.page-template-page-espring .led-stats .content h3 {
		font-size: 35px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	.page-template-page-espring .led-stats .content h2 {
		font-size: 50px;
		line-height: 53px;
		margin-bottom: 5px;
	}

	.page-template-page-espring .led-stats .content p {
		line-height: 10px;
	}
}

.page-template-page-espring .certifications {
	padding: 100px 85px;
	background-color: #202020;
}

.page-template-page-espring .certifications .content-wrapper {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	gap: 45px;
}

.page-template-page-espring .certifications .content-wrapper .heading {
	width: 33.33%;
}

.page-template-page-espring .certifications .content-wrapper .heading h2 {
	color: white;
	font-weight: 400;
	font-size: 80px;
	line-height: 83px;
}

.page-template-page-espring .certifications .content-wrapper .heading h2 strong {
	font-weight: 700;
}

.page-template-page-espring .certifications .content-wrapper .certification-wrapper {
	display: flex;
	width: 66.66%;
	flex: 1;
	gap: 25px;
}

.page-template-page-espring .certifications .content-wrapper .certification-wrapper .certification {
	display: flex;
	align-items: flex-start;
	flex: 1;
	width: 50%;
}

.page-template-page-espring .certifications .content-wrapper .certification-wrapper .certification img {
	width: 100%;
	max-width: 135px;
}

.page-template-page-espring .certifications .content-wrapper .certification-wrapper .certification p {
	color: white;
	width: 260px;
	margin-left: 25px;
}

@media (max-width: 1400px) {

	.page-template-page-espring .certifications {
		padding: 100px 45px;
	}

	.page-template-page-espring .certifications .content-wrapper .heading h2 {
		font-size: 60px;
		line-height: 63px;
	}

	.page-template-page-espring .certifications .content-wrapper .certification-wrapper {
		flex-direction: column;
		gap: 25px;
	}

	.page-template-page-espring .certifications .content-wrapper .certification-wrapper .certification {
		width: 100%;
	}

	.page-template-page-espring .certifications .content-wrapper .certification-wrapper .certification p {
		width: 100%;
		max-width: 450px;
	}
}

@media (max-width: 800px) {

	.page-template-page-espring .certifications {
		padding: 45px 30px 85px;
	}

	.page-template-page-espring .certifications .content-wrapper {
		flex-direction: column;
		gap: 45px;
	}

	.page-template-page-espring .certifications .content-wrapper .heading {
		width: 100%;
	}

	.page-template-page-espring .certifications .content-wrapper .heading h2 {
		font-size: 50px;
		line-height: 53px;
		margin-bottom: 15px;
	}

	.page-template-page-espring .certifications .content-wrapper .certification-wrapper {
		width: 100%;
		gap: 55px;
	}

	.page-template-page-espring .certifications .content-wrapper .certification-wrapper .certification {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
}

.page-template-page-espring .space {
	padding: 120px 85px 100px;
}

.page-template-page-espring .space h2 {
	font-size: 60px;
	line-height: 63px;
	font-weight: 400;
	color: #00a9e0;
	text-align: center;
	margin-bottom: 100px;
}

.page-template-page-espring .space .content-wrapper {
	display: flex;
	gap: 50px;
}

.page-template-page-espring .space .content-wrapper .left {
	width: 50%;
	overflow: hidden;
	position: relative;
}

.page-template-page-espring .space .content-wrapper .left h4 {
	font-size: 30px;
	color: #00a9e0;
}

.page-template-page-espring .space .content-wrapper .left .slide-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-page-espring .space .content-wrapper .left .left-pagination {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
}

.page-template-page-espring .space .content-wrapper .left .left-pagination .swiper-pagination-bullet {
	background: white;
	border: solid 1.5px white;
	margin: 0 15px;
	width: 16px;
	height: 16px;
	opacity: 1;
}

.page-template-page-espring .space .content-wrapper .left .left-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
}

.page-template-page-espring .space .content-wrapper .right {
	width: 50%;
	overflow: hidden;
	position: relative;
}

.page-template-page-espring .space .content-wrapper .right h4 {
	font-size: 30px;
	color: #00a9e0;
}

.page-template-page-espring .space .content-wrapper .right .slide-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-page-espring .space .content-wrapper .right .right-pagination {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
}

.page-template-page-espring .space .content-wrapper .right .right-pagination .swiper-pagination-bullet {
	background: white;
	border: solid 1.5px white;
	margin: 0 15px;
	width: 16px;
	height: 16px;
	opacity: 1;
}

.page-template-page-espring .space .content-wrapper .right .right-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
}

@media (max-width: 1200px) {

	.page-template-page-espring .space {
		padding: 85px 40px 65px;
	}

	.page-template-page-espring .space h2 {
		margin-bottom: 35px;
		text-align: left;
	}
}

@media (max-width: 800px) {

	.page-template-page-espring .space {
		padding: 65px 0 0;
		margin-bottom: -6px;
	}

	.page-template-page-espring .space h2 {
		padding: 0 20px;
		font-size: 35px;
		line-height: 40px;
		max-width: 320px;
	}

	.page-template-page-espring .space .content-wrapper {
		flex-direction: column;
		gap: 35px;
	}

	.page-template-page-espring .space .content-wrapper .left {
		width: 100%;
	}

	.page-template-page-espring .space .content-wrapper .left h4 {
		padding-left: 20px;
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.page-template-page-espring .space .content-wrapper .left .left-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}

	.page-template-page-espring .space .content-wrapper .right {
		width: 100%;
	}

	.page-template-page-espring .space .content-wrapper .right h4 {
		padding-left: 20px;
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.page-template-page-espring .space .content-wrapper .right .right-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}
}

@media (max-width: 500px) {

	.page-template-page-espring .space .content-wrapper .left .slide-content img {
		height: 300px;
	}

	.page-template-page-espring .space .content-wrapper .right .slide-content img {
		height: 300px;
	}
}

.page-template-page-espring .app {
	background-color: #0c0c0c;
	padding: 185px 85px;
	height: 100vh;
	position: relative;
}

.page-template-page-espring .app .content-wrapper {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	align-items: center;
}

.page-template-page-espring .app .content-wrapper .content {
	width: 100%;
	max-width: 50%;
	padding-right: 100px;
}

.page-template-page-espring .app .content-wrapper .content h2 {
	color: white;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 35px;
}

.page-template-page-espring .app .content-wrapper .content h2 span.trademark {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	bottom: 25px;
}

.page-template-page-espring .app .content-wrapper .content h4 {
	color: white;
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 75px;
}

.page-template-page-espring .app .content-wrapper .content .phone-container {
	position: absolute;
	top: 50%;
	left: 55%;
	width: 500px;
	height: 600px;
	transform: translateY(-50%);
}

.page-template-page-espring .app .content-wrapper .content .phone-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.page-template-page-espring .app .content-wrapper .content .feature-list img {
	margin-right: 10px;
}

.page-template-page-espring .app .content-wrapper .content .feature-list p {
	opacity: 0.3;
	color: white;
	margin-bottom: 35px;
	position: relative;
	filter: saturate(0);
}

.page-template-page-espring .app .content-wrapper .content .feature-list p:first-child {
	opacity: 1;
	filter: saturate(1);
}

@media (max-width: 1200px) {

	.page-template-page-espring .app {
		padding: 185px 65px;
	}

	.page-template-page-espring .app .content-wrapper .content .phone-container {
		width: 400px;
	}
}

@media (max-width: 1100px) {

	.page-template-page-espring .app {
		padding: 65px 20px 45px;
	}

	.page-template-page-espring .app .content-wrapper {
		flex-direction: column;
		position: relative;
		justify-content: center;
	}

	.page-template-page-espring .app .content-wrapper .content {
		width: 100%;
		padding: 0;
		max-width: 500px;
	}

	.page-template-page-espring .app .content-wrapper .content h2 {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	.page-template-page-espring .app .content-wrapper .content h2 span.trademark {
		font-size: 10px;
		bottom: 12px;
	}

	.page-template-page-espring .app .content-wrapper .content h4 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0;
	}

	.page-template-page-espring .app .content-wrapper .content .phone-container {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		margin: 25px 0;
		height: 325px;
	}

	.page-template-page-espring .app .content-wrapper .content .phone-container img {
		max-width: 250px;
	}

	.page-template-page-espring .app .content-wrapper .content .feature-list {
		width: 100%;
	}

	.page-template-page-espring .app .content-wrapper .content .feature-list p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
		padding-left: 30px;
	}

	.page-template-page-espring .app .content-wrapper .content .feature-list p img {
		position: absolute;
		left: 0;
		top: 4px;
		margin-right: 0;
	}
}

@media (max-width: 600px) {

	.page-template-page-espring .app .content-wrapper .content .phone-container {
		width: 100%;
		margin: 15px 0;
	}
}

@media (max-width: 375px) {

	.page-template-page-espring .app .content-wrapper .content .phone-container {
		height: 300px;
	}

	.page-template-page-espring .app .content-wrapper .content .phone-container img {
		max-width: 200px;
	}
}

.page-template-page-espring .comparison {
	height: 100vh;
}

.page-template-page-espring .comparison .content-wrapper {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.page-template-page-espring .comparison .content-wrapper .left {
	width: 50%;
	position: relative;
	height: 100%;
	background-color: #0589d1;
	padding: 0 100px;
}

.page-template-page-espring .comparison .content-wrapper .left h2 {
	position: absolute;
	top: 15vh;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-weight: 400;
	margin: 0;
	z-index: 2;
	width: 90%;
	max-width: 770px;
}

.page-template-page-espring .comparison .content-wrapper .left video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 75%;
}

.page-template-page-espring .comparison .content-wrapper .right {
	width: 50%;
	height: 100%;
	background-color: #215184;
	position: relative;
}

.page-template-page-espring .comparison .content-wrapper .right .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 650px;
}

.page-template-page-espring .comparison .content-wrapper .right .content h2 {
	color: white;
	margin-bottom: 30px;
	font-size: 60px;
	line-height: 63px;
}

.page-template-page-espring .comparison .content-wrapper .right .content .changing-content,
.page-template-page-espring .comparison .content-wrapper .right .content .changing-content-bottom {
	position: relative;
	margin-bottom: 180px;
}

.page-template-page-espring .comparison .content-wrapper .right .content .changing-content .comparison-item,
.page-template-page-espring .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.page-template-page-espring .comparison .content-wrapper .right .content .changing-content .comparison-item p,
.page-template-page-espring .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item p {
	color: white;
	max-width: 600px;
	margin: 0;
	padding-left: 45px;
	position: relative;
	font-size: 30px;
	line-height: 33px;
}

.page-template-page-espring .comparison .content-wrapper .right .content .changing-content .comparison-item p img,
.page-template-page-espring .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item p img {
	position: absolute;
	left: 0;
	top: -3px;
}

.page-template-page-espring .comparison .content-wrapper .right .content .dot-wrapper {
	display: flex;
	gap: 35px;
	justify-content: center;
	margin-top: 175px;
}

.page-template-page-espring .comparison .content-wrapper .right .content .dot-wrapper .dot {
	width: 16px;
	height: 16px;
	border: solid 1px #00a9e0;
	background-color: #00a9e0;
	border-radius: 50px;
}

@media (max-width: 1000px) {

	.page-template-page-espring .comparison .content-wrapper .left h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content .comparison-item p {
		font-size: 22px;
		line-height: 33px;
	}
}

@media (max-width: 800px) {

	.page-template-page-espring .comparison .content-wrapper {
		flex-direction: column;
	}

	.page-template-page-espring .comparison .content-wrapper .left {
		width: 100%;
		height: 60vh;
	}

	.page-template-page-espring .comparison .content-wrapper .left h2 {
		top: 35px;
	}

	.page-template-page-espring .comparison .content-wrapper .right {
		width: 100%;
		height: 40vh;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content {
		padding: 35px 20px;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content h2 {
		text-align: center;
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 35px;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content,
	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content-bottom {
		margin-bottom: 85px;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content .comparison-item,
	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item {
		padding-left: 45px;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content .comparison-item p,
	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item p {
		text-align: left;
		font-size: 20px;
		line-height: 23px;
		padding-left: 0;
		max-width: 260px;
		margin: 0 auto;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content .comparison-item p img,
	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item p img {
		position: absolute;
		left: -45px;
		top: -4px;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content .dot-wrapper {
		margin-top: 95px;
		gap: 20px;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content .dot-wrapper .dot {
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 400px) {

	.page-template-page-espring .comparison .content-wrapper .left {
		height: 55vh;
	}

	.page-template-page-espring .comparison .content-wrapper .left h2 {
		top: 20px;
		font-size: 24px;
		line-height: 30px;
	}

	.page-template-page-espring .comparison .content-wrapper .right {
		height: 45vh;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content {
		width: 100%;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content h2 {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content,
	.page-template-page-espring .comparison .content-wrapper .right .content .changing-content-bottom {
		margin-bottom: 100px;
	}
}

.page-template-page-espring .rewards .content-wrapper {
	display: flex;
}

.page-template-page-espring .rewards .content-wrapper .left {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 225px 0;
	background-color: #151615;
}

.page-template-page-espring .rewards .content-wrapper .left .content {
	width: 90%;
	max-width: 580px;
	margin: 0 auto;
}

.page-template-page-espring .rewards .content-wrapper .left .content h2 {
	color: white;
	font-weight: 400;
	font-size: 60px;
	line-height: 63px;
}

.page-template-page-espring .rewards .content-wrapper .left .content h4 {
	color: white;
	font-size: 30px;
	font-weight: 700;
	line-height: 33px;
}

.page-template-page-espring .rewards .content-wrapper .left .content p {
	color: white;
}

.page-template-page-espring .rewards .content-wrapper .right {
	width: 50%;
	position: relative;
	background-color: black;
}

.page-template-page-espring .rewards .content-wrapper .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1400px) {

	.page-template-page-espring .rewards .content-wrapper .left {
		padding: 150px 0;
	}
}

@media (max-width: 1100px) {

	.page-template-page-espring .rewards .content-wrapper .left .content h2 {
		font-size: 40px;
		line-height: 43px;
	}

	.page-template-page-espring .rewards .content-wrapper .left .content h4 {
		font-size: 25px;
		line-height: 28px;
	}

	.page-template-page-espring .rewards .content-wrapper .left .content p {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 800px) {

	.page-template-page-espring .rewards .content-wrapper {
		flex-direction: column;
	}

	.page-template-page-espring .rewards .content-wrapper .left {
		width: 100%;
		padding: 60px 0;
	}

	.page-template-page-espring .rewards .content-wrapper .left .content {
		width: 100%;
		padding: 0 20px;
	}

	.page-template-page-espring .rewards .content-wrapper .left .content h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.page-template-page-espring .rewards .content-wrapper .left .content h4 {
		font-size: 22px;
		line-height: 25px;
	}

	.page-template-page-espring .rewards .content-wrapper .right {
		width: 100%;
		aspect-ratio: 1;
	}
}

.page-template-page-espring .language-selector {
	overflow: hidden;
	max-width: 1920px;
	background: black;
	margin: 0 auto;
	height: 800px;
	position: relative;
}

.page-template-page-espring .language-selector .content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	width: calc(100% - 150px);
}

.page-template-page-espring .language-selector .content-wrapper h1 {
	color: white;
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
}

.page-template-page-espring .language-selector .content-wrapper h1 strong {
	font-weight: 700;
}

.page-template-page-espring .language-selector .content-wrapper p {
	color: white;
	margin: 0 0 45px;
	text-align: center;
	max-width: 550px;
}

.page-template-page-espring .language-selector .content-wrapper select {
	margin-bottom: 100px;
}

.page-template-page-espring .language-selector .content-wrapper .disclaimers {
	display: flex;
	gap: 60px;
}

.page-template-page-espring .language-selector .content-wrapper .disclaimers p {
	font-size: 17px;
	font-weight: 400;
	text-align: left;
}

.page-template-page-espring .language-selector .content-wrapper .logo-wrapper {
	display: flex;
	gap: 60px;
	justify-content: center;
}

.page-template-page-espring .language-selector .world-map-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.15;
	z-index: 1;
	width: 100%;
}

.page-template-page-espring .language-selector .world-map-container img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
}

@media (max-width: 800px) {

	.page-template-page-espring .language-selector {
		height: 700px;
	}

	.page-template-page-espring .language-selector .content-wrapper {
		width: 80%;
	}

	.page-template-page-espring .language-selector .content-wrapper h1 {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 25px;
	}

	.page-template-page-espring .language-selector .content-wrapper p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 25px;
	}

	.page-template-page-espring .language-selector .content-wrapper .disclaimers {
		flex-direction: column;
		gap: 0;
	}

	.page-template-page-espring .language-selector .content-wrapper .disclaimers p {
		text-align: center;
		font-size: 14px;
		line-height: 17px;
	}

	.page-template-page-espring .language-selector .content-wrapper .logo-wrapper {
		margin-top: 15px;
	}
}

.page-template-page-espring footer {
	display: none;
}


.page-template-page-espring#language-espring-kazakh {

	.stats-top {

		.content-wrapper {

			.right {

				h2 {
					font-size: 50px;
				}

				p {
					max-width: 100%;
				}
			}
		}
	}

	.uv-leds {

		.content {

			h2 {
				font-size: 70px;
			}
		}
	}

	.certifications {

		.content-wrapper {

			.heading {

				h2 {
					font-size: 45px;

					@media (max-width: 1300px) {
						font-size: 35px;
						line-height: 60px;
					}

					@media (max-width: 1000px) {
						font-size: 30px;
						line-height: 50px;
					}
				}
			}
		}
	}
}

.page-template-page-espring#language-espring-italian {

	.comparison {

		.content-wrapper {

			.right {

				.content {

					h2 {

						span.trademark {
							font-size: 30px;
							position: absolute;
							top: -15px;
						}
					}
				}
			}
		}
	}
}

.page-template-page-espring#language-espring-mongolian {

	.certifications {

		.content-wrapper {

			.heading {

				h2 {
					font-size: 60px;
					line-height: 70px;

					@media (max-width: 1300px) {
						font-size: 45px;
						line-height: 60px;
					}

					@media (max-width: 1000px) {
						font-size: 35px;
						line-height: 55px;
					}
				}
			}
		}
	}
}

.page-template-page-espring#language-espring-german {

	.certifications {

		.content-wrapper {

			.heading {

				h2 {
					font-size: 45px;
					line-height: 65px;

					@media (max-width: 1300px) {
						font-size: 35px;
						line-height: 60px;
					}

					@media (max-width: 1000px) {
						font-size: 30px;
						line-height: 55px;
					}
				}
			}
		}
	}
}

.page-template-page-espring#language-espring-ukrainian {

	.certifications {

		.content-wrapper {

			.heading {

				h2 {
					font-size: 60px;
					line-height: 70px;

					@media (max-width: 1300px) {
						font-size: 45px;
						line-height: 60px;
					}

					@media (max-width: 1000px) {
						font-size: 35px;
						line-height: 55px;
					}
				}
			}
		}
	}
}

.page-template-page-espring-noto {
	font-family: "Noto Sans", sans-serif;
}

.page-template-page-espring-noto main {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1882352941);
}

.page-template-page-espring-noto .hero {
	width: 100%;
	height: 100vh;
	min-height: 500px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background-color: black;
}

.page-template-page-espring-noto .hero .content-wrapper {
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	opacity: 0;
}

.page-template-page-espring-noto .hero .content-wrapper h1 {
	color: white;
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}

.page-template-page-espring-noto .hero .content-wrapper h2 {
	color: white;
	position: relative;
	text-align: center;
	white-space: nowrap;
	line-height: 50px;
	margin-bottom: 15px;
	font-size: 30px;
}

.page-template-page-espring-noto .hero .content-wrapper h2 span.tm {
	font-size: 14px;
	position: relative;
	bottom: 20px;
}

.page-template-page-espring-noto .hero .content-wrapper p.intro-text {
	color: white;
	font-size: 20px;
	line-height: 33px;
	margin-bottom: 25px;
	opacity: 0;
	position: relative;
	text-align: center;
}

.page-template-page-espring-noto .hero .content-wrapper p.intro-text span {
	font-weight: 700;
}

.page-template-page-espring-noto .hero .content-wrapper .exclusively-by-amway {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	opacity: 0;
	position: relative;
}

.page-template-page-espring-noto .hero .content-wrapper .exclusively-by-amway p {
	font-size: 13px;
	margin: 0;
	color: white;
}

.page-template-page-espring-noto .hero .last-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 90%;
	max-width: 825px;
	opacity: 0;
}

.page-template-page-espring-noto .hero .last-content h1 {
	color: white;
	font-weight: 400;
	font-size: 60px;
	line-height: 83px;
}

.page-template-page-espring-noto .hero .last-content p {
	color: white;
	font-size: 18px;
	line-height: 57px;
}

.page-template-page-espring-noto .hero video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-page-espring-noto .filter-components {
	background-color: #252524;
	position: relative;
	height: 100vh;
}

.page-template-page-espring-noto .filter-components .content-wrapper {
	width: 1100px;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	opacity: 1;
}

.page-template-page-espring-noto .filter-components .content-wrapper .content {
	width: 700px;
	position: relative;
}

.page-template-page-espring-noto .filter-components .content-wrapper .content h2 {
	color: white;
	display: flex;
	align-items: center;
	gap: 65px;
	font-size: 40px;
}

.page-template-page-espring-noto .filter-components .content-wrapper .content h2 span.horizontal-line {
	height: 1px;
	width: auto;
	background: white;
	display: inline-block;
	flex: 1;
}

.page-template-page-espring-noto .filter-components .content-wrapper .content p {
	color: white;
	font-size: 18px;
}

.page-template-page-espring-noto .filter-components .content-wrapper .image {
	width: 400px;
}

.page-template-page-espring-noto .filter-components .content-wrapper:nth-child(1) {
	z-index: 4;
}

.page-template-page-espring-noto .filter-components .content-wrapper:nth-child(2) {
	z-index: 3;
}

.page-template-page-espring-noto .filter-components .content-wrapper:nth-child(3) {
	z-index: 2;
}

.page-template-page-espring-noto .filter-components .content-wrapper:nth-child(4) {
	z-index: 1;
}

.page-template-page-espring-noto .stats-top {
	padding: 145px 85px 100px;
}

.page-template-page-espring-noto .stats-top .content-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
}

.page-template-page-espring-noto .stats-top .content-wrapper .left {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-template-page-espring-noto .stats-top .content-wrapper .left h2 {
	color: #00a9e0;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 35px;
}

.page-template-page-espring-noto .stats-top .content-wrapper .left h4 {
	color: #00a9e0;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 55px;
}

.page-template-page-espring-noto .stats-top .content-wrapper .left .change-stats-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 35px;
}

.page-template-page-espring-noto .stats-top .content-wrapper .left .change-stats-grid .stat-item {
	text-align: center;
}

.page-template-page-espring-noto .stats-top .content-wrapper .left .change-stats-grid .stat-item img {
	height: 44px;
	width: auto;
	margin-bottom: 15px;
}

.page-template-page-espring-noto .stats-top .content-wrapper .left .change-stats-grid .stat-item p.number {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #00a9e0;
}

.page-template-page-espring-noto .stats-top .content-wrapper .left .change-stats-grid .stat-item p.text {
	font-size: 18px;
	font-weight: 400;
	color: #00a9e0;
	margin: 0;
	max-width: 120px;
}

.page-template-page-espring-noto .stats-top .content-wrapper .right {
	width: 55%;
}

.page-template-page-espring-noto .stats-top .content-wrapper .right h1 {
	margin-bottom: 25px;
	color: #00a9e0;
	font-size: 60px;
	font-weight: 700;
}

.page-template-page-espring-noto .stats-top .content-wrapper .right p {
	font-size: 20px;
	line-height: 33px;
	color: #00a9e0;
	max-width: 485px;
}

.page-template-page-espring-noto .stats-bottom {
	background-color: #00a9e0;
	position: relative;
	padding: 220px 85px 175px;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	position: relative;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .left {
	width: 50%;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .left h2 {
	color: white;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 25px;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .left h1 {
	color: white;
	font-size: 60px;
	line-height: 140px;
	font-weight: 700;
	margin: 35px 0 0;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .right {
	position: relative;
	width: 50%;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats {
	text-align: center;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-1 {
	margin-bottom: 50px;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-title {
	font-size: 20px;
	color: white;
	margin-bottom: 10px;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-1 p.stat {
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
	color: white;
	margin-bottom: 10px;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-text {
	font-size: 20px;
	color: white;
	margin-bottom: 10px;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-title {
	font-size: 20px;
	color: white;
	margin-bottom: 10px;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-2 p.stat {
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
	color: white;
	margin-bottom: 10px;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-text {
	font-size: 20px;
	color: white;
	margin-bottom: 10px;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper img.desktop {
	position: absolute;
	top: -530px;
	right: -150px;
	max-width: 1000px;
}

.page-template-page-espring-noto .stats-bottom .content-wrapper img.mobile {
	display: none;
}

.page-template-page-espring-noto .uv-leds {
	height: 100vh;
	position: relative;
	background-color: #1c1c1c;
}

.page-template-page-espring-noto .uv-leds .content {
	position: absolute;
	top: 155px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
}

.page-template-page-espring-noto .uv-leds .content h2 {
	color: white;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 35px;
}

.page-template-page-espring-noto .uv-leds .content h4 {
	color: white;
	font-size: 20px;
	line-height: 35px;
	width: 90%;
	margin: 0 auto;
}

.page-template-page-espring-noto .uv-leds video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.page-template-page-espring-noto .led-stats {
	height: 100vh;
	position: relative;
}

.page-template-page-espring-noto .led-stats video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.page-template-page-espring-noto .led-stats .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #1f4967;
	opacity: 0.65;
}

.page-template-page-espring-noto .led-stats .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
	width: 90%;
}

.page-template-page-espring-noto .led-stats .content h2 {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 25px;
	color: white;
}

.page-template-page-espring-noto .led-stats .content h3 {
	font-size: 40px;
	font-weight: 400;
	color: white;
	margin-bottom: 35px;
}

.page-template-page-espring-noto .led-stats .content p {
	line-height: 25px;
}

.page-template-page-espring-noto .certifications {
	padding: 100px 85px;
	background-color: #202020;
}

.page-template-page-espring-noto .certifications .content-wrapper {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	gap: 45px;
}

.page-template-page-espring-noto .certifications .content-wrapper .heading {
	width: 33.33%;
}

.page-template-page-espring-noto .certifications .content-wrapper .heading h2 {
	color: white;
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
}

.page-template-page-espring-noto .certifications .content-wrapper .heading h2 strong {
	font-weight: 700;
}

.page-template-page-espring-noto .certifications .content-wrapper .certification-wrapper {
	display: flex;
	width: 66.66%;
	flex: 1;
	gap: 25px;
}

.page-template-page-espring-noto .certifications .content-wrapper .certification-wrapper .certification {
	display: flex;
	align-items: flex-start;
	flex: 1;
	width: 50%;
}

.page-template-page-espring-noto .certifications .content-wrapper .certification-wrapper .certification img {
	width: 100%;
	max-width: 135px;
}

.page-template-page-espring-noto .certifications .content-wrapper .certification-wrapper .certification p {
	color: white;
	width: 260px;
	margin-left: 25px;
	font-size: 18px;
}

.page-template-page-espring-noto .space {
	padding: 120px 85px 100px;
}

.page-template-page-espring-noto .space h2 {
	font-size: 40px;
	line-height: 63px;
	font-weight: 400;
	color: #00a9e0;
	text-align: center;
	margin-bottom: 100px;
}

.page-template-page-espring-noto .space .content-wrapper {
	display: flex;
	gap: 50px;
}

.page-template-page-espring-noto .space .content-wrapper .left {
	width: 50%;
	overflow: hidden;
	position: relative;
}

.page-template-page-espring-noto .space .content-wrapper .left h4 {
	font-size: 25px;
	color: #00a9e0;
}

.page-template-page-espring-noto .space .content-wrapper .left .slide-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-page-espring-noto .space .content-wrapper .left .left-pagination {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
}

.page-template-page-espring-noto .space .content-wrapper .left .left-pagination .swiper-pagination-bullet {
	background: white;
	border: solid 1.5px white;
	margin: 0 15px;
	width: 16px;
	height: 16px;
	opacity: 1;
}

.page-template-page-espring-noto .space .content-wrapper .left .left-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
}

.page-template-page-espring-noto .space .content-wrapper .right {
	width: 50%;
	overflow: hidden;
	position: relative;
}

.page-template-page-espring-noto .space .content-wrapper .right h4 {
	font-size: 25px;
	color: #00a9e0;
}

.page-template-page-espring-noto .space .content-wrapper .right .slide-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-page-espring-noto .space .content-wrapper .right .right-pagination {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
}

.page-template-page-espring-noto .space .content-wrapper .right .right-pagination .swiper-pagination-bullet {
	background: white;
	border: solid 1.5px white;
	margin: 0 15px;
	width: 16px;
	height: 16px;
	opacity: 1;
}

.page-template-page-espring-noto .space .content-wrapper .right .right-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
}

.page-template-page-espring-noto .app {
	background-color: #0c0c0c;
	padding: 185px 85px;
	height: 100vh;
	position: relative;
}

.page-template-page-espring-noto .app .content-wrapper {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	align-items: center;
}

.page-template-page-espring-noto .app .content-wrapper .content {
	width: 100%;
	max-width: 50%;
	padding-right: 100px;
}

.page-template-page-espring-noto .app .content-wrapper .content h2 {
	color: white;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 35px;
	font-size: 40px;
}

.page-template-page-espring-noto .app .content-wrapper .content h2 span.trademark {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	bottom: 25px;
}

.page-template-page-espring-noto .app .content-wrapper .content h4 {
	color: white;
	font-size: 20px;
	line-height: 33px;
	margin-bottom: 75px;
}

.page-template-page-espring-noto .app .content-wrapper .content .phone-container {
	position: absolute;
	top: 50%;
	left: 55%;
	width: 500px;
	height: 600px;
	transform: translateY(-50%);
}

.page-template-page-espring-noto .app .content-wrapper .content .phone-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.page-template-page-espring-noto .app .content-wrapper .content .feature-list img {
	margin-right: 10px;
}

.page-template-page-espring-noto .app .content-wrapper .content .feature-list p {
	opacity: 0.3;
	color: white;
	margin-bottom: 35px;
	position: relative;
	filter: saturate(0);
	font-size: 18px;
}

.page-template-page-espring-noto .app .content-wrapper .content .feature-list p:first-child {
	opacity: 1;
	filter: saturate(1);
}

.page-template-page-espring-noto .comparison {
	height: 100vh;
}

.page-template-page-espring-noto .comparison .content-wrapper {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.page-template-page-espring-noto .comparison .content-wrapper .left {
	width: 50%;
	position: relative;
	height: 100%;
	background-color: #0589d1;
	padding: 0 100px;
}

.page-template-page-espring-noto .comparison .content-wrapper .left h2 {
	position: absolute;
	top: 15vh;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-weight: 400;
	margin: 0;
	z-index: 2;
	width: 90%;
	max-width: 770px;
	font-size: 30px;
}

.page-template-page-espring-noto .comparison .content-wrapper .left video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 75%;
}

.page-template-page-espring-noto .comparison .content-wrapper .right {
	width: 50%;
	height: 100%;
	background-color: #215184;
	position: relative;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 650px;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content h2 {
	color: white;
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 63px;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content {
	position: relative;
	margin-bottom: 180px;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content .comparison-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content .comparison-item p {
	color: white;
	max-width: 600px;
	margin: 0;
	padding-left: 45px;
	position: relative;
	font-size: 20px;
	line-height: 33px;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content .comparison-item p img {
	position: absolute;
	left: 0;
	top: -3px;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content-bottom {
	position: relative;
	margin-bottom: 180px;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item p {
	color: white;
	max-width: 600px;
	margin: 0;
	padding-left: 45px;
	position: relative;
	font-size: 20px;
	line-height: 33px;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item p img {
	position: absolute;
	left: 0;
	top: -3px;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content .dot-wrapper {
	display: flex;
	gap: 35px;
	justify-content: center;
	margin-top: 175px;
}

.page-template-page-espring-noto .comparison .content-wrapper .right .content .dot-wrapper .dot {
	width: 16px;
	height: 16px;
	border: solid 1px #00a9e0;
	background-color: #00a9e0;
	border-radius: 50px;
}

.page-template-page-espring-noto .rewards .content-wrapper {
	display: flex;
}

.page-template-page-espring-noto .rewards .content-wrapper .left {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 225px 0;
	background-color: #151615;
}

.page-template-page-espring-noto .rewards .content-wrapper .left .content {
	width: 90%;
	max-width: 580px;
	margin: 0 auto;
}

.page-template-page-espring-noto .rewards .content-wrapper .left .content h2 {
	color: white;
	font-weight: 400;
	font-size: 40px;
	line-height: 63px;
}

.page-template-page-espring-noto .rewards .content-wrapper .left .content h4 {
	color: white;
	font-size: 20px;
	font-weight: 700;
	line-height: 33px;
}

.page-template-page-espring-noto .rewards .content-wrapper .left .content p {
	color: white;
	font-size: 18px;
}

.page-template-page-espring-noto .rewards .content-wrapper .right {
	width: 50%;
	position: relative;
	background-color: black;
}

.page-template-page-espring-noto .rewards .content-wrapper .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-page-espring-noto .language-selector {
	overflow: hidden;
	max-width: 1920px;
	background: black;
	margin: 0 auto;
	height: 800px;
	position: relative;
}

.page-template-page-espring-noto .language-selector .content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	width: calc(100% - 150px);
}

.page-template-page-espring-noto .language-selector .content-wrapper h1 {
	color: white;
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
	font-size: 40px;
}

.page-template-page-espring-noto .language-selector .content-wrapper h1 strong {
	font-weight: 700;
}

.page-template-page-espring-noto .language-selector .content-wrapper p {
	color: white;
	margin: 0 0 45px;
	text-align: center;
	max-width: 550px;
	font-size: 18px;
}

.page-template-page-espring-noto .language-selector .content-wrapper select {
	margin-bottom: 100px;
}

.page-template-page-espring-noto .language-selector .content-wrapper .disclaimers {
	display: flex;
	gap: 60px;
}

.page-template-page-espring-noto .language-selector .content-wrapper .disclaimers p {
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}

.page-template-page-espring-noto .language-selector .content-wrapper .logo-wrapper {
	display: flex;
	gap: 60px;
	justify-content: center;
}

.page-template-page-espring-noto .language-selector .world-map-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.15;
	z-index: 1;
	width: 100%;
}

.page-template-page-espring-noto .language-selector .world-map-container img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
}

.page-template-page-espring-noto footer {
	display: none;
}

@media (max-width: 800px) {

	.page-template-page-espring-noto .hero .content-wrapper h1 {
		font-size: 40px;
		line-height: 57px;
		margin-bottom: 15px;
	}

	.page-template-page-espring-noto .hero .content-wrapper h2 {
		font-size: 25px;
		line-height: 40px;
		white-space: normal;
	}

	.page-template-page-espring-noto .hero .content-wrapper h2 span.second-line {
		display: block;
	}

	.page-template-page-espring-noto .hero .content-wrapper p.intro-text {
		font-size: 18px;
		line-height: 25px;
		padding: 0 30px;
	}

	.page-template-page-espring-noto .hero .content-wrapper .exclusively-by-amway p {
		font-size: 11px;
	}

	.page-template-page-espring-noto .hero .content-wrapper .exclusively-by-amway img.amway-logo {
		width: 60px;
	}

	.page-template-page-espring-noto .hero .last-content {
		width: 100%;
		padding: 0 50px;
	}

	.page-template-page-espring-noto .hero .last-content h1 {
		font-size: 40px;
		line-height: 53px;
		margin-bottom: 25px;
	}

	.page-template-page-espring-noto .hero .last-content p {
		font-size: 14px;
		line-height: 40px;
	}

	.page-template-page-espring-noto .filter-components .content-wrapper {
		width: 100%;
		padding-left: 20px;
		align-items: flex-start;
	}

	.page-template-page-espring-noto .filter-components .content-wrapper .content {
		width: 60%;
		bottom: -230px;
		z-index: 2;
	}

	.page-template-page-espring-noto .filter-components .content-wrapper .content h2 {
		gap: 35px;
		font-size: 25px;
		line-height: 38px;
	}

	.page-template-page-espring-noto .filter-components .content-wrapper .content h2 span.horizontal-line {
		min-width: 45px;
	}

	.page-template-page-espring-noto .filter-components .content-wrapper .content p {
		font-size: 14px;
	}

	.page-template-page-espring-noto .filter-components .content-wrapper .image {
		width: 40%;
		z-index: 1;
	}

	.page-template-page-espring-noto .filter-components .content-wrapper .image img {
		height: 80vh;
		width: auto;
		position: relative;
		left: -25px;
	}

	.page-template-page-espring-noto .stats-top {
		padding: 60px 25px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper {
		flex-direction: column-reverse;
		gap: 45px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .left {
		width: 100%;
		align-items: flex-start;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .left h2 {
		font-size: 38px;
		line-height: 60px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .left h4 {
		font-size: 20px;
		line-height: 33px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .left .change-stats-grid {
		width: 100%;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .left .change-stats-grid .stat-item p.number {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .left .change-stats-grid .stat-item p.text {
		font-size: 14px;
		line-height: 30px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .right {
		width: 100%;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .right h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 25px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .right p {
		font-size: 18px;
		line-height: 25px;
	}

	.page-template-page-espring-noto .stats-bottom {
		padding: 60px 0;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper {
		flex-direction: column;
		gap: 275px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .left {
		width: 100%;
		padding: 0 25px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .left h2 {
		font-size: 40px;
		line-height: 53px;
		margin-bottom: 0;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .left h1 {
		font-size: 40px;
		line-height: 104px;
		margin-top: 0;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right {
		width: 100%;
		padding: 0 25px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-title {
		font-size: 18px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-1 p.stat {
		font-size: 40px;
		line-height: 60px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-text {
		font-size: 18px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-title {
		font-size: 18px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-2 p.stat {
		font-size: 40px;
		line-height: 60px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-text {
		font-size: 18px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper img.desktop {
		display: none;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper img.mobile {
		display: block;
		position: absolute;
		top: 220px;
		right: 50%;
		width: 100%;
		max-width: 650px;
		transform: translate(50%);
	}

	.page-template-page-espring-noto .uv-leds .content h2 {
		font-size: 38px;
	}

	.page-template-page-espring-noto .uv-leds .content h4 {
		font-size: 18px;
	}

	.page-template-page-espring-noto .led-stats .content h3 {
		font-size: 25px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	.page-template-page-espring-noto .led-stats .content h2 {
		font-size: 38px;
		line-height: 53px;
		margin-bottom: 5px;
	}

	.page-template-page-espring-noto .led-stats .content p {
		line-height: 10px;
	}

	.page-template-page-espring-noto .certifications {
		padding: 45px 30px 85px;
	}

	.page-template-page-espring-noto .certifications .content-wrapper {
		flex-direction: column;
		gap: 45px;
	}

	.page-template-page-espring-noto .certifications .content-wrapper .heading {
		width: 100%;
	}

	.page-template-page-espring-noto .certifications .content-wrapper .heading h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	.page-template-page-espring-noto .certifications .content-wrapper .certification-wrapper {
		width: 100%;
		gap: 55px;
	}

	.page-template-page-espring-noto .certifications .content-wrapper .certification-wrapper .certification {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}

	.page-template-page-espring-noto .certifications .content-wrapper .certification-wrapper .certification p {
		font-size: 14px;
	}

	.page-template-page-espring-noto .space {
		padding: 65px 0 0;
		margin-bottom: -6px;
	}

	.page-template-page-espring-noto .space h2 {
		padding: 0 20px;
		font-size: 25px;
		line-height: 40px;
		max-width: 320px;
	}

	.page-template-page-espring-noto .space .content-wrapper {
		flex-direction: column;
		gap: 35px;
	}

	.page-template-page-espring-noto .space .content-wrapper .left {
		width: 100%;
	}

	.page-template-page-espring-noto .space .content-wrapper .left h4 {
		padding-left: 20px;
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.page-template-page-espring-noto .space .content-wrapper .left .left-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}

	.page-template-page-espring-noto .space .content-wrapper .right {
		width: 100%;
	}

	.page-template-page-espring-noto .space .content-wrapper .right h4 {
		padding-left: 20px;
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.page-template-page-espring-noto .space .content-wrapper .right .right-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper {
		flex-direction: column;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .left {
		width: 100%;
		height: 60vh;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .left h2 {
		top: 35px;
		font-size: 25px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right {
		width: 100%;
		height: 40vh;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content {
		padding: 35px 20px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content h2 {
		text-align: center;
		margin-bottom: 15px;
		font-size: 25px;
		line-height: 35px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content {
		margin-bottom: 85px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content .comparison-item {
		padding-left: 45px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content .comparison-item p {
		text-align: left;
		font-size: 18px;
		line-height: 23px;
		padding-left: 0;
		max-width: 260px;
		margin: 0 auto;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content .comparison-item p img {
		position: absolute;
		left: -45px;
		top: -4px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content-bottom {
		margin-bottom: 85px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item {
		padding-left: 45px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item p {
		text-align: left;
		font-size: 18px;
		line-height: 23px;
		padding-left: 0;
		max-width: 260px;
		margin: 0 auto;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content-bottom .comparison-item p img {
		position: absolute;
		left: -45px;
		top: -4px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .dot-wrapper {
		margin-top: 95px;
		gap: 20px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .dot-wrapper .dot {
		width: 10px;
		height: 10px;
	}

	.page-template-page-espring-noto .rewards .content-wrapper {
		flex-direction: column;
	}

	.page-template-page-espring-noto .rewards .content-wrapper .left {
		width: 100%;
		padding: 60px 0;
	}

	.page-template-page-espring-noto .rewards .content-wrapper .left .content {
		width: 100%;
		padding: 0 20px;
	}

	.page-template-page-espring-noto .rewards .content-wrapper .left .content h2 {
		font-size: 25px;
		line-height: 40px;
	}

	.page-template-page-espring-noto .rewards .content-wrapper .left .content h4 {
		font-size: 18px;
		line-height: 25px;
	}

	.page-template-page-espring-noto .rewards .content-wrapper .left .content p {
		font-size: 14px;
	}

	.page-template-page-espring-noto .rewards .content-wrapper .right {
		width: 100%;
		aspect-ratio: 1;
	}

	.page-template-page-espring-noto .language-selector {
		height: 700px;
	}

	.page-template-page-espring-noto .language-selector .content-wrapper {
		width: 80%;
	}

	.page-template-page-espring-noto .language-selector .content-wrapper h1 {
		font-size: 25px;
		line-height: 40px;
		margin-bottom: 25px;
	}

	.page-template-page-espring-noto .language-selector .content-wrapper p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 25px;
	}

	.page-template-page-espring-noto .language-selector .content-wrapper .disclaimers {
		flex-direction: column;
		gap: 0;
	}

	.page-template-page-espring-noto .language-selector .content-wrapper .disclaimers p {
		text-align: center;
		font-size: 11px;
		line-height: 17px;
	}

	.page-template-page-espring-noto .language-selector .content-wrapper .logo-wrapper {
		margin-top: 15px;
	}
}

@media (max-width: 1200px) {

	.page-template-page-espring-noto .filter-components .content-wrapper {
		width: 90%;
	}

	.page-template-page-espring-noto .filter-components .content-wrapper .content {
		width: 70%;
	}

	.page-template-page-espring-noto .filter-components .content-wrapper .image {
		width: 30%;
	}

	.page-template-page-espring-noto .filter-components .content-wrapper .image img {
		width: 100%;
	}

	.page-template-page-espring-noto .space {
		padding: 85px 40px 65px;
	}

	.page-template-page-espring-noto .space h2 {
		margin-bottom: 35px;
		text-align: left;
	}

	.page-template-page-espring-noto .app {
		padding: 185px 65px;
	}

	.page-template-page-espring-noto .app .content-wrapper .content .phone-container {
		width: 400px;
	}
}

@media (max-width: 1400px) {

	.page-template-page-espring-noto .stats-top {
		padding: 145px 45px 100px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper {
		gap: 85px;
	}

	.page-template-page-espring-noto .stats-bottom {
		padding: 145px 45px 100px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper img.desktop {
		right: -350px;
		width: 100%;
	}

	.page-template-page-espring-noto .certifications {
		padding: 100px 45px;
	}

	.page-template-page-espring-noto .certifications .content-wrapper .certification-wrapper {
		flex-direction: column;
		gap: 25px;
	}

	.page-template-page-espring-noto .certifications .content-wrapper .certification-wrapper .certification {
		width: 100%;
	}

	.page-template-page-espring-noto .certifications .content-wrapper .certification-wrapper .certification p {
		width: 100%;
		max-width: 450px;
	}

	.page-template-page-espring-noto .rewards .content-wrapper .left {
		padding: 150px 0;
	}
}

@media (max-width: 1100px) {

	.page-template-page-espring-noto .stats-top .content-wrapper .left h2 {
		font-size: 80px;
		line-height: 60px;
		margin-bottom: 25px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .left h4 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 45px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .right h1 {
		font-size: 60px;
		line-height: 60px;
	}

	.page-template-page-espring-noto .stats-top .content-wrapper .right p {
		font-size: 20px;
		line-height: 30px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .left h2 {
		font-size: 60px;
		line-height: 37px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .left h1 {
		font-size: 60px;
		line-height: 120px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-title {
		font-size: 25px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-1 p.stat {
		font-size: 60px;
		line-height: 60px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-1 p.stat-text {
		font-size: 25px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-title {
		font-size: 25px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-2 p.stat {
		font-size: 60px;
		line-height: 60px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper .right .stats .stat-2 p.stat-text {
		font-size: 25px;
	}

	.page-template-page-espring-noto .stats-bottom .content-wrapper img.desktop {
		top: -500px;
	}

	.page-template-page-espring-noto .app {
		padding: 65px 20px 45px;
	}

	.page-template-page-espring-noto .app .content-wrapper {
		flex-direction: column;
		position: relative;
		justify-content: center;
	}

	.page-template-page-espring-noto .app .content-wrapper .content {
		width: 100%;
		padding: 0;
		max-width: 500px;
	}

	.page-template-page-espring-noto .app .content-wrapper .content h2 {
		font-size: 40px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	.page-template-page-espring-noto .app .content-wrapper .content h2 span.trademark {
		font-size: 10px;
		bottom: 12px;
	}

	.page-template-page-espring-noto .app .content-wrapper .content h4 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}

	.page-template-page-espring-noto .app .content-wrapper .content .phone-container {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		margin: 25px 0;
		height: 325px;
	}

	.page-template-page-espring-noto .app .content-wrapper .content .phone-container img {
		max-width: 250px;
	}

	.page-template-page-espring-noto .app .content-wrapper .content .feature-list {
		width: 100%;
	}

	.page-template-page-espring-noto .app .content-wrapper .content .feature-list p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
		padding-left: 30px;
	}

	.page-template-page-espring-noto .app .content-wrapper .content .feature-list p img {
		position: absolute;
		left: 0;
		top: 4px;
		margin-right: 0;
	}

	.page-template-page-espring-noto .rewards .content-wrapper .left .content h2 {
		font-size: 40px;
		line-height: 43px;
	}

	.page-template-page-espring-noto .rewards .content-wrapper .left .content h4 {
		font-size: 20px;
		line-height: 28px;
	}

	.page-template-page-espring-noto .rewards .content-wrapper .left .content p {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 1600px) {

	.page-template-page-espring-noto .stats-bottom .content-wrapper img.desktop {
		right: -350px;
		width: 100%;
	}
}

@media (max-width: 600px) {

	.page-template-page-espring-noto .stats-bottom .content-wrapper img.mobile {
		max-width: none;
		width: 700px;
		top: 200px;
	}

	.page-template-page-espring-noto .app .content-wrapper .content .phone-container {
		width: 100%;
		margin: 15px 0;
	}

	.page-template-page-espring-noto .app .content-wrapper .content h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	.page-template-page-espring-noto .app .content-wrapper .content h4 {
		font-size: 18px;
	}
}

@media (max-width: 998px) {

	.page-template-page-espring-noto .uv-leds .content {
		top: 110px;
	}

	.page-template-page-espring-noto .uv-leds .content h2 {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 25px;
	}

	.page-template-page-espring-noto .uv-leds .content h4 {
		font-size: 22px;
		line-height: 24px;
	}
}

@media (max-width: 1500px) {

	.page-template-page-espring-noto .certifications .content-wrapper .heading h2 {
		color: white;
		font-weight: 400;
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 1080px) {

	.page-template-page-espring-noto .certifications .content-wrapper .heading h2 {
		color: white;
		font-weight: 400;
		font-size: 30px;
		line-height: 35px;
	}
}

@media (max-width: 500px) {

	.page-template-page-espring-noto .space .content-wrapper .left .slide-content img {
		height: 300px;
	}

	.page-template-page-espring-noto .space .content-wrapper .right .slide-content img {
		height: 300px;
	}
}

@media (max-width: 375px) {

	.page-template-page-espring-noto .app .content-wrapper .content .phone-container {
		height: 300px;
	}

	.page-template-page-espring-noto .app .content-wrapper .content .phone-container img {
		max-width: 200px;
	}
}

@media (max-width: 1000px) {

	.page-template-page-espring-noto .comparison .content-wrapper .left h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content .comparison-item p {
		font-size: 20px;
		line-height: 33px;
	}
}

@media (max-width: 400px) {

	.page-template-page-espring-noto .comparison .content-wrapper .left {
		height: 55vh;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .left h2 {
		top: 20px;
		font-size: 24px;
		line-height: 30px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right {
		height: 45vh;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content {
		width: 100%;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content h2 {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content {
		margin-bottom: 100px;
	}

	.page-template-page-espring-noto .comparison .content-wrapper .right .content .changing-content-bottom {
		margin-bottom: 100px;
	}
}
