/*!
Theme Name: webbistarter
Theme URI: http://underscores.me/
Author: Amar Deric
Author URI: http://underscores.me/
Description: A starter theme for Webbi WordPress projects.
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: webbistarter
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.

webbistarter 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Glacial+Indifference:wght@300;400;600;700&display=swap");
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 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #054f9c;
  font-size: 1rem;
  line-height: 1.6;
}

p {
  margin-bottom: 1.25rem;
  line-height: 1.7;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #054f9c;
  text-decoration: underline;
  text-decoration-color: #94bfe0;
  text-underline-offset: 3px;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: #94bfe0;
  text-decoration-color: #054f9c;
}
a:visited {
  color: rgb(3.4161490683, 53.9751552795, 106.5838509317);
}

.lead {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgb(7.3757763975, 116.5372670807, 230.1242236025);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .lead {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
}

small,
.small {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(40.3788819876, 142.1863354037, 248.1211180124);
}

blockquote {
  border-left: 4px solid #94bfe0;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.1rem;
  color: rgb(6.5838509317, 104.0248447205, 205.4161490683);
}
blockquote::before {
  content: '"';
  font-size: 2rem;
  color: #94bfe0;
  line-height: 0;
}
blockquote::after {
  content: '"';
  font-size: 2rem;
  color: #94bfe0;
  line-height: 0;
}

.dark-bg {
  color: #fffbf3;
}
.dark-bg p {
  color: #fffbf3;
}
.dark-bg a {
  color: #94bfe0;
  text-decoration-color: rgb(227.0869565217, 238.3043478261, 246.9130434783);
}
.dark-bg a:hover, .dark-bg a:focus {
  color: #fffbf3;
  text-decoration-color: #94bfe0;
}
.dark-bg .lead {
  color: #ffeac0;
}
.dark-bg small,
.dark-bg .small {
  color: rgb(255, 225.5, 166.5);
}
.dark-bg blockquote {
  border-left-color: #94bfe0;
  color: #fffbf3;
}
.dark-bg blockquote::before, .dark-bg blockquote::after {
  color: #94bfe0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: #054f9c;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.8rem, 4vw + 1rem, 2.8rem);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: clamp(1.5rem, 4vw + 1rem, 2.2rem);
  font-weight: 500;
  margin-bottom: 1rem;
}

h4 {
  font-size: clamp(1.25rem, 4vw + 1rem, 1.8rem);
  font-weight: 500;
  margin-bottom: 0.875rem;
}

h5 {
  font-size: clamp(1.1rem, 4vw + 1rem, 1.5rem);
  font-weight: 400;
  margin-bottom: 0.75rem;
}

h6 {
  font-size: clamp(1rem, 4vw + 1rem, 1.25rem);
  font-weight: 400;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
  color: #fffbf3;
}

.light-bg h1, .light-bg h2, .light-bg h3, .light-bg h4, .light-bg h5, .light-bg h6 {
  color: #054f9c;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

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 #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  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%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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: #aaa #bbb #bbb;
}

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 #ccc;
  border-radius: 3px;
  padding: 3px;
}
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 #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(148, 191, 224, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .site-header {
    position: fixed;
    backdrop-filter: blur(10px);
  }
}
@media (max-width: 480px) {
  .site-header {
    backdrop-filter: none;
    background: rgba(255, 255, 255, 0.98);
  }
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 30px rgba(5, 79, 156, 0.1);
}
@media (max-width: 768px) {
  .site-header.scrolled {
    box-shadow: 0 2px 15px rgba(5, 79, 156, 0.15);
  }
}
.site-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .site-header .header-container {
    padding: 0 1rem;
    min-height: 75px;
  }
}
@media (max-width: 768px) {
  .site-header .header-container {
    padding: 0 0.75rem;
    min-height: 70px;
  }
}
@media (max-width: 480px) {
  .site-header .header-container {
    padding: 0 0.5rem;
    min-height: 65px;
  }
}
@media (max-width: 320px) {
  .site-header .header-container {
    padding: 0 0.25rem;
    min-height: 60px;
  }
}
.site-header .site-branding {
  z-index: 1001;
  flex-shrink: 0;
  max-width: 40%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .site-header .site-branding {
    max-width: 35%;
  }
}
@media (max-width: 480px) {
  .site-header .site-branding {
    max-width: 30%;
  }
}
.site-header .site-branding .custom-logo-link {
  display: inline-block;
  line-height: 1;
}
.site-header .site-branding .custom-logo-link .custom-logo {
  height: auto;
  max-height: 50px;
  width: auto;
  max-width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .site-header .site-branding .custom-logo-link .custom-logo {
    max-height: 45px;
  }
}
@media (max-width: 768px) {
  .site-header .site-branding .custom-logo-link .custom-logo {
    max-height: 40px;
  }
}
@media (max-width: 480px) {
  .site-header .site-branding .custom-logo-link .custom-logo {
    max-height: 32px;
  }
}
@media (max-width: 320px) {
  .site-header .site-branding .custom-logo-link .custom-logo {
    max-height: 28px;
  }
}
.site-header .site-branding .site-title {
  margin: 0;
  font-size: clamp(0.9rem, 3vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-header .site-branding .site-title a {
  color: #054f9c;
  text-decoration: none;
  background: linear-gradient(135deg, #054f9c 0%, #94bfe0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}
.site-header .site-branding .site-title a:hover {
  background: linear-gradient(135deg, #94bfe0 0%, #054f9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.site-header .site-branding .site-description {
  display: none;
}
@media (min-width: 1200px) {
  .site-header .site-branding .site-description {
    display: block;
    font-size: 0.85rem;
    color: rgb(15.6708074534, 129.198757764, 247.3291925466);
    margin: 0;
    margin-top: -5px;
  }
}
.site-header .main-navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  min-width: 0;
}
@media (max-width: 1024px) {
  .site-header .main-navigation {
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation {
    gap: 0.25rem;
  }
}
.site-header .main-navigation .menu-toggle-wrapper {
  display: none;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .menu-toggle-wrapper {
    display: flex;
    align-items: center;
    order: 2;
  }
}
.site-header .main-navigation .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
}
@media (max-width: 480px) {
  .site-header .main-navigation .menu-toggle {
    padding: 0.25rem;
    gap: 0.125rem;
    min-width: 40px;
    min-height: 40px;
  }
}
.site-header .main-navigation .menu-toggle:hover, .site-header .main-navigation .menu-toggle:focus {
  background: rgba(148, 191, 224, 0.1);
  outline: none;
}
.site-header .main-navigation .menu-toggle:focus-visible {
  outline: 2px solid #94bfe0;
  outline-offset: 2px;
}
.site-header .main-navigation .menu-toggle .hamburger {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 20px;
  height: 15px;
}
@media (max-width: 480px) {
  .site-header .main-navigation .menu-toggle .hamburger {
    width: 18px;
    height: 13px;
    gap: 2px;
  }
}
.site-header .main-navigation .menu-toggle .hamburger .line {
  width: 100%;
  height: 2px;
  background: #054f9c;
  border-radius: 1px;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .site-header .main-navigation .menu-toggle .hamburger .line {
    height: 1.5px;
  }
}
.site-header .main-navigation .menu-toggle .menu-text {
  font-size: 0.8rem;
  font-weight: 500;
  color: #054f9c;
}
@media (max-width: 768px) {
  .site-header .main-navigation .menu-toggle .menu-text {
    display: none;
  }
}
.site-header .main-navigation .menu-toggle[aria-expanded=true] .hamburger .line:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}
@media (max-width: 480px) {
  .site-header .main-navigation .menu-toggle[aria-expanded=true] .hamburger .line:first-child {
    transform: rotate(45deg) translate(4px, 4px);
  }
}
.site-header .main-navigation .menu-toggle[aria-expanded=true] .hamburger .line:nth-child(2) {
  opacity: 0;
}
.site-header .main-navigation .menu-toggle[aria-expanded=true] .hamburger .line:last-child {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (max-width: 480px) {
  .site-header .main-navigation .menu-toggle[aria-expanded=true] .hamburger .line:last-child {
    transform: rotate(-45deg) translate(4px, -4px);
  }
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu-wrapper {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    width: 100vw;
    background: white;
    border-top: 1px solid rgba(148, 191, 224, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(5, 79, 156, 0.15);
    z-index: 999;
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation .primary-menu-wrapper {
    top: 70px;
  }
}
@media (max-width: 480px) {
  .site-header .main-navigation .primary-menu-wrapper {
    top: 65px;
    box-shadow: 0 5px 20px rgba(5, 79, 156, 0.1);
  }
}
@media (max-width: 320px) {
  .site-header .main-navigation .primary-menu-wrapper {
    top: 60px;
  }
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu-wrapper.menu-open {
    max-height: calc(100vh - 75px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation .primary-menu-wrapper.menu-open {
    max-height: calc(100vh - 70px);
  }
}
@media (max-width: 480px) {
  .site-header .main-navigation .primary-menu-wrapper.menu-open {
    max-height: calc(100vh - 65px);
  }
}
@media (max-width: 320px) {
  .site-header .main-navigation .primary-menu-wrapper.menu-open {
    max-height: calc(100vh - 60px);
  }
}
.site-header .main-navigation .primary-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem 0 2rem 0;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .site-header .main-navigation .primary-menu {
    padding: 0.75rem 0 1.5rem 0;
  }
}
.site-header .main-navigation .primary-menu .menu-item {
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu .menu-item {
    border-bottom: 1px solid rgba(148, 191, 224, 0.2);
    white-space: normal;
    width: 100%;
  }
  .site-header .main-navigation .primary-menu .menu-item:last-child {
    border-bottom: none;
  }
}
.site-header .main-navigation .primary-menu .menu-item > a {
  display: block;
  padding: 0.8rem 1rem;
  color: #054f9c;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu .menu-item > a {
    padding: 1rem 1.5rem;
    border-radius: 0;
    font-size: 0.95rem;
    min-height: 48px;
    display: flex;
    align-items: center;
    text-overflow: initial;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation .primary-menu .menu-item > a {
    padding: 0.875rem 1.25rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .site-header .main-navigation .primary-menu .menu-item > a {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
  }
}
.site-header .main-navigation .primary-menu .menu-item > a:hover, .site-header .main-navigation .primary-menu .menu-item > a:focus {
  color: #94bfe0;
  background: rgba(148, 191, 224, 0.1);
  outline: none;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu .menu-item > a:hover, .site-header .main-navigation .primary-menu .menu-item > a:focus {
    background: rgba(148, 191, 224, 0.08);
  }
}
.site-header .main-navigation .primary-menu .menu-item > a:focus-visible {
  outline: 2px solid #94bfe0;
  outline-offset: -2px;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu .menu-item > a::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 50%;
    transition: background 0.2s ease;
  }
  .site-header .main-navigation .primary-menu .menu-item > a:hover::after, .site-header .main-navigation .primary-menu .menu-item > a:focus::after {
    background: #94bfe0;
  }
}
.site-header .main-navigation .primary-menu .menu-item.current-menu-item > a, .site-header .main-navigation .primary-menu .menu-item.current_page_item > a {
  color: #94bfe0;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu .menu-item.current-menu-item > a, .site-header .main-navigation .primary-menu .menu-item.current_page_item > a {
    background: rgba(148, 191, 224, 0.1);
  }
  .site-header .main-navigation .primary-menu .menu-item.current-menu-item > a::after, .site-header .main-navigation .primary-menu .menu-item.current_page_item > a::after {
    background: #94bfe0;
  }
}
.site-header .main-navigation .primary-menu .menu-item.has-dropdown > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-header .main-navigation .primary-menu .menu-item.has-dropdown > a .dropdown-arrow {
  transition: transform 0.3s ease;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu .menu-item.has-dropdown > a .dropdown-arrow {
    margin-left: auto;
  }
}
.site-header .main-navigation .primary-menu .menu-item.has-dropdown:hover > a .dropdown-arrow, .site-header .main-navigation .primary-menu .menu-item.has-dropdown.menu-open > a .dropdown-arrow {
  transform: rotate(180deg);
}
.site-header .main-navigation .primary-menu .menu-item.has-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: white;
  border: 1px solid rgba(148, 191, 224, 0.2);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(5, 79, 156, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 0.5rem 0;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu .menu-item.has-dropdown .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: rgba(148, 191, 224, 0.05);
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease;
  }
}
.site-header .main-navigation .primary-menu .menu-item.has-dropdown .dropdown-menu .menu-item {
  border-bottom: none;
}
.site-header .main-navigation .primary-menu .menu-item.has-dropdown .dropdown-menu .menu-item a {
  padding: 0.8rem 1.5rem;
  font-size: 0.9rem;
  color: rgb(7.3757763975, 116.5372670807, 230.1242236025);
  border-radius: 0;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu .menu-item.has-dropdown .dropdown-menu .menu-item a {
    padding: 0.75rem 2.5rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .site-header .main-navigation .primary-menu .menu-item.has-dropdown .dropdown-menu .menu-item a {
    padding: 0.625rem 2rem;
    font-size: 0.8rem;
  }
}
.site-header .main-navigation .primary-menu .menu-item.has-dropdown .dropdown-menu .menu-item a:hover, .site-header .main-navigation .primary-menu .menu-item.has-dropdown .dropdown-menu .menu-item a:focus {
  color: #94bfe0;
  background: rgba(148, 191, 224, 0.08);
}
.site-header .main-navigation .primary-menu .menu-item.has-dropdown .dropdown-menu .menu-item a::after {
  display: none;
}
.site-header .main-navigation .primary-menu .menu-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu .menu-item.has-dropdown.menu-open .dropdown-menu {
    max-height: 300px;
    padding: 0.5rem 0;
  }
}
.site-header .main-navigation .header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  order: 3;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .site-header .main-navigation .header-actions {
    gap: 0.25rem;
    order: 1;
  }
}
@media (max-width: 480px) {
  .site-header .main-navigation .header-actions {
    display: none;
  }
}
.site-header .main-navigation .header-actions .btn-header {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  min-height: 40px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.site-header .main-navigation .header-actions .btn-header.btn-primary {
  background: linear-gradient(135deg, #054f9c 0%, #94bfe0 100%);
  color: #fffbf3;
  border: none;
}
.site-header .main-navigation .header-actions .btn-header.btn-primary:hover, .site-header .main-navigation .header-actions .btn-header.btn-primary:focus {
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(5, 79, 156, 0.2);
  outline: none;
}
@media (hover: none) and (pointer: coarse) {
  .site-header .main-navigation .header-actions .btn-header.btn-primary:hover, .site-header .main-navigation .header-actions .btn-header.btn-primary:focus {
    transform: none;
  }
}
.site-header .main-navigation .header-actions .btn-header.btn-primary:focus-visible {
  outline: 2px solid rgba(148, 191, 224, 0.5);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .site-header .main-navigation .header-actions .btn-header {
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    min-height: 36px;
  }
}
.site-header .main-navigation .language-switcher {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-height: 40px;
  order: 2;
}
@media (max-width: 768px) {
  .site-header .main-navigation .language-switcher {
    order: 0;
  }
}
.site-header .main-navigation .language-switcher:hover {
  background: rgba(148, 191, 224, 0.1);
}
.site-header .main-navigation .language-switcher .language-dropdown {
  position: relative;
}
.site-header .main-navigation .language-switcher .language-dropdown .current-language {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: rgba(148, 191, 224, 0.1);
  border: 1px solid rgba(148, 191, 224, 0.2);
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #054f9c;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  min-height: 32px;
}
@media (max-width: 768px) {
  .site-header .main-navigation .language-switcher .language-dropdown .current-language {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
    min-height: 28px;
  }
}
@media (max-width: 480px) {
  .site-header .main-navigation .language-switcher .language-dropdown .current-language {
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    min-height: 26px;
  }
}
.site-header .main-navigation .language-switcher .language-dropdown .current-language:hover, .site-header .main-navigation .language-switcher .language-dropdown .current-language:focus {
  background: rgba(148, 191, 224, 0.15);
  border-color: rgba(148, 191, 224, 0.4);
  outline: none;
}
.site-header .main-navigation .language-switcher .language-dropdown .current-language:focus-visible {
  outline: 2px solid #94bfe0;
  outline-offset: 2px;
}
.site-header .main-navigation .language-switcher .language-dropdown .current-language .flag-icon {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  background: #e9f1f6;
}
@media (max-width: 768px) {
  .site-header .main-navigation .language-switcher .language-dropdown .current-language .flag-icon {
    width: 14px;
    height: 10px;
    font-size: 0.6rem;
  }
}
@media (max-width: 480px) {
  .site-header .main-navigation .language-switcher .language-dropdown .current-language .flag-icon {
    width: 12px;
    height: 9px;
    font-size: 0.55rem;
  }
}
.site-header .main-navigation .language-switcher .language-dropdown .current-language .flag-icon.flag-sv {
  background: linear-gradient(90deg, #006aa7 50%, #fecc00 50%);
}
.site-header .main-navigation .language-switcher .language-dropdown .current-language .flag-icon.flag-bs, .site-header .main-navigation .language-switcher .language-dropdown .current-language .flag-icon.flag-hr, .site-header .main-navigation .language-switcher .language-dropdown .current-language .flag-icon.flag-sr {
  background: linear-gradient(to bottom, #003893 33%, #ffffff 33% 66%, #ce1126 66%);
}
.site-header .main-navigation .language-switcher .language-dropdown .current-language .flag-icon.flag-en {
  background: linear-gradient(45deg, #012169 25%, #ffffff 25% 50%, #c8102e 50% 75%, #ffffff 75%);
}
.site-header .main-navigation .language-switcher .language-dropdown .current-language .language-code {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.site-header .main-navigation .language-switcher .language-dropdown .current-language .dropdown-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .site-header .main-navigation .language-switcher .language-dropdown .current-language .dropdown-arrow {
    width: 10px;
    height: 10px;
  }
}
.site-header .main-navigation .language-switcher .language-dropdown .current-language[aria-expanded=true] .dropdown-arrow {
  transform: rotate(180deg);
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 140px;
  background: white;
  border: 1px solid rgba(148, 191, 224, 0.2);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(5, 79, 156, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 0.5rem 0;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .language-switcher .language-dropdown .language-menu {
    position: fixed;
    top: auto;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-10px);
    min-width: 160px;
  }
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .site-header .main-navigation .language-switcher .language-dropdown .language-menu.show {
    transform: translateX(-50%) translateY(0);
  }
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item {
  display: block;
  padding: 0.75rem 1rem;
  color: #054f9c;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item {
    padding: 0.625rem 0.875rem;
    font-size: 0.75rem;
    gap: 0.625rem;
  }
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item .flag-icon {
  width: 20px;
  height: 15px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  background: #e9f1f6;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item .flag-icon {
    width: 18px;
    height: 13px;
    font-size: 0.65rem;
  }
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item .flag-icon.flag-sv {
  background: linear-gradient(90deg, #006aa7 50%, #fecc00 50%);
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item .flag-icon.flag-bs, .site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item .flag-icon.flag-hr, .site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item .flag-icon.flag-sr {
  background: linear-gradient(to bottom, #003893 33%, #ffffff 33% 66%, #ce1126 66%);
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item .flag-icon.flag-en {
  background: linear-gradient(45deg, #012169 25%, #ffffff 25% 50%, #c8102e 50% 75%, #ffffff 75%);
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item .language-name {
  flex: 1;
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item:hover, .site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item:focus {
  background: rgba(148, 191, 224, 0.08);
  color: #94bfe0;
  outline: none;
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item:focus-visible {
  outline: 2px solid #94bfe0;
  outline-offset: -2px;
}
.site-header .main-navigation .language-switcher .language-dropdown .language-menu .language-item.current {
  background: rgba(148, 191, 224, 0.1);
  color: #94bfe0;
  font-weight: 600;
}
.site-header .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(5, 79, 156, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
  backdrop-filter: blur(2px);
}
@media (max-width: 480px) {
  .site-header .mobile-menu-overlay {
    backdrop-filter: none;
  }
}
.site-header .mobile-menu-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

body {
  padding-top: 80px;
  overflow-x: hidden;
  max-width: 100vw;
}
@media (max-width: 1024px) {
  body {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 65px;
  }
}
@media (max-width: 320px) {
  body {
    padding-top: 60px;
  }
}
body.menu-open {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body.menu-open .site-header .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  body.menu-open .site-header .primary-menu-wrapper {
    max-height: calc(100vh - 75px);
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  body.menu-open .site-header .primary-menu-wrapper.menu-open {
    max-height: calc(100vh - 70px);
  }
}
body.search-modal-open, body.menu-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  body.search-modal-open, body.menu-open {
    position: fixed;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header * {
    transition: none !important;
    animation: none !important;
  }
}
/* Posts and pages
--------------------------------------------- */
.single-blog-post,
.single-post {
  background-color: #e9f1f6;
  min-height: 100vh;
}
.single-blog-post__featured-image,
.single-post__featured-image {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  margin-bottom: 2rem;
}
.single-blog-post__featured-image img,
.single-post__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.single-blog-post__featured-image:hover img,
.single-post__featured-image:hover img {
  transform: scale(1.05);
}
.single-blog-post__featured-overlay,
.single-post__featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(5, 79, 156, 0.1) 0%, rgba(5, 79, 156, 0.3) 100%);
}
.single-blog-post__container,
.single-post__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
  background-color: #e9f1f6;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(5, 79, 156, 0.1);
  transform: translateY(-4rem);
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .single-blog-post__container,
  .single-post__container {
    padding: 0 1rem;
    transform: translateY(-2rem);
  }
}
.single-blog-post__header,
.single-post__header {
  padding: 2.5rem 2.5rem 2rem;
}
@media (max-width: 768px) {
  .single-blog-post__header,
  .single-post__header {
    padding: 2rem 1.5rem 1.5rem;
  }
}
.single-blog-post__meta,
.single-post__meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.single-blog-post__categories,
.single-post__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.single-blog-post__categories a,
.single-post__categories a {
  background-color: #94bfe0;
  color: #fffbf3;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.single-blog-post__categories a:hover,
.single-post__categories a:hover {
  background-color: #054f9c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(148, 191, 224, 0.4);
}
.single-blog-post__date-author,
.single-post__date-author {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: #054f9c;
  opacity: 0.8;
}
@media (max-width: 480px) {
  .single-blog-post__date-author,
  .single-post__date-author {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.single-blog-post__date, .single-blog-post__author,
.single-post__date,
.single-post__author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}
.single-blog-post__date svg, .single-blog-post__author svg,
.single-post__date svg,
.single-post__author svg {
  color: #94bfe0;
  width: 16px;
  height: 16px;
}
.single-blog-post__title,
.single-post__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 4vw + 1rem, 3rem);
  color: #054f9c;
  line-height: 1.3;
  margin: 1.5rem 0 1rem;
  font-weight: 600;
}
.single-blog-post__excerpt,
.single-post__excerpt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #054f9c;
  opacity: 0.85;
  font-style: italic;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 3px solid #94bfe0;
}
.single-blog-post__divider,
.single-post__divider {
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #94bfe0 50%, transparent 100%);
  margin: 2rem 0;
}
.single-blog-post__content,
.single-post__content {
  padding: 0 2.5rem 2.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #054f9c;
}
@media (max-width: 768px) {
  .single-blog-post__content,
  .single-post__content {
    padding: 0 1.5rem 2rem;
  }
}
.single-blog-post__content h1, .single-blog-post__content h2, .single-blog-post__content h3, .single-blog-post__content h4, .single-blog-post__content h5, .single-blog-post__content h6,
.single-post__content h1,
.single-post__content h2,
.single-post__content h3,
.single-post__content h4,
.single-post__content h5,
.single-post__content h6 {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: #054f9c;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.single-blog-post__content h2,
.single-post__content h2 {
  font-size: 1.75rem;
  border-bottom: 2px solid #94bfe0;
  padding-bottom: 0.5rem;
}
.single-blog-post__content h3,
.single-post__content h3 {
  font-size: 1.5rem;
  color: #054f9c;
}
.single-blog-post__content p,
.single-post__content p {
  margin-bottom: 1.5rem;
  font-size: 1.063rem;
}
.single-blog-post__content a,
.single-post__content a {
  color: #054f9c;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.single-blog-post__content a:hover,
.single-post__content a:hover {
  border-bottom-color: #94bfe0;
  color: #94bfe0;
}
.single-blog-post__content blockquote,
.single-post__content blockquote {
  background-color: #054f9c;
  color: #fffbf3;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 8px;
  border-left: 4px solid #fffbf3;
  font-style: italic;
  font-size: 1.125rem;
}
.single-blog-post__content blockquote p:last-child,
.single-post__content blockquote p:last-child {
  margin-bottom: 0;
}
.single-blog-post__content ul, .single-blog-post__content ol,
.single-post__content ul,
.single-post__content ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.single-blog-post__content ul li, .single-blog-post__content ol li,
.single-post__content ul li,
.single-post__content ol li {
  margin-bottom: 0.5rem;
}
.single-blog-post__content img,
.single-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
  box-shadow: 0 4px 20px rgba(5, 79, 156, 0.15);
}
.single-blog-post__content pre, .single-blog-post__content code,
.single-post__content pre,
.single-post__content code {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  background-color: rgba(5, 79, 156, 0.05);
  border-radius: 4px;
}
.single-blog-post__content code,
.single-post__content code {
  padding: 0.2rem 0.4rem;
  font-size: 0.9em;
}
.single-blog-post__content pre,
.single-post__content pre {
  padding: 1rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.single-blog-post__footer,
.single-post__footer {
  padding: 1.5rem 2.5rem 2.5rem;
  border-top: 1px solid rgba(148, 191, 224, 0.3);
}
@media (max-width: 768px) {
  .single-blog-post__footer,
  .single-post__footer {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.single-blog-post__tags,
.single-post__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.single-blog-post__tags-label,
.single-post__tags-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #054f9c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 0.9rem;
}
.single-blog-post__tags-label svg,
.single-post__tags-label svg {
  color: #94bfe0;
  width: 16px;
  height: 16px;
}
.single-blog-post a[rel=tag],
.single-post a[rel=tag] {
  color: #054f9c;
  padding: 0.3rem 0.8rem;
  border: 1px solid #94bfe0;
  border-radius: 16px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.single-blog-post a[rel=tag]:hover,
.single-post a[rel=tag]:hover {
  background-color: #94bfe0;
  color: #fffbf3;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(148, 191, 224, 0.3);
}

.post-navigation {
  max-width: 800px;
  margin: 3rem auto 0;
  padding: 0 1.5rem;
}
.post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .post-navigation .nav-links {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  background-color: #e9f1f6;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 191, 224, 0.2);
  transition: all 0.3s ease;
}
.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
  border-color: #94bfe0;
  box-shadow: 0 4px 20px rgba(5, 79, 156, 0.1);
  transform: translateY(-2px);
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #054f9c;
}
.post-navigation .nav-previous {
  text-align: left;
}
.post-navigation .nav-previous .post-nav__arrow {
  order: -1;
}
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation .nav-next .post-nav__content {
  text-align: right;
}
.post-navigation .post-nav__label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  opacity: 0.7;
  display: block;
  margin-bottom: 0.25rem;
}
.post-navigation .post-nav__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
}
.post-navigation .post-nav__arrow svg {
  width: 24px;
  height: 24px;
  color: #94bfe0;
}

@media (max-width: 1200px) {
  .single-blog-post__container,
  .single-post__container {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .single-blog-post__featured-image,
  .single-post__featured-image {
    height: 40vh;
    margin-bottom: 1rem;
  }
  .single-blog-post__container,
  .single-post__container {
    border-radius: 8px;
  }
  .single-blog-post__content h2,
  .single-post__content h2 {
    font-size: 1.5rem;
  }
  .single-blog-post__content h3,
  .single-post__content h3 {
    font-size: 1.25rem;
  }
  .single-blog-post__content blockquote,
  .single-post__content blockquote {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}
.single-post-comments,
.comments-area {
  max-width: 800px;
  margin: 3rem auto 0;
  padding: 0 1.5rem;
}
.single-post-comments__container,
.comments-area__container {
  background-color: #e9f1f6;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(5, 79, 156, 0.1);
  overflow: hidden;
}
.single-post-comments__header,
.comments-area__header {
  padding: 2rem 2.5rem 1.5rem;
  background-color: #054f9c;
  color: #fffbf3;
}
@media (max-width: 768px) {
  .single-post-comments__header,
  .comments-area__header {
    padding: 1.5rem 1.5rem 1rem;
  }
}
.single-post-comments__title,
.comments-area__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.single-post-comments__title svg,
.comments-area__title svg {
  color: #fffbf3;
  width: 24px;
  height: 24px;
  opacity: 0.9;
}
.single-post-comments__title span,
.comments-area__title span {
  color: #fffbf3;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .single-post-comments__title,
  .comments-area__title {
    font-size: 1.25rem;
  }
}
.single-post-comments__divider,
.comments-area__divider {
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(255, 251, 243, 0.3) 50%, transparent 100%);
  margin-top: 1rem;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
  border-bottom: 1px solid rgba(148, 191, 224, 0.2);
  padding: 2rem 2.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .comment-list .comment,
  .comment-list .pingback,
  .comment-list .trackback {
    padding: 1.5rem 1.5rem;
  }
}
.comment-list .comment:last-child,
.comment-list .pingback:last-child,
.comment-list .trackback:last-child {
  border-bottom: none;
}
.comment-list .comment .comment-body,
.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}
@media (max-width: 600px) {
  .comment-list .comment .comment-body,
  .comment-list .pingback .comment-body,
  .comment-list .trackback .comment-body {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.comment-list .comment .comment-author .avatar,
.comment-list .pingback .comment-author .avatar,
.comment-list .trackback .comment-author .avatar {
  border-radius: 50%;
  border: 3px solid #94bfe0;
  transition: transform 0.3s ease;
}
.comment-list .comment .comment-author .avatar:hover,
.comment-list .pingback .comment-author .avatar:hover,
.comment-list .trackback .comment-author .avatar:hover {
  transform: scale(1.05);
}
@media (max-width: 600px) {
  .comment-list .comment .comment-author .avatar,
  .comment-list .pingback .comment-author .avatar,
  .comment-list .trackback .comment-author .avatar {
    margin: 0 auto 1rem;
    display: block;
  }
}
.comment-list .comment .comment-author .fn,
.comment-list .pingback .comment-author .fn,
.comment-list .trackback .comment-author .fn {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: #054f9c;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0 0.25rem;
  display: block;
}
.comment-list .comment .comment-author .fn:hover,
.comment-list .pingback .comment-author .fn:hover,
.comment-list .trackback .comment-author .fn:hover {
  color: #94bfe0;
}
.comment-list .comment .comment-author .says,
.comment-list .pingback .comment-author .says,
.comment-list .trackback .comment-author .says {
  display: none;
}
.comment-list .comment .comment-meta,
.comment-list .pingback .comment-meta,
.comment-list .trackback .comment-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #054f9c;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.comment-list .comment .comment-meta .comment-metadata a,
.comment-list .pingback .comment-meta .comment-metadata a,
.comment-list .trackback .comment-meta .comment-metadata a {
  color: inherit;
  text-decoration: none;
}
.comment-list .comment .comment-meta .comment-metadata a:hover,
.comment-list .pingback .comment-meta .comment-metadata a:hover,
.comment-list .trackback .comment-meta .comment-metadata a:hover {
  color: #94bfe0;
}
.comment-list .comment .comment-meta .comment-metadata .edit-link,
.comment-list .pingback .comment-meta .comment-metadata .edit-link,
.comment-list .trackback .comment-meta .comment-metadata .edit-link {
  margin-left: 1rem;
}
.comment-list .comment .comment-meta .comment-metadata .edit-link:before,
.comment-list .pingback .comment-meta .comment-metadata .edit-link:before,
.comment-list .trackback .comment-meta .comment-metadata .edit-link:before {
  content: "•";
  margin-right: 0.5rem;
}
.comment-list .comment .comment-content,
.comment-list .pingback .comment-content,
.comment-list .trackback .comment-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #054f9c;
  margin: 1rem 0;
}
.comment-list .comment .comment-content p,
.comment-list .pingback .comment-content p,
.comment-list .trackback .comment-content p {
  margin-bottom: 1rem;
}
.comment-list .comment .comment-content p:last-child,
.comment-list .pingback .comment-content p:last-child,
.comment-list .trackback .comment-content p:last-child {
  margin-bottom: 0;
}
.comment-list .comment .comment-content a,
.comment-list .pingback .comment-content a,
.comment-list .trackback .comment-content a {
  color: #054f9c;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.comment-list .comment .comment-content a:hover,
.comment-list .pingback .comment-content a:hover,
.comment-list .trackback .comment-content a:hover {
  border-bottom-color: #94bfe0;
  color: #94bfe0;
}
.comment-list .comment .comment-content blockquote,
.comment-list .pingback .comment-content blockquote,
.comment-list .trackback .comment-content blockquote {
  background-color: #94bfe0;
  color: #fffbf3;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  border-radius: 6px;
  border-left: 3px solid #fffbf3;
  font-style: italic;
}
.comment-list .comment .reply,
.comment-list .pingback .reply,
.comment-list .trackback .reply {
  margin-top: 1rem;
}
.comment-list .comment .reply .comment-reply-link,
.comment-list .pingback .reply .comment-reply-link,
.comment-list .trackback .reply .comment-reply-link {
  background-color: #94bfe0;
  color: #fffbf3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.comment-list .comment .reply .comment-reply-link:hover,
.comment-list .pingback .reply .comment-reply-link:hover,
.comment-list .trackback .reply .comment-reply-link:hover {
  background-color: #054f9c;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(148, 191, 224, 0.4);
}
.comment-list .comment .reply .comment-reply-link:after,
.comment-list .pingback .reply .comment-reply-link:after,
.comment-list .trackback .reply .comment-reply-link:after {
  content: "↩";
  font-size: 1em;
}
.comment-list .comment .comment-awaiting-moderation,
.comment-list .pingback .comment-awaiting-moderation,
.comment-list .trackback .comment-awaiting-moderation {
  background-color: #94bfe0;
  color: #fffbf3;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.comment-list .comment .comment-awaiting-moderation:before,
.comment-list .pingback .comment-awaiting-moderation:before,
.comment-list .trackback .comment-awaiting-moderation:before {
  content: "ℹ";
  font-weight: bold;
  color: #fffbf3;
}
.comment-list .children {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0 1.5rem;
  border-left: 2px solid #94bfe0;
}
@media (max-width: 600px) {
  .comment-list .children {
    margin-left: 0;
    border-left: none;
    border-top: 2px solid #94bfe0;
    padding-top: 1.5rem;
  }
}
.comment-list .children .comment {
  border-bottom: 1px solid rgba(148, 191, 224, 0.1);
  padding: 1.5rem 0 1.5rem 2rem;
}
@media (max-width: 600px) {
  .comment-list .children .comment {
    padding: 1.5rem 0;
  }
}
.comment-list .children .comment:last-child {
  border-bottom: none;
}

.comment-navigation {
  padding: 1.5rem 2.5rem;
  border-bottom: 1px solid rgba(148, 191, 224, 0.2);
}
@media (max-width: 768px) {
  .comment-navigation {
    padding: 1rem 1.5rem;
  }
}
.comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 600px) {
  .comment-navigation .nav-links {
    flex-direction: column;
    text-align: center;
  }
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
  color: #054f9c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
  color: #94bfe0;
}
.comment-navigation .nav-previous a:hover .nav-icon svg,
.comment-navigation .nav-next a:hover .nav-icon svg {
  transform: translateX(-2px);
}
.comment-navigation .nav-next a:hover .nav-icon svg {
  transform: translateX(2px);
}
.comment-navigation .nav-icon svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

#respond {
  padding: 2.5rem;
  background-color: #e9f1f6;
}
@media (max-width: 768px) {
  #respond {
    padding: 2rem 1.5rem;
  }
}
#respond .comment-reply-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: #054f9c;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
#respond .comment-reply-title small {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.7;
}
#respond .comment-reply-title small a {
  color: #054f9c;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}
#respond .comment-reply-title small a:hover {
  background-color: #94bfe0;
  color: #fffbf3;
}
#respond .comment-form {
  display: grid;
  gap: 1.5rem;
}
#respond .comment-form p {
  margin: 0;
}
#respond .comment-form p label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #054f9c;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
#respond .comment-form p label .required {
  color: #e74c3c;
}
#respond .comment-form p input[type=text],
#respond .comment-form p input[type=email],
#respond .comment-form p input[type=url],
#respond .comment-form p textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid rgba(148, 191, 224, 0.3);
  border-radius: 6px;
  background-color: white;
  color: #054f9c;
  font-size: 1rem;
  transition: all 0.3s ease;
}
#respond .comment-form p input[type=text]:focus,
#respond .comment-form p input[type=email]:focus,
#respond .comment-form p input[type=url]:focus,
#respond .comment-form p textarea:focus {
  outline: none;
  border-color: #94bfe0;
  box-shadow: 0 0 0 3px rgba(148, 191, 224, 0.2);
}
#respond .comment-form p input[type=text]::placeholder,
#respond .comment-form p input[type=email]::placeholder,
#respond .comment-form p input[type=url]::placeholder,
#respond .comment-form p textarea::placeholder {
  color: rgba(5, 79, 156, 0.5);
}
#respond .comment-form p textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}
@media (min-width: 768px) {
  #respond .comment-form .comment-form-author.comment-form-author, #respond .comment-form .comment-form-author.comment-form-email,
  #respond .comment-form .comment-form-email.comment-form-author,
  #respond .comment-form .comment-form-email.comment-form-email,
  #respond .comment-form .comment-form-url.comment-form-author,
  #respond .comment-form .comment-form-url.comment-form-email {
    display: inline-block;
    width: calc(50% - 0.75rem);
  }
  #respond .comment-form .comment-form-author.comment-form-author,
  #respond .comment-form .comment-form-email.comment-form-author,
  #respond .comment-form .comment-form-url.comment-form-author {
    margin-right: 1.5rem;
  }
}
#respond .comment-form .form-submit {
  margin: 0;
}
#respond .comment-form .form-submit #submit {
  background-color: #054f9c;
  color: #fffbf3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  padding: 1rem 2rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
#respond .comment-form .form-submit #submit:hover {
  background-color: #94bfe0;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(5, 79, 156, 0.3);
}
#respond .comment-form .form-submit #submit:active {
  transform: translateY(0);
}
#respond .comment-form .form-submit #submit svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
#respond .comment-form .form-submit #submit:hover svg {
  transform: translateX(2px);
}

.no-comments {
  padding: 2rem 2.5rem;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #054f9c;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .no-comments {
    padding: 1.5rem;
    flex-direction: column;
  }
}
.no-comments svg {
  color: #94bfe0;
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .single-post-comments,
  .comments-area {
    margin: 2rem auto 0;
    padding: 0 1rem;
  }
  .single-post-comments__container,
  .comments-area__container {
    border-radius: 8px;
  }
  .comment-list .comment .comment-body {
    gap: 1rem;
  }
  .comment-list .children {
    margin-left: 0;
    border-left: none;
    border-top: 2px solid #94bfe0;
    padding-top: 1rem;
    margin-top: 1rem;
  }
  #respond .comment-form .comment-form-author,
  #respond .comment-form .comment-form-email {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .comment-list .comment .comment-body {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .comment-list .comment .comment-body .comment-author .avatar {
    margin: 0 auto 1rem;
    display: block;
  }
  .comment-navigation .nav-links {
    flex-direction: column;
    gap: 1rem;
  }
}
.blog-header, .archive-header {
  background: linear-gradient(135deg, #94bfe0 0%, #054f9c 100%);
  color: white;
  padding: 4rem 0 3rem;
  text-align: center;
}
.blog-header .page-title, .archive-header .page-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.blog-header .page-description, .blog-header .archive-description, .archive-header .page-description, .archive-header .archive-description {
  font-size: 1.1rem;
  opacity: 0.9;
  margin: 0;
}

.blog-content {
  padding: 4rem 0;
  max-width: 1400px;
  margin: 0 auto;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
}

.blog-post-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.blog-post-card .post-thumbnail {
  overflow: hidden;
  height: 200px;
}
.blog-post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-post-card .post-thumbnail:hover img {
  transform: scale(1.05);
}
.blog-post-card .post-content {
  padding: 1.5rem;
}
.blog-post-card .post-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.blog-post-card .post-meta .post-date {
  color: #666;
}
.blog-post-card .post-meta .post-category {
  background: #0089E9;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
}
.blog-post-card .post-meta .post-category:hover {
  background: #0077CC;
}
.blog-post-card .post-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}
.blog-post-card .post-title a {
  color: #333;
  text-decoration: none;
}
.blog-post-card .post-title a:hover {
  color: #0089E9;
}
.blog-post-card .post-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.blog-post-card .post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-post-card .post-footer .post-author {
  color: #888;
  font-size: 0.9rem;
}
.blog-post-card .post-footer .read-more-btn {
  color: #0089E9;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}
.blog-post-card .post-footer .read-more-btn:hover {
  color: #0077CC;
}

.single-post .post-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}
.single-post .post-hero .post-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-post .post-hero .post-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .post-hero .post-hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 4rem 3rem 2rem;
  color: white;
}
.single-post .post-hero .post-hero-content .post-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.single-post .post-hero .post-hero-content .post-meta .post-categories {
  display: flex;
  gap: 0.5rem;
}
.single-post .post-hero .post-hero-content .post-meta .post-categories .category-link {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.8rem;
}
.single-post .post-hero .post-hero-content .post-meta .post-categories .category-link:hover {
  background: rgba(255, 255, 255, 0.3);
}
.single-post .post-hero .post-hero-content .post-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
.single-post .post-hero .post-hero-content .post-excerpt {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
}
.single-post .post-header {
  background: #f8f9fa;
  padding: 3rem 0;
}
.single-post .post-header .post-meta {
  margin-bottom: 1rem;
}
.single-post .post-header .post-meta .post-categories {
  margin-top: 0.5rem;
}
.single-post .post-header .post-meta .post-categories .category-link {
  background: #0089E9;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}
.single-post .post-header .post-meta .post-categories .category-link:hover {
  background: #0077CC;
}
.single-post .post-header .post-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.single-post .post-header .post-excerpt {
  font-size: 1.1rem;
  color: #666;
}
.single-post .post-content-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  padding: 3rem 3rem;
}
@media (max-width: 968px) {
  .single-post .post-content-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.single-post .post-content {
  font-size: 1.1rem;
  line-height: 1.7;
}
.single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4, .single-post .post-content h5, .single-post .post-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.single-post .post-content p {
  margin-bottom: 1.5rem;
}
.single-post .post-sidebar .post-author, .single-post .post-sidebar .post-tags, .single-post .post-sidebar .post-share {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.single-post .post-sidebar .post-author h4, .single-post .post-sidebar .post-tags h4, .single-post .post-sidebar .post-share h4 {
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
}
.single-post .post-sidebar .author-info {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.single-post .post-sidebar .author-info img {
  border-radius: 50%;
}
.single-post .post-sidebar .author-info h5 {
  margin: 0 0 0.5rem 0;
}
.single-post .post-sidebar .author-info p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}
.single-post .post-sidebar .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.single-post .post-sidebar .tag-list .tag-link {
  background: #e9ecef;
  color: #666;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.8rem;
}
.single-post .post-sidebar .tag-list .tag-link:hover {
  background: #0089E9;
  color: white;
}
.single-post .post-sidebar .share-buttons {
  display: flex;
  gap: 0.5rem;
}
.single-post .post-sidebar .share-buttons .share-btn {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
}
.single-post .post-sidebar .share-buttons .share-btn.facebook {
  background: #1877F2;
  color: white;
}
.single-post .post-sidebar .share-buttons .share-btn.twitter {
  background: #1DA1F2;
  color: white;
}
.single-post .post-sidebar .share-buttons .share-btn.linkedin {
  background: #0A66C2;
  color: white;
}

.comments-area {
  margin-top: 3rem;
  padding: 3rem 0;
  border-top: 1px solid #e9ecef;
}
.comments-area .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .comments-area .container {
    padding: 0 1.5rem;
  }
}
.comments-area .comments-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.comments-area .comments-title::before {
  content: "💬";
  font-size: 1.5rem;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list .comment {
  margin-bottom: 2rem;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid #0089E9;
}
.comments-area .comment-list .comment.bypostauthor {
  background: linear-gradient(135deg, rgba(0, 137, 233, 0.1), rgba(242, 71, 56, 0.05));
  border-left-color: #F24738;
}
.comments-area .comment-list .comment.bypostauthor .comment-author::after {
  content: "✓ Författare";
  background: #F24738;
  color: white;
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  margin-left: 0.5rem;
  font-weight: 500;
}
.comments-area .comment-list .comment .children {
  margin-top: 2rem;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 2px solid #e9ecef;
}
@media (max-width: 768px) {
  .comments-area .comment-list .comment .children {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
.comments-area .comment-list .comment .children .comment {
  background: white;
  border-left-color: #28a745;
}
.comments-area .comment-list .comment-body .comment-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.comments-area .comment-list .comment-body .comment-meta .comment-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.comments-area .comment-list .comment-body .comment-meta .comment-author .avatar {
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.comments-area .comment-list .comment-body .comment-meta .comment-author .fn {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}
.comments-area .comment-list .comment-body .comment-meta .comment-author .says {
  display: none;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata {
  color: #666;
  font-size: 0.9rem;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata a {
  color: #666;
  text-decoration: none;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata a:hover {
  color: #0089E9;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata .edit-link {
  margin-left: 1rem;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata .edit-link::before {
  content: "•";
  margin-right: 0.5rem;
}
.comments-area .comment-list .comment-body .comment-content {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #444;
}
.comments-area .comment-list .comment-body .comment-content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list .comment-body .comment-content blockquote {
  border-left: 3px solid #0089E9;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #666;
}
.comments-area .comment-list .comment-body .comment-content code {
  background: #f1f3f4;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-family: "Monaco", "Consolas", monospace;
  font-size: 0.9em;
}
.comments-area .comment-list .comment-body .comment-content pre {
  background: #f1f3f4;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
  margin: 1rem 0;
}
.comments-area .comment-list .comment-body .reply .comment-reply-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #0089E9;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.3s ease;
}
.comments-area .comment-list .comment-body .reply .comment-reply-link:hover {
  background: #0077CC;
}
.comments-area .comment-list .comment-body .reply .comment-reply-link::before {
  content: "↩";
}
.comments-area .comment-navigation {
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comments-area .comment-navigation .nav-previous a,
.comments-area .comment-navigation .nav-next a {
  padding: 0.75rem 1.5rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.comments-area .comment-navigation .nav-previous a:hover,
.comments-area .comment-navigation .nav-next a:hover {
  background: #0089E9;
  color: white;
  border-color: #0089E9;
}
.comments-area .no-comments {
  text-align: center;
  padding: 3rem;
  background: #f8f9fa;
  border-radius: 12px;
  color: #666;
}
.comments-area .no-comments .no-comments-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.comments-area .no-comments h3 {
  margin-bottom: 0.5rem;
  color: #333;
}

.comment-respond {
  margin-top: 3rem;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}
.comment-respond .comment-reply-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.comment-respond .comment-reply-title::before {
  content: "✏️";
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 0.9rem;
  color: #dc3545;
  text-decoration: none;
  margin-left: auto;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.comment-respond .comment-form .comment-form-comment {
  margin-bottom: 1.5rem;
}
.comment-respond .comment-form .comment-form-comment label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #333;
}
.comment-respond .comment-form .comment-form-comment textarea {
  width: 100%;
  min-height: 120px;
  padding: 1rem;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.3s ease;
  resize: vertical;
}
.comment-respond .comment-form .comment-form-comment textarea:focus {
  outline: none;
  border-color: #0089E9;
  box-shadow: 0 0 0 3px rgba(0, 137, 233, 0.1);
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
  margin-bottom: 1rem;
}
.comment-respond .comment-form .comment-form-author label,
.comment-respond .comment-form .comment-form-email label,
.comment-respond .comment-form .comment-form-url label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #333;
}
.comment-respond .comment-form .comment-form-author input[type=text],
.comment-respond .comment-form .comment-form-author input[type=email],
.comment-respond .comment-form .comment-form-author input[type=url],
.comment-respond .comment-form .comment-form-email input[type=text],
.comment-respond .comment-form .comment-form-email input[type=email],
.comment-respond .comment-form .comment-form-email input[type=url],
.comment-respond .comment-form .comment-form-url input[type=text],
.comment-respond .comment-form .comment-form-url input[type=email],
.comment-respond .comment-form .comment-form-url input[type=url] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.comment-respond .comment-form .comment-form-author input[type=text]:focus,
.comment-respond .comment-form .comment-form-author input[type=email]:focus,
.comment-respond .comment-form .comment-form-author input[type=url]:focus,
.comment-respond .comment-form .comment-form-email input[type=text]:focus,
.comment-respond .comment-form .comment-form-email input[type=email]:focus,
.comment-respond .comment-form .comment-form-email input[type=url]:focus,
.comment-respond .comment-form .comment-form-url input[type=text]:focus,
.comment-respond .comment-form .comment-form-url input[type=email]:focus,
.comment-respond .comment-form .comment-form-url input[type=url]:focus {
  outline: none;
  border-color: #0089E9;
  box-shadow: 0 0 0 3px rgba(0, 137, 233, 0.1);
}
.comment-respond .comment-form .comment-form-cookies-consent {
  margin: 1rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
  margin-top: 0.25rem;
  transform: scale(1.2);
  accent-color: #0089E9;
}
.comment-respond .comment-form .comment-form-cookies-consent label {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #666;
}
.comment-respond .comment-form .form-submit {
  margin-top: 1.5rem;
}
.comment-respond .comment-form .form-submit #submit {
  background: linear-gradient(135deg, #0089E9, #054f9c);
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.comment-respond .comment-form .form-submit #submit:hover {
  transform: translateY(-2px);
}
.comment-respond .comment-form .form-submit #submit:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .comments-area .comment-list .comment {
    padding: 1.5rem;
  }
  .comments-area .comment-list .comment .children {
    margin-left: 0;
    padding-left: 1rem;
  }
  .comment-respond {
    padding: 1.5rem;
  }
}
@media (prefers-color-scheme: dark) {
  .comments-area .comment-list .comment {
    background: #2a2a2a;
    color: #e0e0e0;
    border-left-color: #0099ff;
  }
  .comments-area .comments-title {
    color: #e0e0e0;
  }
  .comment-respond {
    background: #2a2a2a;
    border-color: #404040;
  }
  .comment-respond .comment-reply-title {
    color: #e0e0e0;
  }
  .comment-respond .comment-form label {
    color: #e0e0e0;
  }
  .comment-respond .comment-form textarea,
  .comment-respond .comment-form input[type=text],
  .comment-respond .comment-form input[type=email],
  .comment-respond .comment-form input[type=url] {
    background: #333;
    border-color: #404040;
    color: #e0e0e0;
  }
  .comment-respond .comment-form textarea:focus,
  .comment-respond .comment-form input[type=text]:focus,
  .comment-respond .comment-form input[type=email]:focus,
  .comment-respond .comment-form input[type=url]:focus {
    border-color: #0099ff;
  }
}
/* 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;
}

/*--------------------------------------------------------------
# Blog Posts
--------------------------------------------------------------*/
.blog-posts {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.blog-posts__header {
  margin-bottom: 3rem;
  text-align: center;
}
.blog-posts__header .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
}
.blog-posts__item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.5rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-posts__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.blog-posts__item-header {
  padding: 1.5rem 2rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.blog-posts__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #2c3e50;
}
.blog-posts__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-posts__title a:hover, .blog-posts__title a:focus {
  color: #3498db;
  text-decoration: none;
}
@media (max-width: 768px) {
  .blog-posts__title {
    font-size: 1.5rem;
  }
}
.blog-posts__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-top: 0.5rem;
}
.blog-posts__meta a {
  color: #3498db;
  text-decoration: none;
}
.blog-posts__meta a:hover {
  text-decoration: underline;
}
.blog-posts__meta .posted-on,
.blog-posts__meta .byline {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.blog-posts__meta .posted-on::before,
.blog-posts__meta .byline::before {
  content: "📅";
  font-size: 0.8rem;
}
.blog-posts__meta .byline::before {
  content: "👤";
}
@media (max-width: 480px) {
  .blog-posts__meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.blog-posts .post-thumbnail {
  display: block;
  overflow: hidden;
}
.blog-posts .post-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-posts .post-thumbnail:hover img {
  transform: scale(1.05);
}
.blog-posts__content {
  padding: 1.5rem 2rem;
  line-height: 1.6;
  color: #34495e;
}
.blog-posts__content p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.blog-posts__content .more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #3498db;
  text-decoration: none;
  font-weight: 600;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border: 2px solid #3498db;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.blog-posts__content .more-link::after {
  content: "→";
  transition: transform 0.3s ease;
}
.blog-posts__content .more-link:hover, .blog-posts__content .more-link:focus {
  background-color: #3498db;
  color: #ffffff;
  text-decoration: none;
  transform: translateX(2px);
}
.blog-posts__content .more-link:hover::after, .blog-posts__content .more-link:focus::after {
  transform: translateX(4px);
}
.blog-posts__pages {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ecf0f1;
}
.blog-posts__pages .page-numbers {
  display: inline-flex;
  gap: 0.5rem;
}
.blog-posts__pages .page-numbers a,
.blog-posts__pages .page-numbers span {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-posts__pages .page-numbers a:hover {
  background-color: #3498db;
  color: white;
  border-color: #3498db;
}
.blog-posts__pages .page-numbers .current {
  background-color: #3498db;
  color: white;
  border-color: #3498db;
}
.blog-posts__footer {
  padding: 1rem 2rem 1.5rem;
  background-color: #f8f9fa;
  border-top: 1px solid #ecf0f1;
}
.blog-posts__footer .cat-links,
.blog-posts__footer .tags-links {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.blog-posts__footer .cat-links a,
.blog-posts__footer .tags-links a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #e9ecef;
  color: #495057;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  transition: background-color 0.3s ease;
}
.blog-posts__footer .cat-links a:hover,
.blog-posts__footer .tags-links a:hover {
  background-color: #3498db;
  color: white;
}
.blog-posts__footer .edit-link {
  margin-top: 0.5rem;
}
.blog-posts__footer .edit-link a {
  color: #6c757d;
  text-decoration: none;
  font-size: 0.85rem;
}
.blog-posts__footer .edit-link a:hover {
  color: #3498db;
}
.blog-posts__navigation {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #ecf0f1;
}
.blog-posts__navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.blog-posts__navigation .nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-posts__navigation .nav-links a:hover, .blog-posts__navigation .nav-links a:focus {
  background-color: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
}
.blog-posts__navigation .nav-links .nav-previous a::before {
  content: "←";
}
.blog-posts__navigation .nav-links .nav-next a::after {
  content: "→";
}
@media (max-width: 768px) {
  .blog-posts__navigation .nav-links {
    flex-direction: column;
    text-align: center;
  }
  .blog-posts__navigation .nav-links a {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .blog-posts {
    padding: 1rem;
  }
  .blog-posts__item {
    margin-bottom: 2rem;
  }
  .blog-posts__item-header, .blog-posts__content, .blog-posts__footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 480px) {
  .blog-posts {
    padding: 0.5rem;
  }
  .blog-posts__item-header, .blog-posts__content, .blog-posts__footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .blog-posts__title {
    font-size: 1.25rem;
  }
}

.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;
}

@media (prefers-color-scheme: dark) {
  .blog-posts__item {
    background: #2c3e50;
    color: #ecf0f1;
  }
  .blog-posts__item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
  .blog-posts__title, .blog-posts__title a {
    color: #ecf0f1;
  }
  .blog-posts__title:hover, .blog-posts__title:focus, .blog-posts__title a:hover, .blog-posts__title a:focus {
    color: #3498db;
  }
  .blog-posts__content {
    color: #bdc3c7;
  }
  .blog-posts__footer {
    background-color: #34495e;
    border-color: #4a5f7a;
  }
}
.err-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.err-page .site-main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.err-page .error-404 {
  text-align: center;
}
.err-page .error-404__container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 3rem 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .err-page .error-404__container {
    padding: 2rem 1rem;
  }
}
.err-page .error-404__icon {
  margin-bottom: 2rem;
}
.err-page .error-404__icon svg {
  color: #6366f1;
  width: 120px;
  height: 120px;
}
@media (max-width: 768px) {
  .err-page .error-404__icon svg {
    width: 80px;
    height: 80px;
  }
}
.err-page .error-404__title {
  font-size: 6rem;
  font-weight: 700;
  color: #6366f1;
  margin: 0 0 1rem 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .err-page .error-404__title {
    font-size: 4rem;
  }
}
.err-page .error-404__subtitle {
  font-size: 2rem;
  color: #1f2937;
  margin: 0 0 1rem 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .err-page .error-404__subtitle {
    font-size: 1.5rem;
  }
}
.err-page .error-404__description {
  font-size: 1.125rem;
  color: #6b7280;
  margin: 0 0 2.5rem 0;
  line-height: 1.6;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .err-page .error-404__description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.err-page .error-404__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .err-page .error-404__actions {
    flex-direction: column;
    align-items: center;
  }
}
.err-page .error-404__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}
.err-page .error-404__button svg {
  width: 16px;
  height: 16px;
}
.err-page .error-404__button--primary {
  background: #6366f1;
  color: white;
}
.err-page .error-404__button--primary:hover {
  background: #4f46e5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
.err-page .error-404__button--secondary {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
}
.err-page .error-404__button--secondary:hover {
  background: #e5e7eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.err-page .error-404__search {
  background: #f9fafb;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.err-page .error-404__search-title {
  font-size: 1.25rem;
  color: #374151;
  margin: 0 0 1rem 0;
  font-weight: 600;
}
.err-page .error-404__search .search-form {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .err-page .error-404__search .search-form {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.err-page .error-404__search .search-field {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 8px 0 0 8px;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .err-page .error-404__search .search-field {
    border-radius: 8px;
  }
}
.err-page .error-404__search .search-field:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
.err-page .error-404__search .search-submit {
  background: #6366f1;
  color: white;
  border: 1px solid #6366f1;
  padding: 0.75rem 1.5rem;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s ease;
}
@media (max-width: 480px) {
  .err-page .error-404__search .search-submit {
    border-radius: 8px;
  }
}
.err-page .error-404__search .search-submit:hover {
  background: #4f46e5;
}
.err-page .error-404__recent {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.err-page .error-404__recent-title {
  font-size: 1.25rem;
  color: #374151;
  margin: 0 0 1.5rem 0;
  font-weight: 600;
}
.err-page .error-404__posts {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .err-page .error-404__posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.err-page .error-404__post {
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-align: left;
  transition: all 0.2s ease;
}
.err-page .error-404__post:hover {
  border-color: #6366f1;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.1);
}
.err-page .error-404__post-title {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}
.err-page .error-404__post-title a {
  color: #374151;
  text-decoration: none;
}
.err-page .error-404__post-title a:hover {
  color: #6366f1;
}
.err-page .error-404__post-date {
  font-size: 0.875rem;
  color: #6b7280;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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;
}

.hero-block {
  position: relative;
  width: 100%;
  min-height: 100vh;
  color: #fffbf3;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-block.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.hero-block__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-block__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 79, 156, 0.1) 0%, rgba(148, 191, 224, 0.1) 100%);
  z-index: 2;
}
.hero-block__video, .hero-block__youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hero-block__youtube-container {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-block__youtube-container .hero-block__youtube {
  pointer-events: none;
}
.hero-block__youtube-container .video-stream {
  top: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.hero-block__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 79, 156, 0.3) 0%, rgba(5, 79, 156, 0.2) 50%, rgba(148, 191, 224, 0.15) 100%);
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero-block__overlay {
    background: linear-gradient(135deg, rgba(5, 79, 156, 0.4) 0%, rgba(5, 79, 156, 0.3) 100%);
  }
}
.hero-block__decoration {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0.08;
}
.hero-block__decoration-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fffbf3;
}
.hero-block__decoration-circle--1 {
  width: 200px;
  height: 200px;
  top: 20%;
  right: 10%;
  animation: float 6s ease-in-out infinite;
}
.hero-block__decoration-circle--2 {
  width: 120px;
  height: 120px;
  bottom: 30%;
  left: 15%;
  animation: float 8s ease-in-out infinite reverse;
}
.hero-block__decoration-line {
  position: absolute;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fffbf3, transparent);
  top: 40%;
  right: 20%;
  animation: pulse 4s ease-in-out infinite;
}
.hero-block__container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
}
@media (max-width: 768px) {
  .hero-block__container {
    padding: 0 1.5rem;
    justify-content: center !important;
  }
}
.hero-block__container.is-left {
  justify-content: flex-start;
}
.hero-block__container.is-left .hero-block__inner {
  align-items: flex-start;
  text-align: left;
  max-width: 600px;
}
.hero-block__container.is-center {
  justify-content: center;
}
.hero-block__container.is-center .hero-block__inner {
  align-items: center;
  text-align: center;
  max-width: 800px;
}
.hero-block__container.is-right {
  justify-content: flex-end;
}
.hero-block__container.is-right .hero-block__inner {
  align-items: flex-end;
  text-align: right;
  max-width: 600px;
}
.hero-block__inner {
  display: grid;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .hero-block__inner {
    gap: 2rem;
    text-align: center !important;
    align-items: center !important;
    max-width: 100% !important;
  }
}
.hero-block__title-wrapper {
  position: relative;
}
.hero-block__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: #fffbf3;
  font-size: clamp(2.5rem, 4vw + 1rem, 4.5rem);
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 20px rgba(5, 79, 156, 0.5);
}
@media (max-width: 768px) {
  .hero-block__title {
    text-align: center !important;
  }
}
.hero-block__title.is-left {
  text-align: left;
}
.hero-block__title.is-center {
  text-align: center;
}
.hero-block__title.is-right {
  text-align: right;
}
@media (max-width: 768px) {
  .hero-block__title.is-left, .hero-block__title.is-right {
    text-align: center;
  }
}
.hero-block__title-accent {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #94bfe0, #fffbf3);
  margin-top: 1rem;
  border-radius: 2px;
}
.is-left .hero-block__title-accent {
  margin-left: 0;
  margin-right: auto;
}
.is-center .hero-block__title-accent {
  margin: 1rem auto 0;
}
.is-right .hero-block__title-accent {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .hero-block__title-accent {
    margin: 1rem auto 0;
  }
}
.hero-block__text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  line-height: 1.6;
  margin: 0;
  opacity: 0.95;
  text-shadow: 0 2px 10px rgba(5, 79, 156, 0.3);
}
.hero-block__text.is-left {
  text-align: left;
}
.hero-block__text.is-center {
  text-align: center;
}
.hero-block__text.is-right {
  text-align: right;
}
@media (max-width: 768px) {
  .hero-block__text.is-left, .hero-block__text.is-right {
    text-align: center;
  }
}
.hero-block__text p:last-child {
  margin-bottom: 0;
}
.hero-block__actions.is-left {
  text-align: left;
}
.hero-block__actions.is-center {
  text-align: center;
}
.hero-block__actions.is-right {
  text-align: right;
}
@media (max-width: 768px) {
  .hero-block__actions {
    text-align: center !important;
  }
}
.hero-block__button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  min-height: 56px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hero-block__button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    min-height: 48px;
  }
}
.hero-block__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero-block__button:hover::before {
  opacity: 1;
}
.hero-block__button--outlined {
  background: transparent;
  border: 2px solid #fffbf3;
  color: #fffbf3;
}
.hero-block__button--outlined:visited {
  color: #fffbf3;
}
.hero-block__button--outlined:hover, .hero-block__button--outlined:focus {
  background: #fffbf3;
  color: #054f9c;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 251, 243, 0.3);
}
.hero-block__button--filled {
  background: linear-gradient(135deg, #94bfe0, rgb(187.5434782609, 214.652173913, 235.4565217391));
  border: 2px solid transparent;
  color: #fffbf3;
}
.hero-block__button--filled:hover, .hero-block__button--filled:focus {
  background: linear-gradient(135deg, rgb(167.7717391304, 202.8260869565, 229.7282608696), rgb(207.3152173913, 226.4782608696, 241.1847826087));
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(148, 191, 224, 0.4);
}
.hero-block__button-text {
  position: relative;
  z-index: 2;
}
.hero-block__button-icon {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}
.hero-block__button:hover .hero-block__button-icon {
  transform: translateX(4px);
}
.hero-block__button:focus-visible {
  outline: 3px solid rgba(255, 251, 243, 0.5);
  outline-offset: 2px;
}
@media (hover: none) and (pointer: coarse) {
  .hero-block__button:hover {
    transform: none;
  }
  .hero-block__button:active {
    transform: scale(0.98);
  }
}
.hero-block__scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 251, 243, 0.8);
  z-index: 10;
  animation: bounce 2s ease-in-out infinite;
}
@media (max-width: 768px) {
  .hero-block__scroll-indicator {
    bottom: 1.5rem;
  }
}
.hero-block__scroll-text {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.hero-block__scroll-arrow {
  animation: float 2s ease-in-out infinite;
}
@media (max-width: 768px) {
  .hero-block {
    min-height: 80vh;
  }
  .hero-block__container.is-left, .hero-block__container.is-right {
    justify-content: center;
  }
  .hero-block__inner {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }
  .hero-block__title {
    text-align: center !important;
  }
  .hero-block__text {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .hero-block {
    min-height: 70vh;
  }
  .hero-block__container {
    padding: 0 1rem;
  }
}
@media (max-height: 600px) and (orientation: landscape) {
  .hero-block {
    min-height: 100vh;
  }
  .hero-block__scroll-indicator {
    display: none;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.08;
  }
  50% {
    opacity: 0.15;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-block__decoration-circle, .hero-block__decoration-line, .hero-block__scroll-indicator, .hero-block__scroll-arrow {
    animation: none;
  }
  .hero-block__button {
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .hero-block__button:hover, .hero-block__button:focus {
    transform: none;
  }
}
@media (prefers-contrast: high) {
  .hero-block__overlay {
    background: rgba(5, 79, 156, 0.6);
  }
  .hero-block__title, .hero-block__text {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    font-weight: 600;
  }
  .hero-block__button {
    border-width: 3px;
    font-weight: 700;
  }
}
.stories-block {
  padding: 5rem 0;
  background: #fffbf3;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .stories-block {
    padding: 3rem 0;
  }
}
.stories-block.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.stories-block.alignwide {
  width: calc(100vw - 4rem);
  margin-left: calc(50% - 50vw + 2rem);
}
@media (max-width: 768px) {
  .stories-block.alignwide {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.stories-block__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .stories-block__container {
    padding: 0 1.5rem;
  }
}
.stories-block__header {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .stories-block__header {
    margin-bottom: 3rem;
  }
}
.stories-block__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
  color: #054f9c;
  font-weight: 300;
  margin: 0 0 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.stories-block__subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  color: rgb(7.3757763975, 116.5372670807, 230.1242236025);
  line-height: 1.6;
  margin: 0;
}
.stories-block__subtitle p:last-child {
  margin-bottom: 0;
}
.stories-block__title-accent {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #94bfe0, #054f9c);
  margin: 2rem auto 0;
  border-radius: 2px;
}
.stories-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .stories-block__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 900px) {
  .stories-block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .stories-block__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.stories-block--list .stories-block__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.stories-block--list .stories-block__story {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .stories-block--list .stories-block__story {
    flex-direction: column;
    text-align: center;
  }
}
.stories-block--list .stories-block__story-image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
.stories-block--list .stories-block__story-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: auto;
}
.stories-block__story {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(5, 79, 156, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(148, 191, 224, 0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.stories-block__story:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(5, 79, 156, 0.12);
  border-color: rgba(148, 191, 224, 0.4);
}
@media (hover: none) and (pointer: coarse) {
  .stories-block__story:hover {
    transform: none;
  }
  .stories-block__story:active {
    transform: scale(0.98);
  }
}
.stories-block__story-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}
.stories-block__story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.stories-block__story-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(5, 79, 156, 0.1) 70%, rgba(5, 79, 156, 0.3) 100%);
}
.stories-block__story:hover .stories-block__story-image img {
  transform: scale(1.05);
}
.stories-block__story-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
@media (max-width: 480px) {
  .stories-block__story-content {
    padding: 1.25rem;
  }
}
.stories-block__story-header {
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.stories-block__story-name {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  font-weight: 400;
  color: #054f9c;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.stories-block__story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: rgb(40.3788819876, 142.1863354037, 248.1211180124);
}
@media (max-width: 480px) {
  .stories-block__story-meta {
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.stories-block__story-age, .stories-block__story-location {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
}
.stories-block__story-location svg {
  flex-shrink: 0;
  opacity: 0.7;
}
.stories-block__story-quote {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.95rem;
  color: #054f9c;
  margin: 0 0 1rem;
  padding: 1rem 1.25rem;
  background: rgba(148, 191, 224, 0.1);
  border-left: 3px solid #94bfe0;
  border-radius: 0 8px 8px 0;
  line-height: 1.5;
  position: relative;
  flex-shrink: 0;
  min-height: 80px;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stories-block__story-quote::before {
  content: '"';
  font-size: 2rem;
  color: #94bfe0;
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  line-height: 1;
  font-family: Georgia, serif;
  opacity: 0.6;
}
.stories-block__story-quote:empty {
  display: none;
}
.stories-block__story:not(:has(.stories-block__story-quote)) .stories-block__story-excerpt {
  margin-top: 0.5rem;
}
.stories-block__story-content:not(:has(.stories-block__story-quote)) .stories-block__story-excerpt {
  margin-top: 0.5rem;
}
.stories-block__story-excerpt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: rgb(6.5838509317, 104.0248447205, 205.4161490683);
  line-height: 1.5;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stories-block__story-excerpt p {
  margin-bottom: 0.5rem;
}
.stories-block__story-excerpt p:last-child {
  margin-bottom: 0;
}
.stories-block__story-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 191, 224, 0.3);
  flex-shrink: 0;
}
.stories-block__story-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #054f9c;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
}
.stories-block__story-link:visited {
  color: #054f9c;
}
.stories-block__story-link:hover, .stories-block__story-link:focus {
  color: #94bfe0;
  gap: 0.75rem;
}
.stories-block__story-link svg {
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
}
.stories-block__story-link:hover svg {
  transform: translateX(4px);
}
.stories-block__footer {
  text-align: center;
  margin-top: 2rem;
}
.stories-block__all-button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #054f9c, rgb(6.5838509317, 104.0248447205, 205.4161490683));
  color: #fffbf3;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(5, 79, 156, 0.2);
}
@media (max-width: 768px) {
  .stories-block__all-button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}
.stories-block__all-button:visited {
  color: #fffbf3;
}
.stories-block__all-button:hover, .stories-block__all-button:focus {
  background: linear-gradient(135deg, rgb(5.7919254658, 91.5124223602, 180.7080745342), rgb(7.3757763975, 116.5372670807, 230.1242236025));
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(5, 79, 156, 0.3);
  gap: 1rem;
}
.stories-block__all-button:focus-visible {
  outline: 3px solid rgba(148, 191, 224, 0.5);
  outline-offset: 2px;
}
.stories-block__all-button svg {
  transition: transform 0.3s ease;
}
.stories-block__all-button:hover svg {
  transform: translateX(4px);
}
@media (hover: none) and (pointer: coarse) {
  .stories-block__all-button:hover {
    transform: none;
  }
  .stories-block__all-button:active {
    transform: scale(0.98);
  }
}
.stories-block--dark {
  background: #054f9c;
  color: #fffbf3;
}
.stories-block--dark .stories-block__title {
  color: #fffbf3;
}
.stories-block--dark .stories-block__subtitle {
  color: rgb(255, 225.5, 166.5);
}
.stories-block--dark .stories-block__story {
  background: rgba(255, 251, 243, 0.95);
  border-color: rgba(148, 191, 224, 0.3);
}
.stories-block--dark .stories-block__story:hover {
  border-color: rgba(148, 191, 224, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .stories-block__story {
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
  }
  .stories-block__story:hover {
    transform: none;
  }
  .stories-block__story-image img {
    transition: none;
  }
  .stories-block__all-button {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #fffbf3;
  }
  .stories-block__all-button:visited {
    color: #fffbf3;
  }
  .stories-block__all-button:hover {
    transform: none;
  }
}
@media (prefers-contrast: high) {
  .stories-block__story {
    border-width: 2px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  }
  .stories-block__story-quote {
    border-left-width: 4px;
  }
  .stories-block__all-button {
    font-weight: 700;
    border: 2px solid transparent;
  }
}
.video-gallery-block {
  padding: 5rem 0;
  background: #fffbf3;
  position: relative;
  overflow: hidden;
}
.video-gallery-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25px 25px, rgba(148, 191, 224, 0.1) 2px, transparent 2px), radial-gradient(circle at 75px 75px, rgba(5, 79, 156, 0.05) 1px, transparent 1px);
  background-size: 100px 100px, 50px 50px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .video-gallery-block {
    padding: 3rem 0;
  }
}
.video-gallery-block.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.video-gallery-block.alignwide {
  width: calc(100vw - 4rem);
  margin-left: calc(50% - 50vw + 2rem);
}
@media (max-width: 768px) {
  .video-gallery-block.alignwide {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.video-gallery-block--dark {
  background: linear-gradient(135deg, #054f9c 0%, rgb(4.2080745342, 66.4875776398, 131.2919254658) 100%);
  color: #fffbf3;
}
.video-gallery-block--dark::before {
  background-image: linear-gradient(45deg, rgba(148, 191, 224, 0.03) 25%, transparent 25%), linear-gradient(-45deg, rgba(148, 191, 224, 0.03) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 251, 243, 0.02) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 251, 243, 0.02) 75%);
  background-size: 60px 60px, 60px 60px, 30px 30px, 30px 30px;
  background-position: 0 0, 0 30px, 30px -30px, -30px 0;
}
.video-gallery-block--dark .video-gallery-block__title {
  color: #fffbf3;
}
.video-gallery-block--dark .video-gallery-block__subtitle {
  color: rgb(255, 225.5, 166.5);
}
.video-gallery-block--dark .video-gallery-block__video {
  background: rgba(255, 251, 243, 0.05);
  border-color: rgba(148, 191, 224, 0.2);
}
.video-gallery-block--dark .video-gallery-block__video:hover {
  background: rgba(255, 251, 243, 0.1);
  border-color: rgba(148, 191, 224, 0.4);
}
.video-gallery-block--dark .video-gallery-block__video-title a {
  color: #fffbf3;
}
.video-gallery-block--dark .video-gallery-block__video-title a:hover {
  color: #94bfe0;
}
.video-gallery-block--dark .video-gallery-block__video-description {
  color: rgba(255, 251, 243, 0.8);
}
.video-gallery-block__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .video-gallery-block__container {
    padding: 0 1.5rem;
  }
}
.video-gallery-block__header {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .video-gallery-block__header {
    margin-bottom: 3rem;
  }
}
.video-gallery-block__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
  color: #054f9c;
  font-weight: 300;
  margin: 0 0 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.video-gallery-block__subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  color: rgb(7.3757763975, 116.5372670807, 230.1242236025);
  line-height: 1.6;
  margin: 0;
}
.video-gallery-block__subtitle p:last-child {
  margin-bottom: 0;
}
.video-gallery-block__title-accent {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #FF0000, #FF4444);
  margin: 2rem auto 0;
  border-radius: 2px;
}
.video-gallery-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .video-gallery-block__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 900px) {
  .video-gallery-block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .video-gallery-block__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.video-gallery-block__video {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(5, 79, 156, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(148, 191, 224, 0.2);
  position: relative;
}
.video-gallery-block__video:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(5, 79, 156, 0.12);
  border-color: rgba(148, 191, 224, 0.4);
}
@media (hover: none) and (pointer: coarse) {
  .video-gallery-block__video:hover {
    transform: none;
  }
  .video-gallery-block__video:active {
    transform: scale(0.98);
  }
}
.video-gallery-block__video-wrapper {
  position: relative;
}
.video-gallery-block__thumbnail {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  cursor: pointer;
}
.video-gallery-block__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-gallery-block__thumbnail:hover img {
  transform: scale(1.05);
}
.video-gallery-block__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-gallery-block__thumbnail:hover .video-gallery-block__overlay {
  opacity: 1;
}
.video-gallery-block__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(255, 0, 0, 0.9);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(255, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .video-gallery-block__play-button {
    width: 56px;
    height: 56px;
  }
}
.video-gallery-block__play-button:hover {
  background: rgb(255, 0, 0);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 30px rgba(255, 0, 0, 0.4);
}
.video-gallery-block__play-button:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.video-gallery-block__play-button svg {
  margin-left: 2px;
}
.video-gallery-block__content {
  padding: 1.5rem;
}
@media (max-width: 480px) {
  .video-gallery-block__content {
    padding: 1.25rem;
  }
}
.video-gallery-block__video-title {
  margin: 0 0 0.75rem;
}
.video-gallery-block__video-title a {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 400;
  color: #054f9c;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.video-gallery-block__video-title a:hover, .video-gallery-block__video-title a:focus {
  color: #94bfe0;
}
.video-gallery-block__video-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: rgb(6.5838509317, 104.0248447205, 205.4161490683);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
.video-gallery-block__footer {
  text-align: center;
  margin-top: 2rem;
}
.video-gallery-block__button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #FF0000, #FF4444);
  color: #fffbf3;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(255, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .video-gallery-block__button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}
.video-gallery-block__button:visited {
  color: #fffbf3;
}
.video-gallery-block__button:hover, .video-gallery-block__button:focus {
  background: linear-gradient(135deg, #E60000, #FF3333);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 0, 0, 0.3);
  gap: 1rem;
  color: #fffbf3;
}
.video-gallery-block__button:focus-visible {
  outline: 3px solid rgba(255, 0, 0, 0.5);
  outline-offset: 2px;
}
.video-gallery-block__button svg {
  transition: transform 0.3s ease;
}
.video-gallery-block__button:hover svg {
  transform: translateX(4px);
}
@media (hover: none) and (pointer: coarse) {
  .video-gallery-block__button:hover {
    transform: none;
  }
  .video-gallery-block__button:active {
    transform: scale(0.98);
  }
}
.video-gallery-block__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-gallery-block__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.video-gallery-block__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.video-gallery-block__modal-content {
  position: relative;
  width: 90vw;
  max-width: 1000px;
  aspect-ratio: 16/9;
  background: black;
  border-radius: 16px;
  overflow: hidden;
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-gallery-block__modal.is-active .video-gallery-block__modal-content {
  transform: scale(1);
}
.video-gallery-block__modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.video-gallery-block__modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.video-gallery-block__modal-video {
  width: 100%;
  height: 100%;
}
.video-gallery-block__modal-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  .video-gallery-block__video {
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
  }
  .video-gallery-block__video:hover {
    transform: none;
  }
  .video-gallery-block__thumbnail img {
    transition: none;
  }
  .video-gallery-block__play-button {
    transition: background 0.3s ease;
  }
  .video-gallery-block__play-button:hover {
    transform: translate(-50%, -50%);
  }
  .video-gallery-block__button {
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
  .video-gallery-block__button:hover {
    transform: none;
  }
  .video-gallery-block__modal-content {
    transition: none;
    transform: scale(1);
  }
}
@media (prefers-contrast: high) {
  .video-gallery-block__video {
    border-width: 2px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  }
  .video-gallery-block__play-button {
    background: rgb(255, 0, 0);
    box-shadow: 0 0 0 2px white;
  }
  .video-gallery-block__button {
    font-weight: 700;
    border: 2px solid transparent;
  }
}
.text-image-block {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.text-image-block--light {
  background-color: #e9f1f6;
  color: #054f9c;
}
.text-image-block--dark {
  background-color: #054f9c;
  color: #fffbf3;
}
.text-image-block__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .text-image-block__container {
    padding: 0 1.5rem;
  }
}
.text-image-block__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .text-image-block__wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.text-image-block--image-right .text-image-block__wrapper {
  grid-template-areas: "content image";
}
@media (max-width: 768px) {
  .text-image-block--image-right .text-image-block__wrapper {
    grid-template-areas: "image" "content";
  }
}
.text-image-block--image-left .text-image-block__wrapper {
  grid-template-areas: "image content";
}
@media (max-width: 768px) {
  .text-image-block--image-left .text-image-block__wrapper {
    grid-template-areas: "image" "content";
  }
}
.text-image-block__content {
  grid-area: content;
  z-index: 2;
}
.text-image-block__title {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .text-image-block__title {
    margin-bottom: 1.25rem;
  }
}
.text-image-block__text {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .text-image-block__text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.text-image-block__text p:last-child {
  margin-bottom: 0;
}
.text-image-block__social {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .text-image-block__social {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
}
.text-image-block__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.text-image-block--light .text-image-block__social-link {
  background-color: rgba(5, 79, 156, 0.1);
  color: #054f9c;
}
.text-image-block--light .text-image-block__social-link:hover {
  background-color: #054f9c;
  color: #fffbf3;
  transform: translateY(-2px);
}
.text-image-block--dark .text-image-block__social-link {
  background-color: rgba(255, 251, 243, 0.1);
  color: #fffbf3;
}
.text-image-block--dark .text-image-block__social-link:hover {
  background-color: #94bfe0;
  color: #054f9c;
  transform: translateY(-2px);
}
.text-image-block__social-link svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .text-image-block__social-link {
    width: 40px;
    height: 40px;
  }
  .text-image-block__social-link svg {
    width: 18px;
    height: 18px;
  }
}
.text-image-block__button-wrapper {
  margin-top: 2rem;
}
.text-image-block__button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.text-image-block__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.text-image-block__button:hover::before {
  left: 100%;
}
.text-image-block--light .text-image-block__button--primary {
  background-color: #054f9c;
  color: #fffbf3;
}
.text-image-block--light .text-image-block__button--primary:hover {
  background-color: rgb(3.4161490683, 53.9751552795, 106.5838509317);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(5, 79, 156, 0.3);
}
.text-image-block--dark .text-image-block__button--primary {
  background-color: #fffbf3;
  color: #054f9c;
}
.text-image-block--dark .text-image-block__button--primary:hover {
  background-color: #94bfe0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 251, 243, 0.2);
}
.text-image-block--light .text-image-block__button--secondary {
  background-color: transparent;
  color: #054f9c;
  border: 2px solid #054f9c;
}
.text-image-block--light .text-image-block__button--secondary:hover {
  background-color: #054f9c;
  color: #fffbf3;
  transform: translateY(-2px);
}
.text-image-block--dark .text-image-block__button--secondary {
  background-color: transparent;
  color: #fffbf3;
  border: 2px solid #fffbf3;
}
.text-image-block--dark .text-image-block__button--secondary:hover {
  background-color: #fffbf3;
  color: #054f9c;
  transform: translateY(-2px);
}
.text-image-block__button svg {
  transition: transform 0.3s ease;
}
.text-image-block__button:hover svg {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .text-image-block__button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}
.text-image-block__image {
  grid-area: image;
  position: relative;
  z-index: 1;
}
.text-image-block__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transform: rotate(-2deg);
  transition: transform 0.5s ease;
  box-shadow: 0 20px 40px rgba(5, 79, 156, 0.15);
}
.text-image-block__image-wrapper:hover {
  transform: rotate(0deg) scale(1.02);
}
@media (max-width: 768px) {
  .text-image-block__image-wrapper {
    transform: rotate(-1deg);
    border-radius: 15px;
  }
}
.text-image-block__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.text-image-block__image-wrapper:hover img {
  transform: scale(1.05);
}
.text-image-block__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(148, 191, 224, 0.1) 0%, rgba(5, 79, 156, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.text-image-block__image-wrapper:hover .text-image-block__image-overlay {
  opacity: 1;
}
.text-image-block::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -5%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.03;
  z-index: 0;
}
.text-image-block--light .text-image-block::before {
  background: radial-gradient(circle, #054f9c 0%, transparent 70%);
}
.text-image-block--dark .text-image-block::before {
  background: radial-gradient(circle, #fffbf3 0%, transparent 70%);
}
@media (max-width: 768px) {
  .text-image-block::before {
    display: none;
  }
}
.text-image-block::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0.03;
  z-index: 0;
}
.text-image-block--light .text-image-block::after {
  background: radial-gradient(circle, #94bfe0 0%, transparent 70%);
}
.text-image-block--dark .text-image-block::after {
  background: radial-gradient(circle, #94bfe0 0%, transparent 70%);
}
@media (max-width: 768px) {
  .text-image-block::after {
    display: none;
  }
}
.text-image-block.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: none;
}
.text-image-block.alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
  max-width: none;
}

.sponsors-block {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.sponsors-block--light {
  background: linear-gradient(135deg, #f8fafb 0%, rgba(233, 241, 246, 0.5) 50%, #ffffff 100%);
  color: #054f9c;
}
.sponsors-block--light h1, .sponsors-block--light h2, .sponsors-block--light h3, .sponsors-block--light h4, .sponsors-block--light h5, .sponsors-block--light h6 {
  color: #054f9c;
}
.sponsors-block--dark {
  background: linear-gradient(135deg, #054f9c 0%, rgb(3.4161490683, 53.9751552795, 106.5838509317) 50%, #054f9c 100%);
  color: #fffbf3;
}
.sponsors-block--dark h1, .sponsors-block--dark h2, .sponsors-block--dark h3, .sponsors-block--dark h4, .sponsors-block--dark h5, .sponsors-block--dark h6 {
  color: #fffbf3;
}
.sponsors-block__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .sponsors-block__container {
    padding: 0 1.5rem;
  }
}
.sponsors-block__header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 768px) {
  .sponsors-block__header {
    margin-bottom: 3rem;
  }
}
.sponsors-block__title {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
.sponsors-block--light .sponsors-block__title {
  color: #054f9c;
}
.sponsors-block--dark .sponsors-block__title {
  color: #fffbf3;
}
.sponsors-block__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 2;
  opacity: 0.9;
}
.sponsors-block--light .sponsors-block__subtitle {
  color: rgb(7.3757763975, 116.5372670807, 230.1242236025);
}
.sponsors-block--dark .sponsors-block__subtitle {
  color: rgb(255, 242.5, 217.5);
}
@media (max-width: 768px) {
  .sponsors-block__subtitle {
    font-size: 1rem;
  }
}
.sponsors-block__subtitle p:last-child {
  margin-bottom: 0;
}
.sponsors-block__title-accent {
  width: 80px;
  height: 4px;
  border-radius: 2px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.sponsors-block--light .sponsors-block__title-accent {
  background: linear-gradient(90deg, #054f9c, #94bfe0);
}
.sponsors-block--dark .sponsors-block__title-accent {
  background: linear-gradient(90deg, #94bfe0, #fffbf3);
}
.sponsors-block__title-accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: shimmer 3s infinite;
}
.sponsors-block__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  justify-items: center;
}
.sponsors-block__grid[data-desktop-cols="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.sponsors-block__grid[data-desktop-cols="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.sponsors-block__grid[data-desktop-cols="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.sponsors-block__grid[data-desktop-cols="5"] {
  grid-template-columns: repeat(5, 1fr);
}
.sponsors-block__grid[data-desktop-cols="6"] {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1024px) {
  .sponsors-block__grid {
    gap: 2rem;
  }
  .sponsors-block__grid[data-tablet-cols="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .sponsors-block__grid[data-tablet-cols="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .sponsors-block__grid[data-tablet-cols="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .sponsors-block__grid {
    gap: 1.5rem;
  }
  .sponsors-block__grid[data-mobile-cols="1"] {
    grid-template-columns: 1fr;
  }
  .sponsors-block__grid[data-mobile-cols="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .sponsors-block__grid[data-mobile-cols="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sponsors-block__sponsor {
  width: 100%;
  max-width: 220px;
  position: relative;
}
.sponsors-block__sponsor-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}
.sponsors-block__sponsor-wrapper {
  position: relative;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  will-change: transform;
}
.sponsors-block--light .sponsors-block__sponsor-wrapper {
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.sponsors-block--dark .sponsors-block__sponsor-wrapper {
  background: rgba(255, 251, 243, 0.1);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 251, 243, 0.1);
}
.sponsors-block__sponsor-wrapper:hover {
  transform: translateY(-8px) scale(1.02);
}
.sponsors-block--light .sponsors-block__sponsor-wrapper:hover {
  box-shadow: 0 16px 40px rgba(5, 79, 156, 0.12);
  background: rgba(255, 255, 255, 0.95);
}
.sponsors-block--dark .sponsors-block__sponsor-wrapper:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  background: rgba(255, 251, 243, 0.15);
}
.sponsors-block__sponsor-wrapper::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 21px;
  background: linear-gradient(45deg, #94bfe0, #054f9c);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.sponsors-block__sponsor-wrapper:hover::after {
  opacity: 0.3;
}
.sponsors-block__sponsor-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.sponsors-block__sponsor-image img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(70%) brightness(0.8) contrast(1.2);
  transition: filter 0.4s ease, transform 0.3s ease;
}
.sponsors-block__sponsor-wrapper:hover .sponsors-block__sponsor-image img {
  filter: grayscale(0%) brightness(1) contrast(1);
  transform: scale(1.02);
}
.sponsors-block__sponsor-content {
  text-align: center;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}
.sponsors-block__sponsor-wrapper:hover .sponsors-block__sponsor-content {
  opacity: 1;
  transform: translateY(0);
}
.sponsors-block__sponsor-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #054f9c;
}
.sponsors-block--dark .sponsors-block__sponsor-name {
  color: #fffbf3;
}
.sponsors-block__sponsor-description {
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
  opacity: 0.8;
}
.sponsors-block--light .sponsors-block__sponsor-description {
  color: rgb(15.6708074534, 129.198757764, 247.3291925466);
}
.sponsors-block--dark .sponsors-block__sponsor-description {
  color: rgba(255, 251, 243, 0.8);
}
.sponsors-block__sponsor-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 79, 156, 0.9);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}
.sponsors-block--dark .sponsors-block__sponsor-overlay {
  background: rgba(255, 251, 243, 0.9);
}
.sponsors-block__sponsor-wrapper:hover .sponsors-block__sponsor-overlay {
  opacity: 1;
}
.sponsors-block__sponsor-overlay-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fffbf3;
  font-weight: 500;
  font-size: 0.9rem;
}
.sponsors-block--dark .sponsors-block__sponsor-overlay-text {
  color: #054f9c;
}
.sponsors-block__sponsor-overlay-text svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.sponsors-block__sponsor-overlay-text:hover svg {
  transform: translateX(2px);
}
.sponsors-block__sponsor:nth-child(3n)::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 10%;
  width: 4px;
  height: 4px;
  background: #94bfe0;
  border-radius: 50%;
  opacity: 0;
  animation: simpleFloat 4s ease-in-out infinite;
  z-index: 1;
}
.sponsors-block__note {
  margin-top: 4rem;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .sponsors-block__note {
    margin-top: 3rem;
  }
}
.sponsors-block__note-text {
  font-style: italic;
  font-size: 1rem;
  margin: 0;
  opacity: 0.7;
}
.sponsors-block--light .sponsors-block__note-text {
  color: rgb(40.3788819876, 142.1863354037, 248.1211180124);
}
.sponsors-block--dark .sponsors-block__note-text {
  color: rgba(255, 251, 243, 0.7);
}
.sponsors-block::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.02;
  z-index: 0;
}
.sponsors-block--light .sponsors-block::before {
  background: radial-gradient(circle, #054f9c 0%, transparent 70%);
}
.sponsors-block--dark .sponsors-block::before {
  background: radial-gradient(circle, #fffbf3 0%, transparent 70%);
}
@media (max-width: 768px) {
  .sponsors-block::before {
    display: none;
  }
}
.sponsors-block::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: -10%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.02;
  z-index: 0;
}
.sponsors-block--light .sponsors-block::after {
  background: radial-gradient(circle, #94bfe0 0%, transparent 70%);
}
.sponsors-block--dark .sponsors-block::after {
  background: radial-gradient(circle, #94bfe0 0%, transparent 70%);
}
@media (max-width: 768px) {
  .sponsors-block::after {
    display: none;
  }
}
.sponsors-block.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: none;
}
.sponsors-block.alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
  max-width: none;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
@keyframes simpleFloat {
  0%, 100% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 0.3;
    transform: translateY(-10px);
  }
}
.moving-info-block {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  background: linear-gradient(135deg, #054f9c 0%, rgb(6.5838509317, 104.0248447205, 205.4161490683) 100%);
  color: #fffbf3;
}
.moving-info-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top right, rgba(148, 191, 224, 0.1) 0%, transparent 50%);
  z-index: 1;
}
.moving-info-block__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.moving-info-block__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.moving-info-block__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(5, 79, 156, 0.9) 0%, rgba(5, 79, 156, 0.7) 50%, rgba(148, 191, 224, 0.8) 100%);
}
.moving-info-block__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .moving-info-block__container {
    padding: 0 1.5rem;
  }
}
.moving-info-block__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.moving-info-block__header {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .moving-info-block__header {
    margin-bottom: 3rem;
  }
}
.moving-info-block__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  background: linear-gradient(135deg, #fffbf3 0%, #94bfe0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@supports not (background-clip: text) {
  .moving-info-block__title {
    color: #fffbf3;
  }
}
.moving-info-block__subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  margin-bottom: 2rem;
  opacity: 0.9;
  font-weight: 300;
}
.moving-info-block__description {
  font-size: 1.125rem;
  line-height: 1.7;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .moving-info-block__description {
    font-size: 1rem;
  }
}
.moving-info-block__description p:last-child {
  margin-bottom: 0;
}
.moving-info-block__topics {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .moving-info-block__topics {
    margin-bottom: 3rem;
  }
}
.moving-info-block__topics-title {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  color: #94bfe0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .moving-info-block__topics-title {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
.moving-info-block__topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .moving-info-block__topics-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.moving-info-block__topic {
  background: rgba(255, 251, 243, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 251, 243, 0.1);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
.moving-info-block__topic::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(148, 191, 224, 0.1), transparent);
  transition: left 0.6s;
}
.moving-info-block__topic:hover {
  transform: translateY(-8px);
  background: rgba(255, 251, 243, 0.08);
  border-color: rgba(148, 191, 224, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.moving-info-block__topic:hover::before {
  left: 100%;
}
@media (max-width: 768px) {
  .moving-info-block__topic {
    padding: 1.5rem;
  }
}
.moving-info-block__topic-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #94bfe0, rgb(207.3152173913, 226.4782608696, 241.1847826087));
  border-radius: 50%;
  color: #054f9c;
}
.moving-info-block__topic-icon svg, .moving-info-block__topic-icon i {
  width: 30px;
  height: 30px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .moving-info-block__topic-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
  }
  .moving-info-block__topic-icon svg, .moving-info-block__topic-icon i {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
.moving-info-block__topic-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #fffbf3;
  font-weight: 600;
}
@media (max-width: 768px) {
  .moving-info-block__topic-title {
    font-size: 1.1rem;
  }
}
.moving-info-block__topic-description {
  font-size: 0.95rem;
  opacity: 0.8;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  .moving-info-block__topic-description {
    font-size: 0.9rem;
  }
}
.moving-info-block__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .moving-info-block__stats {
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.moving-info-block__stat {
  text-align: center;
}
.moving-info-block__stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #94bfe0;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .moving-info-block__stat-number {
    font-size: 2rem;
  }
}
.moving-info-block__stat-label {
  display: block;
  font-size: 0.9rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.moving-info-block__testimonial {
  background: rgba(255, 251, 243, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 251, 243, 0.15);
  border-radius: 20px;
  padding: 3rem;
  margin: 4rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .moving-info-block__testimonial {
    padding: 2rem;
    margin: 3rem 0;
  }
}
.moving-info-block__testimonial-quote {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background: #94bfe0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #054f9c;
}
.moving-info-block__testimonial-text {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .moving-info-block__testimonial-text {
    font-size: 1.1rem;
  }
}
.moving-info-block__testimonial-author {
  font-size: 1rem;
  color: #94bfe0;
  font-weight: 500;
  font-style: normal;
}
.moving-info-block__cta {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .moving-info-block__cta {
    margin-top: 3rem;
  }
}
.moving-info-block__cta-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, #94bfe0 0%, rgb(187.5434782609, 214.652173913, 235.4565217391) 100%);
  color: #054f9c;
  padding: 1.25rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(148, 191, 224, 0.3);
}
.moving-info-block__cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(207.3152173913, 226.4782608696, 241.1847826087) 0%, rgb(246.8586956522, 250.1304347826, 252.6413043478) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.moving-info-block__cta-button:visited {
  color: #054f9c;
}
.moving-info-block__cta-button:hover {
  color: #054f9c;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 50px rgba(148, 191, 224, 0.4);
}
.moving-info-block__cta-button:hover::before {
  opacity: 1;
}
.moving-info-block__cta-button:hover .moving-info-block__cta-icon svg {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .moving-info-block__cta-button {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
.moving-info-block__cta-text {
  position: relative;
  z-index: 2;
}
.moving-info-block__cta-icon {
  position: relative;
  z-index: 2;
}
.moving-info-block__cta-icon svg {
  transition: transform 0.3s ease;
}
.moving-info-block__cta-subtitle {
  margin-top: 1rem;
  font-size: 0.95rem;
  opacity: 0.7;
  font-style: italic;
}
@media (max-width: 768px) {
  .moving-info-block__cta-subtitle {
    font-size: 0.9rem;
  }
}
.moving-info-block__decoration {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  color: #94bfe0;
}
.moving-info-block__decoration--1 {
  top: 10%;
  right: 15%;
}
.moving-info-block__decoration--2 {
  bottom: 20%;
  left: 10%;
}
.moving-info-block__decoration--3 {
  top: 60%;
  right: 8%;
}
@media (max-width: 768px) {
  .moving-info-block__decoration {
    display: none;
  }
}
.moving-info-block.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: none;
}
.moving-info-block.alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
  max-width: none;
}

.latest-posts-block {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.latest-posts-block--light {
  background-color: #f8fafb;
  color: #054f9c;
}
.latest-posts-block--light h1, .latest-posts-block--light h2, .latest-posts-block--light h3, .latest-posts-block--light h4, .latest-posts-block--light h5, .latest-posts-block--light h6 {
  color: #054f9c;
}
.latest-posts-block--dark {
  background-color: #054f9c;
  color: #fffbf3;
}
.latest-posts-block--dark h1, .latest-posts-block--dark h2, .latest-posts-block--dark h3, .latest-posts-block--dark h4, .latest-posts-block--dark h5, .latest-posts-block--dark h6 {
  color: #fffbf3;
}
.latest-posts-block__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .latest-posts-block__container {
    padding: 0 1.5rem;
  }
}
.latest-posts-block__header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .latest-posts-block__header {
    margin-bottom: 2rem;
  }
}
.latest-posts-block__title {
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.latest-posts-block--light .latest-posts-block__title {
  color: #054f9c;
}
.latest-posts-block--dark .latest-posts-block__title {
  color: #fffbf3;
}
@media (max-width: 768px) {
  .latest-posts-block__title {
    margin-bottom: 0.75rem;
  }
}
.latest-posts-block__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.latest-posts-block--light .latest-posts-block__subtitle {
  color: rgb(7.3757763975, 116.5372670807, 230.1242236025);
}
.latest-posts-block--dark .latest-posts-block__subtitle {
  color: rgb(255, 242.5, 217.5);
}
@media (max-width: 768px) {
  .latest-posts-block__subtitle {
    font-size: 1rem;
  }
}
.latest-posts-block__subtitle p:last-child {
  margin-bottom: 0;
}
.latest-posts-block__title-accent {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 2px;
}
.latest-posts-block--light .latest-posts-block__title-accent {
  background: linear-gradient(90deg, #94bfe0, #054f9c);
}
.latest-posts-block--dark .latest-posts-block__title-accent {
  background: linear-gradient(90deg, #94bfe0, #fffbf3);
}
.latest-posts-block__posts {
  display: grid;
  gap: 2rem;
}
@media (max-width: 768px) {
  .latest-posts-block__posts {
    gap: 1.5rem;
  }
}
.latest-posts-block--grid .latest-posts-block__posts {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
@media (max-width: 768px) {
  .latest-posts-block--grid .latest-posts-block__posts {
    grid-template-columns: 1fr;
  }
}
.latest-posts-block--list .latest-posts-block__posts {
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
}
.latest-posts-block--featured .latest-posts-block__posts {
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "featured featured featured featured featured featured sidebar sidebar sidebar sidebar sidebar sidebar";
}
@media (max-width: 1024px) {
  .latest-posts-block--featured .latest-posts-block__posts {
    grid-template-areas: "featured featured featured featured featured featured featured featured featured featured featured featured" "sidebar sidebar sidebar sidebar sidebar sidebar sidebar sidebar sidebar sidebar sidebar sidebar";
  }
}
@media (max-width: 768px) {
  .latest-posts-block--featured .latest-posts-block__posts {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }
}
.latest-posts-block--featured .latest-posts-block__posts .latest-posts-block__post:first-child {
  grid-area: featured;
}
.latest-posts-block--featured .latest-posts-block__posts .latest-posts-block__post:first-child .latest-posts-block__post-image {
  height: 300px;
}
@media (max-width: 768px) {
  .latest-posts-block--featured .latest-posts-block__posts .latest-posts-block__post:first-child .latest-posts-block__post-image {
    height: 200px;
  }
}
.latest-posts-block--featured .latest-posts-block__posts .latest-posts-block__post:not(:first-child) {
  grid-area: sidebar;
  display: flex;
  gap: 1rem;
}
.latest-posts-block--featured .latest-posts-block__posts .latest-posts-block__post:not(:first-child) .latest-posts-block__post-image {
  width: 120px;
  min-width: 120px;
  height: 90px;
}
@media (max-width: 768px) {
  .latest-posts-block--featured .latest-posts-block__posts .latest-posts-block__post:not(:first-child) .latest-posts-block__post-image {
    width: 100px;
    min-width: 100px;
    height: 75px;
  }
}
.latest-posts-block--featured .latest-posts-block__posts .latest-posts-block__post:not(:first-child) .latest-posts-block__post-content {
  flex: 1;
}
.latest-posts-block--featured .latest-posts-block__posts .latest-posts-block__post:not(:first-child) .latest-posts-block__post-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .latest-posts-block--featured .latest-posts-block__posts .latest-posts-block__post:not(:first-child) .latest-posts-block__post-title {
    font-size: 0.9rem;
  }
}
.latest-posts-block--featured .latest-posts-block__posts .latest-posts-block__post:not(:first-child) .latest-posts-block__post-excerpt {
  display: none;
}
.latest-posts-block__post {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(5, 79, 156, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.latest-posts-block--dark .latest-posts-block__post {
  background: rgba(255, 251, 243, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.latest-posts-block__post:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(5, 79, 156, 0.15);
}
.latest-posts-block--dark .latest-posts-block__post:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.latest-posts-block__post:hover .latest-posts-block__post-image img {
  transform: scale(1.05);
}
.latest-posts-block__post:hover .latest-posts-block__post-image-overlay {
  opacity: 1;
}
.latest-posts-block--list .latest-posts-block__post {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .latest-posts-block--list .latest-posts-block__post {
    flex-direction: column;
    gap: 1rem;
  }
}
.latest-posts-block--list .latest-posts-block__post .latest-posts-block__post-image {
  width: 300px;
  min-width: 300px;
  height: 200px;
}
@media (max-width: 1024px) {
  .latest-posts-block--list .latest-posts-block__post .latest-posts-block__post-image {
    width: 250px;
    min-width: 250px;
  }
}
@media (max-width: 768px) {
  .latest-posts-block--list .latest-posts-block__post .latest-posts-block__post-image {
    width: 100%;
    height: 200px;
  }
}
.latest-posts-block--list .latest-posts-block__post .latest-posts-block__post-content {
  flex: 1;
  padding: 2rem;
}
@media (max-width: 768px) {
  .latest-posts-block--list .latest-posts-block__post .latest-posts-block__post-content {
    padding: 1.5rem;
  }
}
.latest-posts-block__post-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.latest-posts-block--grid .latest-posts-block__post-image {
  height: 220px;
}
.latest-posts-block__post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.latest-posts-block__post-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(5, 79, 156, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.latest-posts-block__post-image-overlay svg {
  color: white;
  width: 24px;
  height: 24px;
}
.latest-posts-block__post-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}
.latest-posts-block__post-category a {
  background: #94bfe0;
  color: #054f9c;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.latest-posts-block__post-category a:hover {
  background: #054f9c;
  color: #fffbf3;
  transform: translateY(-2px);
}
.latest-posts-block__post-content {
  padding: 2rem;
}
@media (max-width: 768px) {
  .latest-posts-block__post-content {
    padding: 1.5rem;
  }
}
.latest-posts-block--grid .latest-posts-block__post-content {
  padding: 2rem;
}
.latest-posts-block__post-header {
  margin-bottom: 1rem;
}
.latest-posts-block__post-title {
  margin-bottom: 1rem;
}
.latest-posts-block__post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.latest-posts-block--light .latest-posts-block__post-title a:hover {
  color: #94bfe0;
}
.latest-posts-block--dark .latest-posts-block__post-title a:hover {
  color: #94bfe0;
}
@media (max-width: 768px) {
  .latest-posts-block__post-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.latest-posts-block__post-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.latest-posts-block--light .latest-posts-block__post-meta {
  color: rgb(40.3788819876, 142.1863354037, 248.1211180124);
}
.latest-posts-block--dark .latest-posts-block__post-meta {
  color: rgb(255, 225.5, 166.5);
}
@media (max-width: 768px) {
  .latest-posts-block__post-meta {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.latest-posts-block__post-date, .latest-posts-block__post-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.latest-posts-block__post-date svg, .latest-posts-block__post-author svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}
.latest-posts-block__post-excerpt {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.latest-posts-block--light .latest-posts-block__post-excerpt {
  color: rgb(6.5838509317, 104.0248447205, 205.4161490683);
}
.latest-posts-block--dark .latest-posts-block__post-excerpt {
  color: #ffeac0;
}
@media (max-width: 768px) {
  .latest-posts-block__post-excerpt {
    margin-bottom: 1rem;
  }
}
.latest-posts-block__post-excerpt p {
  margin: 0;
}
.latest-posts-block__post-footer {
  margin-top: auto;
}
.latest-posts-block__post-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.latest-posts-block--light .latest-posts-block__post-link {
  color: #054f9c;
}
.latest-posts-block--dark .latest-posts-block__post-link {
  color: #fffbf3;
}
.latest-posts-block--light .latest-posts-block__post-link:hover {
  color: #94bfe0;
}
.latest-posts-block--dark .latest-posts-block__post-link:hover {
  color: #94bfe0;
}
.latest-posts-block__post-link:hover svg {
  transform: translateX(4px);
}
.latest-posts-block__post-link svg {
  transition: transform 0.3s ease;
}
.latest-posts-block__footer {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .latest-posts-block__footer {
    margin-top: 2rem;
  }
}
.latest-posts-block__view-all {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.latest-posts-block--light .latest-posts-block__view-all {
  background: #054f9c;
  color: #fffbf3;
}
.latest-posts-block--light .latest-posts-block__view-all:hover {
  background: rgb(6.5838509317, 104.0248447205, 205.4161490683);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(5, 79, 156, 0.3);
}
.latest-posts-block--dark .latest-posts-block__view-all {
  background: #fffbf3;
  color: #054f9c;
}
.latest-posts-block--dark .latest-posts-block__view-all:hover {
  background: #94bfe0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 251, 243, 0.2);
}
.latest-posts-block__view-all svg {
  transition: transform 0.3s ease;
}
.latest-posts-block__view-all:hover svg {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .latest-posts-block__view-all {
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
  }
}
.latest-posts-block.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: none;
}
.latest-posts-block.alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
  max-width: none;
}

.contact-block {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.contact-block--light {
  background-color: #f8fafb;
  color: #054f9c;
}
.contact-block--light h1, .contact-block--light h2, .contact-block--light h3, .contact-block--light h4, .contact-block--light h5, .contact-block--light h6 {
  color: #054f9c;
}
.contact-block--dark {
  background-color: #054f9c;
  color: #fffbf3;
}
.contact-block--dark h1, .contact-block--dark h2, .contact-block--dark h3, .contact-block--dark h4, .contact-block--dark h5, .contact-block--dark h6 {
  color: #fffbf3;
}
.contact-block__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.contact-block__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.contact-block__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(5, 79, 156, 0.85) 0%, rgba(148, 191, 224, 0.75) 100%);
}
.contact-block--light .contact-block__background-overlay {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(233, 241, 246, 0.8) 100%);
}
.contact-block__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .contact-block__container {
    padding: 0 1.5rem;
  }
}
.contact-block__header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 768px) {
  .contact-block__header {
    margin-bottom: 3rem;
  }
}
.contact-block__title {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
.contact-block--light .contact-block__title {
  color: #054f9c;
}
.contact-block--dark .contact-block__title {
  color: #fffbf3;
}
@media (max-width: 768px) {
  .contact-block__title {
    margin-bottom: 1rem;
  }
}
.contact-block__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contact-block--light .contact-block__subtitle {
  color: rgb(7.3757763975, 116.5372670807, 230.1242236025);
}
.contact-block--dark .contact-block__subtitle {
  color: rgb(255, 242.5, 217.5);
}
@media (max-width: 768px) {
  .contact-block__subtitle {
    font-size: 1rem;
  }
}
.contact-block__subtitle p:last-child {
  margin-bottom: 0;
}
.contact-block__title-accent {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 2px;
}
.contact-block--light .contact-block__title-accent {
  background: linear-gradient(90deg, #94bfe0, #054f9c);
}
.contact-block--dark .contact-block__title-accent {
  background: linear-gradient(90deg, #94bfe0, #fffbf3);
}
.contact-block__content {
  display: grid;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .contact-block__content {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .contact-block__content {
    gap: 2.5rem;
  }
}
.contact-block--centered .contact-block__content {
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-block--centered .contact-block__content {
    max-width: 100%;
  }
}
.contact-block--split .contact-block__content {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .contact-block--split .contact-block__content {
    grid-template-columns: 1fr;
  }
}
.contact-block--wide .contact-block__content {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 768px) {
  .contact-block--wide .contact-block__content {
    grid-template-columns: 1fr;
  }
}
.contact-block__info {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(5, 79, 156, 0.1);
  border: 1px solid rgba(148, 191, 224, 0.2);
}
.contact-block--dark .contact-block__info {
  background: rgba(5, 79, 156, 0.9);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 251, 243, 0.1);
}
@media (max-width: 768px) {
  .contact-block__info {
    padding: 2rem;
  }
}
.contact-block__info-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-block__info-title {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.contact-block--light .contact-block__info-title {
  color: #054f9c;
}
.contact-block--dark .contact-block__info-title {
  color: #fffbf3;
}
@media (max-width: 768px) {
  .contact-block__info-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.contact-block__info-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .contact-block__info-items {
    gap: 1.5rem;
  }
}
.contact-block__info-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.contact-block__info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #94bfe0, rgb(207.3152173913, 226.4782608696, 241.1847826087));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #054f9c;
}
.contact-block--dark .contact-block__info-icon {
  background: linear-gradient(135deg, #94bfe0, #fffbf3);
}
.contact-block__info-icon svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .contact-block__info-icon {
    width: 44px;
    height: 44px;
  }
  .contact-block__info-icon svg {
    width: 20px;
    height: 20px;
  }
}
.contact-block__info-details {
  flex-grow: 1;
  padding-top: 0.25rem;
}
.contact-block__info-label {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-block--light .contact-block__info-label {
  color: #054f9c;
}
.contact-block--dark .contact-block__info-label {
  color: #94bfe0;
}
.contact-block__info-value {
  font-size: 1rem;
  line-height: 1.5;
}
.contact-block--light .contact-block__info-value {
  color: rgb(6.5838509317, 104.0248447205, 205.4161490683);
}
.contact-block--dark .contact-block__info-value {
  color: rgb(255, 242.5, 217.5);
}
.contact-block__info-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-block--light .contact-block__info-value a:hover {
  color: #94bfe0;
}
.contact-block--dark .contact-block__info-value a:hover {
  color: #94bfe0;
}
.contact-block__form {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(5, 79, 156, 0.1);
  border: 1px solid rgba(148, 191, 224, 0.2);
}
.contact-block--dark .contact-block__form {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(148, 191, 224, 0.3);
}
.contact-block--dark .contact-block__form .contact-block__form-title {
  color: #054f9c;
}
@media (max-width: 768px) {
  .contact-block__form {
    padding: 2rem;
  }
}
.contact-block__form-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #054f9c;
}
@media (max-width: 768px) {
  .contact-block__form-title {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
  }
}
.contact-block__form-content .wpcf7 p {
  margin-bottom: 0;
  margin-top: 0;
  color: #054f9c;
}
.contact-block__form-content .wpcf7 .wpcf7-form {
  display: grid;
  gap: 1.25rem;
}
.contact-block__form-content .wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contact-block__form-content .wpcf7 input[type=text],
.contact-block__form-content .wpcf7 input[type=email],
.contact-block__form-content .wpcf7 input[type=tel],
.contact-block__form-content .wpcf7 textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid rgba(5, 79, 156, 0.15);
  border-radius: 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: white;
  color: #054f9c !important;
  font-family: inherit;
}
.contact-block__form-content .wpcf7 input[type=text]:focus,
.contact-block__form-content .wpcf7 input[type=email]:focus,
.contact-block__form-content .wpcf7 input[type=tel]:focus,
.contact-block__form-content .wpcf7 textarea:focus {
  outline: none;
  border-color: #94bfe0;
  box-shadow: 0 0 0 3px rgba(148, 191, 224, 0.15);
}
.contact-block__form-content .wpcf7 input[type=text]::placeholder,
.contact-block__form-content .wpcf7 input[type=email]::placeholder,
.contact-block__form-content .wpcf7 input[type=tel]::placeholder,
.contact-block__form-content .wpcf7 textarea::placeholder {
  color: rgba(5, 79, 156, 0.5) !important;
}
.contact-block__form-content .wpcf7 input[type=text]:-webkit-autofill, .contact-block__form-content .wpcf7 input[type=text]:-webkit-autofill:hover, .contact-block__form-content .wpcf7 input[type=text]:-webkit-autofill:focus, .contact-block__form-content .wpcf7 input[type=text]:-webkit-autofill:active,
.contact-block__form-content .wpcf7 input[type=email]:-webkit-autofill,
.contact-block__form-content .wpcf7 input[type=email]:-webkit-autofill:hover,
.contact-block__form-content .wpcf7 input[type=email]:-webkit-autofill:focus,
.contact-block__form-content .wpcf7 input[type=email]:-webkit-autofill:active,
.contact-block__form-content .wpcf7 input[type=tel]:-webkit-autofill,
.contact-block__form-content .wpcf7 input[type=tel]:-webkit-autofill:hover,
.contact-block__form-content .wpcf7 input[type=tel]:-webkit-autofill:focus,
.contact-block__form-content .wpcf7 input[type=tel]:-webkit-autofill:active,
.contact-block__form-content .wpcf7 textarea:-webkit-autofill,
.contact-block__form-content .wpcf7 textarea:-webkit-autofill:hover,
.contact-block__form-content .wpcf7 textarea:-webkit-autofill:focus,
.contact-block__form-content .wpcf7 textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #054f9c !important;
  background-color: white !important;
}
.contact-block__form-content .wpcf7 textarea {
  height: 100px;
  resize: vertical;
}
.contact-block__form-content .wpcf7 input[type=submit] {
  background: linear-gradient(135deg, #054f9c 0%, rgb(6.5838509317, 104.0248447205, 205.4161490683) 100%);
  color: #fffbf3;
  border: none;
  padding: 0.875rem 2rem;
  border-radius: 50px;
  font-size: 0.95rem;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(5, 79, 156, 0.3);
  justify-self: start;
}
.contact-block__form-content .wpcf7 input[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(7.3757763975, 116.5372670807, 230.1242236025) 0%, rgb(40.3788819876, 142.1863354037, 248.1211180124) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contact-block__form-content .wpcf7 input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(5, 79, 156, 0.4);
}
.contact-block__form-content .wpcf7 input[type=submit]:hover::before {
  opacity: 1;
}
.contact-block__form-content .wpcf7 input[type=submit]:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .contact-block__form-content .wpcf7 input[type=submit] {
    padding: 0.75rem 1.75rem;
    font-size: 0.9rem;
  }
}
.contact-block__form-content .wpcf7 .wpcf7-response-output {
  border: none;
  padding: 0.875rem;
  border-radius: 10px;
  margin: 1rem 0 0 0;
  font-size: 0.9rem;
}
.contact-block__form-content .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: rgba(244, 67, 54, 0.1);
  color: #d32f2f;
  border-left: 4px solid #f44336;
}
.contact-block__form-content .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(76, 175, 80, 0.1);
  color: #388e3c;
  border-left: 4px solid #4caf50;
}
.contact-block__form-content .wpcf7 .wpcf7-not-valid-tip {
  color: #f44336;
  font-size: 0.8rem;
  margin-top: 0.375rem;
  display: block;
}
.contact-block__form-error {
  background: rgba(244, 67, 54, 0.1);
  color: #d32f2f;
  padding: 1.25rem;
  border-radius: 12px;
  text-align: center;
  border: 2px solid rgba(244, 67, 54, 0.2);
}
.contact-block__form-error p {
  margin: 0;
  font-weight: 500;
}
.contact-block.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: none;
}
.contact-block.alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
  max-width: none;
}

.stats-block {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.stats-block--light {
  background-color: #e9f1f6;
  color: #054f9c;
}
.stats-block--dark {
  background-color: #054f9c;
  color: #fffbf3;
}
.stats-block__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .stats-block__container {
    padding: 0 1.5rem;
  }
}
.stats-block__header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 768px) {
  .stats-block__header {
    margin-bottom: 3rem;
  }
}
.stats-block__title {
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.stats-block__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 2rem;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .stats-block__subtitle {
    font-size: 1rem;
  }
}
.stats-block__subtitle p:last-child {
  margin-bottom: 0;
}
.stats-block__title-accent {
  width: 80px;
  height: 4px;
  border-radius: 2px;
  margin: 0 auto;
}
.stats-block--light .stats-block__title-accent {
  background: linear-gradient(90deg, #054f9c, #94bfe0);
}
.stats-block--dark .stats-block__title-accent {
  background: linear-gradient(90deg, #94bfe0, #fffbf3);
}
.stats-block__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}
@media (max-width: 768px) {
  .stats-block__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.stats-block__item {
  text-align: center;
  padding: 3rem 2rem;
  border-radius: 20px;
  position: relative;
  transition: all 0.4s ease;
  cursor: default;
  overflow: hidden;
}
.stats-block__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}
.stats-block--light .stats-block__item {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.stats-block--light .stats-block__item::before {
  background: linear-gradient(135deg, rgba(148, 191, 224, 0.1), rgba(5, 79, 156, 0.05));
}
.stats-block--light .stats-block__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(5, 79, 156, 0.15);
}
.stats-block--light .stats-block__item:hover::before {
  opacity: 1;
}
.stats-block--dark .stats-block__item {
  background: rgba(148, 191, 224, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(148, 191, 224, 0.2);
}
.stats-block--dark .stats-block__item::before {
  background: linear-gradient(135deg, rgba(148, 191, 224, 0.2), rgba(255, 251, 243, 0.1));
}
.stats-block--dark .stats-block__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.stats-block--dark .stats-block__item:hover::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .stats-block__item {
    padding: 2.5rem 1.5rem;
    border-radius: 15px;
  }
  .stats-block__item:hover {
    transform: translateY(-4px);
  }
}
.stats-block__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  z-index: 2;
}
.stats-block__icon svg {
  transition: all 0.4s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}
.stats-block--light .stats-block__icon svg {
  color: #054f9c;
}
.stats-block--dark .stats-block__icon svg {
  color: #94bfe0;
}
.stats-block__item:hover .stats-block__icon svg {
  transform: scale(1.1) rotate(5deg);
}
.stats-block__icon-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  animation: pulse 2s infinite;
}
.stats-block--light .stats-block__icon-pulse {
  background: radial-gradient(circle, rgba(148, 191, 224, 0.3) 0%, transparent 70%);
}
.stats-block--dark .stats-block__icon-pulse {
  background: radial-gradient(circle, rgba(148, 191, 224, 0.4) 0%, transparent 70%);
}
.stats-block__item:hover .stats-block__icon-pulse {
  animation-duration: 1s;
}
.stats-block__content {
  position: relative;
  z-index: 2;
}
.stats-block__number {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 4vw + 1rem, 2.8rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  background: linear-gradient(135deg, currentColor, currentColor);
  background-clip: text;
  -webkit-background-clip: text;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.stats-block--light .stats-block__number {
  color: #054f9c;
}
.stats-block--dark .stats-block__number {
  color: #fffbf3;
}
.stats-block__number .stats-block__plus {
  font-size: 0.7em;
  opacity: 0.8;
  font-weight: 400;
  margin-left: 0.1rem;
}
.stats-block--light .stats-block__item--youtube .stats-block__number {
  background: linear-gradient(135deg, #FF0000, #054f9c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats-block--light .stats-block__item--interviews .stats-block__number {
  background: linear-gradient(135deg, #054f9c, #94bfe0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats-block--light .stats-block__item--messages .stats-block__number {
  background: linear-gradient(135deg, #94bfe0, #054f9c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .stats-block__number {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
  }
}
.stats-block__label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.9;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .stats-block__label {
    font-size: 1rem;
  }
}
.stats-block::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.02;
  z-index: 0;
}
.stats-block--light .stats-block::before {
  background: radial-gradient(circle, #054f9c 0%, transparent 70%);
}
.stats-block--dark .stats-block::before {
  background: radial-gradient(circle, #fffbf3 0%, transparent 70%);
}
@media (max-width: 768px) {
  .stats-block::before {
    display: none;
  }
}
.stats-block::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  opacity: 0.02;
  z-index: 0;
}
.stats-block--light .stats-block::after {
  background: radial-gradient(circle, #94bfe0 0%, transparent 70%);
}
.stats-block--dark .stats-block::after {
  background: radial-gradient(circle, #94bfe0 0%, transparent 70%);
}
@media (max-width: 768px) {
  .stats-block::after {
    display: none;
  }
}
.stats-block.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: none;
}
.stats-block.alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
  max-width: none;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.banner-block {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner-block.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 500px;
}
@media (min-width: 768px) {
  .banner-block.alignfull {
    min-height: 600px;
  }
}
.banner-block.alignwide {
  min-height: 450px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .banner-block.alignwide {
    min-height: 550px;
  }
}
.banner-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(5, 79, 156, 0.7) 0%, rgba(148, 191, 224, 0.3) 50%, rgba(5, 79, 156, 0.8) 100%);
  pointer-events: none;
}
.banner-block__overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  opacity: 0.3;
}
.banner-block__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .banner-block__container {
    padding: 0 1rem;
  }
}
.banner-block__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .banner-block__content {
    padding: 4rem 0;
  }
}
.banner-block__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: #fffbf3;
  font-size: clamp(2.5rem, 4vw + 1rem, 4.5rem);
  margin: 0 0 1.5rem 0;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .banner-block__title {
    margin-bottom: 1rem;
    line-height: 1.3;
  }
}
.banner-block__description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #fffbf3;
  font-size: clamp(1.1rem, 2vw + 0.5rem, 1.4rem);
  line-height: 1.6;
  margin: 0;
  opacity: 0.95;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner-block__description {
    line-height: 1.5;
  }
}
.banner-block:hover .banner-block__overlay::after {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.banner-block:not([style*=background-image]) {
  background-color: #054f9c;
}
.banner-block:not([style*=background-image])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #054f9c 0%, #94bfe0 100%);
  opacity: 0.9;
}
.banner-block.aos-animate .banner-block__title {
  animation: fadeInUp 0.8s ease-out;
}
.banner-block.aos-animate .banner-block__description {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media print {
  .banner-block {
    min-height: 200px;
  }
  .banner-block__overlay {
    display: none;
  }
  .banner-block__title, .banner-block__description {
    color: #054f9c !important;
    text-shadow: none !important;
  }
}
.video-showcase-block {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.video-showcase-block--white {
  background-color: #e9f1f6;
  color: #054f9c;
}
.video-showcase-block--blue-light {
  background-color: #94bfe0;
  color: #054f9c;
}
.video-showcase-block--blue-dark {
  background-color: #054f9c;
  color: #fffbf3;
}
.video-showcase-block--blue-dark h2 {
  color: #fffbf3;
}
.video-showcase-block--cream {
  background-color: #fffbf3;
  color: #054f9c;
}
.video-showcase-block--with-pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}
.video-showcase-block--pattern-dots::before {
  background-image: radial-gradient(circle, currentColor 2px, transparent 2px);
  background-size: 40px 40px;
}
.video-showcase-block--pattern-lines::before {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, currentColor 10px, currentColor 12px);
}
.video-showcase-block--pattern-grid::before {
  background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(90deg, currentColor 1px, transparent 1px);
  background-size: 50px 50px;
}
.video-showcase-block__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .video-showcase-block__container {
    padding: 0 1rem;
  }
}
.video-showcase-block__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .video-showcase-block__header {
    margin-bottom: 2rem;
  }
}
.video-showcase-block__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.video-showcase-block__flag-img {
  width: 60px;
  height: auto;
}
@media (max-width: 768px) {
  .video-showcase-block__flag-img {
    width: 40px;
  }
}
.video-showcase-block__country {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .video-showcase-block__country {
    font-size: 1.1rem;
  }
}
.video-showcase-block__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
  margin: 0 0 1rem 0;
  font-weight: 500;
}
.video-showcase-block__subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
  margin: 0;
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
}
.video-showcase-block__videos {
  display: grid;
  gap: 2rem;
}
@media (max-width: 768px) {
  .video-showcase-block__videos {
    gap: 1.5rem;
  }
}
.video-showcase-block--grid .video-showcase-block__videos {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.video-showcase-block--grid .video-showcase-block__videos.video-showcase-block--cols-1 {
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
}
.video-showcase-block--grid .video-showcase-block__videos.video-showcase-block--cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.video-showcase-block--grid .video-showcase-block__videos.video-showcase-block--cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (max-width: 768px) {
  .video-showcase-block--grid .video-showcase-block__videos {
    grid-template-columns: 1fr;
  }
}
.video-showcase-block--list .video-showcase-block__videos {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.video-showcase-block--list .video-showcase-block__video {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .video-showcase-block--list .video-showcase-block__video {
    flex-direction: column;
  }
}
.video-showcase-block--list .video-showcase-block__video-wrapper {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .video-showcase-block--list .video-showcase-block__video-wrapper {
    flex-direction: column;
  }
}
.video-showcase-block--list .video-showcase-block__thumbnail {
  flex: 0 0 300px;
}
@media (max-width: 768px) {
  .video-showcase-block--list .video-showcase-block__thumbnail {
    flex: none;
  }
}
.video-showcase-block--list .video-showcase-block__content {
  flex: 1;
  padding: 0;
}
.video-showcase-block__video-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.video-showcase-block__thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-showcase-block__thumbnail:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.video-showcase-block__thumbnail:hover .video-showcase-block__thumbnail-img {
  transform: scale(1.05);
}
.video-showcase-block__thumbnail:hover .video-showcase-block__thumbnail__play-btn {
  transform: scale(1.1);
}
.video-showcase-block__thumbnail:hover .video-showcase-block__thumbnail__overlay {
  opacity: 0.3;
}
.video-showcase-block__thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.video-showcase-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.video-showcase-block__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
}
.video-showcase-block__play-btn svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
.video-showcase-block__play-btn:focus {
  outline: 3px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
  border-radius: 50%;
}
.video-showcase-block__content {
  padding: 1.5rem 0 0 0;
  flex: 1;
}
.video-showcase-block--list .video-showcase-block__content {
  padding: 0;
}
.video-showcase-block__video-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .video-showcase-block__video-title {
    font-size: 1.1rem;
  }
}
.video-showcase-block__video-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0.8;
}
.video-showcase-block__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 768px) {
  .video-showcase-block__modal {
    padding: 1rem;
  }
}
.video-showcase-block__modal-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}
.video-showcase-block__modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10000;
  padding: 0.5rem;
  transition: opacity 0.2s ease;
}
.video-showcase-block__modal-close:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .video-showcase-block__modal-close {
    top: -40px;
    font-size: 1.5rem;
  }
}
.video-showcase-block__iframe-wrapper {
  position: relative;
  aspect-ratio: 16/9;
}
.video-showcase-block__iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.video-showcase-block--cols-1 .video-showcase-block__videos {
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
}
.video-showcase-block--cols-2 .video-showcase-block__videos {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
@media (max-width: 900px) {
  .video-showcase-block--cols-2 .video-showcase-block__videos {
    grid-template-columns: 1fr;
  }
}
.video-showcase-block--cols-4 .video-showcase-block__videos {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (max-width: 1100px) {
  .video-showcase-block--cols-4 .video-showcase-block__videos {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.video-showcase-block.alignwide .video-showcase-block__container, .video-showcase-block.alignfull .video-showcase-block__container {
  max-width: none;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .video-showcase-block.alignwide .video-showcase-block__container, .video-showcase-block.alignfull .video-showcase-block__container {
    padding: 0 1rem;
  }
}
.video-showcase-block.alignfull {
  padding: 4rem 0;
}
.video-showcase-block.alignfull .video-showcase-block__container {
  padding: 0 2rem;
}

.features-grid-block {
  padding: 4rem 0;
  position: relative;
}
.features-grid-block--white {
  background-color: #e9f1f6;
  color: #054f9c;
}
.features-grid-block--blue-light {
  background-color: #94bfe0;
  color: #054f9c;
}
.features-grid-block--blue-dark {
  background-color: #054f9c;
  color: #fffbf3;
}
.features-grid-block--cream {
  background-color: #fffbf3;
  color: #054f9c;
}
.features-grid-block__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .features-grid-block__container {
    padding: 0 1rem;
  }
}
.features-grid-block__header {
  text-align: center;
  margin-bottom: 3.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .features-grid-block__header {
    margin-bottom: 2.5rem;
  }
}
.features-grid-block__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
  margin: 0 0 1.5rem 0;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .features-grid-block__title {
    margin-bottom: 1rem;
  }
}
.features-grid-block__description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
.features-grid-block__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
@media (min-width: 768px) {
  .features-grid-block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .features-grid-block__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}
@media (max-width: 480px) {
  .features-grid-block__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.features-grid-block__item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.features-grid-block--blue-dark .features-grid-block__item, .features-grid-block--blue-light .features-grid-block__item {
  background: rgba(255, 255, 255, 0.95);
  color: #054f9c;
}
.features-grid-block--cream .features-grid-block__item {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(5, 79, 156, 0.1);
}
.features-grid-block__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #054f9c 0%, #94bfe0 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.features-grid-block__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.features-grid-block__item:hover::before {
  transform: scaleX(1);
}
.features-grid-block__item:hover .features-grid-block__icon svg {
  transform: scale(1.1);
  color: #054f9c;
}
.features-grid-block__item:hover .features-grid-block__link {
  color: #054f9c;
}
.features-grid-block__item:hover .features-grid-block__link svg {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .features-grid-block__item {
    padding: 1.5rem;
  }
  .features-grid-block__item:hover {
    transform: translateY(-4px);
  }
}
.features-grid-block__icon {
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.features-grid-block__icon svg {
  width: 48px;
  height: 48px;
  color: #94bfe0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .features-grid-block__icon svg {
    width: 40px;
    height: 40px;
  }
}
.features-grid-block__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  flex: 1;
}
.features-grid-block__item-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  color: #054f9c;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .features-grid-block__item-title {
    font-size: 1.1rem;
  }
}
.features-grid-block__item-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  color: rgba(5, 79, 156, 0.8);
  flex: 1;
}
@media (max-width: 768px) {
  .features-grid-block__item-description {
    font-size: 0.9rem;
  }
}
.features-grid-block__link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #94bfe0;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  align-self: center;
  margin-top: 1rem;
  flex-shrink: 0;
}
.features-grid-block__link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.features-grid-block__link:hover {
  color: #054f9c;
}
@media (max-width: 768px) {
  .features-grid-block__link {
    font-size: 0.9rem;
  }
}
.features-grid-block.alignwide .features-grid-block__container, .features-grid-block.alignfull .features-grid-block__container {
  max-width: none;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .features-grid-block.alignwide .features-grid-block__container, .features-grid-block.alignfull .features-grid-block__container {
    padding: 0 1rem;
  }
}
.features-grid-block.alignfull {
  padding: 5rem 0;
}
.features-grid-block.alignfull .features-grid-block__container {
  padding: 0 2rem;
}
.features-grid-block.alignfull::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.03) 50%, transparent 100%);
  pointer-events: none;
}
.features-grid-block__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.features-grid-block__item.aos-animate {
  opacity: 1;
  transform: translateY(0);
}

@media print {
  .features-grid-block {
    padding: 2rem 0;
  }
  .features-grid-block__item {
    background: white !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
  .features-grid-block__item:hover {
    transform: none !important;
  }
  .features-grid-block__link {
    color: #054f9c !important;
  }
  .features-grid-block__link svg {
    display: none;
  }
  .features-grid-block__icon svg {
    color: #054f9c !important;
  }
}
.ads-banner-block {
  margin: 2rem 0;
  position: relative;
}
.ads-banner-block.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ads-banner-block__label {
  text-align: center;
  margin-bottom: 1rem;
}
.ads-banner-block__label span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-block;
  background: rgba(5, 79, 156, 0.8);
  color: #054f9c;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(5, 79, 156, 0.2);
}
.ads-banner-block__container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}
.ads-banner-block.alignfull .ads-banner-block__container {
  max-width: none;
  margin: 0;
}
.ads-banner-block__content {
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .ads-banner-block__content {
    height: 180px;
  }
}
@media (min-width: 1024px) {
  .ads-banner-block__content {
    height: 200px;
  }
}
.ads-banner-block--standard .ads-banner-block__container {
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(5, 79, 156, 0.1);
}
.ads-banner-block--rounded .ads-banner-block__container {
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border: 2px solid rgba(148, 191, 224, 0.3);
}
.ads-banner-block--minimal .ads-banner-block__container {
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #054f9c;
  background: #e9f1f6;
}
.ads-banner-block--elevated .ads-banner-block__container {
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: none;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.ads-banner-block--elevated .ads-banner-block__container:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
.ads-banner-block__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ads-banner-block__image-wrapper .ads-banner-block__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.ads-banner-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.ads-banner-block__link:hover .ads-banner-block__image {
  transform: scale(1.02);
}
.ads-banner-block__html-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.ads-banner-block__html-wrapper .ads-banner-block__html-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ads-banner-block__html-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .ads-banner-block__html-content {
    padding: 1rem;
  }
}
.ads-banner-block__html-content h1, .ads-banner-block__html-content h2, .ads-banner-block__html-content h3, .ads-banner-block__html-content h4, .ads-banner-block__html-content h5, .ads-banner-block__html-content h6 {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}
.ads-banner-block__html-content h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.ads-banner-block__html-content h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}
.ads-banner-block__html-content h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.ads-banner-block__html-content h4 {
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
}
.ads-banner-block__html-content p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
.ads-banner-block__html-content p:last-child {
  margin-bottom: 0;
}
.ads-banner-block__html-content a {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.ads-banner-block__html-content a:hover {
  opacity: 0.8;
}
.ads-banner-block__html-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.ads-banner-block__html-content .btn, .ads-banner-block__html-content .button {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #054f9c;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}
.ads-banner-block__html-content .btn:hover, .ads-banner-block__html-content .button:hover {
  background: #94bfe0;
  color: #054f9c;
  transform: translateY(-2px);
}
.ads-banner-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(5, 79, 156, 0.1) 0%, rgba(148, 191, 224, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.ads-banner-block__link:hover .ads-banner-block__overlay, .ads-banner-block__html-link:hover .ads-banner-block__overlay {
  opacity: 1;
}
.ads-banner-block--standard .ads-banner-block__label span {
  color: #054f9c;
}
.ads-banner-block--rounded .ads-banner-block__label span {
  color: #94bfe0;
}
.ads-banner-block--rounded .ads-banner-block__image,
.ads-banner-block--rounded .ads-banner-block__html-content {
  border-radius: 20px;
}
.ads-banner-block--minimal .ads-banner-block__label span {
  color: #054f9c;
  font-weight: 700;
}
.ads-banner-block--minimal .ads-banner-block__overlay {
  background: rgba(5, 79, 156, 0.05);
}
.ads-banner-block--elevated .ads-banner-block__label span {
  color: #054f9c;
}
.ads-banner-block--elevated .ads-banner-block__overlay {
  background: linear-gradient(135deg, rgba(5, 79, 156, 0.15) 0%, rgba(148, 191, 224, 0.1) 100%);
}
@media (max-width: 768px) {
  .ads-banner-block {
    margin: 1.5rem 0;
  }
  .ads-banner-block.alignfull {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .ads-banner-block__content {
    height: 120px;
  }
  .ads-banner-block__label span {
    font-size: 0.7rem;
    padding: 0.25rem 0.6rem;
  }
}
@media (max-width: 480px) {
  .ads-banner-block__content {
    height: 100px;
  }
  .ads-banner-block__html-content {
    padding: 0.75rem;
  }
  .ads-banner-block__html-content h1, .ads-banner-block__html-content h2, .ads-banner-block__html-content h3 {
    font-size: clamp(1rem, 4vw, 1.3rem);
  }
  .ads-banner-block__html-content p {
    font-size: 0.9rem;
  }
  .ads-banner-block__html-content .btn, .ads-banner-block__html-content .button {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}
@media print {
  .ads-banner-block__container {
    box-shadow: none !important;
    border: 1px solid #ddd;
  }
  .ads-banner-block__overlay {
    display: none;
  }
  .ads-banner-block__label {
    display: none;
  }
  .ads-banner-block__image, .ads-banner-block__html-content {
    transform: none !important;
  }
}
@media (prefers-contrast: high) {
  .ads-banner-block__container {
    border: 2px solid #054f9c;
  }
  .ads-banner-block__label span {
    color: #054f9c !important;
    font-weight: 700;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ads-banner-block__container, .ads-banner-block__image, .ads-banner-block__overlay {
    transition: none;
  }
  .ads-banner-block--elevated .ads-banner-block__container:hover {
    transform: none;
  }
  .ads-banner-block__link:hover .ads-banner-block__image {
    transform: none;
  }
}
@media (prefers-color-scheme: dark) {
  .ads-banner-block__container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ads-banner-block__label span {
    color: #054f9c;
  }
}

.about-us-block {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.about-us-block--white {
  background-color: #e9f1f6;
  color: #054f9c;
}
.about-us-block--blue-light {
  background-color: #94bfe0;
  color: #054f9c;
}
.about-us-block--blue-dark {
  background-color: #054f9c;
  color: #fffbf3;
}
.about-us-block--cream {
  background-color: #fffbf3;
  color: #054f9c;
}
.about-us-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  background-image: radial-gradient(circle at 25px 25px, currentColor 2px, transparent 2px);
  background-size: 50px 50px;
  pointer-events: none;
}
.about-us-block__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-us-block__container {
    padding: 0 1rem;
  }
}
.about-us-block__intro {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .about-us-block__intro {
    margin-bottom: 3rem;
  }
}
.about-us-block__intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .about-us-block__intro-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .about-us-block__intro-text {
    order: 2;
  }
}
.about-us-block__intro-image {
  position: relative;
}
@media (max-width: 768px) {
  .about-us-block__intro-image {
    order: 1;
  }
}
.about-us-block__intro-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(5, 79, 156, 0.1);
}
@media (max-width: 768px) {
  .about-us-block__intro-image img {
    height: 300px;
  }
}
.about-us-block__intro-image::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid rgba(148, 191, 224, 0.3);
  border-radius: 20px;
  pointer-events: none;
}
.about-us-block__main-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 4vw + 1rem, 4rem);
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  line-height: 1.2;
}
.about-us-block--blue-dark .about-us-block__main-title {
  color: #fffbf3;
}
.about-us-block__main-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2vw + 0.5rem, 1.3rem);
  line-height: 1.7;
  margin: 0;
  opacity: 0.9;
}
.about-us-block__main-description p:last-child {
  margin-bottom: 0;
}
.about-us-block__mvv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .about-us-block__mvv {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.about-us-block__mvv-item {
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(148, 191, 224, 0.2);
  position: relative;
  overflow: hidden;
}
.about-us-block--blue-dark .about-us-block__mvv-item {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(148, 191, 224, 0.3);
  color: #fffbf3;
}
.about-us-block--cream .about-us-block__mvv-item {
  background: rgba(255, 255, 255, 0.6);
}
.about-us-block__mvv-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #054f9c, #94bfe0);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.about-us-block__mvv-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(5, 79, 156, 0.15);
}
.about-us-block__mvv-item:hover::before {
  transform: scaleX(1);
}
.about-us-block__mvv-item:hover .about-us-block__mvv-icon svg {
  transform: scale(1.1);
}
.about-us-block__mvv-item--values .about-us-block__values-list {
  text-align: left;
}
.about-us-block__mvv-icon {
  margin-bottom: 1.5rem;
}
.about-us-block__mvv-icon svg {
  width: 48px;
  height: 48px;
  color: #94bfe0;
  transition: all 0.3s ease;
}
.about-us-block--blue-dark .about-us-block__mvv-icon svg {
  color: #94bfe0;
}
.about-us-block__mvv-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.about-us-block--blue-dark .about-us-block__mvv-title {
  color: #fffbf3;
}
.about-us-block__mvv-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
.about-us-block__values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-us-block__values-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.about-us-block__values-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #94bfe0;
  font-weight: bold;
}
.about-us-block__values-list li:last-child {
  margin-bottom: 0;
}
.about-us-block__stats {
  background: linear-gradient(135deg, rgba(148, 191, 224, 0.1), rgba(5, 79, 156, 0.05));
  padding: 3rem 2rem;
  border-radius: 20px;
  margin-bottom: 4rem;
  text-align: center;
}
.about-us-block--blue-dark .about-us-block__stats {
  background: rgba(255, 251, 243, 0.05);
}
@media (max-width: 768px) {
  .about-us-block__stats {
    padding: 2rem 1rem;
    margin-bottom: 3rem;
  }
}
.about-us-block__stats-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin: 0 0 2rem 0;
}
.about-us-block--blue-dark .about-us-block__stats-title {
  color: #fffbf3;
}
.about-us-block__stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .about-us-block__stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-us-block__stat-number {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #054f9c;
  margin-bottom: 0.5rem;
}
.about-us-block--blue-dark .about-us-block__stat-number {
  color: #94bfe0;
}
.about-us-block__stat-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  opacity: 0.8;
  font-weight: 500;
}
.about-us-block__team-header {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.about-us-block__team-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.about-us-block--blue-dark .about-us-block__team-title {
  color: #fffbf3;
}
.about-us-block__team-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
.about-us-block__team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .about-us-block__team-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.about-us-block__member {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(148, 191, 224, 0.2);
}
.about-us-block--blue-dark .about-us-block__member {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(148, 191, 224, 0.3);
}
.about-us-block--cream .about-us-block__member {
  background: rgba(255, 255, 255, 0.6);
}
.about-us-block__member:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(5, 79, 156, 0.15);
}
.about-us-block__member-photo {
  margin-bottom: 1.5rem;
}
.about-us-block__member-photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(148, 191, 224, 0.3);
  transition: all 0.3s ease;
}
.about-us-block__member:hover .about-us-block__member-photo img {
  border-color: #94bfe0;
  transform: scale(1.05);
}
.about-us-block__member-name {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}
.about-us-block--blue-dark .about-us-block__member-name {
  color: #fffbf3;
}
.about-us-block__member-position {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: #94bfe0;
  margin: 0 0 1rem 0;
  font-weight: 500;
}
.about-us-block--blue-dark .about-us-block__member-position {
  color: #94bfe0;
}
.about-us-block__member-bio {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  opacity: 0.8;
}
.about-us-block__member-social {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.about-us-block__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(148, 191, 224, 0.1);
  color: #054f9c;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(148, 191, 224, 0.3);
}
.about-us-block--blue-dark .about-us-block__social-link {
  background: rgba(148, 191, 224, 0.2);
  color: #fffbf3;
  border-color: rgba(148, 191, 224, 0.4);
}
.about-us-block__social-link:hover {
  background: #94bfe0;
  color: white;
  transform: translateY(-2px);
}
.about-us-block.alignwide .about-us-block__container, .about-us-block.alignfull .about-us-block__container {
  max-width: none;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .about-us-block.alignwide .about-us-block__container, .about-us-block.alignfull .about-us-block__container {
    padding: 0 1rem;
  }
}
.about-us-block.alignfull {
  padding: 5rem 0;
}
.about-us-block.alignfull .about-us-block__container {
  padding: 0 2rem;
}
.about-us-block__intro, .about-us-block__mvv-item, .about-us-block__stats, .about-us-block__team-header, .about-us-block__member {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.about-us-block__intro.aos-animate, .about-us-block__mvv-item.aos-animate, .about-us-block__stats.aos-animate, .about-us-block__team-header.aos-animate, .about-us-block__member.aos-animate {
  opacity: 1;
  transform: translateY(0);
}
.about-us-block__stat {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease;
}
.about-us-block__stat.aos-animate {
  opacity: 1;
  transform: scale(1);
}

@media print {
  .about-us-block {
    padding: 2rem 0;
  }
  .about-us-block::before {
    display: none;
  }
  .about-us-block__mvv-item, .about-us-block__member {
    background: white !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
  .about-us-block__mvv-item:hover, .about-us-block__member:hover {
    transform: none !important;
  }
  .about-us-block__intro-image::after {
    display: none;
  }
  .about-us-block__member-photo img {
    border-color: #ddd !important;
  }
  .about-us-block__social-link {
    display: none;
  }
}
.big-contact-block {
  padding: 4rem 0;
  position: relative;
}
.big-contact-block--white {
  background-color: #e9f1f6;
  color: #054f9c;
}
.big-contact-block--blue-light {
  background-color: #94bfe0;
  color: #054f9c;
}
.big-contact-block--blue-dark {
  background-color: #054f9c;
  color: #fffbf3;
}
.big-contact-block--cream {
  background-color: #fffbf3;
  color: #054f9c;
}
.big-contact-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-image: radial-gradient(circle at 25px 25px, currentColor 2px, transparent 2px), radial-gradient(circle at 75px 75px, currentColor 1px, transparent 1px);
  background-size: 100px 100px, 50px 50px;
  pointer-events: none;
}
.big-contact-block__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .big-contact-block__container {
    padding: 0 1rem;
  }
}
.big-contact-block__header {
  text-align: center;
  margin-bottom: 3.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .big-contact-block__header {
    margin-bottom: 2.5rem;
  }
}
.big-contact-block__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
  margin: 0 0 1rem 0;
  font-weight: 700;
}
.big-contact-block--blue-dark .big-contact-block__title {
  color: #fffbf3;
}
.big-contact-block__subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
.big-contact-block__content {
  display: grid;
  gap: 3rem;
  margin-bottom: 3rem;
}
.big-contact-block--split .big-contact-block__content {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .big-contact-block--split .big-contact-block__content {
    grid-template-columns: 1fr;
  }
}
.big-contact-block--stacked .big-contact-block__content {
  grid-template-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.big-contact-block__form-section {
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(5, 79, 156, 0.08);
  border: 1px solid rgba(148, 191, 224, 0.2);
}
.big-contact-block--blue-dark .big-contact-block__form-section {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(148, 191, 224, 0.3);
}
.big-contact-block--cream .big-contact-block__form-section {
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .big-contact-block__form-section {
    padding: 2rem;
  }
}
.big-contact-block__form-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.big-contact-block--blue-dark .big-contact-block__form-title {
  color: #fffbf3;
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-form {
  display: grid;
  gap: 1.25rem;
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.big-contact-block__form-wrapper .wpcf7 input[type=text],
.big-contact-block__form-wrapper .wpcf7 input[type=email],
.big-contact-block__form-wrapper .wpcf7 input[type=tel],
.big-contact-block__form-wrapper .wpcf7 textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(5, 79, 156, 0.2);
  border-radius: 8px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.big-contact-block--blue-dark .big-contact-block__form-wrapper .wpcf7 input[type=text],
.big-contact-block--blue-dark .big-contact-block__form-wrapper .wpcf7 input[type=email],
.big-contact-block--blue-dark .big-contact-block__form-wrapper .wpcf7 input[type=tel],
.big-contact-block--blue-dark .big-contact-block__form-wrapper .wpcf7 textarea {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(148, 191, 224, 0.3);
}
.big-contact-block__form-wrapper .wpcf7 input[type=text]:focus,
.big-contact-block__form-wrapper .wpcf7 input[type=email]:focus,
.big-contact-block__form-wrapper .wpcf7 input[type=tel]:focus,
.big-contact-block__form-wrapper .wpcf7 textarea:focus {
  outline: none;
  border-color: #94bfe0;
  box-shadow: 0 0 0 3px rgba(148, 191, 224, 0.1);
  background: rgb(255, 255, 255);
}
.big-contact-block__form-wrapper .wpcf7 input[type=text]::placeholder,
.big-contact-block__form-wrapper .wpcf7 input[type=email]::placeholder,
.big-contact-block__form-wrapper .wpcf7 input[type=tel]::placeholder,
.big-contact-block__form-wrapper .wpcf7 textarea::placeholder {
  color: rgba(5, 79, 156, 0.5);
}
.big-contact-block__form-wrapper .wpcf7 textarea {
  height: 100px;
  resize: vertical;
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-submit {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  background: linear-gradient(135deg, #054f9c, #94bfe0);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  justify-self: start;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-submit:hover {
  background: #054f9c;
  transform: translateY(-3px) translateX(-2px);
  box-shadow: 0 12px 32px rgba(5, 79, 156, 0.4);
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-submit:hover::before {
  left: 100%;
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-submit:active {
  transform: translateY(-1px) translateX(-1px);
  transition: all 0.1s ease;
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-submit:focus {
  outline: 3px solid rgba(148, 191, 224, 0.3);
  outline-offset: 2px;
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-spinner {
  margin-left: 1rem;
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-response-output {
  margin: 1rem 0 0 0;
  padding: 1rem;
  border-radius: 8px;
  font-weight: 500;
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(16, 185, 129, 0.1);
  color: rgb(5, 150, 105);
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-response-output.wpcf7-validation-errors, .big-contact-block__form-wrapper .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: rgba(239, 68, 68, 0.1);
  color: rgb(220, 38, 38);
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.big-contact-block__form-wrapper .wpcf7 .wpcf7-not-valid-tip {
  color: rgb(220, 38, 38);
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: block;
}
.big-contact-block__form-wrapper .big-contact-block__form-placeholder {
  background: rgba(148, 191, 224, 0.1);
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
}
.big-contact-block__form-wrapper .big-contact-block__form-placeholder p {
  margin: 0 0 0.5rem 0;
}
.big-contact-block__form-wrapper .big-contact-block__form-placeholder p:last-child {
  margin-bottom: 0;
}
.big-contact-block__form-wrapper .big-contact-block__form-placeholder em {
  color: rgba(5, 79, 156, 0.7);
  font-size: 0.9rem;
}
.big-contact-block__info-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.big-contact-block__info {
  background: rgba(255, 255, 255, 0.6);
  padding: 2.5rem;
  border-radius: 20px;
  border: 1px solid rgba(148, 191, 224, 0.1);
}
.big-contact-block--blue-dark .big-contact-block__info {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(148, 191, 224, 0.2);
}
.big-contact-block--cream .big-contact-block__info {
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .big-contact-block__info {
    padding: 2rem;
  }
}
.big-contact-block__info-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.big-contact-block--blue-dark .big-contact-block__info-title {
  color: #fffbf3;
}
.big-contact-block__info-items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.big-contact-block__info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.big-contact-block__info-item:hover {
  background: rgba(148, 191, 224, 0.05);
}
.big-contact-block--blue-dark .big-contact-block__info-item:hover {
  background: rgba(148, 191, 224, 0.1);
}
.big-contact-block__info-item:hover .big-contact-block__info-icon {
  transform: scale(1.1);
}
.big-contact-block__info-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(148, 191, 224, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #054f9c;
  transition: all 0.3s ease;
}
.big-contact-block--blue-dark .big-contact-block__info-icon {
  background: rgba(148, 191, 224, 0.2);
  color: #94bfe0;
}
.big-contact-block__info-icon svg {
  width: 20px;
  height: 20px;
}
.big-contact-block__info-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.big-contact-block__info-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  font-weight: 600;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.big-contact-block__info-value {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.big-contact-block__info-value[href]:hover {
  color: #94bfe0;
}
.big-contact-block__social {
  background: rgba(148, 191, 224, 0.05);
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(148, 191, 224, 0.1);
}
.big-contact-block--blue-dark .big-contact-block__social {
  background: rgba(148, 191, 224, 0.1);
  border-color: rgba(148, 191, 224, 0.2);
}
.big-contact-block__social-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.big-contact-block--blue-dark .big-contact-block__social-title {
  color: #fffbf3;
}
.big-contact-block__social-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.big-contact-block__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(5, 79, 156, 0.1);
  color: #054f9c;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(148, 191, 224, 0.2);
}
.big-contact-block--blue-dark .big-contact-block__social-link {
  background: rgba(148, 191, 224, 0.2);
  color: #94bfe0;
  border-color: rgba(148, 191, 224, 0.3);
}
.big-contact-block__social-link:hover {
  background: #054f9c;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(5, 79, 156, 0.3);
}
.big-contact-block--blue-dark .big-contact-block__social-link:hover {
  background: #94bfe0;
  color: #054f9c;
}
.big-contact-block__social-link:focus {
  outline: 3px solid rgba(148, 191, 224, 0.3);
  outline-offset: 2px;
}
.big-contact-block__map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(5, 79, 156, 0.1);
  border: 1px solid rgba(148, 191, 224, 0.2);
}
.big-contact-block__map-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}
@media (max-width: 768px) {
  .big-contact-block__map-wrapper iframe {
    height: 300px;
  }
}
.big-contact-block.alignwide .big-contact-block__container, .big-contact-block.alignfull .big-contact-block__container {
  max-width: none;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .big-contact-block.alignwide .big-contact-block__container, .big-contact-block.alignfull .big-contact-block__container {
    padding: 0 1rem;
  }
}
.big-contact-block.alignfull {
  padding: 5rem 0;
}
.big-contact-block.alignfull .big-contact-block__container {
  padding: 0 2rem;
}
.big-contact-block__header, .big-contact-block__form-section, .big-contact-block__info-section, .big-contact-block__map {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.big-contact-block__header.aos-animate, .big-contact-block__form-section.aos-animate, .big-contact-block__info-section.aos-animate, .big-contact-block__map.aos-animate {
  opacity: 1;
  transform: translateY(0);
}

@media print {
  .big-contact-block {
    padding: 2rem 0;
  }
  .big-contact-block::before {
    display: none;
  }
  .big-contact-block__form-section, .big-contact-block__info {
    background: white !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
  .big-contact-block__map, .big-contact-block__social {
    display: none;
  }
  .big-contact-block .wpcf7-submit {
    display: none;
  }
}
.support-block {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .support-block {
    padding: 3.5rem 0;
  }
}
.support-block--light {
  background-color: #e9f1f6;
  color: #054f9c;
}
.support-block--dark {
  background-color: #054f9c;
  color: #fffbf3;
}
.support-block--cream {
  background-color: #fffbf3;
  color: #054f9c;
}
.support-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  background-image: radial-gradient(circle at 30% 20%, currentColor 2px, transparent 2px), radial-gradient(circle at 70% 80%, currentColor 1px, transparent 1px);
  background-size: 120px 120px, 60px 60px;
  pointer-events: none;
}
.support-block__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .support-block__container {
    padding: 0 1.5rem;
  }
}
.support-block__header {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .support-block__header {
    margin-bottom: 3rem;
  }
}
.support-block__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}
.support-block__subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2vw + 0.5rem, 1.2rem);
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
.support-block__subtitle p:last-child {
  margin-bottom: 0;
}
.support-block__title-accent {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #FF6B35, rgb(231.5, 61.8861386139, 0));
  margin: 2rem auto 0;
  border-radius: 2px;
}
.support-block__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .support-block__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.support-block__method {
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(5, 79, 156, 0.08);
  border: 1px solid rgba(148, 191, 224, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.support-block--dark .support-block__method {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(148, 191, 224, 0.3);
}
.support-block--cream .support-block__method {
  background: rgba(255, 255, 255, 0.6);
}
.support-block__method:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(5, 79, 156, 0.15);
  border-color: rgba(148, 191, 224, 0.4);
}
.support-block__method--highlight {
  background: linear-gradient(135deg, #FF6B35 0%, rgb(255, 69.6336633663, 2) 100%);
  color: white;
  border-color: transparent;
}
.support-block--dark .support-block__method--highlight {
  background: linear-gradient(135deg, #FF6B35 0%, rgb(255, 69.6336633663, 2) 100%);
}
.support-block--cream .support-block__method--highlight {
  background: linear-gradient(135deg, #46b2ff 0%, rgb(202.7966101695, 197.2033898305, 197.2033898305) 100%);
  color: #054f9c;
}
.support-block__method--highlight:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(70, 178, 255, 0.4);
}
.support-block__method--highlight .support-block__method-icon {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.support-block--cream .support-block__method--highlight .support-block__method-icon {
  background: rgba(5, 79, 156, 0.1);
  color: #054f9c;
}
.support-block--cream .support-block__method--highlight .support-block__method-title {
  color: #054f9c;
}
.support-block--cream .support-block__method--highlight .support-block__method-description {
  color: rgba(5, 79, 156, 0.8);
}
.support-block__method--highlight .support-block__method-button {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}
.support-block--cream .support-block__method--highlight .support-block__method-button {
  background: rgba(5, 79, 156, 0.1);
  color: #054f9c;
  border-color: rgba(5, 79, 156, 0.3);
}
.support-block__method--highlight .support-block__method-button:hover {
  background: white;
  color: #FF6B35;
}
.support-block--cream .support-block__method--highlight .support-block__method-button:hover {
  background: #054f9c;
  color: white;
}
@media (max-width: 768px) {
  .support-block__method {
    padding: 2rem 1.5rem;
  }
}
.support-block__method-icon {
  width: 80px;
  height: 80px;
  background: rgba(148, 191, 224, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #054f9c;
  transition: all 0.3s ease;
}
.support-block--dark .support-block__method-icon {
  background: rgba(148, 191, 224, 0.2);
  color: #94bfe0;
}
.support-block__method:hover .support-block__method-icon {
  transform: scale(1.1);
}
.support-block__method-icon svg {
  width: 32px;
  height: 32px;
}
.support-block__method-content {
  flex: 1;
}
.support-block__method-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}
.support-block--dark .support-block__method:not(.support-block__method--highlight) .support-block__method-title {
  color: #fffbf3;
}
.support-block__method-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 2rem 0;
  opacity: 0.9;
}
.support-block--dark .support-block__method:not(.support-block__method--highlight) .support-block__method-description {
  color: rgba(255, 251, 243, 0.9);
}
.support-block__method-button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 2rem;
  background: transparent;
  color: #054f9c;
  text-decoration: none;
  border: 2px solid #054f9c;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.support-block--dark .support-block__method:not(.support-block__method--highlight) .support-block__method-button {
  color: #fffbf3;
  border-color: #fffbf3;
}
.support-block__method-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #054f9c;
  transition: left 0.3s ease;
  z-index: -1;
}
.support-block--dark .support-block__method:not(.support-block__method--highlight) .support-block__method-button::before {
  background: #fffbf3;
}
.support-block__method-button:hover {
  color: white;
  transform: translateY(-2px);
}
.support-block--dark .support-block__method:not(.support-block__method--highlight) .support-block__method-button:hover {
  color: #054f9c;
}
.support-block__method-button:hover::before {
  left: 0;
}
.support-block__method-button:hover svg {
  transform: translateX(4px);
}
.support-block__method-button svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .support-block__method-button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}
.support-block__footer {
  text-align: center;
  margin-top: 2rem;
}
.support-block__cta-button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 3rem;
  background: linear-gradient(135deg, #FF6B35, rgb(255, 69.6336633663, 2));
  color: white;
  text-decoration: none;
  border-radius: 60px;
  font-weight: 600;
  font-size: 1.2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.3);
  position: relative;
  overflow: hidden;
}
.support-block__cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.support-block__cta-button:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 36px rgba(255, 107, 53, 0.4);
  gap: 1.25rem;
}
.support-block__cta-button:hover::before {
  left: 100%;
}
.support-block__cta-button:hover svg {
  transform: scale(1.1);
}
.support-block__cta-button:focus-visible {
  outline: 3px solid rgba(255, 107, 53, 0.5);
  outline-offset: 2px;
}
.support-block__cta-button svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .support-block__cta-button {
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }
}
.support-block.alignwide .support-block__container, .support-block.alignfull .support-block__container {
  max-width: none;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .support-block.alignwide .support-block__container, .support-block.alignfull .support-block__container {
    padding: 0 1.5rem;
  }
}
.support-block.alignfull {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .support-block.alignfull {
    padding: 4rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-block__method {
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
  }
  .support-block__method:hover {
    transform: none;
  }
  .support-block__cta-button {
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
  .support-block__cta-button:hover {
    transform: none;
  }
}
.site-footer {
  background: linear-gradient(135deg, #054f9c 0%, rgb(3.7329192547, 58.9801242236, 116.4670807453) 100%);
  color: #fffbf3;
  position: relative;
  overflow: hidden;
  margin-top: auto;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(148, 191, 224, 0.03) 2px, transparent 2px), radial-gradient(circle at 80% 70%, rgba(255, 251, 243, 0.02) 1px, transparent 1px);
  background-size: 80px 80px, 40px 40px;
  pointer-events: none;
  z-index: 1;
}
.site-footer__main {
  padding: 4rem 0 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .site-footer__main {
    padding: 3rem 0 1.5rem;
  }
}
.site-footer__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .site-footer__container {
    padding: 0 1.5rem;
  }
}
.site-footer__main .site-footer__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .site-footer__main .site-footer__container {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .site-footer__main .site-footer__container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }
}
.site-footer__bottom .site-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .site-footer__bottom .site-footer__container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-footer__brand {
    text-align: center;
  }
}
.site-footer__logo {
  margin-bottom: 1.5rem;
}
.site-footer__logo img {
  max-height: 60px;
  width: auto;
}
.site-footer__title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.5rem;
}
.site-footer__title a {
  color: #fffbf3;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__title a:hover, .site-footer__title a:focus {
  color: #94bfe0;
}
.site-footer__description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: rgba(255, 251, 243, 0.9);
  line-height: 1.6;
  margin: 0 0 2rem;
  max-width: 350px;
}
@media (max-width: 768px) {
  .site-footer__description {
    max-width: none;
  }
}
.site-footer__social {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .site-footer__social {
    justify-content: center;
  }
}
.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 251, 243, 0.1);
  border-radius: 50%;
  color: rgba(255, 251, 243, 0.8);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(148, 191, 224, 0.2);
}
.site-footer__social a:hover, .site-footer__social a:focus {
  background: #94bfe0;
  color: #054f9c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(148, 191, 224, 0.3);
  border-color: #94bfe0;
}
.site-footer__social a:focus-visible {
  outline: 2px solid rgba(255, 251, 243, 0.5);
  outline-offset: 2px;
}
.site-footer__social a svg {
  width: 20px;
  height: 20px;
}
.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .site-footer__nav {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.site-footer__menu-title {
  font-family: "Glacial Indifference", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fffbf3;
  margin: 0 0 1.25rem;
  position: relative;
}
.site-footer__menu-title::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 30px;
  height: 2px;
  background: #94bfe0;
  border-radius: 1px;
}
@media (max-width: 768px) {
  .site-footer__menu-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-footer__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__menu-list li {
  margin-bottom: 0.75rem;
}
.site-footer__menu-list li:last-child {
  margin-bottom: 0;
}
.site-footer__menu-list a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: rgba(255, 251, 243, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: color 0.3s ease;
  position: relative;
}
.site-footer__menu-list a:hover, .site-footer__menu-list a:focus {
  color: #94bfe0;
}
.site-footer__menu-list a::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: #94bfe0;
  transition: width 0.3s ease;
}
.site-footer__menu-list a:hover::before {
  width: 0.75rem;
}
.site-footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .site-footer__contact-item {
    justify-content: center;
  }
}
.site-footer__contact-item svg {
  color: #94bfe0;
  flex-shrink: 0;
}
.site-footer__contact-item a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: rgba(255, 251, 243, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}
.site-footer__contact-item a:hover, .site-footer__contact-item a:focus {
  color: #94bfe0;
}
.site-footer__bottom {
  background: rgba(5, 79, 156, 0.3);
  border-top: 1px solid rgba(148, 191, 224, 0.1);
  padding: 1.5rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .site-footer__bottom {
    padding: 1.25rem 0;
  }
}
.site-footer__copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: rgba(255, 251, 243, 0.7);
  font-size: 0.9rem;
  margin: 0;
}
.site-footer__copyright p {
  margin: 0;
}
.site-footer__legal {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .site-footer__legal {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.site-footer__legal a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: rgba(255, 251, 243, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.site-footer__legal a:hover, .site-footer__legal a:focus {
  color: #94bfe0;
}
.site-footer__sep {
  color: rgba(255, 251, 243, 0.4);
  font-size: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  .site-footer__social a {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .site-footer__social a:hover {
    transform: none;
  }
  .site-footer__menu-list a::before {
    transition: none;
    width: 0.75rem;
    opacity: 0;
  }
  .site-footer__menu-list a:hover::before {
    opacity: 1;
  }
}
@media (prefers-contrast: high) {
  .site-footer__social a {
    border-width: 2px;
    background: rgba(255, 251, 243, 0.2);
  }
  .site-footer__menu-title::after {
    height: 3px;
  }
  .site-footer__bottom {
    border-top-width: 2px;
  }
}

/*# sourceMappingURL=style.css.map */
