/*
	Theme Name: SoLo Funds Theme
	Author: Shay Hammond
*/

.error404 .large,
.page-template-default .large {
	font-size: 1.2em;
}

/* Login Screen */

.login {
	background: #ffffff;
}

#login {
	border: 0;
	margin: 0 auto;
	margin-top: 8%;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.login h1.admin-email__heading {
	font-size: 1.4em;
}

.login-action-confirm_admin_email #login {
	margin-top: 8%;
}

.login h1 a {
	background-image: url(../png/logo.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
	width: 100%;
	margin: 0;
	border: 0;
	height: 145px;
}

.login #login_error, .login .message, .login .success {
	background: transparent;;
	color: #000000;
	text-align: center;
	border: unset;
	font-style: italic;
	margin: 0;
	padding: 2em;
	padding-bottom: 2em;
	font-size: 0.7em;
}

.login .message {
	background: transparent;
	padding-bottom: 2em;
}

.login form {
	background: #F3F1EC;
	box-shadow: unset;
	margin-top: -1px;
	padding-bottom: 2em;
	padding-top: 2em;
	border: 1px solid #000000;
}

.login label {
	color: #000000;
}

.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 1em !important;
	padding: 0.5em 1em !important;
	-webkit-appearance: none;
	font-weight: 200;
	width: 100%;
	border: 1px solid #000000;
	box-shadow: unset;
	border-radius: 20px;
	margin-bottom: 1em;
}

.login .user-pass-wrap {
	margin-bottom: 1em;
}

#login form p.submit {
	text-align: center;
}

.wp-core-ui .button.button-large.button-primary, .wp-core-ui .button.button-large {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	line-height: 1;
	letter-spacing: 0.1em;
	background: #F5873A;
	color: #ffffff;
	border: unset;
	font-family: 'Druk Wide', sans-serif;
	margin-top: 2em;
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: #FCBE24;
	text-decoration: none;
	color: #ffffff;
	border: unset;
}

.wp-core-ui .button.button-large {
    background: #ffffff;
    color: #21353c;
}

.login #backtoblog a, .login #nav a {
	color: #21353C;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #21353C;
}

.login form .forgetmenot {
	float: none;
}

.login #nav, .login #backtoblog {
	background: #ffffff;
}

.login #backtoblog {
	padding-top: 0;
	padding-bottom: 1em;
	margin-bottom: 0;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login .privacy-policy-page-link {
	display: none;
}

/* Font References */

@font-face {
  	font-family: 'Druk Wide';
  	src: url(../otf/druk-wide-medium.otf);
}

@font-face {
  	font-family: 'Druk Wide';
  	font-weight: 600;
  	src: url(../otf/druk-wide-bold.otf);
}

@font-face {
  	font-family: 'GoghVariableGX';
  	src: url(../ttf/goghvariablegx.ttf);
}

@font-face {
  	font-family: 'GoghVariableGX';
	font-weight: bold;
  	src: url(../woff/gogh-extrabold-1-webfont.woff);
}

/* Global */

* {
    box-sizing: border-box;
}

html {
	font-size: 22px;
	margin: 0;
	padding: 0;
}

html.fixed {
	position: fixed;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'GoghVariableGX', sans-serif;
	color: #000000;
	position: relative;
	background: #ffffff;
}

#poppins {
	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
	line-height: 1.7;
}

.page-template-regulatory,
.page-template-memberstories,
.single-stories,
.page-template-regulatoryframework,
.single-news,
.page-template-solo-iq,
.solo-iq-slide {
	line-height: 1.7;
}

.container {
	width: 80%;
	max-width: 1600px;
	padding-left: 15px;
	padding-right: 15px;
}

.container.wider {
	max-width: 2000px;
	width: 95%;
}

.container-fluid {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid {
	z-index: 2;
}

.row {
	padding-top: 6em;
	padding-bottom: 6em;
	margin-left: -15px;
	margin-right: -15px;
}

.py-small {
	padding-top: 3em;
	padding-bottom: 3em;
}

.pt-small {
	padding-top: 3em;
}

.pb-small {
	padding-bottom: 3em;
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 15px;
	padding-right: 15px;
}

/* Typography */

.black h1, .black h2, .black h3, .black h4, .black h5, .black p {
	color: #ffffff;
}

h1 {
	font-family: 'Druk Wide', sans-serif;
	font-weight: 700;
	font-size: 5em;
	margin: 0;
    opacity: 1;
    transition: 0.5s all 0.5s;
}

h1.small, .error404 h1 {
    font-size: 3em;
    margin-bottom: 1em;
}

.page-template-default h1, .post-template-default h1, .page-template-feedback h1, .press-template-default h1, .page-template-solo-legal h1, .page-template-contact h1, .engineering-template-default h1 {
	font-size: 2.5em;
	margin-bottom: 1em;
}

h1.outline {
    font-size: 6em;
}

h1 .outline {
	font-size: 0.5em;
}

h1.fade-out {
    opacity: 0;
    transition: 0.5s all;
}

.page-template-bankroles h1,
.page-template-bankroles-thank-you h1,
.page-template-lp h1,
.page-template-lp-thank-you h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 15px;
	font-family: 'Poppins';
	color: #ffffff;
	margin-bottom: 1em;
}

.page-template-solo-iq h1,
.solo-iq-slide .h1 {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 3em;
	color: #333333;
}

h2 {
	font-family: 'Druk Wide', sans-serif;
	font-weight: 700;
	font-size: 2.3em;
	margin: 0;
}

h2 sup {
    font-size: 0.2em;
    top: -3em;
}

h2.small {
	font-size: 3em;
}

h2.medium {
	font-family: 'Druk Wide', sans-serif;
	line-height: 1;
	font-size: 3.6em;
}

h2.large {
	font-family: 'Druk Wide', sans-serif;
	line-height: 1.3;
	font-size: 4em;
	margin: 0;
}

h2.extra-large {
	font-family: 'Druk Wide', sans-serif;
	line-height: 1;
	font-size: 9em;
}

.page-template-blog h2 a,
.page-template-blog h2 a:hover,
.page-template-engineering h5 a,
.page-template-engineering h5 a:hover {
	color: #ffffff;
}

.page-template-solo-iq h2,
.solo-iq-slide h2 {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 3em;
}

.bg-purple h2, .bg-green h2 {
	color: #ffffff;
}

.page-template-bankroles h2,
.page-template-bankroles-thank-you h2,
.page-template-lp h2,
.page-template-lp-thank-you h2 {
	font-size: 1.3em;
	font-family: 'Poppins';
	letter-spacing: 2px;
	margin-bottom: 1em;
	line-height: 1.7;
}

.page-template-bankroles-thank-you h2,
.page-template-lp-thank-you h2 {
	font-size: 2.5em;
}

h3, .h3 {
	font-family: 'Druk Wide', sans-serif;
	font-weight: 700;
	line-height: 1.8;
	font-size: 1.8em;
	hyphens: manual;
	-webkit-hyphens: manual;
  	-ms-hyphens: manual;
	font-weight: normal;
	margin: 0;
}

h3.small, .page-template-default h3, .post-template-default h3,  .page-template-feedback h3, .engineering-template-default h3 {
    font-size: 1.8em;
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 1em;
}

.page-template-default h3,
.post-template-default h3,
.engineering-template-default h3 {
	margin-bottom: 0.5em;
}

h3.outline {
	font-size: 4em;
	line-height: 1.4;
}

.page-template-solo-legal h3 {
	border-bottom: 1px solid #B3B3B3;
	margin-bottom: 1em;
	font-family: 'GoghVariableGX', sans-serif;
	font-weight: bold;
	margin-top: 2em;
	font-size: 1.2em;
}

#download h3 {
    line-height: 1;
}

.page-template-bankroles h3,
.page-template-lp h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 7px;
	font-family: 'Poppins';
	color: #ffffff;
	margin-bottom: 1em;
	font-weight: 700;
	text-align: center;
}

.h3 {
	line-height: 1.2;
}

.page-template-solo-legal .link {
	display: block;
	margin-bottom: 1em;
	text-decoration: underline;
	font-weight: bold;
	color: #009499;
}

.page-template-solo-legal .link:hover {
	text-decoration: none;
}

.outline {
	color: black;
  	-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  	-webkit-text-stroke-width: 2px;
  	-webkit-text-stroke-color: black;
}

.outline .solid {
	-webkit-text-fill-color: black;
}

.color-white.outline {
	color: #ffffff;
	-webkit-text-stroke-color: #ffffff;
}

.color-white.outline .solid {
	-webkit-text-fill-color: #ffffff;
}

h4 {
	font-family: 'Druk Wide', sans-serif;
	line-height: 1.4;
	font-size: 2.7em;
	hyphens: manual;
	-webkit-hyphens: manual;
  	-ms-hyphens: manual;
	font-weight: normal;
	margin: 0;
}

h4.small {
	font-size: 2em;
}

.bg-purple h4, .bg-green h4 {
	color: #ffffff;
}

h5 {
	font-weight: bold;
	margin: 0;
}

.page-template-default h5,
.post-template-default h5,
.page-template-feedback h5,
.engineering-template-default h5 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.post-template-default h5,
.engineering-template-default h5 {
	margin-top: 1.5em;
}

h6 {
	font-size: 1.5em;
	margin: 0;
}

.bg-purple h6, .bg-green h6 {
    color: #ffffff;
}

h7 {
	font-family: 'Druk Wide', sans-serif;
	font-size: 1.7em;
	margin: 0;
}

h8 {
	font-weight: bold;
	margin: 0;
	color: #666666;
}

h9, .h9 {
	text-transform: uppercase;
	font-family: 'GoghVariableGX';
	font-size: 1em;
	background: -webkit-linear-gradient(#24BB67, #009499);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	  font-weight: 700;
}

.page-template-solo-iq .h9,
.solo-iq-slide .h9 {
	color: #333333;
	letter-spacing: 1px;
	background: unset;
	-webkit-text-fill-color: unset;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 0.7em;
}

blockquote {
	font-size: 4em;
	font-weight: 800;
	line-height: 1.4em;
}

a {
	color: #000000;
	transition: 0.5s all;
}

.single-news #content section a:not(.btn-primary):not(.btn-gradient), .single-stories #content section a:not(.btn-primary):not(.btn-gradient) {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.error404 .h-full a, .error404 .h-full a:hover, .black section a, .black section a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.page-template-default #content section a,
.post-template-default #content section a,
.engineering-template-default #content section a {
    text-decoration: underline;
}

.post-template-default #content section a.fb-xfbml-parse-ignore,
.engineering-template-default #content section a.fb-xfbml-parse-ignore {
	text-decoration: none;
}

.orange-circle, .solofunds {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	width: 250px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.solofunds {
	height: 200px;
	width: 200px;
}

.orange-circle .arrow {
	width: 25%;
}

.solofunds .arrow {
	height: 25%;
}

.orange-circle .rotate, .solofunds .rotate {
	position: absolute;
	animation: 10s linear 0s infinite normal none running rotate;
	height: 100%;
	width: 100%;
}

@-moz-keyframes rotate { 
	0% {
		-moz-transform: rotate(0deg)
	}

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

@-webkit-keyframes rotate { 
	0% {
		-webkit-transform: rotate(0deg)
	}

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

@keyframes rotate { 
	0% {
		 -webkit-transform: rotate(0deg); 
		-moz-transform: rotate(0deg); 
		-ms-transform: rotate(0deg);
        transform:rotate(0deg); 
	}

    100% { 
        -webkit-transform: rotate(360deg); 
		-moz-transform: rotate(360deg); 
		-ms-transform: rotate(360deg);
        transform:rotate(360deg); 
    } 
}

.orange-circle .circle, .solofunds .circle {
	height: 100%;
	width: 100%;
	background: #F5873A;
	color: #ffffff;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-family: 'Druk Wide';
	font-size: 1.5em;
	display: flex;
	border-radius: 50%;
	transition: 0.5s all;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
    padding-top: 0.5em;
    line-height: 1.2;
}

.orange-circle .circle {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.solofunds .circle {
	font-size: 1.1em;
	background: #FCBE24;
	color: #000000;
}

.orange-circle.opposite .circle, .solofunds.opposite .circle {
	opacity: 1;
}

.orange-circle:hover .circle, .solofunds:hover .circle {
	opacity: 1;
}

.orange-circle.opposite:hover .circle, .solofunds.opposite:hover .circle {
	opacity: 0;
}

.orange-circle.sticky {
    position: sticky;
    top: 50%;
}

p:last-of-type {
	margin-bottom: 0;
}

hr {
	border-top: 1px solid #000000;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	width: 100%;
}

.page-template-contact hr {
	border-color: #ffffff;
}

b, strong {
	font-weight: 900;
}

.page-template-bankroles h2 + strong,
.page-template-lp h2 + strong {
	font-weight: 600;
	letter-spacing: 2px;
}

.medium {
	font-size: 1.5em;
}

.large {
	font-size: 1.8em;
}

.page-template-solo-iq .large,
.solo-iq-slide .large {
	color: #282828;
	font-size: 1.3em; 
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #000000;
}

.text-shadow {
	text-shadow: 00px 4px 4px rgba(0, 0, 0, 0.1);
}

.small {
	font-size: 0.7em;
}

.btn-primary, .btn-secondary, button.bzButtonApply, .btn-gradient {
	padding: 0.8em 1.5em;
	font-size: 1.3em;
	transition: 0.5s all;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	font-family: 'Druk Wide';
	border-radius: 40px;
}

.btn-primary, button.bzButtonApply {
	background: transparent;
	color: #000000;
	border: 1px solid #000000;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle,
button.bzButtonApply:hover, button.bzButtonApply:active, h2 .btn-primary,
a.card:hover .btn-primary {
	background: #F5873A;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #F5873A;
}

h2 .btn-primary {
	font-size: 0.5em;
}

h2 .btn-primary:hover {
	background: #ffffff;
	color: #F5873A;
	border: 1px solid #ffffff;
}

.page-template-bankroles #poppins .btn-primary,
.page-template-lp #poppins .btn-primary {
	font-family: 'Poppins';
	border-radius: 60px;
	border: 5px solid #000000;
	font-size: 0.8em;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 1em 3em;
	background: #000000;
	color: #ffffff;
	text-transform: uppercase;
}

.page-template-bankroles #poppins .btn-primary:hover, .page-template-bankroles #poppins .btn-primary:active, .page-template-bankroles #poppins .btn-primary:focus,
.page-template-lp #poppins .btn-primary:hover, .page-template-lp #poppins .btn-primary:active, .page-template-lp #poppins .btn-primary:focus {
	background: transparent;
	color: #000000;
	border: 5px solid #000000;
}

.page-template-contact .btn-primary {
	border-radius: 60px;
}

.btn-secondary {
	background: transparent;
	color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-secondary:hover {
	background: #F5873A;
	text-decoration: none;
	color: #ffffff;
    border: 1px solid #F5873A;
}

.page-template-bankroles #poppins .btn-secondary,
.page-template-bankroles-thank-you #poppins .btn-secondary,
.page-template-lp #poppins .btn-secondary,
.page-template-lp-thank-you #poppins .btn-secondary {
	font-family: 'Poppins';
	border-radius: 60px;
	border: 5px solid #ffffff;
	font-size: 0.8em;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 1em 3em;
}

.page-template-bankroles #poppins .btn-secondary:hover, .page-template-bankroles #poppins .btn-secondary:active, .page-template-bankroles #poppins .btn-secondary:focus,
.page-template-bankroles-thank-you #poppins .btn-secondary:hover, .page-template-bankroles-thank-you #poppins .btn-secondary:focus, .page-template-bankroles-thank-you #poppins .btn-secondary:active,
.page-template-lp #poppins .btn-secondary:hover, .page-template-lp #poppins .btn-secondary:active, .page-template-lp #poppins .btn-secondary:focus,
.page-template-lp-thank-you #poppins .btn-secondary:hover, .page-template-lp-thank-you #poppins .btn-secondary:focus, .page-template-lp-thank-you #poppins .btn-secondary:active {
	background: #ffffff;
	color: #000000;
}

.btn-text {
	font-family: 'Druk Wide';
	font-size: 1.7em;
	line-height: 1.3;
}

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

.btn-gradient {
	border: 4px solid #24BB67;
	font-weight: 800;
	color: #ffffff;
	font-family: 'GoghVariableGX';
	font-size: 0.9em;
	letter-spacing: 1px;
	transition: 0.5s all;
	background: transparent;
	padding: 1em 2em;
	overflow: hidden;
	position: relative;
}

.btn-gradient:before {
	content: '';
	background: linear-gradient(45deg, #24BB67, #009499);
	left: -100%;
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	transition: 0.2s all;
	z-index: 0;
}

.btn-gradient span {
	position: relative;
	z-index: 1;
}

.btn-gradient:hover {
	text-decoration: none;
	color: #ffffff;
	border: 4px solid transparent;
}

.btn-gradient:hover:before {
	content: '';
	left: 0;
}

.page-template-regulatory .btn-primary,
.page-template-memberstories .btn-primary,
.single-stories .btn-primary,
.single-news .btn-primary,
.page-template-regulatoryframework .btn-primary,
.page-template-regulatorynews .btn-primary {
	font-weight: 800;
	font-family: 'GoghVariableGX';
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 1em 2em;
}

.page-template-solo-iq .btn-primary,
.solo-iq-slide .btn-primary {
	border: 2px solid transparent;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 1em;
}

.single-stories .btn-primary img,
.single-news .btn-primary img,
.page-template-memberstories .btn-gradient img,
.page-template-regulatoryframework .btn-primary img,
.page-template-regulatorynews .btn-primary img {
	margin-right: 1em;
}

.page-template-solo-iq .btn-primary img,
.solo-iq-slide .btn-primary img {
	margin-left: 1em;
	height: 20px;
	width: 20px;
}

.solo-iq-slide .btn-primary img {
	transform: rotate(-90deg);
}

.page-template-solo-iq .btn-primary:hover, .page-template-solo-iq .btn-primary:focus, .page-template-solo-iq .btn-primary:active,
.solo-iq-slide .btn-primary:hover, .solo-iq-slide .btn-primary:focus, .solo-iq-slide .btn-primary:active {
	border: 2px solid rgba(0, 255, 21, 1);
}

.page-template-regulatory .card.bg-black .btn-primary,
.page-template-memberstories .card.bg-black .btn-primary {
	color: #ffffff;
	border: 1px solid #ffffff;
}

.page-template-regulatory .cash-poor .bg-image {
	background-position: center right;
}

.page-template-solo-iq .btn-primary,
.solo-iq-slide .btn-primary {
	background: #000000;
	color: #ffffff;
}

/* Helpers */

.boxed {
	border-radius: 24px;
	overflow: hidden;
}

.shadow {
	box-shadow: 0 16px 32px -4px rgba(12,12,13, 0.1) !important;
}

.page-template-bankroles #poppins .box,
.page-template-lp #poppins .box {
	padding: 2em;
	position: absolute;
	right: 0;
}

#down {
	position: absolute;
	left: 0; 
	right: 0;
	bottom: 2em;
	text-align: center;
}

.separator-1 {
	height: 1em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-3 {
	height: 3em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-6 {
	height: 6em;
	display: block;
	clear: both;
	width: 100%;
}

.container-fluid.h-100 {
	height: 100vh !important;
}

.border-top {
    border-top: 1px solid #000000 !important;
}

.border-bottom {
	border-bottom: 1px solid #000000 !important;
}

.border-right {
	border-right: 1px solid #000000 !important;
}

.border-left {
	border-left: 1px solid #000000 !important;
}

.page-template-regulatory .border-left {
	position: relative;
	padding-left: 30px;
}

.page-template-regulatory .border-left:before {
	content: '';
	height: 100%;
	width: 10px;
	position: absolute;
	top: 0;
	left: -15px;
	display: block;
	background: linear-gradient(#24BB67, #009499);
}

.bg-white {
	background-color: #ffffff;
}

.bg-black {
	background-color: #000000;
}

.bg-cream {
	background-color: #F3F1EC;
}

.bg-purple {
	background-color: #9E98F4;
    color: #ffffff;
}

.bg-yellow {
	background-color: #FCBE24;
}

.bg-orange {
	background-color: #F5873A;
}

.bg-green {
	background-color: #617831;
    color: #ffffff;
}

.bg-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 600px;
}

.bg-image.h-auto {
	height: auto;
	overflow: visible;
}

.bg-image.h-auto .row {
	position: relative;
}

.bg-image.h-full {
	height: 100vh;
}

.bg-image.parallax {
	background-attachment: fixed;
}

.bg-image .container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.bg-image .row {
	height: 100%;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0, 0.8);
	pointer-events: none;
}

.coming-soon-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.55);
	z-index: 2;
}

.blur {
	filter: blur(4px);
	position: relative;
	z-index: 1;
}

/* HTML Video */

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

.video .container {
	position: absolute;
	height: 100%;
	z-index: 4;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.video .overlay {
	background: rgba(255,255,255,0.3);
	z-index: 3;
}

.video .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.video video {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	min-width: 105%;
    min-height: 100%;
}

/* YouTube Embeds */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0;
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Images */

.page-template-contact .other-icon {
	margin-bottom: 2em;
	height: 75px;
	width: 75px;
}

.page-template-contact .graphic {
	width: 100%;
}

.curved-corners {
	border-radius: 100px;
}

.curved-corners-smaller {
	border-radius: 16px;
}

.quotation-mark {
	height: 200px;
	width: 200px;
}

#million-badge-container {
	position: absolute;
	left: 0;
	right: 0;
}

#million-badge {
	width: 150px;
	position: absolute;
	left: 2em;
	top: 6.5em;
	width: 120px;
}

.page-template-home #trustpilot-badge {
	top: 13em;
	left: 2em;
	width: 120px;
}

.page-template-home .header-images {
	height: 100%;
	width: 100%;
	// border-radius: 24px;
	// box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
}

.swiper-horizontal>.swiper-pagination-bullets.images-dots {
    position: absolute;
    bottom: 1em !important;
    left: unset !important;
    border-radius: 40px;
    background: rgba(226, 226, 226, 0.2);
    z-index: 2;
    width: auto !important;
    display: inline-flex;
    padding: 16px 24px;
	justify-content: center;
	align-items: center;
	border: 0.25px solid rgba(255,255,255,0.4);
	box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1);
}

.images-dots .swiper-pagination-bullet {
	box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
	background: #ffffff;
	height: 10px;
	width: 10px;
	margin-bottom: 0 !important;
	border: unset;
	opacity: 0.8;
}

.images-dots .swiper-pagination-bullet-active {
	height: 15px;
	width: 15px;
	opacity: 1;
}

.header-images .swiper-button-next:after, 
.header-images .swiper-button-prev:after {
	display: none;
}

.header-images .swiper-button-next, 
.header-images .swiper-button-prev {
	background-image: url(../svg/carousel-arrow.svg);
	color: unset;
	height: 60px;
	width: 60px;
	background-size: cover;
}

.header-images .swiper-button-next {
	transform: rotate(-180deg);
}

#trustpilot-badge {
    position: absolute;
    width: 150px;
    top: 300px;
    left: 20px;
}

img {
	max-width: 100%;
}

.coming-soon {
	height: 150px;
	width: 150px;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.social-icon {
	height: 50px;
	width: 50px;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.app-button {
	border-radius: 8px;
}

.app-button:hover {
	background: #000000;
}

.app-button:hover img, footer .app-button {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(307deg) brightness(112%) contrast(101%);
}

footer .app-button:hover {
	background: transparent;
}

footer .smaller-logo {
	width: 60%;
}

/* Header */

header.container-fluid {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: 120px;
	background: transparent;
	transition: 0.5s background, 0.5s height;
	pointer-events: auto;
}

.logged-in header.container-fluid {
	top: 32px;
}

header.container-fluid.solid {
    background: #ffffff;
    border-bottom: 1px solid #000000;
	height: 70px;
}

.page-template-community header.container-fluid.solid,
.page-template-partner header.container-fluid.solid,
.page-template-press header.container-fluid.solid,
.page-template-blog header.container-fluid.solid,
.page-template-careers header.container-fluid.solid,
.page-template-shop header.container-fluid.solid,
.black header.container-fluid.solid,
.page-template-solo-manifesto header.container-fluid.solid,
.page-template-pricing header.container-fluid.solid,
.page-template-contact header.container-fluid.solid,
.page-template-engineering header.container-fluid.solid {
	background: #000000;
	border-bottom: 1px solid #ffffff;
}

header.container-fluid.invisible {
	visibility: visible !important;
}

header.container-fluid.open {
    z-index: 999;
}

.page-template-bankroles-thank-you header,
.page-template-lp-thank-you header {
	display: none;
}

header .container {
	height: 100%;
}

header .row {
	padding: 0;
	height: 100%;
}

#logo {
	position: relative;
	z-index: 3;
	transition: 0s all;
	height: 100%;
	display: flex;
	align-items: center;
}

#logo img {
	height: 75px;
	width: 83px;
	margin: 0;
	position: relative;
	transition: 0.5s all;
}

header.container-fluid.solid #logo img {
	height: 52px;
	width: 58px;
}

/* Header Navigation */

#navigation {
	position: relative;
	z-index: 2;
	height: 100%;
}

#menu-primary-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
}

#menu-primary-navigation li {
	list-style-type: none;
	text-transform: none;
	margin: 0;
	display: block;
	font-size: 1em;
	width: auto;
	margin-left: 1.5em;
	margin-right: 1.5em;
	height: 100%;
}

#menu-primary-navigation li:before {
	display: none;
}

#menu-primary-navigation a {
	color: #ffffff;
	font-family: 'GoghVariableGX';
	font-size: 1em;
	transition: 0.5s background, 0.5s color;
	text-decoration: none;
	z-index: 2;
	position: relative;
	padding: 0;
	justify-content: center;
	height: 100%;
	display: flex;
	align-items: center;
}

.black #menu-primary-navigation a {
	color: #ffffff !important;
}

.page-template-service #menu-primary-navigation a,
.page-template-default #menu-primary-navigation a,
.post-template-default #menu-primary-navigation a,
.page-template-feedback #menu-primary-navigation a,
.press-template-default #menu-primary-navigation a,
.page-template-cashpoor #menu-primary-navigation a,
.page-template-solo-legal #menu-primary-navigation a,
.single-stories #menu-primary-navigation a,
.page-template-regulatoryframework #menu-primary-navigation a,
.single-news #menu-primary-navigation a,
.page-template-regulatorynews #menu-primary-navigation a,
.page-template-bankroles #menu-primary-navigation a,
.page-template-lp #menu-primary-navigation a,
.page-template-cashpoor2025 #menu-primary-navigation a,
.page-template-cashpoor2025-article #menu-primary-navigation a,
.engineering-template-default #menu-primary-navigation a,
.page-template-solo-iq #menu-primary-navigation a {
	color: #000000;
}

header.container-fluid.solid #menu-primary-navigation a {
	color: #000000;
}

.page-template-community header.container-fluid.solid #menu-primary-navigation a, 
.page-template-partner header.container-fluid.solid #menu-primary-navigation a,
.page-template-press header.container-fluid.solid #menu-primary-navigation a,
.page-template-blog header.container-fluid.solid #menu-primary-navigation a,
.page-template-careers header.container-fluid.solid #menu-primary-navigation a,
.page-template-shop header.container-fluid.solid #menu-primary-navigation a, 
.page-template-solo-manifesto header.container-fluid.solid #menu-primary-navigation a, 
.page-template-pricing header.container-fluid.solid #menu-primary-navigation a,
.page-template-contact header.container-fluid.solid #menu-primary-navigation a,
.page-template-engineering header.container-fluid.solid #menu-primary-navigation a {
	color: #ffffff;
}

#menu-primary-navigation a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #ffffff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s all;
}

.page-template-service #menu-primary-navigation a:after,
.page-template-default #menu-primary-navigation a:after,
.post-template-default #menu-primary-navigation a:after,
.page-template-feedback #menu-primary-navigation a:after,
.press-template-default #menu-primary-navigation a:after,
.page-template-cashpoor #menu-primary-navigation a:after,
.page-template-solo-legal #menu-primary-navigation a:after,
.single-stories #menu-primary-navigation a:after,
.page-template-regulatoryframework #menu-primary-navigation a:after,
.single-news #menu-primary-navigation a:after,
.page-template-regulatorynews #menu-primary-navigation a:after,
.page-template-cashpoor2025 #menu-primary-navigation a:after,
.engineering-template-default #menu-primary-navigation a:after,
.page-template-solo-iq #menu-primary-navigation a:after {
	background: #000000;
}

.black #menu-primary-navigation a:after {
	background: #ffffff !important;
}

header.container-fluid.solid #menu-primary-navigation a:after {
	background: #000000;
}

.page-template-partner header.container-fluid.solid #menu-primary-navigation a:after,
.page-template-community header.container-fluid.solid #menu-primary-navigation a:after,
.page-template-press header.container-fluid.solid #menu-primary-navigation a:after,
.page-template-blog header.container-fluid.solid #menu-primary-navigation a:after,
.page-template-careers header.container-fluid.solid #menu-primary-navigation a:after,
.page-template-shop header.container-fluid.solid #menu-primary-navigation a:after,
.page-template-solo-manifesto header.container-fluid.solid #menu-primary-navigation a:after,
.page-template-pricing header.container-fluid.solid #menu-primary-navigation a:after,
.page-template-contact header.container-fluid.solid #menu-primary-navigation a:after,
.page-template-engineering header.container-fluid.solid #menu-primary-navigation a:after  {
	background: #ffffff;
}

#menu-primary-navigation a:hover:after, #menu-primary-navigation li.current-menu-item a:after {
	width: 100%;
}

#nav-icon {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 1.5em;
}

.nav-icon {
  	width: 30px;
 }

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  	background-color: #ffffff;
  	content: '';
  	display: block;
  	height: 4px;
  	margin: 7px 0;
  	transition: all .2s ease-in-out;
}

.nav-icon:before {
	width: 100%;
}

.nav-icon:after {
	width: 100%;
}

.nav-icon.close:before {
  	transform: translateY(5px) rotate(135deg);
  	width: 100%;
}

.nav-icon.close:after {
  	transform: translateY(-6px) rotate(-135deg);
}

.nav-icon.close div {
  	transform: scale(0);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .nav-icon.close {
	opacity: 1;
}

/* Special Layouts */

.page-template-solo-iq #header {
	height: auto;
}

.page-template-solo-iq #header .slideshow {
	background: #000000;
	border-radius: 24px;
	padding: 2em;
}

.page-template-solo-iq .color-gray,
.solo-iq-slide .color-gray {
	color: #B3B3B3;
	font-family: 'Poppins';
	font-size: 0.8em;
}

.page-template-solo-iq .color-white {
	font-weight: 600;
	font-family: 'Poppins';
	margin-bottom: 1em;
}

.page-template-solo-iq #header .slideshow .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-template-solo-iq #header .slideshow img {
	width: 80%;
}

.page-template-solo-iq #section-1-image img {
	width: 100%;
}

.page-template-solo-iq #section-2 hr {
	border: unset;
	height: 1px;
	width: 100%;
	background: linear-gradient(#24BB67, #009499);
}

#ashby_embed {
	padding-top: 2em;
	padding-bottom: 2em;
}

.table .col {
	padding-left: 0;
	padding-right: 0;
}

.table .content {
	border-right: 1px solid #B3B3B3;
}

.table .col-md-1 .content {
	border: 0;
}

.table .logo {
	padding: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}

.table label {
	font-family: 'Druk Wide', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.6em;
	color: #B3B3B3;
	margin: 0;
}

.table .item {
	height: 200px;
	font-size: 1.5em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

#content {
    background: #ffffff;
    position: relative;
    margin-top: 120px;
}

.page-template-community #content,
.page-template-partner #content,
.page-template-press #content,
.page-template-blog #content,
.page-template-careers #content,
.page-template-shop #content,
.error404 #content,
.black #content,
.page-template-solo-manifesto #content,
.page-template-pricing #content,
.page-template-contact #content,
.page-template-engineering #content {
	background: #000000;
	margin-top: 0;
	padding-top: 120px;
}

.page-template-shop #content {
	padding-top: 0;
}

.page-template-regulatory #content,
.page-template-memberstories #content,
.page-template-home #content {
	margin-top: 0;
}

.page-template-bankroles #content,
.page-template-bankroles-thank-you #content,
.page-template-memberstories #content,
.page-template-lp #content,
.page-template-lp-thank-you #content, {
	margin-top: 0;
}

#header {
	height: 600px;
	background-size: cover;
	background-position: center;
}

#header .container, #header .row {
	height: 100%;
}

.page-template-bankroles #header,
.page-template-lp #header {
	height: auto;
	overflow: visible;
}

.page-template-bankroles #header .row,
.page-template-regulatory #header .row,
.page-template-memberstories #header .row,
.page-template-lp #header .row {
	padding-top: calc(6em + 120px);
}

#header.h-full {
	height: 100vh;
}

.ticker-wrapper {
  	font-family: 'Druk Wide', sans-serif;
	font-weight: 700;
    font-size: 2.5vw;
  	position: relative;
  	overflow: hidden;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.ticker-wrapper.logos {
	justify-content: space-between;
	padding-left: 4em;
	padding-right: 4em;
}

.ticker-wrapper img {
	height: 100px;
	width: 150px;
	margin-left: 15px;
	margin-right: 15px;
}

.ticker {
  	position: relative;
  	display: flex;
	white-space: nowrap;
  	padding:0;
  	margin:0;
}

.ticker.cloned {
  	position: absolute;
  	left: 0px;
}

.ticker .text {
  	float: left;
  	padding-left: 20px;
	width: auto;
}

.page-template-home #header {
   // height: calc(100vh - 120px - 3em);
   // margin-top: calc(120px);
   // width: calc(100vw - 6em);
   // border-radius: 24px;
   // margin-bottom: 3em;
   padding: 0;
   height: 90vh;
}

.page-template-home #header .row {
	padding-top: 0;
}

.page-template-home #header h2 {
	position: absolute;
	bottom: 2em;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

nav .row {
	padding: 0;
}

nav .orange-circle {
	margin-top: -100px;
}

nav .button {
	padding: 1.5em 2em;
	text-align: center;
	font-family: 'Druk Wide';
	font-size: 2em;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .button:hover {
	text-decoration: none;
	color: #000000;
}

nav .button.bg-yellow:hover {
	color: #ffffff;
}

#breadcrumbs .row {
	padding-bottom: 0;
}

#breadcrumbs + section .row {
	padding-top: 3em;
}

.page-template-cashpoor2025 h1 {
	font-size: 2em;
	color: #ffffff;
}

.page-template-cashpoor2025 h1 .large {
	font-size: 1.4em;
}

.page-template-cashpoor2025 .h4 {
	color: #ffffff;
}

.page-template-cashpoor2025 .logo {
	height: 50px;
}

.page-template-cashpoor2025 #report-2025,
.page-template-cashpoor2025-article #articles {
	color: #ffffff;
}

.page-template-cashpoor2025 #report-2025 .item-3 a,
.page-template-cashpoor2025-article #articles a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.1;
}

.page-template-cashpoor2025 #report-2025 .item-3 a:hover,
.page-template-cashpoor2025-article #articles a:hover {
	text-decoration: none;
}

.page-template-cashpoor2025-article #breadcrumbs a {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
}

.page-template-cashpoor2025-article h1 {
	font-size: 2.5em;
	margin-bottom: 0.5em;
}

.page-template-cashpoor2025-article #articles hr {
	border-color: #ffffff;
}

.page-template-cashpoor2025 .carousel-2-button-next,
.page-template-cashpoor2025 .carousel-2-button-prev,
.page-template-cashpoor2025 .testimonials-button-next,
.page-template-cashpoor2025 .testimonials-button-prev {
	filter:  brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(191%) hue-rotate(314deg) brightness(115%) contrast(100%);
}

.page-template-cashpoor2025 #testimonials .icon {
	height: 50px;
	width: 50px;
	margin-bottom: 1em;
}

.page-template-cashpoor2025 .swiper-pagination-bullet {
	border: 2px solid #ffffff;
	background: transparent;
	height: 20px;
	width: 20px;
	opacity: 1;
}

.page-template-cashpoor2025 .swiper-pagination-bullet-active {
	background: linear-gradient(#24bb67, #009499);
	border: 0;
}

.page-template-cashpoor2025 #report-2023 img {
	width: 70%;
}

/* Grids */

.grid {
	display: grid;
}

.grid > div {
	background-size: cover;
	background-position: center;
}

.page-template-home #grid-1 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
}

.page-template-home #grid-1 .item-1 {
	grid-area: 1 / 1 / 13 / 2;
}

.page-template-home #grid-1 .item-2 {
	grid-area: 1 / 2 / 9 / 7;
}

.page-template-home #grid-1 .item-3 {
	grid-area: 6 / 6 / 11 / 11;
	position: relative;
	z-index: 2;
    padding-left: 50px;
}

.page-template-home #grid-1 .item-4 {
	grid-area: 10 / 8 / 13 / 11;
}

/* ------- */

.page-template-home #grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto 25vh 25vh 25vh auto;
}

.page-template-home #grid-2 .orange-circle.sticky {
    margin-top: 35vh;
    margin-bottom: 10.5vh;
}

.page-template-home #grid-2 .item-1 {
	grid-area: 1 / 2 / 2 / 8;
    display: flex;
	align-items: center;
	padding-right: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
}

.page-template-home #grid-2 .item-2 {
	grid-area: 1 / 8 / 8 / 13;
    z-index: 3;
    position: relative;
}

.page-template-home #grid-2 .item-3 {
	grid-area: 2 / 1 / 5 / 11;
    position: relative;
}

.page-template-home #grid-2 .item-3:after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,0.4));
    position: absolute;
    z-index: 1;
}

.page-template-home #grid-2 .item-3 h3 {
    width: 55%;
    margin-left: 10%;
    position: relative;
    z-index: 2;
	top: -5%;
}

.page-template-home #grid-2 .item-4 {
	grid-area: 2 / 11 / 5 / 13;
}

.page-template-home #grid-2 .item-5 {
	grid-area: 5 / 2 / 8 / 8;
    position: relative;
    z-index: 2;
	padding-top: 2em;
	padding-bottom: 2em;
}

.page-template-home #grid-2 .item-6 {
    grid-area: 5 / 8 / 8 / 13;
}

/* ------ */

.page-template-home #slider .grid {
	width: calc(100% - 5%);
	height: 100%;
	position: relative;
	left: 5%;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.page-template-home #slider .grid .btn-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.page-template-home #slider .item-6 img {
    max-height: 75%;
}

.page-template-home #slider .grid .icon {
	height: 75px;
	width: 75px;
}

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

.page-template-home #slider .grid-1 .item-1 {
	grid-area: 8 / 1 / 11 / 6;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.page-template-home #slider .grid-1 .item-2 {
	grid-area: 8 / 6 / 11 / 9;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.page-template-home #slider .grid-1 .item-3 {
	grid-area: 1 / 6 / 4 / 13;
	padding: 2em;
}

.page-template-home #slider .grid-1 .item-4 {
	grid-area: 5 / 6 / 8 / 13;
	padding: 2em;
	padding-top: 0;
	padding-right: 0;
}

.page-template-home #slider .grid-1 .item-4 div {
	width: 60%;
}

.page-template-home #slider .grid-1 .item-5 {
	grid-area: 8 / 9 / 11 / 11;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.page-template-home #slider .grid-1 .item-6 {
	grid-area: 1 / 1 / 8 / 6;
	border-right: 1px solid #000000;
}

.page-template-home #slider .grid-1 .item-7 {
	grid-area: 8 / 11 / 11 / 13;
	border-top: 1px solid #000000;
}

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

.page-template-home #slider .grid-2 .item-1 {
	grid-area: 1 / 1 / 4 / 6;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.page-template-home #slider .grid-2 .item-2 {
	grid-area: 1 / 8 / 4 / 13;
	border-bottom: 1px solid #000000;
}

.page-template-home #slider .grid-2 .item-3 {
	grid-area: 8 / 6 / 11 / 13;
	padding-left: 2em;
    display: flex;
    align-items: flex-end;
	padding-bottom: 2em;
}

.page-template-home #slider .grid-2 .item-4 {
	grid-area: 4 / 8 / 8 / 13;
	padding: 2em 4em;
	padding-right: 0;
}

.page-template-home #slider .grid-2 .item-4 div {
	width: 70%;
}

.page-template-home #slider .grid-2 .item-5 {
	grid-area: 1 / 6 / 4 / 8;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.page-template-home #slider .grid-2 .item-6 {
	grid-area: 4 / 1 / 11 / 6;
	border-right: 1px solid #000000;
}

.page-template-home #slider .grid-2 .item-7 {
	grid-area: 4 / 6 / 7 / 8;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

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

.page-template-home #slider .grid-3 .item-1 {
	grid-area: 8 / 10 / 11 / 13;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.page-template-home #slider .grid-3 .item-2 {
	grid-area: 1 / 3 / 4 / 8;
	border-bottom: 1px solid #000000;
}

.page-template-home #slider .grid-3 .item-3 {
	grid-area: 4 / 1 / 7 / 8;
	padding: 2em;
}

.page-template-home #slider .grid-3 .item-4 {
	grid-area: 7 / 1 / 11 / 8;
	padding: 2em;
	padding-top: 0;
}

.page-template-home #slider .grid-3 .item-5 {
	grid-area: 8 / 8 / 11 / 10;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.page-template-home #slider .grid-3 .item-6 {
	grid-area: 1 / 8 / 8 / 13;
	border-left: 1px solid #000000;
}

.page-template-home #slider .grid-3 .item-7 {
	grid-area: 1 / 1 / 4 / 3;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

/* ------ */

#impact, #facts, #stories, #findings, #report-2025 .grid {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 40vh 50vh;
}

.page-template-regulatory #impact,
#facts, #stories, #findings {
    grid-template-rows: auto auto;
}

#report-2025 .grid {
	grid-template-rows: auto auto auto;
}

#report-2025 .item-1 {
	grid-area: 1 / 2 / 3 / 8;
	padding: 4em 2em;
	border-right: 1px solid #ffffff;
}

#report-2025 .item-2 {
	grid-area: 1 / 8 / 2 / 13;
	text-align: center;
	padding: 4em 2em;
	border-bottom: 1px solid #ffffff;
}

#report-2025 .item-3 {
	grid-area: 2 / 8 / 3 / 13;
	padding: 4em 2em;
}

#facts .card img {
	max-height: 80px;
}

#impact .item-1 {
	grid-area: 1 / 1 / 2 / 13;
	display: flex;
	align-items: center;
	justify-content: center;
}

#impact .item-2 {
	grid-area: 2 / 1 / 3 / 2;
}

#impact .item-3, #facts .item-3, #stories .item-3, #findings .item-3 {
	grid-area: 2 / 2 / 3 / 13;
	display: flex;
	align-items: center;
	padding-left: 4em;
	padding-top: 4em;
	padding-bottom: 4em;
}

.page-template-regulatory #impact .item-3 {
    padding-left: 3em;
	padding-top: 2em;
}

#facts .item-3,
#stories .item-3,
#findings .item-3 {
	padding-left: 2em;
}

#videos.grid {
	display: block;
}

#videos .item-3 {
	padding-left: 10em;
}

/* ------ */

.page-template-home #grid-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 10vh 10vh 10vh 10vh 10vh auto auto auto auto auto;
}

.page-template-home #grid-4 .icon {
	height: 50px;
	width: 50px;
	margin-bottom: 1em;
}

.page-template-home #grid-4 .item-1 {
	grid-area: 1 / 1 / 6 / 13;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.page-template-home #grid-4 .item-2 {
	grid-area: 4 / 7 / 11 / 13;
	position: relative;
	z-index: 1; 
	background-size: cover;
	background-position: center;
}

.page-template-home #grid-4 .item-3 {
	grid-area: 6 / 1 / 11 / 6;
	padding: 6em 4em;
}

.page-template-home #grid-4 .item-4 {
	grid-area: 6 / 6 / 11 / 7;
}

/* ------ */

.page-template-home #download {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 8vh 8vh 8vh 8vh 8vh 8vh 8vh 8vh 8vh 8vh;
}

.page-template-home #download .item-1 {
	grid-area: 1 / 7 / 6 / 13;
}

.page-template-home #download .item-2 {
	grid-area: 6 / 7 / 11 / 13;
	background-size: cover;
	background-position: top;
}

.page-template-home #download .item-3 {
	grid-area: 1 / 1 / 11 / 7;
	background-size: cover;
	background-position: center;
}

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

.page-template-service #grid-1,
.page-template-cashpoor #grid-1 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 8vh 8vh 8vh 8vh 8vh 8vh 8vh 8vh 8vh 8vh;
}

.page-template-service #grid-1 .item-1, 
.page-template-cashpoor #grid-1 .item-1 {
	grid-area: 1 / 1 / 6 / 8;
	padding: 3em 2em;
}

.page-template-service #grid-1 .item-2,
.page-template-cashpoor #grid-1 .item-2 {
	grid-area: 6 / 1 / 11 / 6;
	padding: 3em 2em;
}

.page-template-service #grid-1 .item-3,
.page-template-cashpoor #grid-1 .item-3 {
	grid-area: 1 / 8 / 11 / 13;
	background-position: top center;
}

.page-template-service #grid-1 .item-4,
.page-template-cashpoor #grid-1 .item-4 {
	grid-area: 6 / 6 / 11 / 8;
}

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

.page-template-service #slider .grid,
.page-template-pricing .swiper-slide .grid {
	width: calc(100% - 5%);
	height: 100%;
	position: relative;
	left: 5%;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.page-template-pricing .swiper-slide.odd .grid {
	left: 0;
}

.page-template-service #slider .grid .item-1,
.page-template-pricing .swiper-slide .grid .item-1 {
	grid-area: 1 / 8 / 11 / 13;
}

.page-template-service #slider .item-1 img, 
.page-template-pricing .swiper-slide .item-1 img {
	max-width: 70%;
}

.page-template-service #slider .grid .item-2,
.page-template-pricing .swiper-slide .grid .item-2 {
	grid-area: 1 / 1 / 11 / 8;
	padding: 4em 3em;
}

.page-template-pricing .swiper-slide .grid .item-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-template-service #slider .grid .item-2 .copy,
.page-template-pricing .swiper-slide .grid .item-2 .copy {
	width: 70%;
}

.page-template-service #slider .btn-text {
    color: #F5873A;
}

.page-template-pricing .swiper-slide {
	background: #ffffff;
	height: 100vh;
}

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

.page-template-service #download {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.page-template-service #download .item-1 {
	grid-area: 1 / 5 / 11 / 9;
    padding: 6em 2em;
}

.page-template-service #download .item-2 {
	grid-area: 1 / 9 / 11 / 13;
}

.page-template-service #download .item-3 {
	grid-area: 1 / 1 / 11 / 5;
    background-size: cover;
    background-position: center;
}

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

.page-template-community #grid-1,
.page-template-solo-manifesto #grid-1,
.page-template-pricing #grid-1 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 8vh 8vh 8vh 8vh 8vh 8vh 8vh 8vh 8vh 8vh;
}

.page-template-partner #grid-1 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: calc(10vh - 12px) calc(10vh - 12px) calc(10vh - 12px) calc(10vh - 12px) calc(10vh - 12px) calc(10vh - 12px) calc(10vh - 12px) calc(10vh - 12px) calc(10vh - 12px) calc(10vh - 12px);
	border-bottom: 1px solid #ffffff;
}

.page-template-community #grid-1 .item-1,
.page-template-partner #grid-1 .item-1,
.page-template-solo-manifesto #grid-1 .item-1,
.page-template-pricing #grid-1 .item-1 {
	grid-area: 1 / 1 / 11 / 13;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
    background-size: 50%;
}

.page-template-community #grid-1 .item-2,
.page-template-partner #grid-1 .item-2,
.page-template-solo-manifesto #grid-1 .item-2,
.page-template-pricing #grid-1 .item-2 {
	grid-area: 3 / 2 / 9 / 12;
	position: relative;
	z-index: 2;
}

.page-template-community #grid-1 .item-2 h1,
.page-template-partner #grid-1 .item-2 h1,
.page-template-solo-manifesto #grid-1 .item-2 h1,
.page-template-pricing #grid-1 .item-2 h1 {
    height: 100%;
}

.page-template-partner #grid-1 .item-3 {
	z-index: 2;
}

.page-template-partner .solofunds {
	position: absolute;
	top: calc(100vh - 215px);
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
}

/* ------- */

.page-template-community #grid-2,
.page-template-solo-manifesto #grid-2 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto auto 20vh 20vh 20vh 20vh 20vh 20vh;
}

.page-template-solo-manifesto #grid-2 {
	grid-template-rows: auto auto auto auto auto auto;
}

.page-template-community #grid-2 .item-1,
.page-template-solo-manifesto #grid-2 .item-1 {
	grid-area: 2 / 7 / 6 / 13;
	padding-top: 4em;
	padding-left: 5em;
	padding-right: 7em;
}

.page-template-community #grid-2 .item-2,
.page-template-solo-manifesto #grid-2 .item-2 {
	grid-area: 1 / 1 / 2 / 13;
}

.page-template-community #grid-2 .item-3,
.page-template-solo-manifesto #grid-2 .item-3 {
	grid-area: 8 / 4 / 10 / 7;
}

.page-template-community #grid-2 .item-4,
.page-template-solo-manifesto #grid-2 .item-4 {
	grid-area: 6 / 7 / 12 / 13;
	padding-left: 5em;
	padding-right: 7em;
}

.page-template-solo-manifesto #grid-2 .item-4 {
	padding-bottom: 4em;
}

.page-template-community #grid-2 .item-5,
.page-template-solo-manifesto #grid-2 .item-5 {
	grid-area: 10 / 1 / 12 / 4;
	background-position: top center;
}

.page-template-community #grid-2 .item-6,
.page-template-solo-manifesto #grid-2 .item-6 {
	grid-area: 2 / 1 / 8 / 7;
}

.page-template-solo-manifesto #grid-2 .item-6 {
	grid-area: 2 / 1 / 13 / 7;
}

.page-template-solo-manifesto #grid-2 .item-7 {
	grid-area: 12 / 4 / 14 / 7;
}

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

.page-template-community #investor,
.page-template-community #awards {
    grid-template-columns: 33.33% 1fr 1fr;
	grid-template-rows: 1fr;
}

.page-template-community #awards {
    border-top: 1px solid #ffffff;
}

.page-template-community #investor .item-1,
.page-template-community #awards .item-1 {
	grid-area: 1 / 1 / 2 / 2;
    padding: 6em 4em;
    border-right: 1px solid #ffffff;
}

.page-template-community #investor .item-2,
.page-template-community #awards .item-2 {
	grid-area: 1 / 2 / 2 / 4;
    padding: 6em 4em;
}

.page-template-community #investor .logo img,
.page-template-community #awards .logo img {
    height: 150px;
    width: 150px;
    transition: 0.5s all;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.page-template-community #investor a.logo:hover img,
.page-template-community #awards a.logo:hover img {
    transform: scale(1.05);
}

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


.page-template-community #download,
.page-template-partner #download,
.page-template-press #download,
.page-template-blog #download,
.page-template-careers #download,
.page-template-shop #download {
	grid-template-columns: 33.33% 33.33% 33.33%;
	grid-template-rows: 1fr;
}

.page-template-community #download .item-1,
.page-template-partner #download .item-1,
.page-template-press #download .item-1,
.page-template-blog #download .item-1,
.page-template-careers #download .item-1,
.page-template-shop #download .item-1 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 4em 5em;
}

.page-template-community #download .item-2,
.page-template-partner #download .item-2,
.page-template-press #download .item-2,
.page-template-blog #download .item-2,
.page-template-careers #download .item-2,
.page-template-shop #download .item-2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 4em 4em;
}

.page-template-community #download .item-3,
.page-template-partner #download .item-3,
.page-template-press #download .item-3, 
.page-template-blog #download .item-3,
.page-template-careers #download .item-3,
.page-template-shop #download .item-3 {
	grid-area: 1 / 3 / 2 / 4;
	padding: 4em 5em;
}

.page-template-community #download .item-1:hover, 
.page-template-community #download .item-2:hover,
.page-template-community #download .item-3:hover,
.page-template-partner #download .item-1:hover, 
.page-template-partner #download .item-2:hover,
.page-template-partner #download .item-3:hover,
.page-template-press #download .item-1:hover, 
.page-template-press #download .item-2:hover,
.page-template-press #download .item-3:hover,
.page-template-blog #download .item-1:hover, 
.page-template-blog #download .item-2:hover,
.page-template-blog #download .item-3:hover,
.page-template-careers #download .item-1:hover, 
.page-template-careers #download .item-2:hover,
.page-template-careers #download .item-3:hover,
.page-template-shop #download .item-1:hover, 
.page-template-shop #download .item-2:hover,
.page-template-shop #download .item-3:hover {
	background: #F5873A;
	text-decoration: none;
}

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

.page-template-contact #contact {
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: 1fr;
	color: #ffffff;
}

.page-template-contact #contact .item-1 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 4em 2em;
	border-right: 1px solid #ffffff;
}

.page-template-contact #contact .item-2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 4em 2em;
	border-right: 1px solid #ffffff;
}

.page-template-contact #contact .item-3 {
	grid-area: 1 / 3 / 2 / 4;
	padding: 4em 2em;
	border-right: 1px solid #ffffff;
}

.page-template-contact #contact .item-4 {
	grid-area: 1 / 4 / 2 / 5;
	padding: 4em 2em;
}

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

.page-template-community #community .copy,
.page-template-solo-manifesto #community .copy {
	width: 60%;
	margin: 0 auto;
}

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

.page-template-partner #grid-2,
.page-template-partner #grid-3,
.page-template-partner #grid-4,
.page-template-partner #grid-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
	border-bottom: 1px solid #ffffff;
}

.page-template-partner #grid-2 .item-1,
.page-template-partner #grid-3 .item-1,
.page-template-partner #grid-4 .item-1,
.page-template-partner #grid-5 .item-1 {
	grid-area: 1 / 1 / 11 / 8;
	border-right: 1px solid #ffffff;
    padding: 6em 4em;
}

.page-template-partner #grid-2 .item-2,
.page-template-partner #grid-3 .item-2,
.page-template-partner #grid-4 .item-2,
.page-template-partner #grid-5 .item-2 {
	grid-area: 1 / 8 / 6 / 13;
	border-bottom: 1px solid #ffffff;
    padding: 6em 4em;
}

.page-template-partner #grid-2 .item-3,
.page-template-partner #grid-3 .item-3,
.page-template-partner #grid-4 .item-3,
.page-template-partner #grid-5 .item-3 {
	grid-area: 6 / 8 / 11 / 13;
    padding: 6em 4em;
}

.page-template-partner #grid-2 .item-3 .logo img,
.page-template-partner #grid-3 .item-3 .logo img,
.page-template-partner #grid-4 .item-3 .logo img,
.page-template-partner #grid-5 .item-3 .logo img {
    height: 150px;
    width: 125px;
    transition: 0.5s all;
    display: block;
}

.page-template-partner #grid-3 .item-3 .logo img,
.page-template-partner #grid-4 .item-3 .logo img {
	width: 200px;
}

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

.page-template-press h1, .page-template-press #section-1,
.page-template-blog h1, .page-template-blog #section-1,
.page-template-careers h1,
.page-template-shop h1, .page-template-shop #grid-1,
.page-template-engineering h1, .page-template-engineering #section-1 {
    color: #ffffff;
}

.page-template-press #section-1 a,
.page-template-blog #section-1 .btn-text,
.page-template-engineering #section-1 .btn-text {
    color: #FCBE24;
}

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

.page-template-press #press,
.page-template-blog #blog,
.page-template-engineering #blog {
    position: relative;
}

.page-template-press .solofunds {
    position: absolute;
    right: 4em;
    top: -100px;
}

.page-template-press #press .press-post {
    grid-template-columns: 33.33% 1fr;
	grid-template-rows: 1fr;
    color: #ffffff;
    border-top: 1px solid #ffffff;
}

.page-template-blog #blog .blog-post {
    grid-template-columns: 60% 1fr;
	grid-template-rows: 1fr;
    color: #ffffff;
    border-top: 1px solid #ffffff;
}

.page-template-engineering #blog .blog-post {
    grid-template-columns: 1fr 60% 1fr;
	grid-template-rows: 1fr;
    color: #ffffff;
    border-top: 1px solid #ffffff;
}

.page-template-press #press .press-post .item-1,
.page-template-blog #blog .blog-post .item-1 {
	grid-area: 1 / 1 / 2 / 2;
	border-right: 1px solid #ffffff;
    padding: 6em 4em;
}

.page-template-engineering #blog .blog-post .item-1 {
	grid-area: 1 / 2 / 2 / 3;
    padding: 4em;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.page-template-press #press .press-post .item-1 .logo img {
    width: 80%;
    height: 150px;
    margin: 0 auto;
    display: block;
}

.page-template-press #press .press-post .item-2,
.page-template-blog #blog .blog-post .item-2,
.page-template-engineering #blog .blog-post .item-2 {
	grid-area: 1 / 2 / 2 / 3;
    padding: 6em 4em;
}

.page-template-press .press-post h3 a,
.page-template-press .press-post h3 a:hover,
.page-template-blog .blog-post h3 a,
.page-template-blog .blog-post h3 a:hover,
.page-template-engineering .blog-post h3 a,
.page-template-engineering .blog-post h3 a:hover {
    color: #ffffff;
    text-decoration: none;
}

.page-template-press .press-post .btn-text,
.page-template-blog .blog-post .btn-text,
.page-template-engineering .blog-post .btn-text {
    display: block;
    color: #F5873A;
}

.page-template-engineering .blog-post .btn-text {
	font-size: 1em;
}

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

.page-template-careers #grid-1 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 60vh;
}

.page-template-careers #grid-1 .item-1 {
	grid-area: 1 / 1 / 2 / 9;
	background-size: cover;
	background-position: center;
}

.page-template-careers #grid-1 .item-2 {
	grid-area: 1 / 9 / 2 / 13;
	border-top: 1px solid #ffffff;
}

.page-template-careers #grid-1 .item-2 img {
	height: 200px;
	width: 200px;
}

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

.page-template-careers #grid-2 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 100vh;
	color: #ffffff;
}

.page-template-careers #grid-2 .item-1 {
	grid-area: 1 / 1 / 2 / 9;
	border-bottom: 1px solid #ffffff;
	padding: 10em;
}

.page-template-careers #grid-2 .item-2 {
	grid-area: 1 / 9 / 2 / 13;
	background-size: cover;
	background-position: center;
}

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

.page-template-careers #grid-3 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 100vh;
	color: #ffffff;
}

.page-template-careers #grid-3 .item-1 {
	grid-area: 1 / 1 / 2 / 5;
	background-size: cover;
	background-position: center;
}

.page-template-careers #grid-3 .item-2 {
	grid-area: 1 / 5 / 2 / 13;
	border-bottom: 1px solid #ffffff;
	padding: 10em;
}

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

.page-template-careers #grid-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 100vh;
	color: #ffffff;
}

.page-template-careers #grid-4 .item-1 {
	grid-area: 1 / 1 / 2 / 9;
	border-bottom: 1px solid #ffffff;
	padding: 10em;
}

.page-template-careers #grid-4 .item-2 {
	grid-area: 1 / 9 / 2 / 13;
	background-size: cover;
	background-position: center;
}

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

.page-template-careers #grid-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
}

.page-template-careers #grid-5 .item-1 {
	grid-area: 1 / 1 / 2 / 5;
	padding: 4em;
	border-bottom: 1px solid #000000;
}

.page-template-careers #grid-5 .item-2 {
	grid-area: 1 / 5 / 2 / 13;
	border-left: 1px solid #000000;
	background: #ffffff;
	border-bottom: 1px solid #000000;
}

.bzOpeningsList {
	margin: 0;
}

.bzOpening {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #000000;
}

.bzOpening:last-child {
	border: 0;
}

.bzOpening a {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	padding: 4em;
}

.bzOpening a:hover {
	text-decoration: none;
}

.bzOpening h2 {
    font-family: 'GoghVariableGX', sans-serif;
    font-size: 1.5em;
	width: 70%;
}

button.bzButtonApply {
	order: 3;
}

.bzMeta {
	list-style-type: none;
	width: 30%;
	margin-left: 0;
}

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

.page-template-shop #grid-1 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 100vh;
    position: relative;
    border-bottom: 1px solid #ffffff;
}

.page-template-shop #grid-1 .item-1 {
	grid-area: 1 / 7 / 2 / 13;
	background-size: cover;
	background-position: center;
}

.page-template-shop #grid-1 .item-2 {
	grid-area: 1 / 1 / 2 / 7;
	padding: 6em;
	padding-top: calc(150px + 3em);
}

.page-template-shop #grid-1 .solofunds {
    position: absolute;
    bottom: 4em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

.page-template-shop #grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 20vh 33vh 33vh 20vh 40vh;
}

.page-template-shop #grid-2 .item-1 {
	grid-area: 2 / 1 / 4 / 9;
    background-size: cover;
    background-position: center;
}

.page-template-shop #grid-2 .item-2 {
	grid-area: 4 / 5 / 6 / 12;
    z-index: 2;
    position: relative;
}

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

#download, .page-template-home .ticker-wrapper.bg-yellow, footer {
    position: relative;
    z-index: 998;
}

/* Cards */

.card {
	justify-content: center;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#facts .card {
	padding: 6em 2em;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0px 0px 20px rgba(66, 135, 245, 0.3);
	align-items: center;
}

#facts .card h4 {
	font-size: 1.5em;
}

.card.curved-corners-smaller {
	border-radius: 16px;
	padding: 4em;
	height: 100%;
	margin: 0;
}

.card.box-shadow {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	padding: 0;
}

a.card.box-shadow:hover {
	text-decoration: none;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.card-inner {
	height: 100%;
}

.card-image {
	background: rgba(0,0,0,0.2);
}

.card-body {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.card-body h6 {
    text-align: center;
}

.card-body h5 {
	font-size: 1em;
}

.card-body a {
    font-size: 0.8em;
    text-decoration: underline;
	margin-top: 2em;
}

.card-body.bg-purple a, .card-body.bg-green a {
    color: #ffffff;
}

.card-footer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.5s all;
	background: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-align: center;
	font-size: 1.1em;
	overflow-y: auto;
}

.card:hover .card-footer {
	opacity: 1;
}

.card-footer img {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(112deg) brightness(103%) contrast(101%);
}

.card.bg-black h3 {
	line-height: 1.3;
	font-size: 1.3em;
}

/* Swiper / ScrollMagic */

.scrollmagic-pin-spacer {
	pointer-events: none;
}

.swiper.slider, #carousel {
	pointer-events: auto !important;
	width: 100% !important;
}

.page-template-cashpoor .swiper.slider {
	height: auto;
}

.page-template-cashpoor .swiper.slider .slider-navigation {
	position: absolute;
	z-index: 3;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	pointer-events: none;
	top: 0;
	left: 0;
}

.page-template-cashpoor .slider-navigation .slider-button-prev {
	position: relative;
	background-color: #FCBE24;
	height: 50px;
	width: 50px;
	background-size:15px;
	background-position: center;
	left: unset;
	right: unset;
	margin: 0;
	margin-bottom: 1em;
	pointer-events: auto;
	display: none;
}

.page-template-cashpoor .slider-navigation .slider-button-next {
	position: relative;
	background-color: #FCBE24;
	height: 75px;
	width: 75px;
	background-size: 30px;
	background-position: center;
	left: unset;
	right: 2em;
	margin: 0;
	pointer-events: auto;
}

.carousel-2,
.carousel-3 {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

.slide {
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  float: left;
}

.carousel-button-next, .carousel-button-prev,
.carousel-2-button-next, .carousel-2-button-prev,
.carousel-3-button-next, .carousel-3-button-prev,
.slider-button-next, .slider-button-prev,
.testimonials-button-next, .testimonials-button-prev {
    height: 20px;
    width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.carousel-button-next,
.carousel-2-button-next,
.carousel-3-button-next,
.slider-button-next,
.testimonials-button-next {
    background-image: url(../svg/icon-arrow-next.svg);
}

.carousel-button-prev,
.carousel-2-button-prev,
.carousel-3-button-prev,
.slider-button-prev,
.testimonials-button-prev {
    background-image: url(../svg/icon-arrow-prev.svg);
}

.slider-arrows {
    padding-top: 2em;
    position: relative;
    z-index: 2;
    justify-content: center;
    padding-bottom: 2em;
	border-top: 1px solid #000000;
	background: #F3F1EC;
	display: none;
}

.slider-button-prev {
	margin-right: 1em;
}

.slider-button-next {
	margin-left: 1em;
}

.swiper-button-disabled {
	opacity: 0.5;
}

#stick-slider-trigger, #stick-carousel-trigger, #stick-slider-trigger-0, #stick-slider-trigger-1, #stick-slider-trigger-2 {
    top: -70px;
    position: relative;
}

#next-slide-trigger {
    top: 50px;
    position: relative;
}

.swiper.slider {
	width: 100%;
    height: calc(100vh - 70px);
    position: relative;
}

.swiper.carousel {
	height: 100%;
}

.carousel-2 .swiper-slide,
.carousel-3 .swiper-slide {
	height: auto;
}

.swiper.carousel .swiper-wrapper {
	height: 85%;
}

.slide {
    height: 100%;
    width: 100%;
    position: absolute;
}

.slider-pagination,
.page-template-pricing .item-3 {
	background: #F3F1EC;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 2em;
	width: 5% !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
	border-right: 1px solid #000000;
}

.page-template-pricing section.even .item-3 {
	left: -5.5%;
}

.page-template-pricing section.odd {
	border-top: 1px solid #000000;
}

.page-template-pricing section.odd .item-3 {
	right: -5.5%;
	left: unset;
	border-right: 0;
	border-left: 1px solid #000000;
}

.carousel-pagination, .carousel-dots, .testimonials-pagination, .testimonials-dots, .carousel-2-pagination, .carousel-2-dots,  .carousel-3-pagination, .carousel-3-dots {
	display: flex;
	align-items: center;
}

.carousel-pagination, .testimonials-pagination, .carousel-2-pagination, .carousel-3-pagination {
	margin-top: 1em;
	justify-content: space-between;
	padding-right: 4em;
    margin-bottom: 1em;
}

.testimonials-pagination {
    justify-content: flex-start;
    width: auto;
}

.carousel-dots, .testimonials-dots, .carousel-2-dots, .carousel-3-dots {
	justify-content: center;
}

.testimonials-dots {
    margin-left: 1em;
    margin-right: 1em;
}

.dot, .swiper-pagination-bullet {
	height: 15px;
	width: 15px;
	border: 1px solid #000000;
	margin-bottom: 0.5em !important;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	display: block;
}

.testimonials-pagination .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
}

.carousel-pagination .swiper-pagination-bullet, .testimonials-pagination .swiper-pagination-bullet,
.carousel-2-pagination .swiper-pagination-bullet,
.carousel-3-pagination .swiper-pagination-bullet {
	margin-bottom: 0 !important;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  margin: 12px 8px;
  cursor: pointer;
  float: left;
}

.dots {
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 16px;
}

.dot.current, .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper.post-carousel-images .carousel-dots {
	position: absolute;
	bottom: 1em;
	right: 1em;
	left: unset;
	width: auto;
	justify-content: flex-end;
	z-index: 2;
}

.swiper.header-carousel-images .carousel-dots {
	position: relative;
	margin-top: 2em;
	justify-content: center;
}

.swiper.post-carousel-images .swiper-pagination-bullet {
	border: 1px solid #ffffff;
}

.swiper.header-carousel-images .swiper-pagination-bullet {
	background: #B3B3B3;
	height: 12px;
	width: 12px;
	margin-bottom: 0 !important;
	margin-left: 5px !important;
}

.swiper.post-carousel-images .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper.header-carousel-images .swiper-pagination-bullet-active {
	background: #ffffff;
}

/* Filter */

.filter, .show-hide {
	width: 100%;
	position: relative;
	font-size: 0.9em;
	cursor: pointer;
	font-family: 'Avenir';
}

.filter .active, .show-hide .active {
	padding: 0.5em 1em;
	text-transform: uppercase;
	background-color: #ffffff;
	background-image: url(../icon_name_here.html);
	background-size: 10px;
	background-position: 98% center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 20px rgba(54, 57, 68, 0.03);
	border: 1px solid #E4E4E4;
	padding-right: 2.5em;
	font-weight: 600;
}

.filter .dropdown, .show-hide .dropdown {
	position: absolute;
	background: #ffffff;
	width: 100%;
	display: none;
	z-index: 998;
	border: 1px solid #E4E4E4;
	border-top: 0;
}

.filter .dropdown .option, .show-hide .dropdown .option {
	padding: 0.5em 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.filter .dropdown .option:hover, .show-hide .dropdown .option:hover {
	background: #DDDEE1;
	color: #394053;
}

.checkbox {
	display: flex;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.1em;
	cursor: pointer;
}

.checkbox span {
	border: 1px solid #DDE2E5;
	height: 30px;
	width: 30px;
	display: inline-flex;
	margin-right: 0.5em;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 4px;
	background: #ffffff;
}

.checkbox.checked span:before {
	content: "";
	background-image: url(../icon_name_here.html);
	transform: rotate(45deg);
	background-size: cover;
	height: 24px;
	width: 25px;
	position: absolute;
}

/* Table */

th {
	text-align: center;
}

td {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.page-template-default td {
	padding: 0.5em;
	border: 1px solid #000000;
}

thead td {
	background: #000000;
	color: #ffffff;
}
/* Isotope */

.hidden-item {
	display: none;
}

.isotope, .isotope-filter {
	padding-left: 15px;
	padding-right: 15px;
}

.isotope .row, .isotope-filter .row {
	margin-left: -15px;
	margin-right: -15px;
}

.grid-item {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.isotope-filter .col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
}

.grid-item:last-of-type {
	margin-bottom: 0;
}

.grid-item .card-img {
	width: 100%;
}

/* Forms */

.grecaptcha-badge {
	display: none;
}

label {
	display: block;
	text-align: left;
	text-transform: uppercase;
}

.page-template-bankroles label,
.page-template-lp label {
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 2px;
}

.page-template-contact label:not(.custom-file-upload) {
	font-weight: normal;
	font-size: 1.1em;
	color: #ffffff;
	text-transform: unset;
}

.page-template-contact p + p {
	font-size: 0.9em;
}

input, textarea, select, input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	width: 100%;
	padding: 0.5em 1em;
	border: 1px solid #000000;
	border-radius: 0;
}

.page-template-bankroles input,
.page-template-bankroles input:focus,
.page-template-bankroles input:active,
.page-template-contact input,
.page-template-contact input:focus,
.page-template-contact input:active,
.page-template-contact textarea,
.page-template-contact textarea:focus,
.page-template-contact textarea:active,
.page-template-lp input,
.page-template-lp input:focus,
.page-template-lp input:active {
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
}

select {
	-webkit-appearance: none;
	background-image: url(../icon-select.html);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: 95% center;
	padding: 0.5em 2em 0.5em 1em;
}

textarea {
	min-height: 200px;
}

input:focus, textarea:focus, input:active, textarea:active {
	border: 1px solid #000000;
	outline: none;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

input[type="file"] {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

.wpcf7-submit {
	width: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 2em;
}

.page-template-contact .wpcf7 form.sent .wpcf7-response-output {
	color: #ffffff;
}

#success {
	min-height: 500px;
}

.wpcf7-spinner, .wpcf7-not-valid-tip {
	position: absolute;
}

.page-template-bankroles .wpcf7-not-valid-tip,
.page-template-lp .wpcf7-not-valid-tip {
	color: #ffffff;
	font-style: italic;
	font-size: 0.8em;
}

.page-template-bankroles .wpcf7 form.invalid .wpcf7-response-output,
.page-template-lp .wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.page-template-contact input[type="file"] {
    z-index: -99999;
	position: absolute;
	left: -99999;
	opacity: 0;
}

.custom-file-upload {
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 0.8em 1.5em;
    cursor: pointer;
	border-radius: 60px;
	font-family: 'Druk Wide';
	transition: 0.5s all;
	font-size: 0.8em;
	color: #ffffff;
	text-transform: unset;
}

.custom-file-upload:hover {
	background: #F5873A;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #F5873A;
}

.file-selected {
	color: #ffffff;
	font-style: italic;
	margin-left: 0.5em;
	margin-top: -5px;
}

/* Lists */

ul {
	padding: 0;
	margin-left: 2.5em;
}

ul li {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}

ul.two-col {
	display: flex;
	flex-wrap: wrap;
}

ul.two-col li {
	width: 50%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Footer */

.page-template-bankroles-thank-you footer .container-fluid,
.page-template-lp-thank-you footer .container-fluid {
	display: none;
}

footer .app-button img {
	width: 100%;
}

footer a {
	text-decoration: ffffff;
}

footer h7, footer .btn-text {
	font-size: 1.3em;
}

footer .logo img {
	width: 250px;
}

footer .tp-logo img {
	width: 150px;
	margin-left: 2em;
}

footer .small-logo {
	width: 100px;
}

footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

footer .small {
	font-size: 0.7em;
	color: #ffffff;
}

footer .small a {
	color: #ffffff;
	text-decoration: underline;
}

footer ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer li {
	list-style-type: none;
    position: relative;
	width: 50%;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

footer li:nth-of-type(even) {
    width: 35%;
}

footer .box {
	padding: 1em;
	transition: 0.5s all;
	font-family: 'Druk Wide', sans-serif;
	font-size: 0.7em;
}

footer .box:hover {
	box-shadow: 10px 10px 0px #F5873A;
	color: #000000;
	text-decoration: none;
}

#menu-smaller-footer-menu,
#menu-smaller-footer-menu-1 {
	margin-bottom: 1em;
	justify-content: flex-start;
}

#menu-smaller-footer-menu li,
#menu-smaller-footer-menu-1 li {
	width: auto;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#menu-smaller-footer-menu li:first-child,
#menu-smaller-footer-menu-1 li:first-child {
	margin-left: 0;
}

#menu-smaller-footer-menu li:last-child,
#menu-smaller-footer-menu-1 li:last-child {
	margin-right: 0;
}

#menu-smaller-footer-menu li a,
#menu-smaller-footer-menu-1 a {
	font-size: 0.9em;
}

footer li a {
	color: #ffffff;
	font-size: 1.3em;
}

footer li:last-child a {
	padding-right: 0;
}

footer .icon {
	height: 30px;
	width: 30px;
}

footer a:hover .icon {
	filter: brightness(0) saturate(100) invert(90%) sepia(22%) saturate(5062%) hue-rotate(339deg) brightness(104%) contrast(98%);
}

/* Animations */

.fade-in {
	opacity: 0;
	top: 50px;
	transition: 0.4s opacity ease-in-out 0s, 0.4s top ease-in-out 0s;
	position: relative;
}

.fade-in.in {
	opacity: 1; 
	top: 0;
}

.fade {
    opacity: 0;
    transition: 0.5s opacity ease-in-out 0.1s;
}

.fade.in {
    opacity: 1;
}

.fade-in.count-1 {
	transition: 0.4s opacity ease-in-out 0.1s, 0.4s top ease-in-out 0.1s;
}

.fade-in.count-2 {
	transition: 0.4s opacity ease-in-out 0.2s, 0.4s top ease-in-out 0.2s;
}

.fade-in.count-3 {
	transition: 0.4s opacity ease-in-out 0.3s, 0.4s top ease-in-out 0.3s;
}

.fade-in.count-4 {
	transition: 0.4s opacity ease-in-out 0.4s, 0.4s top ease-in-out 0.4s;
}

.fade-in.count-5 {
	transition: 0.4s opacity ease-in-out 0.5s, 0.4s top ease-in-out 0.5s;
}

.fade-in.count-6 {
	transition: 0.4s opacity ease-in-out 0.6s, 0.4s top ease-in-out 0.6s;
}

@media only screen and (min-width: 2000px) {
	html {
		font-size: 25px;
	}
	
	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	/* Typography */

	h3.outline {
		font-size: 5em;
	}

	.orange-circle {
		height: 300px;
		width: 300px;
	}
	
	/* Special Layouts */

	#impact {
		grid-template-rows: 30vh 40vh;
	}
	
	/* Images */

	.app-button img {
		width: 250px;
	}

}

@media only screen and (max-width: 1700px) {
    /* Typography */

    h2.extra-large {
        font-size: 8em;
    }

    h3 {
        font-size: 1.7em;
    }

    h3.outline {
        font-size: 3.7em;
    }

    h7 {
        font-size: 1.5em;
    }

    .btn-text {
        font-size: 1.5em;
    }

    /* Special Layouts */
}

@media only screen and (max-width: 1600px) {
    /* Typography */

	h1 {
		font-size: 4.5em;
	}

	.page-template-home h1 {
		font-size: 4em;
	}

    h1.outline {
        font-size: 5em;
    }

    h2.medium {
        font-size: 3.2em;
    }

	h2.large {
		font-size: 3.5em;
	}

	.page-template-home #header h2 {
		font-size: 1.7em;
	}

    h4 {
        font-size: 2em;
    }

    /* Cards */

    .card-footer {
        font-size: 1em;
    }

	/* Special Layouts */

	.page-template-careers #grid-2 .item-1,
	.page-template-careers #grid-3 .item-2,
	.page-template-careers #grid-4 .item-1 {
		padding: 7em;
	}

	.page-template-home #header h2 {
		bottom: 3em;
	}
}

@media only screen and (max-width: 1500px) {
	/* Global */

	html {
		font-size: 17px;
	}

	.container {
		width: 90%;
	}

    /* Typography */

    h4 {
        font-size: 2.5em;
    }

	.page-template-bankroles #poppins .btn-secondary,
	.page-template-bankroles-thank-you #poppins .btn-secondary,
	.page-template-lp #poppins .btn-secondary,
	.page-template-lp-thank-you #poppins .btn-secondary {
		border: 3px solid #ffffff;
	}

	/* Images */

	.page-template-contact .other-icon {
		height: 50px;
		width: 50px;
	}
	
	/* Special Layouts */

	.page-template-home #trustpilot-badge {
		top: 14em;
	}

	/* Swiper */

	.header-images .swiper-button-next, .header-images .swiper-button-prev {
		height: 45px;
		width: 45px;
	}

	.page-template-cashpoor .slider-navigation .slider-button-prev,
	.page-template-cashpoor .slider-navigation .slider-button-next {
		height: 30px;
		width: 30px;
		background-size: 8px;
	}

	/* Images */

	#million-badge { 
		width: 125px;
	}

	/* Footer */

	#menu-smaller-footer-menu li a {
		font-size: 0.8em;
	}

	.page-template-regulatory #impact .item-3 {
		padding-left: 0;
		margin-left: -1em;
	}

	#facts .item-3, #stories .item-3, #findings .item-3 {
		padding-left: 0;
		margin-left: -2em;
	}

	#report-2025 .item-1 {
		margin-left: -2em;
		padding-left: 0;
	}
}

@media only screen and (max-width: 1400px) {
	/* Global */

	.container {
		width: 90%;
	}

    /* Typography */

    h2 {
        font-size: 1.8em;
    }

	.btn-gradient {
		padding: 1em 1.5em;
	}
	
	/* Header */

	header.container-fluid {
		height: 100px;
	}

	#logo img {
		height: 58px;
		width: 65px;
	}
	
	/* Images */

	.coming-soon {
		height: 100px;
		width: 100px;
	}
	
	.quotation-mark {
		height: 150px;
		width: 150px;
	}
	
    /* Helpers */

    .orange-circle {
        height: 200px;
        width: 200px;
    }
    
    .solofunds {
        height: 150px;
        width: 150px;
    }

	/* Special Layouts */

	.page-template-bankroles #header .row,
	.page-template-regulatory #header .row, 
	.page-template-memberstories #header .row,
	.page-template-lp #header .row {
		padding-top: calc(3em + 100px);
	}

    #content {
        margin-top: 100px;
    }

	.page-template-community #content,
    .page-template-partner #content,
	.page-template-solo-manifesto #content {
		padding-top: 100px;
	}

    nav .button {
	    padding: 1em 1.5em;
    }

    /* ------ */

    /* ------ */
    
    .page-template-partner #grid-2 .item-3 .logo img, .page-template-partner #grid-3 .item-3 .logo img, .page-template-partner #grid-4 .item-3 .logo img, .page-template-partner #grid-5 .item-3 .logo img {
        height: 120px;
        width: 130px;
    }

    .page-template-partner #grid-3 .item-3 .logo img, .page-template-partner #grid-4 .item-3 .logo img {
        width: 175px;
    }

    /* ------ */

    .page-template-press .solofunds {
        top: -75px;
    }

	/* Swiper */

	.swiper.carousel .swiper-wrapper {
		height: 75%;
	}
}

@media only screen and (max-width: 1300px) {
	/* Global */


	/* Typography */

    h2.extra-large {
        font-size: 7em;
    }

	.page-template-bankroles h3,
	.page-template-lp h3 {
		letter-spacing: 4px;
	}

	.btn-primary, .btn-secondary, button.bzButtonApply {
		font-size: 1.1em;
	}

	/* Header */

	
	/* Header Navigation */

	/* Helpers */

    /* Images */

    .app-button img {
        width: 150px;
    }

	#million-badge { 
		width: 100px;
	}

	#trustpilot-badge {
		width: 100px;
		top: 250px;
		left: 20px;
	}

	/* Special Layouts */

	.page-template-community #investor .logo img, .page-template-community #awards .logo img,
    .page-template-partner .grid .logo img {
		height: 125px;
		width: 125px;
	}

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

	.page-template-careers #grid-2 .item-1,
	.page-template-careers #grid-3 .item-2,
	.page-template-careers #grid-4 .item-1 {
		padding: 6em;
	}

	.table .item {
		height: 150px;
	}

	footer .tp-logo img {
		width: 100px;
	}
}

@media only screen and (max-width: 1200px) {
	.error404 .container-fluid {
		background-size: 75px 75px !important;
	}

	/* Global */
	html {
		font-size: 11px;
	}

	/* Typography */

	h1 {
		font-size: 7em;
	}
	
	h2 {
		font-size: 2.6em;
	}

	/* Header */


	/* Images */

	.page-template-home #trustpilot-badge {
		top: 18em;
	}

	/* Header Navigation */

	#menu-primary-navigation li {
		margin-left: 2em;
		margin-right: 2em;
	}

	#menu-primary-navigation a {
		font-size: 1.6em;
	}	

	/* Special Layouts */

	.page-template-cashpoor2025 .swiper-pagination-bullet {
		height: 15px;
		width: 15px;
	}
	
	.page-template-community #investor .logo img, .page-template-community #awards .logo img,
    .page-template-partner .grid .logo img {
		height: 100px;
		width: 100px;
	}

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

	.page-template-careers #grid-1 {
		grid-template-rows: 40vh;
	}

	.page-template-careers #grid-1 .item-2 img {
		height: 100px;
		width: 100px;
	}
	.page-template-careers #grid-2,
	.page-template-careers #grid-3,
	.page-template-careers #grid-4 {
		grid-template-rows: 1fr
	}

	.page-template-careers #grid-2 .item-1,
	.page-template-careers #grid-3 .item-2,
	.page-template-careers #grid-4 .item-1 {
		padding: 12em 6em;
	}

	/* ------- */

	.ticker-wrapper.logos {
		padding-left: 2em;
		padding-right: 2em;
	}

	.ticker-wrapper img {
		height: 80px;
		width: 120px;
	}
}

@media only screen and (max-width: 1024px) {
	/* Global */

    html {
        font-size: 17px;
    }

	.container {
		width: 95%;
	}

	.container.wider {
		width: 100%;
	}

	/* Typography */

	h1 {
		font-size: 4em;
	}

    h1.small, .error404 h1 {
        font-size: 3em;
    }
    
	h2 {
		font-size: 1.7em;
	}

    h2.small {
        font-size: 2em;
    }

    h2.medium {
        font-size: 2.7em;
    }

    h2.large {
        font-size: 3.5em;
    }

    h2.extra-large {
        font-size: 6em;
    }
    
	.page-template-bankroles-thank-you h2,
	.page-template-lp-thank-you h2 {
		font-size: 2em;
	}

    h3 {
        font-size: 1.4em;
    }

    h3.outline {
        font-size: 3.3em;
    }

    h4 {
        font-size: 2em;
    }

    h4.small {
        font-size: 1.7em;
    }

    h6 {
        font-size: 1.1em;
    }

    .btn-primary, button.bzButtonApply {
        font-size: 1em;
    }

	blockquote {
		font-size: 3em;
	}

	.medium {
		font-size: 1.3em;
	}

	/* Header */


	/* Header Navigation */

	#menu-primary-navigation li {
		margin-left: 1em;
		margin-right: 1em;
	}

	#menu-primary-navigation a {
		font-size: 1em;
	}

    /* Helpers */

    .bg-image.parallax {
        background-attachment: unset;
    }

    .bg-image {
        height: 450px;
    }

    .solofunds {
        height: 100px;
        width: 100px;
    }

	.solofunds .circle {
		font-size: 0.7em;
	}

	/* Special Layouts */

	.page-template-home #trustpilot-badge {
		top: 14em;
	}

	.page-template-bankroles-thank-you header,
	.page-template-lp-thank-you header {
		display: none;
	}

	.page-template-bankroles #header .row,
	.page-template-regulatory #header .row, 
	.page-template-memberstories #header .row,
	.page-template-lp #header .row {
		padding-top: 10em;
	}

    .page-template-home #grid-1 {
        grid-template-rows: 5vh 5vh 5vh 5vh 5vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
    }

	.page-template-home #slider p {
		font-size: 0.7em;
	}

    .page-template-home #slider .grid .icon {
        height: 50px;
        width: 50px;
    }

    .page-template-home #slider .grid-1 .item-4 div {
        width: 70%;
    }

	.page-template-home #download {
		grid-template-rows: 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh;
	}
	
    /* -------- */

    .page-template-community #grid-2 .item-1,
    .page-template-community #grid-2 .item-4,
	.page-template-solo-manifesto #grid-2 .item-1,
	.page-template-solo-manifesto #grid-2 .item-4 {
        padding-right: 5em;
        padding-left: 4em;
    }

    .page-template-community #community .copy,
	.page-template-solo-manifesto #community .copy {
        width: 80%;
    }

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

    .page-template-partner .solofunds {
        top: calc(100vh - 165px);
    }

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

    .page-template-partner #grid-2 .item-3 .logo img, .page-template-partner #grid-3 .item-3 .logo img, .page-template-partner #grid-4 .item-3 .logo img, .page-template-partner #grid-5 .item-3 .logo img {
        height: 70px;
		width: 100px;
    }

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

    .page-template-community #download .item-1, 
    .page-template-community #download .item-2,
    .page-template-community #download .item-3,
    .page-template-partner #download .item-1, 
    .page-template-partner #download .item-2,
    .page-template-partner #download .item-3,
    .page-template-press #download .item-1, 
    .page-template-press #download .item-2,
    .page-template-press #download .item-3,
    .page-template-blog #download .item-1, 
    .page-template-blog #download .item-2,
    .page-template-blog #download .item-3,
	.page-template-careers #download .item-1,
	.page-template-careers #download .item-2,
	.page-template-careers #download .item-3,
	.page-template-shop #download .item-1,
	.page-template-shop #download .item-2,
	.page-template-shop #download .item-3   {
        padding: 2em;
    }
    
    /* -------- */

    .page-template-press .solofunds {
        top: -50px;
    }

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

	.page-template-careers #grid-2 .item-1,
	.page-template-careers #grid-3 .item-2,
	.page-template-careers #grid-4 .item-1 {
		padding: 6em;
	}

	.page-template-careers #grid-5 .item-1 {
		padding: 2em;
	}

	.bzOpening a {
		padding: 2em;
	}

	/* Swiper / ScrollMagic */

	.scrollmagic-pin-spacer {
		padding-bottom: 0 !important;
		pointer-events: auto;
	}

	.swiper.slider {
		height: auto;
	}
	
	/* Footer */

	footer .box {
		font-size: 0.5em;
	}

	#menu-smaller-footer-menu li a,
	#menu-smaller-footer-menu-1 a {
		font-size: 0.7em;
	}
	
	footer .small {
		font-size: 0.6em;
	}

	footer .icon {
		height: 20px;
		width: 20px;
	}
}

@media only screen and (min-width: 1200px) and (max-height: 800px) {
    /* Typography */

    h4 {
        font-size: 2em;
    }

    h7 {
        font-size: 1.2em;
    }

    .btn-text {
        font-size: 1.2em;
    }
    
    /* Header */

	/* Header Navigation */


	/* Special Layouts */

    #impact .item-3 {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    
    .page-template-home #slider .grid .icon {
        height: 50px;
        width: 50px;
    }

    .page-template-home #slider .grid-1 .item-3 {
        padding-bottom: 0;
    }

    .page-template-home #slider .grid-1 .item-4 div {
        width: 80%;
    }

	.page-template-home #slider .grid-2 .item-4 {
		padding: 1em 2em;
	}

	.page-template-home #slider .grid-2 .item-4 div {
		width: 100%;
	}
	
    .page-template-home #slider .grid-3 .item-3 {
        padding-bottom: 0;
    }

    /* Swiper / ScrollMagic */

}

@media only screen and (max-width: 992px) {
	/* Global */

	html {
		font-size: 13px;
        background: #000000;
	}

	.container {
		width: 100%;
	}

	.row {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	.py-small {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.pt-small {
		padding-top: 2em;
	}

	.pb-small {
		padding-bottom: 2em;
	}

	/* Typography */

    .page-template-home h1 {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
		font-size: 8em;
    }

    h2.small {
        font-size: 3em;
    }

	/* Header */

	header.container-fluid {
		background: #000000;
		height: 120px;
		position: fixed;
        transition: 0.5s all;
        z-index: 1;
        opacity: 1;
	}

	header.container-fluid.solid {
		background: #000000;
        opacity: 0;
		height: 80px;
	}

    header.container-fluid.solid.open {
        opacity: 1;
    }
    
    header.container-fluid.invisible {
        opacity: 0;
		pointer-events: none;
    }

    header.container-fluid.visible, header.container-fluid.invisible.open {
        z-index: 999;
        opacity: 1;
		pointer-events: auto;
    }

	#logo img {
		height: 58px;
		width: 65px;
		transition: 0.5s all;
		top: -1em;
	}
	
	header.container-fluid.solid.visible #logo img {
		height: 48px;
		width: 55px;
		top: unset;
	}

	/* Header Navigation */

	.nav-icon.close:after {
		width: 100%;
	}

	#navigation {
		margin: inherit;
	}

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		background: #000000;
	    height: calc(100vh - 120px);
	    width: 100%;
	    right: -100vw;
		top: 120px;
	    position: fixed;
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    overflow-y: scroll;
		transition: 0.5s all;
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 120px - 32px);
	}

	header.container-fluid.solid .menu-primary-navigation-container, .logged-in header.container-fluid.solid .menu-primary-navigation-container {
		top: 80px;
	}

	header.container-fluid.solid .menu-primary-navigation-container, .logged-in header.container-fluid.solid  .menu-primary-navigation-container {
		height: calc(100vh - 80px);
	}
	
	.menu-primary-navigation-container.visible {
		right: 0;
	}

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(120px + 32px);
	}

	#menu-primary-navigation {
		flex-direction: column;
		margin: 0;
		padding: 0;
		padding-top: 4em;
		border-bottom: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		padding-left: 100px;
		width: 100%;
		height: auto;
		padding-bottom: 4em;
		position: relative;
	}

	#menu-primary-navigation:before {
		content: '';
		height: 100%;
		width: 1px;
		background: #ffffff;
		display: block;
		position: absolute;
		top: 0;
		left: 100px;
	}

	#menu-primary-navigation li {
		margin-right: 0;
		margin-left: 0;
		width: calc(100% + 100px);
		left: -100px;
		position: relative;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	#menu-primary-navigation li:before {
		content: '';
		height: 50px;
		width: 50px;
		background-image: url(../svg/graphic-sight.svg);
		background-size: cover;
		position: absolute;
		left: 25px;
		display: inline-block;
		opacity: 0;
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(307deg) brightness(112%) contrast(101%);
	}

	#menu-primary-navigation li a {
		font-size: 3em;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
		height: auto;
		font-family: "Druk Wide";
		padding-left: calc(100px + 1em);
		display: block;
		width: 100%;
		opacity: 0;
		top: 100px;
		transition: 0.2s all 0s;
		color: #ffffff;
	}
	
	header.open #menu-primary-navigation li a {
		opacity: 1;
		top: 0;
	}

	header.container-fluid.solid #menu-primary-navigation a,
    .page-template-service #menu-primary-navigation a,
    .page-template-default #menu-primary-navigation a,
	.post-template-default #menu-primary-navigation a,
	.page-template-feedback #menu-primary-navigation a,
	.press-template-default #menu-primary-navigation a,
	.page-template-cashpoor #menu-primary-navigation a,
	.page-template-solo-legal #menu-primary-navigation a,
	.single-stories #menu-primary-navigation a,
	.single-news #menu-primary-navigation a,
	.page-template-bankroles #menu-primary-navigation a,
	.page-template-lp #menu-primary-navigation a,
	.page-template-cashpoor2025 #menu-primary-navigation a,
	.page-template-cashpoor2025-article #menu-primary-navigation a,
	.engineering-template-default #menu-primary-navigation a,
	.page-template-solo-iq #menu-primary-navigation a {
		color: #ffffff;
	}

	header.open #menu-primary-navigation li:nth-child(1) a {
		transition: 0.5s all 0.2s;
	}

	header.open #menu-primary-navigation li:nth-child(2) a {
		transition: 0.5s all 0.3s;
	}

	header.open #menu-primary-navigation li:nth-child(3) a {
		transition: 0.5s all 0.4s;
	}

	header.open #menu-primary-navigation li:nth-child(4) a {
		transition: 0.5s all 0.5s;
	}

	header.open #menu-primary-navigation li:nth-child(5) a {
		transition: 0.5s all 0.6s;
	}

	header.open #menu-primary-navigation li:nth-child(6) a {
		transition: 0.5s all 0.7s;
	}

	header.open #menu-primary-navigation li:nth-child(7) a {
		transition: 0.5s all 0.8s;
	}

	#menu-primary-navigation a:after {
		display: none;
	}

	#menu-primary-navigation li.current-menu-item {
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	#menu-primary-navigation li.current-menu-item:before {
		opacity: 1;
	}
	
	#menu-primary-navigation li.current-menu-item a, header.container-fluid.solid #menu-primary-navigation li.current-menu-item a {
		color: #F5863B;
	}

	/* Images */

	#million-badge { 
		right: 0;
		margin: 0 auto;
		left: -150px;
		top: 110px;
		width: 80px;
	}

	.page-template-home #trustpilot-badge {
		top: 130px;
		width: 90px;
		left: 0;
		right: -150px;
		margin: 0 auto;
	}

	.page-template-home .swiper-slide.text-center .separator-2 + img {
		margin-top: 3em;
	}

	.page-template-home .swiper-slide .h-100:first-of-type {
		height: 30% !important;
	}

	.page-template-home .swiper-slide .h-100:last-of-type {
		height: 70% !important;
	}

	.curved-corners {
		border-radius: 50px;
	}

	.quotation-mark {
		height: 100px;
		width: 100px;
	}
	
	/* Helpers */

	.page-template-home #header h2 {
		bottom: 7em;
	}

	.ticker-wrapper {
		font-size: 4.5vw;
	}

	#download-button {
		height: auto;
		width: calc(100% - 60px);
		left: 30px;
		position: fixed;
		bottom: 1em;
		border-radius: 20px;
		background: #F5873A;
		color: #ffffff;
		padding: 0.5em;
		font-family: 'Druk Wide';
		font-size: 1.4em;
		z-index: 997;
		opacity: 0;
		transition: 0.5s all 4s;
		box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
		text-align: center;
	}

	#download-button.visible {
		opacity: 1;
	}
	
	.page-template-shop #download-button,
	.page-template-default #download-button,
	.page-template-feedback #download-button,
	.post-template-default #download-button,
	.press-template-default #download-button,
	.page-template-cashpoor #download-button.visible,
	.page-template-solo-legal #download-button,
	.page-template-contact #download-button,
	.page-template-regulatory #download-button,
	.page-template-memberstories #download-button,
	.single-stories #download-button,
	.single-news #download-button {
		display: none;
	}
	
	/* Special Layouts */

	.swiper-horizontal>.swiper-pagination-bullets.images-dots {
		padding: 8px 12px;
	}

	.page-template-cashpoor2025 .logo {
		height: 30px;
	}

	.page-template-cashpoor2025 #download-button.visible,
	.page-template-cashpoor-2025-article #download-button.visible {
		display: none !important;
	}

	.error404 .h-full .row {
		padding-top: 12em;
		padding-bottom: 12em;
	}

	.page-template-home #content {
		margin-top: 120px;
	}

    #content {
        margin-top: 120px;
    }

    .logged-in #content {
        margin-top: calc(120px - 32px);
    }

    .page-template-community #content,
    .page-template-community.logged-in #content,
    .page-template-partner #content,
    .page-template-partner.logged-in #content,
	.error404 #content,
	.page-template-solo-manifesto.logged-in #content,
	.page-template-contact #content,
	.page-template-contact.logged-in #content {
        margin: 0;
        padding-top: 120px;
    }

	.page-template-home #header {
		height: calc(100vh - 120px);
	}

	.page-template-solo-iq #header {
		padding-top: 2em;
	}

	.page-template-solo-iq .btn-primary img,
	.solo-iq-slide .btn-primary img {
		height: 15px;
		width: 15px;
	}

	/* ------- */

	.page-template-home #grid-1 {
		grid-template-rows: auto 400px;
	}

	.page-template-home #grid-1 .item-1 {
		grid-area: 2 / 1 / 3 / 3;
	}

	.page-template-home #grid-1 .item-2 {
		grid-area: 2 / 3 / 3 / 13;
		background-position: top center;
	}

	.page-template-home #grid-1 .item-3 {
		grid-area: 1 / 1 / 2 / 13;
		padding: 2em 3em;
		border-bottom: 1px solid #000000;
	}

	/* ------- */

	.page-template-home #grid-2 {
		grid-template-rows: auto 450px 200px;
	}

	.page-template-home #grid-2 .item-1 {
		grid-area: 1 / 3 / 2 / 13;
		border-right: 0 !important;
		padding: 2em 3em;
	}

	.page-template-home #grid-2 .item-2 {
		grid-area: 1 / 1 / 2 / 3;
		border-right: 1px solid #000000;
	}

	.page-template-home #grid-2 .item-5 {
		grid-area: 4 / 2 / 8 / 12;
	}

	/* ------ */

	.page-template-home #slider {
		background: #ffffff;
		border-bottom: 1px solid #000000;
	}

	.page-template-home #slider .grid {
		display: block;
		border-right: 0;
		border-bottom: 0;
	}

	.page-template-home #slider .grid .btn-text {
		flex-direction: row;
		justify-content: flex-start;
		color: #F5873A;
	}

	.page-template-home #slider .grid .btn-text span:first-of-type {
		margin-right: 10px;
	}

	.page-template-home #slider p {
		font-size: 1em;
	}
	
	/* ------ */

	.page-template-home #slider .item-1 {
		padding: 1em 2em;
		border-right: 0 !important;
		border-left: 0 !important;
		border-bottom: 0 !important;
	}

	.page-template-home #slider .item-3 {
		padding-top: 3em;
		padding-right: 2em;
		padding-bottom: 0 !important;
		border-right: 0 !important;
		border-left: 0 !important;
	}

	.page-template-home #slider .item-4 {
		padding: 1em 2em !important;
		border-left: 0 !important;
	}

	.page-template-home #slider .item-4 div {
		width: 100% !important;
	}

	.page-template-home #slider .item-5 {
		padding: 0 2em;
		padding-bottom: 3em;
		border-top: 0 !important;
		border-bottom: 0;
		border-right: 0 !important;
		border-left: 0 !important;
	}

	.page-template-home #slider .grid-2 .item-5 {
		border-bottom: 0 !important;
	}

	.page-template-home #slider .item-6 {
		border-right: 0 !important;
		border-left: 0 !important;
		padding-bottom: 3em;
	}

	.page-template-home #slider .item-6 img {
		max-height: 400px;
		margin-top: 2em;
	}

    /* ------ */

    #impact {
        display: block;
    }

    #impact .item-1 {
        padding-top: 8em;
        padding-bottom: 3em;
    }

    #impact .item-3 {
        padding-left: 30px;
    }

    /* ------ */

    .page-template-home #grid-4 {
        display: block;
    }

    .page-template-home #grid-4 .item-1 {
        background: #F3F1EC;
        padding-top: 3em;
    }

    .page-template-home #grid-4 .item-2 {
        height: 400px;
        width: 100%;
		background-position: top center;
    }

    .page-template-home #grid-4 .item-3 {
        border-top: 0 !important;
        padding: 2em 3em;
    }

    /* ------ */

    .page-template-home #download {
        display: block;
    }

    .page-template-home #download .item-1 {
        padding: 2em 3em;
        padding-top: 4em;
        background: #F5873A;
    }

    .page-template-home #download .item-2 {
        border: 0 !important;
        background: #F5873A;
        padding: 2em 3em;
        padding-top: 0;
        padding-bottom: 4em;
    }

    /* ------ */

    .page-template-service #grid-1, 
	.page-template-cashpoor #grid-1  {
        display: block;
    }

    .page-template-service #grid-1 .item-1,
	.page-template-cashpoor #grid-1 .item-1 {
        background: #000000;
    }

    .page-template-service #grid-1 .item-1 h1.outline,
	.page-template-cashpoor #grid-1 .item-1 h1 {
        color: #ffffff;
        -webkit-text-stroke-color: #ffffff;
    }

    .page-template-service #grid-1 .item-1 h1.outline .solid,
	.page-template-cashpoor #grid-1 .item-1 h1 .outline {
        -webkit-text-fill-color: #ffffff;
    }

    .page-template-service #grid-1 .item-3,
	.page-template-cashpoor #grid-1 .item-3 {
        height: 500px;
		background-position: top center;
    }

	/* ------ */

	.page-template-service #slider .grid, 
	.page-template-pricing .swiper-slide .grid {
		display: block;
	}

	.page-template-service #slider .grid .item-1,
	.page-template-pricing .swiper-slide .item-1 {
		border-left: 0 !important;
		border-bottom: 1px solid #000000;
		padding: 2em;
	}

	.page-template-service #slider .item-1 img,
	.page-template-pricing .swiper-slide .item-1 img {
		max-width: 100%;
		height: 300px;
		width: 400px;
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.page-template-pricing .swiper-slide .item-1 img {
		width: auto;
		height: auto;
	}

	.table .logo {
		padding: 0;
	}
	
	.table .col-md-1 {
		display: none;
	}

	.table .item {
		font-size: 1.3em;
	}
	/* ------ */

	.page-template-service #download {
		display: block;
	}

	.page-template-service #download .item-1 {
		padding: 4em 3em;
	}

	.page-template-service #download .item-2 {
		padding: 4em 3em;
	}

	.page-template-service #download .item-3 {
		height: 400px;
	}

	/* ------ */

	.page-template-service #download .item-1, .page-template-service #download .item-2 {
		padding: 2em;
	}

    /* ------ */

	.page-template-shop #content {
		padding-top: 120px;
	}
	
    .page-template-community #grid-1,
    .page-template-partner #grid-1,
	.page-template-shop #grid-1,
	.page-template-solo-manifesto #grid-1 {
        display: block;
    }
    
    .page-template-community #grid-1 .item-1,
    .page-template-partner #grid-1 .item-1,
	.page-template-shop #grid-1 .item-1,
	.page-template-solo-manifesto #grid-1 .item-1 {
        height: 400px;
        background-size: cover !important;
		background-position: top center;
    }

    .page-template-community #grid-1 .item-2,
    .page-template-partner #grid-1 .item-2,
	.page-template-shop #grid-1 .item-2,
	.page-template-solo-manifesto #grid-1 .item-2 {
        padding: 2em;
        padding-top: 0;
        margin-top: -2em;
    }

	.page-template-shop #grid-1 .item-2 {
		padding-bottom: 3em;
	}

	.page-template-shop #grid-2 {
		display: block;
	}

	.page-template-shop #grid-2 .item-1 {
		height: 400px;
	}

	.page-template-shop #grid-2 .item-2 {
		padding: 3em 2em;
	}

	.page-template-shop #shop {
		border-top: 1px solid #ffffff;
		padding-top: 3em;
	}
	
    /* ------ */

    .page-template-community #grid-2,
	.page-template-solo-manifesto #grid-2 {
        display: block;
    }

    .page-template-community #grid-2 .item-1,
	.page-template-solo-manifesto #grid-2 .item-1 {
        padding-top: 0;
        padding-left: 2em;
        padding-right: 2em;
    }

    .page-template-community #grid-2 .item-3, 
    .page-template-community #grid-2 .item-5,
	.page-template-solo-manifesto #grid-2 .item-3,
	.page-template-solo-manifesto #grid-2 .item-5 {
        height: 450px;
    }

    .page-template-community #grid-2 .item-4,
	.page-template-solo-manifesto #grid-2 .item-4  {
        padding-top: 3em;
        padding-bottom: 3em;
        padding-left: 2em;
        padding-right: 2em;
    }

	.page-template-solo-manifesto #grid-2 .item-6 {
		height: 400px;
		background-position: top center;
	};

    /* ------ */

    .page-template-community #investor, .page-template-community #awards,
    .page-template-partner #grid-2,
    .page-template-partner #grid-3,
    .page-template-partner #grid-4,
    .page-template-partner #grid-5 {
        display: block;
		position: relative;
    }

    .page-template-community #investor .item-1, .page-template-community #awards .item-1 {
        padding: 3em 2em;
        border-bottom: 1px solid #ffffff;
        border-right: 0;
        text-align: center;
    }

    .page-template-community #investor .logo img, .page-template-community #awards .logo img {
        height: 80px;
    }

	.page-template-community #grid-2 .item-3, .page-template-community #grid-2 .item-5,
	.page-template-solo-manifesto #grid-2 .item-3, .page-template-solo-manifesto #grid-2 .item-5 {
		background-position: top center;
	}
	
    /* ------ */

    .page-template-community #download,
    .page-template-partner #download,
    .page-template-press #download,
	.page-template-blog #download,
	.page-template-careers #download,
	.page-template-shop #download {
        display: block;
    }

    .page-template-community #download .item-2,
    .page-template-partner #download .item-2,
    .page-template-press #download .item-2,
	.page-template-blog #download .item-2,
	.page-template-careers #download .item-2,
	.page-template-shop #download .item-2 {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

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

    .page-template-partner #grid-1 {
        border-bottom: 0;
    }
    
    /* --------- */

    .page-template-partner .container-fluid.h-100 {
        height: auto !important;
    }
    
    /* -------- */

    .page-template-partner #grid-2 .item-1, .page-template-partner #grid-3 .item-1, .page-template-partner #grid-4 .item-1, .page-template-partner #grid-5 .item-1 {
        padding: 3em 2em;
		padding-left: calc(50px + 2em);
		border-right: 0;
    }
    
    .page-template-partner #grid-2 .item-2, .page-template-partner #grid-3 .item-2, .page-template-partner #grid-4 .item-2, .page-template-partner #grid-5 .item-2 {
        padding: 0em 2em;
		padding-left: calc(50px + 2em);
        border-bottom: 0;
        width: calc(100% - 50px);
    }

    .page-template-partner #grid-2 .item-3, .page-template-partner #grid-3 .item-3, .page-template-partner #grid-4 .item-3, .page-template-partner #grid-5 .item-3 {
        padding: 3em 2em;
		padding-left: calc(50px + 2em);
    }

    .page-template-partner #grid-2, .page-template-partner #grid-3, .page-template-partner #grid-4, .page-template-partner #grid-5 {
        position: relative;
        display: block;
    }

	.page-template-partner .mobile-highlight {
		position: absolute;
		left: 0;
		top: 0;
		width: 50px;
		border-right: 1px solid #ffffff;
		height: 100%;
		transition: 0.5s all;
	}

	.page-template-partner .mobile-highlight.in {
		background: #F5873A;
	}

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

    .page-template-press #press .press-post,
	.page-template-blog #blog .blog-post,
	.page-template-engineering #blog .blog-post {
        display: block;
    }
	
    .page-template-press #press .press-post .item-1,
	.page-template-blog #blog .blog-post .item-1 {
        padding: 3em 2em;
        padding-bottom: 0;
        border-right: 0;
    }

	.page-template-engineering #blog .blog-post .item-1 {
		padding: 3em 2em;
	}

    .page-template-press #press .press-post .item-2,
	.page-template-blog #blog .blog-post .item-2,
	.page-template-engineering #blog .blog-post .item-2 {
        padding: 3em 2em;
        padding-top: 0;
    }

    .page-template-press #press .press-post .item-1 .logo img {
        width: auto;
        max-width: 300px;
        height: 100px;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 1em;
    }

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

	.page-template-careers #grid-1 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 300px 300px;
	}

	.page-template-careers #grid-1 .item-1 {
		grid-area: 1 / 1 / 2 / 13;
	}

	.page-template-careers #grid-1 .item-2 {
		grid-area: 2 / 1 / 3 / 11;
		border-top: 0;
		border-bottom: 1px solid #ffffff;
	}

	.page-template-careers #grid-1 .item-3 {
		grid-area: 2 / 11 / 3 / 13;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	.page-template-careers #grid-2,
	.page-template-careers #grid-3,
	.page-template-careers #grid-4,
	.page-template-careers #grid-5 {
		display: block;
	}

	.page-template-careers #grid-2 .item-1, .page-template-careers #grid-3 .item-2, .page-template-careers #grid-4 .item-1 {
		padding: 3em 2em;
		position: relative;
	}

	.page-template-careers #grid-2 .item-2,
	.page-template-careers #grid-3 .item-1,
	.page-template-careers #grid-4 .item-2 {
		height: 400px;
	}

	.page-template-careers #grid-2 img,
	.page-template-careers #grid-3 img,
	.page-template-careers #grid-4 img {
		position: absolute;
		top: 3em;
		right: 2em;
	}

	.page-template-careers #grid-5 .item-1 {
		padding: 3em 2em;
		border-bottom: 1px solid #000000;
	}

	.page-template-careers #grid-5 .item-2 {
		border-left: 0;
	}

	#bzOpeningsContainer {
		border-left: 1px solid #000000;
	}

	.table .item {
		height: 100px;
		flex-direction: column;
	}

	.table label {
		font-size: 0.4em;
	}
	
    /* Card */

    .card {
        height: 150px;
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .card.flip {
        overflow: visible;
        perspective: 1000px;
    }

    .card-inner {
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    .card.flipped .card-inner {
        transform: rotateY(180deg);
    }

    .card-body a {
        position: absolute;
        bottom: 1em;
    }

	.card.curved-corners-smaller .card-body {
		position: relative;
	}
	
    .card-body, .card-footer {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
    }

	.page-template-regulatorynews .card-body {
		position: relative;
	}
	
    .card-footer {
        transform: rotateY(180deg);
    }

    .card-footer.bg-purple {
        background: #9E98F4;
    }

    .card-footer.bg-green {
        background: #617831;
    }

    .card-footer.bg-yellow {
        background: #FCBE24;
		color: #000000;
    }

    .card-footer.bg-orange {
        background: #F5873A;
		color: #000000;
    }

	.card-footer img {
		position: absolute;
		right: 1em;
		top: 1em;
        filter: unset;
	}

	#facts .card {
		height: auto;
	}

	.page-template-regulatory #impact .item-3 {
		margin-left: 0;
		padding-left: 4em;
	}

	/* Swiper / ScrollMagic */

	.swiper.slider {
		height: auto;
		pointer-events: auto !important;
	}

	.slider-arrows {
		display: flex;
	}

	.swiper.carousel {
		pointer-events: auto !important;
	}

    .carousel-pagination, .testimonials-pagination {
        margin-top: 2em;
		padding-right: 30px;
    }

    #carousel {
        border-bottom: 0 !important;
    }

	/* Swiper */

	.page-template-cashpoor .slider-navigation .slider-button-prev,
	.page-template-cashpoor .slider-navigation .slider-button-next {
		height: 25px;
		width: 25px;
		background-size: 10px;
	}

	/* ------- */

	.ticker-wrapper.logos {
		padding-left: 1em;
		padding-right: 1em;
	}

	.ticker-wrapper img {
		height: 50px;
		width: 80px;
	}

	/* Footer */

	footer .box {
		font-size: 0.6em;
	}

	footer li a {
		font-size: 1em;
	}
}

@media only screen and (max-width: 782px) {
	/* Header */

	.logged-in header.container-fluid {
		top: 46px;
	}

	/* Header Navigation */

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(120px + 46px);
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 120px - 46px);
	}

    /* Special Layouts */

    .logged-in #content {
        margin-top: calc(120px - 46px);
    }
}

@media only screen and (max-width: 767px) {
	.error404 .container-fluid {
		background-position: 10% 0% !important;
	}

	/* Global */

	#wpadminbar {
		position: fixed !important;
	}

	html {
		font-size: 17px;
	}

	.container {
		width: 100%;
	}

	.row {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.py-small {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.pt-small {
		padding-top: 1.5em;
	}

	.pb-small {
		padding-bottom: 1.5em;
	}

	/* Typography */

	.page-template-home h1 {
		font-size: 6em;
		top: 10px;
	}

	h1.outline, h1, h1.small {
		font-size: 2.5em;
	}

	.page-template-service h1.outline {
		font-size: 3em;
	}

	.page-template-default h1, .post-template-default h1, .page-template-feedback h1, .error404 h1, .press-template-default h1, .page-template-solo-legal h1, .page-template-contact h1, .engineering-template-default h1 {
		font-size: 2em;
	}

	.page-template-bankroles h1,
	.page-template-bankroles-thank-you h1,
	.page-template-lp h1,
	.page-template-lp-thank-you h1 {
		letter-spacing: 10px;
	}

	.page-template-bankroles-thank-you h1,
	.page-template-lp-thank-you h1 {
		font-size: 1em;
	}
	
	h2 {
		font-size: 1.3em;
	}

	.page-template-solo-iq h2,
	.solo-iq-slide h2 {
		font-size: 2em;
	}
	
	.page-template-regulatory h2,
	.page-template-memberstories h2 {
		font-size: 2em;
	}

	h2.medium {
		font-size: 1.7em;
	}

    h2.large {
        font-size: 2em;
    }

	h2.extra-large {
		font-size: 10vw;
	}
	
	.page-template-bankroles-thank-you h2,
	.page-template-lp-thank-you h2 {
		font-size: 1.5em;
	}

	.page-template-home h1 {
		font-size: 2.5em;
	}

	.page-template-home #header h2 {
		font-size: 1.3em;
	}

	h3 {
		font-size: 1.1em;
	}

    h3.small {
        font-size: 1.4em;
    }
    
	h3.outline {
		font-size: 2em;
	}

	.page-template-bankroles h3,
	.page-template-lp h3 {
		font-size: 1.2em;
		letter-spacing: 2px;
	}

	h4 {
		font-size: 1.4em;
	}

    h4.small {
        font-size: 1.5em;
    }

	h7 {
		font-size: 1.4em;
	}

	.btn-text {
		font-size: 1.4em;
	}

	.outline {
		-webkit-text-stroke-width: 1px;
	}

	.tickerwrapper {
		font-size: 3.5vw;
	}

	small {
		font-size: 0.7em;
	}

	.page-template-bankroles #poppins .box,
	.page-template-lp #poppins .box {
		position: relative;
	}
	
	blockquote {
		font-size: 2em;
	}

	/* Images */

	.app-button img {
		width: 175px;
	}
	
	.alignright, .alignleft {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	#million-badge { 
		left: -130px;
		right: 0;
		margin: 0 auto;
		top: 60px;
	} 

	.page-template-home #trustpilot-badge {
		width: 90px;
		top: 80px;
		left: 0;
		right: -150px;
		margin: 0 auto;
	}

	/* Helpers */

	.orange-circle {
		font-size: 1.1em;
	}
	
    #download-button {
        font-size: 1.1em;
    }

	/* Header */

	.page-template-regulatory #header .row, .page-template-memberstories #header .row {
		padding-top: 6em;
	}

	/* Header Navigation */

	#menu-primary-navigation {
		padding-left: 50px;
	}

	#menu-primary-navigation:before {
		left: 50px;
	}

	#menu-primary-navigation li {
		width: calc(100% + 50px);
		left: -50px;
	}

	#menu-primary-navigation li:before {
		height: 25px;
		width: 25px;
		left: 12.5px;
	}

	#menu-primary-navigation li a {
		font-size: 1.7em;
		padding-left: calc(50px + 1em);
	}

	/* Special Layouts */

	.page-template-home #header {
		height: 60vh;
	}

	.page-template-home #header .row {
		height: auto !important;
	}

	.page-template-home .swiper-slide .h-100:first-of-type {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.page-template-home .swiper-slide .h-100:last-of-type {
		padding-top: 2em;
	}
	
	.page-template-home .swiper-slide .h-100:last-of-type img {
		width: 50%;
	}

	.swiper-horizontal>.swiper-pagination-bullets.images-dots {
		padding: 8px 12px;
	}

	.page-template-cashpoor2025 #header {
		background-position: 80% center;
	}

	.page-template-cashpoor2025 h1 {
		font-size: 1.5em;
	}

	.page-template-cashpoor2025 h1 .large {
		font-size: 1.2em;
	}

	.page-template-cashpoor2025 .logo {
		height: 20px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.page-template-cashpoor2025 .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}
	
	#findings .item-3 {
		padding-left: 0;
		margin-left: 0;
	}

	.page-template-cashpoor2025 #report-2025 .grid {
		display: block;
	}

	#report-2025 .item-1 {
		margin: 0;
		padding-left: 2em;
		border-bottom: 1px solid #ffffff;
	}

	.page-template-cashpoor2025 .carousel-2-pagination {
		padding-right: 2em;
	}

	.error404 .h-full .row {
		padding-top: 6em;
		padding-bottom: 6em;
	} 

	.bg-image  {
		height: 350px;
	}

	.logged-in #content {
		margin-top: 120px;
	}

	nav .button {
		font-size: 1em;
	}

	.page-template-home #grid-1 {
		grid-template-rows: auto 250px;
	}

	.page-template-home #grid-1 .item-3 {
		padding: 2em;
	}

	/* ------ */

	.page-template-home #grid-2 {
		grid-template-rows: auto 350px auto
	}

	.page-template-home #grid-2 .item-4 img {
		width: 30px;
		position: relative;
	}

	/* ------ */

	.page-template-home #slider .item-6 img {
		max-height: 300px;
	}

	.page-template-home #slider .item-5 {
		padding-bottom: 1em;
	}

	.page-template-home #slider .grid-3 .item-6 img {
		margin-top: 3em;
	}
	
	/* ------ */

	#impact .item-1 {
		padding-top: 4em;
	}

	#impact .item-3 {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	
	/* ------ */

	.page-template-home #grid-4 .item-3 {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* ------ */

	.page-template-home #download .item-1 {
		padding-top: 2em;
	}

	.page-template-home #download .item-2 {
		padding-bottom: 2em;
	}
	
	/* ------ */

	.page-template-service #grid-1 .item-1, .page-template-service #grid-1 .item-2,
	.page-template-cashpoor #grid-1 .item-1, .page-template-cashpoor #grid-1 .item-2 {
		padding: 2em;
	}
	
	.page-template-service #grid-1 .item-3,
	.page-template-cashpoor #grid-1 .item-3 {
		height: 400px;
	}

	/* ------ */

	.page-template-service #slider .grid,
	.page-template-pricing .swiper-slide .grid {
		width: calc(100% - 50px);
		left: 50px;
	}

	.page-template-service #slider .item-1 img,
	.page-template-pricing .swiper-slide .item-1 img {
		margin-top: 0;
		margin-bottom: 0;
	}

	.page-template-service #slider .grid .item-2,
	.page-template-pricing .swiper-slide .grid .item-2 {
		padding: 2em;
	}

	.page-template-service #slider .grid .item-2 .copy,
	.page-template-pricing .swiper-slide .grid .item-2 .copy {
		width: 100%;
	}

	.page-template-pricing .swiper-slide {
		height: auto;
	}

	.page-template-pricing .item-3 {
		width: 13.5% !important;
	}

	.page-template-pricing section.even .item-3 {
		left: -13.5%;
	}

	.page-template-pricing section.odd .item-3 {
		right: -13.5%;
	}

    /* ------ */

    .page-template-partner #grid-1 .item-2 {
        padding-bottom: 0;
    }

    .page-template-partner #grid-2 .item-2, .page-template-partner #grid-3 .item-2, .page-template-partner #grid-4 .item-2, .page-template-partner #grid-5 .item-2 {
        width: 100%;
    }
    
    /* ------ */

    .page-template-community #grid-2 .item-3, .page-template-community #grid-2 .item-5,
	.page-template-solo-manifesto #grid-2 .item-3, .page-template-solo-manifesto #grid-2 .item-5 {
        height: 300px;
    }

    /* ------ */

	.page-template-community #investor, .page-template-community #awards {
		display: block;
	}

    .page-template-community #investor .item-1, .page-template-community #awards .item-1,
    .page-template-community #investor .item-2, .page-template-community #awards .item-2 {
        padding: 2em;
    }

    .page-template-community #investor .logo img, .page-template-community #awards .logo img {
        height: 60px;
        width: 80px;
    }

    /* ------ */

    .page-template-press.logged-in #content,
	.page-template-blog.logged-in #content,
	.page-template-engineering.logged-in #content {
        padding-top: 0;
        margin-top: 75px;
    }

    .page-template-press #press .press-post .item-1 .logo img {
        height: 75px;
        max-width: 50%;
    }

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

	.page-template-careers #grid-2 .item-2, .page-template-careers #grid-3 .item-1, .page-template-careers #grid-4 .item-2 {
		background-position: 0 -50px;
	}
	
	/* -------- */

	.page-template-careers #grid-2 img, .page-template-careers #grid-3 img, .page-template-careers #grid-4 img {
		top: 2em;
		right: 1em;
	}

	.bzOpening h2 {
		width: 100%;
		margin-bottom: 1em;
	}

	button.bzButtonApply {
		order: 2;
	}

	.bzMeta {
		order: 3;
		font-size: 0.7em;
		width: 40%;
	}

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

	.page-template-shop #grid-2 .item-2 {
		margin-top: -3em;
	}

	.page-template-engineering h1 {
		font-size: 2em;
	}

	.engineering-template-default #content section a {
		font-size: 1.1em;
	}

	/* Cards */

	.card-footer {
		font-size: 0.7em;
	}

	#facts .card {
		margin: 0;
		padding: 4em 2em;
	}

	#facts .item-3, #stories .item-3 {
		padding-top: 2em;
		margin-left: -1em;
	}

	.page-template-regulatory #impact .item-3 {
		padding-left: 2em;
	}
	
	.page-template-regulatory #cash-poor .curved-corners-smaller {
		background-position: 80% center;
	}
	
	/* Swiper / ScrollMagic */

	.slider-pagination {
		width: 50px !important;
	}

	.page-template-home #slider .grid {
    	width: calc(100% - 50px);
		left: 50px;
	}

	.carousel-pagination {
		margin-top: 0;
	}

	.page-template-cashpoor .swiper.slider {
		margin-bottom: 4em;
	}

	.page-template-cashpoor .swiper.slider .slider-navigation {
		width: calc(50px + 100%);
		bottom: -2em;
		flex-direction: row;
		left: -50px;
	}

	.page-template-cashpoor .swiper.slider .slider-navigation .slider-button-prev {
		margin-bottom: 0;
		margin-right: 1em;
	}
	
	.page-template-cashpoor .slider-navigation .slider-button-next {
		right: 0;
	}
	
	/* ------- */

	.page-template-contact #contact {
		display: block;
	}

	.page-template-contact #contact .item-1,
	.page-template-contact #contact .item-2,
	.page-template-contact #contact .item-3 {
		border-right: 0;
		border-bottom: 1px solid #ffffff;
	}
	
	.page-template-contact form hr:last-of-type {
		border-color: transparent;
		margin-bottom: 0;
	}

	/* Table */

	td {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	th, td {
		font-size: 0.8em;
	}
	
	/* Footer */

	footer ul {
		display: grid;
		grid-template-columns: auto auto auto;
		grid-auto-rows: auto;
		grid-auto-flow: row dense;
		grid-gap: 0.5em;
		justify-content: space-between;
	}

	footer li, footer li:nth-of-type(even) {
		width: auto;
	}

	#menu-smaller-footer-menu,
	#menu-smaller-footer-menu-1 {
		display: flex;
		justify-content: center;
	}

	#menu-smaller-footer-menu li a,
	#menu-smaller-footer-menu-1 li a {
		font-size: 0.75em;
	}
	
	footer .icon {
		height: 40px;
		width: 40px;
		margin-right: 0.5em;
	}

	footer .logo img {
		width: 200px;
	}

	footer .tp-logo img {
		width: 75px;
	}
	
	footer .btn-text {
		font-size: 1.4em;
	}

	.ticker-wrapper img {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.page-template-cashpoor #content {
		overflow: hidden;
		width: 100vw;
	}

	.page-template-cashpoor .swiper.slider {
		width: calc(100% - 50px) !important;
		overflow: visible;
		left: 25px;
	}

	.page-template-cashpoor .slider-pagination {
		left: -50px;
	}

	.ticker-wrapper.logos {
		justify-content: center;
		flex-wrap: wrap;
	}

	footer .box {
		font-size: 0.9em;
	}

	/* cards */

	.card.curved-corners-smaller {
		padding: 2em;
		justify-content: flex-start;
	}

	.page-template-regulatorynews .card.curved-corners-smaller,
	.page-template-regulatory .card.box-shadow.curved-corners-smaller {
		padding: 0;
	}	
}

@media only screen and (max-width: 400px) {
	/* Typography */

	h1.outline {
		font-size: 2em;
	}
	
    h2.small {
        font-size: 2.3em;
    }

	h3 {
		font-size: 1em;
	}

	h4.small {
		font-size: 1.3em;
	}

	h7 {
		font-size: 1.2em;
	}

	blockquote {
		font-size: 1.5em;
	}
	
	/* Footer */

	footer .btn-text {
		font-size: 1.2em;
	}

	footer .box {
		font-size: 0.8em;
	}
}
