/*
Theme Name: 3to1 Theme
Version: 1.0
Author: Fanatiek media
Author URI: https://fanatiekmedia.nl/
*/

/***************************
          FONTS
***************************/

@font-face {
	font-display: swap; 
	font-family: 'IBM-Plex-Sans-Font';
	font-style: normal;
	font-weight: 400;
	src: url('./assets/fonts/ibm-plex-sans-v23-latin-regular.woff2') format('woff2'); 
}

@font-face {
	font-display: swap; 
	font-family: 'IBM-Plex-Sans-Font';
	font-style: normal;
	font-weight: 700;
	src: url('./assets/fonts/ibm-plex-sans-v23-latin-700.woff2') format('woff2'); 
}

/***************************
          COLORS
***************************/


:root {
	--white: #fff;
	--grey: #616065;
	--xdarkblue: #1C2F47;
	--xdarkblue-hover: #111e30;
	--darkblue: #2F5585;
	--darkblue-hover: #111f32;
	--blue: #5390C6;
	--blue-hover: #4480b5;
	--lightblue: #C6E3F4;
	--xlightblue: #ecf7ff;
	--red: #DC1F26;
	--red-hover: #c21016;
	--green: #2a5;
}

/***************************
          GENERAL
***************************/

body {
	width: 100%;
	font-family: 'IBM-Plex-Sans-Font', sans-serif;
	font-weight: 400;
	font-size: 18px;
	background-color: var(--white);
	color: var(--grey);
}

body.show-nav {
	overflow: hidden;
}

html {
	font-size: 100%;
	width: 100%;
}

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

b, strong {
	font-weight: 700;
}

a {
	color: var(--blue);
	transition: all 0.3s ease;
	text-decoration: underline;
}

a:hover {
	color: var(--darkblue);
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	line-height: 170%;
}

ul, ol {
	line-height: 170%;
	margin: 0 0 20px;
}

.btn,
.button,
.inline-btn a,
.gform_button {
	background-color: var(--red);
	color: var(--white);
	display: inline-block;
	padding: 14px 30px;
	min-width: 175px;
	position: relative;
	border: 0px solid;
	cursor: pointer;
	line-height: 120%;
	font-size: 18px;
	margin: 0;
	text-align: center;
	font-family: 'IBM-Plex-Sans-Font', sans-serif;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0px;
	transition: all .3s ease;
	width: auto;
}

.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
.inline-btn a:hover,
.inline-btn a:focus,
.gform_button:hover,
.gform_button:focus {
	background-color: var(--red-hover);
	transition: all .3s;
	color: var(--white);
	border: 0px solid;
}

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

.btn.white:hover,
.btn.white:focus {
	background-color: var(--lightblue);
	color: var(--xdarkblue);
}

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

.btn.blue:hover,
.btn.blue:focus {
	background-color: var(--blue-hover);
	color: var(--white);
}

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

.btn.darkblue:hover,
.btn.darkblue:focus {
	background-color: var(--darkblue-hover);
	color: var(--white);
}

input, textarea {
    padding: 12px 15px;	
    width: 100%;
	font-family: 'IBM-Plex-Sans-Font', sans-serif;
	font-weight: 400;
	border: 1px solid var(--blue);
	background-color: var(--white);
	box-shadow: 0px 10px 25px hsl(0deg 0% 0% / 10%);
	color: var(--xdarkblue);
	line-height: 100%;
	border-radius: 5px;
	font-size: 18px;
	outline: none;
	margin: 0 0 10px;
	box-shadow: none;
}

input:focus,
textarea:focus {
	background-color: var(--xlightblue);
	border-color: var(--blue);
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
}

input[readonly],
input[readonly]:focus {
	border: 0px;
	padding: 5px 0;
	margin: 0;
	box-shadow: none;
	background-color: transparent;	
}

select {
    -webkit-appearance: none;
	background-color: var(--white);
	width: 100%;
	padding: 12px 15px;
	border-radius: 5px;
	color: var(--xdarkblue);
	font-family: 'IBM-Plex-Sans-Font', sans-serif;
    font-weight: 400;
	line-height: 100%;
	font-size: 18px;
	height: 46px;
	margin: 0 0 10px;	
	box-shadow: none;
	border: 1px solid var(--blue);
	background-image: url('./assets/images/dropdown-blue.svg');
	background-size: 18px 8px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

select:focus {
	background-color: var(--xlightblue);
	border-color: var(--blue);
	outline: none;	
}

textarea {
	height: 150px;
}

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

input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid var(--blue);
	background-color: var(--white);
	border-radius: 5px;
	cursor: pointer;
	box-shadow: none;
}

input[type="checkbox"]:focus {
	background-color: var(--white);
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background-color: var(--white);
    background-image: url('./assets/images/checkmark.svg');
    background-size: 12px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid var(--blue);
}

input[type="radio"] {
	border-radius: 10px;
}

.wp-caption {
	max-width: 100%;
}

.container {
	max-width: 1380px;
	margin: 0 auto;
    padding: 0 20px;	
}

.container.full {
	max-width: 1800px;
}

.container.small {
	max-width: 980px;
}

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

	.container {
		padding: 0 30px;
	}

}

@media only screen and (min-width:1024px) {
	
	body.show-nav {
		overflow: inherit;
	}
	
	.container {
		padding: 0 50px;
	}
	
	.alignleft {
		margin: 0 10px 10px 0;
		float: left;
	}
	
	.alignright {
		margin: 0 0 10px 10px;
		float: right;
	}
	
}

/* stop stacking issues */
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

/* use box-sizing: border-box */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/***************************
		   COLUMNS
***************************/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row.align-center {
	align-items: center;
}

.small-padding.row {
	margin-left: -5px;
	margin-right: -5px;
}

.no-padding.row {
	margin-left: 0px;
	margin-right: 0px;
}

.column {
	display: block;
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.small-padding.row .column {
	padding-left: 5px;
	padding-right: 5px;
}

.no-padding.row .column {
	padding-left: 0px;
	padding-right: 0px;
}

.small-1-2 {
	width: 50%;
}

.row.align-middle {
	align-items: center;
}

.row.align-bottom {
	align-items: flex-end;
}

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

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

.row.small-reverse {
	flex-direction: column-reverse;
}

@media only screen and (min-width:768px) { 
	
	.row.small-reverse {
		flex-direction: row-reverse;
	}
	
	.row.medium-reverse {
		flex-direction: row-reverse;
	}
	
	.row.medium-noreverse {
		flex-direction: row;
	}
	
	.row.medium-padding {
		margin-left: -20px;
		margin-right: -20px;
	}
		
	.row.medium-padding .column {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.row.large-padding {
		margin-left: -20px;
		margin-right: -20px;
	}
		
	.row.large-padding .column {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.row.xlarge-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.xlarge-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.medium-1-5 {
		width: 20%;
	}

	.medium-1-4 {
		width: 25%;
	}
	
	.medium-3-10 {
		width: 30%;
	}
	
	.medium-1-3 {
		width: 33.33334%;
	}
	
	.medium-2-5 {
		width: 40%;
	}
	
	.medium-1-2 {
		width: 50%;
	}
	
	.medium-3-5 {
		width: 60%;
	}
	
	.medium-2-3 {
		width: 66.66666%;
	}
	
	.medium-3-4 {
		width: 75%;
	}
	
	.medium-auto {
		width: auto;
	}

}

@media only screen and (min-width:1024px) {
	
	.row.large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.row.l-large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.l-large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	
	.row.l-xlarge-padding {
		margin-left: -45px;
		margin-right: -45px;
	}
		
	.row.l-xlarge-padding .column {
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.row.large-reverse {
		flex-direction: row-reverse;
	}
	
	.large-1-5 {
		width: 20%;
	}
	
	.large-1-4 {
		width: 25%;
	}
	
	.large-3-10 {
		width: 30%;
	}

	.large-1-3 {
		width: 33.33334%;
	}
	
	.large-35 {
		width: 35%;
	}
	
	.large-2-5 {
		width: 40%;
	}
	
	.large-45 {
		width: 45%;
	}
	
	.large-1-2 {
		width: 50%;
	}
	
	.large-55 {
		width: 55%;
	}
	
	.large-3-5 {
		width: 60%;
	}
	
	.large-2-3 {
		width: 66.66666%;
	}
	
	.large-3-4 {
		width: 75%;
	}
	
	.large-100 {
		width: 100%;
	}
	
}

@media only screen and (min-width:1280px) {
	
	.row.xl-large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.xl-large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}	
	
	.row.xl-xlarge-padding {
		margin-left: -50px;
		margin-right: -50px;
	}
		
	.row.xl-xlarge-padding .column {
		padding-left: 50px;
		padding-right: 50px;
	}	
	
	.xlarge-1-5 {
		width: 20%;
	}
	
	.xlarge-35 {
		width: 35%;
	}
	
	.xlarge-2-5 {
		width: 40%;
	}
	
	.xlarge-3-5 {
		width: 60%;
	}
	
}

/***************************
		   HEADINGS
***************************/

h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-family: 'IBM-Plex-Sans-Font', sans-serif;
	padding: 0;
	color: var(--xdarkblue);
}

h1 {
	font-size: 32px;
	margin: 0 0 20px;
}

h2 {
	font-size: 26px;
}

h2.block-title {
	margin: 0 0 30px;
}

h2.title-center {
	text-align: center;
}

h2.title-left {
	text-align: left;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

@media only screen and (min-width:768px) {
	
	
	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h2.block-title {
		margin: 0 0 40px;
	}
	
	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

}

@media only screen and (min-width:1024px) {
	
	h1 {
		font-size: 44px;
	}
	
	h2 {
		font-size: 34px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 22px;
	}

}

/***************************
    HEADER & NAVIGATION
***************************/

.header {
	position: relative;
    background-color: var(--white);
	height: 70px;
	z-index: 99;
}

.header-main {
	position: absolute;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: transparent;
	text-align: left;
}

.out-of-view .header-main {
	background-color: var(--white);
	transform: translate(0,-100%);
	position: absolute;
	height: 70px;
	opacity: 0;
	transition: all 0.3s ease;
	animation:fadeIn ease-in 1;
	animation-fill-mode:forwards;
	animation-duration:0.3s;
	animation-delay: 0.05s;
}

.scroll .header-main {
	box-shadow: -2px 2px 7px 0 rgba(0,0,0,0.20);
	opacity: 1;
	position: fixed;
	transform: translate(0,0);
}

.header .container {
	padding: 0;
}

.header-logo {
	width: 120px;
	margin: 0;
	padding: 12px 0;
	margin: 0 0 0 20px;
	display: inline-block;
	position: relative;
	z-index: 9;
	transition: all 0.0s ease;
}

.header-logo img {
	width: 100%;
	display: block;
}


.toggle-nav {
	background-image: url('./assets/images/menuicon.svg');
	background-size: 39px 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
    width: 40px;
    height: 70px;
	border: 0px;
	font-size: 12px;
	text-align: center;
    padding: 0;
    margin: 0;
	color: #fff; 
	text-transform: uppercase;
    position: absolute;
    top: 0px;
    right: 20px;
}

.toggle-nav:focus {
	outline: none;
}

.header-nav {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all 0.3s ease;
}

.show-nav .header-nav {
    visibility: visible;
    opacity: 1;
    height: 100vh;	
}

.header-nav .site-menu {
	width: 100%;
	height: 100vh;
	position: absolute;
	overflow-y: auto;
	top: 0;
	right: 0;
	background-color: var(--darkblue);
	background-image: linear-gradient(90deg, var(--darkblue) 0%, var(--blue) 100%);
	padding: 70px 20px 120px 20px;
	box-sizing: border-box;
	z-index: 999;
	text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.header-nav .site-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.header-nav .site-menu ul li {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	text-align: left;
}

.header-nav .site-menu ul li .submenu-button {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('./assets/images/dropdown.svg');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 18px 12px;
	width: 100%;
	height: 43px;
	text-align: center;
	cursor: pointer;
}

.header-nav .site-menu ul li .submenu-button.active {
	width: 43px;
	background-image: url('./assets/images/dropdown-up.svg');
}

.header-nav .site-menu ul li a {
	padding: 8px 30px 8px 15px;
	font-size: 26px;
	font-family: 'IBM-Plex-Sans-Font', sans-serif;
	color: var(--white);
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.header-nav .site-menu ul li.current-menu-item > a,
.header-nav .site-menu ul .current-menu-parent > a,
.header-nav .site-menu ul .current-menu-ancestor > a,
.header-nav .site-menu ul li > a:hover,
.header-nav .site-menu ul li > a:focus {
	color: var(--white);
}

.header-nav .site-menu ul li .sub-menu {
    margin: 0;
    padding: 0 0 20px;
    display: none;
    border-top: 0px;
} 

.header-nav .site-menu ul li .sub-menu li {
	line-height: 100%;
	border-bottom: 0px;
}

.header-nav .site-menu ul li .sub-menu li a {
    font-size: 16px;
    padding: 7px 15px;
    text-transform: none;
    color: var(--lightblue);
}

.header-nav .site-menu .off-canvas-close {
	position: absolute;
	top: 30px;
	right: 20px;
	background-image: url('./assets/images/close.svg');
	background-size: 100% 100%;
	width: 28px;
	height: 28px;
	z-index: 999;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { position: absolute; } to { position: fixed; } }
@-moz-keyframes fadeIn { from { position: absolute; } to { position: fixed; } }
@keyframes fadeIn { from { position: absolute; } to { position: fixed; } }

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

	.admin-bar.out-of-view .header-main {
		top: 46px;
	}

}

@media only screen and (min-width:768px) {
	
	.header {
		height: 80px;
	}

	.header-main {
		height: 80px;
		background-color: transparent;
	}
	
	.header-logo {
		width: 120px;
		padding: 18px 0;
	}
	
	.header-main .cart {
		top: 22px;
		right: 90px;
	}
	
	.toggle-nav {
	    right: 30px;
	    top: 7px;
	}
	
	.header-nav .site-menu ul li a {
		font-size: 24px;
	}	
	
	.out-of-view .header-logo {
		padding: 12px 0;
		width: 120px;
	}
	
	.out-of-view .header-main .cart {
		top: 17px;
	}
	
	.out-of-view .toggle-nav {
		top: 0px;
	}

}

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

	.admin-bar.out-of-view .header-main {
		top: 32px;
	}

}

@media only screen and (min-width:1024px) { 
	
	.header {
		height: 100px;
	}
	
	.header .container {
		padding: 0 40px;
		position: relative;
	}
	
	.header-main {
		height: 100px;
		position: absolute;
		transition: all 0s ease;
	}
	
	.out-of-view .header-main {
		transform: translate(0,-100%);
		position: absolute;
		height: 85px;
		opacity: 0;
		transition: all 0.3s ease;
		animation:fadeIn ease-in 1;
		animation-fill-mode:forwards;
		animation-duration:0.3s;
		animation-delay: 0.05s;
	}
	
	.scroll .header-main {
		box-shadow: -2px 2px 7px 0 rgba(0,0,0,0.20);
		opacity: 1;
		position: fixed;
		transform: translate(0,0);
	}
	
	.header-logo {
		display: inline-block;
		margin: 0 0 0 40px;
		transition: all 0s ease;
		position: absolute;
		top: 25px;
		left: 0;
		padding: 0;
		z-index: 999;
		width: 120px;
	}
	
	.out-of-view .header-logo {
		padding: 0;
		width: 120px;
		top: 17px;
	}
	
	.header-main .cart {
		top: 27px;
		right: 40px;
		z-index: 99;
		transition: all 0s ease;
	}
	
	.toggle-nav {
		display: none;
	}
	
	.header-nav,
	.show-nav .header-nav {
		position: absolute;
		top: 25px;
		left: 0;
		padding: 0 40px;
		width: 100%;
		height: inherit;
		float: none;
		visibility: visible;
		opacity: 1;
		text-align: right;
		transition: all 0.0s ease;
	}
	
	.out-of-view .header-nav {
		top: 15px;
	}	
	
	.header-nav .site-menu,
	.show-nav .header-nav .site-menu { 
		background: transparent;
		position: relative;
		width: 100%;
		height: auto;
		display: inline-block;
		right: auto;
		left: auto;
		top: auto;
		z-index: 9;
		padding: 0 0 0 0;
		transform: none;
		transition: all 0s ease;
	    overflow-y: inherit;
		text-align: right;
	}

	.header-nav .site-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 0px;
		display: inline-block;
	}

	.header-nav .site-menu ul li {
		display: inline-block;
		position: relative;
		padding: 0;
		margin: 0;
		width: auto;
	}
	
	.header-nav .site-menu ul li .submenu-button {
		display: none;
	}

	.header-nav .site-menu ul li a {
		color: var(--xdarkblue);
		padding: 15px 0;
		margin: 0 0 0 30px;
		display: inline-block;
		position: relative;
		line-height: 100%;
		font-size: 20px;
	}
	
	.header-nav .site-menu ul li:first-child a {
		margin: 0;
	}
	
	.header-nav .site-menu ul li.current-menu-item > a,
	.header-nav .site-menu ul .current-menu-parent > a,
	.header-nav .site-menu ul .current-menu-ancestor > a,
	.header-nav .site-menu ul li > a:hover,
	.header-nav .site-menu ul li > a:focus {
		color: var(--blue);
	}
	
	.header-nav .site-menu .off-canvas-close {
		display: none;
	}
	
	.header-nav .site-menu ul li .sub-menu {
	    display: none;
	    position: absolute;
	    background: #fff;
	    -webkit-transition: 500ms ease all;
	    transition: 500ms ease all;
	    left: calc(50% + 15px);
	    transform: translate(-50%,0);
	    z-index: 999;
	    padding: 25px 20px 25px;
	    width: 270px;
	    margin: 0;
	    box-shadow: -2px 2px 7px 0 rgba(0,0,0,0.20);
	}
	
	.header-nav .site-menu ul li:hover .sub-menu li {
		display: block;
		padding: 0;
	}
	
	.header-nav .site-menu ul li .sub-menu li {
		display: block;
	    margin: 0;
	    width: 100%;
	    text-align: center;
	}
	
	.header-nav .site-menu ul li .sub-menu li a:before {
		display: none;
	}
	
	.header-nav .site-menu ul li .sub-menu li a {
		font-size: 18px;
		width: auto;
		padding: 10px 0;
		color: var(--xdarkblue);
		display: inline-block;
		text-decoration: none;
		margin: 0 auto;
		text-transform: none;
		background-color: transparent;
	}
	
	.header-nav .site-menu ul .sub-menu li.current-menu-item > a,
	.header-nav .site-menu ul .sub-menu .current-menu-parent > a,
	.header-nav .site-menu ul .sub-menu .current-menu-ancestor > a,
	.header-nav .site-menu ul .sub-menu li > a:hover,
	.header-nav .site-menu ul .sub-menu li > a:focus {
		color: var(--blue);
	}
	
	.header-nav .site-menu ul li:hover .sub-menu {
		display: block;
	}

}

/***************************
       PAGE CONTENT
***************************/

.main {
	min-height: calc(100vh - 700px);
}

.page-top {
	color: var(--xdarkblue);
}

.page-top h1 {
	color: var(--darkblue);
	margin: 0 0 15px;
}

.page-top p {
	font-size: 1.3em;
}

.page-top .image {
	margin: 0 0 30px;
}

.page-top .image img {
	width: 100%;
	display: block;
}

.page-top .more {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	
}

@media only screen and (min-width:768px) {
	
	.page-top {
	}
	
}

@media only screen and (min-width:1024px) {
	
	.page-top {
	}
	
}

/***************************
      BLOCKS
***************************/

.block-item {
	padding: 0 0 30px;
}

.block-item:first-child {
	padding-top: 50px;
}

.block-item.text-center {
	text-align: center;
}

.block-item.text-center {
	text-align: center;
}

.block-item ul {
	list-style: none;
	padding: 0;
}

.block-item ul li {
	padding: 2px 0 2px 28px;
	position: relative;
}

.block-item ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url('./assets/images/checkmark-white.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;	
	left: 0;
	top: 7px;
}

.block-item.bg-white ul li:before,
.block-item.bg-lightblue ul li:before {
	background-image: url('./assets/images/checkmark-blue.svg');	
}

.block-item .inner.bg-darkblue ul li:before,
.block-item .inner.bg-darkblue-gradient ul li:before {
	background-image: url('./assets/images/checkmark-white.svg');	
}

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

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

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

.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5 {
	color: var(--white);
}

.bg-blue a:not(.btn) {
	color: var(--white);
}

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

.bg-darkblue h1,
.bg-darkblue h2,
.bg-darkblue h3,
.bg-darkblue h4,
.bg-darkblue h5 {
	color: var(--white);
}

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

.bg-darkblue-gradient {
	background-color: var(--darkblue);
	background-image: linear-gradient(90deg, var(--darkblue) 0%, var(--blue) 100%);
	color: var(--white);
}

.bg-darkblue-gradient h1,
.bg-darkblue-gradient h2,
.bg-darkblue-gradient h3,
.bg-darkblue-gradient h4,
.bg-darkblue-gradient h5 {
	color: var(--white);
}

.bg-darkblue-gradient a:not(.btn) {
	color: var(--white);
}

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

.bg-xdarkblue h2,
.bg-xdarkblue h3,
.bg-xdarkblue h4,
.bg-xdarkblue h5 {
	color: var(--white);
}

.bg-xdarkblue a:not(.btn) {
	color: var(--white);
}

.block-item.bg-white + .block-item:not(.bg-white),
.block-item.bg-lightblue + .block-item:not(.bg-lightblue),
.block-item.bg-blue + .block-item:not(.bg-blue),
.block-item.bg-darkblue + .block-item:not(.bg-darkblue),
.block-item.bg-darkblue-gradient + .block-item:not(.bg-darkblue-gradient),
.block-item.bg-xdarkblue + .block-item:not(.bg-xdarkblue),
.block-item.bg-image + .block-item:not(.bg-image) {
	padding-top: 50px;
}

.block-item .icon-link {
	margin: 0 0 20px;
	line-height: 150%;
}

.block-item .icon-link a {
	display: inline-block;
	padding: 2px 0 2px 25px;
	position: relative;
	color: var(--darkblue);
	text-decoration: none;
	font-weight: bold;
}

.block-item .icon-link a .icon {
	position: absolute;
	top: 2px;
	left: 0;
}

.block-item .icon-link a .icon svg {
	width: 16px;
	height: 16px;
	fill: var(--darkblue);
}

.block-item .icon-link a:hover {
	color: var(--blue);
}

.block-item .icon-link a:hover .icon svg {
	fill: var(--blue);
}

.block-item .icon-link + .icon-link {
	margin-top: -10px;
}

.block-image-text .image {
	width: 100%;
	margin: 0 0 30px;
	border-radius: 0px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	overflow: hidden;
}

.block-image-text .image img {
	width: 100%;
	display: block;
}

.block-image-text .column:nth-child(2) {
	align-self: center;
}

.block-video-text .column:nth-child(2) {
	align-self: center;
}

.block-image .image {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 0px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    overflow: hidden;
}

.block-image .image img {
	width: 100%;
	display: block;
}

.block-video-text .video-container {
	width: 100%;
}

.block-featured .inner {
    margin: 0 0 30px;
    border-radius: 0px;
    padding: 40px 20px 25px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.block-featured .inner .column:first-child {
	align-self: center;
}

.block-featured .image {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 300px;
}

.block-featured .image img {
	width: 100%;
	display: block;
}

.block-double .column {
	padding-bottom: 30px;
}

.block-double .inner:not(.bg-none) {
    padding: 20px 20px 5px;
	height: 100%;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);	
}

.block-image-full-width {
	padding: 0 !important;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.block-image-full-width .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-image-full-width .background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-logo-slider {
	text-align: center;
}

.block-logo-slider .logo-swiper {
	margin: 0 0 30px;
	padding: 10px 0;
}

.block-logo-slider .logo-swiper .outer {
	width: 100%;
	display: block;
	padding-bottom: 50%;
	border-radius: 0;
	position: relative;
	transition: all 0.3s ease;
	background-color: var(--white);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
}

.block-logo-slider .logo-swiper .image {
	display: block;
	width: 80%;
	height: 70%;
	text-align: center;
	position: absolute;
	top: 15%;
	left: 10%;
}

.block-logo-slider .logo-swiper .image img {
	display: inline-block;
	line-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.block-logo-images .image {
	display: none;
	margin: 0 0 30px;
}

.block-logo-images .image.mobile {
	display: block;
}

.block-logo-images.image img {
	width: 100%;
	display: block;
}

.block-images .column {
	padding-bottom: 30px;
}

.block-images .item {
    position: relative;
    padding: 0 0 10px;
    background-color: var(--white);
    box-shadow: 0px 5px 10px hsl(0deg 0% 0% / 10%);
    height: 100%;
	color: var(--grey);	
	text-decoration: none;
    display: flex;
    flex-direction: column;
}

.block-images .item h2,
.block-images .item h3,
.block-images .item h4 {
	color: var(--xdarkblue);
}


.block-images .item .top {
	padding: 0 20px;
	flex: 1 auto;
}

.block-images .item .more {
	padding: 0 20px;
}

.block-images .item .more .btn {
	width: 100%;
}

.block-images a.item:hover {
    box-shadow: 0px 10px 25px hsl(0deg 0% 0% / 20%);		
}

.block-images .image {
	position: relative;
	overflow: hidden;
	padding: 12px 12px 0;
	margin: 0 0 20px;
}

.block-images .image img {
	width: 100%;
	display: block;
}

.block-links .column {
	padding-bottom: 30px;
}

.block-links .item {
    position: relative;
    padding: 30px 30px 10px;
    background-color: var(--white);
    box-shadow: 0px 2px 20px hsl(0deg 0% 0% / 10%);
    height: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: var(--grey);
}

.block-links .item .content {
	flex: 1 auto;
}

.block-links .item .content h2,
.block-links .item .content h3,
.block-links .item .content h4 {
	color: var(--xdarkblue);
}

.block-links .item .content ul li:before {
    background-image: url('./assets/images/checkmark-blue.svg');	
}

.block-links .item .btn {
	width: 100%;
}

.block-links .item .price {
    font-weight: bold;
    font-family: 'IBM-Plex-Sans-Font', sans-serif;
    color: var(--blue);	
	font-size: 22px;
}

.block-links .item:hover {
    box-shadow: 0px 10px 25px hsl(0deg 0% 0% / 20%);	
}

.block-usps .column {
	padding-top: 20px;
	padding-bottom: 30px;
}

.block-usps .item {
    position: relative;
    padding: 40px 30px 10px;
    background-color: var(--white);
    box-shadow: 0px 5px 10px hsl(0deg 0% 0% / 10%);
    height: 100%;
	color: var(--grey);
}

.block-usps .item h2,
.block-usps .item h3,
.block-usps .item h4,
.block-usps .item h5 {
	color: var(--xdarkblue);
}

.block-usps .item a {
	color: var(--blue);
}

.block-usps .item:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	margin: 5px 15px 5px 0;
	background-color: var(--blue);
	background-image: url('./assets/images/checkmark-white.svg');
	background-size: 18px 15px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.block-usps.bg-blue .item:before {
	background-color: var(--xdarkblue);
}

.block-reviews .item {
	margin: 0 0 30px;
}

.block-reviews .item p {
	margin: 0 0 10px;
}

.block-reviews .reviews-swiper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;	
}

.block-reviews .reviews-swiper .swiper-button-next, 
.block-reviews .reviews-swiper .swiper-button-prev {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: var(--white);
	background-image: url('./assets/images/arrow-right-blue.svg');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid var(--blue);
	left: auto;
	right: auto;
	transition: all 0.3s ease;
	margin-top: 0;
	position: relative;
	margin: 0 0 20px;
}

.block-reviews.bg-white .reviews-swiper .swiper-button-next, 
.block-reviews.bg-white .reviews-swiper .swiper-button-prev {
	background-color: var(--blue);
	background-image: url('./assets/images/arrow-right.svg');	
}

.block-reviews .reviews-swiper .swiper-button-prev {
	transform: rotate(-180deg);
	right: auto;
	left: 0;
}

.block-reviews .reviews-swiper .swiper-button-next:after, 
.block-reviews .reviews-swiper .swiper-button-prev:after {
	display: none;
}

.block-cta {
	text-align: center;
}

.block-cta .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}

.block-cta .text {
	margin: 0 0 20px;
}

.block-cta p {
	margin: 0;
}

.block-cta .btn {
	margin-bottom: 20px;
}

.block-404 {
	min-height: calc(100vh - 500px);
}

@media only screen and (min-width:768px) {
	
	.block-item {
		padding: 0 0 30px;
	}
	
	.block-item:first-child {
		padding-top: 60px;
	}
	
	.block-item.bg-white + .block-item:not(.bg-white),
	.block-item.bg-lightblue + .block-item:not(.bg-lightblue),
	.block-item.bg-blue + .block-item:not(.bg-blue),
	.block-item.bg-darkblue + .block-item:not(.bg-darkblue),
	.block-item.bg-darkblue-gradient + .block-item:not(.bg-darkblue-gradient),
	.block-item.bg-xdarkblue + .block-item:not(.bg-xdarkblue),
	.block-item.bg-image + .block-item:not(.bg-image) {
		padding-top: 60px;
	}
	
	.block-image-text.image-right .row {
		flex-direction: row-reverse;
	}
	
	.block-video-text.video-right .row {
		flex-direction: row-reverse;
	}

	.block-featured .inner {
		margin: 0 0 20px;
		padding: 30px 30px 10px;	
	}
	
	.block-double .column {
		padding-bottom: 40px;
	}
		
	.block-double .inner:not(.bg-none) {
		padding: 30px 30px 10px;
	}
	
	.block-logo-images .image {
		display: block;
	}
	
	.block-logo-images .image.mobile {
		display: none;
	}

	.block-images .item .top,
	.block-images .item .more {
		padding: 0 30px;
	}
	
	.block-image-full-width {
		height: 350px;
	}

	.block-reviews .inner {
		margin: 0 0 30px;
		padding: 45px 25px 30px;			
	}

	.block-links .column {
		padding-bottom: 50px;
	}
	
	.block-usps .item {
		padding: 50px 30px 10px;
	}
	
	.block-newsletter {
		padding: 60px 0 30px;
	}
	
	.block-cta .container {
		column-gap: 40px;
		flex-wrap: nowrap;
	}
	
	.block-cta .text {
		width: auto;
	}
	
	.block-cta .btn {
		width: auto;
		max-width: 350px;
		flex: none;
	}


}

@media only screen and (min-width:1024px) {
	
	.block-item {
		padding: 0 0 40px;
	}
	
	.block-item:first-child {
		padding-top: 60px;
	}
	
	.block-item.bg-white + .block-item:not(.bg-white),
	.block-item.bg-lightblue + .block-item:not(.bg-lightblue),
	.block-item.bg-blue + .block-item:not(.bg-blue),
	.block-item.bg-darkblue + .block-item:not(.bg-darkblue),
	.block-item.bg-darkblue-gradient + .block-item:not(.bg-darkblue-gradient),
	.block-item.bg-xdarkblue + .block-item:not(.bg-xdarkblue),
	.block-item.bg-image + .block-item:not(.bg-image) {
		padding-top: 60px;
	}
	
	.block-featured .inner {
		margin: 0 0 20px;
		padding: 45px 70px 30px;	
	}
	
		
	.block-double .inner:not(.bg-none) {
		padding: 40px 40px 20px;
	}
	
	.block-image-full-width {
		height: 400px;
	}	
	
	.block-usps .item {
		padding: 50px 40px 20px;
	}

	.block-usps .item:before {
		width: 60px;
		height: 60px;
		background-size: 24px 20px;
		top: -30px;
	}
	
	.block-reviews .inner {
		margin: 0 -40px 30px;
		padding: 45px 70px 25px;
	}
	

}

@media only screen and (min-width:1280px) {
	
	.block-image-full-width {
		height: 450px;
	}	


}

/***************************
       HOME 
***************************/

.home-top {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	min-height: 550px;
	background-color: var(--darkblue);
	background-image: linear-gradient(90deg, var(--darkblue) 0%, var(--blue) 100%);
	padding: 70px 0 0;
	overflow: hidden;
}

.home-top .inner {
	position: relative;
	z-index: 3;
	width: 100%;
	color: var(--white);
}

.home-top .inner .content {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

.home-top .inner .content .image {
	width: 100%;
	max-width: 300px;
	margin: 0 0 20px;
}

.home-top .inner .content .image img {
	width: 100%;
	display: block;
}

.home-top .inner h1 {
	margin: 0 0 25px;
	color: var(--white);
}

.home-top .inner {
	font-size: 1.2em;
}

.home-top .inner ul {
	margin: 0 0 30px;
}

.home-top .inner .btn {
	margin: 0 5px 5px 0;
}

.home-content {
	text-align: center;
}
@media only screen and (min-width:768px) {
	
	.home-top {
		min-height: 600px;
		padding: 100px 0 0;
	}
	
	.home-top:before {
		bottom: 5%;
		right: 70%;
		width: 750px;
		height: 750px;
	}

	.home-top .inner .content .image {
		max-width: 100%;
	}

	
}

@media only screen and (min-width:1024px) {
	
	.home-top {
		min-height: 700px;
	}
	
	.home-top:before {
		bottom: 10%;
		right: 60%;
		width: 1500px;
		height: 1500px;
	}
	
}

@media only screen and (min-width:1400px) {
	
	.home-top {
		min-height: 750px;
	}
	
	
}

/***************************
      POSTS
***************************/

.post-loop .item {
	text-decoration: none;
	display: block;
	margin: 0 0 30px;
	position: relative;
	transition: all 0.3s ease;
}

.post-loop .item .cat {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 15px;
    background-color: var(--red);
    color: var(--white);
    z-index: 1;	
    border-radius: 0px;
	max-width: calc(100% - 40px);
}

.post-loop .item .image {
	margin: 0;
    background-color: var(--blue);
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	border-radius: 0px;
	overflow: hidden;
}

.post-loop .item .image img {
	transition: all 0.3s ease;
	width: 100%;
	display: block;
}

.post-loop .item h2 {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0px;
    margin: 0;
    padding: 15px 0 0;
    transition: all 0.3s ease;
    line-height: 150%;
    color: var(--xdarkblue);
}

.post-loop .item:hover h2 {
	color: var(--xdarkblue-hover);
}

.post-loop .item:hover .image img {
	opacity: 0.5;
}

.post-archive .column {
	padding-bottom: 10px;
}

.post-archive .navigation {
	margin: 20px 0;
}

.post-archive .navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}

.post-archive .navigation ul li {
    display: flex;
	align-items: center;
	justify-content: center;
    background-color: var(--lightblue);
	width: 48px;
	height: 48px;
	text-align: center;
    font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	transition: all 0.3s ease;
	border-radius: 50%;
	padding: 0;
}

.post-archive .navigation ul li:before {
	display: none;
}

.post-archive .navigation ul li span {
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
}

.post-archive .navigation ul li a {
	color: var(--xdarkblue);
	text-decoration: none;
	width: 100%;
	height: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
}

.post-archive .navigation ul li.active,
.post-archive .navigation ul li:hover {
	background-color: var(--red);
	color: var(--white);
}

.post-archive .navigation ul li.active a,
.post-archive .navigation ul li:hover a {
	color: var(--white);
}

.post-content .cat {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.post-content .cat span {
    padding: 5px 15px;
    background-color: var(--red);
    color: var(--white);
}

.post-content .image {
	border-radius: 0px;
	display: block;
	margin: 0 0 30px;
	position: relative;
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	overflow: hidden;
}

.post-content .image img {
	width: 100%;
	display: block;
}

.post-content h1 {
	margin: 0 0 10px;
}

.post-content .share {
	text-align: center;
    margin: 50px 0 20px;
    position: relative;
}

.post-content .share b {
	font-weight: normal;
	text-transform: lowercase;
}

.post-content .share.hide-mobile {
	display: none;
	text-align: center;
}

.post-content .share span {
	display: block;
	margin: 0 0 10px 0;
	color: var(--xdarkblue);
	font-weight: bold;
}

.post-content .share a {
	background-color: var(--xdarkblue);
	width: 42px;
	height: 42px;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	border-radius: 50%;
	margin: 0 2px 10px;
}

.post-content .share a.facebook {
	background-color: #1877F2;
}

.post-content .share a.linkedin {
	background-color: #0A66C2;
}

.post-content .share a.whatsapp {
	background-color: #25D366;
}

.post-content .share a svg {
	fill: var(--white);
	width: 22px;
	height: 22px;
}

.post-content .share a:hover {
	transform: scale(1.1);
}

/***************************
		   ACCORDION
***************************/

.accordion {
	margin: 0 0 20px;
	overflow: hidden;
}

.accordion .accordion-item .accordion-item-title {
	cursor: pointer;
	line-height: 100%;
	padding: 20px 30px 20px 0;
    margin: 0;
    position: relative;
	transition: all 0.0s ease;
	border-top: 1px solid var(--lightblue);
}

.block-faq.bg-lightblue .accordion .accordion-item .accordion-item-title {
	border-top-color: var(--blue);	
}

.block-faq.bg-blue .accordion .accordion-item .accordion-item-title {
	border-top-color: var(--darkblue);	
}

.block-faq.bg-darkblue .accordion .accordion-item .accordion-item-title,
.block-faq.bg-darkblue-gradient .accordion .accordion-item .accordion-item-title {
	border-top-color: var(--xdarkblue);	
}

.block-faq.bg-xdarkblue .accordion .accordion-item .accordion-item-title {
	border-top-color: var(--blue);		
}

.accordion .accordion-item .accordion-item-title h3 {
	color: var(--xdarkblue);
	font-size: 20px;
	margin: 0;
}

.block-faq.bg-blue .accordion .accordion-item .accordion-item-title h3,
.block-faq.bg-darkblue .accordion .accordion-item .accordion-item-title h3,
.block-faq.bg-darkblue-gradient .accordion .accordion-item .accordion-item-title h3,
.block-faq.bg-xdarkblue .accordion .accordion-item .accordion-item-title h3 {
	color: var(--white);
}

.accordion .accordion-item:first-child .accordion-item-title {
	border-top: 0px;
}

.accordion .accordion-item .accordion-item-title:before {
	content: '';
	display: block;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--blue);
    position: absolute;
    right: 3px;
    top: 25px;
    transition: all 0.3s ease;
}

.block-faq.bg-blue .accordion .accordion-item .accordion-item-title:before {
	border-bottom-color: var(--white);	
}

.block-faq.bg-darkblue .accordion .accordion-item .accordion-item-title:before,
.block-faq.bg-darkblue-gradient .accordion .accordion-item .accordion-item-title:before  {
	border-bottom-color: var(--white);
}

.accordion .accordion-item .accordion-item-title:hover:before {
	border-bottom-color: var(--blue);
}

.accordion .accordion-item .accordion-item-title.active h3 {
	color: var(--darkblue);
}

.block-faq.bg-blue .accordion .accordion-item .accordion-item-title.active h3 {
	color: var(--xdarkblue);	
}

.block-faq.bg-darkblue .accordion .accordion-item .accordion-item-title.active h3,
.block-faq.bg-darkblue-gradient .accordion .accordion-item .accordion-item-title.active h3 {
	color: var(--lightblue);
}

.block-faq.bg-xdarkblue .accordion .accordion-item .accordion-item-title.active h3 {
	color: var(--blue);	
}

.accordion .accordion-item .accordion-item-title.active:before {
	border-bottom-color: var(--blue);
}

.block-faq.bg-blue .accordion .accordion-item .accordion-item-title.active:before {
	border-bottom-color: var(--xdarkblue);	
}

.block-faq.bg-darkblue .accordion .accordion-item .accordion-item-title.active:before,
.block-faq.bg-darkblue-gradient .accordion .accordion-item .accordion-item-title.active:before {
	border-bottom-color: var(--lightblue);	
}


.accordion .accordion-item .accordion-item-title.active:before {
	transform: rotate(180deg);
}

.accordion .accordion-item .accordion-item-text {
	display: none;
	position: relative;
	padding: 5px 0 1px;
}


/***************************
      Video Container
***************************/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	margin: 0 0 20px 0;
	z-index: 1;
	background-position: center center;
    border-radius: 0;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}

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

.video-container .playbutton {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
	transition: all 0.3s ease;
}

.video-container .playbutton:hover {
	background-color: rgba(0,0,0,.2);
}

.video-container .playbutton .playicon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	background-image: url('./assets/images/playbutton.svg');
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: center center; 
	margin: -45px 0 0 -45px;
	transition: all 0.3s ease;
	outline: none;
}

.video-container .playbutton .playicon:hover {
	transform: scale(1.05);
}

.video-container .caption {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px 25px;
	color: #fff;
	text-shadow: 1px 1px 1px rgb(0,0,0,0.5);
	text-align: center;
	width: 100%;
}

.video-container .caption.hidden {
	display: none;
}

@media only screen and (min-width:1024px) {
	
	.video-container .caption {
		padding: 25px;
	}
	
}


/***************************
		   FORMS
***************************/

.gform_wrapper {
	margin: 0 0 15px 0;
}

.gform_title {
	margin: 20px 0 0;
	font-size: 22px;
}

.gform_fields {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.gfield {
	margin: 0 0 10px 0;
	display: block;
	width: 100%;
	padding: 0px;
	border: 0px;
}

.gfield_label {
	padding: 0 0 5px;
	font-weight: bold;
	color: var(--xdarkblue);
	line-height: 150%;
	display: block;
}

.hide-labels .gfield_label {
	display: none;
}

.gfield_checkbox, 
.gfield_radio {
	margin: 0;
	list-style-type: none;
	padding: 0;
	position: relative;
	padding: 0;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice,
.ginput_container_consent{
	line-height: 120%;
	position: relative;
	padding: 0px 0 10px 28px;
}

.ginput_container_consent [type="checkbox"],
.gfield_checkbox [type="checkbox"],
.gfield_radio [type="radio"] {
	position: absolute;
	top: 1px;
	left: 0;
}

.gform_body .gfield:before, .gform_body .gfield_checkbox li:before {
	display: none;
}

.gfield_radio .gchoice label {
	display: flex;
}

.validation_error,
.validation_message {
	font-size: 14px;
	font-weight: 500;
	color: var(--red);
	padding: 0;
	margin: 0 0 10px;
    display: block;
    width: 100%;
}

h2.gform_submission_error {
	font-size: 16px;
	font-weight: 500;
	color: var(--red);
}

h2.gform_submission_error:after {
	display: none;
}

.gform_confirmation_message {
    background: var(--green);
    color: #fff;
    padding: 10px;
    margin: 0.5em 0 25px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

.gfield:after {
	content: " ";
	display: table;
	clear: both;	
}

.gfield .instruction {
	display: none;
}

.gform_required_legend {
	display: none;
}

.gsection_title {
	font-size: 20px;
	margin: 20px 0 0;
}

.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.gform_fields {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.gform_fields .gfield {
	width: 100%;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}


@media only screen and (min-width:768px) {
	
	.gsection_title {
		font-size: 22px;
	}	
	
	.gform_fields .gfield.width-50 {
		width: 50%;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.gsection_title {
		font-size: 24px;
	}	
	
}

/***************************
          FOOTER
***************************/

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

.footer-main {
	padding: 40px 0 20px;
}

.footer-main {
	padding: 40px 0 20px;
}

.footer-main .logo {
	width: 120px;
	display: inline-block;
	margin: 0 0 40px;
}

.footer-main .partners {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 0 0 30px;
}

.footer-main .partners a {
    width: 120px;
    display: block;
    padding-bottom: 60px;
    border-radius: 5px;
    position: relative;
    background-color: var(--white);	
}

.footer-main .partners a span {
	display: block;
    width: 80%;
    height: 60%;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 10%;	
}

.footer-main .partners a span img {
    display: inline-block;
    line-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;	
}

.footer-main .info {
	color: var(--white);
}

.footer-main .info a {
	color: var(--white);
}

.footer-main a {
	text-decoration: none;
	color: var(--white);
}

.footer-main a:hover {
	text-decoration: none;
	color: var(--blue);
}

.footer-main h3 {
	color: var(--white);
}

.footer-main ul {
	list-style-type: none;
	padding: 0;
}

.footer-main ul li a {
	position: relative;
	display: block;
	padding: 0 0 0 15px;
}

.footer-main ul li a:before {
	content: '';
	display: block;
	width: 10px;
	height: 15px;
	background-image: url('./assets/images/dropdown.svg');
	background-repeat: no-repeat;
	background-size: 10px 15px;
	background-position: center;
	transform: rotate(-90deg);
	position: absolute;
	left: 0;
	top: 6px;
}

.footer-main ul li a:hover:before {
	background-image: url('./assets/images/dropdown-blue.svg');	
}

.footer-main .icon-link {
	margin: 0 0 20px;
	line-height: 150%;
}

.footer-main .icon-link a {
	display: block;
	padding: 2px 0 2px 25px;
	position: relative;
	color: var(--white);
}

.footer-main .icon-link a .icon {
	position: absolute;
	top: 2px;
	left: 0;
}

.footer-main .icon-link a .icon svg {
	width: 16px;
	height: 16px;
	fill: var(--white);
}

.footer-main .icon-link a:hover {
	color: var(--blue);
}

.footer-main .icon-link a:hover .icon svg {
	fill: var(--blue);
}

.footer-main .icon-link + .icon-link {
	margin-top: -10px;
}

.footer .socials {
	margin: 0 0 30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.footer .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--white);
}

.footer .socials a svg {
	width: 18px;
	height: 18px;
	fill: var(--xdarkblue);
	transition: all 0.3s ease;
}

.footer .socials a:hover {
	background-color: var(--blue);
}

.footer .socials a:hover svg {
	fill: var(--white);
}


.footer-bottom {
	padding: 25px 0 5px;
	border-top: 1px solid var(--blue);
}

.footer-bottom .copy {
	font-size: 16px;
	color: var(--lightblue);
}

.footer-bottom .copy a {
	color: var(--lightblue);
	text-decoration: none;
}

.footer-bottom .copy a:hover {
	color: var(--white);
}

.footer-bottom .copy span {
	display: block;
}

@media only screen and (min-width:768px) {
	
	.footer-main {
		padding: 60px 0 40px;
	}
	
	.footer-main .partners {
		justify-content: flex-end;
		margin: 0 0 50px;
	}
	
	.footer-bottom {
		padding: 30px 0 30px 0;
	}
	
	.footer-bottom .copy span {
		display: inline-block;
	}
	
	.footer-bottom .copy span:before {
		content: '|';
		padding: 0 10px 0 10px;
	}
	
	.footer-bottom .copy span:first-child:before {
		display: none;
	}

	
}

@media only screen and (min-width:1024px) {
	
	.footer-main {
		padding: 100px 0 40px;
	}
	
	.footer-bottom {
		padding: 30px 0 60px;
	}
	
}