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

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

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

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

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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@property --angle-1 {
	syntax: "<angle>";
	inherits: false;
	initial-value: -75deg;
}

@property --angle-2 {
	syntax: "<angle>";
	inherits: false;
	initial-value: -45deg;
}

:root {
	--h1-font-size: 38px;
	--h2-font-size: 28px;
	--h3-font-size: 20px;
	--h4-font-size: 20px;
	--big-subheader-font-size: 24px;
	--subheader-font-size: 20px;
	--body-font-size: 16px;
	--body-line-height: 1.3;
	--small-body-font-size: 14px;
	--tags-font-size: 14px;
	--tags-font-weight: 500;
	--color-text-main: #3f2654;
	--shadow-containers: 0 0 8px 0 rgba(146, 146, 146, 0.11);
	--colors-color: rgba(240, 235, 205, 1);
	--colors-color-2: rgba(0, 0, 0, 0.2);
	--colors-accent: rgba(127, 76, 169, 1);
	--colors-white: rgba(255, 255, 255, 1);
	--colors-body-color-off: rgba(63, 38, 84, 1);
	--colors-light-bg-color: rgba(252, 249, 255, 1);
	--colors-text-color-main: rgba(0, 0, 0, 0.2);
	--colors-text-main: rgba(63, 38, 84, 1);
	--colors-body-text: #675378;
	--colors-light-bg-clr2: rgba(237, 245, 255, 1);
	--colors-accent-bg: rgba(233, 227, 220, 1);
	--colors-line-on-white: rgba(210, 204, 215, 1);
	--colors-stroke-clr: rgba(243, 243, 243, 1);
	--global--size: clamp(2rem, 4vw, 5rem);
	--anim--hover-time: 400ms;
	--anim--hover-ease: cubic-bezier(0.25, 1, 0.5, 1);
	font-family: Inter, sans-serif;
	font-feature-settings: "liga" 1, "calt" 1;
}

@supports (font-variation-settings: normal) {

	:root {
		font-family: InterVariable, sans-serif;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #3d3d3d;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	text-transform: uppercase;
}

h1 {
	font-size: var(--h1-font-size);
}

h2 {
	font-size: var(--h2-font-size);
}

h3 {
	font-size: var(--h3-font-size);
}

h4 {
	font-size: var(--h4-font-size);
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0;
	padding: 23px 38px;
	color: var(--color-text-main);
	border-top: 1px solid var(--colors-body-text);
	border-bottom: 1px solid var(--colors-body-text);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

@media (min-width: 600px) {

	blockquote {
		max-width: 680px;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
	}
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html.no-scroll {
	overflow: hidden;
	height: 100%;
}

body {
	background: #fff;
}

hr {
	background-color: var(--colors-stroke-clr);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

.container {
	margin: 0 auto;
	max-width: 980px;
}

@media (min-width: 600px) {

	.container--desktop-800 {
		max-width: 800px;
	}

	.container--desktop-680 {
		max-width: 680px;
	}

	.container--desktop-600 {
		max-width: 600px;
	}

	.container--desktop-580 {
		max-width: 580px;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #3f2654;
}

a:visited {
	color: #3f2654;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 12px 24px;
	background: var(--color-text-main);
	color: #fff;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	border: 1px solid;
	border-color: var(--color-text-main);
	border-radius: 99px;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--color-text-main);
}

.button:active,
.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--color-text-main);
}

@media (min-width: 600px) {

	.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 18px;
		padding: 18px 24px;
	}
}

a.button,
.button {
	color: #fff;
	cursor: pointer;
}

a.button--transparent,
.button--transparent {
	background-color: transparent;
	color: var(--color-text-main);
}

a.button--transparent,
a.button--transparent:hover,
a.button--transparent:focus,
a.button--transparent:active,
a.button--transparent:visited,
.button--transparent,
.button--transparent:hover,
.button--transparent:focus,
.button--transparent:active,
.button--transparent:visited {
	border-color: transparent;
}

a.button--white,
.button--white {
	background-color: var(--colors-white);
	color: var(--color-text-main);
}

a.button--white,
a.button--white:hover,
a.button--white:focus,
a.button--white:active,
a.button--white:visited,
.button--white,
.button--white:hover,
.button--white:focus,
.button--white:active,
.button--white:visited {
	border-color: var(--colors-white);
}

a.button--padding-less,
.button--padding-less {
	padding: 0;
}

a.button--marginless,
.button--marginless {
	margin: 0;
}

a.button--full-width,
.button--full-width {
	width: 100%;
}

@media (min-width: 600px) {

	a.button--desktop-400,
	.button--desktop-400 {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
		text-align: center;
	}
}

/* Liquid Button Styles */
.button--liquid {
	--border-width: clamp(1px, 0.0625em, 4px);
	--shadow-cuttoff-fix: 2em;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999vw;
	padding: 0;
	cursor: pointer;
	pointer-events: auto;
	text-decoration: none;
	transition: all var(--anim--hover-time) var(--anim--hover-ease);
	background: linear-gradient(-75deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
	box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05), inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5), 0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2), 0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(clamp(1px, 0.125em, 4px));
}

.button--liquid,
.button--liquid:active,
.button--liquid:hover,
.button--liquid:focus {
	border-color: transparent;
}

.button--liquid::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 999vw;
	width: calc(100% + var(--border-width));
	height: calc(100% + var(--border-width));
	top: calc(0% - var(--border-width) / 2);
	left: calc(0% - var(--border-width) / 2);
	padding: var(--border-width);
	box-sizing: border-box;
	background: conic-gradient(from var(--angle-1) at 50% 50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 5% 40%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 60% 95%, rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	transition: all var(--anim--hover-time) var(--anim--hover-ease), --angle-1 500ms ease;
	box-shadow: inset 0 0 0 calc(var(--border-width) / 2) rgba(255, 255, 255, 0.5);
}

.button--liquid:hover {
	transform: scale(0.975);
}

.button--liquid:hover::after {
	--angle-1: -125deg;
}

.button--liquid:hover .button__liquid-shadow {
	filter: blur(clamp(2px, 0.0625em, 6px));
}

.button--liquid:hover .button__liquid-shadow::after {
	top: calc(var(--shadow-cuttoff-fix) - 0.875em);
	opacity: 1;
}

.button--liquid:hover .button__liquid-text {
	text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.12);
}

.button--liquid:hover .button__liquid-text::after {
	background-position: 25% 50%;
}

.button--liquid:active {
	transform: rotate3d(1, 0, 0, 25deg);
}

.button--liquid:active::after {
	--angle-1: -75deg;
}

.button--liquid:active .button__liquid-shadow {
	filter: blur(clamp(2px, 0.125em, 12px));
}

.button--liquid:active .button__liquid-shadow::after {
	top: calc(var(--shadow-cuttoff-fix) - 0.5em);
	opacity: 0.75;
}

.button--liquid:active .button__liquid-text::after {
	background-position: 50% 15%;
	--angle-2: -15deg;
}

.button__liquid {
	width: 100%;
	text-align: center;
}

/* Text container */
.button__liquid-text {
	position: relative;
	display: block;
	letter-spacing: -0.05em;
	font-weight: 500;
	font-size: 1em;
	color: #fff;
	padding: 0.875em 1.5em;
	user-select: none;
	text-shadow: 0 0.25em 0.05em rgba(0, 0, 0, 0.1);
	transition: all var(--anim--hover-time) var(--anim--hover-ease);
}

.button__liquid-text::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 999vw;
	background: linear-gradient(var(--angle-2), rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40% 50%, rgba(255, 255, 255, 0) 55%);
	mix-blend-mode: screen;
	pointer-events: none;
	background-size: 200% 200%;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	transition: background-position calc(var(--anim--hover-time) * 1.25) var(--anim--hover-ease), --angle-2 calc(var(--anim--hover-time) * 1.25) var(--anim--hover-ease);
}

/* Shadow */
.button__liquid-shadow {
	position: absolute;
	width: calc(100% + var(--shadow-cuttoff-fix));
	height: calc(100% + var(--shadow-cuttoff-fix));
	top: calc(0% - var(--shadow-cuttoff-fix) / 2);
	left: calc(0% - var(--shadow-cuttoff-fix) / 2);
	filter: blur(clamp(2px, 0.125em, 12px));
	pointer-events: none;
}

.button__liquid-shadow::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 999vw;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
	width: calc(100% - var(--shadow-cuttoff-fix) - 0.25em);
	height: calc(100% - var(--shadow-cuttoff-fix) - 0.25em);
	top: calc(var(--shadow-cuttoff-fix) - 0.5em);
	left: calc(var(--shadow-cuttoff-fix) - 0.875em);
	padding: 0.125em;
	box-sizing: border-box;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	transition: all var(--anim--hover-time) var(--anim--hover-ease);
	opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #3d3d3d;
	border-radius: 12px;
	padding: 12px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #3d3d3d;
}

textarea {
	width: 100%;
}

label {
	display: block;
	margin: 0 0 6px;
	color: var(--color-text-main);
	font-weight: 700;
}

.form__title {
	margin: 0 0 12px;
	color: var(--color-text-main);
}

.form__subtitle {
	margin: 0 0 24px;
}

.form__container {
	max-width: 580px;
}

.form__response {
	padding: 10px 20px;
	color: var(--colors-white);
	border-radius: 99px;
	text-align: center;
}

.form__response:empty {
	padding: 0;
}

.form__response--success {
	background-color: #0dba80;
}

.form__response--error {
	background-color: #e67272;
}

@media (min-width: 600px) {

	.form__title {
		font-size: var(--h2-font-size);
		max-width: none;
	}

	.form__subtitle {
		font-size: var(--subheader-font-size);
	}
}

.control {
	margin: 0 0 18px;
}

.control--grouped {
	display: flex;
	gap: 12px;
}

.field--expanded {
	flex: 1;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	padding: 32px 20px 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	transition: all 0.3s;
}

@media (min-width: 1152px) {

	.site-header {
		padding: 32px 60px 0;
	}
}

.site-header--sticky {
	position: fixed;
	top: 0;
	background-color: var(--colors-light-bg-color);
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
	z-index: 9;
}

.site-header--sticky .menu-toggle span {
	background-color: var(--color-text-main);
}

.site-header--sticky .site-branding svg * {
	fill: var(--color-text-main);
}

.site-header--sticky .button {
	background-color: var(--color-text-main);
	color: var(--colors-white);
}

.site-header--sticky .button,
.site-header--sticky .button:hover,
.site-header--sticky .button:focus,
.site-header--sticky .button:active,
.site-header--sticky .button:visited {
	border-color: var(--color-text-main);
}

.site-branding {
	position: relative;
	text-align: center;
}

@media (min-width: 600px) {

	.site-branding svg {
		width: 110px;
		height: auto;
	}
}

.site-book {
	position: relative;
	text-align: right;
	font-size: 18px;
}

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

.site-footer__logo {
	padding-top: 42px;
	text-align: center;
	color: var(--color-text-main);
	font-weight: 700;
	border-top: 1px solid var(--colors-stroke-clr);
}

.site-footer__logo-image {
	margin-bottom: 42px;
}

.site-footer__logo-text {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
}

.site-footer__box {
	padding: 24px;
	margin: 42px 0 32px;
	border: 1px solid var(--color-text-main);
	border-radius: 24px;
	color: var(--color-text-main);
}

.site-footer__box-title {
	margin: 0 0 18px;
}

.site-footer__nav-box {
	padding: 0 24px;
	margin: 0 0 32px;
}

.site-footer__nav-title {
	color: var(--color-text-main);
	margin: 0 0 12px;
	font-size: 18px;
}

.site-footer__nav-menu {
	display: flex;
	flex-flow: column wrap;
	gap: 8px;
}

.site-footer__nav-menu a {
	text-decoration: none;
	color: var(--colors-body-text);
}

.site-footer__contact {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px 14px;
	margin: 0 0 24px;
	padding: 0 24px;
}

.site-footer__contact p,
.site-footer__contact a {
	color: var(--colors-body-text);
}

.site-footer__contact p {
	margin: 4px 0 0;
}

.site-footer__copy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	gap: 20px;
	padding: 24px 26px;
	color: var(--colors-body-text);
	font-size: var(--small-body-font-size);
	border-top: 1px solid var(--colors-stroke-clr);
	font-variation-settings: "opsz" 16;
}

.site-footer__socials {
	display: flex;
	flex-flow: row wrap;
	gap: 16px;
}

.site-footer__socials a {
	text-decoration: none;
}

@media (min-width: 600px) {

	.site-footer__contact {
		padding: 0;
	}

	.site-footer__navs {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(210px, auto));
		gap: 24px;
	}

	.site-footer__nav-box {
		flex: 0 0 50%;
		max-width: 300px;
		padding: 0;
	}
}

@media (min-width: 1024px) {

	.site-footer__nav-box {
		flex: 0 0 25%;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.main-navigation .menu-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	padding: 100px 0 50px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	overflow: auto;
}

.main-navigation .menu-container ul {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.main-navigation .menu-container ul ul {
	font-size: var(--small-body-font-size);
	font-variation-settings: "opsz" 16;
	float: none;
	position: relative;
	top: 100%;
	left: 0;
	margin-left: 25px;
	color: #fff;
	list-style-type: circle;
	box-shadow: none;
}

.main-navigation .menu-container li {
	position: relative;
	margin: 20px 0 0;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.3s;
}

.main-navigation.toggled .menu-container {
	opacity: 1;
	visibility: visible;
}

.main-navigation.toggled .menu-container li {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}

.main-navigation.toggled .menu-container li:nth-child(1) {
	transform: translateY(0);
	transition-delay: 0.05s;
}

.main-navigation.toggled .menu-container li:nth-child(2) {
	transform: translateY(0);
	transition-delay: 0.1s;
}

.main-navigation.toggled .menu-container li:nth-child(3) {
	transform: translateY(0);
	transition-delay: 0.15s;
}

.main-navigation.toggled .menu-container li:nth-child(4) {
	transform: translateY(0);
	transition-delay: 0.2s;
}

.main-navigation.toggled .menu-container li:nth-child(5) {
	transform: translateY(0);
	transition-delay: 0.25s;
}

.main-navigation.toggled .menu-container li:nth-child(6) {
	transform: translateY(0);
	transition-delay: 0.3s;
}

.main-navigation.toggled .menu-container li:nth-child(7) {
	transform: translateY(0);
	transition-delay: 0.35s;
}

.main-navigation.toggled .menu-container li:nth-child(8) {
	transform: translateY(0);
	transition-delay: 0.4s;
}

.main-navigation.toggled .menu-container li:nth-child(9) {
	transform: translateY(0);
	transition-delay: 0.45s;
}

.main-navigation.toggled .menu-container li:nth-child(10) {
	transform: translateY(0);
	transition-delay: 0.5s;
}

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

.menu-toggle {
	position: relative;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 100%;
	z-index: 2;
	outline: none;
}

.menu-toggle span {
	display: block;
	height: 4px;
	width: 100%;
	background-color: var(--colors-white);
	border-radius: 2px;
}

.main-navigation.toggled .menu-toggle span {
	background-color: var(--colors-white) !important;
}

.main-navigation.toggled .menu-toggle span:nth-child(1) {
	transform: rotate(45deg) translate(9px, 5px);
}

.main-navigation.toggled .menu-toggle span:nth-child(2) {
	opacity: 0;
}

.main-navigation.toggled .menu-toggle span:nth-child(3) {
	transform: rotate(-45deg) translate(9px, -5px);
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	max-width: 680px;
	margin: 0 auto;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
	color: var(--color-text-main);
}

.page-content hr,
.entry-content hr,
.entry-summary hr {
	border-color: var(--colors-stroke-clr);
}

.page-content ul,
.entry-content ul,
.entry-summary ul {
	margin: 0;
}

.page-content ul li,
.entry-content ul li,
.entry-summary ul li {
	margin-bottom: 0.875em;
}

.page-content .wp-block-cover,
.entry-content .wp-block-cover,
.entry-summary .wp-block-cover {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

@media (min-width: 600px) {

	.page-id-195 .single-content {
		font-size: 18px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Lists
--------------------------------------------- */
.list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 16px;
}

.list__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 4px 0;
}

.list__item::before {
	content: "";
	flex: none;
	display: block;
	background: url("img/icons/list-style-disc.svg") no-repeat center;
	background-size: contain;
	width: 18px;
	height: 18px;
}

.list--large {
	font-size: 18px;
}

.list--large .list__item::before {
	content: "";
	margin: 4px 0;
	width: 24px;
	height: 24px;
}

.list--charter {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 18px;
}

.list--charter .list__item::before {
	content: "";
	width: 20px;
	height: 20px;
	flex: none;
}

/* Cards
--------------------------------------------- */
.card {
	position: relative;
	display: flex;
	padding: 12px;
	flex-direction: column;
	justify-content: space-between;
	background-color: var(--colors-white);
	border: 1px solid var(--colors-stroke-clr);
	border-radius: 24px;
}

.card--has-shadow {
	box-shadow: 0 0 8px 0 rgba(146, 146, 146, 0.11);
}

.card a {
	text-decoration: none;
}

.card a[href="#"] {
	pointer-events: none;
}

.card hr {
	margin: 24px 0;
}

.card__body {
	position: relative;
}

.card__image {
	display: block;
	margin: 0 0 24px;
	width: 100%;
	object-fit: cover;
	height: 200px;
	border-radius: 14px;
}

.card__image--cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card__title {
	color: var(--color-text-main);
	margin: 0 0 12px;
}

.card__title--white {
	color: var(--colors-white);
}

.card__title--spaced-top {
	padding-top: 90px;
}

.card__directions {
	display: flex;
	flex-flow: column nowrap;
	gap: 4px;
	font-size: var(--small-body-font-size);
	font-variation-settings: "opsz" 16;
}

.card__directions b {
	text-transform: uppercase;
}

.card__button {
	margin-top: 24px;
	font-size: var(--small-body-font-size);
	font-variation-settings: "opsz" 16;
	padding: 10px 18px;
}

@media (min-width: 800px) {

	.card {
		padding: 32px;
		border-radius: 17px;
		transition: all 0.6s;
	}

	.card__button {
		font-size: 18px;
		padding: 14px 20px;
		background-color: var(--colors-white);
		color: var(--color-text-main) !important;
	}

	.card:hover {
		transform: scale(1.05);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
	}
}

/* Tags
--------------------------------------------- */
.tags {
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
	margin: 12px 0 0;
	padding: 0;
	list-style-type: none;
	pointer-events: none;
}

.tags__tag,
.tags > a {
	padding: 5px 8px;
	font-weight: var(--tags-font-weight);
	font-size: var(--tags-font-size);
	background-color: var(--colors-white);
	border: 1px solid var(--colors-stroke-clr);
	color: var(--color-text-main);
	border-radius: 99px;
	text-decoration: none;
	font-variation-settings: "opsz" 16;
}

@media (min-width: 600px) {

	.tags__tag,
	.tags > a {
		font-size: 16px;
		padding: 7px 12px;
	}
}

/* Boxes
--------------------------------------------- */
.box {
	padding: 16px;
	background-color: var(--colors-white);
	border-radius: 24px;
	border: 1px solid var(--colors-stroke-clr);
	box-shadow: 0 0 8px 0 rgba(146, 146, 146, 0.11);
}

.box--spacious {
	padding: 20px;
}

.box__title {
	margin: 0 0 12px;
	color: var(--color-text-main);
}

@media (min-width: 600px) {

	.box {
		padding: 32px;
		border-radius: 17px;
	}
}

/* Collapse
--------------------------------------------- */
.collapse {
	padding: 12px;
	border-radius: 14px;
	border: 1px solid var(--colors-stroke-clr);
	background-color: var(--colors-white);
	box-shadow: 0 0 8px 0 rgba(146, 146, 146, 0.11);
}

.collapse + .collapse {
	margin-top: 12px;
}

.collapse__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, padding 0.3s ease;
	padding-top: 0;
	padding-bottom: 0;
}

.collapse__content--open {
	max-height: 4000px;

	/* Should be higher than the content's max height */
	padding-top: 12px;
}

.collapse__content ul {
	margin-left: 0;
	padding-left: 20px;
}

.collapse__button {
	color: var(--color-text-main);
	font-size: 18px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	padding: 0;
	cursor: pointer;
	text-align: left;
}

.collapse__button,
.collapse__button:focus,
.collapse__button:active,
.collapse__button:hover {
	background-color: transparent;
	border-color: transparent;
}

.collapse__button img {
	transition: transform 0.3s ease;
	transform: rotate(180deg);
}

.collapse__button--active img {
	transform: rotate(0deg);

	/* Rotates the arrow when expanded */
}

/* Carousel
--------------------------------------------- */
.carousel {
	position: relative;
	width: 100%;
}

.carousel__track {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.carousel__track::-webkit-scrollbar {
	display: none;
}

.carousel__slide {
	flex: 0 0 83%;
	scroll-snap-align: start;
}

.carousel__slide:only-child {
	flex: 0 0 100%;
}

.carousel__prev,
.carousel__next {
	display: none;
	outline: none;
}

@media (min-width: 768px) {

	.carousel {
		overflow: hidden;
	}

	.carousel__track {
		gap: 0;
	}

	.carousel__slide {
		flex: 0 0 100%;
		background-color: var(--colors-light-bg-color);
	}

	.carousel__image {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
	}

	.carousel__prev,
	.carousel__next {
		display: flex;
		position: absolute;
		top: 50%;
		width: 30px;
		height: 30px;
		padding: 0;
		color: #000;
		background: rgba(255, 255, 255, 0.8);
		transform: translateY(-50%);
		border: none;
		border-radius: 50%;
		cursor: pointer;
		z-index: 2;
	}

	.carousel__prev {
		left: 10px;
	}

	.carousel__next {
		right: 10px;
	}
}

/* Sections
--------------------------------------------- */
.section {
	padding: 42px 12px;
}

@media (min-width: 1024px) {

	.section {
		padding: 70px 12px;
	}
}

.section--light {
	background-color: var(--colors-light-bg-color);
}

.section--paddingless-bottom {
	padding-bottom: 0 !important;
}

.section--paddingless-y {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.section--paddingless {
	padding: 0 !important;
}

.blog__title {
	margin: 0 0 24px;
	color: var(--color-text-main);
}

.blog .card__image {
	height: 200px;
}

@media (min-width: 768px) {

	.blog__scroller {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.blog__scroller .card {
		max-width: none;
		width: 100%;
		flex: none;
		padding: 16px;
	}

	.blog__scroller .card > div {
		display: grid;
		gap: 12px;
		grid-template-columns: 120px auto;
	}

	.blog__scroller .card__image {
		height: 120px;
		margin: 0;
	}

	.blog__scroller .card__footer {
		display: none;
	}

	.blog__scroller .card:not(:last-child) {
		margin: 0;
	}
}

.archive-content {
	background-color: var(--colors-light-bg-color);
}

.archive-content__container {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	gap: 24px;
}

.archive-content__post {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

@media (min-width: 960px) {

	.archive-content {
		padding-top: 0;
	}

	.archive-content__container {
		grid-template-columns: 1fr 1fr;
		justify-content: initial;
	}

	.archive-content__post {
		max-width: none;
	}
}

.archive-header {
	width: 100%;
}

.archive-summary__title {
	display: block;
	margin: 0 0 12px;
	color: var(--color-text-main);
}

.archive-summary__content {
	font-size: var(--subheader-font-size);
	margin: 0;
}

.archive-summary__list {
	margin-top: 24px;
}

.archive-summary__categories-list {
	display: flex;
	flex-flow: row wrap;
	gap: 12px;
	padding: 0;
	list-style-type: none;
	margin: 24px 0 0;
}

.archive-summary__categories-list li {
	background-color: var(--colors-white);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--colors-stroke-clr);
	border-radius: 99px;
	padding: 10px 24px;
}

.archive-summary__categories-list li,
.archive-summary__categories-list li a {
	color: var(--color-text-main);
}

.archive-summary__categories-list li.active {
	background-color: var(--color-text-main);
}

.archive-summary__categories-list li.active,
.archive-summary__categories-list li.active a {
	color: var(--colors-white);
}

.archive-summary__categories-list a {
	text-decoration: none;
}

.charter {
	position: relative;
	margin: 42px 20px 0;
	overflow: hidden;
	background-color: var(--color-text-main);
	border-radius: 17px;
	cursor: default;
}

.charter::after {
	content: "";
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}

.charter__cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 3s;
}

.charter__text {
	position: relative;
	padding: 58px 28px;
	color: var(--colors-white);
	text-align: center;
	z-index: 1;
}

@media (min-width: 600px) {

	.charter {
		padding: 100px 28px;
		margin: 70px 20px 0;
		overflow: hidden;
	}

	.charter__text {
		font-size: 28px;
	}

	.charter:hover .charter__cover {
		transform: scale(1.1);
	}
}

.charter-features {
	position: relative;
	overflow: hidden;
	color: var(--color-text-main);
	min-height: 680px;
	padding-bottom: 0;
}

.charter-features__cover {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
	object-fit: cover;
	max-width: none;
}

.charter-features__content {
	position: relative;
	z-index: 1;
}

.charter-features__title {
	margin: 0 0 24px;
	max-width: 410px;
}

.charter-features__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	list-style-type: none;
}

.charter-features__item {
	font-weight: 700;
}

.charter-features__item-icon {
	width: 54px;
	height: 54px;
	margin: 0 0 10px;
}

.charter-features__button {
	margin-top: 24px;
	width: 100%;
}

@media (min-width: 800px) {

	.charter-features__cover {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		object-fit: cover;
		margin-left: -20px;
		margin-right: -20px;
	}

	.charter-features__list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.charter-features__item {
		font-size: 20px;
	}

	.charter-features__buttons {
		display: flex;
		justify-content: flex-end;
	}

	.charter-features__button {
		width: auto;
	}
}

.boat__title {
	color: var(--color-text-main);
	margin: 0 0 12px;
}

.boat__subtitle {
	margin: 0 0 42px;
}

.boat__image {
	display: block;
	width: 100%;
	height: 354px;
	object-fit: cover;
	border-radius: 14px;
}

.boat__buttons {
	margin-top: 42px;
	display: flex;
	flex-flow: row wrap;
	gap: 12px;
}

@media (min-width: 768px) {

	.boat__container {
		position: relative;
		min-height: 500px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.boat__carousel {
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
	}

	.boat__image {
		height: 500px;
	}

	.boat__headings,
	.boat__buttons {
		padding-left: calc(50% + 48px);
	}

	.boat__subtitle {
		margin: 0;
	}
}

.experience__title {
	color: var(--color-text-main);
}

.experience__content p {
	display: none;
}

.experience__content p:last-child {
	margin-bottom: 0;
}

.experience__content p:first-child {
	display: block;
}

.experience__content--active p {
	display: block;
}

@media (min-width: 600px) {

	.experience__title {
		font-size: var(--h2-font-size);
	}
}

.hero {
	position: relative;
	height: 100svh;
	overflow: hidden;
	background-color: var(--color-text-main);
}

.hero::after {
	content: "";
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}

.hero__container {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	z-index: 1;
}

.hero__content {
	margin-top: auto;
	margin-bottom: auto;
	color: #fff;
	text-align: center;
}

.hero__cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__top-line,
.hero__bottom-line {
	font-size: var(--big-subheader-font-size);
}

.hero__text-logo {
	text-transform: uppercase;
	margin: 12px 0 14px;
	letter-spacing: 4px;
	font-weight: 800;
}

.hero__buttons {
	width: 100%;
}

@media (min-width: 600px) {

	.hero__buttons {
		max-width: 400px;
	}

	.hero__text-logo {
		font-size: 64px;
	}

	.hero__top-line,
	.hero__bottom-line {
		font-size: 26px;
		font-weight: 700;
	}

	.hero__button {
		font-size: 20px;
	}
}

.admin-bar .hero {
	height: calc(100svh - 32px);
}

@media (max-width: 783px) {

	.admin-bar .hero {
		height: calc(100svh - 46px);
	}
}

.intro__title {
	margin: 0 0 24px;
	color: var(--color-text-main);
}

.intro__image {
	margin: 20px 0 20px -70px;
}

.intro__list {
	display: flex;
	flex-direction: column;
}

.intro__item {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 22px;
	padding: 16px 20px;
	border-radius: 17px;
	background: var(--colors-light-bg-color);
	font-size: var(--h3-font-size);
}

.intro__item-label {
	display: block;
	max-width: 320px;
	font-weight: 600;
	text-transform: uppercase;
}

.intro__item-more {
	display: block;
	margin: 10px 0 0;
	color: var(--colors-body-text);
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	text-decoration: underline;
}

.intro__item-icon {
	height: 46px;
	width: auto;
}

.intro__item,
.intro__item:hover,
.intro__item:focus,
.intro__item:active,
.intro__item:visited {
	color: var(--color-text-main);
	text-decoration: none;
}

.intro__item:not(:last-child) {
	margin: 0 0 12px;
}

@media (min-width: 800px) {

	.intro__title {
		max-width: 660px;
	}

	.intro__body {
		display: grid;
		grid-template-columns: 50% auto;
		align-items: center;
		gap: 48px;
	}

	.intro__image {
		height: 435px;
		width: auto;
		max-width: none;
		margin-left: -80%;
	}
}

.map {
	padding-top: 0;
}

.map__title {
	color: var(--color-text-main);
	margin: 0 0 24px;
}

.logos--paddingless-top {
	padding-top: 0;
}

.logos__title {
	margin: 0 0 24px;
	color: var(--color-text-main);
}

.logos__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.logos__list-item {
	border-radius: 12px;
	overflow: hidden;
}

.logos__list-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scroller__title {
	margin: 0 0 24px;
	color: var(--color-text-main);
}

.scroller__title + .scroller__subtitle {
	margin-top: -12px;
}

.scroller__subtitle {
	margin: 0 0 42px;
}

.scroller__cards {
	overflow-x: auto;
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
	padding-left: 12px;
	padding-right: 12px;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.scroller__cards::-webkit-scrollbar {
	display: none;
}

.scroller__cards .card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 83vw;
	vertical-align: top;
	max-width: 470px;
	scroll-snap-align: start;
}

.scroller__cards .card:not(:last-child) {
	margin-right: 12px;
}

.scroller__cards .card:last-child {
	margin-right: auto;
}

.scroller__cards .card__button {
	margin-bottom: 12px;
	font-weight: 500;
}

@media (min-width: 768px) {

	.scroller__cards .card--suite {
		flex: 0 0 100%;
		flex-flow: row wrap;
		align-items: flex-start;
		max-width: none;
		gap: 0 24px;
	}

	.scroller__cards .card__header--suite {
		flex: 0 0 300px;
	}

	.scroller__cards .card__header--suite img {
		height: 250px;
		max-height: none;
	}

	.scroller__cards .card__image--suite {
		margin: 0;
	}

	.scroller__cards .card__body--suite {
		width: calc(100% - 300px - 24px);
	}

	.scroller__cards .card__footer--suite {
		flex: 0 0 100%;
		width: 100%;
	}
}

.scroller__cards--vertical {
	overflow: hidden;
	margin: 0;
	padding: 0;
	flex-direction: column;
	align-items: center;
}

.scroller__cards--vertical .card {
	width: 100%;
}

.scroller__cards--vertical .card:not(:last-child) {
	margin-right: 0;
	margin-bottom: 12px;
}

.scroller__more {
	margin-top: 42px;
}

@media (min-width: 600px) {

	.scroller__subtitle {
		font-size: var(--h3-font-size);
	}

	.scroller__cards {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		gap: 24px;
		overflow: visible;
	}

	.scroller__cards--one-column-desktop {
		grid-template-columns: 1fr;
	}

	.scroller__cards .card {
		max-width: none;
		width: 100%;
	}

	.scroller__cards .card__description--suite {
		font-size: 18px;
	}

	.scroller__cards .card--suite:hover {
		transform: scale(1);
	}

	.scroller__cards--vertical {
		align-items: stretch;
	}

	.scroller__cards--vertical .card:not(:last-child) {
		margin-bottom: 0;
	}
}

.suites {
	padding-top: 0;
}

.suites__title {
	margin: 42px 0;
	color: var(--color-text-main);
}

.suites-intro__text {
	margin: 0 0 24px;
	font-size: var(--subheader-font-size);
}

.suites-intro__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.suites-intro__item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.suites-intro__item:not(:last-child) {
	margin: 0 0 10px;
}

.single-about {
	padding-top: 20px;
}

.single-about__title {
	color: var(--color-text-main);
	margin: 0 0 14px;
	max-width: 600px;
}

.single-about__notice {
	margin-top: 24px;
	padding-left: 16px;
	color: var(--color-text-main);
	border-left: 10px solid var(--color-text-main);
	font-size: 20px;
	font-weight: 700;
}

.single-about__list {
	margin: 24px 0 0;
}

.single-about__note {
	display: block;
	margin: 28px 0 0;
	font-size: var(--subheader-font-size);
	color: var(--color-text-main);
}

.single-about__grid--align-end div:nth-child(2) {
	margin-top: 24px;
}

.single-about__grid:not(:last-child) {
	margin-bottom: 24px;
}

.single-about__gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.single-about__gallery img {
	border-radius: 7px;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.single-about__buttons {
	margin-top: 42px;
}

.single-about__button {
	width: 100%;
}

.single-about__email {
	margin-top: 24px;
	font-size: 18px;
	text-align: center;
}

.single-about__email span {
	display: block;
}

@media (min-width: 800px) {

	.single-about__subtitle {
		font-size: var(--subheader-font-size);
	}

	.single-about__subtitle,
	.single-about__notice {
		max-width: 400px;
	}

	.single-about__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 42px;
	}

	.single-about__grid--align-end {
		align-items: flex-end;
	}

	.single-about__grid:not(:last-child) {
		margin-bottom: 100px;
	}

	.single-about__gallery--large {
		position: relative;
		display: block;
	}

	.single-about__gallery--large img:nth-child(1) {
		position: absolute;
		top: -34px;
		left: -136px;
		width: 226px;
		height: 200px;
		z-index: 1;
	}

	.single-about__buttons {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 42px;
	}

	.single-about__email {
		margin-top: 0;
		text-align: left;
	}
}

.single-banner {
	position: relative;
	overflow: hidden;
	background-color: var(--color-text-main);
}

.single-banner__title {
	margin: 0 auto 12px;
	color: var(--colors-white);
	max-width: 250px;
	font-size: 22px;
	line-height: 1.4;
}

.single-banner__subtitle {
	color: var(--colors-white);
	max-width: 250px;
	margin: 0 auto;
}

.single-banner__content {
	position: relative;
	text-align: center;
}

.single-banner__cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-banner__buttons {
	margin-top: 24px;
}

@media (min-width: 600px) {

	.single-banner__title {
		max-width: none;
		font-size: var(--h2-font-size);
	}

	.single-banner__subtitle {
		max-width: 680px;
		font-size: 20px;
		margin: 0 auto 42px;
	}
}

.single-boxes__box:not(:last-child) {
	margin-bottom: 18px;
}

.single-concept__title {
	color: var(--color-text-main);
}

.single-concept__subtitle {
	margin: 0 0 42px;
}

.single-concept__cards {
	display: flex;
	flex-flow: column nowrap;
	gap: 42px;
}

.single-concept__card {
	display: flex;
	gap: 20px;
}

.single-concept__card-icon {
	width: 60px;
	height: 60px;
	flex: none;
}

.single-concept__card-title {
	color: var(--color-text-main);
	margin: 0 0 10px;
}

.single-concept__card-tags {
	display: flex;
	flex-flow: row wrap;
	gap: 8px 20px;
}

@media (min-width: 600px) {

	.single-concept__cards {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 60px;
	}

	.single-concept__card {
		display: flex;
		flex-flow: column;
		align-items: center;
		text-align: center;
	}

	.single-concept__card-icon {
		width: 80px;
		height: 80px;
	}
}

.single-list__title {
	margin: 0 0 8px;
	color: var(--color-text-main);
}

.single-content img {
	border-radius: 7px;
}

.single-content__title {
	margin-bottom: 24px;
	color: var(--color-text-main);
}

.single-content__text,
.single-content__quote {
	margin-top: 32px;
	margin-bottom: 32px;
}

.single-content .gallery-columns-2 > .gallery-item:nth-child(even) {
	margin-top: 30px;
}

.single-content__gallery {
	margin-top: 32px;
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 12px;
}

.single-content__gallery-image {
	border-radius: 7px;
}

.single-content__gallery--portrait {
	display: grid;
	grid-template-columns: auto auto;
	gap: 18px;
}

.single-content__gallery--portrait .single-content__gallery-image {
	width: 100%;
	height: auto;
	min-height: 237px;
	object-fit: cover;
	border-radius: 7px;
}

.single-content__gallery--portrait .single-content__gallery-image:nth-child(even) {
	margin-top: 30px;
}

.single-content__container *:first-child {
	margin-top: 0;
}

.single-content__container *:last-child {
	margin-bottom: 0;
}

@media (min-width: 600px) {

	.single-content__text {
		font-size: 1.125rem;
	}

	.single-content__container--faq {
		max-width: 600px;
	}
}

.single-gallery {
	padding-top: 12px;
}

.single-gallery__container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
	gap: 12px;
}

.single-gallery__image {
	border-radius: 7px;
	height: 240px;
	object-fit: cover;
}

@media (max-width: 600px) {

	.single-gallery__image {
		height: 125px;
	}
}

.single-timeline hr {
	margin: 18px 0;
}

.single-timeline__title {
	color: var(--color-text-main);
	margin: 0 0 32px;
}

.single-timeline__content {
	display: grid;
	grid-template-columns: 34px auto;
	gap: 18px;
}

.single-timeline__content--no-progress {
	grid-template-columns: 1fr;
}

.single-timeline__progress {
	position: relative;
}

.single-timeline__progress::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: var(--colors-stroke-clr);
}

.single-timeline__progress-circle {
	position: sticky;
	top: 95px;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background-color: var(--color-text-main);
	z-index: 1;
}

.single-timeline__day:not(:last-child) {
	margin: 0 0 24px;
}

.single-timeline__day-title {
	margin: 0 0 12px;
	color: var(--color-text-main);
}

.single-timeline__day-image {
	margin: 0 0 12px;
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 17px;
}

.single-timeline__day-time-item:not(:last-child) {
	margin-bottom: 12px;
}

.single-timeline__day-time-title {
	display: block;
	margin: 0 0 8px;
	font-size: 18px;
	color: var(--color-text-main);
}

.single-timeline__day-time-body {
	margin: 0;
}

.single-timeline__day-list {
	font-size: 16px;
}

.single-upgrades__title {
	margin: 0 0 4px;
	color: var(--color-text-main);
}

.single-upgrades__subtitle {
	margin: 0 0 8px;
	color: var(--color-text-main);
	font-size: var(--small-body-font-size);
	font-variation-settings: "opsz" 16;
}

.single-upgrades__list {
	font-size: 16px;
}

.single-upgrades__grid {
	display: grid;
	gap: 24px;
}

.single-vessel {
	background-color: var(--colors-white);
}

.single-vessel__title {
	margin: 0 0 24px;
	color: var(--color-text-main);
}

.single-vessel__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.single-vessel__box {
	padding: 12px;
	border-radius: 16px;
}

.single-vessel__image {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 124px;
	object-fit: cover;
	border-radius: 7px;
}

.single-vessel__label {
	display: block;
	margin: 8px 0 0;
	color: var(--color-text-main);
	font-size: var(--tags-font-size);
	text-align: center;
	font-variation-settings: "opsz" 16;
}

.single-vessel__text {
	display: none;
}

@media (min-width: 800px) {

	.single-vessel__image {
		height: 400px;
	}

	.single-vessel__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.single-vessel__box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 42px;
		align-items: center;
		box-shadow: none;
		border: none;
	}

	.single-vessel__box:nth-child(even) {
		direction: rtl;
	}

	.single-vessel__box:nth-child(even) > * {
		direction: ltr;
	}

	.single-vessel__label {
		font-size: var(--h2-font-size);
		text-align: left;
	}

	.single-vessel__text {
		display: block;
	}
}

.headline {
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: var(--color-text-main);
}

.headline__content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.68);
}

.headline__cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.headline__title {
	position: relative;
	padding: 175px 28px 155px;
	color: var(--colors-white);
	text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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