/*!
Theme Name: FluxStation
Theme URI: http://underscores.me/
Author: FluxStation
Author URI: https://www.fluxstation.com
Description: WordPress theme for FluxStation
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: fluxstation
Tags: logtech, tecnologia, logistica, transporte, caminhoneiro

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: none;
}

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

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

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: none;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

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

.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;
}



/*--------------------------------------------------------------
# Root Config
--------------------------------------------------------------*/
:root {
	/* Colors Palette*/
    --flux-yellow:	#FFA41B;
	--flux-blue: 	#1178C9;

    --blue-050: #EBF8FF;
	--blue-100: #BEE3F8;
	--blue-200: #90CDF4;
	--blue-300: #63B3ED;
	--blue-400: #4299E1;
	--blue-500: #3182CE;
	--blue-600: #2B6CB0;
	--blue-700: #2C5282;
	--blue-800: #2A4365;
	--blue-900: #1A365D;

	--gray-050: #F7FAFC;
	--gray-100: #EDF2F7;
	--gray-200: #E2E8F0;
	--gray-300: #CBD5E0;
	--gray-400: #A0AEC0;
	--gray-500: #718096;
	--gray-600: #4A5568;
	--gray-700: #2D3748;
	--gray-800: #1A202C;
	--gray-900: #171923;
}


/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/
/* Scrollbar CSS */
body {
    background: var(--gray-100);
    color: var(--blue-800);
    overflow-x: hidden;
    font-family: 'Barlow', sans-serif;
}
body a {
    color: var(--blue-800);
}
::-webkit-scrollbar {
    width: 12px;
    background: var(--blue-800);
}
::-webkit-scrollbar-track {
    background: var(--blue-800);
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background: var(--flux-yellow);
    background-clip: content-box;
    border: 3px solid transparent;
	border-radius: 10px;
}
.content-area {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 80px 15px 80px 15px;
    position: relative;
}
.central-flex {
	display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: space-between;
}
.vertical-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
	justify-content: space-between;
}
.bottom-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    align-content: flex-end;
	justify-content: space-between;
}
.d-desktop {
    display: block;
}
.d-mobile {
    display: none;
}
a:hover,
a:focus,
a:active {
    cursor: pointer;
}
p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 30px;
	margin: 0px 0px 25px 0px;
}
p a {
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Condensed', sans-serif;
	line-height: initial;
    font-weight: 600;
	margin: 0px 0px 25px 0px;
}
h1 {
    font-size: 3.5rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2.5rem;
}
h4 {
    font-size: 2rem;
}
h5 {
    font-size: 1.5rem;
}
h6 {
    font-size: 1.2rem;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
    color: var(--flux-yellow);
}
.page-topic {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--flux-blue);
    letter-spacing: 2px;
    line-height: 1rem;
    margin: 0px 0px 0px 0px;
}
article ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 25px 10px;
}
article ul li {
	font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 18px;
	position: relative;
}
article ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--flux-blue);
    position: absolute;
	top: 13px;
    left: 1px;
    line-height: 1;
    transform: rotate(45deg);
    border-radius: 2px;
}
ul.icon-list {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 25px 10px;
}
.icon-list li {
	font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 26px;
	position: relative;
}
.icon-list li::before {
	content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 0px;
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-list li.checked-item::before {
	content: "\f2dc";
	color: var(--flux-blue);
    background: none;
    transform: initial;
}
.icon-list li.cross-item::before{
	content: "\f3c9";
	color: #E53E3E;
}
ol {
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 25px 10px;
}
ol li {
	font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	position: relative;
}
ol li::marker {
	font-weight: 600;
    color: var(--flux-blue);
}
hr {
	background: var(--gray-300);
	margin: 30px 0px 30px 0px;
}
.double-buttons {
	display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 25px;
}
.btn {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
	height: 40px;
    line-height: 38px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    position: relative;
    cursor: pointer;
	border: 1px solid transparent;
	border-radius: 10px;
	width: fit-content;
}
.btn svg {
    width: 20px;
    height: 20px;
}
.btn .icon-frame {
    font-size: 15px;
    padding: 4px 0px 0px 0px;
}
.dark-button {
	background: var(--blue-800);
	border: 1px solid var(--blue-800);
    color: var(--blue-050);
}
.dark-button:hover {
	background: var(--blue-900);
	border: 1px solid var(--blue-900);
}
.yellow-button {
	background: var(--flux-yellow);
	border: 1px solid var(--flux-yellow);
    color: var(--blue-800);
}
.yellow-button:hover {
	background: var(--blue-800);
	border: 1px solid var(--blue-800);
    color: var(--blue-050);
}
.blue-button {
	background: var(--flux-blue);
	border: 1px solid var(--flux-blue);
    color: var(--blue-050);
}
.blue-button:hover {
	background: var(--blue-800);
	border: 1px solid var(--blue-800);
    color: var(--blue-050);
}
.naked-button {
	padding: 0px 0px 0px 0px;
	background: transparent;
	border: 1px solid transparent;
    color: var(--blue-800);
}
.naked-button:hover {
	font-weight: 700;
}
.outline-button {
	background: #FFFFFF;
	border: 1px solid var(--gray-200);
    color: var(--blue-800);
}
.outline-button:hover {
	background: var(--blue-800);
	border: 1px solid var(--blue-800);
    color: var(--blue-050);
}
.play-btn {
	width: 70px;
	height: 70px;
	border-radius: 30px;
	background: var(--flux-yellow);
	border: 1px solid var(--flux-yellow);
    color: var(--blue-800);
    cursor: pointer;
    position: relative;
}
.play-btn::before {
    content: "\f740";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 26px;
    height: 26px;
	font-size: 26px;
    line-height: 26px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}
.play-btn:hover {
	background: var(--blue-800);
	border: 1px solid var(--blue-800);
    color: var(--blue-050);
}
.stickyArea {
    position: -webkit-sticky;
    position: sticky;
}
.form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    margin: 0px 0px 0px 0px;
    column-gap: 15px;
}
form {
    font-family: 'Barlow', sans-serif;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
form input:focus-within, 
form textarea:focus-within {
    outline: none;
    border: 1px solid var(--flux-blue) !important;
}
form .form-row:last-child {
    margin: 0px 0px 0px 0px;
}
.single-col input {
    width: 100%;
}
.double-col input {
    width: 49%;
}
form .input-wrapper {
	width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
}
form input[type='checkbox'] {
	webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
	background: #FFFFFF;
    border: 1px solid var(--gray-300);
	border-radius: 5px;
    display: block;
    padding: 0px;
    margin: 0px 3px 0px 0px;
    top: 1px;
    position: absolute;
    left: 0px;
    bottom: 0;
}
form input[type='checkbox']:checked::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: var(--flux-blue);
	border-radius: 3px;
}
form input[type=text], form input[type=tel],form input[type=email] {
    font-family: 'Barlow', sans-serif;
    height: 46px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-size: 14px;
    position: relative;
    border: none;
    border-radius: 0px;
    color: var(--blue-800);
	border: 1px solid var(--gray-300);
	border-radius: 10px;
}
form select {
    font-family: 'Barlow', sans-serif;
    height: 46px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    position: relative;
    border: none;
    color: var(--blue-800);
	border: 1px solid var(--gray-300);
	border-radius: 10px;
}
form textarea {
    font-family: 'Barlow', sans-serif;
    height: 146px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-size: 14px;
    position: relative;
    border: none;
    resize: none;
    overflow: hidden auto;
    color: var(--blue-800);
	border: 1px solid var(--gray-300);
	border-radius: 10px;
}
form label {
    font-family: 'Barlow', sans-serif;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
}
form .consent-wrapper {
	text-align: justify;
    line-height: 17px;
}
form .consent-wrapper label {
	font-size: 12px;
}
form .consent-wrapper input[type=checkbox] {
	display: inline-block;
    position: relative;
	margin: 0px 2px 0px 0px;
    top: 3px;
}
form input[type=submit] {
    background: var(--flux-blue);
    color: #FFFFFF;
    width: 100%;
    line-height: 46px;
    padding: 0px 10px 0px 10px;
    border: 0px;
	border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
}
form input[type=submit]:hover {
	background: var(--blue-800);
	color: var(--flux-yellow);
}
.input-wrapper span {
    font-size: 11px;
    font-weight: 500;
    margin: 0px;
    line-height: 18px;
    padding: 0px 0px 0px 20px;
}
#flux-form-wrapper .gform_footer {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.gfield_checkbox .gchoice {
    position: relative;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    padding: 0px 0px 0px 22px;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox input[type='checkbox'] {
    top: 6px;
}
.gform_title {
    text-align: center;
    margin: 5px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
.gform_required_legend {
    display: none;
}
.gform_confirmation_message {

}
.gform_confirmation_message h5 {
    margin: 5px 0px 0px 0px;
}
.gform_confirmation_message p {
    margin: 0px 0px 0px 0px;
}
.gform_confirmation_message .btn {
    width: 100%;
    height: 46px;
}
.gform_fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 20px;
}
.gfield_required span {
    margin: 0px 0px 0px 5px;
    color: #c80606;
}
.gfield {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.ginput_container {
    position: relative;
}
.ginput_container_consent {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.ginput_container_consent .gfield_required {
    display: none;
}
.gfield--type-consent {
    border: none;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.gfield--type-consent legend {
    display: none;
}
.gfield--type-consent label {
    font-size: 12px;
    font-weight: 600;
    text-align: justify;
    padding: 0px 0px 0px 20px;
}
#flux-form-wrapper .gfield_consent_description {
    border: none;
    overflow: initial;
    padding: 0px;
    text-align: justify;
    font-size: 12px;
    margin: 0px;
}
#flux-form-wrapper .gform_footer input {
    margin: 0px 0px 0px 0px;
}

.gform_validation_container, 
.gform_body .gform_fields .gfield.gform_validation_container, 
.gform_fields .gfield.gform_validation_container, 
.gform_validation_container {
    display: none!important;
    left: -9000px;
    position: absolute!important;
}
.gform_ajax_spinner {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 45px;
    right: 45px;
    filter: invert(83%) sepia(25%) saturate(6881%) hue-rotate(344deg) brightness(102%) contrast(101%);
}
.signUp-msg {
    margin: 0px 0px 0px 0px;
    height: 264px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--reverse-font-color);
}
.contact-msg {
    margin: 0px 0px 0px 0px;
    height: 264px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gform_validation_errors {
    padding: 1px 0px 0px 0px;
}
.gform_submission_error {
    background: #c50826;
    font-size: 13px;
    font-weight: 500;
    font-family: 'DM Sans';
    margin: 20px 15px 0px;
    padding: 10px 10px 10px 10px;
}
.validation_message {
    color: #c50826;
    font-size: 13px;
    font-weight: 500;
    font-family: 'DM Sans';
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
}
#ready-to-start {
    position: relative;
    padding: 125px 0px;
    border-top: 1px solid var(--gray-300);
}
#ready-to-start::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/fluxstation/assets/img/Roads.svg);
    background-size: cover;
    z-index: -1;
    top: 0px;
    right: 0px;
    opacity: 0.35;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
#ready-to-start .content-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 750px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 0px 30px 10px #1a365d25;
}
#ready-to-start h3 {
    font-size: 3rem;
    text-transform: uppercase;
}
#ready-to-start p a {
    font-weight: 500;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 9999;
}
.modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFFFFF20;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.modal-header {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 15px 0px;
}
.modal-header h5 {
    font-size: 26px;
    margin: 0px;
}
.modal-close {
    cursor: pointer;
    display: flex;
    height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 0px 10px;
    background: var(--blue-700);
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
}
.modal-close i {
    font-size: 20px;
    line-height: 13px;
}
#contact-modal {
    display: none;
}
#contactModal.modal {
    justify-content: flex-start;
    align-items: flex-end;
}
#contactModal .modal-content {
    margin: 0px 0px 50px 50px;
    background: var(--blue-800);
    border: 1px solid var(--blue-700);
    padding: 15px 15px 15px 15px;
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
}
#contactModal .modal-content h5 {
    color: #FFFFFF;
}
#contactModal .modal-content p {
    color: #FFFFFF;
    margin: 10px 0px 20px;
    font-size: 15px;
    line-height: 25px;
}
#contactModal .gform_title,
#contactModal form label {
    display: none;
}
#contactModal form .gfield {
    width: 100%;
}
#contactModal input::placeholder,
#contactModal textarea::placeholder {
    opacity: 1;
    color: #FFFFFF;
}
#contactModal input::-ms-input-placeholder,
#contactModal textarea::-ms-input-placeholder {
    opacity: 1;
    color: #FFFFFF;
}
#contactModal form input[type=text], 
#contactModal form input[type=tel], 
#contactModal form input[type=email] {
    background: var(--blue-800);
    border: 1px solid var(--blue-600);
    color: #FFFFFF;
}
#contactModal form select {
    background: var(--blue-800);
    border: 1px solid var(--blue-600);
    color: #FFFFFF;
    width: 100%;
}
#contactModal form textarea {
    background: var(--blue-800);
    border: 1px solid var(--blue-600);
    color: #FFFFFF;
}
#contactModal form input[type=submit] {
    background: var(--flux-yellow);
    color: var(--blue-800);
}
#contactModal form input[type=submit]:hover {
    background: #FFFFFF;
}
.group-input-header {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 0px 0px 0px 40px;
}
.group-input-header p {
    margin: 0px 0px 0px 0px;
}
.checkbox-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.checkbox-wrapper {
    width: 24%;
    position: relative;
}
form .checkbox-wrapper input[type='checkbox'] {
    display: none;
}
form .checkbox-wrapper label {
    background: var(--darker-blue);
    font-size: 13px;
    font-weight: 600;
    height: 46px;
    position: relative;
    padding: 0px 0px 0px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;

}
form .checkbox-wrapper input[type='checkbox']:checked ~ label {
    color: var(--dark-blue);
    background: var(--highlighter);
}
form .checkbox-wrapper input[type='checkbox']:checked ~ label svg {
    fill: var(--dark-blue);
}




#videoModal .modal-body {
    width: 1185px;
    height: 600px;
    margin: auto;
    position: relative;
}
#videoModal .modal-content iframe {
    width: 100%;
    height: 100%;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
	transition: background-color 300ms ease-in-out;
}
.header-content {
	max-width: 1300px;
    width: 100%;
    padding: 0px 15px 0px 15px;
    margin: auto;
    justify-content: space-between;
    column-gap: 30px;
}
.header-content .left-side {
	display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 35px;
}
.site-branding {
	display: block;
	width: auto;
}
.site-branding a {
    text-decoration: none;
}
.site-header .site-branding svg {
    width: 185px;
    height: 25px;
}
.main-navigation .menu-items {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    column-gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-navigation a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-decoration: none;
	display: flex;
    align-items: center;
    column-gap: 7px;
	display: flex;
    align-items: center;
    column-gap: 10px;
}
.main-navigation .menu-items li {
    line-height: 30px;
	padding: 25px 10px 25px 10px;
    position: relative;
}
.main-navigation .menu-items li.has-submenu {
	border-radius: 10px;
}
.main-navigation .submenu-items {
    display: none;
    box-shadow: none;
    flex-direction: column;
    position: absolute;
    left: -14px !important;
    padding: 10px 10px 10px 10px;
    text-align: left;
    width: max-content;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.main-navigation .has-submenu li {
	border-radius: 10px;
	border: 1px solid #FFFFFF;
}
.main-navigation .has-submenu:hover {
    display: block;
}
.main-navigation .menu-items li.has-submenu:hover .submenu-items {
    display: flex;
}
.main-navigation .submenu-items li:hover {
	background: var(--gray-050);
	border: 1px solid var(--gray-200);
}
/*--------------------------------------------------------------
# Header Variations
--------------------------------------------------------------*/
.page-template-homepage .system-btns .naked-button,
.page-template-fluxstation .system-btns .naked-button,
.page-template-fluxdriver .system-btns .naked-button,
.page-template-user-operation .system-btns .naked-button {
    color: #FFFFFF;
}
.single-industry .main-navigation a,
.single-industry .system-btns .naked-button,
.search-results .main-navigation a,
.search-results .system-btns .naked-button {
    color: #FFFFFF;
}
.single-industry .main-navigation ul ul a,
.search-results .main-navigation ul ul a {
    color: var(--blue-800);
}

#masthead.actived-header {
    border-bottom: 1px solid var(--gray-300);
    background-color: #FFFFFF;
    top: 0;
}
.site-header.actived-header a,
.site-header.actived-header .system-btns .naked-button {
    color: var(--blue-800);
}
.site-header.actived-header .dark-button {
    color: #FFFFFF;
}






.main-navigation .menu-items li.has-megamenu {
    position: initial;
}
.main-navigation .nav-megamenu {
    display: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0px;
    padding: 20px 15px 20px 15px;
    background-color: #FFFFFF;
}
.main-navigation .megamenu-content {
    width: 100%;
    max-width: 1270px;
    margin: auto;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}
.megamenu-block.cols-1 {
    width: 250px;
}
.megamenu-block.cols-2 {
    width: 500px;
}
.megamenu-block.cols-3 {
    width: 750px;
}
.megamenu-block.cols-4 {
    width: 1000px;
}
.megamenu-heading {
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid var(--gray-300);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.megamenu-heading p {
    margin: 0px 0px 0px 0px;
    text-align: left;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.main-navigation .megamenu-heading a {
    font-size: 11px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--flux-blue);
}
#flux-technologies {
    width: 100%;
    height: calc(100% - 56px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single-flux-tech {
    width: 100%;
    height: 50%;
    min-height: 175px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;
}
.single-flux-tech::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--blue-900), transparent);
    top: 0;
    left: 0;
}
.single-flux-tech img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s ease;
    top: 0;
    left: 0;
}
.single-flux-tech:hover img {
    transform: scale(1.1);
}
.single-flux-tech a {
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px 15px 15px 15px;
    z-index: 2;
    position: relative;
}
.single-flux-tech a p {
    text-align: left;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
.single-flux-tech a p span {
    color: var(--flux-yellow);
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.minimal-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 10px;
}
.megamenu-block.cols-1 .single-minimal-item {
    width: 100%;
}
.megamenu-block.cols-2 .single-minimal-item {
    width: calc(50% - 5px);
}
.megamenu-block.cols-3 .single-minimal-item {
    width: 32.44%;
}
.megamenu-block.cols-4 .single-minimal-item {
    width: 32.66%;
    /* width: 24.25%; */
}
.single-minimal-item {
    min-height: 60px;
    height: 100%;
    max-height: 85px;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.single-minimal-item:hover {
    background: var(--gray-050);
}
.single-minimal-item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    position: relative;
}
.minimal-item-heading {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 7px;
}
.minimal-item-heading img {
    width: 22px;
    height: 22px;
}
.single-minimal-item p {
    width: calc(100% - 41px);
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: left;
    line-height: 20px;
    font-weight: 700;
}
.single-minimal-item span {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
}
.single-minimal-item .icon-frame {
    font-size: 18px;
    color: var(--flux-blue);
}
.coming-soon {
    position: absolute;
    background: var(--flux-yellow);
    width: 50px;
    height: 20px;
    font-size: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
}
.coming-soon span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
#flux-solus-feats {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 21px;
    position: relative;
}
#flux-solus-feats::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--gray-300);
    top: 0px;
    left: 251px;
}
#flux-solutions {
    width: calc(25% - 5px);
}
#flux-solutions .single-minimal-item {
    width: 100%;
}
#flux-features {
    width: 75%;
}
#flux-features .single-minimal-item {
    width: 32.43%;
}
#flux-resources .single-minimal-item {
    min-height: 40px;
}
#flux-resources .single-minimal-item a {
    padding: 10px 15px 10px 15px;
}
#resources-mega .cols-3 {
    max-width: 730px;
}
#featured-articles-block {
    max-width: 480px;
}
#menu-featured-articles {
    height: calc(100% - 66px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 10px;
    gap: 10px;
}
#menu-featured-articles .single-menu-feat-article {
    width: calc(50% - 5px);
    height: 50%;
    align-items: flex-start;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
#menu-featured-articles .single-menu-feat-article::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--blue-900), transparent);
    top: 0;
    left: 0;
}
.single-menu-feat-article .article-thumbnail {
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: center;
}
.single-menu-feat-article p {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    margin: auto 10px 10px 10px;
    position: absolute;
    bottom: 0px;
    color: #FFFFFF;
}
#menu-featured-ebook .single-menu-feat-ebook {
    flex-direction: column;
    background: var(--gray-050);
    border: 1px solid var(--gray-300);
    border-radius: 10px;
    padding: 5px;
}
.single-menu-feat-ebook .ebook-cover {
    width: 100%;
    height: auto;
}
.single-menu-feat-ebook p {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    margin: 10px 5px 10px 5px;
}

.main-navigation .has-megamenu li {
	border-radius: 10px;
	border: 1px solid #FFFFFF;
}
.main-navigation .has-megamenu:hover {
    display: block;
}
.main-navigation .menu-items li.has-megamenu:hover .nav-megamenu {
    display: block;
}













.main-navigation .check {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    opacity: 0;
    z-index: 3;
}
.main-navigation .check:hover {
    cursor: pointer;
}
.headerCTAs {
    position: relative;
    padding: 0px 0px 0px 0px;
	column-gap: 10px;
}
.headerCTAs .search-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: var(--gray-050);
    border: 1px solid var(--gray-300);
    border-radius: 10px;
}
.headerCTAs .search-content svg {
    width: 20px;
	height: 20px;
	fill: var(--blue-800);
}
.headerCTAs .search-content:hover {
    background: var(--blue-800);
	border: 1px solid var(--blue-800);
}
.headerCTAs .search-content:hover svg {
    fill: var(--blue-050);
}
.header-dropdown {
    position: absolute;
    top: 55px;
    right: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-search {
    position: relative;
}
.dropdown-search input[type=text] {
    width: 350px;
    padding: 10px 80px 10px 10px;
}
.dropdown-search input[type=submit] {
    position: absolute;
    width: 75px;
    top: 0px;
    right: 15px;
    bottom: 0px;
    margin: auto;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}
.system-btns {
	display: flex;
    flex-direction: row;
	align-items: center;
    column-gap: 10px;
}
.horizontal-divider {
    width: 1px;
    height: 50px;
    background: var(--gray-300);
}
.ham-menu { 
    display: none;
    height: 40px;
    width: 40px;
    margin: auto;
    padding: 7px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.ham-menu .line {
    width: 100%;
    height: 2px;
    background: var(--flux-blue);
}

.ham-menu .line1 {
    transform-origin: 0% 0%;
    transition: transform 100ms ease-in-out;
    width: 50%;
}

.ham-menu .line3 {
    transform-origin: 0% 100%;
    transition: transform 100ms ease-in-out;
    width: 75%;
}

.ham-menu.activeMobile {
    background: var(--background-color);
    border: 1px solid var(--background-color);
}

.ham-menu.activeMobile .line1 {
    display: block;
    transform: translateX(4px) rotate(45deg);
    width: 100%;
}
.ham-menu.activeMobile .line2 {
    opacity: 0;
}
.ham-menu.activeMobile .line3 {
    display: block;
    transform: translateX(4px) rotate(-45deg);
    width: 100%;
}

.main-navigation .menu-items li.innerCTA {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 0px;
}
.main-navigation .menu-items li.innerCTA .central-flex {
    padding: 10px;
    column-gap: 10px;
}
.main-navigation .menu-items li.innerCTA .central-flex a {
    flex: 1;
    text-align: center;
    line-height: 46px;
    font-size: 1rem;
}
.main-navigation .menu-items li.innerCTA .central-flex a.sign-in {
    background: white;
    border: 1px solid #dfe5ec;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    z-index: 1;
    background: var(--blue-700);
}
.site-footer .content-area {
	padding: 50px 0px 50px 0px;
}
.site-footer .content-area .central-flex:first-child {
	justify-content: space-between;
	align-items: center;
	margin: 0px 0px 50px 0px;
}
.footer-row {
	justify-content: flex-start;
    align-items: flex-start;
	column-gap: 75px;
}
.footer-logo {
	width: 185px;
    height: 25px;
}
.app-stores {
	height: 40px;
}
.app-store-badge {
	border-radius: 10px;
	overflow: hidden;
}
.social-app ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    row-gap: 15px;
}
.social-app ul li {
	background: var(--blue-800);
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 10px;
}
.social-app ul li a {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: var(--blue-050);
}
.social-app ul li:hover {
    background: var(--flux-yellow);
}
.social-app ul li:hover a {
    color: var(--blue-800);
}
.footer-inner-title {
	font-weight: 600;
    color: var(--blue-050);
	margin: 0px 0px 15px 0px;
}
.useful-links {
	list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.useful-links li {
    margin: 0px 0px 0px 0px;
}
.useful-links li a {
    color: var(--blue-050);
    text-decoration: none;
    font-size: 14px;
    position: relative;
}
.useful-links li a:hover {
	text-decoration: underline;
}
.useful-links.two-cols {
    display: inherit;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 50px;
}
.trademark-politicas {
	background: var(--blue-800);
}
.trademark-politicas .central-flex {
	justify-content: space-between;
    max-width: 1300px;
	height: 70px;
    margin: auto;
}
.trademark-politicas p {
	color: var(--blue-050);
    margin: 0px;
    font-size: 14px;
}
.trademark-politicas ul {
	list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}
.trademark-politicas li {
    margin: 0px 0px 0px 0px;
}
.trademark-politicas li a {
    color: var(--blue-050);
    text-decoration: none;
    font-size: 14px;
    position: relative;
}
.trademark-politicas li a:hover {
	text-decoration: underline;
}
.trademark-politicas .horizontal-divider {
    transform: rotate(-10deg);
    height: 35px;
}
#floating-widget {
    position: fixed;
    left: 20px;
    bottom: 20px;
}
.widget-btn {
    border: 0px;
    background: var(--flux-yellow);
    color: var(--blue-800);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    height: 36px;
    padding: 0px 10px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}
.widget-btn:hover {
    color: var(--flux-yellow);
    background: var(--blue-800);
}
.widget-btn::before {
    content: '';
    width: 154px;
    height: 46px;
    background: var(--flux-yellow);
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
    border-radius: 10px;
}


/*--------------------------------------------------------------
# Inicio
--------------------------------------------------------------*/
#hero-section {
	position: relative;
	overflow: hidden;
	height: 790px;
}
#hero-section .content-area {
	height: 790px;
}
#hero-section .content-area::before {
	content: '';
	position: absolute;
	width: 500px;
	height: 790px;
	background: var(--flux-blue);
	border-radius: 0px 0px 40px 40px;
	z-index: -1;
	top: 0px;
	right: -100px;
}
.topography-frame {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
}
.topography-frame svg {
    width: 106%;
    height: auto;
    position: absolute;
    left: -3%;
}
.landing-content {
    width: 660px;
}
.landing-content h1 {
    font-size: 4.5rem;
}
.landing-content p a {
	font-weight: 600;
}
.truck-frame {
    position: absolute;
    top: 100px;
    right: -175px;
}
#how-we-help h2 {
	text-align: center;
}
#how-we-help p {
    text-align: center;
    max-width: 700px;
    margin: 0px auto 50px auto;
}
#how-we-help img {
    width: 620px;
    height: 642px;
    object-fit: cover;
    border-radius: 10px;
}
.flux-highlights {
	width: 580px;
}
.single-highlight {
	padding: 0px 25px;
}
.single-highlight h4 {
	margin: 0px 0px 10px 0px;
}
#how-we-help .single-highlight p {
	text-align: left;
	margin: 0px 0px 0px 0px;
}
#user-types {
	position: relative;
	overflow: hidden;
}
#user-types .content-area {
	max-width: initial;
	height: 1400px;
}
#user-types h2 {
	text-align: center;
}
#user-types p {
	text-align: center;
    max-width: 700px;
    margin: 0px auto 50px auto;
}
.background-truck {
    position: absolute;
    width: 100%;
    height: 70%;
    background-image: url(/wp-content/themes/fluxstation/assets/img/Background-Truck.png);
    background-size: cover;
    background-position: 0% 20%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.userThumbSplide {
	margin: 0px auto 50px auto;
}
.userThumbSplide .splide__track--nav>.splide__list>.splide__slide {
    font-size: 12px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    border-radius: 15px;
}
.userThumbSplide .splide__track--nav>.splide__list>.splide__slide:hover {
	background: var(--gray-050);
}
.userThumbSplide .splide__track--nav>.splide__list>.splide__slide.is-active {
	background: var(--blue-800);
	border: 1px solid var(--blue-800);
	color: var(--blue-050);
}
.thumbArrows .splide__arrow  {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    border-radius: 15px;
    opacity: 1;
}
.thumbArrows .splide__arrow svg {
	transform: initial;
    width: 18.96px;
    height: 10.29px;
    fill: var(--blue-800);
}
.thumbArrows .splide__arrow:hover {
	background: var(--gray-050);
}
.thumbArrows .splide__arrow--prev {
	left: -60px;
}
.thumbArrows .splide__arrow--next {
	right: -60px;
}
.userTypeSplide {
	margin: auto;
}
.single-user-type .splide__slide__inner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    border-radius: 15px;
    padding: 25px;
	color: var(--gray-300);
	background: var(--gray-050);
}
.single-user-type .single-user-type-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}
.single-user-type .single-user-type-head svg {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #FEEBCB;
    fill: var(--flux-yellow);
    padding: 7px;
	fill: var(--gray-300);
	background: var(--gray-100);
}
.single-user-type .single-user-type-head h4 {
	font-size: 20px;
    margin: 0px;
}
.single-user-type .single-user-type-head p {
	text-align: left !important;
    margin: 0px 0px 0px 0px !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
.single-user-type .single-user-type-head p span {
	color: var(--gray-300);
}
.single-user-type-desc {
	text-align: left !important;
	margin: 0px 0px 0px 0px !important;
}
.single-user-type .splide__slide__inner a {
	pointer-events: none;
	color: var(--gray-300);
}
.single-user-type .splide__slide__inner .icon-frame {
	font-size: 18px;
    padding: 5px 0px 0px 0px;
}
.single-user-type.is-active .splide__slide__inner {
	margin: 10px 30px 0px 30px;
	transition: transform 500ms;
	background: #FFFFFF;
	color: var(--blue-800);
}
.single-user-type.is-active .splide__slide__inner svg {
    background: #ffa41b1a;
    fill: var(--flux-yellow);
}
.single-user-type.is-active .splide__slide__inner span {
	color: var(--flux-yellow);
}
.single-user-type.is-active .splide__slide__inner a {
	pointer-events: all;
	color: var(--blue-800);
}
.single-user-type.is-active .splide__slide__inner .icon-frame {
	color: var(--blue-800);
}
.single-user-type.is-prev .splide__slide__inner {
    margin: 35px 30px 0px 30px;
    transform: rotate(-7deg);
	transition: transform 500ms;
}
.single-user-type.is-next .splide__slide__inner {
    margin: 35px 30px 0px 30px;
    transform: rotate(7deg);
	transition: transform 500ms;
}
#testimonials-clients {
    display: none;
}
#testimonials-clients .content-area {
	max-width: 1200px;
}
#testimonials-clients .content-heading {
	max-width: 750px;
}
#testimonials-clients .content-heading p {
	margin: 0px 0px 0px 0px;
}
.testimonial-bubble {
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    border-radius: 30px 30px 30px 0px;
    width: 510px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 30px 0px;
    padding: 30px;
}
.testimonial-bubble p {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 36px;
    font-style: italic;
}
.testimonial-id {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
}
.testimonial-id img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 0px 15px 15px 15px;
}
.testimonial-id h5 {
    font-size: 18px;
	line-height: 28px;
    margin: 0px 0px 0px 0px;
}
.testimonial-id p {
	font-size: 13px;
	line-height: 23px;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
}
.testimonialArrows {
    width: 110px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.testimonialArrows .splide__arrow  {
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
	border-radius: 15px;
    opacity: 1;
}
.testimonialArrows .splide__arrow svg {
	transform: initial;
    width: 29.16px;
    height: 15.83px;
    fill: var(--blue-800);
}
.testimonialArrows .splide__arrow:hover {
	background: #FFFFFF;
	border: 1px solid var(--gray-300);
}
.testimonialArrows .splide__arrow--prev {
	left: 0px;
}
.testimonialArrows .splide__arrow--next {
	right: 0px;
}
.clients-logo {
	position: relative;
    width: 603px;
    height: 452px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
	gap: 1px;
}
.single-client-logo {
    width: 24%;
    height: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-client-logo img {
	width: 75px;
    height: 75px;
    object-fit: contain;
}
.logos-grid {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}
.logos-grid .vertical-line {
	position: absolute;
	width: 1px;
	height: 100%;
	background: var(--gray-300);
}
.logos-grid .horizontal-line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--gray-300);
}
.logos-grid .grid-line:nth-child(1) {
	top: 0px;
	left: 25%;
}
.logos-grid .grid-line:nth-child(2) {
	top: 0px;
	left: 50%;
}
.logos-grid .grid-line:nth-child(3) {
	top: 0px;
	left: 75%;
}
.logos-grid .grid-line:nth-child(4) {
	left: 0px;
	top: 33.33%;
}
.logos-grid .grid-line:nth-child(5) {
	left: 0px;
	top: 66.66%;
}
.logos-grid .grid-line:nth-child(6) {
	display: none;
	left: 0px;
	top: 452px;
}
#latest-resources .content-area {
	max-width: 1050px;
}
#latest-resources h2 {
	text-align: center;
	margin: 0px 0px 50px 0px;
}
#latest-resources .latest-articles {
    width: 600px;
    display: flex;
    flex-direction: column;
    row-gap: 31px;
    position: relative;
}
#latest-resources .latest-articles::before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--gray-300);
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 176px;
}
#latest-resources .latest-articles::after {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--gray-300);
	position: absolute;
	z-index: -1;
	left: 0px;
	bottom: 176px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about-flux img {
    width: 550px;
    height: 645px;
    object-fit: cover;
    object-position: center;
    border-radius: 0px 0px 50px 0px;
}
.about-content {
	max-width: 650px;
}
.about-content a {
	font-weight: 700;
}
#flux-pillars .content-area {
    max-width: 1000px;
}
#flux-pillars .top-flex {
	align-items: stretch;
}
.single-pillar {
    width: 450px;
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    border-radius: 15px;
}
.single-pillar .central-flex {
    justify-content: flex-start;
    column-gap: 15px;
}
.single-pillar h3 {
	font-size: 30px;
    margin: 0px 0px 0px 0px;
}
.single-pillar svg {
    width: 60px;
    height: 60px;
	padding: 17px;
    border-radius: 15px 0px 15px 0px;
    background: var(--blue-100);
    fill: var(--blue-800);
}
.single-pillar p {
    margin: 0px 0px 0px 0px;
    padding: 25px 25px 25px 25px;
}
#flux-values .content-area {
	max-width: 1210px;
}
#flux-values h2 {
	text-align: center;
	margin: 0px 0px 50px 0px;
}
#flux-values img {
    width: 550px;
    height: 1100px;
	object-fit: cover;
	border-radius: 0px 50px 0px 0px;
}
.values-list {
	width: 580px;
}
.single-value {
	padding: 0px 25px;
}
.single-value h4 {
	font-size: 30px;
	margin: 0px 0px 10px 0px;
}
.single-value p {
	text-align: left;
	margin: 0px 0px 0px 0px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.price-content {
    margin: 75px 0px 75px 0px;
}
.price-content h1 {
    text-align: center;
    font-size: 5rem;
    line-height: 4.5rem;
}
.price-content span.price-highlight {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.75rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--flux-blue);
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.price-content p {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin: 35px 0px 0px 0px;
}
.pricingTabSplide {
    margin: 0px auto 50px auto;
    background: white;
    border-radius: 10px;
    border: 1px solid var(--gray-200);
}
.single-pricing-tab .splide__slide__inner {
    position: relative;
    text-align: center;
    height: 44px;
    margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 7px;
}
.single-pricing-tab .splide__slide__inner span {
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.pricingTabSplide .splide__track--nav>.splide__list>.splide__slide {
	border: none;
    border-radius: 10px;
    overflow: hidden;
}
.pricingTabSplide .splide__track--nav>.splide__list>.splide__slide.is-active .splide__slide__inner {
    background: var(--flux-blue);
    color: white;
}
.pricingTabSplide .splide__track--nav>.splide__list>.splide__slide.is-active .splide__slide__inner span {
	font-weight: 600;
}
.solution-price-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    column-gap: 20px;
}
.solution-price-content {
    width: 730px;
}
.solution-price-content hr {
    margin: 50px 0px 50px 0px;
}
.solution-switch {
    text-align: center;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.solution-price-content h3 {

}
.solution-type {
    margin: 0px 0px 0px 0px;
    font-weight: 600;
}
#solution-features.op-feat-list {
    gap: 20px;
}
#solution-features .single-op-feat {
    width: calc(50% - 10px);
}
.solution-price-calculator {
    width: 370px;
    background: white;
    padding: 15px;
    border-radius: 15px;
}
.calculator-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0px 25px 0px;
}
.range-min-max {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.range-min-max p {
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 25px;
}
#entradaRange {
    width: 100%;
}
.qtd-selecionada {
    text-align: center;
    font-weight: 700;
    color: var(--blue-900);
    font-size: 13px;
    text-transform: uppercase;
}
#planoDetalhes {
    margin: 25px 0px 0px 0px;
    border: 1px solid var(--gray-200);
    padding: 10px;
    border-radius: 5px;
}
.price-description {
    margin: 0px 0px 0px 0px;
}
.pricing-disclaimer {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0px 0px 10px;
}
.price-detail-title {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid var(--gray-200);
}
.price-detail {
    margin: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.price-detail span {
    color: var(--blue-800);
    font-weight: 800;
}
#planoDetalhes .btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin: 15px 0px 0px 0px;
}
#addons-and-amount {
    margin: 25px 0px 0px 0px;
}
#addons-section {
    display: none;
}
.single-addon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0px 0px 0px;
    border: 1px solid var(--gray-200);
    padding: 10px;
    border-radius: 5px;
}
.single-addon h6 {
    margin: 0px 0px 0px 0px;
}
.addon-action {
    width: 100px;
    position: relative;
}
.addon-switch {

}
.addon-qty {

}
.addon-qty input {
    width: 100%;
    height: 40px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    padding: 0px 0px 0px 15px;
    border-radius: 10px;
    border: 1px solid var(--gray-300);
    color: var(--blue-800);
    font-weight: 700;
}
.addon-qty button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: none;
    border: none;
    padding: 0px;
    width: 20px;
    height: 20px;
    color: var(--flux-blue);
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}
.btn-qty-add {
    right: 5px;
}
.btn-qty-sub {
    left: 5px;
}
#addons-and-amount h4 {
    text-align: center;
    margin: 25px 0px 0px 0px;
}
#addons-and-amount .annual-discount {
    text-align: center;
    font-size: 13px;
}
#addons-and-amount .btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
}
.range-slider {
    
}
.slider-range {
    margin-top: 20px;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    outline: none;
    border-radius: 15px !important;
    border: none !important;
    padding: 0px 0px 0px 0px !important;
}
.slider-range:focus {
    outline: none;
}
.slider-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    box-shadow: none;
    background: var(--gray-200);
    border-radius: 5px;
    border: none;
}
.slider-range::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    box-shadow: none;
    background: var(--gray-200);
    border-radius: 5px;
    border: none;
}
.slider-range::-webkit-slider-thumb {
    box-shadow: none;
    border: 3px solid var(--flux-blue);
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
    box-shadow: none;
}
.slider-range::-moz-range-thumb {
    box-shadow: none;
    border: 3px solid var(--flux-blue);
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
    box-shadow: none;
}
.slider-range::-moz-focus-outer {
    border: 0;
}
.rs-label {
    position: relative;
    transform-origin: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    margin-left: -12.5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    background: var(--blue-900);
    color: var(--flux-yellow);
}
.app-subscriptions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.single-app-subscription {
    background: white;
    width: 378px;
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
}
.single-app-subscription.featured-subscription {
    position: relative;
    border: 1px solid var(--flux-yellow);
    border-radius: 0px 0px 10px 10px;
    overflow: visible;
    margin: 30px 0px 0px 0px;
}
.single-app-subscription.featured-subscription::before {
    content: 'Mais Vendido';
    width: calc(100% + 2px);
    height: 30px;
    background: var(--flux-yellow);
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: -30px;
    left: -1px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 800;
}
.single-subscription-header {

}
.single-subscription-header h3 {
    text-align: center;
    margin: 15px 0px 15px 0px;
}
.single-subscription-desc {
    text-align: center;
    font-style: italic;
    max-width: 85%;
    margin: 0px auto 0px;
    line-height: 25px;
}
.single-subscription-amount {
    text-align: center;
    font-size: 40px;
    line-height: normal;
    display: flex;
    justify-content: center;
    position: relative;
    font-weight: 700;
    margin: 25px auto;
    width: 102px;
}
.single-subscription-amount::before {
    content: 'R$';
    position: absolute;
    top: 10px;
    left: -20px;
    font-size: 15px;
}
.single-subscription-amount::after {
    content: '/mês';
    position: absolute;
    bottom: 5px;
    right: -35px;
    font-size: 15px;
}
.single-subscription-amount.free-amount::before, .single-subscription-amount.free-amount::after {
    display: none;
}
.single-app-cta {

}
.single-app-cta .annual-discount {
    text-align: center;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
}
.single-app-cta .btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
}
.single-subscription-features {

}
.single-subscription-features ul {
    margin: 25px auto 15px auto;
    list-style: none;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.single-subscription-features li {
    text-align: center;
}

/*--------------------------------------------------------------
# Solutions
--------------------------------------------------------------*/
#solution-hero .content-area {
	height: 790px;
}
#solution-hero .content-area::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 390px;
    height: 775px;
    background: var(--flux-blue);
    border-radius: 0px 0px 0px 40px;
    top: 7px;
    right: -57px;
}
.solution-hero-content {
	max-width: 600px;
}
.solution-hero-content h1 {
    font-size: 4.5rem;
    margin: 0px 0px 0px 0px;
}
.solution-hero-content p {
    margin: 25px 0px 25px 0px;
}
.solution-hero-content .page-topic {
    margin: 0px 0px 0px 0px;
}
#solution-hero .driver-screens {
	position: absolute;
    top: -80px;
    right: -490px;
}
#solution-hero .station-screens {
	position: absolute;
    top: -250px;
    right: -490px;
}
.features-heading {
	max-width: 750px;
}
.features-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}
.single-solution-feature {
	width: 298px;
	height: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 20px;
	padding: 0px 20px 0px 20px;
	background: #FFFFFF;
	border: 1px solid var(--gray-300);
	border-radius: 20px;
    text-decoration: none;
}
.single-solution-feature img {
	width: 32px;
	height: 32px;
}
.single-solution-feature h6 {
    margin: 0px 0px 5px 0px;
}
.single-solution-feature p {
    font-size: 13px;
    line-height: 16px;
    margin: 0px 0px 0px 0px;
}
#solution-highlight .content-area {
	max-width: 1250px;
}
#solution-highlight h2 {
	text-align: center;
	margin: 0px 0px 50px 0px;
}
.solutionTabSplide {
	margin: 0px auto 50px auto;
}
.single-solution-tab .splide__slide__inner {
	position: relative;
    text-align: center;
    height: 40px;
}
.single-solution-tab .splide__slide__inner::before {
	content: '';
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: var(--gray-300);
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.single-solution-tab .splide__slide__inner span {
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.solutionTabSplide .splide__track--nav>.splide__list>.splide__slide,
.solutionTabSplide .splide__track--nav>.splide__list>.splide__slide.is-active {
	border: none;
}
.solutionTabSplide .splide__track--nav>.splide__list>.splide__slide.is-active .splide__slide__inner::before {
	background: var(--flux-blue);
}
.solutionTabSplide .splide__track--nav>.splide__list>.splide__slide.is-active .splide__slide__inner span {
	font-weight: 700;
}
.solution-tab-image {
	position: relative;
    width: 600px;
    height: 600px;
}
.main-tab-image {
	position: absolute;
    width: 550px;
    height: 550px;
    z-index: -1;
    border-radius: 10px;
    top: 25px;
    left: 25px;
}
.solution-tab-content {
	width: 600px;
}


/*--------------------------------------------------------------
# Features Archive & Single
--------------------------------------------------------------*/
#features-flux .central-flex {
    flex-direction: column;
}
#features-flux h1 {
    text-align: center;
    margin: 75px 0px 25px 0px;
}
#features-flux p {
    max-width: 700px;
    margin: auto;
    text-align: center;
}
#features-list .content-area {
    max-width: 1200px;
}
.features-archive-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
}
.single-feature-content {
    width: 355px;
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    text-decoration: none;
}
.single-feature-content:hover {
    border: 1px solid var(--flux-blue);
}
.single-feature-content img {
    width: 32px;
    height: 32px;
}
.single-feature-meta h5 {
    font-size: 18px;
    margin: 0px 0px 5px 0px;
}
.single-feature-meta p {
    margin: 0px 0px 0px 0px;
}
.single-feature-meta .outline-button {
    margin: auto;
}
#feature-hero {
    
}
#feature-hero .content-area {
    padding: 80px 15px 0px 15px;
}
.feature-hero-content {
    max-width: 600px;
}
.feature-hero-image {
    position: relative;
    width: 600px;
    height: 650px;
}
.feature-hero-image img {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}
.feature-hero-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/fluxstation/assets/img/Roads.svg);
    background-size: cover;
    z-index: -1;
    top: 0px;
    right: 0px;
    opacity: 0.35;
    border-radius: 50%;
}
.feature-hero-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
    right: 0px;
    background: radial-gradient(transparent, #edf2f7);
}
#feature-highlights .content-area {
	max-width: 1210px;
}
#feature-highlights h2 {
	text-align: center;
	margin: 0px 0px 50px 0px;
}
#feature-highlights .central-flex {
    align-items: stretch;
}
#feature-highlights img {
    width: 550px;
	object-fit: cover;
	border-radius: 10px 10px 10px 10px;
}
.feature-highlights-list {
	width: 580px;
    padding: 50px 0px 50px 0px;
}
.feature-highlights-list .double-buttons {
    margin: 25px 0px 0px 0px;
}
.single-feat-highlight {
    padding: 0px 25px 0px 25px;
}
.single-feat-highlight h3 {
	font-size: 30px;
	margin: 0px 0px 10px 0px;
}
.single-feat-highlight p {
	text-align: left;
	margin: 0px 0px 0px 0px;
}
#feature-capabilities {

}
#feature-capabilities h3 {
    text-align: center;
    margin: 0px 0px 50px 0px;
}
.capabilities-list {
    max-width: 950px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.single-feat-capability {
    text-align: center;
    width: 200px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    border-radius: 15px 15px 15px 15px;
    justify-content: center;
    gap: 10px;
}
.single-feat-capability span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--blue-050);
    border: 1px solid var(--blue-100);
    border-radius: 10px;
    margin: 0px auto 0px auto;
}
.single-feat-capability p {
    margin: 0px 0px 0px 0px;
}
#feature-faq .central-flex {
    justify-content: center;
}
.feature-faq-content h3 {
    text-align: center;
}
#feature-faq .accordion {
    width: 800px;
    margin: 50px auto 0;
}
#feature-faq .at-tab {
    display: none;
    padding: 0px 15px 15px 15px;
}
#feature-faq .at-tab p {
    margin: -10px 0px 0px 0px;
}
#feature-faq .at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}
#feature-faq .at-title:after {
    content: "\f745";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: all 0.3s ease;
    font-size: 15px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-family: uicons-regular-rounded !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#feature-faq .at-title.active:after {
    content: "\f683";
}
#feature-faq .at-title:hover:after {
    color: var(--flux-blue);
    background: #FFFFFF;
    border-radius: 7px;
}
#feature-faq .at-item {
    border-bottom: 1px solid var(--gray-300);
}
#feature-faq .at-title h4 {
    font-size: 20px;
    padding: 20px 15px 20px 15px;
    margin: 0px 0px 0px 0px;
}


/*--------------------------------------------------------------
# Atuação
--------------------------------------------------------------*/
#operation-hero {
    overflow: hidden;
}
#operation-hero .content-area {
	height: 790px;
}
.operation-hero-content {
	max-width: 600px;
}
.operation-hero-content ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 25px 10px;
}
.operation-hero-content li {
	font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 26px;
	position: relative;
}
.operation-hero-content  li::before {
	content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 0px;
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f2dc";
	color: var(--flux-blue);
    background: none;
    transform: initial;
}
.operation-hero-image {
    position: absolute;
    z-index: -1;
    width: 575px;
    height: 775px;
    border-radius: 0px 0px 0px 40px;
    top: 7px;
    right: -57px;
	overflow: hidden;
}
.operation-hero-image::before {
	content: '';
	position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: var(--blue-800);
	opacity: 0.6;
    border-radius: 0px 0px 0px 40px;
    top: 0;
    right: 0;
}
.operation-hero-image img {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#operation-highlight .top-flex {
    padding: 100px 15px 100px 15px;
    max-width: 1200px;
}
.single-op-highlight {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    text-align: center;
    width: 30%;
}
.single-op-highlight img {
    width: 250px;
    height: 200px;
    object-fit: contain;
}
.single-op-highlight h5 {
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}
.single-op-highlight p {
    margin: 0px 0px 0px 0px;
}
#operation-features {

}
#operation-features .content-area {
    padding: 0px 15px 80px 15px;
    gap: 25px;
}
.op-feat-content {
	max-width: 1200px;
}
.op-feat-content .bottom-flex p {
    max-width: 700px;
    margin: 0px 0px 0px 0px;
}
.op-feat-side {
    position: relative;
    width: 45px;
    height: 600px;
    border-radius: 10px 40px 40px 10px;
    background: var(--flux-blue);
}
.op-feat-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 17px;
}
.single-op-feat {
    width: 285px;
    text-decoration: none;
    padding: 15px;
    border-radius: 15px;
}
.single-op-feat:hover {
    background: #FFFFFF;
}
.single-op-feat-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 10px 0px;
}
.single-op-feat-meta img {
    width: 26px;
    height: 26px
}
.single-op-feat p {
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}
.single-op-feat span {
    font-size: 14px;
    line-height: 20px;
}


/*--------------------------------------------------------------
# Carreira
--------------------------------------------------------------*/
#carreira-flux img {
    width: 550px;
    height: 550px;
    object-fit: cover;
    object-position: center;
    border-radius: 0px 0px 50px 0px;
}
.carreira-content {
	max-width: 650px;
}
#lista-vagas .content-archive-listing {
    gap: 30px;
}
.no-job-found {
    text-align: center;
}
.single-job-content {
    width: 100%;
    max-width: 1000px;
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    border-radius: 15px;
    padding: 15px;
}
.single-job-content h5 {
    margin: 0px 0px 5px 0px;
}
.job-metas {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}
.single-job-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
}
.single-job-meta span {
    font-size: 15px;    
    width: 32px;
    height: 32px;
    line-height: 34px;
    color: var(--flux-blue);
    display: block;
    text-align: center;
    background: var(--blue-100);
    border-radius: 10px;
}
.single-job-meta p {
    margin: 0px 0px 0px 0px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.single-job-content .naked-button span {
    font-size: 18px;
}


/*--------------------------------------------------------------
# Articles Archive & Single
--------------------------------------------------------------*/
.archive-header {
	position: relative;
	z-index: 1;
}
.archive-header .content-area {
	height: 500px;
    padding: 75px 0px 0px 0px;
}
.archive-heading {
	position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    column-gap: 15px;
    align-items: flex-start;
    justify-content: flex-end;
}
.archive-heading h1 {
	width: 100%;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    margin: 0px 0px 50px 0px;
}
.archive-heading-bckg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.archive-heading-bckg::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0px;
	left: 0px;
	background: linear-gradient(360deg, var(--blue-800), transparent);
}
.archive-heading-bckg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive-actions-wrapper {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 15px 15px 15px 15px;
    border: 1px solid var(--gray-300);
    border-radius: 10px;
    width: fit-content;
    margin: -25px auto 0px auto;
}
.archive-actions-wrapper form {
    flex-direction: row;
    column-gap: 15px;
}
.content-archive-listing {
    display: flex;
    gap: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}
.pagination {
    display: flex;
    column-gap: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0px;
}
.pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
.pagination .page-numbers::before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    border-radius: 10px;
}
.pagination .current.page-numbers::before {
	background: var(--flux-yellow);
    border: 1px solid var(--flux-yellow);

}
.pagination .next::before, .pagination .prev::before {
	background: none;
    border: none;
}
.pagination .next:hover::before, .pagination .prev:hover::before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    border-radius: 10px;
}
.pagination .next span, .pagination .prev span {
	fill: var(--blue-800);
    font-size: 22px;
    line-height: 48px;
}
.single-article.horizontal-style {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}
.single-article.vertical-style {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 15px;
	background: #FFFFFF;
    border: 1px solid var(--gray-300);
    max-width: 365px;
    border-radius: 15px;
    padding: 10px;
}
.single-article.horizontal-style .article-thumbnail {
	width: 220px;
    height: 160px;
    border-radius: 10px;
    object-fit: cover;
}
.single-article.vertical-style .article-thumbnail {
	width: 345px;
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
}
.single-article-meta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.single-article.vertical-style .single-article-meta {
    width: 345px;
    height: 152px;
}
.content-target {
	display: flex;
    flex-direction: row;
    column-gap: 10px;
    margin: 0px 10px 0px 0px;
}
.category-wrapper {
	font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
    background: var(--blue-100);
    border-radius: 5px;
}
.content-date {
	font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
.single-article-title a {
    text-decoration: none;
}
.single-article-title a h6 {
	font-size: 18px;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin: 0px 0px 0px 0px;
}
.single-article .naked-button .icon-frame {
	font-size: 18px;
    padding: 5px 0px 0px 0px;
}
#article-header .content-area {
	height: calc(100vh - 0px);
    padding: 75px 0px 15px 0px;
}
.article-header-bckg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% - 90px);
    overflow: hidden;
    border-radius: 15px;
}
.article-header-bckg::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0px;
	left: 0px;
	background: linear-gradient(360deg, var(--blue-800), transparent);
}
.article-header-bckg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 0px 50px 0px;
}
.content-header h1 {
	max-width: 1000px;
    margin: 0px auto 50px auto;
    color: #FFFFFF;
    text-align: center;
}
.content-header .single-article-meta {
	align-items: center;
}
.content-header .content-date {
	color: #FFFFFF;
}
#article-body .content-area {
	align-items: stretch;
    padding: 15px 15px 75px 15px;
}
.article-content {
	width: 810px;
}
.articleSidebar {
	width: 410px;
}
.articleSidebar .stickyArea {
    position: sticky;
    top: 95px;
}
.demo-request {
    padding: 15px 15px 15px 15px;
	margin: 0px 0px 15px 0px;
    border: 1px solid var(--gray-300);
    position: relative;
    background: #FFFFFF;
    border-radius: 15px;
}
.demo-request h5 {
	text-align: center;
    margin: 5px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
.demo-request hr {
	margin: 20px 0px 20px 0px;
}
.demo-request form {
    background: var(--gray-100);
    border: 1px solid var(--gray-300);
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
}
.shareContent {
    padding: 15px 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--gray-300);
    position: relative;
    background: #FFFFFF;
    border-radius: 15px;
}
.shareContent p {
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
}
.shareContent ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.shareContent li {
	background: var(--blue-800);
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 10px;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.shareContent ul li a {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: var(--blue-050);
}
.shareContent ul li::before {
	display: none;
}
.shareContent ul li:hover {
    background: var(--flux-yellow);
}
.shareContent ul li:hover a {
    color: var(--blue-800);
}
#keep-reading .content-area {
	max-width: 1195px;
}
#keep-reading h3 {
	text-align: center;
	margin: 0px auto 50px auto;
}


/*--------------------------------------------------------------
# Content Search
--------------------------------------------------------------*/
#search-header {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--blue-700);
}
#search-header h1 {
    color: var(--blue-050);
}
.search-no-results .no-content-found {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
#error-404 {
    position: relative;
}
#error-404::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/fluxstation/assets/img/Roads.svg);
    background-size: cover;
    z-index: -1;
    top: 0px;
    right: 0px;
    opacity: 0.35;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
#error-404::after {
    content: '';
    position: absolute;
    width: 47vw;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    border-right: 1px solid var(--gray-300);
}
#error-404 .content-area {
    max-width: 1200px;
    height: 100vh;
}
#error-404 .central-flex {
    height: 100%;
}
.content-404 {
    max-width: 400px;
}
.content-404 h1 {
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 4.5rem;
}
.content-404 span.error-type {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--flux-blue);
    text-transform: uppercase;
}
.content-404 p.highlight-404 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--flux-blue);
    letter-spacing: 2px;
    line-height: 1rem;
    margin: 50px 0px 10px 0px;
}
#error-404 img {
    width: 450px;
}


/*--------------------------------------------------------------
# Success Cases
--------------------------------------------------------------*/
#cases-heading .central-flex {
    height: 650px;
    column-gap: 35px;
}
.cases-content {
    max-width: 400px;
}
.cases-content p:last-child {
    margin: 0px 0px 0px 0px;
}
.cases-heading-images {
    display: flex;
    flex-direction: row;
    gap: 0px 35px;
}
.cases-heading-images img {
    width: 255px;
    height: 425px;
    object-fit: cover;
    border-radius: 15px;
}
.cases-heading-images img:nth-child(2) {
    margin: 100px 0px 0px 0px;
}
#trusted-clientele {
    background: var(--blue-900);
}
#trusted-clientele h2 {
    text-align: center;
    color: #FFFFFF;
}
.trusted-clients {
    position: relative;
    width: 1056px;
    height: 301px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1px;
    margin: auto;
}
.trusted-single-client-logo {
    width: 175px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trusted-single-client-logo img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
#testimonials-cases .content-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}
#testimonials-cases .content-archive-listing {
    justify-content: space-between;
}
.single-case-content {
    position: relative;
    width: 390px;
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
}
.single-case-content::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--blue-900), transparent);
}
.focused-content .single-case-content {
    width: 330px;
    height: 425px;
}
.case-thumbnail {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s ease;
}
.single-case-content:hover .case-thumbnail {
    transform: scale(1.1);
}
.single-case-title {
    width: 100%;
    height: 100%;
}
.single-case-title a {
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px 15px 15px 15px;
    z-index: 1;
    position: relative;
}
.single-case-title h6 {
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
}
#case-header .content-area {
    row-gap: 35px;
    padding: 80px 0px 0px 0px;
}
.case-header-content {
    max-width: 750px;
    text-align: center;
}
#case-header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 15px 15px;
}
.case-step {
    margin: 0px auto 100px auto;
    max-width: 1080px;
}
.case-step img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.case-step-content {
    max-width: 500px;
}
.case-result h2 {
    text-align: center;
}
.client-results {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 15px;
}
.single-client-result {
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    padding: 20px 20px 20px 20px;
}
.single-client-result:nth-child(odd) {
    border-radius: 15px 0px 15px 0px;
}
.single-client-result:nth-child(even) {
    border-radius: 0px 15px 0px 15px;
}
.single-client-result h3 {
    font-size: 1.3rem;
    margin: 0px 0px 10px 0px;
}
.single-client-result p {
    margin: 0px 0px 0px 0px;
}


/*--------------------------------------------------------------
# Ebooks
--------------------------------------------------------------*/
.single-ebook-content {
	width: 345px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 15px;
	padding: 10px;
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    border-radius: 15px;
}
.ebook-cover {
    width: 345px;
    height: 375px;
    border-radius: 10px;
    object-fit: cover;
}
.single-ebook-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.single-ebook-title a {
	text-decoration: none;
}
.single-ebook-title a h6 {
	font-size: 18px;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin: 0px 0px 0px 0px;
}
.single-ebook-content .naked-button .icon-frame {
	font-size: 18px;
    padding: 5px 0px 0px 0px;
}
#ebook-image {
	margin: 0px 0px -225px 0px;
}
#ebook-image .content-area {
    width: 100%;
	position: relative;
	padding: 75px 15px 0px 15px;
}
#ebook-image .content-area::before {
	content: '';
	position: absolute;
	width: 1270px;
	height: 460px;
	z-index: 1;
	bottom: 0px;
	left: 15px;
    border-radius: 15px;
	background: linear-gradient(360deg, var(--blue-800), transparent);
}
#ebook-image img {
    width: 100%;
    height: 460px;
    overflow: hidden;
    border-radius: 15px;
    object-fit: cover;
}
#ebook-header {
	position: relative;
	z-index: 1;
}
#ebook-header .content-area {
	padding: 0px 0px 30px 0px;
}
#ebook-header .content-header {
	width: 1270px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 15px 0px 15px;
    align-items: flex-end;
    margin: auto;
}
#ebook-header h1 {
    max-width: 800px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    color: var(--blue-800);
}
#ebook-header .ebook-cover {
    margin: 0px 35px 0px 35px;
}
#ebook-body .content-area {
	align-items: stretch;
	max-width: 1270px;
    padding: 15px 15px 75px 15px;
}
.ebook-content {
	width: 800px;
}
.ebook-sidebar {
	width: 410px;
}
.ebook-sidebar .stickyArea {
    position: sticky;
    top: 95px;
}
.ebook-request {
    padding: 15px 15px 15px 15px;
	margin: 0px 0px 15px 0px;
    border: 1px solid var(--gray-300);
    position: relative;
    background: #FFFFFF;
    border-radius: 15px;
}
.ebook-request h5 {
	text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
.ebook-request hr {
	margin: 20px 0px 20px 0px;
}
.ebook-request form {
    background: var(--gray-100);
    border: 1px solid var(--gray-300);
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
}




/*--------------------------------------------------------------
# Industry Archive & Single
--------------------------------------------------------------*/
#industries-flux .central-flex {
    flex-direction: column;
}
#industries-flux h1 {
    text-align: center;
    margin: 75px 0px 25px 0px;
}
#industries-flux p {
    max-width: 850px;
    margin: auto;
    text-align: center;
}
#industries-list .content-area {
    max-width: 1200px;
}
.industries-archive-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}
.single-industry-content {
    width: 355px;
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.single-industry-content .industry-thumbnail {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    transition: all 300ms ease;
}
.single-industry-content:hover .industry-thumbnail {
    transform: scale(1.2);
}
.single-industry-meta {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px 15px 15px 15px;
}
.single-industry-meta::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 100px;
    top: -25px;
    left: -25%;
    background: #FFFFFF;
    border-radius: 100%;
    z-index: -1;
}
.single-industry-meta img {
    position: absolute;
    z-index: 2;
    top: -50px;
    right: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: var(--blue-050);
    border: 1px solid var(--blue-100);
    border-radius: 10px;
    margin: auto;
}
.single-industry-meta h5 {
    margin: 0px 0px 15px 0px;
}
.single-industry-meta p {
    margin: 0px 0px 15px 0px;
}
.single-industry-meta .outline-button {
    margin: auto;
}

.industry-header {
	position: relative;
	z-index: 1;
}
.industry-header .content-area {
	height: 500px;
    padding: 75px 0px 0px 0px;
}
.industry-heading {
	position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    column-gap: 15px;
    align-items: flex-start;
    justify-content: flex-end;
}
.industry-heading h1 {
	width: 100%;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    margin: 0px 0px 50px 0px;
}
.industry-heading-bckg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.industry-heading-bckg::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0px;
	left: 0px;
	background: linear-gradient(360deg, var(--blue-800), transparent);
}
.industry-heading-bckg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#industry-header {
    position: relative;
    overflow: hidden;
    width: calc(100vw - 26px);
    height: 70vh;
    margin: 7px 7px 7px 7px;
}
#industry-header .content-area {
    max-width: initial;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.industry-header-bckg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0px 0px 0px 40px;
}
.industry-header-bckg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0px;
    left: 0px;
    background: var(--blue-800);
    opacity: 0.6;
}
.industry-header-bckg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.industry-title {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
    right: 0px;
    left: 0px;
    color: white;
}
.industry-title p {
    margin: 0px 0px -10px 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.5px;
}
.industry-title h1 {
    margin: 0px 0px 0px 0px;
    font-size: 4.5rem;
}
#industry-body .content-area {
	align-items: stretch;
    padding: 15px 15px 75px 15px;
}
.industry-content {
	width: 810px;
}
.industry-mosaic {
	position: relative;
	width: 810px;
	height: 385px;
	margin: 0px 0px 25px 0px;
}
.industry-mosaic-piece {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid var(--gray-300);
	border-radius: 15px;
	padding: 15px 15px 15px 15px;
}
.industry-mosaic-piece h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
}
.industry-mosaic-piece p {
	margin: 0px 0px 0px 0px;
}
.industry-mosaic-piece:nth-child(1) {
	top: 0px;
	left: 0px;
	width: 430px;
	height: 164px;
}
.industry-mosaic-piece:nth-child(2) {
	top: 0px;
	right: 0px;
	width: 355px;
	height: 196px;
}
.industry-mosaic-piece:nth-child(3) {
	bottom: 0px;
	right: 0px;
	width: 430px;
	height: 164px;
}
.industry-mosaic-piece:nth-child(4) {
	bottom: 0px;
	left: 0px;
	width: 355px;
	height: 196px;
}
.industry-video {
	width: 810px;
    height: 468px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid var(--gray-300);
    border-radius: 15px;
    padding: 15px;
}
.industry-video iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.industry-sidebar {
	width: 410px;
}
.industry-sidebar .stickyArea {
    position: sticky;
    top: 95px;
}





/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 999px) {

    /* GLOBAL */
    .content-area {
        max-width: calc(100% - 40px);
        padding: 30px 0px 30px 0px;
        overflow: hidden;
    }
    p {
        margin-bottom: 1.5em;
        line-height: 1.5rem;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 19px;
    }
    .page-topic {
        font-size: 14px;
    }
    .d-desktop {
        display: none;
    }
    .d-mobile {
        display: block;
    }
    #ready-to-start {
        margin: 50px 0px 0px 0px;
    }
    #ready-to-start .content-area {
        max-width: calc(100% - 40px);
        padding: 30px 15px;
    }
    #ready-to-start h3 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
    #ready-to-start .double-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .form-row {
        flex-direction: column;
        row-gap: 20px;
    }
    .double-col input {
        width: 100%;
    }
    .demo-request {
        padding: 10px 10px 10px 10px;
    }
    .demo-request hr {
        margin: 15px 0px 15px 0px;
    }
    .demo-request form {
        padding: 10px 10px 10px 10px;
    }

    /* HEADER */
    .site-header::before,
    .main-navigation .menu-items {
        background: var(--darker-blue);
    }
    .headerCTAs .system-btns {
        display: none;
    }
    .header-dropdown {
        top: 61px;
        right: -15px;
    }
    .dropdown-content {
        padding: 15px 15px 15px 15px;
        border-radius: 0px 0px 0px 0px;
        border-radius: 10px;
    }
    .dropdown-search input[type=text] {
        width: calc(100vw - 40px);
        height: 56px;
    }
    .dropdown-search input[type=submit] {
        height: 46px;
        right: 20px;
    }
    .openedMobile {
        overflow: hidden;
        height: 100vh;
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .header-content {
        padding: 15px 20px 15px 20px;
        column-gap: 10px;
    }
    .main-navigation .menu-items {
        position: fixed;
        top: 70px;
        right: 0;
        transition: transform 0.4s ease-in-out;
        height: calc(100% - 70px);
        display: flex;
        opacity: 1;
        pointer-events: initial;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 0px;
        width: 100%;
        overflow-y: auto;
        transform: translateX(100%);
        padding: 25px 20px 25px 20px;
        background: #FFFFFF;
    }
    .mobileOverlay {
        display: none;
        position: absolute;
        background: #FFFFFF;
        top: 0px;
        right: 0px;
        left: 0px;
        transition: transform 0.4s ease-in-out;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .main-navigation .check:checked~.mobileOverlay {
        display: block;
    }
    .main-navigation .check:checked~.menu-items {
        transform: translateX(0%);
    }
    .ham-menu {
        display: flex;
    }
    .main-navigation .check {
        display: block;
    }
    .main-navigation .menu-items li,
    .main-navigation .menu-items li.has-submenu,
    .main-navigation .menu-items li.has-megamenu {
        padding: 25px 0px 25px 0px;
        width: 100%;
        border-bottom: 1px solid var(--gray-300);
    }
    .main-navigation .menu-items li a {
        font-size: 24px;
        font-weight: 500;
        position: relative;
    }
    .main-navigation li.has-submenu a span::before,
    .main-navigation li.has-megamenu a span::before { 
        content: "\f2ac";
        position: absolute;
        top: 3px;
        right: 0px;
        width: 25px;
        height: 25px;
        font-size: 25px;
        color: var(--flux-blue);
        font-family: uicons-regular-rounded !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .main-navigation .menu-items li.has-submenu:hover .submenu-items,
    .main-navigation .menu-items li.has-megamenu:hover .nav-megamenu {
        display: none;
    }
    .main-navigation .menu-items li.has-submenu.active-megamenu .submenu-items,
    .main-navigation .menu-items li.has-megamenu.active-megamenu .nav-megamenu {
        display: block;
        position: absolute;
        background: #FFFFFF;
        width: 100%;
        top: 0px;
        left: 0px;
        padding: 5px 20px 25px 20px;
        z-index: 1;
    }
    .main-navigation li.has-submenu .nav-megamenua a span::before,
    .main-navigation li.has-megamenu .nav-megamenu a span::before  {
        display: none;
    }
    .nav-megamenu-heading .drop-megamenu {
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        padding: 25px 0px 25px 0px;
        width: 100%;
        border-bottom: 1px solid var(--gray-300);
        text-align: left;
    }
    .nav-megamenu-heading .drop-megamenu span {
        display: block;
        width: 34px;
        height: 34px;
        line-height: 36px;
        text-align: center;
        float: left;
        margin: 0px 10px 0px 0px;
        background: var(--gray-100);
        border: 1px solid var(--gray-300);
        border-radius: 10px;
        color: var(--blue-800);
    }
    .main-navigation .megamenu-content {
        flex-direction: column;
        max-width: initial;
        gap: 75px;
    }
    .megamenu-heading {
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
        border: none;
    }
    .main-navigation .megamenu-heading a {
        font-size: 13px !important;
        font-weight: 700 !important;
    }
    .megamenu-block.cols-1,
    .megamenu-block.cols-2,
    .megamenu-block.cols-3,
    .megamenu-block.cols-4 {
        width: 100%;
    }
    .minimal-items {
        flex-direction: column;
        gap: 0px;
    }
    .megamenu-block.cols-1 .single-minimal-item,
    .megamenu-block.cols-2 .single-minimal-item,
    .megamenu-block.cols-3 .single-minimal-item,
    .megamenu-block.cols-4 .single-minimal-item {
        width: 100%;
        max-height: initial;
        height: 130px;
        border: 1px solid var(--gray-300);
        border-radius: 0px;
        margin: 0px 0px -1px 0px;
    }
    .minimal-items .single-minimal-item:first-child {
        border-radius: 15px 15px 0px 0px;
    }
    .minimal-items .single-minimal-item:last-child {
        border-radius: 0px 0px 15px 15px;
    }
    .minimal-item-heading img {
        width: 28px;
        height: 28px;
    }
    .single-minimal-item p {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .single-minimal-item span {
        font-size: 15px;
        line-height: 24px;
    }
    #flux-technologies {
        flex-direction: row;
    }
    .single-flux-tech a {
        height: 225px;
        padding: 10px 10px 10px 10px;
    }
    #flux-solus-feats {
        flex-direction: column;
    }
    #flux-solus-feats::before {
        width: 100%;
        height: 1px;
        left: 0px;
        top: 526px;
    }
    #flux-solutions,
    #flux-features {
        width: 100%;
    }
    #flux-features .single-minimal-item {
        width: 100%;
    }
    #resources-mega .megamenu-block:nth-child(2), 
    #resources-mega .megamenu-block:nth-child(3) {
        display: none;
    }
    .main-navigation .menu-items li.has-submenu:hover .submenu-items li {
        padding: 0 0 0 1rem;
        background: none;
    }
    .main-navigation .menu-items li.has-submenu:hover .submenu-items li a {
        line-height: 30px;
    }
    .main-navigation .menu-items li.has-submenu:hover .submenu-items li::before {
        content: '';
        position: absolute;
        width: 7px;
        height: 3px;
        top: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
    }
    .main-navigation .menu-items li.has-submenu:hover .submenu-items.features-submenu li {
        padding: 0 0 0 0;
        background: none;
    }
    .main-navigation .submenu-items li:hover a {
        color: #0c3047;
    }
    .main-navigation .menu-items li i {
        font-size: 1.2rem;
        height: 30px;
        margin: 0 10px 0 0;
    }
    .main-navigation .menu-items li.has-submenu:hover .submenu-items.features-submenu li::before {
        display: none;
    }
    .site-branding {
        width: 185px;
        height: 25px;
    }
    .main-navigation .menu-items li.innerCTA {
        display: block;
    }
    .page-template-fluxstation .ham-menu .line,
    .page-template-fluxdriver .ham-menu .line,
    .page-template-user-operation .ham-menu .line,
    .single-industry .ham-menu .line {
        background: #FFFFFF;
    }
    .site-header.actived-header .ham-menu .line {
        background: var(--flux-blue);
    }

    /* FOOTER */
    .site-footer::before {
        height: calc(100% - 75px);
    }
    .site-footer .content-area {
        padding: 30px 0px 0px 0px;
        margin: 0px auto 0px auto;
        overflow: hidden;
    }
    .site-footer .content-area .central-flex:first-child {
        margin: 0px 0px 30px 0px;
        align-items: flex-start;
    }
    .footer-row {
        margin: 0px 0px 30px 0px;
        flex-direction: column;
        row-gap: 30px;
    }
    .footer-col {
        width: 100%;
    }
    .footer-logo {
        margin: 0px 0px 0px 0px;
    }
    .footer-inner-title {
        font-weight: 700;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 5px 0px;
        border-bottom: 1px solid var(--blue-600);
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
    }
    .footer-col-actions .footer-col {
        align-items: flex-start;
    }
    .social-app ul {
        flex-direction: row;
        gap: 30px;
    }
    .useful-links li a {
        font-weight: 300;
    }
    #floating-widget {
        bottom: -40px;
        animation: widgetShow 0.5s 5s;
        animation-fill-mode: forwards;
    }
    @keyframes widgetShow {
        0% {
            bottom: -40px;
        }
        100% {
            bottom: 20px;
        }
      }
    .trademark-politicas .central-flex {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 15px 20px 15px 20px;
        gap: 10px;
    }

    /* MODAL */
    .modal-content {
        margin: 15px 15px auto 15px !important;
    }
    .modal::before {

    }
    .modal-body {
        margin: auto 5px auto 5px;
        max-width: calc(100% - 10px);
    }
    #videoModal .modal-body {
        width: 100%;
        height: auto;
        max-width: inherit;
    }
    #videoModal .modal-content {
        margin: auto 15px auto 15px !important;
    }

    /* Homepage */
    #hero-section {
        height: inherit;
        margin: 0px 0px 30px 0px;
    }
    #hero-section .content-area {
        height: inherit;
        padding: 61px 0px 0px 0px;
        justify-content: center;
        flex-direction: column-reverse;
        row-gap: 25px;
        max-width: 100%;
    }
    #hero-section .content-area::before {
        display: none;
    }
    .landing-content {
        width: auto;
        max-width: calc(100% - 40px);
        padding: 0px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .landing-content h1 {
        font-size: 35px;
    }
    .truck-frame {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 300px;
        height: 40vh;
    }
    .truck-frame img {
        position: absolute;
        bottom: 0px;
        right: -20px;
        width: 530px;
        height: 425px;
        object-fit: cover;
        object-position: bottom left;
    }
    .topography-frame svg {
        width: 225%;
        height: auto;
        position: absolute;
        right: -75%;
        left: initial;
    }
    .topography-frame svg path {
        fill: var(--gray-300);
    }
    #how-we-help .content-area {
        padding: 30px 10px 30px 10px;
        max-width: initial;
    }
    #how-we-help h2 {
        margin: 195px 0px 25px 0px;
        text-align: left;
    }
    #how-we-help p {
        text-align: left;
        margin: 0px 0px 30px 0px;
    }
    #how-we-help img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 0px;
    }
    .flux-highlights hr {
        margin: 25px 0px 25px 0px;
    }
    .single-highlight {
        padding: 0px 10px 0px 10px;
    }
    .single-highlight h4 {
        margin: 0px 0px 10px 0px;
    }
    #user-types .content-area {
        height: 1100px;
    }
    .background-truck {
        height: 50%;
        background-position: 70% center;
    }
    #user-types p {
        margin: 0px 20px 25px 20px;
        text-align: center !important;
    }
    .userThumbSplide {
        margin: 0px auto 25px auto;
    }
    .single-user-type .single-user-type-head {
        flex-direction: column;
        row-gap: 10px;
    }
    .single-user-type-desc {
        text-align: center !important;
        max-width: 275px;
        margin: 0px auto 0px auto !important;
    }
    .single-user-type .splide__slide__inner {
        align-items: center;
        margin: 15px 15px 0px 15px;
        row-gap: 10px;
        padding: 15px 15px 15px 15px;
    }
    .single-user-type.is-prev .splide__slide__inner {
        margin: 35px 15px 0px 15px;
    }
    .single-user-type.is-next .splide__slide__inner {
        margin: 35px 15px 0px 15px;
    }
    .single-user-type.is-active .splide__slide__inner {
        margin: 10px 15px 0px 15px;
    }
    #testimonials-clients .content-area {
        max-width: calc(100% - 40px);
    }
    #testimonials-clients .content-heading p {
        margin: 0px 0px 25px 0px;
    }
    #testimonials-clients .btn {
        display: none;
    }
    #testimonials-clients hr {
        display: none;
    }
    #testimonials-clients .central-flex {
        flex-direction: column-reverse;
    }
    .testimonial-bubble {
        width: auto;
        height: 250px;
        padding: 20px;
    }
    .testimonial-bubble p {
        font-size: 14px;
        line-height: 32px;
    }
    .testimonial-id {
        column-gap: 10px;
    }
    .clients-logo {
        width: 100%;
        height: 300px;
        margin: 0px 0px 25px 0px;
    }
    .single-client-logo img {
        width: 60px;
        height: 60px;
    }
    #latest-resources .content-area {
        max-width: calc(100% - 40px);
    }
    #latest-resources h2 {
        margin: 0px 0px 25px 0px;
    }
    #latest-resources .central-flex {
        flex-direction: column;
        row-gap: 20px;
    }
    #latest-resources .latest-articles::before,
    #latest-resources .latest-articles::after {
        display: none;
    }
    #latest-resources .latest-articles {
        width: auto;
        gap: 20px;
    }

    /* Articles Archive, Single and Content */
    .single-article.vertical-style,
    .single-article.horizontal-style {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        background: #FFFFFF;
        border: 1px solid var(--gray-300);
        border-radius: 15px;
    }
    .single-article.vertical-style .article-thumbnail,
    .single-article.horizontal-style .article-thumbnail {
        width: 100%;
        height: 150px;
    }
    .single-article.vertical-style .single-article-meta,
    .single-article-meta {
        width: 100%;
        height: auto;
        gap: 5px;
    }
    .single-article-meta .central-flex {
        flex-direction: row !important;
    }
    .single-article-title a h6 {
        height: initial;
    }
    #keep-reading .content-area {
        max-width: calc(100% - 40px);
    }
    #keep-reading h3 {
        font-size: 2rem;
        margin: 0px auto 25px auto;
    }
    #keep-reading .content-area .central-flex {
        flex-direction: column;
        gap: 25px;
    }
    .archive-header .content-area {
        height: auto;
        padding: 65px 0px 0px 0px;
    }
    .archive-heading {
        height: 250px;
    }
    .archive-heading h1 {
        font-size: 2.3rem;
        text-align: left;
        margin: 10px 10px 10px 10px;
    }
    .archive-actions-wrapper {
        justify-content: flex-start;
        width: 100%;
        margin: 10px 0px 0px 0px;
        padding: 10px 10px 10px 10px;
    }
    .content-archive-listing {
        gap: 20px;
    }
    #article-header .content-area {
        height: 75vh;
    }
    .content-header {
        padding: 0px 20px 20px 20px;
    }
    .content-header h1 {
        font-size: 2.3rem;
        text-align: left;
        margin: 0px 0px 25px 0px;
    }
    .content-header .single-article-meta {
        align-items: flex-start;
    }
    #article-body .content-area {
        flex-direction: column;
        padding: 10px 0px 45px 0px;
    }
    .article-content {
        width: 100%;
    }
    .articleSidebar {
        width: 100%;
    }
    

    /* Ebooks Archive, Single and Content  */
    .single-ebook-content {
        width: 100%;
        row-gap: 10px;
    }
    .ebook-cover {
        width: 100%;
        height: auto;
    }
    .single-ebook-meta {
        gap: 5px;
    }
    #ebook-image {
        display: none;
    }
    #ebook-image .content-area {
        height: 380px;
        padding: 80px 0px 0px 0px;
    }
    #ebook-image .content-area::before {
        width: 100%;
        height: 300px;
        left: 0px;
    }
    #ebook-image img {
        height: 300px;
        border-radius: 15px;
    }
    #ebook-header .content-area {
        padding: 80px 0px 30px 0px;
    }
    #ebook-header .content-header {
        flex-direction: column-reverse;
        align-items: flex-start;
        row-gap: 25px;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    #ebook-header .ebook-cover {
        margin: 0px 0px 0px 0px;
        width: 310px;
        height: 330px;
        object-fit: contain;
    }
    #ebook-body .content-area {
        flex-direction: column;
    }
    .ebook-content {
        width: 100%;
    }
    .ebook-sidebar {
        width: 100%;
    }


    /* Sobre */
    #about-flux .content-area {
        padding: 80px 0px 30px 0px;
    }
    #about-flux .central-flex {
        flex-direction: column;
    }
    #about-flux img {
        width: 100%;
        height: 40vh;
        margin: 0px 0px 30px 0px;
    }
    #flux-pillars .content-area {
        max-width: calc(100% - 40px);
    }
    #flux-pillars .top-flex{
        flex-direction: column;
        row-gap: 25px;
    }
    .single-pillar {
        width: auto;
    }
    .single-pillar h3 {
        font-size: 25px;
    }
    #flux-values .content-area {
        max-width: calc(100% - 40px);
    }
    #flux-values h2 {
        text-align: left;
        margin: 0px 0px 25px 0px;
    }
    #flux-values .central-flex {
        flex-direction: column;
    }
    #flux-values img {
        width: 100%;
        height: 25vh;
        margin: 0px 0px 25px 0px;
    }
    .values-list {
        width: auto;
    }
    .values-list hr {
        margin: 25px 0px 25px 0px;
    }
    .single-value {
        padding: 0px 10px 0px 10px;
    }
    .single-value h4 {
        font-size: 20px;
        margin: 0px 0px 10px 0px;
    }


    /* Cases Archive, Single and Content  */
    #cases-heading .content-area {
        padding: 70px 0px 25px 0px;
    }
    #cases-heading .central-flex {
        height: auto;
        flex-direction: column-reverse;
        justify-content: space-between;
        gap: 25px;
    }
    #cases-heading h1 {
        font-size: 2.3rem;
    }
    #cases-heading p {
        margin: 0px 0px 0px 0px;
    }
    .cases-heading-images {
        height: 35vh;
        gap: 0px 15px;
    }
    .cases-heading-images img {
        width: 30%;    
        height: calc(100% - 50px);
        border-radius: 10px;
    }
    .cases-heading-images img:nth-child(2) {
        margin: 50px 0px 0px 0px;
    }
    #trusted-clientele h2 {
        font-size: 2.3rem;
    }
    .trusted-clients {
        width: 100%;
        height: 400px;
        margin: 0px 0px 25px 0px;
        gap: 0px;
    }
    .trusted-single-client-logo {
        width: 33.33%;
        height: 25%;
    }
    #testimonials-cases .content-area {
        flex-direction: column;
        gap: 20px;
    }
    .focused-content .single-case-content,
    .single-case-content {
        width: 100%;
        height: 250px;
    }
    #case-header .content-area {
        row-gap: 25px;
        padding: 70px 0px 25px 0px;
    }
    #case-header img {
        height: 250px;
    }
    .case-header-content {
        text-align: left;
    }
    .case-header-content h1 {
        font-size: 2.3rem;
    }
    .case-header-content p {
        margin: 0px 0px 0px 0px;
    }
    .case-step {
        position: relative;
        margin: 0px 0px 35px 0px;
    }
    .case-step img {
        position: absolute;
        width: 100%;
        height: 200px;
        top: 75px;
    }
    .case-step-content h2 {
        margin: 0px 0px 240px 0px;
    }
    .client-results {
        flex-direction: column;
        gap: 10px;
    }


    /* Carreiras */
    #carreira-flux .content-area {
        padding: 80px 0px 30px 0px;
    }
    #carreira-flux .central-flex {
        flex-direction: column;
    }
    #carreira-flux img {
        width: 100%;
        height: 40vh;
        margin: 0px 0px 30px 0px;
    }
    .carreira-content p {
        margin: 0px 0px 0px 0px;
    }


    /* Soluções */
    #solution-hero .content-area {
        width: 100%;
        height: auto;
        max-width: initial;
    }
    #solution-hero .content-area::before {
        width: 35vw;
        height: 450px;
        top: 5px;
        right: 5px;
    }
    #solution-hero .station-screens {
        position: absolute;
        top: -20px;
        right: -40px;
        width: auto;
        max-width: initial;
        height: 450px;

        position: absolute;
        top: -65px;
        left: -30px;
        right: initial;
        width: auto;
        max-width: initial;
        height: 80vh;
    }
    #solution-hero .driver-screens {
        position: absolute;
        top: 15px;
        left: -60px;
        right: initial;
        width: auto;
        max-width: initial;
        height: 75vh;
    }
    .solution-hero-content {
        max-width: calc(100% - 40px);
        margin: 65vh auto 0px auto;
    }
    .features-grid {
        gap: 0px;
    }
    .single-solution-feature {
        width: 100%;
        height: auto;
        padding: 20px 20px 20px 20px;
        border-radius: 0px 0px 0px 0px;
        margin: 0px 0px -1px 0px;
    }
    .single-solution-feature:first-child {
        border-radius: 20px 20px 0px 0px;
    }
    .single-solution-feature:last-child {
        border-radius: 0px 0px 20px 20px;
    }
    .single-solution-feature p {
        font-size: 1rem;
        line-height: 2rem;
        font-weight: 500;
    }
    #solution-highlight .content-area {
        max-width: calc(100% - 40px);
    }
    #solution-highlight h2 {
        margin: 0px 0px 25px 0px;
    }
    .solutionTabSplide {
        margin: 0px auto 25px auto;
    }
    .single-solution-tab-content .central-flex {
        flex-direction: column;
        gap: 25px;
    }
    .solution-tab-image {
        width: calc(100vw - 40px);
        height: 50vh;
    }
    .solution-tab-image::before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .main-tab-image {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .solution-tab-content {
        width: auto;
    }


    /* Features */
    #features-list .content-area {
        max-width: calc(100% - 40px);
    }
    .features-archive-listing {
        gap: 20px;
    }
    #feature-hero .content-area {
        padding: 0px 0px 30px 0px;
        flex-direction: column-reverse;
        max-width: 100%;
    }
    .feature-hero-image {
        width: 100%;
        height: 550px;
    }
    .feature-hero-image::before {
        border-radius: 0px;
    }
    .feature-hero-image::after {

    }
    .feature-hero-image img {
        max-width: 400px;
        width: 100%;
        padding: 0px 20px;
    }
    .feature-hero-content {
        max-width: calc(100% - 40px);
    }
    #feature-highlights .content-area {
        max-width: calc(100% - 40px);
    }
    #feature-highlights h2 {
        text-align: left;
        margin: 0px 0px 25px 0px;
    }
    #feature-highlights .central-flex {
        flex-direction: column;
    }
    #feature-highlights img {
        width: 100%;
        height: 25vh;
        margin: 0px 0px 25px 0px;
    }
    .feature-highlights-list {
        width: auto;
        padding: 0px 0px 0px 0px;
    }
    .feature-highlights-list hr {
        margin: 25px 0px 25px 0px;
    }
    .single-feat-highlight {
        padding: 0px 10px 0px 10px;
    }
    .single-feat-highlight h3 {
        font-size: 25px;
        margin: 0px 0px 10px 0px;
    }
    #feature-capabilities h3 {
        text-align: left;
        margin: 0px 0px 25px 0px;
    }
    .capabilities-list {
        gap: 0px;
    }
    .single-feat-capability {
        width: 100%;
        height: 80px;
        justify-content: flex-start;
        flex-direction: row;
        border-radius: 0px 0px 0px 0px;
        padding: 15px 15px 15px 15px;
        margin: 0px 0px -1px 0px;
    }
    .single-feat-capability:first-child {
        border-radius: 15px 15px 0px 0px;
    }
    .single-feat-capability:last-child{
        border-radius: 0px 0px 15px 15px;
    }
    .single-feat-capability span {
        margin: 0px 0px 0px 0px;
    }
    .feature-faq-content {
        width: 100%;
    }
    .feature-faq-content h3 {
        text-align: left;
    }
    #feature-faq .accordion {
        width: 100%;
        margin: 25px auto 50px;
    }


    /* Atuações */
    #operation-hero {

    }
    #operation-hero .content-area {
        width: 100%;
        height: auto;
        max-width: inherit;
        padding: 75px 0px 30px 0px;
    }
    .operation-hero-image {
        width: calc(100% - 10px);
        height: 45vh;
        top: 5px;
        right: 5px;
    }
    .operation-hero-content {
        max-width: calc(100% - 40px);
        width: 100%;
        margin: 40vh auto 0px auto;
    }
    .operation-title {
        text-align: center;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin: auto;
        right: 0px;
        left: 0px;
        color: white;
    }
    .operation-title p {
        margin: 0px 0px -10px 0px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.5px;
    }
    .operation-title h1 {
        margin: 0px 0px 0px 0px;
        font-size: 4.5rem;
    }
    #operation-highlight .top-flex {
        flex-direction: column;
        row-gap: 30px;
    }
    .single-op-highlight {
        width: 100%;
    }
    #operation-features .content-area {
        gap: 15px;
        max-width: 100%;
        padding: 0px 20px 0px 30px;
    }
    .op-feat-side {
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 5px;
    }
    .op-feat-content {
        padding: 30px 0px 100px 0px;
    }
    .op-feat-content hr {
        display: none;
    }
    .op-feat-content .bottom-flex {
        flex-direction: column;
        margin: 0px 0px 25px 0px;
    }
    .op-feat-content .dark-button {
        position: absolute;
        bottom: 30px;
        left: 30px;
    }
    .op-feat-list {
        gap: 0px;
    }
    .single-op-feat {
        border-radius: 0px 0px 0px 0px;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid var(--gray-300);
        margin: 0px 0px -1px 0px;
    }
    .single-op-feat:first-child {
        border-radius: 15px 15px 0px 0px;
    }
    .single-op-feat:last-child {
        border-radius: 0px 0px 15px 15px;
    }


    /* Industry Archive, Single and Content */
    #industries-list .content-area {
        max-width: calc(100% - 40px);
    }
    .industries-archive-listing {
        gap: 20px;
    }
    #industry-header {
        width: 100%;
        height: auto;
        margin: 0px 0px 25px 0px;
    }
    .industry-header-bckg {
        width: calc(100% - 10px);
        height: 45vh;
        margin: 5px 5px;
    }
    .industry-title {
        margin: 0px 0px 0px 0px;
    }
    .industry-title h1 {
        font-size: 2.3rem;
        line-height: 4.3rem;
    }
    #industry-body .content-area {
        flex-direction: column;
        align-items: initial;
        row-gap: 25px;
        padding: 0px 0px 0px 0px;    
    }
    .industry-content {
        width: 100%;
    }
    .industry-mosaic {
        display: flex;
        flex-direction: column;
        row-gap: 25px;
        width: 100%;
        height: auto;
    }
    .industry-mosaic-piece {
        position: relative;
        width: 100% !important;
        height: inherit !important;
    }
    .industry-video {
        width: 100%;
        height: 250px;
        padding: 5px;
    }
    .industry-sidebar {
        width: 100%;
    }

    /* 404 */
    #error-404 .content-area {
        max-width: calc(100% - 40px);
    }
    #error-404 img {
        display: none;
    }
    #error-404::before {
        opacity: 0.25;
    }
    #error-404::after {
        display: none;
    }
    .content-404 {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content-404 h1 {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .content-404 span.error-type {
        font-size: 1.5rem;
    }
    .content-404 p.highlight-404 {
        margin: 10px 0px 10px 0px;
    }
}
/* END MOBILE CSS*/









