:root {
  --primary-color: #C7D300;
  --secondary-color-light: #C0C6CE;
  --secondary-color: #0E3770;
  --secondary-color-dark: #051C3C;
  --grey: #757E8A;
  --grey-light: #FAFAFA;
}

/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url('../webfonts/inter-v20-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/inter-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('../webfonts/inter-v20-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/inter-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/inter-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url('../webfonts/inter-v20-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-mono-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/roboto-mono-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-mono-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/roboto-mono-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* play-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/play-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*:focus {
	outline: none;
}

* {
	scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #1F2227;
}

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

.wp-block-columns {
	max-width: 1440px;
	margin: 0 auto 0 auto;
	padding: 0 15px;
}

.wp-block-group.has-background {
	padding: 115px 0;
}

/* Header */

header {
	-webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.15); 
	box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.15);
}

header .header_top {
	background-color: var(--secondary-color-dark);
	color: var(--secondary-color-light);
	text-transform: uppercase;
	font-family: 'Roboto Mono';
	font-weight: 500;
	font-size: 14px;
	padding: 15px 0;
}

header .header_top ul {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 0px;
}

header .header_top ul li {
	display: inline-block;
	list-style: none;
	margin-left: 30px;
	position: relative;
	font-size: 14px;
}

header .header_top ul li::after {
	width: 1px;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 0;
	content: '';
	background-color: var(--secondary-color-light);
	opacity: 0.7;
}

header .header_top ul li:first-child::after {
	display: none;
}

header .header_top ul li a {
	color: var(--secondary-color-light);
	text-decoration: none;
	transition: all 0.3s;
}

header .header_top ul li a:hover {
	color: #ffffff;
}

header .header_bottom {
	padding: 30px 0;
	background-color: #ffffff;
}

header .header_bottom .logo img {
	width: 300px;
	max-width: 100%;
}

header .header_bottom .navigation ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

header .header_bottom .navigation ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

header .header_bottom .navigation ul li a {
	color: var(--secondary-color-dark);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding: 10px 5px;
	position: relative;
	line-height: 1;
}

header .header_bottom .navigation ul li.menu-item-has-children > a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f078";
	font-size: 14px;
	margin-left: 10px;
	color: var(--grey);
}

header .header_bottom .navigation ul li:not(.button) a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	background-color: var(--primary-color);
	width: 0px;
	height: 3px;
	transition: all 0.3s;
}

header .header_bottom .navigation ul li:not(.button) a:hover::before,
header .header_bottom .navigation ul li.current_page_item:not(.button) > a::before,
header .header_bottom .navigation ul li.current_page_ancestor:not(.button) > a::before {
	width: 100%;
}

header .header_bottom .navigation ul li.current_page_item:not(.button) > a,
header .header_bottom .navigation ul li.current_page_ancestor:not(.button) > a {
	font-weight: 900;
}

header .header_bottom .navigation ul li.button {
	margin-right: 0;
	margin-left: auto;
}

header .header_bottom .navigation ul li.button a {
	color: #ffffff;
	background-color: var(--secondary-color-dark);
	padding: 15px 20px;
	letter-spacing: 0.5px;
	transition: all 0.3s;
}

header .header_bottom .navigation ul li.button a i {
	color: var(--primary-color);	
	transition: all 0.3s;
}

header .header_bottom .navigation ul li.button a:hover {
	background-color: var(--primary-color);
	color: var(--secondary-color-dark);
}

header .header_bottom .navigation ul li.button a:hover i {
	color: var(--secondary-color-dark);
}

header .header_bottom .navigation ul li ul {
	position: absolute;
	top: 100%;
	left: -10px;
	flex-direction: column;
	background-color: #ffffff;
	padding: 10px;
	align-items: flex-start;
	display: none;
}

header .header_bottom .navigation ul li:hover ul {
	display: flex;
}

header .header_bottom .navigation ul li ul li {
	display: block;
}

header .header_bottom .navigation ul li ul li a {
	white-space: nowrap;
}

/* Footer */

footer {
	padding: 100px 0 30px 0;
	-webkit-box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.15); 
	box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.15);	
	color: #75849C;
	line-height: 1.2;
}

footer .footer_start {
	padding-bottom: 50px;
}

footer .logo_link img {
	width: 300px;
	max-width: 100%;
	margin-bottom: 30px;
}

footer .logo_link + p {
	padding-bottom: 30px;
}

footer ul.memberships {
	display: flex;
	gap: 30px;
}

footer ul.memberships li {
	display: inline-block;
}

footer ul.memberships li img {
	max-width: 100%;
	object-fit: contain;
}

footer strong.headline {
	text-transform: uppercase;
	color: var(--secondary-color);
	display: block;
	margin-bottom: 30px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style: none;
	margin-bottom: 15px;
}

footer ul li a {
	color: #75849C;
	text-decoration: none;
	transition: all 0.3s;
	text-transform: uppercase;
}

footer ul li a:hover {
	color: var(--secondary-color-dark);
	text-decoration: none;
}

footer p.disclaimer {
	text-align: justify;
}

footer .footer_end::before {
	content: '';
	background-color: var(--grey);
	opacity: 0.5;
	height: 1px;
	position: absolute;
	width: 100%;
	top: 0;
}

footer .footer_end {
	font-size: 14px;
	font-weight: 900;
	font-family: 'Roboto Mono';
	padding-top: 30px;
	position: relative; 
}

footer .footer_end .backlink {
	text-align: right;
}

footer .footer_end .backlink a {
	color: #75849C;
	text-decoration: none;
	transition: all 0.3s;	
}

footer .footer_end .backlink a:hover {
	color: var(--secondary-color-dark);
	text-decoration: none;
}