/*!
Theme Name: Pacific Light
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
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: pacific-light
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

@font-face {
	font-family: "line-seed-sans-th-extrabold";
	src: url("fonts/LINESeedSansTH_XBd-BF6639887647800.otf") format("opentype");
	font-display: swap;
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
}

@font-face {
	font-family: "stigmature";
	src: url("fonts/stigmature.ttf") format("truetype"),
		url("fonts/stigmature.otf") format("opentype");
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #212529;
	font-family: "azo-sans-web", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

/* a:focus {
	outline: thin dotted;
} */

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

html {

}

body {
	position: relative;
	overflow-x: hidden;
}

.energy-quiz-main {
	display: flex;
	justify-content: center;
	align-items: center;
}

.energy-quiz-main .energy-quiz-main-inner {
	width: 100vw;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction {
	height: 100vh;
	display: none;
	background-color: #95C915;
/* 	background-image: url("images/energy-quiz-introduction-bg.png"); */
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10% 7%;
	position: relative;
	overflow: hidden;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction .energy-quiz-introduction-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction .energy-quiz-introduction-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction .energy-quiz-introduction-inner {
	background-color: #FFFFFF;
	border: 0.5px solid #C2D0FF;
	border-radius: 20px;
	padding: 10%;
	text-align: center;
	position: relative;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction .energy-quiz-introduction-title {
	font-size: clamp(1rem, 1.25vw, 1.8rem);
	margin: 0;
	line-height: 1.2;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction .energy-quiz-introduction-text {
	font-size: clamp(12px, 0.9vw, 1.5rem);
	margin: 25px 0;
	padding: 0 5%;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction.active {
	display: flex;
	align-items: flex-end;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container {
	min-height: 100vh;
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	overflow: hidden;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container.active {
	display: flex;
	align-items: flex-end;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container .energy-quiz-question-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container .energy-quiz-question-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container.question-1 {
	background-color: #FFD9D9;
/* 	background-image: url("images/question1.png"); */
}
.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container.question-2 {
	background-color: #D7B8EF;
/* 	background-image: url("images/question2.png"); */
}
.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container.question-3 {
	background-color: #AFCA6E;
/* 	background-image: url("images/question3.png"); */
}
.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container.question-4 {
	background-color: #FFD0B1;
/* 	background-image: url("images/question4.png"); */
}
.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container.question-5 {
	background-color: #AFCA6E;
/* 	background-image: url("images/question5.png"); */
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container .energy-quiz-content {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 20px 20px 0 0;
	position: relative;
	overflow: hidden;
	padding: 35px 20px 50px 20px;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container .energy-quiz-question-container p {
	font-weight: 700;
	font-size: clamp(16px, 1.65vw, 1.5rem);
	text-align: center;
	padding: 0 10%;
	margin: 20px 0;
}

@media screen and (min-width: 1100px) {
	.energy-quiz-main .energy-quiz-main-inner .energy-quiz-container .energy-quiz-question-container p {
		font-size: clamp(16px, 1.1vw, 1.5rem);
	}
}

.energy-quiz-main .energy-quiz-container .energy-quiz-progress-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
}

.energy-quiz-main .energy-quiz-container .energy-quiz-progress-bar .energy-quiz-progress-count {
	width: 5%;
	font-size: clamp(8px, 0.8vw, 16px);
	font-weight: 700;
}

.energy-quiz-main .energy-quiz-container .energy-quiz-progress-bar .energy-quiz-progress-bar-main {
	width: 93%;
/* 	background-color: #B8C2E5; */
	background-color: rgba(170, 201,71, 0.5);
	border-radius: 6px;
	height: 11px;
	position: relative;
}

.energy-quiz-main .energy-quiz-container .energy-quiz-progress-bar .energy-quiz-progress-bar-main .progress-bar-inner {
	height: 11px;
	border-radius: 6px;
	border: 0.5px solid #FFE3AB;
	border-right: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, #FFDBB2, #FF8700);
	width: 0;
	transition: width 0.5s ease;
}

.energy-quiz-main .energy-quiz-container .energy-quiz-progress-bar .energy-quiz-progress-bar-main .progress-bar-inner:after {
	content: "";
    background: linear-gradient(to bottom, #F8C576, #FF7700);
    height: 17px;
    width: 17px;
    border-radius: 50%;
	border: 0.5px solid #FFAA00;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    position: absolute;
	box-shadow: 0 0 5px #FF9B17, /* Drop shadow */
                inset 0 -5px 8px #DE8005; /* Inner shadow */
}

.energy-quiz-main .energy-quiz-container .energy-quiz-progress-bar.progress-1 .energy-quiz-progress-bar-main .progress-bar-inner {
	width: 20%;
}
.energy-quiz-main .energy-quiz-container .energy-quiz-progress-bar.progress-2 .energy-quiz-progress-bar-main .progress-bar-inner {
	width: 40%;
}
.energy-quiz-main .energy-quiz-container .energy-quiz-progress-bar.progress-3 .energy-quiz-progress-bar-main .progress-bar-inner {
	width: 60%;
}
.energy-quiz-main .energy-quiz-container .energy-quiz-progress-bar.progress-4 .energy-quiz-progress-bar-main .progress-bar-inner {
	width: 80%;
}
.energy-quiz-main .energy-quiz-container .energy-quiz-progress-bar.progress-5 .energy-quiz-progress-bar-main .progress-bar-inner {
	width: 100%;
}

.energy-quiz-container button {
	cursor: pointer;
/* 	border: 0.5px solid #C2D0FF; */
	border: 0.5px solid #AAC947;
	border-radius: 10vw;
	background-color: #FFFFFF;
	color: #5A5A5A;
	width: 100%;
	margin: 10px 0;
	padding: 10px 30px;
	min-height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.5;
	font-size: clamp(12px, 0.9vw, 1.5rem);
	transition: background-color 0.5s ease;
}

.energy-quiz-container button.clicked {
	background-color: #FFEEE9;
}

@media screen and (min-width: 37.5em) {
	.energy-quiz-main .energy-quiz-main-inner {
		width: 47vh;
	}
	
	.energy-quiz-container button:hover {
		background-color: #FFEEE9;
	}
}

@media screen and (min-width: 37.5em) and (max-height: 650px) {
	.energy-quiz-main .energy-quiz-main-inner {
		width: 57vh;
	}
}

/* Energy Plan Display */

.energy-plan-display {
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
}

.energy-quiz-result-container {
	display: none;
	position: relative;
}

.energy-quiz-result-container.active {
	display: block;
}

.energy-quiz-result-container .energy-quiz-result-buffer {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	background-color: #FFFFFF!important;
	background-size: cover;
	background-repeat: no-repeat;
}

.energy-quiz-result-container .energy-quiz-result-buffer .energy-quiz-result-buffer-inner {
	height: 100vh;
	display: grid;
	place-items: center;
}

.energy-quiz-result-container .energy-quiz-result-buffer .energy-quiz-result-buffer-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
}

.energy-quiz-result-container .energy-quiz-result-buffer .energy-quiz-result-buffer-image img.energy-quiz-result-buffer-image-static {

}

.energy-quiz-result-container .energy-quiz-result-buffer .energy-quiz-result-buffer-image img.energy-quiz-result-buffer-image-spin {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}

@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.energy-quiz-result-container .energy-quiz-result-buffer .energy-quiz-result-buffer-text {
	font-weight: 700;
	font-size: clamp(16px, 1.1vw, 1.5rem);
}

.energy-quiz-result-container .energy-quiz-result {
	min-height: 100vh;
	opacity: 0;
}

.share-quiz-button {
	position: absolute;
/* 	bottom: 30px; */
	bottom: 3%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

.energy-quiz-result-container .energy-quiz-result .energy-plan-display {
	min-height: 100vh;
}

.energy-plan-display .energy-plan-overview {
	padding: 30px 20px;
}

.energy-plan-display .energy-plan-overview .energy-plan-you-are {
	text-align: center;
	font-size: clamp(1rem, 1.045vw, 5rem);
	font-weight: 700;
}

.energy-plan-display .energy-plan-character-main .energy-plan-character-image-container {
	display: flex;
	justify-content: center;
	height: 30vh;
	position: relative;
}

.energy-plan-display .energy-plan-character-main .energy-plan-character-video {
	position: absolute;
	height: 115%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.energy-plan-display .energy-plan-character-main .energy-plan-character-image-container img {
	height: 100%;
	object-fit: contain;
}

.energy-plan-display .energy-plan-character-main .energy-plan-character-label {
	position: absolute;
	background-color: rgba(255,255,255,0.32);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	border: 0.5px solid #FFFFFF;
	padding: 5px 15px;
	text-align: center;
}

.energy-plan-display .energy-plan-character-main .energy-plan-character-label.label-texts-1,
.energy-plan-display .energy-plan-character-main .energy-plan-character-label.label-texts-2 {
	border-radius: 10vw;
}

.energy-plan-display .energy-plan-character-main .energy-plan-character-label span {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: clamp(10px, 0.82vw, 1rem);
	font-weight: 700;
	line-height: 1;
	margin: 2px 0;
}

.energy-plan-display .energy-plan-character-main .energy-plan-character-label span.small-text {
	font-size: clamp(10px, 0.6vw, 1rem);
	font-weight: 400;
}

.energy-plan-display .energy-plan-character-main #SavvySage .energy-plan-character-label:nth-child(2) {
	right: 10%;
    top: 15%;
}

.energy-plan-display .energy-plan-character-main #SavvySage .energy-plan-character-label:nth-child(3) {
	right: 10%;
    top: 30%;
}

.energy-plan-display .energy-plan-character-main #SavvySage .energy-plan-character-label:nth-child(4) {
	left: 10%;
    top: 50%;
}

.energy-plan-display .energy-plan-character-main #SavvySage .energy-plan-character-label:nth-child(5) {
	left: 0;
	top: 70%;
}

.energy-plan-display .energy-plan-character-main #EasyLizzy .energy-plan-character-label:nth-child(2) {
    top: 10%;
    left: 10%;
}

.energy-plan-display .energy-plan-character-main #EasyLizzy .energy-plan-character-label:nth-child(3) {
    top: 30%;
    left: 0;
}

.energy-plan-display .energy-plan-character-main #EasyLizzy .energy-plan-character-label:nth-child(4) {
/*     top: 32%; */
	top: 40%;
    right: 0;
}

.energy-plan-display .energy-plan-character-main #EasyLizzy .energy-plan-character-label:nth-child(5) {
	top: 55%;
    left: 0;
}

.energy-plan-display .energy-plan-character-main #EasyLizzy .energy-plan-character-label:nth-child(6) {
	top: 60%;
    right: 10%;
}

.energy-plan-display .energy-plan-character-main #CloudNine .energy-plan-character-label:nth-child(2) {
    top: 15%;
    left: 18%;
}

.energy-plan-display .energy-plan-character-main #CloudNine .energy-plan-character-label:nth-child(3) {
	top: 32%;
    left: 3%;
}

.energy-plan-display .energy-plan-character-main #CloudNine .energy-plan-character-label:nth-child(4) {
	top: 25%;
    right: 5%;
}

.energy-plan-display .energy-plan-character-main #CloudNine .energy-plan-character-label:nth-child(5) {
	top: 50%;
    right: 0;
}

.energy-plan-display .energy-plan-character-main #CloudNine .energy-plan-character-label:nth-child(6) {
	top: 80%;
    left: 0;
}

.energy-plan-display .energy-plan-character-main #ValueUp .energy-plan-character-label:nth-child(2) {
    top: 15%;
    left: 10%;
}

.energy-plan-display .energy-plan-character-main #ValueUp .energy-plan-character-label:nth-child(3) {
	top: 50%;
    right: 5%;
}

.energy-plan-display .energy-plan-character-main #ValueUp .energy-plan-character-label:nth-child(4) {
	top: 70%;
    left: 0;
}

.energy-plan-display .energy-plan-character-main #ValueUp .energy-plan-character-label:nth-child(5) {
	top: 85%;
    right: 0;
}

.energy-plan-display .energy-plan-character-main #SunnyBee .energy-plan-character-label:nth-child(2) {
	top: 20%;
    left: 15%;
}

.energy-plan-display .energy-plan-character-main #SunnyBee .energy-plan-character-label:nth-child(3) {
	top: 50%;
    left: 5%;
}

.energy-plan-display .energy-plan-character-main #SunnyBee .energy-plan-character-label:nth-child(4) {
	top: 70%;
    right: 10%;
}

.energy-plan-display .energy-plan-character-main #SunnyBee .energy-plan-character-label:nth-child(5) {
	top: 75%;
    left: 0;
}

.energy-plan-display .energy-plan-character-main #SunnyBee .energy-plan-character-label:nth-child(6) {
	top: 85%;
    right: 10%;
}

.energy-plan-display .energy-plan-character-main .energy-plan-character-name {
	text-align: center;
	font-family: "line-seed-sans-th-extrabold", sans-serif;
	font-size: clamp(2.5rem, 2.35vw, 5rem);
	color: #FF5900;
	line-height: 1;
}

.energy-plan-display .energy-plan-character-details {
	display: flex;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.35);
	border-radius: 13px;
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	border: 0.5px solid #FFFFFF;
}

.energy-plan-display .energy-plan-character-details .energy-plan-character-details-title-container {
	width: 25%;
	background-color: #FFFFFF;
	border: 0.5px solid #D4D1FF;
	border-radius: 13px;
	text-align: center;
	padding: 2%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.energy-plan-display .energy-plan-character-details .energy-harnessed-icon {
	width: 40%;
	object-fit: contain;
}

.energy-plan-display .energy-plan-character-details .energy-plan-character-details-title {
	font-size: clamp(10px, 0.8vw, 1.15rem);
	margin-top: 5px;
	margin-bottom: 0;
}

.energy-plan-display .energy-plan-character-details .energy-plan-character-details-text {
	width: 75%;
	padding: 3%;
	display: flex;
	align-items: center;
}

.energy-plan-display .energy-plan-character-details .energy-plan-character-details-text p {
	font-size: clamp(10px, 0.7vw, 1.2rem);
	line-height: 1.2;
	margin: 0;
}

.energy-plan-display .energy-plan-matches {
	background-color: #FDF7EB;
	border-radius: 20px 20px 0 0;
	padding: 30px 20px;
	padding-bottom: 30%;
/* 	min-height: 38vh; */
}

.energy-plan-display .energy-plan-matches .energy-plan-matches-title {
	text-align: center;
	font-size: clamp(1rem, 1.5vw, 2rem);
	font-weight: 700;
	margin-top: 0;
}

.energy-plan-display .energy-plan-matches .energy-plan-matches-headings {
	display: flex;
    justify-content: space-between;
}

.energy-plan-display .energy-plan-matches .energy-plan-matches-headings .energy-plan-matches-block-heading {
	width: 49%;
    background-color: #FFFFFF;
    border: 0.5px solid #AAC947;
    border-radius: 10px;
    text-align: center;
    padding: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16); /* Drop shadow */
}

.energy-plan-display .energy-plan-matches .energy-plan-matches-headings .energy-plan-matches-block-heading-text {
	margin: 0;
	line-height: 1;
	font-size: clamp(12px, 1vw, 1.2rem);
	position: relative;
	display: flex;
	align-items: center;
}

.energy-plan-display .energy-plan-matches .energy-plan-matches-headings .energy-plan-matches-block-heading:first-child .energy-plan-matches-block-heading-text:before {
	content: "";
	height: 20px;
	width: 20px;
	background-image: url("images/energy-friends-icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
	margin-right: 5px;
}

.energy-plan-display .energy-plan-matches .energy-plan-matches-headings .energy-plan-matches-block-heading:nth-child(2) .energy-plan-matches-block-heading-text:before {
	content: "";
	height: 20px;
	width: 20px;
	background-image: url("images/energy-plan-icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
	margin-right: 5px;
}

.energy-plan-display .energy-plan-matches .energy-plan-matches-headings .energy-plan-matches-block-heading-text span:first-child {
	color: #FF8700;
}

.energy-plan-display .energy-plan-matches .energy-plan-matches-headings .energy-plan-matches-block-heading-text span:nth-child(2) {
	color: #AAC947;
}

.energy-plan-display .energy-plan-matches .energy-plan-matches-flex {
	display: flex;
	justify-content: space-between;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friends-container,
.energy-plan-display .energy-plan-matches .energy-plan-match-plan-container {
	width: 49%;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friends {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friends.one-friend .energy-plan-match-friend {
	width: 100%;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friends.two-friends .energy-plan-match-friend {
	width: 48.5%;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friends .energy-plan-match-friend {
	text-align: center;
	position: relative;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friends .energy-plan-match-friend p {
	margin: 0 0 5px 0;
	line-height: 1.2;
	position: relative;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friends .energy-plan-match-friend p.energy-plan-friend-name {
	font-size: clamp(10px, 0.8vw, 1rem);
	font-weight: 700;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friend .energy-plan-friend-image-container {
	position: absolute;
    height: 80%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friend .energy-plan-friend-image-container img {
	height: 100%;
    width: auto;
    object-fit: contain;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friends .energy-plan-match-friend .energy-plan-friend-hashtag {
	font-size: clamp(8px, 0.7vw, 0.835rem);
}

.energy-plan-display .energy-plan-matches .energy-plan-match-plan .energy-plan-description {
/* 	font-size: clamp(8px, 0.82vw, 0.835rem);	 */
	font-size: clamp(8px, 0.7vw, 1.2rem);
	line-height: 1.2;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-plan .energy-plan-title {
	font-size: clamp(16px, 1.5vw, 2.5rem);
	margin: 0;
	line-height: 1;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friend {

display: flex;
	align-items: flex-end;
}

.energy-plan-display .energy-plan-matches .energy-plan-match-friend .energy-plan-friend-text-container{
	background: linear-gradient(to bottom, rgba(196, 239, 164, 0.27) , #FEE982);
	width: 100%;
	height: 60%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	padding: 7% 3%;
	border-radius: 10px;
}
.energy-plan-display .energy-plan-matches .energy-plan-match-plan {
	border-radius: 10px;
	text-align: center;
	padding: 10%;
}

.energy-plan-display#Easy-Lizzy .energy-plan-matches .energy-plan-match-plan {
	background: linear-gradient(-170deg, rgba(255, 194, 136, 0.68) 15%, rgba(255, 184, 130, 0.98) 30%, #FFA560 45%);
}

.energy-plan-display#Cloud-Nine .energy-plan-matches .energy-plan-match-plan {
	background: linear-gradient(-170deg, rgba(134, 214, 235, 0.68) 15%, rgba(118, 206, 233, 0.98) 30%, #2FCAEB 45%);
}

.energy-plan-display#Sunny-Bee .energy-plan-matches .energy-plan-match-plan {
	background: linear-gradient(-170deg, rgba(179, 221, 148, 0.68) 15%, rgba(153, 213, 114, 0.98) 30%, #95C915 45%);
}

.energy-plan-display#Value-Up .energy-plan-matches .energy-plan-match-plan {
	background: linear-gradient(-170deg, rgba(255, 147, 147, 0.68) 15%, rgba(255, 141, 141, 0.98) 30%, #FF8181 45%);
}

.energy-plan-display#Savvy-Sage .energy-plan-matches .energy-plan-match-plan {
	background: linear-gradient(-170deg, rgba(255, 230, 103, 0.69) 15%, rgba(255, 227, 84, 0.98) 30%, #FFD824 45%);
}

.energy-plan-display .energy-plan-promo-code-container {
	font-size: clamp(12px, 0.7vw, 1.2rem);
	background-color: #FFFFFF;
    border-radius: 19px;
	border: 1px solid #FFFFFF;
    padding: 5px;
    line-height: 1;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	width: 100%;
}

.energy-plan-display .energy-plan-promo-code-container:before {
	content: "copied";
	position: absolute;
	top: -25px;
	right: 0px;
	background: #5c81dc;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 10px;
	display: none;
	color: #FFFFFF;
}
.energy-plan-display .energy-plan-promo-code-container:after {
	content: "";
	position: absolute;
	top: -10px;
	right: 20px;
	width: 10px;
	height: 10px;
	background: #5c81dc;
	transform: rotate(45deg);
	display: none;
}
.energy-plan-display .energy-plan-promo-code-container.active:before,
.energy-plan-display .energy-plan-promo-code-container.active:after {
	display: block;
}

.banner-home {
	min-height: 100vh;
	background-color: #FDF7EB;
	padding: 10vh 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media screen and (min-width: 750px) {
	.banner-home {
		padding: 20vh 10%;
	}
}

.banner-home .banner-home-main {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.banner-home-heading {
            display: inline-block;
            position: relative;
        }

.banner-home-heading .banner-home-svg {
	position: absolute;
    top: -15%;
    left: 10vw;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 35vw;
	min-width: 130px;
	height: auto;
}

@media screen and (min-width: 450px) {
	.banner-home-heading .banner-home-svg {
		top: -10%;
	}
}

@media screen and (min-width: 650px) {
	.banner-home-heading .banner-home-svg {
		top: -18%;
	}
}

.banner-home-heading .banner-home-svg svg {
	width: 100%;
	height: 100%;
}

.banner-home-heading .banner-icon {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
	object-fit: contain;
}

.banner-home-heading .rolling,
.banner-home-heading .years-of,
.banner-home-heading .pacificlight {
	opacity: 0;
}
.banner-home-heading div.char {

	position: relative;
}

.banner-home-heading div.char .char-clip {
	display: flex;
	position: relative;
	overflow: hidden;
}

.banner-home-heading .years-of div.char:nth-child(7) .char-clip,
.banner-home-heading .pacificlight div.char:nth-child(10) .char-clip {
	overflow: visible;
}

.banner-home-heading .pacificlight div.char:nth-child(5) .char-clip {
	overflow: visible;
	margin-right: 0.4vw;
}

.banner-home-heading span.char-inner {
	display: block;
	opacity: 0;
}
.banner-home-heading .cloneText {
  position: absolute;
  left: 0;
/*   top: 0; */
}
.banner-home h1 .celebrating-text {
	
}

.banner-home h1 .main-text {
	font-size: clamp(1.8rem, 10.45vw, 15rem);
	font-family: "line-seed-sans-th-extrabold", sans-serif;
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
	margin: 50px 0;
}

.banner-home h1 .main-text .text1 {
	display: flex;
	justify-content: center;
}

.banner-home h1 .main-text .rolling {
	display: flex;
	position: relative;
	overflow: hidden;
}

.banner-home h1 .main-text .pacificlight {
	color: #FF5900;
}

.banner-home .banner-home-content {
	text-align: center;
	opacity: 0;
}

.banner-home .banner-home-content p {
	font-size: clamp(10px, 1.045vw, 5rem);
}

.banner-home .banner-button {
	opacity: 0;
}

.ceo-greeting {
	padding: 60px 7% 0 7%;
}

.ceo-greeting-sticky {
	padding: 0 5% 60px 5%;
	position: sticky;
	position: -webkit-sticky;
	top: 22%;
}

@media screen and (min-width: 600px) {
	.ceo-greeting {
		padding: 100px 15% 0 15%;
	}
	
	.ceo-greeting-sticky {
		padding: 0 15% 100px 15%;
	}
}

.ceo-greeting-main-container {
	background-image: url('images/ceo-message-background.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0 7% 7% 7%;
	margin-top: 10vw;
	border-radius: 0 0 2.5vw 2.5vw;
}

.ceo-greeting-main-container .ceo-photo-container {
	display: flex;
	justify-content: center;
	transform: translate(0, -50%);
	position: relative;
}

.ceo-greeting-main-container .ceo-photo-container img {
	width: 18%;
}

.ceo-greeting-main-container .ceo-greeting-message {
	font-size: clamp(12px, 2.4vw, 5rem);
	line-height: 1.2;
	text-align: center;
	display: inline-block;
}

.ceo-greeting-main-container .ceo-greeting-message p {
	position: relative;
	display: inline;
	overflow: hidden;
}

.ceo-greeting-main-container .ceo-greeting-message .ceo-char {
	display: inline-block;
}

.ceo-greeting-main-container .ceo-greeting-message:before {
	display: inline-block;
	content: "";
	width: 1.7vw;
	height: 1.3vw;
	background-image: url("images/quotation-mark.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	transform: rotate(180deg) translate(10%, 110%);
	transform-origin: center;
}

.ceo-greeting-main-container .ceo-greeting-message:after {
	display: inline-block;
	content: "";
	width: 1.7vw;
	height: 1.3vw;
	background-image: url("images/quotation-mark.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translate(20%, 100%);
	transform-origin: center;
}

.ceo-greeting-main-container .ceo-greeting-detail {
	margin-top: 4vw;
    border-top: 3px solid #AAC947;
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding-top: 2vw;
	position: relative;
	overflow: hidden;
}

.ceo-greeting-main-container .ceo-greeting-detail .ceo-name {
	font-size: clamp(10px, 1.045vw, 5rem);
	font-weight: 700;
	color: #FFFFFF;
	background: linear-gradient(to right, #EFBF83, #FF5900);
	padding: 5px 20px;
	border-radius: 10vw;
	line-height: 1;
}

.ceo-greeting-main-container .ceo-greeting-detail .ceo-detail {
	font-size: clamp(8px, 0.835vw, 3rem);
}

.achievements {
	padding: 100px 5%;
	margin-bottom: 100px;
	border-radius: 30px 30px 0 0;
	background-color: #FDF7EB;
}

@media screen and (min-width: 750px) {
	.achievements {
		padding: 100px 10%;
	}
	
	.ceo-greeting-main-container .ceo-greeting-detail .ceo-name {
		padding: 10px 20px;
	}
}

.achievements .achievements-banner {
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}

.achievements .achievements-banner .achievements-banner-inner {
	width: 65%;
	padding: 30px 7%;
	background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(20px) brightness(1);
	-webkit-backdrop-filter: blur(20px) brightness(1);
	border-radius: 30px 0 0 30px;
}

.achievements .achievements-banner .achievements-banner-heading {
	font-size: clamp(1.2rem, 2.4vw, 5rem);
	line-height: 1.2;
	font-family: "line-seed-sans-th-extrabold", sans-serif;
}

.achievements .achievements-banner .achievements-banner-text {
	font-size: clamp(12px, 0.835vw, 3rem);
}

.achievements .achievements-main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(11, 1fr);
	/* 	grid-template-rows: repeat(8, 1fr); */
	padding: 80px 0;
}

.achievements .achievements-main .achievement-item {
	background-color: #FFFFFF;
	border: 1px solid #DEFFCB;
	border-radius: 20px;
	margin: 5px 0;
	position: relative;
	overflow: hidden;
}

.achievements .achievements-main .achievement-item .achievement-item-inner {
	height: 100%;
	display: flex;
	flex-flow: column-reverse;
	align-items: center;
	justify-content: center;
}

.achievements .achievements-main .achievement-item img {
	object-fit: contain;
	padding: 0 5px;
}

.achievements .achievements-main .achievement-item p {
	margin: 0;
	font-size: clamp(12px, 0.835vw, 3rem);
}

.achievements .achievements-main .achievement-item .achievement-item-text {
	padding: 5%;
}

.achievements .achievements-main .achievement-item#achievement-item-1 {
	grid-column: 1 / span 1;
	grid-row: 1 / span 2;
	/* 	grid-row: 1 / span 2; */
	margin-right: 5px;
	margin-left: 0;
}

.achievements .achievements-main .achievement-item#achievement-item-2 {
	grid-column: 1 / span 1;
	grid-row: 3 / span 2;
	/* 	grid-row: 1 / span 2; */
	margin-right: 5px;
	margin-left: 0;
}

.achievements .achievements-main .achievement-item#achievement-item-3 {
	grid-column: 1 / span 1;
	grid-row: 5 / span 2;
	/* 	grid-row: 1 / span 2; */
	margin-right: 5px;
	margin-left: 0;
}

.achievements .achievements-main .achievement-item#achievement-item-4 {
	grid-column: 1 / span 1;
	grid-row: 7 / span 2;
	/* 	grid-row: 1 / span 2; */
	margin-right: 5px;
	margin-left: 0;
}

.achievements .achievements-main .achievement-item#achievement-item-5 {
	grid-column: 2 / span 1;
	grid-row: 1 / span 2;
	/* 	grid-row: 1 / span 2; */
	margin-right: 0;
	margin-left: 5px;
}

.achievements .achievements-main .achievement-item#achievement-item-6 {
	grid-column: 2 / span 1;
	grid-row: 3 / span 2;
	/* 	grid-row: 1 / span 2; */
	margin-right: 0;
	margin-left: 5px;
}


.achievements .achievements-main .achievement-item#achievement-item-7 {
	grid-column: 2 / span 1;
	grid-row: 5 / span 2;
	/* 	grid-row: 1 / span 2; */
	margin-right: 0;
	margin-left: 5px;
}

.achievements .achievements-main .achievement-item#achievement-item-8 {
	grid-column: 2 / span 1;
	grid-row: 7 / span 2;
	/* 	grid-row: 1 / span 2; */
	margin-right: 0;
	margin-left: 5px;
}

.achievements .achievements-main .achievement-item#achievement-item-9 {
	grid-column: 1 / span 2;
	grid-row: 9 / span 3;
	/* 	grid-row: 1 / span 2; */
	margin-right: 0;
	margin-left: 0;
}

.achievements .achievements-main .achievement-item#achievement-item-7 .achievement-item-inner {
	display: flex;
	flex-flow: column-reverse;
}

.achievements .achievements-main .achievement-item#achievement-item-7 .achievement-item-icon-container {
	width: 75%;
}

.achievements .achievements-main .achievement-item#achievement-item-7 .achievement-item-text {
	padding-top: 0;
}

.achievements .achievements-main .achievement-item#achievement-item-9 {
	padding: 5%;
	background-image: url("images/dptm-background.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.achievements .achievements-main .achievement-item .achievement-item-icon-container {
	width: 50%;
}

.achievements .achievements-main .achievement-item#achievement-item-9 p {
	font-size: clamp(18px, 5vw, 8rem);
	width: 90%;
	line-height: 1.3;
}

.achievements .achievements-main .achievement-item#achievement-item-9 .achievement-item-inner {
	border: 1px solid #AAC947;
	border-radius: 10px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.53);
	display: block;
}

.achievements .achievements-main .achievement-item#achievement-item-9 .achievement-item-icon-container {
	width: 50%;
	float: right;
	margin-top: -20vw;
}

@media screen and (min-width: 600px) {

	.achievements .achievements-main {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(7, 1fr);
	/* 	grid-template-rows: repeat(8, 1fr); */
		padding: 80px 0;
	}
	
	.achievements .achievements-main .achievement-item .achievement-item-inner {
		display: block;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-1 {
		grid-column: 1 / span 1;
		grid-row: 1 / span 1;
	/* 	grid-row: 1 / span 2; */
		margin-right: 5px;
		margin-left: 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-2 {
		grid-column: 1 / span 1;
		grid-row: 2 / span 2;
	/* 	grid-row: 3 / span 3; */
		margin-right: 5px;
		margin-left: 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-3 {
		grid-column: 1 / span 1;
		grid-row: 4 / span 2;
	/* 	grid-row: 6 / span 3; */
		margin-right: 5px;
		margin-left: 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-4 {
		grid-column: 1 / span 1;
		grid-row: 6 / span 2;
	/* 	grid-row: 1 / span 3; */
		margin-right: 5px;
		margin-left: 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-5 {
		grid-column: 2 / span 1;
		grid-row: 1 / span 1;
	/* 	grid-row: 4 / span 1; */
		margin-right: 0;
		margin-left: 5px;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-6 {
		grid-column: 2 / span 1;
		grid-row: 2 / span 1;
	/* 	grid-row: 5 / span 2; */
		margin-left: 5px;
		margin-right: 0;

	}
	
	.achievements .achievements-main .achievement-item#achievement-item-7 {
		grid-column: 2 / span 1;
		grid-row: 3 / span 1;
	/* 	grid-row: 7 / span 2; */
		margin-left: 5px;
		margin-right: 0;

	}
	
	.achievements .achievements-main .achievement-item#achievement-item-8 {
		grid-column: 2 / span 1;
		grid-row: 4 / span 2;
	/* 	grid-row: 1 / span 3; */
		margin-left: 5px;
		margin-right: 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-9 {
		grid-column: 2 / span 1;
		grid-row: 6 / span 2;
	/* 	grid-row: 4 / span 5; */
		margin-left: 5px;
		margin-right: 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-1 .achievement-item-inner {
		display: flex;
		flex-flow: row-reverse;
		align-items: flex-end;
	}

	.achievements .achievements-main .achievement-item#achievement-item-1 .achievement-item-text {
		width: 70%;
	}

	.achievements .achievements-main .achievement-item#achievement-item-1 .achievement-item-icon-container {
		width: 30%;
	}

	.achievements .achievements-main .achievement-item#achievement-item-2 {
		position: relative;
	}

	.achievements .achievements-main .achievement-item#achievement-item-2 .achievement-item-text {
		width: 75%;
	}

	.achievements .achievements-main .achievement-item#achievement-item-2 .achievement-item-icon-container {
		position: absolute;
		bottom: 15px;
		right: 15px;
		width: 40%;
	}

	.achievements .achievements-main .achievement-item#achievement-item-3 .achievement-item-inner {
		display: flex;
		flex-flow: row;
	}

	.achievements .achievements-main .achievement-item#achievement-item-3 .achievement-item-icon-container,
	.achievements .achievements-main .achievement-item#achievement-item-3 .achievement-item-text {
		width: 50%;
	}
	.achievements .achievements-main .achievement-item#achievement-item-4 {
		position: relative;
	}

	.achievements .achievements-main .achievement-item#achievement-item-4 .achievement-item-text {
		width: 75%;
	}

	.achievements .achievements-main .achievement-item#achievement-item-4 .achievement-item-icon-container {
		position: absolute;
		bottom: 5px;
		right: 5px;
		width: 40%;
	}

	.achievements .achievements-main .achievement-item#achievement-item-5 .achievement-item-inner {
		display: flex;
		flex-flow: row;
		align-items: center;
	}

	.achievements .achievements-main .achievement-item#achievement-item-5 .achievement-item-text {
		width: 75%;
		padding: 0 20px;
	}

	.achievements .achievements-main .achievement-item#achievement-item-5 .achievement-item-icon-container {
		width: 25%;
	}

	.achievements .achievements-main .achievement-item#achievement-item-6 .achievement-item-inner {
		display: flex;
		flex-flow: row;
		align-items: center;
	}

	.achievements .achievements-main .achievement-item#achievement-item-6 .achievement-item-icon-container {
		width: 25%;
	}

	.achievements .achievements-main .achievement-item#achievement-item-6 .achievement-item-text {
		width: 72%;	
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-7 .achievement-item-inner {
		align-items: flex-start;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-7 .achievement-item-icon-container {
		width: 40%;
	}

	.achievements .achievements-main .achievement-item#achievement-item-8 {
		position: relative;
	}

	.achievements .achievements-main .achievement-item#achievement-item-8 .achievement-item-text {
		width: 65%;
	}

	.achievements .achievements-main .achievement-item#achievement-item-8 .achievement-item-icon-container {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 45%;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-9 p {
		font-size: clamp(18px, 1.825vw, 8rem);
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-9 .achievement-item-icon-container {
		margin-top: -10vw;
	}

}

@media screen and (min-width: 1100px) {

	.achievements .achievements-main {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(12, 1fr);
	/* 	grid-template-rows: repeat(8, 1fr); */
		padding: 80px 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-1 {
		grid-column: 1 / span 1;
		grid-row: 1 / span 3;
	/* 	grid-row: 1 / span 2; */
		margin-right: 5px;
		margin-left: 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-2 {
		grid-column: 1 / span 1;
		grid-row: 4 / span 4;
	/* 	grid-row: 3 / span 3; */
		margin-right: 5px;
		margin-left: 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-3 {
		grid-column: 1 / span 1;
		grid-row: 8 / span 5;
	/* 	grid-row: 6 / span 3; */
		margin-right: 5px;
		margin-left: 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-4 {
		grid-column: 2 / span 1;
		grid-row: 1 / span 4;
	/* 	grid-row: 1 / span 3; */
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-5 {
		grid-column: 2 / span 1;
		grid-row: 5 / span 2;
	/* 	grid-row: 4 / span 1; */
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-6 {
		grid-column: 2 / span 1;
		grid-row: 7 / span 3;
	/* 	grid-row: 5 / span 2; */
		margin-left: 5px;
		margin-right: 5px;

	}
	
	.achievements .achievements-main .achievement-item#achievement-item-7 {
		grid-column: 2 / span 1;
		grid-row: 10 / span 3;
	/* 	grid-row: 7 / span 2; */
		margin-left: 5px;
		margin-right: 5px;

	}
	
	.achievements .achievements-main .achievement-item#achievement-item-8 {
		grid-column: 3 / span 1;
		grid-row: 1 / span 4;
	/* 	grid-row: 1 / span 3; */
		margin-left: 5px;
		margin-right: 0;
	}
	
	.achievements .achievements-main .achievement-item#achievement-item-9 {
		grid-column: 3 / span 1;
		grid-row: 5 / span 8;
	/* 	grid-row: 4 / span 5; */
		margin-left: 5px;
		margin-right: 0;
	}

}

.timeline {
	position: relative;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}

.timeline:before {
	content: "";
	background-color: #FDF7EB;
	height: 100px;
	width: 110vw;
	left: -10px;
	position: absolute;
	bottom: 100%;
	border-bottom: 6.5px solid #FF8700;
	border-left: 6.5px solid #FF8700;
	border-radius: 0 0 0 15vw;
}

.timeline .timeline-slider {
	position: relative;
}

.timeline .timeline-slider:before {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #D62900;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translate(0, calc(-50% - 3.25px));
	z-index: 3;
}

.timeline .timeline-slider-years {
	transform: translate(0, -25.5px);
}

.timeline .timeline-slider-year {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 10px;
}

.timeline .timeline-slider-year:before {
	content: "";
	display: block;
	height: 25px;
	width: 25px;
	background: linear-gradient(to bottom, #F8C576, #FF7700);
	border: 0.5px solid #FFAA00;
	border-radius: 50%;
	box-shadow: 0 0px 5px #FF9B17, /* Drop shadow */
		inset 0 -5px 8px #DE8005; /* Inner shadow */
	
}

.timeline .timeline-slider-year .year {
	font-weight: 700;
	font-size: clamp(1.2rem, 2.4vw, 5rem);
	color: #D62900;
}

.timeline .timeline-content {
	padding: 0 5%;
	display: flex;
	flex-flow: column;
	align-items: center;
}

@media screen and (min-width: 750px) {
	.timeline .timeline-content {
		padding: 0 10%;
	}
}

.timeline .timeline-content-text {
	display: none;
	font-size: clamp(1.2rem, 2.8vw, 6rem);
	line-height: 1.2;
	color: #D62900;
/* 	width: 60vw; */
	text-align: center;
}

.timeline .timeline-content-text ul,
.timeline .timeline-content-text ol {
	list-style-position: inside;
	list-style-type: none; /* Remove default numbering */
    padding: 0; /* Remove default padding */
    counter-reset: list-item-counter; /* Initialize the counter */
	margin: 0;
}

.timeline .timeline-content-text ol li {

}

.timeline .timeline-content-text ol li::before {
    content: counter(list-item-counter);
    counter-increment: list-item-counter;
    color: #FFFFFF;
    background-color: #D62900;
    padding: 0.5vw;
    margin-right: 1vw;
    border-radius: 50%;
    font-size: clamp(16px, 1.5vw, 3rem);
    display: inline-block;
    width: 2.75vw;
    height: 2.75vw;
	min-width: 20px;
	min-height: 20px;
/*     line-height: 1; */
}

.timeline-slider-years.owl-carousel .owl-nav {
	display: flex;
	justify-content: center;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-next,
.timeline-slider-years.owl-carousel .owl-nav .owl-prev {
	  width: 51px;
	  height: 51px;
	  border-radius: 50%;
	  border: 0.5px solid #FFC44E;
	  background: linear-gradient(to bottom, #F8C576, #FF7700);
	  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.43), inset 0 -5px 8px #DE8005;
	  transition: background 0.5s ease, box-shadow 0.5s ease;
	  overflow: hidden;
	transform: scale(0.7) translate(0, -50%);
}

.timeline-slider-years.owl-carousel .owl-nav .owl-prev:before,
.timeline-slider-years.owl-carousel .owl-nav .owl-next:before,
.timeline-slider-years.owl-carousel .owl-nav .owl-prev:after,
.timeline-slider-years.owl-carousel .owl-nav .owl-next:after {
  content: "";
  height: 23px;
  width: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-prev:before {
  background-image: url("images/slider-nav-left.svg");
	transform: translateY(-50%) translateX(0);
	transition: transform 0.5s ease;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-next:before {
  background-image: url("images/slider-nav-right.svg");
	transform: translateY(-50%) translateX(0);
	transition: transform 0.5s ease;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-prev:after {
  background-image: url("images/slider-nav-left.svg");
  transform: translateY(-50%) translateX(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-next:after {
  background-image: url("images/slider-nav-right.svg");
  transform: translateY(-50%) translateX(-100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-prev:hover:before {
  transform: translateY(-50%) translateX(-100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-next:hover:before {
  transform: translateY(-50%) translateX(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-prev:hover:after {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-next:hover:after {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-prev:hover,
.timeline-slider-years.owl-carousel .owl-nav .owl-next:hover {
  background: #FF5900;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.43);
}

.timeline-slider-years.owl-carousel .owl-nav .owl-prev span,
.timeline-slider-years.owl-carousel .owl-nav .owl-next span {
	display: none;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-prev {
	left: 7%;
}

.timeline-slider-years.owl-carousel .owl-nav .owl-next {
	right: 7%;
}

@media screen and (min-width: 600px) {
	
	.timeline-slider-years.owl-carousel .owl-nav {
		transform: translate(0, 100px);
	}
	.timeline-slider-years.owl-carousel .owl-nav .owl-next,
	.timeline-slider-years.owl-carousel .owl-nav .owl-prev {
		position: absolute;
		
	}
	
	.timeline .timeline-content-text {
		width: 60vw;
	}
}

@media screen and (min-width: 1100px) {
	.timeline-slider-years.owl-carousel .owl-nav .owl-next,
	.timeline-slider-years.owl-carousel .owl-nav .owl-prev {
		transform: scale(1) translate(0, -50%);
		
	}
}

@media screen and (min-width: 1600px) {
	.timeline-slider-years.owl-carousel .owl-nav {
		transform: translate(0, 200px);
	}
}

.video-section {
	position: relative;
}

.video-section.home-video-section {
	background-color: #FFFFFF;
}

.video-container-full {
	width: 100%;
	padding-top: 56.35%;
	position: relative;
	overflow: hidden;
/* 	border-radius: 50px; */
	border-radius: 5vw;
	transform: scale(0.6);
	transform-origin: center;
}

.video-container-full video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-dna {
	background-color: #FDF7EB;
}

.values {
	padding: 50px 5% 50px 5%;
	padding-top: 100px;
}

@media screen and (min-width: 750px) {
	.values {
		padding: 100px 10%;
		padding-top: 150px;
	}
}

@media screen and (min-width: 1100px) {
	.values {
		padding-top: 180px;
	}
}

.values .values-heading span {
	opacity: 0;
}

.values .values-text-container {
	text-align: center;
	font-size: clamp(1.2rem, 2.4vw, 5rem);
	padding: 0 8%;
}

.values .values-text-container p {
	opacity: 0;
}

.values .values-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.values .values-items .values-item {
	background-color: #FFFFFF;
	border: 1px solid #AAC947;
	border-radius: 30px;
	padding: 20px 3%;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
}

@media screen and (min-width: 550px) {
	.values .values-items .values-item {
		width: 32%;
	}
}

.values .values-items .values-item .values-item-image-container {
	width: 50%;
	padding-top: 55%;
	position: relative;
	opacity: 0;
}

.values .values-items .values-item .values-item-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.values .values-items .values-item .values-item-title {
	font-size: clamp(1.5rem, 2.4vw, 5rem);
	font-weight: 700;
	margin: 20px 0 10px 0;
	opacity: 0;
}

.values .values-items .values-item .values-item-text {
	font-size: clamp(14px, 0.835vw, 5rem);
	opacity: 0;
	padding: 0 20px;
}

.our-impact {
	padding: 50px 5%;
}

.our-impact .our-impact-heading {
	text-align: center;
}

.our-impact .our-impact-heading .our-impact-svg-container {
	position: relative;
	width: 30vw;
	min-width: 200px;
	height: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -7%;
}

.our-impact .our-impact-heading .our-impact-svg-container svg {
	width: 100%;
	height: 100%;
}

.our-impact .our-impact-heading .our-impact-svg-container svg:first-child {
	position: relative;
	z-index: 2;
	margin-bottom: -20%;
}

@media screen and (min-width: 400px) {
	.our-impact .our-impact-heading .our-impact-svg-container {
		margin-bottom: -5%;
	}
}

@media screen and (min-width: 750px) {
	.our-impact .our-impact-heading .our-impact-svg-container svg:first-child {
		margin-bottom: -15%;
	}
	
	.values .values-items .values-item .values-item-text {
		padding: 0;
	}
}

@media screen and (min-width: 1010px) {
	.our-impact .our-impact-heading .our-impact-svg-container svg:first-child {
		margin-bottom: -10%;
	}
	
	.our-impact .our-impact-heading .our-impact-svg-container {
		margin-bottom: -3%;
	}
}

.our-impact .our-impact-heading .our-impact-svg-container svg:nth-child(2) {
	margin-top: -10%;
}

.our-impact .our-impact-heading .our-impact-heading-text2 {
	font-family: "line-seed-sans-th-extrabold", sans-serif;
/* 	font-size: clamp(1.2rem, 6.75vw, 8rem); */
	font-size: clamp(2.2rem, 5.5vw, 8rem);
	color: #FF5900;
}

.our-impact .our-impact-slider-container .owl-nav {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.our-impact .our-impact-slider-container .owl-nav .owl-prev,
.our-impact .our-impact-slider-container .owl-nav .owl-next {
  position: relative;
  top: 0%;
  transform: scale(0.7) translate(0, 0);
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 0.5px solid #FFC44E;
  background: linear-gradient(to bottom, #F8C576, #FF7700);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.43), inset 0 -5px 8px #DE8005;
  transition: background 0.5s ease, box-shadow 0.5s ease;
  overflow: hidden;
}

.our-impact .our-impact-slider-container .owl-nav .owl-prev:before,
.our-impact .our-impact-slider-container .owl-nav .owl-next:before,
.our-impact .our-impact-slider-container .owl-nav .owl-prev:after,
.our-impact .our-impact-slider-container .owl-nav .owl-next:after {
  content: "";
  height: 23px;
  width: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.our-impact .our-impact-slider-container .owl-nav .owl-prev:before {
  background-image: url("images/slider-nav-left.svg");
	transform: translateY(-50%) translateX(0);
	transition: transform 0.5s ease;
}

.our-impact .our-impact-slider-container .owl-nav .owl-next:before {
  background-image: url("images/slider-nav-right.svg");
	transform: translateY(-50%) translateX(0);
	transition: transform 0.5s ease;
}

.our-impact .our-impact-slider-container .owl-nav .owl-prev:after {
  background-image: url("images/slider-nav-left.svg");
  transform: translateY(-50%) translateX(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.our-impact .our-impact-slider-container .owl-nav .owl-next:after {
  background-image: url("images/slider-nav-right.svg");
  transform: translateY(-50%) translateX(-100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.our-impact .our-impact-slider-container .owl-nav .owl-prev:hover:before {
  transform: translateY(-50%) translateX(-100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.our-impact .our-impact-slider-container .owl-nav .owl-next:hover:before {
  transform: translateY(-50%) translateX(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.our-impact .our-impact-slider-container .owl-nav .owl-prev:hover:after {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.our-impact .our-impact-slider-container .owl-nav .owl-next:hover:after {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.our-impact .our-impact-slider-container .owl-nav .owl-prev:hover,
.our-impact .our-impact-slider-container .owl-nav .owl-next:hover {
  background: #FF5900;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.43);
}

.our-impact .our-impact-slider-container .owl-nav .owl-prev span,
.our-impact .our-impact-slider-container .owl-nav .owl-next span {
	display: none;
}

.our-impact .our-impact-slider-container .our-impact-slide .our-impact-slide-image-container {
	width: 100%;
	position: relative;
/* 	border-radius: 20px; */
	border-radius: 2vw;
	overflow: hidden;
	margin: 20px 0;
}

.our-impact .our-impact-slider-container .our-impact-slide .our-impact-slide-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-impact .our-impact-slider-container .our-impact-slide.square-square .our-impact-slide-image-container {
	padding-top: 100%;
}

.our-impact .our-impact-slider-container .our-impact-slide.vertical-horizontal .our-impact-slide-image-container:first-child {
	padding-top: 150%;
}

.our-impact .our-impact-slider-container .our-impact-slide.vertical-horizontal .our-impact-slide-image-container:nth-child(2) {
	padding-top: 50%;
}

.our-impact .our-impact-slider-container .our-impact-slide.horizontal-vertical .our-impact-slide-image-container:first-child {
	padding-top: 50%;
}

.our-impact .our-impact-slider-container .our-impact-slide.horizontal-vertical .our-impact-slide-image-container:nth-child(2) {
	padding-top: 150%;
}

.our-impact .our-impact-slider-container .owl-stage-outer {
	padding-bottom: 50px;
}

@media screen and (min-width: 600px) {
	
	.our-impact .our-impact-slider-container .owl-nav {
		bottom: unset;
		top: 50%;
		transform: translate(0, -50%);
		
	}
	.our-impact .our-impact-slider-container .owl-nav .owl-prev,
	.our-impact .our-impact-slider-container .owl-nav .owl-next {
		position: absolute;
	}
	
	.our-impact .our-impact-slider-container .owl-nav .owl-prev {
		left: -10%;
	}

	.our-impact .our-impact-slider-container .owl-nav .owl-next {
		right: -10%;
	}
	
	.our-impact .our-impact-slider-container .owl-stage-outer {
		padding-bottom: 0;
	}
	
	.our-impact {
		padding: 100px 10%;
	}
}

@media screen and (min-width: 1100px) {
	.our-impact .our-impact-slider-container .owl-nav .owl-prev,
	.our-impact .our-impact-slider-container .owl-nav .owl-next {
		transform: scale(1);
	}
	
	.our-impact .our-impact-slider-container .owl-nav .owl-prev {
		left: -7%;
	}
	.our-impact .our-impact-slider-container .owl-nav .owl-next {
		right: -7%;
	}
}

.discover {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-image: url("images/discover-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top 35% left;
	padding: 30px 5%;
	border-radius: 20px;
	position: relative;
}

.discover .discover-image-container {
	width: 100%;
	padding-top: 35%;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.discover .discover-image-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	object-position: 50% 25%;
}

@media screen and (min-width: 750px) {
	.discover .discover-image-container {
		width: 35%;
		padding-top: 15%;
	}
	
	.discover .discover-text-container  {
		width: 60%;
	}
}

.discover .discover-text-container .discover-text {
	font-family: "line-seed-sans-th-extrabold", sans-serif;
	font-size: clamp(1.2rem, 2.4vw, 5rem);
	margin: 20px 0;
}

@media screen and (min-width: 1100px) {
	.discover .button-container {
		position: absolute;
		right: 5%;
		bottom: 20%;

	}
}

footer.site-footer {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	padding: 10px 10%;
}

footer.site-footer .footer-logo {
	max-width: 10vw;
	min-width: 100px;
	padding: 10px 0;
}

footer.site-footer .footer-logo a {
	display: flex;
}

footer.site-footer .footer-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
/* 	padding-top: 10px; */
}

footer.site-footer .footer-right .widget {
	margin: 0;
	margin-top: 10px;
	width: 48%;
}
footer.site-footer .footer-right .widget p {
	margin: 0;
	font-size: clamp(10px, 0.73vw, 1rem);
	line-height: 1;
}

footer.site-footer .footer-right .widget p a {
	text-decoration: none;
	color: #212529;
}

footer.site-footer .footer-right .widget p a:hover {
	font-weight: 700;
}

footer.site-footer .footer-right .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}

footer.site-footer .footer-right .wp-block-group__inner-container figure,
footer.site-footer .footer-right .wp-block-group__inner-container figure a {
	display: flex;
}

footer.site-footer .footer-right .wp-block-group__inner-container figure {
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

footer.site-footer .footer-right .wp-block-group__inner-container figure img {
	width: 2.5vw!important;
	max-width: 33px;
	min-width: 25px;
	object-fit: contain;
}

footer.site-footer section:last-child p {
	display: flex;
	align-items: center;
	cursor: pointer;
	text-transform: uppercase;
}

footer.site-footer section:last-child p:after {
	content: "";
	display: flex;
	height: 19px;
	width: 19px;
	background-image: url("images/back-to-top-button.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 5px;
}

footer.site-footer section:last-child {
	display: none;
}

@media screen and (min-width: 750px) {
	
	footer.site-footer {
/* 		max-height: 80px; */
	}
	footer.site-footer .footer-right {
		width: fit-content;
		padding-top: 0;
	}
	
	footer.site-footer .footer-right .widget {
		margin-top: 0;
		margin: 0 10px;
		width: fit-content;
	}
	
	footer.site-footer section:last-child {
		display: block;
	}
	
}

@media screen and (min-width: 846px) {
	footer.site-footer .footer-logo {
		padding: 0;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.video-wrapper {
	max-width: 100%;

}

video {
  width: 100%;
  height: 100%;
  object-fit: contain;

}
.site-header {
	padding: 10px 5%;
		position: fixed;
	width: 100%;
	z-index: 5;
}

@media screen and (min-width: 750px) {
	.site-header {
		padding: 10px 10%;
	}
}

.site-header .header-inner {
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px) brightness(1);
	-webkit-backdrop-filter: blur(10px) brightness(1);
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 36px;
/* 	border-radius: 20vw; */
	position: relative;
}

.site-header .header-inner .site-branding a {
	display: flex;
	max-width: 20vw;
	min-width: 100px;
}

.section-heading {
	text-align: center;
	text-transform: uppercase;
	font-size: clamp(20px, 1.045vw, 5rem);
	font-weight: 700;
}

.section-heading .section-heading-text1 {
	color: #212529;
}

.section-heading .section-heading-text2 {
	color: #FF5900;
}

.home-quiz-introduction {
	position: relative;
	overflow: hidden;
/* 	padding-top: 100px; */
	padding-top: 20vw;
	background-color: #FFFFFF;
	z-index: 2;
}

@media screen and (min-width: 600px) {
	.home-quiz-introduction {
		padding-top: 10vw;
	}
}

.home-quiz-introduction-zoom-heading {
	text-align: center;
}

.home-quiz-introduction .home-quiz-video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.home-quiz-introduction .home-quiz-video video {
	object-fit: cover;
	object-position: bottom;
}

.home-quiz-introduction-zoom-heading .home-quiz-zoom-heading-main {
	font-family: "line-seed-sans-th-extrabold", sans-serif;
	font-size: clamp(1.5rem, 6.8vw, 10rem);
	line-height: 1;
	color: #FF5900;
	margin-top: 0;
}

.home-quiz-introduction-zoom-heading .home-quiz-zoom-subheading {
	font-size: clamp(1rem, 1.045vw, 5rem);
}

.image-unmask {
  height: 100vh;
  overflow: hidden;
}

#home-quiz {
  position: fixed;
/* 	position: absolute; */
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
	min-width: 100vw;
	min-height: 100vh;
	object-fit: cover;
	
}

#home-quiz .inner {
	height: 100vh;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
/* 		padding: 80px 10%; */
	padding: 10vh 10%;
	padding-top: 20vh;
}

@media screen and (min-width: 600px) {
	#home-quiz .inner {
		padding-top: 15vh;
	}
}

#svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.home-quiz-heading-container {
	text-align: center;
}

.home-quiz-heading-container .home-quiz-heading {
	line-height: 1;
}

.home-quiz-heading-container .home-quiz-heading-text1,
.home-quiz-heading-container .home-quiz-heading-text3 {
	font-family: "line-seed-sans-th-extrabold", sans-serif;
/* 	font-size: clamp(1.2rem, 6.75vw, 8rem); */
	font-size: clamp(2.2rem, 5.5vw, 8rem);
}

/* .home-quiz-heading-container .home-quiz-heading-text2 {
	font-family: "stigmature", sans-serif;
	font-size: clamp(1.5rem, 7.85vw, 10rem);
} */

.home-quiz-heading-container .home-quiz-svg-container {
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -15%;
	margin-top: 0;
	width: 25vw;
	min-width: 200px;
	height: auto;
}

@media screen and (min-width: 450px) {
	.home-quiz-heading-container .home-quiz-svg-container {
		margin-bottom: -10%;
	}
}

@media screen and (min-width: 600px) {
	.home-quiz-heading-container .home-quiz-svg-container {
		margin-bottom: -5%;
	}
}

.home-quiz-heading-container .home-quiz-svg-container svg {
	width: 100%;
	height: 100%;
	position: relative;
}

.home-quiz-heading-container .home-quiz-svg-container svg:first-child {
	margin-top: -5%;
	margin-bottom: -3%;
}

.home-quiz-heading-container .home-quiz-svg-container svg:nth-child(2) {
	margin-top: -10%;
	z-index: -1;
}

.banner-home-heading .banner-home-svg #svgCelebrating,
.banner-home-heading .banner-home-svg #svgCelebratingLine,
.home-quiz-heading-container .home-quiz-svg-container #svgDiscover,
.home-quiz-heading-container .home-quiz-svg-container #svgDiscoverLine{
	position: absolute;
	width: 100%;
}

.banner-home-heading .banner-home-svg svg:first-child {
	position: relative;
	margin-bottom: -35%;
	z-index: 2;
}

@media screen and (min-width: 450px) {
	.banner-home-heading .banner-home-svg svg:first-child {
		margin-bottom: -25%;
	}
	.home-quiz-heading-container .home-quiz-svg-container svg:first-child {
		margin-top: -5%;
	}
	
}

@media screen and (min-width: 600px) {
	.banner-home-heading .banner-home-svg svg:first-child {
		margin-bottom: -17%;
	}
}

.banner-home-heading .banner-home-svg #svgCelebrating,
.home-quiz-heading-container .home-quiz-svg-container #svgDiscover,
.our-impact .our-impact-svg-container #svgCapturing {
      stroke: #212529;
      stroke-width: 2;
      fill: transparent;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      transition: stroke-dashoffset 2s ease-in-out, fill 2s ease-in-out;
    }

.banner-home-heading .banner-home-svg #svgCelebrating.filled,
.home-quiz-heading-container .home-quiz-svg-container #svgDiscover.filled,
.our-impact .our-impact-svg-container #svgCapturing.filled {
      fill: #212529;
    }

.banner-home-heading .banner-home-svg #svgCelebratingLine,
.home-quiz-heading-container .home-quiz-svg-container #svgDiscoverLine,
.our-impact .our-impact-svg-container #svgCapturingLine {
	stroke: #AAC947;
      stroke-width: 10;
      fill: none;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      transition: stroke-dashoffset 2s ease-in-out;
}

.banner-home-heading .banner-home-svg #svgCelebrating.draw,
.home-quiz-heading-container .home-quiz-svg-container #svgDiscover.draw,
.our-impact .our-impact-svg-container #svgCapturing.draw {
      animation: dash 5s linear forwards;
    }

.banner-home-heading .banner-home-svg #svgCelebratingLine.draw,
.home-quiz-heading-container .home-quiz-svg-container #svgDiscoverLine.draw,
.our-impact .our-impact-svg-container #svgCapturingLine.draw {
      animation: dash 2s linear forwards;
    }

    @keyframes dash {
      to {
        stroke-dashoffset: 0;
      }
    }

.home-quiz-heading-container .home-quiz-heading-text3 {
	color: #FF5900;
}

.home-quiz-character-image-container {
	display: flex;
	justify-content: center;
}

.home-quiz-character-image-container .home-quiz-character-image {
	width: 100%;
}

.home-quiz-text-container {
	display: flex;
	justify-content: center;
}

.home-quiz-bottom {
	padding-top: 30vw;
}

@media screen and (min-width: 700px) {
	.home-quiz-text-container {
		padding: 0 10%;
	}
	
	.home-quiz-bottom {
		padding-top: 0;
	}
}

@media screen and (min-width: 850px) and (max-height: 700px) {
	.home-quiz-character-image-container .home-quiz-character-image {
		width: 50vw;
	}
}

@media screen and (min-width: 1050px) {
	.home-quiz-text-container {
		padding: 0 32%;
	}
	
	.home-quiz-character-image-container .home-quiz-character-image {
		width: 70%;
	}
}

.home-quiz-text-container .home-quiz-text {
	font-size: clamp(12px, 0.8vw, 1.5rem);
	color: #FFFFFF;
	text-align: center;
}

.milestones {
	position: relative;
	overflow: hidden;
}

.electrical-current {
    position: relative;
    width: 100%;
/*     height: 6.5px; */
    transform: translate(0, -6.5px);
    z-index: 2;
}

.current {
    width: 15%;
    height: 6.5px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 5%;
    animation: moveCurrent 5s linear infinite;
    display: flex;
    align-items: center;
}

.current img {
	object-fit: cover;
}

/* .current:nth-child(2) {
    left: calc(10% + 30px);
}

.current:nth-child(3) {
    left: calc(10% + 60px);
}

.current:nth-child(4) {
    left: calc(10% + 90px);
} */

@keyframes moveCurrent {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100vw);
    }
}

.button-container {
	display: flex;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction .start-quiz-button-container,
.button-container.button-container-center {
	display: flex;
	justify-content: center;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction #start-quiz-button,
.button-container .button,
.main-navigation li a,
.share-quiz-button .addtoany_list.a2a_kit_size_32 a.addtoany_share {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: clamp(0.8rem, 1vw, 2.5rem);
/* 	color: #FFFFFF; */
	color: #212529;
	text-decoration: none;
/* 	background: linear-gradient(to bottom, #F8C576, #FF7700); */
	background: linear-gradient(to bottom, #E4FFA4, #FE6718);
/* 	border: 0.5px solid #FFC44E; */
	border: 0.5px solid #C5FF78;
/* 	border-radius: 26px; */
	border-radius: 10vw;
	box-shadow: 0 3px 5px rgba(0,0,0,0.43), /* Drop shadow */
/* 		inset 0 -5px 8px #DE8005; */
		inset 0 -5px 8px #E14E4E;
	transition: background 0.5s ease, box-shadow 0.5s ease;
	width: fit-content;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction #start-quiz-button:hover,
.button-container .button:hover,
.main-navigation li a:hover,
.share-quiz-button .addtoany_list.a2a_kit_size_32 a.addtoany_share:hover {
	color: #FFFFFF;
	background: #FF5900;
	box-shadow: 0 3px 5px rgba(0,0,0,0.43);;
}

.button-container .button,
.share-quiz-button .addtoany_list.a2a_kit_size_32 a.addtoany_share {
	padding: 5px 20px;
}

@media screen and (min-width: 750px) {
	.button-container .button,
	.share-quiz-button .addtoany_list.a2a_kit_size_32 a.addtoany_share {
		padding: 10px 20px;
	}
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction #start-quiz-button {
	padding: 5% 7%;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction #start-quiz-button:after,
.button-container .button:after,
.main-navigation li a:after,
.share-quiz-button .addtoany_list.a2a_kit_size_32 a.addtoany_share:after {
	content: "";
	display: flex;
	height: 19px;
	width: 19px;
	background-image: url("images/start-quiz-arrow-black.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 5px;
}

.button-container .button.get-started-button:after {
	transform: rotate(135deg);
	transform-origin: center;
}

.energy-quiz-main .energy-quiz-main-inner .energy-quiz-introduction #start-quiz-button:hover:after,
.button-container .button:hover:after,
.main-navigation li a:hover:after,
.share-quiz-button .addtoany_list.a2a_kit_size_32 a.addtoany_share:hover:after {
	background-image: url("images/start-quiz-arrow.svg");
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
/* 	width: 100%; */
	width: fit-content;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding-left: 0;
	position: absolute;
	left: 0;
	top: 100%;
	background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px) brightness(1);
    -webkit-backdrop-filter: blur(10px) brightness(1);
	width: 100%;
	padding: 10px;
/* 	border-radius: 20vw; */
	border-radius: 36px;
}

.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;
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

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

.main-navigation li a {
	font-size: clamp(0.8rem, 0.835vw, 1.2rem);
	padding: 5px 10px;
	width: 150px;
	text-align: center;
/* 	display: flex;
	align-items: center; */
	justify-content: center;
}

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

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
}

.menu-toggle div {
	width: 30px;
	height: 3px;
	background-color: #FF5900;
	border-radius: 5px;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0)
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation.toggled ul,
	.main-navigation ul {
		display: flex;
	}
	
	.main-navigation ul {
		position: relative;
		left: unset;
		top: unset;
		margin-top: 0;
		background: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		width: fit-content;
		padding: 0;
		border-radius: 0;
	}
	
	.main-navigation li {
		margin: 0;
	}
	
	.main-navigation li a {
		margin-left: 10px;
		width: fit-content;
	}
}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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