/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/arrow-circle/arrow-circle.scss ***!
  \******************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
@keyframes arrowMove {
  from {
    transform: translate(0, -50%);
  }
  to {
    transform: translate(50%, -50%);
  }
}
.arrow-circle {
  position: relative;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  -webkit-background-clip: padding-box;
}
.arrow-circle__container {
  position: absolute;
  display: grid;
  align-items: center;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.arrow-circle__container--1 {
  opacity: 0;
}
.arrow-circle__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.arrow-circle--small, .arrow-circle--resizable {
  width: 31px;
  height: 31px;
}
.arrow-circle--small .arrow-circle__container, .arrow-circle--resizable .arrow-circle__container {
  grid-template-columns: 31px 31px;
}
.arrow-circle--small .arrow-circle__arrow, .arrow-circle--resizable .arrow-circle__arrow {
  height: 31px;
  width: 31px;
}
.arrow-circle--small .arrow-circle__arrow svg, .arrow-circle--resizable .arrow-circle__arrow svg {
  width: 12px;
}
.arrow-circle--big {
  width: 53px;
  height: 53px;
}
.arrow-circle--big .arrow-circle__container {
  grid-template-columns: 53px 53px;
}
.arrow-circle--big .arrow-circle__arrow {
  width: 53px;
  height: 53px;
}
.arrow-circle--big .arrow-circle__arrow svg {
  width: 20px;
}
.arrow-circle--darkest {
  border: 1px solid #0B3459;
}
.arrow-circle--darkest .arrow-circle__container--1 .arrow-circle__arrow--2 {
  background: #0B3459;
}
.arrow-circle--darkest .arrow-circle__container--1 .arrow-circle__arrow--2 svg path {
  stroke: #FFFFFF;
}
.arrow-circle--darkest .arrow-circle__container--2 .arrow-circle__arrow--1 {
  background: #0B3459;
}
.arrow-circle--darkest .arrow-circle__container--2 .arrow-circle__arrow--1 svg path {
  stroke: #FFFFFF;
}
.arrow-circle--darkest .arrow-circle__arrow svg path {
  stroke: #0B3459;
}
.arrow-circle--darkest-reverse {
  border: 1px solid #FFFFFF;
}
.arrow-circle--darkest-reverse .arrow-circle__container--1 .arrow-circle__arrow--2 {
  background: #FFFFFF;
}
.arrow-circle--darkest-reverse .arrow-circle__container--1 .arrow-circle__arrow--2 svg path {
  stroke: #1D5734;
}
.arrow-circle--darkest-reverse .arrow-circle__container--2 .arrow-circle__arrow--1 {
  background: #FFFFFF;
}
.arrow-circle--darkest-reverse .arrow-circle__container--2 .arrow-circle__arrow--1 svg path {
  stroke: #1D5734;
}
.arrow-circle--darkest-reverse .arrow-circle__arrow svg path {
  stroke: #FFFFFF;
}
.arrow-circle--primary-reverse {
  border: 1px solid #FFFFFF;
}
.arrow-circle--primary-reverse .arrow-circle__container--1 .arrow-circle__arrow--2 {
  background: #FFFFFF;
}
.arrow-circle--primary-reverse .arrow-circle__container--1 .arrow-circle__arrow--2 svg path {
  stroke: #0B3459;
}
.arrow-circle--primary-reverse .arrow-circle__container--2 .arrow-circle__arrow--1 {
  background: #FFFFFF;
}
.arrow-circle--primary-reverse .arrow-circle__container--2 .arrow-circle__arrow--1 svg path {
  stroke: #0B3459;
}
.arrow-circle--primary-reverse .arrow-circle__arrow svg path {
  stroke: #FFFFFF;
}
.arrow-circle--white {
  border: 1px solid #FFFFFF;
}
.arrow-circle--white .arrow-circle__container--1 .arrow-circle__arrow--2 {
  background: #FFFFFF;
}
.arrow-circle--white .arrow-circle__container--1 .arrow-circle__arrow--2 svg path {
  stroke: #0B3459;
}
.arrow-circle--white .arrow-circle__container--2 .arrow-circle__arrow--1 {
  background: #FFFFFF;
}
.arrow-circle--white .arrow-circle__container--2 .arrow-circle__arrow--1 svg path {
  stroke: #0B3459;
}
.arrow-circle--white .arrow-circle__arrow svg path {
  stroke: #FFFFFF;
}
.arrow-circle--top {
  transform: rotate(-90deg);
}
.arrow-circle--top-right {
  transform: rotate(-45deg);
}
.arrow-circle--bottom {
  transform: rotate(90deg);
}
.arrow-circle--play .arrow-circle__arrow svg {
  margin-left: 2px;
}
.arrow-circle.entered .arrow-circle__container--1 {
  opacity: 0;
}
.arrow-circle.entered .arrow-circle__container--2 {
  opacity: 1;
  animation: arrowMove 500ms ease-in-out forwards;
}
.arrow-circle.left .arrow-circle__container--1 {
  opacity: 1;
  animation: arrowMove 500ms ease-in-out forwards;
}
.arrow-circle.left .arrow-circle__container--2 {
  opacity: 0;
}

@media only screen and (min-width: 1024px) {
  .arrow-circle--resizable {
    width: 53px;
    height: 53px;
  }
  .arrow-circle--resizable .arrow-circle__container {
    grid-template-columns: 53px 53px;
  }
  .arrow-circle--resizable .arrow-circle__arrow {
    width: 53px;
    height: 53px;
  }
  .arrow-circle--resizable .arrow-circle__arrow svg {
    width: 20px;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/card-post/card-post.scss ***!
  \************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.card-post {
  display: grid;
  gap: 12px;
  color: #00234E;
  text-decoration: none;
}
.card-post__img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.card-post__content {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-end;
  gap: 24px;
}
.card-post__text {
  display: grid;
  gap: 12px;
}
.card-post__date {
  width: -moz-fit-content;
  width: fit-content;
  font: 400 14px/1 "Mallory", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: #E0F3E8;
  border-radius: 10px;
  padding: 4px 24px;
}
.card-post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/photoswipe/dist/photoswipe.css ***!
  \***********************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/single.scss ***!
  \*********************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  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;
}

/* 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;
  text-decoration: none;
}

/**
 * 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;
  -webkit-text-decoration: underline dotted;
          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;
  display: block;
}

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

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

/*
  Custom Fonts
 */
@font-face {
  font-family: "Mallory";
  src: url(../fonts/Mallory-Book.woff2) format("woff2"), url(../fonts/Mallory-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mallory";
  src: url(../fonts/Mallory-Medium.woff2) format("woff2"), url(../fonts/Mallory-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mallory";
  src: url(../fonts/Mallory-Bold.woff2) format("woff2"), url(../fonts/Mallory-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font: 500 50px/1.1 "Mallory", sans-serif;
}

.h2 {
  font: 500 32px/1.1 "Mallory", sans-serif;
}

.h3 {
  font: 400 24px/1.1 "Mallory", sans-serif;
}

.h3-static {
  font: 400 32px/1.1 "Mallory", sans-serif;
}

.h4 {
  font: 400 18px/1.1 "Mallory", sans-serif;
}

p,
ul,
a {
  font: 400 16px/1.3 "Mallory", sans-serif;
}

@media only screen and (min-width: 768px) {
  .h1 {
    font-size: 96px;
  }
  .h2 {
    font-size: 48px;
  }
  .h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .h1 {
    font-size: 128px;
  }
  .h2 {
    font-size: 64px;
  }
  .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 24px;
  }
}
.wpcf7 {
  border-radius: 16px;
}
.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.wpcf7-form label {
  font-size: 14px;
}
.wpcf7-form .wpcf7-response-output {
  font: 400 16px/1.5 "Mallory", sans-serif;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: red;
  margin: 0;
  border: 0;
  padding: 0;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #003964;
  margin: 0;
  border: 0;
  padding: 0;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-file {
  width: 100%;
  background: #E0F3E8;
  text-align: center;
  border: 1px solid #67C18C;
  border-radius: 8px;
  padding: 15px;
  transition: all 300ms ease-in-out;
  resize: none;
  margin-top: 6px;
}
.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-text:hover, .wpcf7-textarea:active, .wpcf7-textarea:focus, .wpcf7-textarea:hover, .wpcf7-file:active, .wpcf7-file:focus, .wpcf7-file:hover {
  outline: 0;
}
.wpcf7-text.wpcf7-file, .wpcf7-textarea.wpcf7-file, .wpcf7-file.wpcf7-file {
  padding: 6px;
}
.wpcf7-text.wpcf7-file::file-selector-button, .wpcf7-textarea.wpcf7-file::file-selector-button, .wpcf7-file.wpcf7-file::file-selector-button {
  background: rgba(255, 255, 255, 0.1);
  padding: 13px 22px;
  border-radius: 10px;
  border: 0;
  color: red;
}
.wpcf7-text.wpcf7-file:active, .wpcf7-text.wpcf7-file:focus, .wpcf7-text.wpcf7-file:hover, .wpcf7-textarea.wpcf7-file:active, .wpcf7-textarea.wpcf7-file:focus, .wpcf7-textarea.wpcf7-file:hover, .wpcf7-file.wpcf7-file:active, .wpcf7-file.wpcf7-file:focus, .wpcf7-file.wpcf7-file:hover {
  outline: 0;
  border-color: red;
}
.wpcf7-textarea {
  height: 100px;
  resize: none;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-acceptance a {
  text-decoration: none;
  color: red;
}
.wpcf7-submit {
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.wpcf7 .btn {
  outline: 0;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
}
.wpcf7 .btn:disabled {
  opacity: 0.2;
}
.wpcf7-not-valid {
  border-color: red;
  color: red;
}
.wpcf7-not-valid-tip {
  color: red;
  margin-top: 5px;
}
.wpcf7-spinner {
  background: red;
}
.wpcf7-spinner::before {
  background: blue;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

.wp-blocks-inner > *:first-child {
  margin-top: 0;
}
.wp-blocks-inner > *:last-child {
  margin-bottom: 0;
}
.wp-blocks-inner p,
.wp-blocks-inner li,
.wp-blocks-inner ul {
  margin-bottom: 12px;
}
.wp-blocks-inner ul {
  padding-left: 18px;
}
.wp-blocks-inner img {
  border-radius: 20px;
}
.wp-blocks-inner .wp-block-table {
  margin: 0;
}
.wp-blocks-inner .wp-block-table table {
  border-collapse: separate;
  border-spacing: 0;
}
.wp-blocks-inner .wp-block-table table thead {
  background: #E0F3E8;
  border-bottom: 1px solid #E0F3E8;
}
.wp-blocks-inner .wp-block-table table tr th {
  font: 400 16px/1.1 "Mallory", sans-serif;
  border: 1px solid #FFFFFF;
}
.wp-blocks-inner .wp-block-table table tr th:first-of-type {
  background: #67C18C;
  border-radius: 8px 0 0 0;
}
.wp-blocks-inner .wp-block-table table tr th:last-of-type {
  border-radius: 0 8px 0 0;
}
.wp-blocks-inner .wp-block-table table tr td {
  font: 400 14px/1.1 "Mallory", sans-serif;
  padding: 4px 6px;
  border: 1px solid #E0F3E8;
}
.wp-blocks-inner .wp-block-table table tr td:first-of-type {
  font: 400 16px/1.1 "Mallory", sans-serif;
  background: #E0F3E8;
  border: 1px solid #FFFFFF;
}
.wp-blocks-inner .wp-block-table table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 8px;
}
.wp-blocks-inner .wp-block-table table tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px 0;
}

@media only screen and (min-width: 1024px) {
  .wp-blocks-inner img {
    border-radius: 32px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #003964;
  z-index: 997;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  transition: padding 300ms ease-in-out;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 92px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  transition: width 300ms ease-in-out;
}
.header__menu {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 998;
  transform: translateY(-100%);
  background: #003964;
  padding: 100px 20px 60px;
  transition: transform 550ms ease-in-out;
}
.header .menu {
  flex: 1;
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
  overflow-y: auto;
}
.header .menu-item a {
  display: flex;
  align-items: center;
  gap: 6px;
  font: 400 16px/1.4 "Mallory", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.header .menu-item-has-children {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 12px;
}
.header .menu-item-has-children a {
  order: 1;
}
.header .menu-item-has-children button {
  order: 2;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
}
.header .menu-item-has-children.active a {
  opacity: 0.5;
}
.header .menu-item-has-children.active button {
  transform: rotate(45deg);
}
.header .menu-item-has-children.active .sub-menu {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.header .menu-item-has-children.active .sub-menu .menu-item {
  flex: 0 0 100%;
}
.header .menu-item-has-children.active .sub-menu .menu-item a {
  opacity: 1;
}
.header .menu-item-has-children.active .sub-menu .menu-item button {
  transform: none;
}
.header .menu-item-has-children.active .sub-menu .menu-item-has-children a {
  opacity: 1;
}
.header .menu-item-has-children.active .sub-menu .menu-item-has-children .sub-menu {
  display: none;
}
.header .menu-item-has-children.active .sub-menu .menu-item-has-children.active a {
  opacity: 0.5;
}
.header .menu-item-has-children.active .sub-menu .menu-item-has-children.active button {
  transform: rotate(45deg);
}
.header .menu-item-has-children.active .sub-menu .menu-item-has-children.active .sub-menu {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.header .menu-item-has-children.active .sub-menu .menu-item-has-children.active .sub-menu a {
  opacity: 1;
}
.header .menu .sub-menu {
  display: none;
  order: 3;
  flex: 0 0 100%;
  padding-left: 24px;
  list-style: none;
}
.header__toggles {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 16px;
}
.header__toggles .header__lang {
  display: none;
}
.header .wpml-ls ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.header .wpml-ls-item {
  position: relative;
}
.header .wpml-ls-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 15px;
  width: 1px;
  transform: translateY(-50%);
  background: #FFFFFF;
}
.header .wpml-ls-item:last-of-type {
  border: 0;
}
.header .wpml-ls-item:last-of-type::after {
  display: none;
}
.header .wpml-ls-link {
  font: 400 16px/1 "Mallory", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: color 300ms ease-in-out;
  text-decoration: none;
  padding: 6px 13px 8px;
}
.header .wpml-ls-link:hover {
  color: #67C18C;
}
.header .wpml-ls-current-language .wpml-ls-link {
  color: #67C18C;
}
.header__hamburger {
  position: relative;
  width: 64px;
  display: flex;
  flex-flow: row wrap;
  gap: 6px;
  padding: 14px 0;
  cursor: pointer;
  z-index: 998;
}
.header__hamburger-lines {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  transition: transform 550ms ease-in-out;
}
.header__hamburger-lines span {
  display: block;
  width: 32px;
  height: 2px;
  background: #FFFFFF;
  transition: transform 550ms ease-in-out, background-color 300ms ease-in-out;
}
.header__hamburger-lines-one--2, .header__hamburger-lines-two--2 {
  margin-left: -1px;
}
.header__hamburger:hover .header__hamburger-lines span {
  background: #67C18C;
}
.header.expended .header__menu {
  transform: translateY(0);
}
.header.expended .header__hamburger-lines span {
  background: #67C18C;
}
.header.expended .header__hamburger-lines-one--1 {
  transform: rotate(12deg);
}
.header.expended .header__hamburger-lines-one--2 {
  transform: rotate(-12deg);
}
.header.expended .header__hamburger-lines-two--1 {
  transform: rotate(-12deg);
}
.header.expended .header__hamburger-lines-two--2 {
  transform: rotate(12deg);
}
.header.expended .header__hamburger-lines--1 {
  transform: translateY(-3px);
}
.header.expended .header__hamburger-lines--2 {
  transform: translateY(3px);
}
.header__search-button {
  cursor: pointer;
  z-index: 999;
}
.header__search-button svg {
  display: block;
  width: 24px;
  height: auto;
}
.header__search-button svg path {
  transition: 300ms ease-in-out;
}
.header__search-button:hover svg path {
  stroke: #003964;
}
.header__search-modal {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(27, 59, 71, 0.85) 0%, rgba(27, 59, 71, 0.85) 100%);
  backdrop-filter: blur(4px);
  color: #0B3459;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  pointer-events: none;
  z-index: -998;
}
.header__search-modal .container {
  display: flex;
  flex-flow: column nowrap;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  max-width: 600px;
  height: 450px;
  margin: 0 20px;
}
.header__search-modal-close {
  cursor: pointer;
  margin: 0 0 24px auto;
}
.header__search-modal-close svg {
  display: block;
  width: 34px;
  height: auto;
}
.header__search-modal-close svg path {
  fill: #0B3459;
  transition: fill 300ms ease-in-out;
}
.header__search-modal-close:hover svg path {
  fill: #003964;
}
.header__search-modal-input {
  width: 100%;
  font: 400 16px/1.4 "Mallory", sans-serif;
  border: 1px solid #00234E;
  padding: 15px 12px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.header__search-modal-input:active, .header__search-modal-input:focus, .header__search-modal-input:hover {
  outline: 0;
}
.header__search-modal-input::-moz-placeholder {
  color: #00234E;
}
.header__search-modal-input::placeholder {
  color: #00234E;
}
.header__search-modal-results {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 24px;
  padding-right: 12px;
  overflow-y: auto;
}
.header__search-modal-result {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  color: #0B3459;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.header__search-modal-result-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.header__search-modal-result-title {
  font-size: 16px;
  padding-left: 12px;
}
.header__search-modal-result:hover {
  color: #003964;
}
.header__search-modal-error {
  display: none;
}
.header__search-modal.active {
  opacity: 1;
  pointer-events: initial;
  z-index: 998;
}
.header.sticky .header__container {
  padding: 12px 0;
}
.header.sticky.searching {
  backdrop-filter: none;
  background: transparent;
}

@media only screen and (min-width: 640px) {
  .header__menu-links {
    padding-top: 90px;
  }
  .header__menu-links-content {
    gap: 12px;
  }
  .header__menu-sublinks {
    height: 100%;
  }
  .header__menu-sublinks-content {
    height: 100%;
    overflow-y: auto;
  }
  .header__menu-connect {
    background: #1D5734;
    border: 1px solid #1D5734;
    padding: 12px 0;
  }
  .header__menu-connect .container {
    max-width: 680px;
    padding: 0 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .header__menu-connect-link {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 48px;
    width: auto;
    order: 1;
    padding: 0;
  }
  .header__menu-connect-link .btn--play {
    margin-top: 0;
  }
  .header__menu-socials {
    width: auto;
    flex-flow: row nowrap;
    gap: 24px;
    order: 2;
    padding: 0;
  }
  .header__menu-social {
    width: auto;
    height: auto;
    border: 0;
  }
  .header.sticky .header__container {
    padding: 12px 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .header {
    background: transparent;
  }
  .header__container {
    align-items: flex-start;
    background: #003964;
    border-radius: 0 0 12px 12px;
    padding: 24px;
  }
  .header__logo-img {
    transition: height 300ms ease-in-out;
  }
  .header__lang {
    display: none;
  }
  .header__menu {
    position: relative;
    height: auto;
    transform: none;
    padding: 0;
    background: transparent;
  }
  .header__menu-connect .container {
    max-width: 1320px;
  }
  .header__menu-socials {
    gap: 48px;
  }
  .header .menu {
    flex-flow: row wrap;
    justify-content: center;
    gap: 0;
    overflow: visible;
  }
  .header .menu-item {
    padding: 6px 24px;
  }
  .header .menu-item-has-children {
    position: relative;
    display: grid;
    gap: 0;
  }
  .header .menu-item-has-children:hover .sub-menu {
    max-height: 200px;
  }
  .header .menu-item-has-children .sub-menu {
    display: grid;
    gap: 12px;
    position: relative;
    bottom: 0;
    left: 0;
    background: #003964;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-out;
  }
  .header .menu-item-has-children .sub-menu::before {
    content: "";
    display: none;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    background: #003964;
    transform: translateX(-50%);
    z-index: -3;
  }
  .header .menu-item-has-children .sub-menu .menu-item {
    padding: 0;
  }
  .header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    min-height: initial;
    padding: 0 0 0 24px;
    z-index: 1;
  }
  .header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu::before, .header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu::after {
    display: none;
  }
  .header .menu-item-has-children .sub-menu .menu-item-has-children button {
    display: block;
  }
  .header .menu-item-has-children .sub-menu .menu-item-has-children.active .sub-menu {
    display: flex;
    position: relative;
    transform: none;
    bottom: initial;
    left: initial;
  }
  .header .menu-item-has-children .sub-menu .menu-item:first-child {
    padding-top: 24px;
  }
  .header .menu-item-has-children .sub-menu .menu-item:last-child {
    padding-bottom: 24px;
  }
  .header .menu-item-has-children .sub-menu .sub-menu {
    display: none;
  }
  .header .menu-item-has-children button {
    display: none;
  }
  .header__toggles .header__lang {
    display: flex;
  }
  .header__search-modal .container {
    height: 600px;
    max-height: calc(100vh - 32px);
  }
  .header__search-modal-close {
    margin-bottom: 48px;
  }
  .header__search-modal-result-title {
    font-size: 24px;
    padding-left: 24px;
  }
  .header__hamburger {
    display: none;
  }
  .header.sticky .header__logo-img {
    height: 35px;
  }
  .header.sticky .header__menu-link {
    padding-top: 20px;
  }
}
.contact {
  text-align: center;
  background: #E0F3E8;
  margin-top: 120px;
}
.contact__container {
  display: grid;
  gap: 24px;
  padding: 60px 0;
}
.contact__text {
  display: grid;
  gap: 12px;
}
.contact__text h1,
.contact__text h2,
.contact__text h3,
.contact__text h4,
.contact__text h5,
.contact__text h6 {
  font: 500 32px/1.1 "Mallory", sans-serif;
}
.contact__img {
  width: 100%;
}

.footer {
  overflow: hidden;
}
.footer__top {
  background: linear-gradient(90deg, #003964 0%, #013A65 43%, #08406B 59%, #144B76 70%, #255B85 79%, #3B6F98 86%, #5688B0 93%, #76A5CC 99%, #7BAAD1 100%);
  padding: 24px 0;
}
.footer__top .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.footer__top .btn {
  text-indent: -99999px;
  white-space: nowrap;
}
.footer__logo-img {
  width: 100px;
}
.footer__bottom {
  position: relative;
  background: #003964;
}
.footer__bottom-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding: 48px 0 24px;
}
.footer__bottom-bottom {
  position: relative;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  border-top: 1px solid #267242;
  z-index: 2;
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%);
  z-index: 0;
}
.footer__menu, .footer__icons, .footer__contacts {
  position: relative;
  z-index: 2;
}
.footer .menu {
  flex: 1;
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  overflow-y: auto;
}
.footer .menu-item a {
  display: flex;
  align-items: center;
  gap: 6px;
  font: 400 16px/1.4 "Mallory", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .menu-item-has-children {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 12px;
}
.footer .menu-item-has-children a {
  order: 1;
}
.footer .menu-item-has-children button {
  display: none;
  order: 2;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
}
.footer .menu-item-has-children.active a {
  opacity: 0.5;
}
.footer .menu-item-has-children.active button {
  transform: rotate(45deg);
}
.footer .menu-item-has-children.active .sub-menu {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.footer .menu-item-has-children.active .sub-menu .menu-item {
  flex: 0 0 100%;
}
.footer .menu-item-has-children.active .sub-menu .menu-item a {
  opacity: 1;
}
.footer .menu-item-has-children.active .sub-menu .menu-item button {
  transform: none;
}
.footer .menu-item-has-children.active .sub-menu .menu-item-has-children a {
  opacity: 1;
}
.footer .menu-item-has-children.active .sub-menu .menu-item-has-children .sub-menu {
  display: none;
}
.footer .menu-item-has-children.active .sub-menu .menu-item-has-children.active a {
  opacity: 0.5;
}
.footer .menu-item-has-children.active .sub-menu .menu-item-has-children.active button {
  transform: rotate(45deg);
}
.footer .menu-item-has-children.active .sub-menu .menu-item-has-children.active .sub-menu {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.footer .menu-item-has-children.active .sub-menu .menu-item-has-children.active .sub-menu a {
  opacity: 1;
}
.footer .menu .sub-menu {
  display: none;
  order: 3;
  flex: 0 0 100%;
  padding-left: 0;
  list-style: none;
}
.footer__icons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.footer__icons img {
  display: block;
  width: 53px;
  height: auto;
}
.footer__contacts {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
}
.footer__contact {
  font: 400 14px/1.3 "Mallory", sans-serif;
  color: #67C18C;
  text-decoration: none;
}
.footer__links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 24px;
}
.footer__link, .footer__copyright {
  font: 400 12px/1.3 "Mallory", sans-serif;
  color: #FFFFFF;
}
.footer__link {
  text-decoration: none;
  cursor: pointer;
}
.footer__copyright {
  opacity: 0.5;
}

@media only screen and (min-width: 1280px) {
  .contact {
    position: relative;
  }
  .contact__container {
    width: 50%;
    padding: 120px 60px 60px 0;
    gap: 48px;
  }
  .contact__text h1,
  .contact__text h2,
  .contact__text h3,
  .contact__text h4,
  .contact__text h5,
  .contact__text h6 {
    font-size: 64px;
  }
  .contact__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .menu {
    align-items: flex-start;
  }
  .footer .menu-item {
    width: 180px;
  }
  .footer .menu-item-has-children .menu-item {
    padding: 6px 0;
  }
  .footer .menu-item-has-children .menu-item-has-children {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .footer .menu-item-has-children .menu-item-has-children a {
    max-width: 146px;
  }
  .footer .menu-item-has-children .menu-item-has-children button {
    display: block;
  }
  .footer .menu-item-has-children .menu-item-has-children .sub-menu {
    display: none;
  }
  .footer .menu-item-has-children .menu-item-has-children.active .sub-menu {
    flex: 0 0 100%;
    display: block;
  }
  .footer .menu-item .sub-menu {
    display: block;
  }
  .footer__top .btn {
    text-indent: 0;
  }
  .footer__bottom-bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 12px 0 24px;
  }
}
html {
  font-family: "Mallory", sans-serif, sans-serif;
  color: #0B3459;
}

.hero {
  position: relative;
  padding: 120px 0 24px;
}
.hero__img, .hero__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__img {
  z-index: 1;
}
.hero__gradient {
  background: linear-gradient(180deg, #222 0%, rgba(34, 34, 34, 0) 100%);
  z-index: 2;
}
.hero .container {
  position: relative;
  width: 100%;
  z-index: 3;
}
.hero__breadcrumb span {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
.hero__breadcrumb span a,
.hero__breadcrumb span .breadcrumb_last {
  font: 400 12px/1 "Mallory", sans-serif;
  text-transform: uppercase;
}
.hero__breadcrumb span a {
  color: #FFFFFF;
  opacity: 0.5;
}
.hero__breadcrumb span .breadcrumb_last {
  color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
  .hero {
    padding: 120px 0 80px;
  }
  .hero__breadcrumb span {
    display: flex;
  }
  .hero__breadcrumb span span::after {
    content: "/";
    font: 400 14px/1 "Mallory", sans-serif;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .hero__breadcrumb span a,
  .hero__breadcrumb span .breadcrumb_last {
    font-size: 14px;
  }
  .hero__breadcrumb span .breadcrumb_last::after {
    display: none;
  }
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 14px/1 "Mallory", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.btn--bg-darkest, .btn--bg-secondary {
  padding: 15px 20px;
  border-radius: 50px;
  color: #FFFFFF;
}
.btn--bg-secondary {
  background: #67C18C;
}
.btn--bg-primary {
  background: #0B3459;
}
.btn--txt-darkest {
  color: #0B3459;
}
.btn--txt-secondary {
  color: #003964;
}
.btn .arrow-circle {
  flex-shrink: 0;
}
.btn:hover .arrow-basic {
  transform: translateX(5px);
}

.post {
  padding: 48px 0;
}
.post .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
.post__gallery {
  display: flex;
  flex-flow: row wrap;
  row-gap: 24px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.post__gallery-item {
  width: calc(25% - 9px);
}
.post__gallery-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__gallery-item:first-of-type {
  width: 100%;
}
.post__gallery-item:first-of-type .post__gallery-item-img {
  aspect-ratio: 3/2;
}
.post__info {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.post__parent, .post__date {
  font: 400 12px/1 "Mallory", sans-serif;
  text-transform: uppercase;
  background: #E0F3E8;
  padding: 6px 24px;
  border-radius: 100px;
}
.post__title {
  margin-bottom: 24px;
}
.post__content-text p {
  margin-bottom: 24px;
}
.post__share-title {
  margin: 48px 0 24px;
}
.post .addtoany_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 12px;
}
.post .addtoany_list a {
  padding: 0;
  border: 1px solid #E0F3E8;
  border-radius: 100%;
}
.post .addtoany_list .a2a_svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post .addtoany_list .a2a_svg svg {
  display: block;
  width: 20px;
  height: auto;
}

.related-posts {
  overflow: hidden;
}
.related-posts-title {
  text-align: center;
}
.related-posts__list {
  display: flex;
  flex-flow: row nowrap;
  gap: 24px;
  padding: 48px 20px;
  margin: 0 -20px;
  overflow-x: auto;
}
.related-posts__item {
  width: 300px;
  flex-shrink: 0;
}

@media only screen and (min-width: 1280px) {
  .post {
    padding: 120px 0;
  }
  .post .container {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 48px;
  }
  .post__gallery {
    position: sticky;
    top: 100px;
    order: 2;
  }
  .post__content {
    order: 1;
  }
  .related-posts__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
  .related-posts__item {
    width: 100%;
  }
}
