/*!
Theme Name: Golem WEB
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: golem-web
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {transition: all 0.1s linear;
	background: #0A116B;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: inherit;text-decoration: none;
}


*:hover,
*:focus,
*:active {
	outline: 0;
}



textarea {
	width: 100%;
}

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* MAIN
--------------------------------------------- */

#page {position:relative;overflow:hidden;min-height: 100vh;}
.logged-in #page {min-height: calc(100vh - 32px);}
.wrap--1440 {width:1440px;margin:auto;}
.wrap--950 {width:950px;margin:auto;}
.wrap--860 {width:860px;margin:auto;}
.wrap--820 {width:820px;margin:auto;}
.wrap--640 {width:640px;margin:auto;}
.mono {font-family: "Roboto Mono", monospace;}

.heading--64 {font-size: 64px;line-height: normal;margin-top:0;}
.heading--56 {font-size: 56px;line-height: normal;margin-top:0;}
.heading--48 {font-size: 48px;line-height: 150%;margin-top:0;}
.heading--32 {font-size: 32px;font-weight: 600;line-height: normal;margin-top:0;}
.heading--18 {font-size: 18px;line-height: 150%;margin-top:0;}
.text {font-size: 18px;font-weight: 300;line-height: 150%;}
.text--16 {font-size: 16px;font-weight: 300;line-height: 150%;}

.button {display:inline-flex;align-items: center;border: 1px solid rgba(255, 255, 255, 0.50);background: rgba(255, 255, 255, 0.02);padding:12px 16px;column-gap:10px;font-size: 14px;font-weight: 300;line-height: 150%;transition: all 0.1s linear;}
.button:hover, .button:focus {border: 1px solid rgba(255, 255, 255, 0.80);background: rgba(255, 255, 255, 0.12);transition: all 0.1s linear;}

.button--heavy {display:inline-flex;border: 1px solid rgba(255, 255, 255, 0.05);background: rgba(255, 255, 255, 0.05);padding:12px 16px;font-size: 16px;font-weight: 600;line-height: 150%;transition: all 0.1s linear;}
.button--heavy:hover, .button--heavy:focus {border: 1px solid rgba(255, 255, 255, 0.50);background: rgba(255, 255, 255, 0.12);transition: all 0.1s linear;}

/* HEADER
--------------------------------------------- */

.site-header {position: relative;z-index: 4;}
.header__grid {display:grid;grid-template-columns:auto auto;justify-content: space-between;align-items: center;padding:24px 0;}
.site-title svg {display:block;}
.main-navigation ul {column-gap:32px;}
.main-navigation ul li a {font-family: "Roboto Mono", monospace;font-size: 14px;line-height: normal;position:relative;}

.main-navigation ul li a:after {content: ''; position: absolute; width: 100%; height: 2px; bottom: -4px; right: 0; background-color: rgba(255,255,255,0.7); transform: scaleX(0); transform-origin: bottom right; transition: transform 0.2s;}
.main-navigation ul li a:hover:after {transform-origin: bottom left; transform: scaleX(1);}

.header__right {display:flex;align-items: center;column-gap:32px;}

/* HOME
--------------------------------------------- */

.page-template-page-home {position:relative;}
.home__top {position:fixed;top:0;right:0;width: 100%;height:100%;object-fit:cover;opacity: 0.4;transition: all 0.1s linear;min-height:100vh;}
.home__left {position:absolute;z-index:2;left:0;top:0;transition: all 0.1s linear;}
.home__right {position:absolute;z-index:2;right:0;top:0;transition: all 0.1s linear;}

.home__content {margin-bottom:80px;}
.home__grid {border-bottom:1px solid rgba(255, 255, 255, 0.25);text-align:center;padding:80px 0;position:relative;z-index:3;}
.home__grid .heading--56 {margin-bottom:16px;font-weight: 100;}
.home__grid .text {color: #FDFDFF;margin-bottom:32px;transition: all 0.1s linear;}
.home__buttons {display:flex;column-gap:32px;row-gap:16px;flex-wrap:wrap;justify-content: center;}
.home__buttons .button .mono {color: rgba(253, 253, 255, 0.80);font-size: 12px;font-weight: 300;line-height: 150%;}

.button--hl {background: linear-gradient(91deg, rgba(24, 30, 169, 0.3) 100%, rgba(24, 30, 169, 0.2) 70.1%);color:#fff;border: 1px solid rgba(255,255,255,0.5);}
.button--hl:hover {background: linear-gradient(91deg, rgba(24, 30, 169, 0.3) 100%, rgba(24, 30, 169, 0.2) 70.1%);}

/* ABOUT
--------------------------------------------- */
.about__left .heading--18,
.about__left .heading--48,
.about__left .text,
.about__points {opacity:0;}

.about__content {padding-top:32px;padding-bottom:120px;}
.about__grid {display:grid;grid-template-columns:44% 48%;justify-content: space-between;position:relative;z-index:3;}
.about__left .heading--18 {font-weight: 400;margin-bottom:48px;}
.about__left .heading--48 {font-weight:300;margin-bottom:32px;}
.about__left .heading--48 strong {font-weight:700;}
.about__left .text {margin-bottom:48px;}
.about__points {margin-bottom:32px;}
.ap__point {padding:12px 0;display:flex;align-items: center;column-gap:16px;border-bottom: 1px solid rgba(255, 255, 255, 0.25);font-size: 20px;font-weight: 300;line-height: 150%;}
.ap__point:last-of-type {border-bottom:none;}
.ap__point img {display:block;transition: all 0.1s linear;}
.ap__point:hover img {transform:translateX(4px);transition: all 0.1s linear;}
.about__right {position:relative;}
.about__right img {display:block; animation: rotation 60s infinite linear;}
.about__right svg {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}

/* POC
--------------------------------------------- */

.poc__content {padding:80px 0;}
.poc__bot {position:fixed;bottom:0;left:0;width: 100%;height:100%;min-height:100vh;object-fit:cover;opacity: 0.4;transition: all 0.1s linear;}
.poc__left {position:absolute;z-index:2;left:0;top:0;transition: all 0.1s linear;}
.poc__right {position:absolute;z-index:2;right:0;top:0;transition: all 0.1s linear;}
.poc__grid {display:grid;justify-content: center;text-align: center;position:relative;z-index:3;}
.poc__grid .heading--18 {font-weight: 400;margin-bottom:32px;}
.poc__grid .heading--56 {margin-bottom:24px;font-weight:100;}
.poc__grid .text {margin-bottom:32px;}

/* WHITEPAPER
--------------------------------------------- */

.whitepaper__content {padding-top:32px;padding-bottom:120px;}
.wp__left {position:absolute;z-index:2;left:0;top:0;transition: all 0.1s linear;}
.wp__right {position:absolute;z-index:2;right:0;top:0;transition: all 0.1s linear;}
.wpc__header {text-align:center;margin-bottom:80px;position:relative;z-index:3;}
.wpc__header .heading--18 {margin-bottom:24px;text-transform:uppercase;}
.wpc__header .heading--48 {margin-bottom:24px;font-weight:700;}

.whitepaper__grid {display:grid;grid-template-columns:48% 48%;justify-content: space-between;grid-row-gap:24px;position:relative;z-index:3;}
.whitepaper__box {border: 1px solid rgba(255, 255, 255, 0.15);background: rgba(255, 255, 255, 0.05);backdrop-filter: blur(12px);padding:32px;transition: all 0.1s linear;}
.whitepaper__box .heading--18 {margin-bottom:32px;}
.whitepaper__box .heading--32 {margin-bottom:32px;}
.wpb__buttons {display:flex;column-gap:32px;row-gap:16px;flex-wrap:wrap;}

/* BLOG
--------------------------------------------- */

.blog__left {position:absolute;z-index:2;left:0;top:0;transition: all 0.1s linear;}
.blog__right {position:absolute;z-index:2;right:0;top:0;transition: all 0.1s linear;}

.blog__content {padding:80px 0;}
.blog__header {text-align:center;margin-bottom:80px;position:relative;z-index:3;}
.blog__header .heading--18 {font-weight:400;margin-bottom:24px;}
.blog__header .heading--48 {margin-bottom:24px;}

.blog__grid {display:grid;grid-template-columns:48% 48%;justify-content: space-between;grid-row-gap:24px;position:relative;z-index:3;}
.blog__post {border: 1px solid rgba(255, 255, 255, 0.05);background: rgba(255, 255, 255, 0.05);padding:32px;position:relative;backdrop-filter: blur(12px);}
.bp__date {font-size: 18px;font-weight: 400;line-height: 150%;margin-bottom:32px;}
.blog__post .heading--32 {margin-bottom:16px;}
.blog__post .text {margin-bottom:72px;}
.blog__post .button--heavy {position:absolute;left:32px;bottom:32px;}

.pagination {display:flex;justify-content: center;margin-top:32px;position:relative;z-index:3;gap:16px;}
.page-numbers {display:inline-flex;min-width: 50px;justify-content: center;border: 1px solid rgba(255, 255, 255, 0.05);background: rgba(255, 255, 255, 0.05);padding:12px 16px;font-size: 16px;font-weight: 600;line-height: 150%;transition: all 0.1s linear;}
.page-numbers.current, .page-numbers:hover, .page-numbers:focus {border: 1px solid rgba(255, 255, 255, 0.50);background: rgba(255, 255, 255, 0.12);transition: all 0.1s linear;}

/* TEAM
--------------------------------------------- */

.team__content {padding-top:32px;padding-bottom:120px;}
.team--heading {text-align:center;margin-bottom:64px;position:relative;z-index:3;}
.team__grid {display:grid;grid-template-columns:repeat(4, 24%);justify-content: space-between;grid-row-gap:24px;margin-bottom:24px;position:relative;z-index:3;}
.team__box {position:relative;border: 1px solid rgba(255, 255, 255, 0.15);background: rgba(255, 255, 255, 0.05);backdrop-filter: blur(12px);padding:32px 32px 120px 32px;transition: all 0.1s linear;}
.team__box img {display:block;border:12px solid rgba(255, 255, 255, 0.10);margin-bottom:16px;max-height:138px;}
.team__box .heading--32 {margin-bottom:12px;}
.team--desc {font-size: 18px;font-weight: 400;line-height: 150%;}
.team__box a {background: rgba(255, 255, 255, 0.05);display:inline-block;padding:12px;position:absolute;left:32px;bottom:32px;transition: all 0.1s linear;}
.team__box a:hover {background: rgba(255, 255, 255, 0.12);transition: all 0.1s linear;}
.team__box a svg {display:block;}

/* SINGLE
--------------------------------------------- */

.single__left {position:absolute;z-index:2;left:0;top:0;transition: all 0.1s linear;}
.single__right {position:absolute;z-index:2;right:0;top:0;transition: all 0.1s linear;}

.single__post {padding-top:32px;padding-bottom:80px;}
.sp__date {font-size: 18px;font-weight: 400;line-height: 150%;margin-bottom:24px;text-align:center;position: relative; z-index: 3;}
.single__post .heading--64 {font-weight: 600;text-align:center;margin-bottom:48px;position: relative; z-index: 3;}
.single__content {margin-bottom:64px;position: relative; z-index: 3;}
.single__content p {margin-top:0;margin-bottom:24px;}
.single__content img {display:block;margin-bottom:24px;}
.single__content ul {margin-left:0;padding-left:16px;margin-bottom:24px;}
.single__content ol {margin-left:0;padding-left:16px;margin-bottom:24px;}
.single__content ol ul {margin-left:0;margin:12px 0;padding-left:16px;list-style:none;}
.single__content ul li, .single__content ol li {margin-bottom:12px;}
.single__content a {text-decoration:underline;}

.single__content blockquote {padding:24px;border-radius: 8px;border: 1px solid rgba(124, 142, 148, 0.10);background: rgba(245, 245, 247, 0.10);margin: 0 0 24px 0;}
.single__content blockquote p {margin-bottom:0;}
.single__related {position:relative;z-index:3;display:grid;grid-template-columns:48% 48%;justify-content: space-between;grid-row-gap:24px;}

/* DOCS
--------------------------------------------- */

.page-template-page-docs #page {overflow:visible;}
.single__docs {padding-top:32px;padding-bottom:80px;}
.docs__grid {display:flex;justify-content: space-between;}
.docs__menu {display: unset;width:27%;}
.heading-navigation {position:sticky;top:16px;height: calc(100vh - 32px);overflow-y: auto;}
.docs__menu ul {list-style:none;margin:0;padding:0;}
.docs__menu ul ul {padding-left:16px;}
.docs__menu ul li {padding:3px 0;}
.docs__menu ul li a {font-family: "Roboto Mono", monospace;font-size: 13px;font-weight: 400;line-height: normal;opacity:0.5;transition: all 0.1s linear;}
.docs__menu ul ul li a {font-size:12px;}

.docs__menu ul li.current-item > a {opacity:1;transition: all 0.1s linear;}
.docs__content {border-left:1px solid rgba(255, 255, 255, 0.25);padding-left:32px;width:73%;}
.docs__content .heading--64 {margin-bottom:32px;}
.wp-block-code code {font-family: "Roboto Mono", monospace;color: #FFF;font-size: 14px;font-weight: 400;line-height: 150%;padding:20px 24px;border-radius: 8px;border: 1px solid rgba(255, 255, 255, 0.25);background: rgba(255, 255, 255, 0.10);}
.docs__content ul, .docs__content ol {margin-left:0;padding-left:16px;}

.heading-navigation {scrollbar-width: thin; scrollbar-color: #888 rgba(255, 255, 255, 0.25); }

.heading-navigation::-webkit-scrollbar {width: 6px;height: 8px;}
.heading-navigation::-webkit-scrollbar-thumb {background: rgba(255, 255, 255, 0.25); border-radius: 6px;}
.heading-navigation::-webkit-scrollbar-track {background: rgba(255, 255, 255, 0.25);border-radius: 6px;}


/* FOOTER
--------------------------------------------- */

.footer__newsletter {position:relative;z-index:3;}
.newsletter--heading {text-align: center;font-size: 18px;font-weight: 400;line-height: 150%;margin-top:0;margin-bottom:24px;text-transform: uppercase;}
.newsletter__row {display:grid;grid-template-columns:1fr auto;}
.newsletter__row input {border: 1px solid #FFF;border-right:none;background:none;height:52px;padding:0 16px;color: #FDFDFF;font-size: 16px;font-weight: 300;line-height: 149%;}
.newsletter__row button {border:1px solid #fff;height:52px;width:52px;background:none;cursor:pointer;display: flex;justify-content: center;align-items: center;}
.newsletter__row button svg {display:block;width:20px;}

.mauticform-checkboxgrp-label {color: #FDFDFF;font-size: 14px;font-weight: 300;line-height: 149%;cursor:pointer;position:relative;display:block;padding-left:40px;}
.mauticform-checkboxgrp-checkbox {display:none;}

.mauticform-checkboxgrp-label:before {cursor:pointer;border: 1px solid #FFF; position: absolute; width: 24px; height: 24px; content:'';left:0px;top: 50%; transform: translateY(-50%);}
.mauticform-checkboxgrp-row input:checked + label:before {background: #fff url(img/check.png);background-position:center center;background-repeat:no-repeat;background-size:80%;}

.site-footer {position:relative;z-index:3;padding-bottom:40px;}
.footer__grid {padding-top:32px;padding-bottom:24px;display:grid;grid-template-columns:auto auto;align-items: center;justify-content: space-between;}
.footer__menu ul {margin:0;padding:0;list-style:none;display:flex;column-gap:32px;}
.footer__menu ul li a {font-family: "Roboto Mono", monospace;font-size: 14px;line-height: normal;position:relative;}
.footer__menu ul li a:after {content: ''; position: absolute; width: 100%; height: 2px; bottom: -4px; right: 0; background-color: rgba(255,255,255,0.7); transform: scaleX(0); transform-origin: bottom right; transition: transform 0.2s;}
.footer__menu ul li a:hover:after {transform-origin: bottom left; transform: scaleX(1);}

.footer__socials {display:flex;column-gap:24px;justify-content: flex-end;}
.footer__socials a {display:inline-flex;column-gap:8px;align-items:center;font-family: "Roboto Mono", monospace;font-size: 14px;line-height: normal;}
.footer__socials a svg {display:block;}
.footer__socials a span {position:relative;}
.footer__socials a span:after {content: ''; position: absolute; width: 100%; height: 2px; bottom: -4px; right: 0; background-color: rgba(255,255,255,0.7); transform: scaleX(0); transform-origin: bottom right; transition: transform 0.2s;}
.footer__socials a span:hover:after {transform-origin: bottom left; transform: scaleX(1);}

/* LIGHT MODE
--------------------------------------------- */

#toggle-theme {border:none;background:none;padding:0;display:flex;cursor:pointer;}
.switch--dark {display:none;}
body.light-mode .switch--dark {display:block;}
body.light-mode .switch--light {display:none;}

body.light-mode {background: #E5EEF1;color: #0A116B;transition: all 0.1s linear;}
body.light-mode .home__top {opacity:0;transition: all 0.1s linear;}
body.light-mode .poc__bot {opacity:0;transition: all 0.1s linear;}
body.light-mode .home__grid .text {color: #404B63;;}
.site-title svg path {transition: all 0.1s linear;}
body.light-mode .site-title svg path {fill:#0A116B;transition: all 0.1s linear;}
.footer__logo svg path {transition: all 0.1s linear;}
body.light-mode .footer__logo svg path {fill:#0A116B;transition: all 0.1s linear;}

body.light-mode .button {border: 1px solid #fff;background: #FFF;}
body.light-mode .button:hover, body.light-mode  .button:focus {border: 1px solid #0A116B;}

body.light-mode .button--heavy {border: 1px solid #fff;background: #FFF;}
body.light-mode .button--heavy:hover, .button--heavy:focus {border: 1px solid #0A116B;}

body.light-mode .button--hl {background: linear-gradient(91deg, #181EA9 0%, #181EA9 100.1%);color:#fff;border: 1px solid transparent;}
body.light-mode .button--hl:hover {background: linear-gradient(91deg, #181EA9 0%, #181EA9 70.1%);}


body.light-mode .newsletter__row input {background: #FFF;color: #404B63;}
body.light-mode .newsletter__row button {background: #FFF;}
body.light-mode .newsletter__row button svg path {stroke:#404B63;}

body.light-mode .mauticform-checkboxgrp-label::before {background:#fff;}
body.light-mode .mauticform-checkboxgrp-label {color: #404B63;}

body.light-mode .footer__socials a svg.st path {stroke:#404B63;}
body.light-mode .footer__socials a svg.pa path {fill:#404B63;}

body.light-mode .whitepaper__box {border: 1px solid rgba(10, 20, 80, 0.05);background: rgba(10, 20, 80, 0.05);transition: all 0.1s linear;}
body.light-mode .team__box {border: 1px solid rgba(10, 20, 80, 0.05);background: rgba(10, 20, 80, 0.05);transition: all 0.1s linear;}
body.light-mode .blog__post {border: 1px solid rgba(10, 20, 80, 0.05);background: rgba(10, 20, 80, 0.05);transition: all 0.1s linear;}

.team__box a svg path {transition: all 0.1s linear;}
body.light-mode .team__box a svg path {stroke:#404B63;transition: all 0.1s linear;}

body.light-mode .team__box a {background:rgba(255, 255, 255, 0.5);transition: all 0.1s linear;}

/* RWD
--------------------------------------------- */

@media screen and (max-width: 1440px) {
	.wrap--1440 {width:1200px;}
	.single__left {max-width:40%;}
	.single__right {max-width:45%;}
}

@media screen and (max-width: 1200px) {
	.wrap--1440 {width:100%;padding:0 10px;}
	.header__grid {padding:16px 0;}
	.menu-toggle {border:none;background:none;}
	.main-navigation ul {display:none;}
	.main-navigation.toggled ul {position:absolute;top:100%;left:0;width:100%;text-align:center;background: rgba(255, 255, 255, 0.05);backdrop-filter: blur(12px);padding:10px;z-index:999;}
	.main-navigation ul li {margin-left:0;padding:8px 0;}
	.main-navigation ul li a {display:inline-block;}

	.footer__grid {padding-top: 24px; padding-bottom: 24px; grid-template-columns: 100%;justify-content: center;text-align:center;grid-row-gap:16px;}
	.footer__menu ul {justify-content: center;}
	.footer__logo img {display: block; margin: auto;}
	.footer__socials {justify-content: center;}
}

@media screen and (max-width: 960px) {
	.wrap--950 {width:100%;padding:0 10px;}
	.team__grid {grid-template-columns:repeat(2, 48%);}
}

@media screen and (max-width: 880px) {
	.wrap--860 {width:100%;padding:0 10px;}
	.wrap--820 {width:100%;padding:0 10px;}
	.poc__left, .single__left, .wp__left {max-width:60%;}
	.poc__right, .home__left, .home__right, .blog__left, .blog__right, .single__right, .wp__right {max-width:50%;}
	.docs__content {width:100%;padding-left:0;border-left:none;}
	.docs__menu {display:none;}
}

@media screen and (max-width: 780px) {
	.heading--64 {font-size: 48px;}
	.heading--56 {font-size: 40px;}
	.heading--48 {font-size: 32px;}
	.heading--32 {font-size: 24px;}
	.heading--18 {font-size: 16px;}
	.text {font-size: 14px;}
	.button, .button--heavy {font-size:14px;}

	.home__grid, .poc__content, .blog__content {padding: 32px 0 40px 0;}
	.home__content {margin-bottom:40px;}

	.about__grid {grid-template-columns: 100%;}
	.about__right {position: absolute; top: 0; z-index: 2; opacity: 0.5;}
	.about__left {position:relative;z-index:3;}
	.about__left .heading--18, .about__left .heading--48, .about__left .text, .poc__grid .heading--18, .poc__grid .text {margin-bottom: 24px;}
	.ap__point {padding: 10px 0; column-gap: 12px; font-size: 16px;}
	.ap__point img {width:30px;}
	.about__content, .whitepaper__content, .single__post, .team__content {padding-bottom: 40px;}
	.wpc__header, .blog__header {margin-bottom:40px;}
	.whitepaper__grid, .blog__grid, .single__related {grid-template-columns: 100%;}
	.whitepaper__box {padding:24px;}
	.whitepaper__box .heading--18, .whitepaper__box .heading--32 {margin-bottom:24px;}
	.blog__post {padding:24px;}
	.blog__post .button--heavy {left: 24px; bottom: 24px;}
	.blog__post .text {margin-bottom: 64px;}
	.bp__date {font-size: 16px; margin-bottom: 24px;}
	.team__box {padding: 24px 24px 80px 24px;}
	.team__box a {left: 24px;bottom:24px;}
	.team--desc {font-size: 14px;}
	.team--heading {margin-bottom:24px;}
	.wpc__header {margin-bottom:32px;}
	.wrap--640 {width:100%;padding:0 10px;}
}

@media screen and (max-width: 480px) {
	.mauticform-checkboxgrp-label {font-size: 16px;}
	.newsletter__row input {padding: 0 16px;font-size: 16px;}
	.footer__menu ul, .footer__socials {flex-wrap:wrap;row-gap:16px;}
}

@media screen and (max-width: 420px) {
	.team__grid {grid-template-columns: 100%;}
}

