/*
Theme Name: Genesis Block Theme
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/
/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */
/* stylelint-disable selector-list-comma-newline-after  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/* stylelint-disable max-line-length */
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
	margin: 0 auto;
	background: #fff;
	word-wrap: break-word;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
body,
button {
	color: #272c30;
	font-family: 'Inter Display', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
}

@media (max-width: 600px) {
	body,
	button {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Inter Display', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 3%;
}

/* Fallback title styles */
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p,
.embed-vimeo {
	margin-bottom: 1.2em;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
	color: #272c30;
	font-weight: 600;
	line-height: 1.4;
	margin: 1em 0 1.2em 0;
	position: relative;
	padding: 0 0 0 30px;
	border-left: solid 4px #272c30;
}

blockquote p {
	margin-bottom: 1em;
}

blockquote cite {
	margin-top: 10px;
	display: block;
}

.comments-area blockquote {
	font-size: 18px;
}

@media (max-width: 1000px) {
	.comments-area blockquote {
		font-size: 16px;
	}
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f2f2f2;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.comments-area pre {
	background: #d7dee5;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.highlight {
	background: #fff198;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */
ul,
ol {
	margin: 0 0 1.4em 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

.hide-sub {
	display: none !important;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.8em;
}

.entry-content li {
	margin-bottom: 2%;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
}

/* Tables */
table {
	font-size: 18px;
	margin-bottom: 5%;
	padding: 0;
	width: 100%;
}

table thead {
	background: #f2f2f2;
}

table thead th {
	font-weight: 600;
}

table td,
#content table th {
	padding: 15px;
}

table td {
	border-bottom: solid 1px #f2f2f2;
}

table tr:last-child td {
	border-bottom: none;
}

table tr:nth-child(even) {
	background: #f2f2f2;
}

/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */
a {
	color: #62707c;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #272c30;
}

/* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */
.entry-header .entry-title,
.editor-post-title__input {
	/* The blog title in the block editor. */
	font-size: 42px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 3%;
	position: relative;
	z-index: 5;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#main .post .entry-header {
	margin-bottom: 0;
}

.entry-header .entry-title a,
.editor-post-title__input a {
	color: #272c30;
}

.entry-header .entry-title a:hover,
.editor-post-title__input a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.entry-header .entry-title,
	.editor-post-title__input {
		font-size: 32px;
	}
}

/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */
button,
input:not(input[type="radio"]),
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	-webkit-appearance: none;
	box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
	background: #0072e5;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-family: 'Inter Display', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 20px;
	-webkit-appearance: none;
	transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.comment-navigation a {
		padding: 10px 16px;
		font-size: 16px;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover,
.drawer .tax-widget a:hover,
a.added_to_cart:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	color: #fff;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus,
.comment-navigation a:focus,
a.added_to_cart:active,
a.added_to_cart:focus {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.searchform {
	position: relative;
}

.searchform .search-input {
	width: 100%;
	font-size: 16px;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: transparent !important;
	background-color: none !important;
	color: #627083;
	padding: 14px 15px;
	font-size: 15px;
	line-height: 1.4;
}

.searchform .searchsubmit:hover {
	color: #272c30;
}

.searchform .searchsubmit i {
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	font-size: 16px;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.searchform .searchsubmit i {
		line-height: 1;
	}
}

@media (max-width: 1000px) {
	.searchform .searchsubmit span {
		display: none;
	}
}

.results-search {
	background: #fff;
	padding: 3% 5% 4% 5%;
	margin-top: 9%;
	box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}

.search-no-results .results-search {
	margin-top: 5%;
}

.results-search h4 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.results-search .searchform #s,
.results-search .searchsubmit {
	font-size: 24px;
}

@media (max-width: 1000px) {
	.results-search .searchform #s,
	.results-search .searchsubmit {
		font-size: 16px;
	}
}

.results-search .searchsubmit {
	padding-top: 0;
	padding-bottom: 0;
}

.results-search .searchsubmit span {
	display: none;
}

.results-search .searchsubmit i {
	font-size: 24px;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.results-search .searchsubmit i {
		line-height: 1.7;
	}
}

.search-results .entry-content {
	font-size: 18px;
}

form {
	display: inline-block;
	width: 100%;
}

.field-wrap {
	margin-bottom: 1.4em;
}

@media (max-width: 1000px) {
	.field-wrap {
		margin-bottom: 1em;
	}
}

select {
	padding-right: 45px;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	width: 100%;
	-webkit-appearance: normal;
	box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
	color: #62707c;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	padding: 15px;
	border: solid 1px #d4dde5;
	transition: 0.1s ease-in-out;
	border-radius: 2px;
	font-size: 17px;
	width: 100%;
}

@media (max-width: 1000px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="tel"],
	input[type="time"],
	input[type="month"],
	input[type="tel"],
	textarea,
	select,
	.select2-container .select2-selection--single {
		padding: 12px 10px;
		font-size: 15px;
	}
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 10px;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"] {
	width: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inset 0 0 4px 2px #f4f8fb;
	border-color: #abb4bb;
	color: #272c30;
}

select {
	background: #fff url(images/angle-down.jpg) right no-repeat;
	background-size: 12px;
	background-position: right 15px top 20px;
}

select:hover {
	border-color: #d5dde4;
	cursor: pointer;
}

@media (max-width: 1000px) {
	select {
		background-position: right 15px top 17px;
	}
}

select::after {
	content: "x";
}

select[multiple] {
	background: none;
}

@media (max-width: 1000px) {
	input[name="post_password"] {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}
}

textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
}

fieldset legend {
	border-bottom: dotted 1px #d4dde5;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

form label {
	display: inline-block;
	width: 100%;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: #97a7b5;
}

:-moz-placeholder {
	color: #97a7b5;
}

::-moz-placeholder {
	color: #97a7b5;
}

:-ms-input-placeholder {
	color: #97a7b5;
}

#main .contact-form {
	display: inline-block;
	width: 100%;
}

#main .contact-form label {
	font-weight: 300;
}

#main .contact-form label span {
	color: #62707c;
}

#main .contact-form input[type="text"],
#main .contact-form input[type="email"] {
	margin-bottom: 4%;
	width: 100%;
	max-width: 100%;
}

#main .contact-form textarea {
	margin-bottom: 4%;
	width: 100%;
}

#main .contact-form .contact-submit {
	margin-bottom: 0;
}

.contact-column {
	display: inline-block;
	float: left;
	width: 48%;
	margin-left: 0;
}

.contact-column:last-child {
	margin-left: 4%;
}

@media (max-width: 1000px) {
	.contact-column {
		width: 100%;
	}
	.contact-column:last-child {
		margin-left: 0;
	}
}

.index-posts.archive-posts .post {
	width: 100%;
	margin-right: 0;
	padding-bottom: 5%;
	border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin-bottom: 0;
}

.index-posts.archive-posts .featured-image + .post-text {
	display: inline-block;
	width: 68%;
	padding-left: 3.5%;
	vertical-align: top;
}

#page .more-link {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 15px;
	border-radius: 30px;
	font-size: 16px;
	box-shadow: none;
	font-weight: 600;
	color: #272c30;
	border: solid 2px;
}

#page .more-link:hover {
	color: #0072e5;
}

.index-posts .more-link {
	float: right;
}

/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */
.home-nav {
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
	font-size: 17px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: #fff;
	transition: transform 400ms linear;
	transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
	.home-nav {
		display: none;
	}
}

.home-nav a {
	color: #272c30;
}

.home-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-nav li {
	display: inline-block;
}

.home .home-nav a {
	padding: 20px 0;
	margin: 0 15px;
	display: inline-block;
	border-bottom: solid 3px transparent;
	margin-bottom: -1px;
	transition: 0.4s ease;
}

.home .home-nav a:hover {
	border-bottom-color: #c4cdd3;
}

.home .home-nav a:active, .home .home-nav a:focus {
	outline: none;
}

.home-nav .active,
.home-nav .active:hover {
	border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .home-nav {
		top: 46px;
	}
}

.show-nav {
	transform: translateY(0%);
}

.single-nav {
	padding: 20px 9.2%;
}

/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
.menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.menu-toggle {
		display: block;
	}
}

.button-toggle {
	background: none;
	padding: 0;
	color: #fff;
}

.button-toggle span:not(:first-child) {
	display: none;
}

.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
	box-shadow: none;
	color: #fff;
}

.drawer-menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.drawer-menu-toggle {
		display: inline-block;
	}
}

.drawer-toggle-switch span:first-child {
	display: none;
}

.drawer-toggle-switch span:last-child {
	display: block;
}

.main-navigation {
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.main-navigation {
		display: none;
	}
}

.top-navigation .main-navigation {
	display: inline-block;
	width: 100%;
	text-align: right;
}

@media (max-width: 1000px) {
	.top-navigation .main-navigation {
		display: none;
		border-bottom: none;
	}
}

.site-header .container {
	display: block;
}

.header-text {
	position: relative;
	z-index: 5;
	margin: 5% auto;
	text-align: center;
	max-width: 70%;
}

.header-text:empty,
.blog .header-text {
	display: none;
}

@media (max-width: 1000px) {
	.header-text {
		max-width: 100%;
		margin-bottom: 6%;
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.header-text {
		margin-bottom: 8%;
	}
}

.header-text:empty {
	margin-bottom: 0;
}

.header-text h1,
.header-text .browsing {
	color: #272c30;
	font-size: 34px;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 600;
}

@media only screen and (max-width: 500px) {
	.header-text h1,
	.header-text .browsing {
		font-size: 28px;
	}
}

.header-text p {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	margin: 0 0 0 0;
}

@media (max-width: 1000px) {
	.header-text p {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.header-text p {
		font-size: 16px;
		margin-top: 3%;
	}
}

.header-text a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.header-text a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
}

.header-text .entry-subtitle,
.header-text .entry-byline {
	margin-top: 1%;
	width: 100%;
}

.archive.author .browsing {
	display: none;
}

.search-results .browsing {
	display: none;
}

.text-empty {
	display: none;
}

.header-text h2:empty,
.header-text p:empty {
	display: none;
}

.top-navigation {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10;
}

.top-navigation-right {
	float: right;
	display: inline-block;
	max-width: 70%;
}

@media (max-width: 1000px) {
	.top-navigation-right {
		display: none;
	}
}

#secondary-navigation {
	display: inline-block;
	width: 60%;
}

.drawer #secondary-navigation {
	width: 100%;
	font-size: 14px;
}

.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
	font-size: 17px;
}

.drawer #secondary-navigation li ul li a {
	font-size: 14px;
}

@media (max-width: 1000px) {
	.top-navigation #secondary-navigation {
		display: none;
	}
}

.top-navigation .secondary-navigation ul li {
	font-size: 14px;
	margin-right: 15px;
	padding: 0;
}

.top-navigation .secondary-navigation ul li a {
	padding: 12px 0;
	border-bottom-width: 0;
	margin: 0;
}

.top-navigation .secondary-navigation ul li .sub-menu a {
	padding: 12px 15px;
}

.secondary-navigation ul.sub-menu {
	background: #272c30;
	top: 52px;
	left: -15px;
	border: none;
}

.secondary-navigation ul.sub-menu li {
	margin-right: 0;
	padding: 0;
}

.secondary-navigation ul.sub-menu li a {
	font-size: 14px;
}

.secondary-navigation ul.sub-menu li a:hover {
	color: #fff;
	opacity: 1;
}

.main-navigation a {
	color: #272c30;
}

.main-navigation a:hover {
	color: #0072e5;
}

.main-navigation ul {
	margin: 0;
}

.main-navigation ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 15px;
	position: relative;
}

.main-navigation ul li a {
	display: inline-block;
	margin: 0 0 10px 0;
	line-height: 2;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
	color: #0072e5;
}

.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-page-item ul a {
	color: #b8bfcb;
}

.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
	color: #fff;
}

.main-navigation .menu-cta a {
	border-radius: 5px;
	color: #fff;
	padding: 4px 12px;
	background: #272c30;
}

.main-navigation .menu-cta a:hover {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

.site-identity .main-navigation ul {
	line-height: 1;
}

.site-header .menu-item-has-children,
.site-header .page_item_has_children {
	position: relative;
}

.site-header .menu-item-has-children a,
.site-header .page_item_has_children a {
	position: relative;
}

.site-header .menu-item-has-children > a::after,
.site-header .page_item_has_children > a::after {
	content: "\e907";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-weight: 400;
	padding-left: 5px;
	right: 0;
	font-size: 13px;
}

@media (max-width: 1000px) {
	.site-header .menu-item-has-children > a::after,
	.site-header .page_item_has_children > a::after {
		display: none;
		pointer-events: none;
	}
}

.sub-menu .menu-item-has-children > a::after,
.sub-menu .page_item_has_children > a::after {
	content: "\e906";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.widget .sub-menu .menu-item-has-children > a::after,
.widget .sub-menu .page_item_has_children > a::after {
	display: none;
}

.secondary-navigation .menu-item-has-children::after,
.secondary-navigation .page_item_has_children::after {
	color: #a6b5c1;
	top: 15px;
}

.drawer .menu-item-has-children .toggle-sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding: 13px 0;
	line-height: 1.4;
	text-align: center;
	z-index: 75;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background: #424851;
	border-radius: 0;
}

.drawer .menu-item-has-children .toggle-sub:hover {
	box-shadow: none;
	color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
	display: block;
}

.site-header .menu-item-has-children:hover,
.main-navigation li:focus-within {
	cursor: pointer;
}

.site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
	animation-name: fadeIn;
}

.main-navigation .sub-menu,
.main-navigation .children {
	position: absolute;
	width: 200px;
	top: 52px;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	background: #15171a;
	left: -999em;
	z-index: 100;
	border-radius: 3px;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}

.main-navigation li ul {
	z-index: 100;
}

.main-navigation li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 0;
	border-top: none;
	transition: 0.3s ease;
}

.main-navigation li ul li:hover {
	background: rgba(255, 255, 255, 0.02);
	border-top: none;
}

.main-navigation li ul li:hover ul {
	left: 100%;
}

.main-navigation li ul li:last-child a {
	border-bottom: none;
}

.main-navigation li ul a,
.main-navigation li ul li a {
	width: 100%;
	display: inline-block;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
	padding: 15px 20px;
	margin: 0;
	font-weight: 300;
	text-transform: none;
	line-height: 1.6;
	color: #b8bfcb;
}

.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
	color: #fff;
}

.main-navigation li ul li ul {
	padding: 0;
}

.main-navigation ul ul {
	top: 0;
}

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

.main-navigation li ul ul.sub-menu,
.main-navigation li ul ul.children {
	top: 0;
	margin: 0;
	z-index: 50;
	position: absolute;
	margin-left: 1px !important;
}

.main-navigation li ul ul.sub-menu::before,
.main-navigation li ul ul.children::before {
	display: none;
}

.main-navigation li.focus > ul,
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation li li a:hover > ul {
	left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:focus-within > ul {
	left: 100%;
}

.site-header .sub-menu::before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	content: " ";
	display: block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #181c1f;
	border-left: 8px solid transparent;
}

/* Mobile navigation */
.mobile-navigation {
	display: none;
	width: 100%;
	padding: 15px;
	background: #0072e5;
	transition: 0.2s ease;
	text-align: center;
}

.mobile-navigation button {
	width: 100%;
}

@media (max-width: 1000px) {
	.mobile-navigation {
		display: inline-block;
	}
}

.toggle-active {
	background: #0072e5;
}

.drawer .drawer-navigation {
	width: 100%;
	max-width: 100%;
	z-index: 40;
	position: relative;
}

@media (max-width: 1000px) {
	.drawer .drawer-navigation {
		font-size: 17px;
		display: inline-block;
	}
}

.drawer .drawer-navigation .menu {
	margin: 0;
}

.drawer .drawer-navigation ul {
	margin: 0;
	padding: 0;
}

.drawer .drawer-navigation ul li {
	width: 100%;
	padding: 0 0;
	list-style-type: none;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
	transition: none;
	position: relative;
	z-index: 50;
	border-top: none;
}

.drawer .drawer-navigation ul li:hover {
	border-top: none;
}

.drawer .drawer-navigation ul li:last-child {
	border-bottom: none;
}

.drawer .drawer-navigation ul li a {
	display: inline-block;
	padding: 15px 10px 15px 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: none;
	position: relative;
	transition: none;
}

.drawer .drawer-navigation a {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
	line-height: 1.4;
}

.drawer .drawer-navigation a:hover {
	color: #fff;
}

.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	top: auto;
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.drawer .drawer-navigation .sub-menu::before,
.drawer .drawer-navigation .children::before {
	display: none;
}

.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
	padding: 15px 0;
}

.drawer .drawer-navigation .sub-menu li:first-child {
	border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer nav {
	padding: 2% 0 0 0;
}

/* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */
.entry-content .meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.entry-content .meta-list li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.entry-content .meta-list a {
	font-weight: 300;
	color: #0072e5;
}

.entry-content .meta-list a:hover {
	color: #272c30;
}

/* --------------------------------------------------------------
Author Profile
-------------------------------------------------------------- */
.author-profile {
	position: relative;
	margin-top: 5%;
	padding: 5%;
	width: 100%;
	display: inline-block;
	background: #f2f2f2;
}

@media (max-width: 600px) {
	.author-profile {
		padding: 8% 4%;
	}
}

.archive .author-profile {
	margin-top: 0;
	margin-bottom: 5%;
}

.author-columns .author-profile {
	margin: 0;
	border-top: none;
	border: solid 1px #cbcbcb;
	padding: 35px;
	transition: 0.2s ease;
}

@media (max-width: 1000px) {
	.author-columns .author-profile {
		padding: 30px 0;
	}
}

.author-columns .author-profile .author-profile-title {
	font-size: 18px;
}

.author-columns .author-profile .author-profile-info {
	font-size: 14px;
	padding-left: 100px;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-info {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-links {
	margin-top: 15px;
	font-weight: 600;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-links {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-avatar img {
	transition: 0.2s ease;
}

.author-columns .author-profile:hover .author-profile-avatar img {
	transform: scale(1.1);
}

.author-profile-avatar {
	display: block;
	margin: 0 auto;
}

.author-profile-avatar img {
	border-radius: 100px;
}

.author-profile-avatar {
	position: absolute;
}

.author-profile-info {
	padding: 0 0 0 90px;
	font-size: 16px;
	line-height: 1.6;
}

.author-profile-links {
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}

.author-profile-links a {
	background: #272c30;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
}

.author-profile-links a:hover {
	opacity: 0.8;
}

.author-profile-links a:first-child {
	margin-right: 5px;
}

.author-profile-links i {
	font-size: 12px;
}

.author-profile-info p,
.entry-header .author-profile-info p:last-child {
	margin-bottom: 10px;
}

.author-profile-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

@media (max-width: 600px) {
	.author-profile-title {
		font-size: 18px;
	}
}

.archive .author-profile-title {
	font-size: 24px;
}

/* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */
.pagination {
	display: inline-block;
	width: 100%;
	margin-top: 8%;
}

.pagination a {
	color: #272c30;
}

.pagination a,
.pagination span {
	background: #f2f2f2;
	padding: 10px 20px;
	transition: 0.2s ease-in-out;
	display: inline-block;
	color: #272c30;
	font-weight: 600;
	text-align: center;
	line-height: 1.9;
	vertical-align: middle;
	height: 50px;
}

@media (max-width: 600px) {
	.pagination a,
	.pagination span {
		padding: 10px 15px;
	}
}

.pagination .next,
.pagination .prev {
	font-size: 0;
	line-height: 1.7;
}

.pagination .next::after,
.pagination .prev::after {
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-size: 18px;
}

.pagination .next {
	text-indent: 3px;
}

.pagination .next::after {
	content: "\e906";
}

.pagination .prev {
	text-indent: -3px;
}

.pagination .prev::after {
	content: "\e905";
}

@media (max-width: 600px) {
	.pagination .next::after,
	.pagination .prev::after {
		font-size: 17px;
	}
}

.page-numbers {
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 600px) {
	.page-numbers {
		font-size: 17px;
	}
}

.page-numbers.current,
.page-numbers:hover {
	background: #0072e5;
	color: #fff;
}

span.page-numbers.dots {
	background: transparent;
	color: #272c30;
}

.post-navigation {
	margin-top: 10%;
	line-height: 1.4;
	width: 100%;
	display: block;
	font-weight: 600;
}

.post-navigation::before, .post-navigation::after {
	content: "";
	display: table;
}

.post-navigation::after {
	clear: both;
}

.post-navigation a {
	color: #272c30;
}

.post-navigation a:hover .post-title {
	color: #0072e5;
}

.post-navigation span {
	vertical-align: top;
}

.post-navigation .meta-title {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.post-navigation .post-title {
	font-size: 20px;
	transition: 0.3s ease;
}

@media (max-width: 600px) {
	.post-navigation .post-title {
		font-size: 16px;
	}
}

.nav-next,
.nav-previous {
	display: inline-block;
	float: left;
	width: 49%;
	vertical-align: top;
}

@media (max-width: 600px) {
	.nav-next,
	.nav-previous {
		width: 100%;
	}
}

.nav-previous + .nav-next {
	text-align: right;
	float: right;
}

@media (max-width: 600px) {
	.nav-previous + .nav-next {
		text-align: left;
		margin-top: 15px;
	}
}

.nav-previous i {
	margin-right: 6px;
}

/* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */
#page .alignleft {
	display: inline;
	float: left;
	margin: 0.5em 2em 1.5em 0;
}

@media (max-width: 600px) {
	#page .alignleft {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	#page .alignleft img {
		width: 100%;
	}
}

#page .alignright {
	display: inline;
	float: right;
	margin: 0.5em 0 1.5em 2em;
}

@media (max-width: 600px) {
	#page .alignright {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	#page .alignright img {
		width: 100%;
	}
}

#page .aligncenter {
	clear: both;
	margin: 0 auto 1.5em auto;
}

.wp-caption {
	margin: 0.5em 0 1.5em 0;
	max-width: 100%;
	text-align: left;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	padding-top: 10px;
	margin-top: 0;
	width: 100%;
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #62707c;
}

.site-footer .wp-caption-text,
.site-footer .gallery-caption {
	border-left-color: #a6b5c1;
}

#main .tiled-gallery {
	margin-bottom: 1.2em;
}

#main .tiled-gallery p {
	margin-bottom: 0;
}

#main .featured-image .tiled-gallery {
	margin-bottom: 0;
}

.post:not(.video-lightbox) .gallery-container {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 5%;
	visibility: hidden;
}

/* --------------------------------------------------------------
Clearings
-------------------------------------------------------------- */
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	content: "";
	display: table;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

/* --------------------------------------------------------------
Widgets
-------------------------------------------------------------- */
#calendar_wrap {
	background: #fff;
	border-right: none;
	border-bottom: none;
	color: #272c30;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}

#wp-calendar {
	font-size: 16px;
	margin: 0;
	max-width: 100%;
}

#wp-calendar caption {
	text-align: center;
	background: #f2f2f2;
	padding: 5px 10px;
	font-weight: 600;
}

#wp-calendar tr th,
#wp-calendar tr td {
	text-align: center;
}

#wp-calendar tr th {
	background: #272c30;
	color: #fff;
	margin: -10px -10px 10px -10px;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 0;
}

#wp-calendar tbody tr td {
	padding: 2px 0;
	border-right: solid 1px #f2f2f2;
	border-top: solid 1px #f2f2f2;
}

#wp-calendar tfoot td {
	border-top: solid 1px #f2f2f2;
	border-right: solid 1px #d9dee3;
	padding: 7px 0 5px 0;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}

#wp-calendar a {
	color: #272c30;
}

#wp-calendar a:hover {
	color: #62707c;
}

.widget_rss li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.widget_rss li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_rss li .rsswidget {
	display: inline-block;
	width: 100%;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
}

/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */
.comment-navigation {
	font-size: 16px;
	margin: 0 0 6% 0;
}

.comment-navigation .button {
	display: inline-block;
}

.comment-navigation .button:empty {
	display: none;
}

.comment-navigation .nav-previous a::before {
	content: "\e904";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

.comment-navigation .nav-next a::after {
	content: "\e903";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-left: 10px;
}

.comments-area {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 10%;
	padding-top: 10%;
	border-top: solid 3px #eee;
}

@media (max-width: 1000px) {
	.comments-area {
		margin-top: 7%;
	}
}

.comment-list + .no-comments {
	margin-top: 1.2em;
	text-align: center;
	position: relative;
}

.comment-list + .no-comments span {
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 0 30px;
}

@media (max-width: 1000px) {
	.comment-list + .no-comments span {
		padding: 0 20px;
	}
}

.comment-list + .no-comments::after {
	content: " ";
	display: inline-block;
	height: 2px;
	background: #eee;
	width: 100%;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 5;
}

@media (max-width: 1000px) {
	.comment-list + .no-comments::after {
		top: 14px;
	}
}

h3.comment-reply-title {
	font-size: 32px;
	margin-bottom: 5%;
	position: relative;
	font-weight: 600;
}

@media (max-width: 600px) {
	h3.comment-reply-title {
		font-size: 22px;
	}
}

h3.comments-title {
	margin-bottom: 10%;
}

#commentform,
#respond form {
	display: inline-block;
	width: 100% !important;
	min-width: 100%;
}

.comment-list #commentform {
	margin-top: 2%;
}

.comment-info {
	display: inline-block;
	margin: 0;
}

@media (max-width: 1000px) {
	.comment-info {
		line-height: 2;
	}
}

.comment-content {
	font-size: 18px;
	line-height: 1.6;
	background: #f2f2f2;
	padding: 30px;
	position: relative;
	border-radius: 5px;
}

.comment-content::after {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f2f2f2;
}

@media (max-width: 1000px) {
	.comment-content {
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	.comment-content {
		padding: 20px;
	}
}

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

.entry-content .comment-list,
.entry-content .comment-list li {
	margin-left: 0;
	padding-left: 0;
	counter-reset: li;
}

.comment-list > li {
	list-style-type: none;
	margin-bottom: 6%;
}

.comment-list .children {
	margin: 5% 0 0 0;
	padding-left: 25px;
}

@media (max-width: 600px) {
	.comment-list .children {
		padding-left: 15px;
	}
}

.comment-list .children li {
	margin-bottom: 6%;
}

.comment-list .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-list .children > li {
	list-style: none;
}

.comment-list .reply {
	margin-bottom: 0;
	font-size: 14px;
}

.comment-list .avatar {
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	border-radius: 100px;
	vertical-align: top;
	width: 40px;
	position: relative;
}

@media (max-width: 600px) {
	.comment-list .avatar {
		margin-top: 3px;
	}
}

.comment-wrap {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.comment-cite {
	font-style: normal;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 600px) {
	.comment-cite {
		font-size: 18px;
	}
}

.comment-cite a {
	color: #272c30;
}

.comment-time,
.comment-edit-link {
	color: #62707c;
	font-family: 'Inter Display', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 11px;
	vertical-align: top;
	line-height: 1;
}

.comment-list .comment-reply-title {
	margin-bottom: 1%;
}

.comment-list .comment-reply-title small {
	float: right;
	font-size: 18px;
	margin-top: 8px;
}

.comments-closed p.reply {
	display: none;
}

.comments-closed p:nth-last-child(2) {
	margin-bottom: 0;
}

.logged-in-as,
.comment-notes {
	margin-bottom: 2%;
	display: none;
	color: #62707c;
	font-family: 'Inter Display', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.comment-notes {
	display: none;
}

.required {
	color: #f35959;
}

.logged-in-as a {
	color: #272c30;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	display: inline-block;
	width: 100%;
}

.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-comment {
		width: 100%;
		margin-right: 0;
	}
}

.comment-list #respond {
	display: inline-block;
	margin-top: 4%;
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-url {
		margin-bottom: 1em;
	}
}

.form-submit {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.comment-form #submit {
	margin-top: 10px;
	width: auto;
}

@media (max-width: 600px) {
	.comment-form #submit {
		margin: 0;
		width: 100%;
	}
}

.comment-list .comment-respond #submit {
	margin-top: 0;
}

.form-allowed-tags {
	display: none;
}

.comment-subscription-form {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 15px;
}

.comment-subscription-form label {
	font-weight: 300;
	font-size: 14px;
}

.comment-subscription-form + .comment-subscription-form {
	margin-top: 0;
}

#respond .comment-form-fields div.comment-form-field {
	width: 100% !important;
}

.comment-awaiting-moderation {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-style: normal;
}

.comment-awaiting-moderation::before {
	content: "\e90a";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

/* --------------------------------------------------------------
Hero Posts
-------------------------------------------------------------- */
.post-cats,
.entry-cats {
	margin-bottom: 1.5%;
	position: relative;
	z-index: 10;
}

@media (max-width: 1000px) {
	.post-cats,
	.entry-cats {
		margin-bottom: 5%;
	}
}

.post-cats a,
.entry-cats a {
	background-color: #0072e5;
	padding: 4px 8px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	transition: 0.2s ease-in-out;
}

.post-cats a:hover,
.entry-cats a:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
	.post-cats a,
	.entry-cats a {
		font-size: 11px;
		padding: 3px 4px;
	}
}

.entry-byline {
	color: #62707c;
	font-size: 15px;
	margin-bottom: 0;
}

.search-results .entry-byline {
	margin-bottom: 5px;
}

.entry-byline a {
	color: #62707c;
}

.entry-byline a:hover {
	color: #272c30;
}

.entry-byline img {
	border-radius: 100px;
	width: 22px;
	vertical-align: top;
	margin-right: 3px;
}

.meta-avatar {
	position: absolute;
}

.meta-avatar img {
	width: 24px;
	border-radius: 50px;
	margin-right: 5px;
	vertical-align: top;
}

.index-text {
	position: relative;
	z-index: 10;
	margin: 0 5%;
	background: #fff;
	padding: 0 4% 6% 4%;
	border-bottom: solid 1px #d8dee3;
}

.has-post-thumbnail .index-text {
	margin-top: -10%;
	padding-top: 4%;
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-2%, 0, 0);
		visibility: visible;
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
	transition: 0.3s ease;
}

.site-header-bg-wrap {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.background-effect {
	position: absolute;
	z-index: -999998;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.site-header-bg.background-effect {
	background-attachment: scroll;
}

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

.site-main .gallery {
	margin-bottom: 1.2em;
}

@media (min-width: 1000px) {
	.has-wide-image .featured-image,
	.has-wide-image .featured-video {
		width: 90vw;
		margin-left: calc(50% - 90vw / 2);
	}
}

.featured-image .gallery {
	margin-bottom: 0;
}

.featured-gallery {
	background: transparent;
}

.featured-gallery [class*="gallery"]:first-child {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

.gallery a img {
	border: none;
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}

.gallery dd,
.gallery figcaption {
	font-size: 15px;
	text-align: left;
	margin: 0;
}

.gallery-item {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

embed,
iframe,
object {
	max-width: 100%;
	border-width: 0;
}

#content .wp-playlist-light {
	color: #55626d;
	padding: 0;
}

#content .mejs-container:not(.mejs-video),
#content .mejs-embed,
#content .mejs-embed body {
	background: none;
}

#content .mejs-container:not(.mejs-video) {
	margin-bottom: 1em;
	height: 75px !important;
}

#content .mejs-container:not(.mejs-video) a {
	border-bottom: none;
}

#content .mejs-container:not(.mejs-video) a:hover {
	background: transparent;
}

#content .wp-playlist {
	border: none;
	background: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#content .wp-playlist-tracks {
	margin-top: 3.5%;
}

#content .wp-playlist-item {
	border-bottom: dotted 1px #cad1d8;
	padding: 0;
}

#content .wp-playlist-item:last-child {
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption,
#content .wp-playlist-item-length {
	padding: 2%;
}

@media (max-width: 1000px) {
	#content .wp-playlist-item .wp-playlist-caption,
	#content .wp-playlist-item-length {
		padding: 4%;
	}
}

#content .wp-playlist-item .wp-playlist-caption {
	color: #272c30;
	display: inline-block;
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption:hover {
	background: none;
	border-bottom: none;
}

#content .wp-playlist-caption,
#content .wp-playlist-item-title {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-caption,
	#content .wp-playlist-item-title {
		font-size: 16px;
	}
}

#content .wp-playlist-current-item {
	height: auto !important;
}

#content .wp-playlist-current-item .wp-playlist-caption {
	margin-bottom: 1.5%;
}

#content .wp-playlist-current-item img {
	display: none;
}

#content .wp-playlist-current-item .wp-playlist-item-title {
	color: #272c30;
	font-size: 26px;
	font-weight: 500;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-title {
		font-size: 22px;
	}
}

#content .wp-playlist-current-item .wp-playlist-item-album {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-album {
		font-size: 16px;
	}
}

#page .mejs-controls {
	background: #272c30;
}

@media (max-width: 1000px) {
	#page .mejs-controls {
		padding: 0 10px;
	}
}

#page .mejs-controls .mejs-button button:hover {
	background-color: transparent !important;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #5e7383;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	background: #5e7383;
}

#page .mejs-controls .mejs-button button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

#page .mejs-video .mejs-controls,
#page .mejs-video .mejs-controls > div {
	height: 40px;
}

#page .mejs-video .mejs-time {
	height: 35px;
	padding-top: 2px;
}

#page .mejs-video .mejs-time-rail .mejs-time-total {
	margin: 8px 10px;
}

#page .mejs-video .mejs-button button {
	margin: 12px 5px;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.drawer-wrap {
	position: relative;
}

.drawer {
	padding: 10px 0 15px 0;
	background: #22262a;
	background: rgba(21, 23, 26, 0.7);
	font-size: 16px;
	display: none;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}

@media only screen and (min-width: 1000px) {
	.drawer {
		display: none !important;
	}
}

.drawer-menu-explore {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1000px) {
	.drawer-menu-explore {
		background: #272c30;
		padding: 15px 5% 30px 5%;
	}
}

.drawer-menu-explore .container {
	padding: 0;
}

.show-drawer {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	display: inline-block !important;
}

.admin-bar .drawer-open .drawer {
	margin-top: 35px;
}

.site-header {
	padding: 0;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 100;
	background: #f2f2f2;
}

body.admin-bar .is-sticky .site-header {
	margin-top: 32px;
}

.site-identity {
	padding: 30px 0;
	position: relative;
	z-index: 8;
}

@media (max-width: 1000px) {
	.site-identity {
		padding: 8% 0;
	}
}

@media (max-width: 600px) {
	.site-identity {
		padding: 12% 0;
	}
}

.site-title-wrap {
	display: inline-block;
	vertical-align: top;
	max-width: 30%;
	width: 100%;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title-wrap {
		max-width: 100%;
		text-align: center;
	}
}

@media (min-width: 1000px) {
	.titles-wrap {
		padding-top: 8px;
	}
}

.titles-wrap.has-description {
	padding-top: 0;
}

.site-title {
	font-size: 26px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-right: 8px;
	line-height: 1.2;
}

.site-title a {
	color: #272c30;
	transition: 0.1s ease-in;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title {
		margin: 0;
	}
}

@media (max-width: 600px) {
	.site-title {
		font-size: 24px;
	}
}

.site-description {
	color: #272c30;
	font-size: 14px;
	line-height: 1.4;
	margin: -2px 0 0 0;
	display: inline-block;
	width: 100%;
	position: absolute;
}

@media (max-width: 1000px) {
	.site-description {
		position: relative;
		display: block;
	}
}

.site-avatar {
	display: inline-block;
	text-align: center;
	width: 100%;
	vertical-align: top;
}

.site-avatar img {
	border-radius: 500px;
	margin-bottom: 15px;
	width: 85px;
	transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
	transform: scale(1.1);
}

.site-logo {
	line-height: 1;
	margin: 0;
	display: block;
}

.site-logo:not(img):empty {
	margin: 0;
}

.custom-logo-link img {
	display: block;
}

@media (max-width: 1000px) {
	.custom-logo-link {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.custom-logo-link img {
		margin-left: auto;
		margin-right: auto;
	}
}

/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8%;
	display: block;
}

@media only screen and (max-width: 1000px) {
	.container {
		padding: 0 4%;
	}
}

@media (max-width: 600px) {
	.container {
		padding: 0 15px;
	}
}

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

.container::after {
	clear: both;
}

.error404 .entry-header {
	margin-bottom: 0;
}

.archive-box {
	margin-top: 30px;
}

.archive-box ul ul {
	margin-left: 30px;
	margin-top: 0;
}

.archive-box ul li {
	margin-bottom: 0;
}

.archive-box ul a {
	border-bottom: dotted 1px #c7d6e4;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.archive-box ul a:hover {
	border-bottom: dotted 1px #c7d6e4;
	color: #62707c;
}

.single #page {
	margin: 0 auto;
}

#primary {
	margin: 0 auto;
	display: block;
	width: 70%;
	max-width: 830px;
}

@media (max-width: 1000px) {
	#primary {
		width: 100%;
	}
}

.error404 #primary {
	display: block;
	margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#main .entry-content .page-links {
	clear: both;
	margin: 0 0 1.4em;
}

#main .entry-content .page-links a {
	border: none;
	padding: 0 2px;
	color: #62707c;
}

#main .entry-content .page-links a:hover {
	border: none;
	color: #272c30;
}

#page .more-link + .page-links {
	margin-top: 20px;
}

.featured-image,
.featured-video {
	margin-bottom: 5%;
	width: 100%;
	z-index: 50;
	position: relative;
}

@media (max-width: 600px) {
	.featured-image,
	.featured-video {
		margin-bottom: 1.2em;
	}
}

.featured-image img,
.featured-video img {
	display: block;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.07s ease-in-out;
}

.featured-video iframe {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

#page {
	padding-top: 6%;
}

@media (max-width: 600px) {
	#page {
		padding-top: 8%;
	}
}

.site-content {
	display: inline-block;
	width: 100%;
	padding: 0;
	vertical-align: top;
	position: relative;
	z-index: 10;
}

.blog .content-area {
	width: 100%;
	display: block;
	vertical-align: top;
}

.post .entry-header {
	position: relative;
	margin-bottom: 5%;
}

.archive-header {
	margin-top: -30px;
	margin-bottom: 40px;
	border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.archive-header .entry-subtitle {
	font-size: 16px;
}

.archive-header .entry-subtitle p:last-child {
	margin-bottom: 0;
}

.taxonomy-description {
	font-size: 17px;
	color: #62707c;
}

@media (max-width: 600px) {
	.taxonomy-description {
		font-size: 15px;
		line-height: 1.4;
	}
}

.taxonomy-description p:last-child {
	margin-bottom: 0;
}

.entry-cats {
	font-size: 16px;
}

.full-post-header .entry-title {
	font-size: 58px;
	margin-bottom: 0;
	line-height: 1.2;
}

@media (max-width: 1000px) {
	.full-post-header .entry-title {
		font-size: 46px;
	}
}

@media (max-width: 600px) {
	.full-post-header .entry-title {
		font-size: 34px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
}

.full-post-header .entry-title a {
	color: #272c30;
	text-decoration: none;
	transition: 0.1s ease-in-out;
}

.full-post-header .entry-title a:hover {
	color: #62707c;
}

.byline {
	color: #62707c;
	margin-top: 3%;
	font-size: 16px;
}

@media (max-width: 600px) {
	.byline {
		display: inline-block;
		margin-top: 0;
		font-size: 12px;
	}
}

.byline img {
	width: 24px;
	border-radius: 50px;
	vertical-align: top;
	margin-right: 5px;
}

.byline a {
	color: #62707c;
	border-bottom: 2px solid transparent;
	transition: 0.2s ease;
	padding-bottom: 2px;
}

.byline a:hover {
	border-bottom: 2px solid #e3eaf0;
}

.entry-content {
	vertical-align: top;
}

.entry-content p a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.entry-content p a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
}

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
	border-bottom: none;
}

.excerpt-more {
	display: inline-block;
	width: 100%;
}

.single-attachment .site-main .post .entry-content {
	padding-left: 0;
}

.single-attachment .author-profile {
	display: none;
}

.page-content {
	margin-bottom: 5%;
}

/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
.post {
	width: 100%;
	display: inline-block;
	position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
	margin-bottom: 8%;
	padding-bottom: 10%;
	border-bottom: solid 3px #eee;
}

.search .post:not(:last-of-type) {
	margin-bottom: 5%;
	padding-bottom: 6%;
}

.fade-out {
	animation-name: fadeOut !important;
	animation-duration: 0.2s !important;
	animation-fill-mode: both !important;
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
.site-footer {
	padding: 0 0 2.5% 0;
	font-size: 17px;
	line-height: 1.5;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #f2f2f2;
	color: #272c30;
}

.site-footer a {
	color: #0072e5;
}

.site-footer a:hover {
	color: #272c30;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.site-footer {
		padding-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.site-footer {
		font-size: 15px;
	}
}

.category-wrap + .site-footer,
.related-post-wrap + .site-footer {
	margin-top: 0;
}

.category-wrap + .site-footer .footer-widgets,
.related-post-wrap + .site-footer .footer-widgets {
	border-top: none;
}

.post-navigation + .site-footer {
	box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
	.post-navigation + .site-footer {
		box-shadow: none;
	}
}

.footer-padding {
	padding-top: 15%;
	opacity: 0;
}

.footer-widgets .widget_wpcom_social_media_icons_widget a {
	font-size: 28px;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {
	border-bottom: none;
	padding: 0;
}

.footer-widgets {
	display: inline-block;
	width: 100%;
	margin-bottom: 6%;
}

@media (max-width: 1000px) {
	.footer-widgets {
		padding-top: 8%;
		margin-bottom: 0;
	}
}

.footer-widgets .footer-column {
	width: 30.6%;
	float: left;
	padding-top: 7%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
	transition: 0.2s ease-in-out;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column {
		width: 100%;
		margin-bottom: 5%;
		padding-top: 0;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.footer-widgets .footer-column {
		padding-right: 0;
		margin-bottom: 7%;
	}
}

.footer-widgets .footer-column:last-child {
	margin-right: 0;
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
	width: 48%;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
		width: 100%;
	}
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
	width: 30.6%;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
		width: 100%;
	}
}

.footer-widgets ul {
	list-style: none;
	margin: 0;
}

.footer-widgets ul li {
	padding: 0 0 15px 0;
}

.footer-widgets ul li:last-child {
	padding-bottom: 0;
}

.footer-widgets ul ul li {
	list-style-type: circle;
}

.footer-widgets ul .menu-item-has-children {
	padding-bottom: 0;
}

.footer-widgets ul.children, .footer-widgets ul.sub-menu {
	margin-left: 20px;
	margin-top: 10px;
}

.footer-widgets ul.sub-menu li:last-child {
	padding-bottom: 15px;
}

.footer-widgets .sub-menu {
	margin-left: 20px;
}

.footer-widgets .widget_text a {
	border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}

.footer-widgets section + section {
	margin-top: 40px;
}

.footer-bottom {
	display: inline-block;
	width: 100%;
	padding-top: 4%;
}

.footer-widgets + .footer-bottom {
	border-top: dotted 1px rgba(255, 255, 255, 0.4);
}

@media (max-width: 1000px) {
	.footer-widgets + .footer-bottom {
		padding-top: 30px;
	}
}

.footer-tagline {
	display: inline-block;
	width: 40%;
}

@media (max-width: 1000px) {
	.footer-tagline {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
}

.footer-navigation + .footer-tagline {
	float: right;
}

.footer-tagline a {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	padding-bottom: 1px;
}

.site-footer .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.2;
	color: #272c30;
}

@media (max-width: 1000px) {
	.site-footer .widget-title {
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.site-footer .widget-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.footer-navigation {
	display: inline-block;
}

.footer-navigation ul {
	margin: 0;
}

.footer-navigation li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}

/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */
.attachment .comments-area,
.attachment .entry-meta,
.attachment .post-navigation,
.attachment .entry-footer {
	display: none;
}

/* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */
::selection {
	background: rgba(255, 244, 147, 0.8);
	color: #272c30;
}

#wpstats {
	display: none;
}

.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.compat-object-fit img {
	opacity: 0;
}

.post-password-form label {
	display: inline-block;
	width: 40%;
}

.post-password-form input[type="submit"] {
	display: inline-block;
}

.not-found {
	text-align: center;
}

.blog .post.sticky {
	background: #fff;
	padding: 4%;
	border-bottom: none;
}

.page-template-full-width #page,
.page-template-full-width #primary {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.page-template-full-width #page .entry-header {
	padding: 5% 2% 0;
}

.page-template-full-width .site-content {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 1.2em;
}

.wp-block-image figcaption {
	font-size: 15px;
	margin-top: 1em;
}

ul.blocks-gallery-grid,
ul.wp-block-social-links,
.entry-content .wp-block-gallery {
	padding-left: 0;
}

.alignfull,
.alignwide {
	margin-bottom: 2em;
	width: 100%;
}

@media (max-width: 600px) {
	.alignfull.wp-block-gallery,
	.alignwide.wp-block-gallery {
		margin-left: -8px;
		margin-right: -8px;
		width: inherit;
	}
}

.alignfull img,
.alignwide img {
	display: block;
}

.alignwide {
	max-width: none;
}

@media (min-width: 1000px) {
	.alignwide {
		width: 75vw;
		margin-left: calc(50% - 75vw / 2);
	}
}

.entry-content > .alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}

.wp-block-columns {
	margin-bottom: 1.2em;
}












/* ----------- NEW STYLE ----------- */


:root {
	font-family: 'Inter Display', sans-serif !important;
	--brand-color: #05472A;
	--secondary-cream-color: #FFFCD4;
	--secondary-acqua-color: #DBF6FF;
	--black-color: #0E1F21;
	--black-color-rgb: 14, 31, 33;
	--medium-grey-color: #6D7476;
	--white-color: #FFFFFF;
	--white-color-rgb: 255, 255,255;
	--red-status-color: #FF143B;
	--green-status-color: #49F68F;
	--light-grey-color: #F7F7F7;
	--grey-color: #777777;
	--dark-black-color: #000000;
	
	--transition-dur: .4s;
	--short-transition-dur: .25s;
	font-variation-settings: "wght" 400, "opsz" 14; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

.dark-theme {
	color: var(--white-color);
}

.light-theme {
	color: var(--black-color);
}

.bg-brand {
	background-color: var(--brand-color);
}

.bg-cream {
	background-color: var(--secondary-cream-color);
}

.bg-white {
	background-color: var(--white-color);
}

.bg-light-grey {
	background-color: var(--light-grey-color);
}

/*------- A script inside wp-content/themes/genesis-block-theme/js/genesis-block-theme.js will set opacity = 1 ---------*/
body {
	opacity: 0;
	transition-property: opacity;
	transition-duration: var(--short-transition-dur);
}

h1 {
	font-family: 'Butler', serif;
	font-size: 76px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 85px !important;
}

h2 {
	font-family: 'Butler', serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal;
	margin-bottom: 0;
}

h3 {
	font-family: 'Butler', serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal;
	margin: unset;
}

.desktop-big,
.desktop-big p,
.desktop-big-mobile-small,
.desktop-big-mobile-small p {
	font-family: 'Inter Display', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

p {
	font-family: 'Inter Display', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal !important;
	margin: 0;
}

.desktop-small,
.desktop-small * ,
#page .desktop-small ul li {
	font-family: 'Inter Display', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

#page strong {
	font-family: 'Inter Display', sans-serif !important;
	font-weight: 700;
	font-variation-settings: "wght" 700; 
}

.desktop-big.bold-text,
.desktop-big.bold-text p,
.bold-text h2,
h3.bold-text,
.desktop-small.bold-text {
	font-weight: 700 !important;
	font-variation-settings: "wght" 600;
}

.dark-black-text,
.dark-black-text > * {
	color: var(--dark-black-color) !important;
}

.medium-grey-text,
.medium-grey-text > *,
.light-theme .medium-grey-text .elementor-heading-title {
	color: var(--medium-grey-color) !important;
}

.light-theme p.medium-grey-text {
	color: var(--medium-grey-color);
}

/* h1,
h2,
h3,
.desktop-big,
p,
.desktop-small,
strong, */

.light-theme h1, 
.light-theme h2, 
.light-theme h3, 
.light-theme .desktop-big, 
.light-theme .desktop-big-mobile-small,
.light-theme p,
.light-theme a, 
.light-theme .desktop-small,
.light-theme strong {
	color: var(--black-color);
}

.dark-theme h1, 
.dark-theme h2, 
.dark-theme h3, 
.dark-theme .desktop-big,
.dark-theme .desktop-big-mobile-small,
.dark-theme p, 
.dark-theme a,
.dark-theme .desktop-small,
.dark-theme strong {
	color: var(--white-color);
}

.dark-theme strong {
	font-variation-settings: "wght" 700;
	font-size: 16px;
	font-family: 'Inter Display', sans-serif;
}

.dark-theme .elementor-heading-title {
	--e-global-color-primary: var(--white-color);
	color: var(--e-global-color-primary) !important;
}

.light-theme .elementor-heading-title {
	--e-global-color-primary: var(--black-color);
	color: var(--e-global-color-primary) !important;
}

.dark-black-text .elementor-heading-title {
	--e-global-color-primary: var(--dark-black-color);
	color: var(--e-global-color-primary) !important;
}

#page ol,
#page ul {
	padding: 0;
}

#page ol li,
#page ul li {
	font-size: 16px;
	font-family: 'Inter Display', sans-serif;
}

#page .dark-theme ol li,
#page .dark-theme ul li {
	margin-bottom: 0;
	color: var(--white-color);
}

#page .light-theme ol li,
#page .light-theme ul li {
	margin-bottom: 0;
	color: var(--black-color);
}

/* --------- FIX --------- */

#page {
	min-height: 100vh;
	max-width: unset;
  margin: 0;
  padding: 0;
}

#page:has(.add-header-space) {
	margin-top: calc(var(--menu-height, 0px) + 30px);
}

#page #primary {
	margin: 0;
  max-width: unset;
  width: 100%;
}

.site-footer {
	padding: 40px 60px 50px 60px;
	background-color: var(--brand-color);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
 
.site-footer ul li a:focus,
.site-footer .footer-further-docs a:focus,
.site-footer .footer-communication a:focus {
	outline: 1px solid var(--white-color);
	outline-offset: 2px;
}

.footer-communication {
	flex: 1;
}

.site-footer .footer-logo {
	width: 213px;
}

.site-footer a:has(.footer-logo) {
	width: fit-content;
}

.site-footer .footer-social-logo {
	width: 36px;
}

.site-footer .footer-texts {
	display: flex;
	flex-direction: row;
	gap: 111px;
}

.footer-navigation-wrapper {
	gap: 50px;
}

.site-footer .menu-item a,
.site-footer .footer-further-docs a {
	color: var(--white-color);
	margin: 0;
}

.site-footer .menu-item a {
	font-size: 20px;
	font-weight: 700;
}

.site-footer .footer-navigation .menu {
	display: flex;
	flex-direction: row;
	gap: 64px;
}

.site-footer .footer-further-docs {
	justify-content: end;
}

.site-footer::before,
.site-footer::after {
	content: unset;
}

div.mobile-navigation {
	background-color: transparent;
	backdrop-filter: blur(15px);
}

div.mobile-navigation.light-theme {
	background-color: rgba(var(--white-color-rgb), .5);
	backdrop-filter: blur(15px);
}

div.mobile-navigation span {
	color: black;
}

.site-identity {
	display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.top-navigation {
	display: flex;
  flex-direction: row;
}

header > .top-navigation > .container {
	max-width: unset;
  width: 100%;
  margin: 0;
  padding: 20px 60px;
}

header nav {
	width: 100%;
	justify-content: center;
}

header nav .menu-item {
	font-size: 18px;
	font-weight: 400;
}

header {
	transition-property: backdrop-filter;
		transition-duration: var(--transition-dur);
}

header.backdrop-filter,
.mobile-navigation.backdrop-filter {
	backdrop-filter: blur(15px);
}

header.light-theme.backdrop-filter,
.mobile-navigation.light-theme.backdrop-filter {
	background-color: rgba(var(--white-color-rgb), .5);
}

header nav li a {
	transition-property: color;
	transition-duration: var(--transitoin-dur);
}

.site-header {
	background-color: transparent;
	position: fixed;
	top: var(--wp-admin--admin-bar--height, 0px);
}

#wpadminbar {
	position: fixed;
	top: 0;
}

.header-buttons {
	min-width: max-content;
}

.top-navigation .main-navigation {
	display: flex;
	flex-direction: row;
	gap: 56px;
}

header > .top-navigation {
	width: 100%;
}

header > .top-navigation > .container {
	padding: 0;
}

.main-navigation ul li a {
	margin: 0;
}

header > .top-navigation > .container > .site-identity {
	padding: 20px 60px;
}

.top-navigation .site-navigation {
	text-align: unset;
}

.site-identity .header-logo {
	width: 150px;
	max-width: unset;
}

nav.main-navigation ul li.current-menu-item a,
.drawer .drawer-navigation li.current-menu-item a {
	color: var(--black-color);
	font-weight: 700;
	font-variation-settings: "wght" 700;
}

nav.main-navigation ul li a:hover {
	color: var(--black-color);
	text-decoration: underline;
}

header.light-theme .main-navigation ul li.current-menu-item a,
header.light-theme nav.main-navigation ul li a:hover, 
.drawer .drawer-navigation li a,
.drawer .drawer-navigation li a:hover {
	color: var(--black-color);
}

header.dark-theme .main-navigation ul li.current-menu-item a,
header.dark-theme nav.main-navigation ul li a:hover {
	color: var(--white-color);
}

header.light-theme nav.main-navigation ul li a:focus-visible {
	outline: 1px solid var(--black-color);
	outline-offset: 2px;
}
header.dark-theme nav.main-navigation ul li a:focus-visible {
	outline: 1px solid var(--white-color);
	outline-offset: 2px;
}

header.light-theme .site-identity a:focus-visible {
	outline: 1px solid var(--black-color);
	outline-offset: 2px;
}
header.dark-theme .site-identity a:focus-visible {
	outline: 1px solid var(--white-color);
	outline-offset: 2px;
}

.dark-theme .site-identity .light-theme-img,
.light-theme .site-identity .dark-theme-img,
.dark-theme.mobile-navigation .light-theme-img,
.light-theme.mobile-navigation .dark-theme-img {
	display: none;
}

header .drawer {
	transform: translateX(100%);
	transition-property: transform;
	transition-duration: .25s;
}

header .drawer.active {
	transform: translateX(0%);
}

.drawer-menu-explore {
	height: 100vh;
  background-color: var(--black-color);
}
.drawer .drawer-navigation {
	display: flex;
	flex-direction: column;
	gap: 56px;
	align-items: center;
}

.drawer .drawer-navigation a {
	padding: unset;
}

.drawer .drawer-navigation .menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	margin-top: 64px;
}
.drawer .drawer-navigation .menu li {
	border-bottom: unset;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.drawer .drawer-navigation .menu li a {
	padding: 0;
	color: var(--white-color);
}

.drawer-copyright {
	margin-top: 187px;
	align-self: center;
}

/* --------- ELEMENTOR ----------- */

.elementor-kit-default {
    --e-global-typography-primary-font-family: 'Butler', serif !important;
    --e-global-typography-primary-font-weight: 500 !important;
    --e-global-typography-secondary-font-family: 'Butler', serif !important;
    --e-global-typography-secondary-font-weight: 500 !important;
    --e-global-typography-text-font-family: 'Inter Display', sans-serif !important;
    --e-global-typography-accent-font-family: 'Inter Display', sans-serif !important;
}

.dark-theme {
	--e-global-color-primary: var(--white-color) !important;
}

.light-theme {
	--e-global-color-primary: var(--black-color) !important;
}

.e-con > .e-con-inner {
	margin: 0;
}

.elementor-heading-title {
	line-height: normal;
	text-shadow: none !important;
}

.elementor-icon-list-items {
	list-style-type: disc !important;
}
.elementor-icon-list-item {
	display: list-item !important;
	font-size: 16px !important;
	font-family: 'Inter Display', sans-serif;
	color: var(--black-color) !important;
}
.elementor-icon-list-item span {
	color: var(--black-color) !important;
}

.dark-theme .elementor-heading-title {
	color: var(--white-color) !important;
}

.light-theme .elementor-icon-list-item,
.light-theme .elementor-icon-list-item span {
	color: var(--black-color) !important;
}

.dark-theme .elementor-icon-list-item,
.dark-theme .elementor-icon-list-item span {
	color: var(--white-color) !important;
}

/* --------- LAYOUT ---------- */

.relative {
	position: relative;
}

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

.row {
	display: flex;
	flex-direction: row;
}

.column {
	display: flex;
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.g-xxs {
	gap: 8px;
}

.g-xs {
	gap: 12px;
}

.g-sm {
	gap: 16px;
}

.g-md {
	gap: 20px;
}

.g-lg {
	gap: 24px;
}

.g-xl {
	gap: 48px;
}

.g-xxl {
	gap: 80px;
}

.justify-center {
	justify-content: center;
}

.justify-start {
	justify-content: start;
}

.justify-end {
	justify-content: end;
}

.justify-space-between {
	justify-content: space-between;
}

.centered {
	align-items: center;
}

.centered-text {
	text-align: center;
}

.align-start {
	align-items: start;
}

.desktop-only {
	display: block;
}

.desktop-flex-only {
	display: flex;
}

.mobile-only {
	display: none !important;
}

.mobile-flex-only {
	display: none !important;
}


.full-width {
	width: 100%;
}

.full-width-vw {
	width: 100vw;
}

.full-height {
	height: 100%;
}

.full-height-vh {
	height: 100vh;
}

.rounded-sm {
	border-radius: 15px;
}

.rounded-m {
	border-radius: 20px;
}

.rounded-l {
	border-radius: 30px;
}

.rounded-xl {
	border-radius: 40px;
}

.rounded-xl-bottom {
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

.rounded-xxl {
	border-radius: 50%;
}

.glass {
	backdrop-filter: blur(5px);
	background-color: rgba(var(--white-color-rgb),0.2);
}

.overflow-hidden {
	overflow: hidden;
}

.full-absolute {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	max-width: unset !important;
	max-height: unset !important;
}

.object-fit-cover {
	object-fit: cover;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-clamp-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* ------ BUTTONS ------- */

.btn {
	display: inline-block;
	height: 48px;
	padding: 0px 20px;
	border-radius: 40px;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	font-size: 18px;
	font-weight: 600;
	font-variation-settings: "wght" 600 !important;
	
	transition-property: border, color, background-color, opacity;
	transition-duration: var(--transition-dur);
	font-family: 'Inter Display', sans-serif;
	min-width: 240px;
	width: fit-content;
	cursor: pointer;
}

.btn:focus-visible {
	outline: solid 1px var(--black-color);
	outline-offset: 5px;
}

.dark-theme .btn:focus-visible {
	outline: 2px solid var(--white-color);
	outline-offset: 5px;
}

.btn.btn-small {
	min-width: 180px;
	padding: 0px 20px;
	height: 36px;
	font-size: 16px;
}
.btn p {
	font-size:18px;
}

.btn.btn-no-padding {
	padding: 0;
	min-width: unset;
}

.btn-primary {
	background-color: var(--brand-color);
	border: 2px solid var(--brand-color);
	color: var(--white-color) !important;
}

.dark-theme .btn-primary {
	background-color: var(--secondary-cream-color);
	border: 2px solid var(--secondary-cream-color);
	color: var(--black-color) !important;
}

.btn-secondary {
	border: solid 2px var(--black-color);
	color: var(--black-color) !important;
	font-size: 16px;
}

.dark-theme .btn-secondary {
	background-color: transparent;
	border: 2px solid var(--white-color);
	color: var(--white-color) !important;
}

.btn-tertiary {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	color: var(--black-color);
	font-weight: 700 !important;
	font-variation-settings: "wght" 700 !important;
}

.btn-tertiary:focus-visible {
	outline: solid var(--black-color) !important;
}

.dark-theme .btn-tertiary:focus-visible {
	outline: solid var(--white-color) !important;
}

.btn.btn-tertiary:hover {
	text-decoration: underline;
}

.dark-theme .btn-tertiary {
	color: var(--white-color) !important;
}

.light-theme .btn-tertiary .btn-tertiary-icon path {
	stroke: var(--black-color);
}

.dark-theme .btn-tertiary .btn-tertiary-icon path {
	stroke: var(--white-color);
}

.btn-primary:hover {
	background-color: var(--black-color);
	border: 2px solid var(--black-color);
	color: var(--white-color);
}

.dark-theme .btn-primary:hover {
	background-color: var(--brand-color);
	border: solid 2px var(--brand-color);
	color: var(--white-color) !important;
}

.btn.btn-primary:disabled {
	background-color: var(--black-color);
	border: 2px solid var(--black-color);
	color: var(--white-color);
	opacity: .5;
	pointer-events: none;
	cursor: not-allowed;
}

.btn-secondary:hover {
	background-color: var(--secondary-cream-color);
}

.dark-theme .btn-secondary:hover {
	background-color: rgba(var(--white-color-rgb), 0.5);
}


/* ---------- LOADER ------------ */
/* HTML: <div class="loader"></div> */
.l-loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2.5px solid var(--brand-color);
  border-right-color: var(--white-color);
  animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}
/* ------------ CHIPS ------------- */

.l-chip {
	padding: 0 32px;
	width: fit-content;
	height: 32px;
	min-width: 116px;
	border-radius: 30px;
	background-color: var(--secondary-cream-color);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.l-chip * {
	font-size: 20px;
	font-weight: 700;
	font-variation-settings: "wght" 700;
}

.l-chip.brand-bg {
	background-color: var(--brand-color);
	color: var(--white-color);
}

.l-chip.secondary-cream-bg {
	background-color: var(--secondary-cream-color);
}

.l-chip.secondary-cream-bg * {
	color: var(--black-color);
}

.l-chip.secondary-acqua-bg {
	background-color: var(--secondary-acqua-color);
	color: var(--black-color);
}
.l-chip.secondary-acqua-bg * {
	color: var(--black-color);
}

/* ----------- TAB ----------- */

.tab-cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 32px;
	font-size: 16px;
	font-weight: 600;
	font-variation-settings: "wght" 600 !important;
	border-radius: 100px;
	background-color: transparent;
	color: var(--black-color);
	cursor: pointer;
}

.tab-cta:hover {
	background-color: transparent;
	text-decoration: underline;
	color: var(--black-color);
}
.tab-cta.active,
.tab-cta:active,
.tab-cta:focus,
.tab-cta:focus-visible {
	background-color: var(--secondary-cream-color) !important;
	color: var(--black-color);
	box-shadow: unset;
}

/* --------- LIBEARA CARD ---------- */

.libeara-card {
	overflow: hidden;
	height: 580px;
	padding: 32px;
}

.libeara-card-description {
	transition-property: margin-bottom, height;
	transition-duration: var(--transition-dur);
}

.libeara-gradient,
.e-con.libeara-gradient {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-color: rgba(var(--black-color-rgb), 0.4);
}

.libeara-bottom-dark-gradient,
.e-con.libeara-bottom-dark-gradient {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background: linear-gradient(180deg, rgba(var(--black-color-rgb), 0) 0%, rgba(var(--black-color-rgb), 1) 70%, rgba(var(--black-color-rgb), 1) 100%);
}

.libeara-bottom-light-dark-gradient,
.e-con.libeara-bottom-light-dark-gradient {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background: linear-gradient(180deg, rgba(var(--black-color-rgb), 0) 0%, rgba(var(--black-color-rgb), 0.4) 100%);
}

.libeara-top-light-dark-gradient,
.e-con.libeara-top-light-dark-gradient {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 50.16%, rgba(0, 0, 0, 0.50) 100%);
}

.libeara-card-content {
	z-index: 1;
}

.libeara-card-gradient,
.e-con.libeara-card-gradient {
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(var(--black-color-rgb), 0), rgba(var(--black-color-rgb), 1));
}

.libeara-pale-gradient,
.e-con.libeara-pale-gradient {
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(71deg, rgba(var(--white-color-rgb), 0.35), rgba(var(--white-color-rgb), 0));
}

.libeara-horizontal-dark-gradient,
.e-con.libeara-horizontal-dark-gradient {
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	background: linear-gradient(90deg, rgba(var(--black-color-rgb), 0), rgba(var(--black-color-rgb), 0.3));
}
.libeara-horizontal-darker-gradient,
.e-con.libeara-horizontal-darker-gradient {
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	background: linear-gradient(270deg, rgba(var(--black-color-rgb), 0), rgba(var(--black-color-rgb), 0.7));
}

.libeara-expandable-card {
	width: 332px;
	padding: 16px 24px;
	transition-property: height;
	transition-duration: var(--transition-dur);
}

.libeara-expandable-card.not-expandable {
	height: 206px;
	width: 100%;
}

.libeara-expandable-card-img {
	width: 153px;
	height: 153px !important;
	object-fit: cover;
	border-radius: 16px;
}

.libeara-expandable-card-linkedin {
	width: 40px;
	height: 40px;
}

.libeara-expandable-card-expand {
	width: fit-content;
	height: fit-content;
	margin: 0;
	padding: 0;
}

.libeara-expandable-card-content {
	transition-property: height, margin-top;
	transition-duration: var(--transition-dur);
	overflow: hidden;
}

.libeara-expandable-card.not-expandable .libeara-expandable-card-content {
	overflow: unset;
}

.libeara-expandable-card-expand,
.libeara-expandable-card-expand:hover
.libeara-expandable-card-expand:active,
.libeara-expandable-card-expand:focus,
.libeara-team-groups .l-tg-swiper-arrow {
	background-color: transparent;
	border: unset;
	box-shadow: unset;
	outline: unset;
}

.libeara-expandable-card-expand:focus,
.libeara-expandable-card-linkedin:focus {
	outline: solid 1px var(--black-color);
}

.libeara-expandable-card-expand,
.libeara-expandable-card-expand img {
	width: 24px;
	height: 24px;
}

.libeara-team-grid-wrapper .swiper-slide {
	width: fit-content;
}

.libeara-team-groups-container {
	width: 1060px;
	position: relative;
	display: block;
	opacity: 0;
	z-index: 1;
}

.libeara-team-grid-filters {
	width: 100%;
	overflow-x: auto;
	padding: 0 60px;
}

.libeara-jobs-grid-filters {
	width: 100%;
	overflow-x: auto;
}

.libeara-team-grid-filters .tab-cta {
	white-space: nowrap;
}

.libeara-team-department-group {
	width: 1060px;
	transition: height 0.3s ease-out;
	overflow-x: clip;
}

/* block team swiper height to let the card vertical expansion works */
/* @media screen and (min-width: 1000px) {
	.libeara-team-department-group {
		max-height: 250px;
	}
} */

.libeara-further-cont:not(.is-expanded) .l-team-category-collapse {
  display: none !important;
}

/* When expanded, hide the plus and show the minus */
.libeara-further-cont.is-expanded .l-team-category-expand {
  display: none !important;
}
.libeara-further-cont.is-expanded .l-team-category-collapse {
  display: block !important;
}

/* Swiper needs the wrapper to be a single row that doesn't wrap */
.libeara-team-grid-wrapper.swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
	box-sizing: content-box;
}

.libeara-team-mobile-controls {
	cursor: pointer;
	padding: 15px 0;
	border-bottom: 1px solid #eee; /* Optional: visual separation */
	width: 100%;
}

.libeara-team-mobile-controls-icon {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.libeara-team-mobile-controls,
.libeara-team-mobile-controls:active,
.libeara-team-mobile-controls:focus {
	background-color: transparent;
	border: unset;
	box-shadow: unset;
}

.l-team-category-collapse {
  display: none; /* Hidden by default */
}

/* Ensure slides don't shrink to 0 width */
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.libeara-team-groups .l-tg-swiper-arrow {
	position: absolute;
	top: 140px;
	padding: 0;
	width: 24px;
	height: 24px;
}

.libeara-team-groups .l-tg-swiper-next {
	right: 0;
	transform: translate(150%, 0) rotate(-90deg);
}

.libeara-team-groups .swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}


.libeara-team-groups .l-tg-swiper-prev {
	left: 0;
	transform: translate(-150%, -50%) rotate(90deg);
}

.libeara-jobs-grid-wrapper {
	min-height: 30vh;
	width: 100%;
}
.l-location-filter-icon {
	width: 24px;
}

.libeara-location-filter-wrapper {
	z-index: 1;
}

.libeara-jobs-groups-container {
	max-width: 1400px;
}

.libeara-jobs-groups-container .libeara-expandable-card {
	width: 100%;
}

.libeara-jobs-filter-cont .tab-cta {
	white-space: nowrap;
}

.libeara-jobs-none {
	align-self: flex-start;
}

/* MOBILE SETTINGS */
@media screen and (max-width: 1000px) {
	.libeara-team-groups {
		padding: 0 20px;
	}

  .libeara-team-department-group {
		overflow-x: visible;
		overflow-y: clip;
    height: 0; /* JS will change this to a pixel value when clicked */
		display: flex;
		flex-direction: column;
		gap: 16px;
  }
  
  .libeara-team-grid-filters {
    display: none; 
  }

  .libeara-team-groups-container, 
  .libeara-team-department-group {
    width: 100%; 
  }

	.libeara-team-department-group .libeara-expandable-card {
		width: calc(100vw - 40px);
	}

	.libeara-team-groups .l-tg-swiper-arrow {
		top: unset;
		position: relative;
	}

	.libeara-team-groups .l-tg-swiper-arrow.l-tg-swiper-next {
		right: unset;
		left: unset;
		transform: rotate(-90deg);
	}

	.libeara-team-groups .l-tg-swiper-arrow.l-tg-swiper-prev {
		right: unset;
		left: unset;
		transform: rotate(90deg);
	}

	.libeara-jobs-filter-cont.row {
		flex-direction: column;
		gap: 24px;
		align-items: flex-start;
	}

	.libeara-jobs-grid-filters {
		gap: 12px;
		overflow-x: scroll;
		width: 100%;
	}
}

/* DESKTOP SETTINGS */
@media screen and (min-width: 1001px) {
  .libeara-team-department-group {
    /* On desktop, we ignore the accordion logic and show everything */
    height: auto !important; 
    display: block !important;
  }
  
  .mobile-only {
    display: none !important;
  }
}

/* -------- COUNTERS --------- */

.libeara-counters-container {
	overflow-y: clip;
}

.libeara-counter-item {
	max-width: 310px;
}

.libeara-counter-number {
	font-size: 100px;
	font-weight: 600;
	font-variation-settings: "wght" 600;
}

.libeara-counter-measure {
	font-size: 50px;
	font-weight: 600;
	font-variation-settings: "wght" 600;
}

.libeara-counter-number-content {
	white-space: nowrap;
	color: var(--dark-black-color);
}

.libeara-counter-text {
	color: var(--dark-black-color);
}

/* -------- CS CARDS --------- */

.libeara-cs-card {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.libeara-cs-card-img {
	height: 260px !important;
	object-fit: cover;
}

.libeara-cs-card-arrow {
	position: absolute;
	bottom: 24px;
	right: 34px;
}

.libeara-cs-cards-texts {
	padding: 24px 34px;
}

.light-theme .btn-tertiary-icon path {
	stroke: var(--black-color);
}

.dark-theme .btn-tertiary-icon path {
	stroke: var(--white-color);
}

.libeara-cs-card .btn-tertiary,
.libeara-article-card .btn-tertiary { 
	width: fit-content;
  min-width: unset;
  padding: unset;
  height: unset;
	font-weight: 600;
	font-variation-settings: "wght" 600;
}

.libeara-article-card {
	width: 100%;
}

p.libeara-article-grey-text {
	color: var(--medium-grey-color) !important;
}

.libeara-article-meta {
	flex-wrap: wrap;
}

.libeara-article-card .l-chip {
	position: absolute;
	top: 19px;
	left: 17px;
	z-index: 1;
}

img.libeara-article-card-img, 
.elementor img.libeara-article-card-img {
	height: 260px;
	object-fit: cover;
	border-radius: 20px;
	width: 100%;
}

/* -------- TAPE ANIMATION ---------*/

.l-tape-wrapper {
	width: 100%;
	
  --gap: 64px;
  --logo-w: 168px;
}

@media (max-width: 1024px) {
  .l-tape-wrapper {
    --gap: 64px;
    --logo-w: 132px;
  }
}

.l-tape-wrapper {
  overflow: hidden;
  width: 100%;
}

.l-tape-track {
  display: flex;
  width: max-content;
  gap: var(--gap);
  padding-right: var(--gap); 
  will-change: transform;
}

.l-tape-logo-item {
  width: var(--logo-w);
	object-fit: contain;
}

.l-tape-scrolling {
  /* Use the variable from JS, fallback to 30s if not set */
  animation: scroll var(--dynamic-duration, 30s) linear infinite;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/*-------- MULTICARDS WIDGET -------*/

.l-multicards-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0 64px;
	grid-gap: 20px;
	/* height: 650px; */
}

.l-multicard-col-1 {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-gap: 20px;
}

.l-multicards-card-1 {
	background-color: var(--brand-color);
	height: 100%;
}

.l-multicards-card-2 {
	background-color: var(--light-grey-color);
	height: 100%;
}

.l-multicard-card-2-icon {
	width: 80px;
}

.l-multicard-col-2 {
	height: 100%;
}

.l-multicard-col-2 img {
	z-index: -1;
}

.l-multicard-col-3 {
	display: grid;
	grid-template-rows: 1fr auto;
	grid-gap: 20px;
}

.l-multicards-card {
	padding: 24px;
	overflow: hidden;
}

.l-multicards-card-big-number {
	font-size: 90px !important;
	font-weight: 600 !important;
	font-variation-settings: "wght" 500;
	line-height: 100%;
}

.l-multicards-custom-btn {
	display: flex;
	padding: 10px 32px;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: 1px solid var(--dark-black-color);
	color: var(--black-color);
	border-radius: 100px;
	font-size: 16px;
	font-weight: 600 !important;
	font-variation-settings: "wght" 600;
}

.l-multicards-custom-btn:hover,
.l-multicards-custom-btn:focus {
	background-color: transparent;
	border: 1px solid var(--dark-black-color);
	color: var(--black-color);
}

/* ------------- FORM ------------- */

.l-form-wrapper {
	padding: 24px 40px !important;
}

.elementor-form .elementor-field-textual {
	border: unset !important;
	border-bottom: solid 1px var(--white-color) !important;
	background-color: transparent !important;
	color: var(--white-color) !important;
	min-height: 30px !important;
	padding: 0 16px 16px 16px;
	font-size: 16px;
}

.elementor-form .elementor-field-textual::placeholder {
	font-family: 'Inter Display', sans-serif !important;
}

.light-theme .elementor-form .elementor-field-textual {
	color: var(--black-color) !important;
	border-bottom: 1px solid var(--black-color) !important;
}

.elementor-form .elementor-field-label {
	color: var(--white-color) !important;
}

.light-theme .elementor-form .elementor-field-label {
	color: var(--black-color) !important;
}

/*.elementor-form .elementor-field-type-text, 
.elementor-form .elementor-field-type-email {
  width: 50% !important;
	gap: 8px;
} */

.elementor-form .elementor-field-type-textarea textarea {
	font-family: 'Inter Display', sans-serif !important;
	font-size: 16px;
}

.elementor-form .elementor-field-type-textarea textarea::placeholder {
	font-size: 16px;
	font-family: 'Inter Display', sans-serif !important;
	font-variation-settings: "wght" 400;
}

.elementor-form .elementor-field-type-text.elementor-field-required label::after, 
.elementor-form .elementor-field-type-email.elementor-field-required label::after {
	content: '*';
}

.elementor-form .elementor-field-textual:focus,
.elementor-form .elementor-field-textual:active {
	outline: 1px solid var(--white-color) !important;
}

.light-theme .elementor-form .elementor-field-textual:focus,
.light-theme .elementor-form .elementor-field-textual:active {
	outline: 1px solid var(--black-color) !important;
}

.elementor-form .elementor-button[type="submit"] {	
	display: inline-block;
	height: 48px;
	padding: 0px 20px;
	border-radius: 40px;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	font-size: 18px;
	font-weight: 600;
	font-variation-settings: "wght" 600 !important;
	
	transition-property: border, color, background-color, opacity;
	transition-duration: var(--transition-dur);
	font-family: 'Inter Display', sans-serif;
	min-width: 240px;
	width: fit-content;
	cursor: pointer;
	
	background-color: var(--secondary-cream-color) !important;
	border: 2px solid var(--secondary-cream-color) !important;
	color: var(--black-color) !important;
	flex-basis: unset !important;

	margin-top: 32px;
}

.elementor-form .elementor-button[type="submit"]:hover {	
	background-color: var(--brand-color) !important;
	border: solid 2px var(--brand-color) !important;
	color: var(--white-color) !important;
}

.light-theme .elementor-form .elementor-button[type="submit"] {	
	background-color: var(--brand-color) !important;
	border: 2px solid var(--brand-color) !important;
	color: var(--white-color) !important;
}

.light-theme .elementor-form:has(input[type="file"]) .elementor-button[type="submit"] {
	margin: 0;
}

.light-theme .elementor-form .elementor-button[type="submit"]:hover {	
	background-color: var(--black-color) !important;
	border: solid 2px var(--black-color) !important;
}

.elementor-form .elementor-field-type-checkbox {
	flex-direction: row-reverse;
  flex-wrap: nowrap;
	gap: 12px;
	margin-bottom: 0;
	margin-top: 32px;
}

.elementor-form:has(input[type="file"]) .elementor-field-type-checkbox {
	margin: 0;
}

.elementor-form .elementor-field-type-checkbox .elementor-field-subgroup:has([type="checkbox"]) {
	flex: 1 !important;
}
.elementor-form .elementor-field-type-checkbox .elementor-field-label {
	font-size: 16px;
}
.elementor-form .elementor-field-type-checkbox .elementor-field-label a {
	text-decoration: underline;
}

.elementor-form-yellow-gradient {
	position: absolute !important;
	background-color: #FFEFCD;
  mix-blend-mode: soft-light;
  filter: blur(75px);
  left: unset;
  right: 65px;
  width: 560px !important;
  height: 320px !important;
  top: -10px;
}

.light-theme .elementor-form input[type="file"] {
  border-radius: 10px;
}

/* -------- CUSTOM FILE UPLOAD -------- */

.elementor-form input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 10;
}
.custom-file-upload-wrapper {
	position: relative;
	/* border: 2px dashed #d1d5db; */
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='11' ry='11' stroke='%23333' stroke-width='1' stroke-dasharray='12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 12px;
	padding: 20px 16px;
	background-color: var(--light-grey-color);
	transition: all 0.3s ease;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-top: 24px;
}

.custom-file-upload-wrapper:hover {
    background-color: var(--light-grey-color);
}

.custom-file-content {
	display: flex;
	align-items: center;
	gap: 20px;
	pointer-events: none; /* Let clicks pass through to the hidden input */
}

.custom-upload-icon {
  color: #1a202c;
}

.custom-upload-text {
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 8px; 	
}

.custom-upload-text .normal-text {
	font-size: 16px;
}

.custom-upload-text .desktop-small {
	font-size: 12px;
}

/*--------- CUSTOM CHECKBOX ---------- */

/* 1. The Container */
.custom-checkbox-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;  /* Size of your checkbox */
  height: 20px;
  border: 2px solid rgba(var(--black-color-rgb), 0.2);
  border-radius: 8px;
  background-color: rgba(var(--black-color-rgb), 0.2);
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
}

/* 2. Hide the actual input but keep it clickable */
.custom-checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 2; /* Sits on top to catch clicks */
}

/* 3. The SVG Checkmark */
.custom-checkmark {
  position: absolute;
  display: none; /* Controlled by JS */
  pointer-events: none; /* Let clicks pass through to the input */
  line-height: 0;
  color: var(--black-color); /* Color of the checkmark */
  z-index: 1;
}

/* 4. State: Hover */
.custom-checkbox-wrapper:hover {
  border-color: rgba(var(--black-color-rgb), 0.2);
}

/* 5. State: Checked (using the class we toggled in JS) */
.custom-checkbox-wrapper.is-checked {
  border-color: rgba(var(--black-color-rgb),0.2);
  background-color: rgba(var(--black-color-rgb),0.2);
}

/* Optional: Focus state for accessibility */
.custom-checkbox-wrapper:focus-within {
  outline: 2px solid rgba(0, 0, 0, 1);
}

/* dark theme */
.dark-theme .custom-checkbox-wrapper {
  border: 2px solid rgba(var(--white-color-rgb), 0.2);
  background-color: rgba(var(--white-color-rgb), 0.2);
}

.dark-theme .custom-checkmark {
  color: var(--white-color); /* Color of the checkmark */
}

.dark-theme .custom-checkbox-wrapper:hover {
  border-color: rgba(var(--white-color-rgb), 0.2);
}

.dark-theme .custom-checkbox-wrapper.is-checked {
  border-color: rgba(var(--white-color-rgb),0.2);
  background-color: rgba(var(--white-color-rgb),0.2);
}

.dark-theme .custom-checkbox-wrapper:focus-within {
  outline: 2px solid rgba(255, 255, 255, 1);
}

/* ---------- GRID WIDGET ------------ */

.l-grid-container-block {
	gap: 80px;
	width: 100%;
}

.l-grid-wrapper {
	min-height: 30vh;
}

.l-grid-container {
	display: grid;
  grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	max-width: 1520px;
	margin: 0 72px;
}

.l-grid-container.libeara-jobs-grid {
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

/* ---------- JOB SELECT ------------ */

.custom-select-wrapper {
	--select-width: 291px;
	width: var(--select-width);
	height: 48px;
}

.custom-select-block {
	border: solid 1px var(--black-color);
	position: absolute;
	top: 0;
	left: 0;
	min-width: var(--select-width);
	background-color: var(--white-color);
}

.custom-select-trigger {
	padding: 10px 20px;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.custom-select-trigger span {
	font-size: 16px;
}

.custom-select-trigger:hover span,
.custom-select-trigger:active span,
.custom-select-trigger:focus span {
	color: var(--black-color);
}

ul.custom-select-options {
	width: 100%;
	background: #fff;
	display: none; /* Hidden by default */
	z-index: 10;
	max-height: 250px;
  overflow-y: auto;
	padding-left: 0 !important;
	margin: 8px 0px 10px 0px;
	gap: 10px;
}

ul.custom-select-options li {
	font-size: 14px;
	color: var(--medium-grey-color);
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

.custom-select-block.is-open .custom-select-options {
  display: flex;
	flex-direction: column;
}

.custom-select-block.is-open .select-icon {
	transform: rotate(180deg);
}

.custom-option {
	padding: 12px 24px;
	cursor: pointer;
	list-style: none;
	color: #666;
}

.custom-option:hover, 
.custom-option:focus {
	background-color: #f5f5f5;
	color: #000;
}

/* Custom Scrollbar to match your image */
.custom-select-options::-webkit-scrollbar {
  width: 4px;
}
.custom-select-options::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 10px;
}

@keyframes opacity-pulse {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.l-grid-loader,
.l-grid-message-box {
	display: none;
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-grid-loader {
	animation: opacity-pulse 1s forwards infinite;
}

.l-grid-loader img {
	width: 60px;
}

@media screen and (max-width: 1300px) {
	.l-grid-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 1000px) {
	.l-grid-container {
		grid-template-columns: repeat(2, 1fr);
		margin: 0 20px;
	}

	.l-grid-container .libeara-article-card {
		width: 350px;
	}

	.l-grid-container.libeara-jobs-grid {
		grid-template-columns: repeat(2, 1fr);
		padding: 0;
		margin: 0;
	}
	
	.l-grid-filters {
		width: 100%;
		overflow-x: scroll;
		padding: 0 35px;
	}

	.l-grid-filters .tab-cta {
		white-space: nowrap;
	}
}

@media screen and (max-width: 768px) {
	.l-grid-container {
		grid-template-columns: unset;
		grid-template-rows: auto;
	}

	.l-grid-container.libeara-jobs-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.l-grid-container .libeara-article-card,
	.l-grid-container .libeara-cs-card {
		width: 100%;
	}
}

/* ---------- TEMPLATING -----------*/

/* .hero-image {
	height: 750px;
	overflow: hidden;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
} */

/* .hero-texts {
	position: absolute;
	left: 64px !important;
	bottom: 88px !important;
	top: unset! important; 
	z-index: 1;
} */

.swiper-navigation-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	align-self: center;
}

.swiper-navigation-wrapper button {
	background-color: transparent;
  width: fit-content;
  height: fit-content;
  padding: 0;
  height: 23px;
}
.swiper-navigation-wrapper button:focus,
.swiper-navigation-wrapper button:active {
	background-color: transparent;
	box-shadow: none;
}

.swiper-notification {
	position: absolute;
}

.articles-swiper,
.e-con.articles-swiper,
.e-con.articles-swiper::before {
	display: flex !important;
  flex-direction: column !important;
	align-items: start;
}
.articles-swiper .swiper-navigation-wrapper {
	align-self: start;
}

.articles-swiper .swiper-button-prev.swiper-button-disabled,
.articles-swiper .swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.swiper-navigation-wrapper .btn-tertiary-icon path {
	stroke: var(--black-color) !important;
}

.big-effect-swiper .navigation-buttons-cont {
	width: fit-content;
	align-self: center;
}

.big-effect-swiper .navigation-buttons-cont button,
.big-effect-swiper .navigation-buttons-cont button:hover,
.big-effect-swiper .navigation-buttons-cont button:focus,
.big-effect-swiper .navigation-buttons-cont button:active {
	background-color: transparent;
	border: none;
	padding: 0;
	box-shadow: none;
}

.big-effect-swiper .navigation-buttons-cont button:focus-visible {
	outline: 1px solid var(--black-color);
}

.big-effect-swiper .navigation-buttons-cont .swiper-navigation-icon {
	display: none;
}

.big-effect-swiper .navigation-buttons-cont .swiper-button-prev {
	transform: scaleX(-1);
}

.l-anim-text div {
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  transform-style: preserve-3d !important;
}


@media screen and (max-width: 1000px) {
	h1 {
			font-size: 42px !important;
			line-height: 100% !important;
	}
	
	h2 {
			font-size: 28px !important;
			font-variation-settings: "wght" 600 !important;
	}

	h3 {
			font-size: 22px !important;
			font-variation-settings: "wght" 600 !important;
	}

	.desktop-big,
	.desktop-big p {
			font-size: 18px !important;
	}
	
	.desktop-big-mobile-small,
	.desktop-big-mobile-small p {
		font-size: 14px !important;
	}

	p {
			font-size: 14px;
	}
	
	.desktop-small {
			font-size: 12px !important;
	}
	header > .top-navigation {
		display: inline-block;
		width: 100%;
		position: relative;
	}
	
	header > .top-navigation > .container {
		display: none;
	}
	
	header > .top-navigation:has(.mobile-navigation) {
		position: fixed;
		top: var(--wp-admin--admin-bar--height, 0px);
	}

	.site-footer {
		flex-direction: column;
		padding: 39px 30px;
		gap: 32px;
		align-items: start;
	}

	.site-footer .footer-logo {
		width: 180px;
	}

	.footer-navigation-wrapper {
		gap: 32px;
	}

	.site-footer .footer-navigation .menu {
		flex-direction: column;
		gap: 16px;
	}

	.site-footer .footer-navigation .menu-item a {
		font-size: 18px;
	}
	
	div.mobile-navigation {
		display: flex;
		flex-direction: row;
		padding: 16px 20px;
		width: 100%;
		justify-content: space-between;
	}
	
	.mobile-navigation .header-logo {
		width: 120px;
	}
	
	.mobile-navigation > button {
		width: fit-content;
	}
	
	/* ------ MOBILE MENU ANIMATION ------- */
	
	button.menu-mobile-button {
  	background-color: transparent;
  	border: none;
  	width: 24px;
  	height: 24px;
	}

	.menu-mobile-button {
  	height: 20px;
  	width: 20px;
  	position: relative;
  	padding: 0;
  	cursor: pointer;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	}

	.menu-mobile-bar {
  	height: 2px; /* Increased slightly for better visibility */
  	width: 20px;
  	display: block;
  	position: absolute; /* Changed to absolute for perfect stacking */
  	background-color: #fff;
  	border-radius: 10px;
  	transition: transform 0.4s, opacity 0.4s;
	}

	/* Initial Positions: Center them manually */
	.menu-mobile-bar:nth-of-type(1) { transform: translateY(-6px); }
	.menu-mobile-bar:nth-of-type(2) { transform: translateY(0); }
	.menu-mobile-bar:nth-of-type(3) { transform: translateY(6px); }

	/* Active State: The "X" */
	.menu-mobile-button.toggle-active .menu-mobile-bar:nth-of-type(1) {
  	transform: translateY(0) rotate(45deg);
	}

	.menu-mobile-button.toggle-active .menu-mobile-bar:nth-of-type(2) {
  	opacity: 0;
  	transform: translateX(-10px); /* Optional: slide out effect */
	}

	.menu-mobile-button.toggle-active .menu-mobile-bar:nth-of-type(3) {
  	transform: translateY(0) rotate(-45deg);
	}

	/* Theme Support */
	.mobile-navigation.dark-theme .menu-mobile-bar {
  	background-color: var(--white-color, #fff);
	}

	.mobile-navigation.light-theme .menu-mobile-bar {
  	background-color: var(--black-color, #000);
	}
		
	.btn p {
		font-size: 18px;
	}
	
	.btn.btn-small {
		min-width: 150px;
		padding: 0px 16px;
		height: 32px;
		font-size: 14px;
	}

	.l-chip {
		border-radius: 27px;
		height: 27px;
	}

	.l-chip * {
		font-size: 16px;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-flex-only {
		display: flex !important;
	}

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

	.desktop-flex-only {
		display: none !important;
	}
	
	.elementor-icon-list-item {
		display: list-item !important;
		font-size: 14px !important;
	}

	.single-swiper .swiper-slide,
	.single-swiper .swiper-slide .libeara-article-card {
		width: 100%;
		height: 413px;
	}

	.single-swiper .swiper-slide h2.libeara-card-title {
		font-size: 33px !important;
	}
	
	.libeara-card {
		height: 420px;
	}

	.libeara-counters-container {
		flex-wrap: wrap;
	}
	
	.libeara-card-content {
		gap: 20px;
	}
	
	h2.libeara-card-title {
		font-size: 48px !important;
	}
	
	.libeara-counters-wrapper {
		gap: 32px;
	}

	.articles-swiper .swiper-navigation-wrapper {
		display: none;
	}

	.l-multicards-container {
		grid-template-columns: unset;
		display: flex;
		flex-direction: column;
		gap: 12px;
		height: fit-content;
	}

	.l-multicard-col-1 {
		display: flex;
		flex-direction: column;
	}

	.l-multicard-col-2 {
		height: 560px;
	}

	.l-multicard-col-1,
	.l-multicard-col-3 {
		grid-gap: 12px;
	}

	.l-multicards-card-5-number {
		font-size: 42px !important;
	}

	.l-multicards-card-4 {
		height: 350px;
	}

	.elementor-form .elementor-field-type-text, 
	.elementor-form .elementor-field-type-email {
		width: 100% !important;
	}

	.l-grid-container-block {
		gap: 48px;
	}

	.l-form-wrapper {
		padding: 16px 24px 24px 24px !important;
	}

	.libeara-team-grid-wrapper {
		z-index: 1;
	}

	/* .libeara-team-grid-wrapper .swiper-slide {
		max-height: 250px;
	} */
	.libeara-horizontal-darker-gradient,
	.e-con.libeara-horizontal-darker-gradient {
		/* background: linear-gradient(180deg, rgba(var(--black-color-rgb), 0), rgba(var(--black-color-rgb), 0.7)); */
		background: rgba(var(--black-color-rgb), 0.5);
	}
}

@media screen and (max-width: 768px) {
	
	.libeara-counters-wrapper {
		padding: 0 20px;
	}
	
	.libeara-counters-container {
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}
	
	.libeara-counter-item {
		width: 100%;
		max-width: unset;
		gap: 16px;
	}
	img.libeara-article-card-img {
		height: 180px;
	}

	.l-multicards-container {
		padding: 0;
	}
}

@media screen and (max-width: 400px) {
	.libeara-expandable-card {
		width: 100%;
	}
}

/* Exception headings that need to keep Inter Display */
h3.elementor-heading-title.elementor-size-default {
	font-family: 'Inter Display', sans-serif !important;
}