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

html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base */
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

img, picture, video, iframe {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none;
}

button, input, textarea, select {
	font: inherit;
	margin: 0;
}

textarea {
	resize: vertical;
}

[type="submit"], [type="reset"], [type="button"],
[type="text"], [type="email"], [type="tel"], [type="search"],
[type="password"], [type="url"], [type="number"],
button {
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
    outline: none;
    border: none;
}

button, [type="submit"], [type="reset"], [type="button"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

nav ul, nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Forms — Contact Form 7 */
.wpcf7-list-item {
	margin: 0;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	color: #d63638;
	line-height: 1.4;
	text-align: left;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	font-size: 14px;
	padding: 0;
	margin: 0.5rem 0 0;
	line-height: 1.4;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #d63638;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #046b00;
}

/* WordPress Defaults */
.alignnone {
	margin: 5px 20px 5px 0;
}
.aligncenter,
div.aligncenter  {
	display: block;
	margin: 30px auto 40px auto;
}
div.aligncenter{
	width: 90%!important;
	margin: 0 auto;
	padding:10px;
	border:1px solid #41ee6e;
}
div.aligncenter img{
	width: 100%;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	max-width: 100%; /* Image does not overflow the content area */
	text-align: left;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
	margin-bottom: 10px;
}
.wp-caption p.wp-caption-text,
.wp-block-image figcaption{
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
	text-align: center;
	font-style: italic;
}
.has__gallery .gallery{
	margin: auto -6px;
	padding: 6px 0;
	line-height: 1;
	overflow-x: hidden;
}
.has__gallery .gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.has__gallery .gallery .gallery-caption,
.has__gallery .gallery .gallery-icon {
	margin: 0;
}
.has__gallery .gallery .gallery-caption {
	font-size: 13px;
	margin: 4px 0;
}
.has__gallery .gallery-columns-1 .gallery-item {
	width: 100%;
}
.has__gallery .gallery-columns-2 .gallery-item {
	width: 50%;
}
.has__gallery .gallery-columns-3 .gallery-item {
	width: 33.333%;
}
.ie8 .has__gallery .gallery-columns-3 .gallery-item,
.ie7 .has__gallery .gallery-columns-3 .gallery-item {
	width: 32%;
}
.has__gallery .gallery-columns-4 .gallery-item {
	width: 25%;
}
.has__gallery .gallery-columns-5 .gallery-item {
	width: 20%;
}
.has__gallery .gallery-columns-6 .gallery-item {
	width: 16.665%;
}
.has__gallery .gallery-columns-7 .gallery-item {
	width: 14.285%;
}
.has__gallery .gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.has__gallery .gallery-columns-9 .gallery-item {
	width: 11.111%;
}
.has__gallery .gallery img {
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
}
@media(max-width:1200px){
	.has__gallery .gallery-columns-4 .gallery-item,
	.has__gallery .gallery-columns-5 .gallery-item,
	.has__gallery .gallery-columns-6 .gallery-item,
	.has__gallery .gallery-columns-7 .gallery-item,
	.has__gallery .gallery-columns-8 .gallery-item,
	.has__gallery .gallery-columns-9 .gallery-item {
		width:33%;
	}
}
@media(max-width:767px){
	.has__gallery.gallery-columns-2 .gallery-item,
	.has__gallery .gallery-columns-3 .gallery-item,
	.ie8 .has__gallery .gallery-columns-3 .gallery-item,
	.ie7 .has__gallery .gallery-columns-3 .gallery-item,
	.has__gallery .gallery-columns-4 .gallery-item,
	.has__gallery .gallery-columns-5 .gallery-item,
	.has__gallery .gallery-columns-6 .gallery-item,
	.has__gallery .gallery-columns-7 .gallery-item,
	.has__gallery .gallery-columns-8 .gallery-item,
	.has__gallery .gallery-columns-9 .gallery-item {
		width: 100%;
	}
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

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

html.js, html.no-js, html {
	margin-top: 0 !important;
}

/* Design tokens */
:root {
	--color-text: #191919;
	--color-text-inverse: #ffffff;
	--color-text-muted: rgba(255, 255, 255, 0.5);
	--color-bg: #f0f0f0;
	--color-bg-dark: #191919;
	--color-border: #9b9b9b;
	--color-surface-muted: #e6e6e6;
	--color-overlay: rgba(25, 25, 25, 0.4);
	--font-display: 'Epilogue', sans-serif;
	--font-body: 'Rubik', sans-serif;
	--color-bg-nude: #E4E1D9;
}

/* Global foundation */
body {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.375;
	font-weight: 400;
	color: var(--color-text);
	background-color: var(--color-bg);
	overflow-x: hidden;
}

/* Layout */
.container {
	width: 100%;
	max-width: 1560px;
	padding: 0 15px;
	margin: 0 auto;
}
.img-abs{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left: 0;
}
.screen{
	padding:50px 0;
	position: relative;
}

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

@media(min-width:1024px){
	.screen{
		padding:80px 0;
	}
}

@media(min-width:1280px){
	.screen{
		padding:100px 0;
	}
}

/* Flex Grid */
.flex-row,
.flex-row.reverse,
.flex-column,
.flex-column.reverse{
	display: flex;
	flex-direction: column;
}
.flex-column.reverse{
	flex-direction: column-reverse;
}
.flex-item{
	position: relative;
}
.flex-item.item50,
.flex-item.full-item{
	flex: 1 1 100%;
	width: 100%;
}
@media(min-width:850px){
	.flex-row{
		flex-direction: row;
	}
	.flex-row.reverse{
		flex-direction: row-reverse;
	}
	.flex-item.item50{
		flex: 1 1 50%;
		width: 50%;
	}
}

/* Typography */
h1, h2, h3, h4, h5, h6,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a  {
	margin-bottom: 20px;
    text-rendering: optimizeLegibility;
	font-family: var(--font-display);
}
h1, h2, h3, h4, h5, h6{
	font-weight: 900;
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration:none;
}
article ul li,
article ol li,
article p {
	word-break: break-word;
}
span {
	display: inline;
}
a {
    color: inherit;
    cursor: none;
	transition:.4s;
}
a:not([class]):focus {
	outline: none;
	box-shadow: none;
}
i:not([class]), em, cite, dfn {
	font-style: italic;
}

em,
i:not([class]) {
	font-weight: 400;
}

strong em,
strong i:not([class]),
em strong,
i:not([class]) strong {
	font-weight: 700;
	font-style: italic;
}

ul, ol {
	margin: 0 0 25px 20px;
}
ol {
	list-style: decimal;
	list-style-position:inside;
}
ul {
	list-style: disc;
	list-style-position:inside;
}
b, strong, th, legend {
	font-weight: 700;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
abbr[title] {
  text-decoration: underline dotted;
}
abbr[data-original-title], abbr[title] {
  cursor: help;
}
del {
  text-decoration: line-through;
}
caption {
	font-size: 15px;
	padding: 10px 0;
	caption-side: bottom;
}
figcaption {
  font-size:15px;
}
legend {
	margin-bottom: 5px;
}
label {
	display: block;
	cursor: pointer;
}
h1{
	font-size: 28px;
}
h2{
	font-size: 26px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 22px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
p{
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.375;
	margin-bottom: 20px;
}

blockquote {
	position: relative;
	max-width: 1110px;
	margin: 40px auto;
	padding-left: 88px;
}

blockquote > *{
	font-size: 24px;
}

blockquote::before {
	content: '';
	position: absolute;
	width: 68px;
	height: 45px;
	background-image: url('../img/blockquote.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top:0;
	left: 0;
}

@media(max-width:1025px){
	blockquote > *{
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	blockquote {
		padding-left: 48px;
	}

	blockquote > *{
		font-size: 18px;
	}

	blockquote::before {
		width: 32px;
		height: 32px;
	}
}

@media(min-width:768px){
	h1{
		font-size: 32px;
	}
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 28px;
	}
	h4{
		font-size: 26px;
	}
	h5{
		font-size: 24px;
	}
	h6{
		font-size: 22px;
	}
}

@media(min-width:1024px){
	h1{
		font-size: 36px;
	}
	h2{
		font-size: 34px;
	}
	h3{
		font-size: 32px;
	}
	h4{
		font-size: 30px;
	}
	h5{
		font-size: 28px;
	}
	h6{
		font-size: 26px;
	}
}

@media(min-width:1280px){
	h1{
		font-size: 40px;
	}
	h2{
		font-size: 36px;
	}
	h3{
		font-size: 34px;
	}
	h4{
		font-size: 32px;
	}
}

/* Screen Title */
.screen-title-container{
	position: relative;
	text-align: center;
	max-width:1200px;
	margin: 0 auto 50px;
	padding: 0 15px;
}
.container > .screen-title-container{
	padding: 0
}
.screen-title-container .info{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}
.screen-title /* Bold and italic title */
{
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	line-height: 106.667%;
}
.screen-title em, .screen-title i{
	font-weight: 400;
	font-style: italic;
}

@media(min-width:768px){
	.screen-title-container .info{
		font-size: 20px;
	}
	.screen-title{
		font-size: 40px;
	}
}

@media(min-width:850px){
	.screen-title-container .info{
		font-size: 22px;
	}
}

@media(min-width:1024px){
	.screen-title-container .info{
		font-size: 24px;
	}
	.screen-title{
		font-size: 60px;
	}
}
@media(min-width:1280px){
	.screen-title{
		font-size: 80px;
	}
}

/* Buttons */
.read-more, .btn{
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	text-decoration: none;
	padding: 10px 0;
	padding-right: 39px;
	font-size: 16px;
	line-height: 1.3;
	color: var(--color-text);
	transition:.4s;
	position:relative;
}

.btn{
	background-color: var(--color-bg-dark);
	color:#fff;
	padding: 13px;
	padding-right: 52px;
	border-radius: 30px;
}

.btn.w-btn{
	background-color: #fff;
	color:var(--color-bg-dark);
}

.btn.w-btn:hover{
	background-color: var(--color-bg-dark);
	color:#fff;
}

.read-more svg, .btn svg{
	background-color: var(--color-bg-dark);
	width: 27px;
	height: 27px;
	border-radius: 50%;
	transition:.4s;
	--currentColor: #fff;
	padding:6px;
	position: absolute;
	right:0;
}

.btn svg{
	background-color: var(--color-bg);
	--currentColor: var(--color-bg-dark);
	right:13px
}

.btn.w-btn svg{
	background-color: var(--color-bg-dark);
	--currentColor: var(--color-bg);
}

.read-more:hover{
	padding-right: 0;
	padding-left: 37px;
}

.btn:hover{
	background-color: #fff;
	color:var(--color-bg-dark);
	padding-right: 13px;
	padding-left: 52px;
}

.read-more:hover svg{
	right:calc(100% - 29px);
}

.btn:hover svg{
	right:calc(100% - 37px);
	background-color: var(--color-bg-dark);
	--currentColor: var(--color-bg);
}

.btn.w-btn:hover svg{
	background-color: var(--color-bg);
	--currentColor: var(--color-bg-dark);
}

.read-more.prev{
	padding-right: 0;
	padding-left: 39px;
}

.read-more.prev svg{
	transform: rotate(180deg);
	left: 0;
	right:unset;
}

.read-more.prev:hover{
	padding-right: 39px;
	padding-left: 0px;
}

.read-more.prev:hover svg{
	left:calc(100% - 29px);
}


/* Pagination — ws_pagination() */
.ws-navigation {
	margin-top: 50px;
}

.pagination-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination-list li {
	margin: 0;
}

.pagination-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	padding: 0 8px;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1;
	color: var(--color-text);
	text-decoration: none;
}

.pagination-list a:hover,
.pagination-list a:focus-visible {
	opacity: 0.75;
}

.pagination-list li.active a {
	background-color: var(--color-text);
	color: var(--color-text-inverse);
	border-radius: 50%;
}

.pagination-list li.ellipses {
	min-width: 24px;
	font-size: 16px;
	line-height: 1;
	color: var(--color-text);
	text-align: center;
}

.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active{
	background-color: var(--color-bg-dark);
}

.swiper-button-disabled{
	opacity: 0.2;
	cursor: not-allowed;
}

/* Custom cursor */
@media (hover: hover) and (pointer: fine) {
	html.has-custom-cursor {
		cursor: none !important;
	}

	.site-cursor {
		position: fixed;
		top: 0;
		left: 0;
		width: 32px;
		height: 32px;
		border: 1px solid currentColor;
		border-radius: 50%;
		color: #fff;
		mix-blend-mode: difference;
		pointer-events: none;
		z-index: 99999;
		transform-origin: center center;
		opacity: 0;
		transition: border-width 0.2s ease, opacity 0.15s ease;
		will-change: transform;
	}

	.site-cursor::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 6px;
		height: 6px;
		margin: -3px 0 0 -3px;
		border-radius: 50%;
		background-color: currentColor;
	}

	.site-cursor.is-visible {
		opacity: 1;
	}

	.site-cursor.site-cursor--active {
		border-width: 3px;
	}
}

@media not (hover: hover), not (pointer: fine) {
	.site-cursor {
		display: none !important;
	}
}
