/*
Theme Name: Brainlab theme
Version: 1.0
Author: Brainlab
Text Domain: brainlab_theme
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h3{
  font-weight: 400;
}

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:hover,
a:focus,
a:active {
  color: #0A1F2F;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/* End normalize */

/* inter-100 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-100italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/inter/inter-v20-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-900 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-900italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  src: url('/wp-content/themes/brainlab_theme/assets/fonts/woff2/playfair-display/playfair-display-v40-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --section-padding-h: 40px;
  --section-padding-v: 80px;
  --header-height: 88px;
  --font-playfair: 'Playfair Display';
  --green: #176B55;
  --dark-green: #0F3D32;
  --black: #464544;
  --cream: #FFF8F2;
  --gold: #C1A478;
  --dark-gold: #A58D68;
  --yellow: #E3DE61;
  --white: #FFFFFF;
  --grey: #AAAAAA;
  --grey-100: #EDEDED;
}

@media (max-width: 768px) {
  :root {
    --section-padding-v: 60px;
    --header-height: 80px;
  }
}

@media (max-width: 400px) {
  :root {
    --section-padding-h: 16px;
  }
}

a {
  color: var(--green);
  text-decoration: none;
}

a:hover {
  color: var(--dark-green);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
}

p {
  margin: 0
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--black);
  background: var(--cream);
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.ov-hidden {
  overflow: hidden;
}

.button {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 24px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
}

.button--primary {
  color: #ffffff;
  background: var(--green);
}

.button--primary:hover {
  color: #ffffff;
  background: var(--dark-green);
}

.button--primary:focus {
  color: #ffffff;
  background: var(--dark-green);
}

.button--primary.disabled {
  color: #ffffff;
  background: var(--grey);
  pointer-events: none;
}

.button--secondary {
  color: #ffffff;
  background: var(--gold);
}

.button--secondary:hover {
  color: #ffffff;
  background: var(--dark-gold);
}

.button--secondary:focus {
  color: #ffffff;
  background: var(--dark-gold);
}

.button--secondary.disabled {
  color: #ffffff;
  background: var(--grey);
  pointer-events: none;
}

.button--cta {
  color: var(--dark-green);
  background: var(--cream);
  padding: 16px 40px;
  font-size: 20px;
}

.button--cta:hover {
  color: var(--dark-green);
  background: var(--gold);
}

.button--cta:focus {
  color: var(--dark-green);
  background: var(--gold);
}

.button--cta.disabled {
  color: #ffffff;
  background: var(--grey);
  pointer-events: none;
}

.button:disabled {
  background: var(--grey);
  pointer-events: none;
}

.link {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
}

.link:hover {
  gap: 16px;
}

.link:focus .link__text {
  gap: 16px;
}

.link__text {
  color: var(--green);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.link:hover .link__text {
  color: var(--dark-green);
}

.link:focus .link__text {
  color: var(--dark-green);
}

.link.disabled .link__text {
  pointer-events: none;
  color: var(--grey);
}

.link__ico {
  width: 24px;
  height: 24px;
}

.link:hover .link__ico path {
  fill: var(--dark-green);
}

@media (max-width: 1440px) {
  .container {
    padding: 0 40px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .button {
    padding: 8px 16px;
  }

  .button--cta {
    padding: 12px 32px;
  }
}

@media (max-width: 400px) {
  .container {
    padding: 0 16px;
  }
}

.form-field {
  border: 1px solid var(--grey-100);
  padding: 12px 16px;
  border-radius: 4px;
  background: #ffffff;
  color: #1A1A1A;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  outline: none;
}

.form-field::placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey);
}

.form-field:hover {
  border: 1px solid #AAAAAA;
  box-shadow: 0px 4px 4px 0px #0000000A;
}

.form-field:focus {
  border: 1px solid #464544;
  box-shadow: 0px 4px 4px 0px #0000000A;
}

.textarea {
  height: 138px;
}

.icon {
  display: flex;
}

.animation-scroll-text {
  animation: 10s linear infinite animation-scroll-text;
}

@keyframes animation-scroll-text {
  from {
    transform: rotate(0deg) translate(-50%, 50%);
  }
  to {
    transform: rotate(360deg) translate(-50%, 50%);
  }
}

.editor {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--black);
}

.editor p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}

.editor p:last-child {
  margin-bottom: 0;
}

.editor a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--green);
  text-decoration: underline;
}

.editor a:hover {
  text-decoration: none;
}

.editor ul,
.editor ol {
  margin: 0;
  margin-bottom: 10px;
  padding-left: 60px;
}

.editor li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
}

.editor li:last-child {
  margin-bottom: 0;
}

.editor ul li::marker {
  color: #625BF6;
}

@media (max-width: 768px) {

}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 8px 0px #0F3D3214;
  height: var(--header-height);
  z-index: 10;
}

.header__container {
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.header__logo-link {
  display: flex;
}

.header__logo {
  height: 48px;
  object-fit: contain;
}

.header__menu {
  display: flex;
  gap: 40px;
}

.header__menu-item {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  font-weight: 600;
}

.header__burger-btn {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.header__burger-img {
  display: flex;
}

.header__burger-img--default {
  display: flex;
}

.header__burger-btn.active .header__burger-img--default {
  display: none;
}

.header__burger-img--close {
  display: none;
}

.header__burger-btn.active .header__burger-img--close {
  display: flex;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--cream);
  z-index: 5;
}

.mobile-menu.active {
  display: flex;
}

.mobile-menu__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 30px 0;
  width: 100%;
}

.mobile-menu__item {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .header__menu {
    display: none;
  }

  .header__button {
    margin-left: auto;
  }

  .header__burger-btn {
    display: flex;
  }
}

@media (max-width: 768px) {
  .header__logo {
    height: 40px;
  }

  .header__burger-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

.section {
  display: flex;
  padding: var(--section-padding-v) 0;
}

.section__container {
  display: flex;
  align-items: center;
}

.section__cols {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.section__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section__col--first {
  width: calc(50% - 15px);
  max-width: 40%;
}

.section__col--last {
  width: calc(50% - 15px);
}

.section__heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--font-playfair);
  margin-bottom: 56px;
}

.section__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .section__cols {
    flex-direction: column;
    gap: 40px;
  }

  .section__col {
    width: 100%;
    max-width: 100%;
  }

  .section__heading {
    font-size: 38px;
    margin-bottom: 32px;
  }

  .section__text {
    margin-bottom: 16px;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  background: var(--dark-green);
}

.footer__container {
  display: flex;
  flex-direction: column;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #FFFFFF33;
}

.footer__menu-1 {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer__menu-1-item {
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.footer__menu-1-item:hover {
  color: var(--green);
}

.footer__menu-1-item:after {
  content: '';
  display: flex;
  width: 4px;
  min-width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  margin-left: 24px;
}

.footer__menu-1-item:last-child:after {
  content: none;
}

.footer__social {
  background: #FFFFFF1A;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.footer__social:hover rect {
  fill: var(--green);
}

.footer__socials {
  display: flex;
  gap: 8px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
}

.footer__copy {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #FFFFFFCC;
}

.footer__menu-2 {
  display: flex;
  gap: 32px;
}

.footer__menu-2-item {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #FFFFFFCC;
}

.footer__menu-2-item:hover {
  color: var(--green);
}

.footer__developer {
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
}

.footer__developer:hover {
  color: var(--green);
}

@media (max-width: 991px) {
  .footer__top {
    padding: 24px 0;
  }

  .footer__menu-1 {
    flex-direction: column;
  }

  .footer__menu-1 {
    align-items: flex-start;
    gap: 16px;
  }

  .footer__menu-1-item:after {
    content: none
  }

  .footer__social {
    width: 40px;
    height: 40px;
  }
  .footer__social-ico {
    width: 40px;
    height: 40px;
  }

  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer__copy {
    margin-bottom: 16px;
  }

  .footer__menu-2 {
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
}

.breadcrumbs {
  display: flex;
  padding: 16px 0;
}

.breadcrumbs__container {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  color: var(--green);
  font-size: 14px;
  line-height: 1.5;
}

.breadcrumbs--light  .breadcrumbs__item {
  color: var(--white);
  opacity: .8;
}

.breadcrumbs__item:after {
  content: '';
  display: flex;
  background: var(--green);
  margin-left: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.breadcrumbs--light  .breadcrumbs__item:after {
  background: var(--white);
  opacity: .8;
}

.breadcrumbs__item:last-child {
  color: var(--grey);
}

.breadcrumbs__item:last-child:after {
  content: none;
}

.breadcrumbs--light .breadcrumbs__item:last-child {
  color: var(--white);
  opacity: .6;
}

.latest-articles {
  padding-top: 56px;
}

.latest-articles__container {
  align-items: flex-start;
}

.latest-articles__heading {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--font-playfair);;
  margin-bottom: 56px;
}

.latest-articles__cards {
  display: flex;
  margin-bottom: 56px;
}

@media (max-width: 768px) {
  .latest-articles__heading {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .latest-articles__cards {
    margin-bottom: 40px;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
}

.cards--two-columns {
  gap: 30px;
}

.card {
  display: flex;
  gap: 24px;
}

.cards--two-columns .card {
  width: calc(50% - 30px);
}

.card__preview {
  width: 240px;
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
}

.card__info {
  display: flex;
  flex-direction: column;
}

.card__date {
  font-size: 14px;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 16px;
}

.card__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 8px;
}

.card__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

@media (max-width: 1100px) {
  .cards--two-columns {
    flex-direction: column;
    gap: 20px;
  }

  .cards--two-columns .card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .card {
    gap: 18px;
  }

  .card__preview {
    width: 200px;
    height: 166px;
  }

  .card__date {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .card__title {
    font-size: 21px;
    margin-bottom: 6px;
  }

  .card__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .card {
    flex-direction: column;
  }

  .card__preview {
    width: 100%;
  }
}

.pagination {
  display: flex;
  margin: 0 auto;
  gap: 4px;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--green);
  border-radius: 4px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
  color: var(--white);
  background: var(--green);
}

.pagination .page-numbers.current {
  background: var(--green);
  color: var(--white);
}

.pagination .page-numbers.next:focus,
.pagination .page-numbers.prev:focus {
  background: var(--dark-green);
  color: var(--white);
}

.pagination .page-numbers.next:hover path,
.pagination .page-numbers.prev:hover path {
  color: var(--white);
  background: var(--green);
  fill: var(--white);
}

.pagination .page-numbers.next:focus path,
.pagination .page-numbers.prev:focus path {
  fill: var(--white);
}

.content p,
.content li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.content p {
  padding-top: 8px;
  padding-bottom: 8px;
}

.content a {
  text-decoration: underline;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6
{
  font-family: var(--font-playfair);
  color: var(--black);
  margin: 0;
}

.content h1 {
  font-family: var(--font-playfair);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 16px;
}

.content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 24px;
  padding-bottom: 16px;
}

.content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 24px;
  padding-bottom: 16px;
}

.content h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 16px;
  padding-bottom: 8px;
}

.content h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 16px;
  padding-bottom: 8px;
}

.content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 16px;
  padding-bottom: 8px;
}

.content img {
  padding-top: 16px;
  padding-bottom: 16px;
}

.content ul,
.content ol {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
  margin: 0;
  padding-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.content ul {
  padding-left: 15px;
}

.content ol {
  padding-left: 30px;
}

.content li {
  padding-bottom: 8px;
}

.content li:last-child {
  padding-bottom: 0;
}

.content li::marker {
  color: var(--green);
}

.content blockquote {
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.content blockquote p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  padding: 16px 16px 16px 24px;
  border-left: 4px solid var(--green);
}

.content figure {
  margin: 0;
}

.article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: var(--section-padding-v);
}

.article__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 56px;
}

.article__date {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.article__title {
  font-family: var(--font-playfair);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 16px;
}

.article__content {
  max-width: 897px;
}

@media (max-width: 768px) {
  .article__container {
    padding-top: 40px;
  }

  .article__title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .content p, .content li {
    font-size: 14px;
  }

  .content p {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .content img {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .content h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .content h2 {
    font-size: 28px;
    padding-top: 21px;
    padding-bottom: 12px;
  }

  .content h3 {
    font-size: 24px;
    padding-top: 21px;
    padding-bottom: 12px;
  }

  .content h4 {
    font-size: 21px;
    padding-top: 12px;
    padding-bottom: 6px;
  }

  .content h5 {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 6px;
  }

  .content h6 {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 6px;
  }

  .content ul, .content ol {
    font-size: 21px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .content ul {
    padding-left: 15px;
  }

  .content ol {
    padding-left: 25px;
  }

  .content li {
    padding-bottom: 6px;
  }

  .content li:last-child {
    padding-bottom: 6px;
  }

  .content blockquote {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .content blockquote p {
    font-size: 14px;
    padding: 12px 12px 12px 19px;
    border-left: 3px solid var(--green);
  }
}

.wpcf7 {
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hidden-fields-container {
  display: none;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-bottom: 20px;
}

.wpcf7-not-valid {
  border: 1px solid #FF0000;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #FF0000;
}

.wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

[type="checkbox"] {
  appearance: none;
  position: relative;
}

[type="checkbox"]:before {
  content: '';
  display: flex;
  width: 24px;
  height: 24px;
  background-color: var(--white);
  border: 1px solid var(--green);
  border-radius: 2px;
  cursor: pointer;
}

[type="checkbox"]:checked:before {
  background-color: var(--green);
}

[type="checkbox"]:hover:before {
  background: var(--green);
}

[type="checkbox"]:checked:after {
  content: '';
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-image: url('/wp-content/themes/brainlab_theme/assets/img/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 8px;
  cursor: pointer;
}

.wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--black);
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
  font-size: 16px;
  color: var(--green);
  margin-top: 20px;
}

[data-status="sent"] .wpcf7-response-output {
  display: flex;
}

@media (max-width: 768px) {
  .wpcf7 {
    padding: 20px;
  }

  .wpcf7-form-control-wrap {
    gap: 3px;
    margin-bottom: 15px;
  }

  .wpcf7-list-item-label {
    font-size: 14px;
  }

  .wpcf7-recaptcha {
    width: calc(304px * 0.77);
    height: calc(78px * 0.77);
    overflow: hidden;
  }

  .wpcf7-recaptcha iframe {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

.public-research__container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.public-research__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.research-card {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
}

.research-card__preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.research-card__head {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-bottom: 24px;
  height: 280px;
  overflow: hidden;
}

.research-card__date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  background: var(--green);
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}

.research-card__body {
  display: flex;
  flex-direction: column;
}

.research-card__title {
  display: flex;
  font-family: var(--font-playfair);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 8px;
}

.research-card__text {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 16px;
}

.research-card__link {
  display: flex;
  gap: 12px;
}

.research-card__link:hover {
  gap: 12px;
}

@media (max-width: 768px) {
  .public-research__cards {
    gap: 20px;
  }

  .research-card {
    width: calc(50% - 10px);
  }

  .research-card__head {
    margin-bottom: 16px;
  }

  .research-card__title {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .public-research__container {
    gap: 48px;
  }

  .public-research__cards {
    flex-direction: column;
  }

  .research-card {
    width: 100%;
  }

}

.page-404 {
  padding: 0;
  min-height: 694px;
}

.page-404__container {
  position: relative;
  padding-top: 43px;
}

.page-404__bg {
  position: absolute;
  top: 47px;
  left: 0;
  max-width: 100%;
  z-index: -1;
}

.page-404__title {
  font-family: var(--font-playfair);
  font-size: 200px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--green);
  margin-bottom: 32px;
}

.page-404__text {
  font-family: var(--font-playfair);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--black);
  max-width: 896px;
  margin: 0 auto;
  margin-bottom: 16px;
  text-align: center;
}

.page-404__note {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 32px;
}

@media (max-width: 1440px) {
  .page-404__bg {
    left: 40px;
  }
}

@media (max-width: 768px) {
  .page-404 {
    min-height: 600px;
  }

  .page-404__bg {
    max-width: 80%;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-404__title {
    font-size: 120px;
    margin-bottom: 25px;
  }

  .page-404__text {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .page-404__note {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

.wp-block-group {
  padding-top: 56px;
  padding-bottom: 80px;
}