/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: Brightech Digest
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Brightech Digest
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: brightech-digest 
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.

ontimeexpress 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
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "Gotham Pro";
  src: url("../src/fonts/gothampro.woff2") format("woff2"), url("../src/fonts/gothampro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro Medium Italic";
  src: url("../src/fonts/gothampro-mediumitalic.woff2") format("woff2"), url("../src/fonts/gothampro-mediumitalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro Medium";
  src: url("../src/fonts/gothampro-medium.woff2") format("woff2"), url("../src/fonts/gothampro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro Bold";
  src: url("../src/fonts/gothampro-bold.woff2") format("woff2"), url("../src/fonts/gothampro-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

/* 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
--------------------------------------------------------------*/
/* Gutenberg inline styles
--------------------------------------------- */
.wp-block-archives-dropdown label {
  display: block;
}

.wp-block-avatar {
  box-sizing: border-box;
}

.wp-block-avatar.aligncenter {
  text-align: center;
}

.wp-block-audio {
  box-sizing: border-box;
}

.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}

.wp-block-button__link {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
}

.wp-block-button__link.aligncenter {
  text-align: center;
}

.wp-block-button__link.alignright {
  text-align: right;
}

:where(.wp-block-button__link) {
  box-shadow: none;
  text-decoration: none;
  border-radius: 9999px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit;
}

.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
  border: 2px solid;
  padding: 0.667em 1.333em;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
  background-image: none;
}

.wp-block-buttons.is-vertical {
  flex-direction: column;
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}

.wp-block-buttons.aligncenter {
  text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between,
.is-content-justification-right,
.is-content-justification-left,
.is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}

.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}

.wp-block-calendar tfoot td {
  border: none;
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}

.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd;
}

.wp-block-calendar a {
  text-decoration: underline;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}

.wp-block-categories {
  box-sizing: border-box;
}

.wp-block-categories.alignleft {
  margin-right: 2em;
}

.wp-block-categories.alignright {
  margin-left: 2em;
}

.wp-block-code {
  box-sizing: border-box;
}

.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
  flex-grow: 0;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

.wp-block-post-comments .alignleft {
  float: left;
}

.wp-block-post-comments .alignright {
  float: right;
}

.wp-block-post-comments .navigation:after {
  content: "";
  display: table;
  clear: both;
}

.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}

.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}

.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-post-comments .comment-author {
  line-height: 1.5;
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-top: 0.5em;
  margin-right: 0.75em;
  width: 2.5em;
}

.wp-block-post-comments .comment-author cite {
  font-style: normal;
}

.wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}

.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.875em;
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0.35em;
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

.wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none;
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center;
}

.wp-block-comment-template {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}

.wp-block-comment-template li {
  clear: both;
}

.wp-block-comment-template ol {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 2rem;
}

.wp-block-comment-template.alignleft {
  float: left;
}

.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-comment-template.alignright {
  float: right;
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-position: 50%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}

.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
  background-color: transparent;
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}

@supports (position: sticky) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit;
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}

.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left] > [data-type="core/embed"],
.wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}

.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}

.wp-block-embed {
  overflow-wrap: break-word;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-embed iframe {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

.wp-block-file {
  margin-bottom: 1.5em;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 0.8em;
}

.wp-block-file.aligncenter {
  text-align: center;
}

.wp-block-file.alignright {
  text-align: right;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-file__embed {
  margin-bottom: 1em;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
  flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}

.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333);
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714);
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}

.wp-block-group {
  box-sizing: border-box;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-image.has-custom-border img,
.wp-block-image img {
  box-sizing: border-box;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}

.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
  display: table;
}

.wp-block-image.aligncenter > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image.alignright > figcaption,
.wp-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
  border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid;
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid;
}

.wp-block-image figure {
  margin: 0;
}

ol.wp-block-latest-comments {
  margin-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}

.wp-block-latest-posts.alignright {
  margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-latest-posts__featured-image a {
  display: inline-block;
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
  float: left;
}

.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
  float: right;
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}

ol,
ul {
  box-sizing: border-box;
}

ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  box-sizing: border-box;
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
}

.wp-block-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}

.wp-block-navigation .wp-block-navigation-item {
  display: flex;
  align-items: center;
  position: relative;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none;
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block;
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  text-decoration: none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  line-height: 0;
  display: inline-block;
  font-size: inherit;
  padding: 0;
  background-color: inherit;
  color: currentColor;
  border: none;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.25em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  width: inherit;
  height: inherit;
  margin-top: 0.075em;
}

.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}

.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}

.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}

.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}

.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}

.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}

.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-right: 0;
  margin-left: auto;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0;
}

@media (min-width: 782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: transparent;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}

@media (min-width: 782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation-submenu {
  position: relative;
  display: flex;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}

button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-align: left;
}

.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: 0.85em;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: 0.5em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}

@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.wp-block-navigation__container {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.wp-block-navigation__container .is-responsive {
  display: none;
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1;
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-navigation__responsive-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
  color: inherit;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  color: inherit !important;
  background-color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  background-color: inherit;
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
  overflow: auto;
  z-index: 100000;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-duration: 1ms;
    animation-delay: 0s;
  }
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: calc(2rem + 24px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: var(--navigation-layout-justification-setting, inherit);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  overflow: initial;
  min-width: 200px;
  position: static;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  display: flex;
  flex-direction: column;
  align-items: var(--navigation-layout-justification-setting, initial);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  color: inherit !important;
  background: transparent !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  right: auto;
  left: auto;
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000;
}

.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-transform: inherit;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px;
}

.wp-block-navigation__responsive-container-open {
  display: flex;
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.wp-block-navigation__responsive-close {
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 100%);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-navigation__responsive-close:focus {
  outline: none;
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}

.wp-block-navigation__responsive-dialog {
  position: relative;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}

@media (min-width: 782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px;
  }
}
html.has-modal-open {
  overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word;
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}

.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit;
}

.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}

.is-small-text {
  font-size: 0.875em;
}

.is-regular-text {
  font-size: 1em;
}

.is-large-text {
  font-size: 2.25em;
}

.is-larger-text {
  font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

p.has-drop-cap.has-background {
  overflow: hidden;
}

p.has-background {
  padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}

.wp-block-post-author__avatar {
  margin-right: 1em;
}

.wp-block-post-author__bio {
  margin-bottom: 0.7em;
  font-size: 0.7em;
}

.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0;
}

.wp-block-post-author__name {
  margin: 0;
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit;
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit;
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit;
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit;
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit;
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit;
}

.wp-block-post-comments-form input[type=submit] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word;
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
  padding: calc(0.667em + 2px);
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0.35em;
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

.wp-block-post-date {
  box-sizing: border-box;
}

.wp-block-post-excerpt__more-link {
  display: inline-block;
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-post-featured-image a {
  display: block;
}

.wp-block-post-featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  box-sizing: border-box;
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  position: absolute;
  inset: 0;
  background-color: #000;
}

.wp-block-post-featured-image {
  position: relative;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: 0.1;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.9;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}

.wp-block-post-terms__separator {
  white-space: pre-wrap;
}

.wp-block-post-title {
  word-break: break-word;
  box-sizing: border-box;
}

.wp-block-post-title a {
  display: inline-block;
}

.wp-block-preformatted {
  white-space: pre-wrap;
}

.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em;
}

.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}

.wp-block-pullquote .has-text-color a {
  color: inherit;
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}

.wp-block-pullquote cite {
  color: inherit;
}

.wp-block-post-template {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}

.wp-block-post-template.wp-block-post-template {
  background: none;
}

.wp-block-post-template.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
}

.wp-block-post-template.is-flex-container li {
  margin: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-child {
  margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}

.wp-block-query-pagination.aligncenter {
  justify-content: center;
}

.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box;
}

.wp-block-quote {
  overflow-wrap: break-word;
}

.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
  margin-bottom: 1em;
  padding: 0 1em;
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.125em;
  text-align: right;
}

.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
  text-decoration: none;
}

ul.wp-block-rss {
  list-style: none;
  padding: 0;
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}

ul.wp-block-rss.alignleft {
  margin-right: 2em;
}

ul.wp-block-rss.alignright {
  margin-left: 2em;
}

ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}

@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}

.wp-block-search__button {
  margin-left: 0.625em;
  word-break: normal;
}

.wp-block-search__button.has-icon {
  line-height: 0;
}

.wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
  fill: currentColor;
  vertical-align: text-bottom;
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.wp-block-search__label {
  width: 100%;
}

.wp-block-search__input {
  padding: 8px;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  border: 1px solid #949494;
  text-decoration: unset !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px;
  border: 1px solid #949494;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 0.125em 0.5em;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}

.wp-block-separator {
  border: 1px solid;
  border-right: none;
  border-left: none;
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}

.wp-block-site-logo a {
  display: inline-block;
}

.wp-block-site-logo.is-default-size img {
  width: 120px;
  height: auto;
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}

.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}

.wp-block-social-links {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
  background: none;
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}

.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}

.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.65em;
}

.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}

.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}

.wp-block-social-links.alignright {
  justify-content: flex-end;
}

.wp-block-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform 0.1s ease;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-duration: 0s;
    transition-delay: 0s;
  }
}
.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}

.wp-block-social-link:hover {
  transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor;
  fill: currentColor;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 1.25em;
  height: 1.25em;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}

.wp-block-spacer {
  clear: both;
}

.wp-block-tag-cloud.aligncenter {
  text-align: center;
  justify-content: center;
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}

.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}

.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}

.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent;
}

.wp-block-table .has-border-color > *,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
  border-color: inherit;
}

.wp-block-table table[style*=border-top-color] > *,
.wp-block-table table[style*=border-top-color] > * td,
.wp-block-table table[style*=border-top-color] > * th,
.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th {
  border-top-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor;
}

.wp-block-table table[style*=border-right-color] > *,
.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr {
  border-right-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] > *,
.wp-block-table table[style*=border-bottom-color] > * td,
.wp-block-table table[style*=border-bottom-color] > * th,
.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th {
  border-bottom-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor;
}

.wp-block-table table[style*=border-left-color] > *,
.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr {
  border-left-color: inherit;
}

.wp-block-table table[style*=border-style] > *,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
  border-style: inherit;
}

.wp-block-table table[style*=border-width] > *,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
  border-width: inherit;
  border-style: inherit;
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}

pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap;
}

.wp-block-video {
  box-sizing: border-box;
}

.wp-block-video video {
  width: 100%;
}

@supports (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}

.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-element-button {
  cursor: pointer;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
  background-color: #eee;
}

:root .has-very-dark-gray-background-color {
  background-color: #313131;
}

:root .has-very-light-gray-color {
  color: #eee;
}

:root .has-very-dark-gray-color {
  color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
  font-size: 1em;
}

.has-larger-font-size {
  font-size: 2.625em;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}

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

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

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

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*=border-top-color]) {
  border-top-style: solid;
}

html :where([style*=border-right-color]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
  border-left-style: solid;
}

html :where([style*=border-width]) {
  border-style: solid;
}

html :where([style*=border-top-width]) {
  border-top-style: solid;
}

html :where([style*=border-right-width]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
  border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0 0 1em;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

/* Typography
--------------------------------------------- */
body {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 400;
  font-family: "Gotham Pro", sans-serif;
  color: #b8b6b6;
}
@media (max-width: 1024px) {
  body {
    font-size: 1rem;
  }
}
body b,
body strong {
  font-family: "Gotham Pro Bold", sans-serif;
}
body em,
body i {
  font-family: "Gotham Pro Medium Italic", sans-serif;
  font-style: italic;
}

.textoverflow {
  overflow-y: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  scrollbar-width: thin;
  scrollbar-color: #3be061 #ffffff;
}

h1,
.h1-heding,
h2,
.h2-heding,
h3,
.h3-heding,
h4,
.h4-heding,
h5,
.h5-heding,
h6,
.h6-heding {
  margin-block-start: 0;
  margin-block-end: 0;
  color: #ffffff;
}
@media (max-width: 540px) {
  h1,
  .h1-heding,
  h2,
  .h2-heding,
  h3,
  .h3-heding,
  h4,
  .h4-heding,
  h5,
  .h5-heding,
  h6,
  .h6-heding {
    -webkit-hyphens: manual;
            hyphens: manual;
    word-break: break-word;
  }
}

h1,
.h1-heding {
  font-size: 11.25rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h1,
  .h1-heding {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1-heding {
    font-size: 3.5rem;
  }
}

h2,
.h2-heding {
  font-size: 5rem;
  line-height: 115%;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1024px) {
  h2,
  .h2-heding {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2-heding {
    font-size: 1.875rem;
  }
}

h3,
.h3-heding {
  font-size: 2.25rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: normal;
}
@media (max-width: 1024px) {
  h3,
  .h3-heding {
    font-size: 2rem;
    line-height: 137%;
  }
}
@media (max-width: 767px) {
  h3,
  .h3-heding {
    font-size: 1.375rem;
    line-height: 1.3em;
  }
}

h4,
.h4-heding {
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: normal;
}
@media (max-width: 1024px) {
  h4,
  .h4-heding {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  h4,
  .h4-heding {
    font-size: 0.75rem;
  }
}

h5,
.h5-heding {
  font-size: 1.375rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: normal;
}
@media (max-width: 1024px) {
  h5,
  .h5-heding {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  h5,
  .h5-heding {
    font-size: 0.75rem;
  }
}

h6,
.h6-heding {
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: normal;
}
@media (max-width: 1024px) {
  h6,
  .h6-heding {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  h6,
  .h6-heding {
    font-size: 0.656rem;
  }
}

p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-bottom: 1.5rem;
}
p:last-child {
  padding-bottom: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  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: 0.063rem dotted gray;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #171717;
  position: relative;
}

.overflow {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
  padding-top: 2.188rem;
}
@media (max-width: 1024px) {
  main {
    padding-top: 7.813rem;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 1.563rem;
  }
}

html {
  font-size: 0.833vw;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 1.563vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.083vw;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 2.963vw;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 3.3333333333vw;
  }
}

html,
body,
textarea,
.popup,
.textoverflow {
  scrollbar-width: thin;
  scrollbar-color: #3be061 #ffffff;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
textarea::-webkit-scrollbar,
.popup::-webkit-scrollbar,
.textoverflow::-webkit-scrollbar {
  position: relative;
  width: 0.5rem;
  background-color: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
.popup::-webkit-scrollbar-thumb,
.textoverflow::-webkit-scrollbar-thumb {
  position: absolute;
  left: 0;
  width: 0.5rem;
  background-color: #3be061;
}

.is-style-section {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
.is-style-section:first-of-type {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .is-style-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
@media (max-width: 767px) {
  .is-style-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.is-style-background-light {
  background-color: #f2f2f2;
  padding-top: 17.5rem;
  padding-bottom: 17.5rem;
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}
@media (max-width: 1024px) {
  .is-style-background-light {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 767px) {
  .is-style-background-light {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.is-style-background-light section:last-of-type {
  margin-bottom: 0;
}
.is-style-background-light h1,
.is-style-background-light .h1-heding,
.is-style-background-light h2,
.is-style-background-light .h2-heding,
.is-style-background-light h3,
.is-style-background-light .h3-heding,
.is-style-background-light h4,
.is-style-background-light .h4-heding,
.is-style-background-light h5,
.is-style-background-light .h5-heding,
.is-style-background-light h6,
.is-style-background-light .h6-heding,
.is-style-background-light .heding.heding,
.is-style-background-light p,
.is-style-background-light span,
.is-style-background-light ul,
.is-style-background-light ol,
.is-style-background-light li {
  color: #171717;
}
.is-style-background-light .splide__arrow::after {
  border: 0.125rem solid #171717;
}
.is-style-background-light .splide__arrow svg {
  fill: #171717;
}
.is-style-background-light .splide__pagination__page {
  background: #171717;
}
.is-style-background-light .wp-block-button a,
.is-style-background-light .button {
  background: transparent;
  color: #171717;
  border: 0.125rem solid #171717;
}
.is-style-background-light .wp-block-button a:active, .is-style-background-light .wp-block-button a:hover,
.is-style-background-light .button:active,
.is-style-background-light .button:hover {
  background: transparent;
  border: 0.125rem solid #ffe752;
  color: #ffe752;
  transition: all ease 300ms;
}

.wp-block-spacer.is-style-style-1 {
  height: 17.5rem;
}
@media (max-width: 1024px) {
  .wp-block-spacer.is-style-style-1 {
    height: 8.75rem;
  }
}
@media (max-width: 767px) {
  .wp-block-spacer.is-style-style-1 {
    height: 5rem;
  }
}

.container,
.is-style-container {
  max-width: 104rem;
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .container,
  .is-style-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container-thin,
.is-style-container-thin {
  max-width: 87rem;
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .container-thin,
  .is-style-container-thin {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container-wide {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 1024px) {
  .container-wide {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .container-wide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ul.list li::before,
ul.is-style-list li::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.125rem;
  background-color: #3be061;
  margin-right: 0.563rem;
}
@media (max-width: 1024px) {
  ul.list li::before,
  ul.is-style-list li::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.375rem;
  }
}
@media (max-width: 767px) {
  ul.list li::before,
  ul.is-style-list li::before {
    width: 0.375rem;
    height: 0.375rem;
    margin-right: 0.313rem;
  }
}

ol {
  list-style: decimal;
  padding-left: 1.75rem;
}
@media (max-width: 1024px) {
  ol {
    padding-left: 1.5rem;
  }
}

ol li + li,
ul li + li {
  margin-top: 1.125rem;
}
@media (max-width: 1024px) {
  ol li + li,
  ul li + li {
    margin-top: 1rem;
  }
}

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%;
  display: block;
}

figure {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

svg {
  display: block;
}

.image-cover {
  overflow: hidden;
}
.image-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 600ms;
}
.image-cover.image-top img {
  -o-object-position: top;
     object-position: top;
}

.image-contain {
  overflow: hidden;
}
.image-contain img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all ease 600ms;
}
.image-contain.image-top img {
  -o-object-position: top;
     object-position: top;
}

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

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

.single-interview .content {
  transition: all ease 300ms;
}
.single-interview .content.loading {
  transition: all ease 300ms;
  position: relative;
}
.single-interview .content.loading::after {
  content: "";
  display: block;
  border: 0.25rem solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 0.25rem solid #333;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 6.25rem;
  left: 50%;
  animation: spin 1s linear infinite;
  z-index: 201;
}
.single-interview .content.loading::before {
  content: "";
  width: calc(100% + 1.25rem);
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: -0.625rem;
  z-index: 200;
}
.single-interview h1,
.single-interview h2,
.single-interview h3,
.single-interview h4,
.single-interview h5,
.single-interview h6 {
  font-size: 2.5rem;
  line-height: 142.5%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #171717;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .single-interview h1,
  .single-interview h2,
  .single-interview h3,
  .single-interview h4,
  .single-interview h5,
  .single-interview h6 {
    font-size: 2rem;
    line-height: 137.5%;
  }
}
@media (max-width: 767px) {
  .single-interview h1,
  .single-interview h2,
  .single-interview h3,
  .single-interview h4,
  .single-interview h5,
  .single-interview h6 {
    font-size: 1.375rem;
    line-height: 127.3%;
  }
}
.single-interview h1 strong,
.single-interview h1 b,
.single-interview h2 strong,
.single-interview h2 b,
.single-interview h3 strong,
.single-interview h3 b,
.single-interview h4 strong,
.single-interview h4 b,
.single-interview h5 strong,
.single-interview h5 b,
.single-interview h6 strong,
.single-interview h6 b {
  color: #3be061;
  font-family: "Oswald", sans-serif;
}
.single-interview h1 + p, .single-interview h1 + a, .single-interview h1 + ul, .single-interview h1 + ol, .single-interview h1 + blockquote, .single-interview h1 + figure, .single-interview h1 + .is-style-two-images,
.single-interview h2 + p,
.single-interview h2 + a,
.single-interview h2 + ul,
.single-interview h2 + ol,
.single-interview h2 + blockquote,
.single-interview h2 + figure,
.single-interview h2 + .is-style-two-images,
.single-interview h3 + p,
.single-interview h3 + a,
.single-interview h3 + ul,
.single-interview h3 + ol,
.single-interview h3 + blockquote,
.single-interview h3 + figure,
.single-interview h3 + .is-style-two-images,
.single-interview h4 + p,
.single-interview h4 + a,
.single-interview h4 + ul,
.single-interview h4 + ol,
.single-interview h4 + blockquote,
.single-interview h4 + figure,
.single-interview h4 + .is-style-two-images,
.single-interview h5 + p,
.single-interview h5 + a,
.single-interview h5 + ul,
.single-interview h5 + ol,
.single-interview h5 + blockquote,
.single-interview h5 + figure,
.single-interview h5 + .is-style-two-images,
.single-interview h6 + p,
.single-interview h6 + a,
.single-interview h6 + ul,
.single-interview h6 + ol,
.single-interview h6 + blockquote,
.single-interview h6 + figure,
.single-interview h6 + .is-style-two-images {
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .single-interview h1 + p, .single-interview h1 + a, .single-interview h1 + ul, .single-interview h1 + ol, .single-interview h1 + blockquote, .single-interview h1 + figure, .single-interview h1 + .is-style-two-images,
  .single-interview h2 + p,
  .single-interview h2 + a,
  .single-interview h2 + ul,
  .single-interview h2 + ol,
  .single-interview h2 + blockquote,
  .single-interview h2 + figure,
  .single-interview h2 + .is-style-two-images,
  .single-interview h3 + p,
  .single-interview h3 + a,
  .single-interview h3 + ul,
  .single-interview h3 + ol,
  .single-interview h3 + blockquote,
  .single-interview h3 + figure,
  .single-interview h3 + .is-style-two-images,
  .single-interview h4 + p,
  .single-interview h4 + a,
  .single-interview h4 + ul,
  .single-interview h4 + ol,
  .single-interview h4 + blockquote,
  .single-interview h4 + figure,
  .single-interview h4 + .is-style-two-images,
  .single-interview h5 + p,
  .single-interview h5 + a,
  .single-interview h5 + ul,
  .single-interview h5 + ol,
  .single-interview h5 + blockquote,
  .single-interview h5 + figure,
  .single-interview h5 + .is-style-two-images,
  .single-interview h6 + p,
  .single-interview h6 + a,
  .single-interview h6 + ul,
  .single-interview h6 + ol,
  .single-interview h6 + blockquote,
  .single-interview h6 + figure,
  .single-interview h6 + .is-style-two-images {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .single-interview h1 + p, .single-interview h1 + a, .single-interview h1 + ul, .single-interview h1 + ol, .single-interview h1 + blockquote, .single-interview h1 + figure, .single-interview h1 + .is-style-two-images,
  .single-interview h2 + p,
  .single-interview h2 + a,
  .single-interview h2 + ul,
  .single-interview h2 + ol,
  .single-interview h2 + blockquote,
  .single-interview h2 + figure,
  .single-interview h2 + .is-style-two-images,
  .single-interview h3 + p,
  .single-interview h3 + a,
  .single-interview h3 + ul,
  .single-interview h3 + ol,
  .single-interview h3 + blockquote,
  .single-interview h3 + figure,
  .single-interview h3 + .is-style-two-images,
  .single-interview h4 + p,
  .single-interview h4 + a,
  .single-interview h4 + ul,
  .single-interview h4 + ol,
  .single-interview h4 + blockquote,
  .single-interview h4 + figure,
  .single-interview h4 + .is-style-two-images,
  .single-interview h5 + p,
  .single-interview h5 + a,
  .single-interview h5 + ul,
  .single-interview h5 + ol,
  .single-interview h5 + blockquote,
  .single-interview h5 + figure,
  .single-interview h5 + .is-style-two-images,
  .single-interview h6 + p,
  .single-interview h6 + a,
  .single-interview h6 + ul,
  .single-interview h6 + ol,
  .single-interview h6 + blockquote,
  .single-interview h6 + figure,
  .single-interview h6 + .is-style-two-images {
    margin-top: 2rem;
  }
}
.single-interview h3,
.single-interview h4,
.single-interview h5,
.single-interview h6 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: none;
}
.single-interview h3 + p, .single-interview h3 + a, .single-interview h3 + ul, .single-interview h3 + ol, .single-interview h3 + blockquote, .single-interview h3 + figure, .single-interview h3 + .is-style-two-images,
.single-interview h4 + p,
.single-interview h4 + a,
.single-interview h4 + ul,
.single-interview h4 + ol,
.single-interview h4 + blockquote,
.single-interview h4 + figure,
.single-interview h4 + .is-style-two-images,
.single-interview h5 + p,
.single-interview h5 + a,
.single-interview h5 + ul,
.single-interview h5 + ol,
.single-interview h5 + blockquote,
.single-interview h5 + figure,
.single-interview h5 + .is-style-two-images,
.single-interview h6 + p,
.single-interview h6 + a,
.single-interview h6 + ul,
.single-interview h6 + ol,
.single-interview h6 + blockquote,
.single-interview h6 + figure,
.single-interview h6 + .is-style-two-images {
  margin-top: 2.125rem;
}
@media (max-width: 1024px) {
  .single-interview h3 + p, .single-interview h3 + a, .single-interview h3 + ul, .single-interview h3 + ol, .single-interview h3 + blockquote, .single-interview h3 + figure, .single-interview h3 + .is-style-two-images,
  .single-interview h4 + p,
  .single-interview h4 + a,
  .single-interview h4 + ul,
  .single-interview h4 + ol,
  .single-interview h4 + blockquote,
  .single-interview h4 + figure,
  .single-interview h4 + .is-style-two-images,
  .single-interview h5 + p,
  .single-interview h5 + a,
  .single-interview h5 + ul,
  .single-interview h5 + ol,
  .single-interview h5 + blockquote,
  .single-interview h5 + figure,
  .single-interview h5 + .is-style-two-images,
  .single-interview h6 + p,
  .single-interview h6 + a,
  .single-interview h6 + ul,
  .single-interview h6 + ol,
  .single-interview h6 + blockquote,
  .single-interview h6 + figure,
  .single-interview h6 + .is-style-two-images {
    margin-top: 1.5rem;
  }
}
.single-interview p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 700;
  font-family: "Gotham Pro Bold", sans-serif;
  color: #171717;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  background: #f1f1f1;
}
@media (max-width: 1024px) {
  .single-interview p {
    padding: 0.625rem 1.125rem;
  }
}
@media (max-width: 767px) {
  .single-interview p {
    padding: 0.563rem 0.938rem;
  }
}
.single-interview blockquote {
  margin: 0;
  padding: 0 3.375rem;
  position: relative;
}
@media (max-width: 1024px) {
  .single-interview blockquote {
    padding-left: 3rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .single-interview blockquote {
    padding-left: 1.438rem;
    padding-right: 0.938rem;
  }
}
.single-interview blockquote::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='22' viewBox='0 0 30 22' fill='%233BE061'%3E%3Cpath d='M30 0C29.1642 3.47211 28.2985 7.24354 27.403 11.3143C26.5672 15.3252 25.9403 18.8871 25.5224 22H17.0149L16.3881 21.0122C17.1642 17.8993 18.2687 14.4272 19.7015 10.5959C21.194 6.76463 22.6866 3.23265 24.1791 0H30ZM13.4328 0C12.597 3.47211 11.7612 7.24354 10.9254 11.3143C10.0896 15.3252 9.43284 18.8871 8.95522 22H0.537314L0 21.0122C0.835821 17.8993 1.9403 14.4272 3.31343 10.5959C4.74627 6.76463 6.20896 3.23265 7.70149 0H13.4328Z' /%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .single-interview blockquote::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M16.3636 0C15.9077 1.89388 15.4355 3.95102 14.9471 6.17143C14.4912 8.35918 14.1493 10.302 13.9213 12H9.28087L8.93894 11.4612C9.36228 9.76326 9.96472 7.86939 10.7463 5.77959C11.5604 3.6898 12.3745 1.76327 13.1886 0H16.3636ZM7.327 0C6.8711 1.89388 6.4152 3.95102 5.95929 6.17143C5.50339 8.35918 5.14518 10.302 4.88467 12H0.29308L0 11.4612C0.455902 9.76326 1.05834 7.86939 1.80733 5.77959C2.58887 3.6898 3.3867 1.76327 4.20081 0H7.327Z' fill='%233BE061'/%3E%3C/svg%3E");
    top: -0.438rem;
  }
}
.single-interview blockquote p {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  font-family: "Gotham Pro", sans-serif;
  padding: 0;
  background: transparent;
}
.single-interview blockquote p + p {
  margin-top: 1.5rem;
}
.single-interview p + h1, .single-interview p + h2, .single-interview p + h3, .single-interview p + h4, .single-interview p + h5, .single-interview p + h6,
.single-interview a + h1,
.single-interview a + h2,
.single-interview a + h3,
.single-interview a + h4,
.single-interview a + h5,
.single-interview a + h6,
.single-interview ul + h1,
.single-interview ul + h2,
.single-interview ul + h3,
.single-interview ul + h4,
.single-interview ul + h5,
.single-interview ul + h6,
.single-interview ol + h1,
.single-interview ol + h2,
.single-interview ol + h3,
.single-interview ol + h4,
.single-interview ol + h5,
.single-interview ol + h6,
.single-interview figure + h1,
.single-interview figure + h2,
.single-interview figure + h3,
.single-interview figure + h4,
.single-interview figure + h5,
.single-interview figure + h6,
.single-interview .is-style-two-images + h1,
.single-interview .is-style-two-images + h2,
.single-interview .is-style-two-images + h3,
.single-interview .is-style-two-images + h4,
.single-interview .is-style-two-images + h5,
.single-interview .is-style-two-images + h6 {
  margin-top: 3rem;
}
.single-interview figure + p, .single-interview figure + a, .single-interview figure + ul, .single-interview figure + ol, .single-interview figure + blockquote,
.single-interview .is-style-two-images + p,
.single-interview .is-style-two-images + a,
.single-interview .is-style-two-images + ul,
.single-interview .is-style-two-images + ol,
.single-interview .is-style-two-images + blockquote {
  margin-top: 3rem;
}
.single-interview p + figure, .single-interview p + .is-style-two-images,
.single-interview a + figure,
.single-interview a + .is-style-two-images,
.single-interview ul + figure,
.single-interview ul + .is-style-two-images,
.single-interview ol + figure,
.single-interview ol + .is-style-two-images,
.single-interview blockquote + figure,
.single-interview blockquote + .is-style-two-images {
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .single-interview p + figure, .single-interview p + .is-style-two-images,
  .single-interview a + figure,
  .single-interview a + .is-style-two-images,
  .single-interview ul + figure,
  .single-interview ul + .is-style-two-images,
  .single-interview ol + figure,
  .single-interview ol + .is-style-two-images,
  .single-interview blockquote + figure,
  .single-interview blockquote + .is-style-two-images {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .single-interview p + figure, .single-interview p + .is-style-two-images,
  .single-interview a + figure,
  .single-interview a + .is-style-two-images,
  .single-interview ul + figure,
  .single-interview ul + .is-style-two-images,
  .single-interview ol + figure,
  .single-interview ol + .is-style-two-images,
  .single-interview blockquote + figure,
  .single-interview blockquote + .is-style-two-images {
    margin-top: 1.5rem;
  }
}
.single-interview p + p, .single-interview p + a, .single-interview p + ul, .single-interview p + ol, .single-interview p + blockquote,
.single-interview a + p,
.single-interview a + a,
.single-interview a + ul,
.single-interview a + ol,
.single-interview a + blockquote,
.single-interview ul + p,
.single-interview ul + a,
.single-interview ul + ul,
.single-interview ul + ol,
.single-interview ul + blockquote,
.single-interview ol + p,
.single-interview ol + a,
.single-interview ol + ul,
.single-interview ol + ol,
.single-interview ol + blockquote,
.single-interview blockquote + p,
.single-interview blockquote + a,
.single-interview blockquote + ul,
.single-interview blockquote + ol,
.single-interview blockquote + blockquote {
  margin-top: 1.5rem;
}
.single-interview blockquote + p {
  margin-top: 3rem;
}
.single-interview a {
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}
.single-interview ul {
  list-style: none;
}
.single-interview ul li {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  font-family: "Gotham Pro", sans-serif;
  color: #171717;
  padding-left: 1.125rem;
  position: relative;
}
.single-interview ul li + li {
  margin-top: 1rem;
}
.single-interview ul li::before {
  content: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.34314' y='4.24219' width='6' height='6' transform='rotate(-45 0.34314 4.24219)' fill='%233BE061'/%3E%3C/svg%3E%0A");
  display: block;
  position: absolute;
  left: 0;
}
.single-interview video {
  width: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 37.5rem;
}
.single-interview .is-style-two-images > div {
  display: flex;
  gap: 1.25rem;
}
.single-interview .is-style-two-images figure {
  overflow: hidden;
  flex: 1 1 50%;
}
.single-interview .is-style-two-images figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-interview.tech-style p {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  font-family: "Gotham Pro", sans-serif;
  color: #171717;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.single-interview.tech-style p strong {
  font-size: 1.125rem;
  line-height: 133.3%;
  font-weight: 400;
}
.single-interview.tech-style p + h3, .single-interview.tech-style p + h4, .single-interview.tech-style p + h5, .single-interview.tech-style p + h6,
.single-interview.tech-style a + h3,
.single-interview.tech-style a + h4,
.single-interview.tech-style a + h5,
.single-interview.tech-style a + h6,
.single-interview.tech-style ul + h3,
.single-interview.tech-style ul + h4,
.single-interview.tech-style ul + h5,
.single-interview.tech-style ul + h6,
.single-interview.tech-style ol + h3,
.single-interview.tech-style ol + h4,
.single-interview.tech-style ol + h5,
.single-interview.tech-style ol + h6,
.single-interview.tech-style blockquote + h3,
.single-interview.tech-style blockquote + h4,
.single-interview.tech-style blockquote + h5,
.single-interview.tech-style blockquote + h6 {
  margin-top: 3.5rem;
}
@media (max-width: 1024px) {
  .single-interview.tech-style p + h3, .single-interview.tech-style p + h4, .single-interview.tech-style p + h5, .single-interview.tech-style p + h6,
  .single-interview.tech-style a + h3,
  .single-interview.tech-style a + h4,
  .single-interview.tech-style a + h5,
  .single-interview.tech-style a + h6,
  .single-interview.tech-style ul + h3,
  .single-interview.tech-style ul + h4,
  .single-interview.tech-style ul + h5,
  .single-interview.tech-style ul + h6,
  .single-interview.tech-style ol + h3,
  .single-interview.tech-style ol + h4,
  .single-interview.tech-style ol + h5,
  .single-interview.tech-style ol + h6,
  .single-interview.tech-style blockquote + h3,
  .single-interview.tech-style blockquote + h4,
  .single-interview.tech-style blockquote + h5,
  .single-interview.tech-style blockquote + h6 {
    margin-top: 2rem;
  }
}
.single-interview.tech-style p + p, .single-interview.tech-style p + a, .single-interview.tech-style p + blockquote,
.single-interview.tech-style a + p,
.single-interview.tech-style a + a,
.single-interview.tech-style a + blockquote,
.single-interview.tech-style ul + p,
.single-interview.tech-style ul + a,
.single-interview.tech-style ul + blockquote,
.single-interview.tech-style ol + p,
.single-interview.tech-style ol + a,
.single-interview.tech-style ol + blockquote,
.single-interview.tech-style blockquote + p,
.single-interview.tech-style blockquote + a,
.single-interview.tech-style blockquote + blockquote {
  margin-top: 2.5rem;
}
.single-interview.tech-style p + ul, .single-interview.tech-style p + ol,
.single-interview.tech-style a + ul,
.single-interview.tech-style a + ol,
.single-interview.tech-style ul + ul,
.single-interview.tech-style ul + ol,
.single-interview.tech-style ol + ul,
.single-interview.tech-style ol + ol,
.single-interview.tech-style blockquote + ul,
.single-interview.tech-style blockquote + ol {
  margin-top: 1rem;
}

.navigation {
  position: relative;
  width: 7.438rem;
  height: 2.625rem;
}
.navigation .hamburger {
  position: fixed;
  width: 7.438rem;
  height: 2.625rem;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  transition: all ease 600ms;
}
.navigation .hamburger-text {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #3be061;
  transition: all ease 300ms;
}
.navigation .hamburger-icon {
  position: relative;
  width: 2.625rem;
  height: 2.625rem;
}
.navigation .hamburger-icon-rect {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Crect x='21' y='1.41427' width='27.6984' height='27.6984' transform='rotate(45 21 1.41427)' stroke='%233BE061' stroke-width='2'/%3E%3Crect x='21' y='1.41434' width='27.6984' height='27.6984' transform='rotate(45 21 1.41434)' stroke='%233BE061' stroke-width='2'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transform: scale(1);
  transition: all ease 600ms;
}
.navigation .hamburger-icon-rect.hover {
  content: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='21.0002' y='18.4142' width='3.65723' height='3.65723' transform='rotate(45 21.0002 18.4142)' fill='%233BE061' stroke='%233BE061' stroke-width='2'/%3E%3C/svg%3E%0A");
  transform: scale(2);
  opacity: 0;
}
.navigation .hamburger-icon-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all ease 900ms;
}
.navigation .hamburger-icon-shadow.hover {
  content: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='30.0001' y='1.41446' width='40.4262' height='40.4262' transform='rotate(45 30.0001 1.41446)' stroke='%236D6D6D' stroke-width='2'/%3E%3C/svg%3E");
}
.navigation .hamburger-icon-shadow.active {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Crect x='29.9999' y='0.707107' width='41.4262' height='41.4262' transform='rotate(45 29.9999 0.707107)' stroke='%236D6D6D'/%3E%3C/svg%3E");
}
.navigation .hamburger-icon-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 0;
  transition: all ease 600ms;
}
.navigation .hamburger:hover .hamburger-text {
  color: #6d6d6d;
  transition: all ease 300ms;
}
.navigation .hamburger:hover .hamburger-icon-rect {
  transform: scale(0);
  transition: all ease 600ms;
}
.navigation .hamburger:hover .hamburger-icon-rect.hover {
  transform: scale(1);
  opacity: 1;
  transition: all ease 600ms;
}
.navigation .hamburger:hover .hamburger-icon-shadow.hover {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all ease 900ms;
}
.navigation .hamburger.is-active .hamburger-icon-rect {
  transform: scale(0);
  transition: all ease 600ms;
}
.navigation .hamburger.is-active .hamburger-icon-rect.hover {
  transform: scale(0);
  transition: all ease 600ms;
}
.navigation .hamburger.is-active .hamburger-icon-shadow.hover {
  opacity: 0;
  transition: all ease 900ms;
}
.navigation .hamburger.is-active .hamburger-icon-shadow.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all ease 900ms;
}
.navigation .hamburger.is-active .hamburger-icon-cross {
  opacity: 1;
  transition: all ease 600ms;
}
.navigation .nav {
  display: flex;
  width: auto;
  position: fixed;
  z-index: 100;
  top: 7.125rem;
  transform: translateX(calc(-100% + 6.563rem));
}
@media (max-width: 540px) {
  .navigation .nav {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
    transform: none;
  }
}
.navigation .nav.display {
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 600ms;
  transition-timing-function: ease-out;
}
.navigation .nav.display.show {
  opacity: 1;
  pointer-events: all;
  transition-property: opacity;
  transition-duration: 600ms;
  transition-timing-function: ease-out;
}
.navigation .nav__wrapper {
  width: 21.125rem;
  background-color: #ffffff;
  height: auto;
  box-shadow: 0rem 0.25rem 7.125rem rgba(0, 0, 0, 0.2);
  border-radius: 0.063rem;
  z-index: 100;
}
@media (max-width: 540px) {
  .navigation .nav__wrapper {
    width: 100%;
  }
}
.navigation .nav__wrapper-inner {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.navigation .menu {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.navigation .menu > li {
  display: flex;
  justify-content: flex-end;
  gap: 0.313rem;
  padding: 0.25rem 0;
}
.navigation .menu > li::before {
  content: "";
  display: block;
  width: 100%;
  background: repeating-linear-gradient(90deg, transparent 0%, transparent 50%, #b8b6b6 51%, #b8b6b6 100%);
  background-size: 0.25rem 0.125rem;
  background-repeat: repeat-x;
  background-position: bottom;
}
.navigation .menu > li a {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #171717;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: right;
  flex: 0 0 auto;
  transition: all ease 600ms;
}
.navigation .menu > li a:hover {
  color: #4dacf7;
  transition: all ease 600ms;
}
.navigation .menu > li + li {
  margin-top: 1rem;
}

.header {
  width: 100%;
  z-index: 100;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 1024px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.header__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  cursor: pointer;
  max-width: 9.188rem;
  width: 100%;
  z-index: 101;
}
.header__logo .logo-svg__blue {
  fill: transparent;
  transition: all ease 300ms;
}
.header__logo .logo-svg__green {
  fill: transparent;
  transition: all ease 600ms;
}
.header__logo .logo-svg__yellow {
  fill: transparent;
  transition: all ease 900ms;
}
.header__logo:hover .logo-svg__blue {
  fill: #4dacf7;
  stroke: #4dacf7;
  transition: all ease 300ms;
}
.header__logo:hover .logo-svg__green {
  fill: #3be061;
  stroke: #3be061;
  transition: all ease 600ms;
}
.header__logo:hover .logo-svg__yellow {
  fill: #ffe752;
  stroke: #ffe752;
  transition: all ease 900ms;
}
.header__logo img {
  width: 100%;
}
.header__logo a {
  display: block;
}
.header__menu {
  z-index: 101;
}

.footer {
  background-color: #171717;
  color: #ffffff;
  margin-top: 8.75rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 1024px) {
  .footer {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 540px) {
  .footer {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  border-top: 0.063rem solid #6d6d6d;
  border-bottom: 0.063rem solid #6d6d6d;
}
@media (max-width: 1024px) {
  .footer__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .footer__inner {
    padding-top: 2.125rem;
    padding-bottom: 1.875rem;
  }
}
.footer__socials ul {
  display: flex;
  list-style: none;
  gap: 4rem;
}
@media (max-width: 781px) {
  .footer__socials ul {
    gap: 3.125rem;
  }
}
@media (max-width: 540px) {
  .footer__socials ul {
    gap: 1.25rem;
  }
}
@media (max-width: 350px) {
  .footer__socials ul {
    gap: 0.875rem;
  }
}
.footer__socials ul li a {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition: all ease 300ms;
}
.footer__socials ul li a:hover {
  color: #ffe752;
  transition: all ease 300ms;
}
.footer__socials ul li + li {
  margin: 0;
}
.footer__button button {
  padding: 1.125rem 2.125rem;
  white-space: nowrap;
}

.banner {
  position: relative;
  height: 21.875rem;
  height: calc(140px + 210 * (100vw - 375px) / 1545);
  margin-top: 7.5rem;
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .banner {
    height: 350px;
  }
}
@media (max-width: 1280px) {
  .banner {
    margin-top: 3.75rem;
    height: 8.75rem;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 4.688rem;
  }
}
.banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #171717;
  mix-blend-mode: normal;
  opacity: 0.6;
  z-index: 1;
}
.banner__image img {
  position: absolute;
}
.banner__title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 92.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 1280px) {
  .banner__title {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .banner__title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.to-top {
  cursor: pointer;
  position: fixed;
  bottom: 6rem;
  right: 2.813rem;
  left: auto;
  transition: all ease 600ms;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transform: translate(100%, 0%);
  width: 3rem;
  height: 3rem;
}
.to-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.125rem solid #3be061;
  border-radius: 6.25rem;
  transition: all ease 600ms;
}
@media (max-width: 1024px) {
  .to-top {
    right: 0.313rem;
  }
}
@media (max-width: 767px) {
  .to-top {
    display: none;
  }
}
.to-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  margin-top: 0.5rem;
  fill: #3be061;
  transition: all ease 600ms;
  width: 4.188rem;
  height: 5.188rem;
}
.to-top:hover {
  transition: all ease 600ms;
}
.to-top:hover::after {
  border: 0.125rem solid #ffe752;
  transform: scale(1.1);
  transition: all ease 600ms;
}
.to-top:hover svg {
  fill: #ffe752;
  transition: all ease 600ms;
}
.to-top.show {
  opacity: 1;
  transform: translate(0%, 0%);
  visibility: visible;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-page__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100dvh - 6.25rem);
  padding-bottom: 2.813rem;
}
@media (max-width: 1024px) {
  .error-page__wrapper {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 767px) {
  .error-page__wrapper {
    height: calc(100dvh - 5.5rem);
  }
}
.error-page__error {
  display: block;
  font-size: 2.625rem;
  line-height: 130%;
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.563rem;
}
@media (max-width: 767px) {
  .error-page__error {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}
.error-page__title {
  display: block;
  margin-bottom: 6rem;
  font-size: 8.75rem;
  line-height: 100%;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #ffe752;
}
@media (max-width: 1024px) {
  .error-page__title {
    font-size: 6.25rem;
    line-height: 8.75rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .error-page__title {
    font-size: 3.75rem;
    line-height: 4.375rem;
    margin-bottom: 2.5rem;
  }
}
.error-page__homelink {
  text-align: center;
}
.error-page__homelink-text {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 22.063rem;
  overflow: hidden;
  color: #ffffff;
  margin: 0 auto;
  z-index: 1;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .error-page__homelink-text {
    max-width: 11.625rem;
  }
}
.error-page__homelink-text span {
  display: block;
  animation: 6s linear 0s infinite scroll;
  white-space: nowrap;
  padding: 0 0.438rem;
}
.error-page__homelink a {
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  border-bottom: 0.125rem solid #ffe752;
  transition: all ease 300ms;
  color: #ffffff;
}
.error-page__homelink a:hover, .error-page__homelink a:focus {
  border-color: transparent;
}

/* Links
--------------------------------------------- */
a {
  color: #4dacf7;
  text-decoration: underline;
  transition: all ease 600ms;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
  transition: all ease 600ms;
}

/* Forms
--------------------------------------------- */
.wp-block-button a,
.wp-block-read-more,
.button {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background: transparent;
  border: 0.125rem solid #b8b6b6;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 0.063rem;
  transition: all ease 300ms;
  padding: 1.125rem 1.875rem;
  max-width: 23.625rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .wp-block-button a,
  .wp-block-read-more,
  .button {
    max-width: 15.875rem;
  }
}
@media (max-width: 540px) {
  .wp-block-button a,
  .wp-block-read-more,
  .button {
    max-width: 15.125rem;
  }
}
.wp-block-button a:active, .wp-block-button a:hover,
.wp-block-read-more:active,
.wp-block-read-more:hover,
.button:active,
.button:hover {
  background: transparent;
  border: 0.125rem solid #ffe752;
  color: #ffe752;
  transition: all ease 300ms;
}
@media (max-width: 1024px) {
  .wp-block-button a,
  .wp-block-read-more,
  .button {
    font-size: 1rem;
  }
}

.is-style-link a {
  padding: 0;
  color: #3be061;
  background: none;
  border: none;
  transition: all ease 300ms;
}
.is-style-link svg {
  margin-left: 0.5rem;
  transition: all ease 300ms;
}
.is-style-link:hover a {
  color: #3be061;
  background: none;
  border: none;
  text-decoration: underline;
  transition: all ease 300ms;
}
.is-style-link:hover svg {
  margin-left: 0.75rem;
  transition: all ease 300ms;
}

button {
  padding: 0;
  background: none;
  outline: none !important;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.wp-block-buttons {
  gap: 1.25rem;
}

.wp-block-button {
  display: flex;
}

form {
  position: relative;
}
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=password],
form input[type=search],
form input[type=number],
form input[type=tel],
form input[type=range],
form input[type=date],
form input[type=month],
form input[type=week],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=color],
form textarea {
  background: transparent;
  color: #171717;
  outline: none;
  border: none;
  border-bottom: 0.063rem solid #171717;
  border-radius: 0;
  width: 100%;
  font-size: 1.5rem;
  line-height: 133.3%;
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  padding: 0;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1024px) {
  form input[type=text],
  form input[type=email],
  form input[type=url],
  form input[type=password],
  form input[type=search],
  form input[type=number],
  form input[type=tel],
  form input[type=range],
  form input[type=date],
  form input[type=month],
  form input[type=week],
  form input[type=time],
  form input[type=datetime],
  form input[type=datetime-local],
  form input[type=color],
  form textarea {
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    padding-bottom: 0.938rem;
  }
}
form input[type=text]:focus, form input[type=text]:focus-visible,
form input[type=email]:focus,
form input[type=email]:focus-visible,
form input[type=url]:focus,
form input[type=url]:focus-visible,
form input[type=password]:focus,
form input[type=password]:focus-visible,
form input[type=search]:focus,
form input[type=search]:focus-visible,
form input[type=number]:focus,
form input[type=number]:focus-visible,
form input[type=tel]:focus,
form input[type=tel]:focus-visible,
form input[type=range]:focus,
form input[type=range]:focus-visible,
form input[type=date]:focus,
form input[type=date]:focus-visible,
form input[type=month]:focus,
form input[type=month]:focus-visible,
form input[type=week]:focus,
form input[type=week]:focus-visible,
form input[type=time]:focus,
form input[type=time]:focus-visible,
form input[type=datetime]:focus,
form input[type=datetime]:focus-visible,
form input[type=datetime-local]:focus,
form input[type=datetime-local]:focus-visible,
form input[type=color]:focus,
form input[type=color]:focus-visible,
form textarea:focus,
form textarea:focus-visible {
  border-bottom: 0.063rem solid #4dacf7;
}
form input[type=text]:focus::-moz-placeholder, form input[type=text]:focus-visible::-moz-placeholder, form input[type=email]:focus::-moz-placeholder, form input[type=email]:focus-visible::-moz-placeholder, form input[type=url]:focus::-moz-placeholder, form input[type=url]:focus-visible::-moz-placeholder, form input[type=password]:focus::-moz-placeholder, form input[type=password]:focus-visible::-moz-placeholder, form input[type=search]:focus::-moz-placeholder, form input[type=search]:focus-visible::-moz-placeholder, form input[type=number]:focus::-moz-placeholder, form input[type=number]:focus-visible::-moz-placeholder, form input[type=tel]:focus::-moz-placeholder, form input[type=tel]:focus-visible::-moz-placeholder, form input[type=range]:focus::-moz-placeholder, form input[type=range]:focus-visible::-moz-placeholder, form input[type=date]:focus::-moz-placeholder, form input[type=date]:focus-visible::-moz-placeholder, form input[type=month]:focus::-moz-placeholder, form input[type=month]:focus-visible::-moz-placeholder, form input[type=week]:focus::-moz-placeholder, form input[type=week]:focus-visible::-moz-placeholder, form input[type=time]:focus::-moz-placeholder, form input[type=time]:focus-visible::-moz-placeholder, form input[type=datetime]:focus::-moz-placeholder, form input[type=datetime]:focus-visible::-moz-placeholder, form input[type=datetime-local]:focus::-moz-placeholder, form input[type=datetime-local]:focus-visible::-moz-placeholder, form input[type=color]:focus::-moz-placeholder, form input[type=color]:focus-visible::-moz-placeholder, form textarea:focus::-moz-placeholder, form textarea:focus-visible::-moz-placeholder {
  font-size: 0;
  color: #ffffff;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
}
form input[type=text]:focus::placeholder, form input[type=text]:focus-visible::placeholder,
form input[type=email]:focus::placeholder,
form input[type=email]:focus-visible::placeholder,
form input[type=url]:focus::placeholder,
form input[type=url]:focus-visible::placeholder,
form input[type=password]:focus::placeholder,
form input[type=password]:focus-visible::placeholder,
form input[type=search]:focus::placeholder,
form input[type=search]:focus-visible::placeholder,
form input[type=number]:focus::placeholder,
form input[type=number]:focus-visible::placeholder,
form input[type=tel]:focus::placeholder,
form input[type=tel]:focus-visible::placeholder,
form input[type=range]:focus::placeholder,
form input[type=range]:focus-visible::placeholder,
form input[type=date]:focus::placeholder,
form input[type=date]:focus-visible::placeholder,
form input[type=month]:focus::placeholder,
form input[type=month]:focus-visible::placeholder,
form input[type=week]:focus::placeholder,
form input[type=week]:focus-visible::placeholder,
form input[type=time]:focus::placeholder,
form input[type=time]:focus-visible::placeholder,
form input[type=datetime]:focus::placeholder,
form input[type=datetime]:focus-visible::placeholder,
form input[type=datetime-local]:focus::placeholder,
form input[type=datetime-local]:focus-visible::placeholder,
form input[type=color]:focus::placeholder,
form input[type=color]:focus-visible::placeholder,
form textarea:focus::placeholder,
form textarea:focus-visible::placeholder {
  font-size: 0;
  color: #ffffff;
  transition: all ease 300ms;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=url]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=range]::-moz-placeholder, form input[type=date]::-moz-placeholder, form input[type=month]::-moz-placeholder, form input[type=week]::-moz-placeholder, form input[type=time]::-moz-placeholder, form input[type=datetime]::-moz-placeholder, form input[type=datetime-local]::-moz-placeholder, form input[type=color]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #b8b6b6;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=password]::placeholder,
form input[type=search]::placeholder,
form input[type=number]::placeholder,
form input[type=tel]::placeholder,
form input[type=range]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=week]::placeholder,
form input[type=time]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=color]::placeholder,
form textarea::placeholder {
  color: #b8b6b6;
  transition: all ease 300ms;
}
form textarea {
  height: 7.25rem;
  resize: none;
}
@media (max-width: 1024px) {
  form textarea {
    height: 5.75rem;
  }
}
form label {
  position: relative;
  display: block;
}
form label .label {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all ease 300ms;
  z-index: 10;
}
form label.focused .label {
  transform: translateY(-100%);
  opacity: 1;
  transition: all ease 300ms;
  pointer-events: none;
}
form label + label {
  margin-top: 3rem;
}
form button.button {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1024px) {
  form button.button {
    margin-top: 2rem;
    max-width: 21.5rem;
  }
}
form .wpcf7-spinner {
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: auto;
  margin-left: auto;
}
form [data-name=your-acceptance] {
  margin-top: 2.5rem;
}
form [data-name=your-acceptance] .wpcf7-list-item {
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 br,
.wpcf7 .grecaptcha-badge {
  display: none;
}
.wpcf7 span.wpcf7-form-control-wrap {
  display: flex;
}
.wpcf7 .wpcf7-acceptance {
  margin-top: 1.875rem;
  display: block;
  font-size: 1rem;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-acceptance a {
  text-decoration: underline;
}
.wpcf7 .wpcf7-acceptance a:hover {
  text-decoration: none;
}

/* Modals
--------------------------------------------- */
.popup {
  position: fixed;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(23, 23, 23, 0.5019607843);
  -webkit-backdrop-filter: blur(0.25rem);
          backdrop-filter: blur(0.25rem);
  z-index: -10;
  transition: all ease 600ms;
}
.popup .modal {
  animation-name: slide-down;
  animation-duration: 600ms;
}
.popup.active {
  z-index: 10151;
  opacity: 1;
}
.popup.active .modal {
  animation-name: slide-up;
  animation-duration: 600ms;
}
.popup.popup-fade .modal {
  animation-name: fade-out;
  animation-duration: 600ms;
}
.popup.popup-fade.active .modal {
  animation-name: fade;
  animation-duration: 600ms;
}
.popup .modal {
  position: relative;
  margin: 0 auto;
  max-width: 56.813rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  min-height: 100dvh;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .popup .modal {
    max-width: 36.813rem;
  }
}
@media (max-width: 540px) {
  .popup .modal {
    padding: 0;
  }
}
.popup .modal .close {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  left: auto;
  z-index: 102;
  transition: all ease 600ms;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .popup .modal .close {
    top: 1rem;
    right: 1rem;
  }
}
@media (max-width: 540px) {
  .popup .modal .close {
    top: 2rem;
  }
}
.popup .modal .close svg {
  fill: #171717;
  stroke: #171717;
  transition: all ease 600ms;
}
@media (max-width: 540px) {
  .popup .modal .close svg {
    width: 2rem;
    height: 2rem;
  }
}
.popup .modal .close:hover {
  transition: all ease 600ms;
}
.popup .modal .close:hover svg {
  fill: #3be061;
  stroke: #3be061;
  transition: all ease 600ms;
}
.popup .modal__content {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}
@media (max-width: 1024px) {
  .popup .modal__content {
    padding-top: 4.25rem;
    padding-bottom: 4.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 540px) {
  .popup .modal__content {
    min-height: 100dvh;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.popup .modal__content * {
  z-index: 1;
}
.popup .modal__content form p {
  padding: 0;
}
.popup.popup-ty .modal__content {
  min-height: 23.25rem;
}
@media (max-width: 1024px) {
  .popup.popup-ty .modal__content {
    min-height: 15.25rem;
    padding: 1.875rem;
  }
}
@media (max-width: 540px) {
  .popup.popup-ty .modal__content {
    min-height: inherit;
  }
}
.popup.popup-ty .form__title {
  margin-bottom: 1.5rem;
  line-height: 4rem;
  color: #171717;
}
@media (max-width: 1024px) {
  .popup.popup-ty .form__title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 540px) {
  .popup.popup-ty .form__title {
    margin-bottom: 1.5rem;
  }
}
.popup.popup-ty .form__text {
  margin-bottom: 0;
  color: #171717;
  font-size: 1.5rem;
  line-height: 225%;
  font-weight: 400;
  line-height: 3.25rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .popup.popup-ty .form__text {
    font-size: 1.125rem;
  }
}
.popup.popup-interview .modal {
  padding-top: 4.375rem;
  max-width: 70rem;
}
@media (max-width: 540px) {
  .popup.popup-interview .modal {
    padding-top: 0;
  }
}
.popup.popup-interview .modal .close {
  position: sticky;
  top: 6.875rem;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .popup.popup-interview .modal .close {
    top: 5.5rem;
  }
}
@media (max-width: 540px) {
  .popup.popup-interview .modal .close {
    top: 2rem;
  }
}
.popup.popup-interview .modal__content {
  padding: 2.5rem;
  min-height: 100vh;
  border-radius: 1rem;
}
@media (max-width: 1024px) {
  .popup.popup-interview .modal__content {
    padding: 0.813rem;
  }
}
@media (max-width: 540px) {
  .popup.popup-interview .modal__content {
    border-radius: 0;
  }
}
.popup.popup-interview .modal__inner {
  padding-top: 1rem;
  padding-bottom: 8.5rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1024px) {
  .popup.popup-interview .modal__inner {
    padding: 0 0.5rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 540px) {
  .popup.popup-interview .modal__inner {
    padding: 0;
    padding-top: 2.188rem;
    padding-bottom: 3.125rem;
  }
}
.popup .form__title {
  font-size: 3.125rem;
  line-height: 104%;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #171717;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media (max-width: 1024px) {
  .popup .form__title {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 540px) {
  .popup .form__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.popup .form__text {
  font-size: 1rem;
  color: #b8b6b6;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .popup .form__text {
    margin-bottom: 1.75rem;
  }
}
.popup .form p {
  padding: 0;
}
.popup .button {
  color: #171717;
  border: 0.125rem solid #171717;
}
.popup .button:hover {
  color: #ffe752;
  border: 0.125rem solid #ffe752;
}

/* Gutenberg Blocks
--------------------------------------------- */
.btd-title-simple {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .btd-title-simple {
    margin-bottom: 3rem;
  }
}
@media (max-width: 540px) {
  .btd-title-simple {
    margin-bottom: 2rem;
  }
}
.btd-title-simple__inner {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 1280px) {
  .btd-title-simple__inner {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .btd-title-simple__inner {
    flex-direction: column;
  }
}
.btd-title-simple__heading {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 540px) {
  .btd-title-simple__heading {
    gap: 1.5rem;
  }
}
@media (max-width: 540px) {
  .btd-title-simple__heading {
    gap: 1rem;
  }
}
.btd-title-simple__heading.with-excerpt .btd-title-simple__title {
  max-width: 53.875rem;
  width: -moz-max-content;
  width: max-content;
}
.btd-title-simple__image {
  min-width: 5.125rem;
  width: 5.125rem;
  height: 5.125rem;
  margin-top: 0.625rem;
}
@media (max-width: 1280px) {
  .btd-title-simple__image {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .btd-title-simple__image {
    min-width: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 540px) {
  .btd-title-simple__image {
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
  }
}
.btd-title-simple__image img {
  width: 100%;
  height: 100%;
}
.btd-title-simple__exerpt {
  font-size: 1.5rem;
  line-height: 158.3%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1280px) {
  .btd-title-simple__title {
    font-size: 3.75rem;
    line-height: 115%;
    font-weight: 500;
  }
}
@media (max-width: 1024px) {
  .btd-title-simple__title {
    font-size: 2.5rem;
    line-height: 100%;
  }
}
@media (max-width: 540px) {
  .btd-title-simple__title {
    font-size: 1.875rem;
    line-height: normal;
  }
}
.btd-title-simple__text {
  font-size: 1.5rem;
  line-height: 158.3%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  margin-top: 1.375rem;
}
@media (max-width: 1280px) {
  .btd-title-simple__text {
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
    margin-top: 0.625rem;
  }
}
@media (max-width: 1024px) {
  .btd-title-simple__text {
    margin-top: 0;
  }
}
.btd-title-main {
  margin-bottom: -0.625rem;
}
@media (max-width: 1024px) {
  .btd-title-main {
    margin-bottom: 0;
  }
}
.btd-title-main__top {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10.375rem;
       column-gap: 10.375rem;
  row-gap: 2.5rem;
}
@media (max-width: 1520px) {
  .btd-title-main__top {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .btd-title-main__top {
    row-gap: 1rem;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .btd-title-main__top {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }
}
@media (max-width: 540px) {
  .btd-title-main__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.688rem;
  }
}
.btd-title-main__top figure {
  max-width: 32.063rem;
  max-height: 12.5rem;
  min-height: 12.5rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1520px) {
  .btd-title-main__top figure {
    min-height: 11.25rem;
    max-width: 28.813rem;
  }
}
@media (max-width: 1280px) {
  .btd-title-main__top figure {
    min-height: 9.375rem;
    max-width: 24.063rem;
  }
}
@media (max-width: 1024px) {
  .btd-title-main__top figure {
    min-height: 6.563rem;
    max-width: 15.875rem;
  }
}
@media (max-width: 540px) {
  .btd-title-main__top figure {
    max-width: 100%;
  }
}
.btd-title-main__top figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 600ms;
}
@media (max-width: 540px) {
  .btd-title-main__top figure:last-of-type {
    order: 2;
  }
}
.btd-title-main__top * {
  padding: 0;
  order: 1;
}
.btd-title-main__bottom {
  margin-top: 0.938rem;
}
@media (max-width: 1024px) {
  .btd-title-main__bottom {
    margin-top: 0.313rem;
  }
}
@media (max-width: 540px) {
  .btd-title-main__bottom {
    margin-top: 0.563rem;
  }
}
.btd-title-main__bottom-title {
  text-align: right;
  color: #3be061;
  padding-bottom: 1.875rem;
}
.btd-title-main__bottom-text {
  max-width: 49.063rem;
  font-size: 1.5rem;
  line-height: 158.3%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1024px) {
  .btd-title-main__bottom-text {
    max-width: 27.125rem;
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
  }
}
.btd-title-main .h1-heding {
  font-size: 11.25rem;
  line-height: 100%;
  font-weight: 400;
}
@media (max-width: 1520px) {
  .btd-title-main .h1-heding {
    font-size: 9.375rem;
  }
}
@media (max-width: 1280px) {
  .btd-title-main .h1-heding {
    font-size: 7.188rem;
  }
}
@media (max-width: 1024px) {
  .btd-title-main .h1-heding {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .btd-title-main .h1-heding {
    font-size: 3.5rem;
  }
}
.btd-title-mainv2 {
  margin-bottom: -0.625rem;
}
@media (max-width: 1024px) {
  .btd-title-mainv2 {
    margin-bottom: 0;
  }
}
.btd-title-mainv2__top {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2.5rem;
}
@media (max-width: 1520px) {
  .btd-title-mainv2__top {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .btd-title-mainv2__top {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .btd-title-mainv2__top {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }
}
@media (max-width: 540px) {
  .btd-title-mainv2__top {
    justify-content: flex-start;
  }
}
.btd-title-mainv2__top-icon {
  align-self: center;
  width: 9.125rem;
  height: 9.125rem;
}
@media (max-width: 1024px) {
  .btd-title-mainv2__top-icon {
    width: 5.42rem;
    height: 5.42rem;
  }
}
@media (max-width: 767px) {
  .btd-title-mainv2__top-icon {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.btd-title-mainv2__top-icon img {
  height: 100%;
  width: 100%;
}
.btd-title-mainv2__top figure {
  max-width: 32.063rem;
  max-height: 12.5rem;
  min-height: 12.5rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1520px) {
  .btd-title-mainv2__top figure {
    min-height: 11.25rem;
    max-width: 28.75rem;
  }
}
@media (max-width: 1280px) {
  .btd-title-mainv2__top figure {
    min-height: 9.375rem;
    max-width: 24.125rem;
  }
}
@media (max-width: 1024px) {
  .btd-title-mainv2__top figure {
    min-height: 8.75rem;
    max-width: 21rem;
  }
}
@media (max-width: 540px) {
  .btd-title-mainv2__top figure {
    min-height: 9rem;
    max-width: 100%;
  }
}
.btd-title-mainv2__top figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 600ms;
}
.btd-title-mainv2__top figure:first-of-type {
  margin-left: 7.25rem;
}
@media (max-width: 1280px) {
  .btd-title-mainv2__top figure:first-of-type {
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .btd-title-mainv2__top figure:first-of-type {
    margin-left: 0;
  }
}
.btd-title-mainv2__top figure:last-of-type {
  margin-right: 7.25rem;
}
@media (max-width: 1280px) {
  .btd-title-mainv2__top figure:last-of-type {
    margin-right: 3rem;
  }
}
@media (max-width: 767px) {
  .btd-title-mainv2__top figure:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .btd-title-mainv2__top figure:last-of-type {
    order: 2;
  }
}
.btd-title-mainv2__top * {
  padding: 0;
  order: 1;
}
.btd-title-mainv2__bottom {
  margin-top: 2.5rem;
  display: flex;
  gap: 3rem;
}
@media (max-width: 1520px) {
  .btd-title-mainv2__bottom {
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .btd-title-mainv2__bottom {
    margin-top: 1rem;
  }
}
@media (max-width: 540px) {
  .btd-title-mainv2__bottom {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
  }
}
.btd-title-mainv2__bottom-title {
  padding-bottom: 0;
  color: #3be061;
}
@media (max-width: 540px) {
  .btd-title-mainv2__bottom-title {
    order: 2;
    text-align: right;
  }
}
.btd-title-mainv2__bottom-title.yellow {
  font-family: "Oswald", sans-serif;
  color: #ffe752;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  width: 100%;
  margin-top: 3.875rem;
}
@media (max-width: 1280px) {
  .btd-title-mainv2__bottom-title.yellow {
    font-size: 3rem;
    margin-top: 1.625rem;
  }
}
@media (max-width: 1024px) {
  .btd-title-mainv2__bottom-title.yellow {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .btd-title-mainv2__bottom-title.yellow {
    font-size: 2rem;
  }
}
@media (max-width: 540px) {
  .btd-title-mainv2__bottom-title.yellow {
    margin-top: 0;
    text-align: left;
    order: 1;
    flex-basis: 100%;
    font-size: 2.17rem;
  }
}
.btd-title-mainv2__bottom-icon {
  width: 10.375rem;
  height: 10.375rem;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .btd-title-mainv2__bottom-icon {
    width: 5.42rem;
    height: 5.42rem;
  }
}
@media (max-width: 767px) {
  .btd-title-mainv2__bottom-icon {
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media (max-width: 540px) {
  .btd-title-mainv2__bottom-icon {
    order: 2;
    flex-basis: 5rem;
  }
}
.btd-title-mainv2__bottom-icon img {
  height: 100%;
  width: 100%;
}
.btd-title-mainv2__bottom-text {
  max-width: 49.063rem;
  padding-top: 1.875rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 158%;
}
@media (max-width: 1024px) {
  .btd-title-mainv2__bottom-text {
    max-width: 27.125rem;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
.btd-title-mainv2 .h1-heding {
  font-weight: 400;
  line-height: 100%;
  font-size: 11.25rem;
}
@media (min-width: 1920px) {
  .btd-title-mainv2 .h1-heding {
    font-size: 11.25rem;
  }
}
@media (max-width: 1520px) {
  .btd-title-mainv2 .h1-heding {
    font-size: 9.375rem;
  }
}
@media (max-width: 1280px) {
  .btd-title-mainv2 .h1-heding {
    font-size: 7.188rem;
  }
}
@media (max-width: 1024px) {
  .btd-title-mainv2 .h1-heding {
    font-size: 6.6rem;
  }
}
@media (max-width: 767px) {
  .btd-title-mainv2 .h1-heding {
    font-size: 4.84rem;
  }
}
.btd-title-creative {
  margin-bottom: 1.625rem;
}
@media (max-width: 540px) {
  .btd-title-creative {
    margin-bottom: -0.688rem;
  }
}
.btd-title-creative__image {
  max-width: 14rem;
  max-height: 14.375rem;
  margin-left: auto;
  margin-right: 11.5%;
  margin-bottom: -5.625rem;
}
@media (max-width: 1024px) {
  .btd-title-creative__image {
    max-width: 9.688rem;
    max-height: 9.938rem;
    margin-right: 0;
    margin-bottom: -3.813rem;
  }
}
@media (max-width: 540px) {
  .btd-title-creative__image {
    max-width: 7.313rem;
    max-height: 7.5rem;
    margin: auto;
  }
}
.btd-title-creative__title {
  color: #ffe752;
  font-size: 6.25rem;
  line-height: 120%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .btd-title-creative__title {
    font-size: 5rem;
  }
}
@media (max-width: 1024px) {
  .btd-title-creative__title {
    font-size: 4rem;
    line-height: 131%;
  }
}
@media (max-width: 540px) {
  .btd-title-creative__title {
    margin-top: 0.438rem;
    font-size: 3.5rem;
    line-height: 114.2%;
  }
}
.btd-title-creative__title p {
  padding: 0;
}
.btd-title-creative__title b,
.btd-title-creative__title strong {
  display: inline-block;
  color: #ffffff;
  background-color: #171717;
  font-size: 4.875rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  padding: 1.25rem 3.75rem;
  border-radius: 0.25rem;
  border: 0.25rem solid #ffffff;
  transform: rotate(-7.275deg) translateY(-0.375rem);
  transform-origin: center;
  margin: 0 -0.75rem;
}
@media (max-width: 1024px) {
  .btd-title-creative__title b,
  .btd-title-creative__title strong {
    font-size: 3rem;
    padding: 1.063rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .btd-title-creative__title b,
  .btd-title-creative__title strong {
    padding: 0.625rem;
    display: block;
    max-width: 17.813rem;
    margin: auto;
    margin-bottom: -0.688rem;
  }
}
.btd-title-creativev2 p {
  padding: 0;
}
.btd-title-creativev2__inner {
  margin-bottom: 0.813rem;
}
@media (max-width: 1024px) {
  .btd-title-creativev2__inner {
    margin-bottom: 2rem;
  }
}
@media (max-width: 540px) {
  .btd-title-creativev2__inner {
    margin-bottom: 0.563rem;
  }
}
.btd-title-creativev2__inner.with-text {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .btd-title-creativev2__inner.with-text {
    margin-bottom: 3rem;
    margin-top: 0.375rem;
  }
}
@media (max-width: 767px) {
  .btd-title-creativev2__inner.with-text {
    margin-bottom: 7.5rem;
    margin-top: 0;
  }
}
.btd-title-creativev2__inner.with-text .btd-title-creativev2__title {
  margin-right: 2.188rem;
}
@media (max-width: 1700px) {
  .btd-title-creativev2__inner.with-text .btd-title-creativev2__title {
    margin-right: 0.438rem;
  }
}
@media (max-width: 540px) {
  .btd-title-creativev2__inner.with-text .btd-title-creativev2__title {
    margin-right: 0;
    margin-left: auto;
    margin-top: -0.75rem;
  }
}
.btd-title-creativev2__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .btd-title-creativev2__top {
    justify-content: flex-start;
  }
}
@media (max-width: 540px) {
  .btd-title-creativev2__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.btd-title-creativev2__top.align-center {
  justify-content: center;
}
.btd-title-creativev2__top.align-center .btd-title-creativev2__title {
  margin: 0 auto;
}
@media (max-width: 540px) {
  .btd-title-creativev2__top.align-center .btd-title-creativev2__title {
    line-height: 1.2;
  }
}
@media (max-width: 350px) {
  .btd-title-creativev2__top .btd-title-creativev2__title {
    margin-top: 0.625rem !important;
  }
}
.btd-title-creativev2__bottom {
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .btd-title-creativev2__bottom {
    margin-top: 1.25rem;
    margin-bottom: 0.438rem;
  }
}
.btd-title-creativev2__bottom .btd-title-creativev2__title {
  margin-right: 0 !important;
  white-space: nowrap;
}
.btd-title-creativev2__title {
  color: #171717;
  text-shadow: -0.063rem -0.063rem 0 #ffe752, 0.063rem -0.063rem 0 #ffe752, -0.063rem 0.063rem 0 #ffe752, 0.063rem 0.063rem 0 #ffe752;
  -webkit-text-stroke-width: 0.063rem;
  -webkit-text-stroke-color: #ffe752;
  font-size: 12.375rem;
  line-height: 100%;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1700px) {
  .btd-title-creativev2__title {
    font-size: 9.375rem;
  }
}
@media (max-width: 1280px) {
  .btd-title-creativev2__title {
    font-size: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .btd-title-creativev2__title {
    font-size: 5.875rem;
  }
}
@media (max-width: 767px) {
  .btd-title-creativev2__title {
    font-size: 4.375rem;
  }
}
@media (max-width: 540px) {
  .btd-title-creativev2__title {
    font-size: 3rem;
  }
}
@media (max-width: 350px) {
  .btd-title-creativev2__title {
    font-size: 2.75rem;
  }
}
.btd-title-creativev2__text {
  max-width: 28.125rem;
  font-size: 1.5rem;
  line-height: 158.3%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  padding-right: 0.938rem !important;
  margin-top: 1.75rem;
}
@media (max-width: 1024px) {
  .btd-title-creativev2__text {
    max-width: 100%;
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
    padding-right: 1.563rem !important;
    margin-top: 0.563rem;
  }
}
@media (max-width: 540px) {
  .btd-title-creativev2__text {
    max-width: 20.625rem;
    margin-top: 0.125rem;
    padding: 0 !important;
  }
}
.btd-title-creativev2__image {
  position: absolute;
  left: calc(100% - 4.375rem);
  bottom: -3.25rem;
  transform: rotate(15deg);
  max-width: 17.688rem;
  max-height: 13.625rem;
  width: 100%;
  border: 0.75rem solid #fff;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1700px) {
  .btd-title-creativev2__image {
    left: calc(100% - 1.25rem);
    max-width: 14.375rem;
    max-height: 10.625rem;
  }
}
@media (max-width: 1280px) {
  .btd-title-creativev2__image {
    max-width: 10rem;
    max-height: 7.5rem;
    border: 0.375rem solid #fff;
  }
}
@media (max-width: 1024px) {
  .btd-title-creativev2__image {
    max-width: 10.688rem;
    max-height: 8.188rem;
    left: calc(100% - 6.938rem);
    bottom: -6.25rem;
  }
}
@media (max-width: 767px) {
  .btd-title-creativev2__image {
    left: calc(100% - 7.875rem);
    bottom: -8.25rem;
  }
}
.btd-title-creativev2__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all ease 600ms;
}
@media (max-width: 1024px) {
  .btd-title-creativev2 .btd-title-creativev2__top + .btd-title-creativev2__title {
    margin-top: 1.25rem;
  }
}
@media (max-width: 540px) {
  .btd-title-creativev2 .btd-title-creativev2__top + .btd-title-creativev2__title {
    margin-top: 0.563rem;
  }
}
.btd-title.big-title .btd-title-simple__title {
  width: auto;
}
.btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__inner {
    margin-top: 4.375rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 540px) {
  .btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__inner {
    margin-top: 2.875rem;
    margin-bottom: 0.5rem;
  }
}
.btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__top,
.btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__bottom {
  display: block;
}
@media (max-width: 540px) {
  .btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__top,
  .btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__bottom {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__top {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__bottom {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__bottom {
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__title {
    font-size: 5.625rem;
    line-height: 100%;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .btd-title.inline-title.btd-title-creativev2 .btd-title-creativev2__title {
    font-size: 4.375rem;
  }
}

.btd-paragraph {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .btd-paragraph {
    margin-bottom: 4rem;
  }
}
.btd-paragraph__inner {
  display: flex;
  flex-direction: column;
}
.btd-paragraph p {
  max-width: 40.313rem;
  font-size: 1.5rem;
  line-height: 158.3%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  padding-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .btd-paragraph p {
    max-width: 27.125rem;
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 540px) {
  .btd-paragraph p {
    padding-bottom: 1rem;
  }
}
.btd-paragraph p:nth-child(2n+1) {
  margin-left: 8.438rem;
}
@media (max-width: 1024px) {
  .btd-paragraph p:nth-child(2n+1) {
    margin-left: 5.625rem;
  }
}
@media (max-width: 540px) {
  .btd-paragraph p:nth-child(2n+1) {
    margin-left: 0;
  }
}
.btd-paragraph p:nth-child(2n) {
  align-self: flex-end;
}
@media (max-width: 540px) {
  .btd-paragraph p:nth-child(2n) {
    max-width: 15.125rem;
  }
}
.btd-paragraph p:last-child {
  padding-bottom: 0;
}

.btd-repeater {
  width: calc(50% - 0.938rem);
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .btd-repeater {
    width: 100%;
    gap: 1.5rem;
  }
}
.btd-repeater + .btd-repeater {
  margin-top: 10rem;
}
@media (max-width: 1024px) {
  .btd-repeater + .btd-repeater {
    margin-top: 0;
  }
}
.btd-repeater__item {
  width: 100%;
  background-color: #ffffff;
  color: #171717;
  padding: 3rem 2.5rem;
}
@media (max-width: 1024px) {
  .btd-repeater__item {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 540px) {
  .btd-repeater__item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.btd-repeater__title {
  color: #171717;
}
.btd-repeater__context {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  font-family: "Gotham Pro", sans-serif;
}
.btd-repeater__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media (max-width: 540px) {
  .btd-repeater__bottom {
    gap: 0.5rem;
  }
}
.btd-repeater__bottom-texts {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  width: 100%;
}
.btd-repeater__bottom-texts.with-media {
  width: auto;
  max-width: 20rem;
  gap: 0.938rem;
}
.btd-repeater__bottom-media {
  margin-left: auto;
}
.btd-repeater__bottom-title a,
.btd-repeater__bottom-title span {
  color: #171717;
  line-height: 1.2em;
}
@media (max-width: 1024px) {
  .btd-repeater__bottom-title a,
  .btd-repeater__bottom-title span {
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .btd-repeater__bottom-title a,
  .btd-repeater__bottom-title span {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
.btd-repeater__bottom-title a {
  color: #4dacf7 !important;
}
.btd-repeater__bottom-icon {
  max-width: 4rem;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .btd-repeater__bottom-icon {
    max-width: 3rem;
  }
}
.btd-repeater__bottom-icon img {
  position: absolute;
  max-width: 4rem;
  max-height: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .btd-repeater__bottom-icon img {
    max-width: 3rem;
    max-height: 3rem;
  }
}
.btd-repeater__bottom-single {
  max-width: 11.75rem;
  max-height: 10rem;
  width: 100%;
  margin-right: 3.438rem;
}
@media (max-width: 1700px) {
  .btd-repeater__bottom-single {
    margin-right: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .btd-repeater__bottom-single {
    max-width: 7.063rem;
    max-height: 6rem;
  }
}
@media (max-width: 1024px) {
  .btd-repeater__bottom-single {
    max-width: 7.063rem;
    max-height: 6rem;
  }
}
@media (max-width: 540px) {
  .btd-repeater__bottom-single {
    max-width: 4.688rem;
    max-height: 4rem;
    margin-right: 0;
  }
}
.btd-repeater__bottom-zoom {
  display: flex;
}
.btd-repeater__bottom-zoom figure {
  border-radius: 6.25rem;
  border: 0.25rem solid #4dacf7;
  width: 10rem;
  height: 10rem;
}
@media (max-width: 540px) {
  .btd-repeater__bottom-zoom figure {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.btd-repeater__bottom-zoom figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6.25rem;
  transition: all ease 300ms;
}
.btd-repeater__bottom-zoom .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all ease 300ms;
}
.btd-repeater__bottom-zoom a {
  display: block;
  position: relative;
}
.btd-repeater__bottom-zoom a:first-child {
  margin-right: -1.25rem;
}
.btd-repeater__bottom-zoom a:hover figure::before {
  background-color: rgba(24, 109, 156, 0.6);
  transition: all ease 300ms;
}
.btd-repeater__bottom-zoom a:hover .zoom-icon {
  opacity: 1;
  transition: all ease 300ms;
}
.btd-repeater .btd-repeater__title + .btd-repeater__context {
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .btd-repeater .btd-repeater__title + .btd-repeater__context {
    margin-top: 1rem;
  }
}
.btd-repeater .btd-repeater__context + .btd-repeater__bottom {
  margin-top: 1.875rem;
}
@media (max-width: 1024px) {
  .btd-repeater .btd-repeater__context + .btd-repeater__bottom {
    margin-top: 1.5rem;
  }
}
@media (max-width: 540px) {
  .btd-repeater .btd-repeater__context + .btd-repeater__bottom {
    margin-top: 1.25rem;
  }
}

.is-style-repeaters > div {
  max-width: 104rem;
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .is-style-repeaters > div {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .is-style-repeaters > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.slider-carousel__item, .slider-employees__item {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  width: 22.188rem;
}
@media (max-width: 1024px) {
  .slider-carousel__item, .slider-employees__item {
    gap: 0.75rem;
    width: 15.875rem;
  }
}
@media (max-width: 540px) {
  .slider-carousel__item, .slider-employees__item {
    gap: 0;
    width: 15.125rem;
  }
}
.slider-carousel__image, .slider-employees__image {
  position: relative;
  min-height: 26.25rem;
  background-color: #555555;
}
@media (max-width: 1024px) {
  .slider-carousel__image, .slider-employees__image {
    min-height: 21.25rem;
  }
}
@media (max-width: 540px) {
  .slider-carousel__image, .slider-employees__image {
    min-height: 20.188rem;
  }
}
.slider-carousel__content, .slider-employees__content {
  flex-basis: calc(100% - 21.875rem);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .slider-carousel__content, .slider-employees__content {
    flex-basis: calc(100% - 16.813rem);
  }
}
@media (max-width: 540px) {
  .slider-carousel__content, .slider-employees__content {
    flex-basis: auto;
  }
}
.slider-carousel__suptitle, .slider-employees__suptitle {
  display: block;
  width: 100%;
  text-align: center;
  color: #8a8a8a !important;
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  background: #d3d3d3;
  position: absolute;
  bottom: 4.75rem;
  left: 0;
  padding: 0.563rem 0.625rem;
}
@media (max-width: 1024px) {
  .slider-carousel__suptitle, .slider-employees__suptitle {
    bottom: 3.75rem;
  }
}
@media (max-width: 540px) {
  .slider-carousel__suptitle, .slider-employees__suptitle {
    bottom: 3.375rem;
  }
}
.slider-carousel__position, .slider-employees__position {
  display: block;
  width: 100%;
  text-align: center;
  color: #171717;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: 2.125rem;
  left: 0;
  padding: 0.813rem 0.625rem;
  transform: rotate(-5deg);
}
.slider-carousel__position-inner, .slider-employees__position-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .slider-carousel__position, .slider-employees__position {
    font-size: 0.875rem;
    padding: 0.625rem;
    bottom: 1.563rem;
  }
}
@media (max-width: 540px) {
  .slider-carousel__position, .slider-employees__position {
    bottom: 1.063rem;
  }
}
.slider-carousel__position.green, .slider-employees__position.green {
  background-color: #3be061;
}
.slider-carousel__position.green::before, .slider-carousel__position.green::after, .slider-employees__position.green::before, .slider-employees__position.green::after {
  background-color: #3be061;
}
.slider-carousel__position.yellow, .slider-employees__position.yellow {
  background-color: #ffe752;
}
.slider-carousel__position.yellow::before, .slider-carousel__position.yellow::after, .slider-employees__position.yellow::before, .slider-employees__position.yellow::after {
  background-color: #ffe752;
}
.slider-carousel__position.blue, .slider-employees__position.blue {
  background-color: #4dacf7;
}
.slider-carousel__position.blue::before, .slider-carousel__position.blue::after, .slider-employees__position.blue::before, .slider-employees__position.blue::after {
  background-color: #4dacf7;
}
.slider-carousel__position::before, .slider-carousel__position::after, .slider-employees__position::before, .slider-employees__position::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 100%;
  position: absolute;
  top: 0;
}
.slider-carousel__position::before, .slider-employees__position::before {
  right: 100%;
}
.slider-carousel__position::after, .slider-employees__position::after {
  left: 100%;
}
.slider-carousel__name, .slider-employees__name {
  color: #b8b6b6;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media (max-width: 1024px) {
  .slider-carousel__name, .slider-employees__name {
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 540px) {
  .slider-carousel__name, .slider-employees__name {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 400;
  }
}
.slider-carousel__department, .slider-employees__department {
  color: #b8b6b6;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  font-family: "Gotham Pro", sans-serif;
  text-align: center;
}
@media (max-width: 540px) {
  .slider-carousel__department, .slider-employees__department {
    font-size: 0.875rem;
    line-height: 142.8%;
    font-weight: 400;
  }
}
.slider-carousel figure, .slider-employees figure {
  overflow: hidden;
  border-radius: 0.063rem;
}
.slider-carousel figure img, .slider-employees figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-employees__position {
  background-color: #ffe752;
}
.slider-employees__position::before, .slider-employees__position::after {
  background-color: #ffe752;
}
.slider-images {
  overflow: hidden;
}
.slider-images__item {
  display: flex;
  align-items: center;
}
.slider-images figure {
  overflow: hidden;
  border-radius: 0.063rem;
  max-width: 40.938rem;
}
.slider-images figure img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 31.25rem;
  min-height: 31.25rem;
}
@media (max-width: 540px) {
  .slider-images figure img {
    max-height: 15.625rem;
    min-height: 15.625rem;
  }
}
.slider-images figure.smaller img {
  max-height: 25.5rem;
  min-height: 25.5rem;
}
@media (max-width: 540px) {
  .slider-images figure.smaller img {
    max-height: 12.5rem;
    min-height: 12.5rem;
  }
}
.slider-loading {
  visibility: visible;
  margin: auto;
  width: 2.5rem;
  height: 2.5rem;
  transition: all ease 300ms;
  position: relative;
}
.slider-loading::after {
  content: "";
  display: block;
  border: 0.25rem solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 0.25rem solid #ffe752;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: spin 1s linear infinite;
  z-index: 201;
}

.splide__track {
  overflow: visible;
}
.splide__slide {
  border: none !important;
}
.splide__arrows {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  .splide__arrows {
    margin-top: 1.875rem;
  }
}
@media (max-width: 540px) {
  .splide__arrows {
    gap: 3.375rem;
  }
}
.splide__arrows:has(.splide__arrow:disabled) {
  display: none;
}
.splide__arrow {
  position: relative;
  background: transparent !important;
  opacity: 1;
  height: auto;
  width: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 540px) {
  .splide__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.splide__arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.125rem solid #ffffff;
  border-radius: 6.25rem;
  transition: all ease 600ms;
}
.splide__arrow--prev svg {
  transform: translateX(1.25rem);
}
@media (max-width: 540px) {
  .splide__arrow--prev svg {
    transform: translateX(0.75rem);
  }
}
.splide__arrow--next svg {
  transform: translateX(-1.25rem);
}
@media (max-width: 540px) {
  .splide__arrow--next svg {
    transform: translateX(-0.75rem);
  }
}
.splide__arrow svg {
  height: auto;
  width: auto;
  fill: #ffffff;
  transition: all ease 300ms;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 1;
  transform-origin: center;
}
.splide__arrow:hover:not(:disabled)::after {
  border: 0.125rem solid #3be061;
  transform: scale(1.4);
  transition: all ease 600ms;
}
.splide__arrow:hover:not(:disabled) svg {
  fill: #3be061;
  transition: all ease 300ms;
}
.splide__pagination {
  position: relative;
  bottom: 0;
  margin-top: 3.75rem;
}
@media (max-width: 1024px) {
  .splide__pagination {
    margin-top: 3.125rem;
  }
}
.splide__pagination li {
  line-height: 0;
}
.splide__pagination__page {
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.375rem;
}
.splide__pagination__page.is-active {
  background: #4dacf7;
  transform: none;
}
.splide:not(.is-overflow) .splide__list {
  justify-content: center;
}

.btd-fade {
  position: relative;
  margin-top: 9.625rem;
  margin-bottom: 8.75rem;
}
@media (max-width: 1024px) {
  .btd-fade {
    margin-bottom: 4.125rem;
  }
}
@media (max-width: 540px) {
  .btd-fade {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .btd-fade__wrapper {
    max-width: 44rem;
    margin: auto;
  }
}
.btd-fade__front {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .btd-fade__front {
    justify-content: space-between;
  }
}
@media (max-width: 540px) {
  .btd-fade__front {
    justify-content: center;
  }
}
.btd-fade__fade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  background-color: #ffffff;
  max-width: 0.563rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  transition: all ease 600ms;
}
@media (max-width: 767px) {
  .btd-fade__fade {
    width: calc(100% - 2rem);
    gap: 1.25rem;
  }
}
.btd-fade__fade.active {
  padding: 1.25rem 2.375rem;
  max-width: 44rem;
  opacity: 1;
  z-index: 3;
  transition: all ease 600ms;
}
@media (max-width: 540px) {
  .btd-fade__fade.active {
    padding: 2.5rem 2.125rem;
  }
}
.btd-fade__heading {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #ffe752;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 540px) {
  .btd-fade__heading {
    font-size: 1.25rem;
    line-height: 180%;
    font-weight: 300;
  }
}
.btd-fade__text {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #171717;
  -webkit-line-clamp: 4;
}
@media (max-width: 540px) {
  .btd-fade__text {
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
    -webkit-line-clamp: 5;
  }
}
.btd-fade__image {
  max-width: 5.125rem;
}
@media (max-width: 540px) {
  .btd-fade__image {
    max-width: 3.125rem;
  }
}
.btd-fade__rhombus {
  position: relative;
}
.btd-fade__rhombus:nth-child(2) {
  margin-left: 4.25rem;
}
@media (max-width: 1024px) {
  .btd-fade__rhombus:nth-child(2) {
    margin: 0;
  }
}
.btd-fade__rhombus:nth-child(3) {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}
@media (max-width: 1024px) {
  .btd-fade__rhombus:nth-child(3) {
    margin: 0;
  }
}
.btd-fade__rhombus:nth-child(4) {
  margin-right: 4.25rem;
}
@media (max-width: 1024px) {
  .btd-fade__rhombus:nth-child(4) {
    margin: 0;
  }
}
.btd-fade__rhombus::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.btd-fade__rhombus.sm {
  width: 2.625rem;
  height: 2.625rem;
}
@media (max-width: 540px) {
  .btd-fade__rhombus.sm {
    display: none;
  }
}
.btd-fade__rhombus.sm::before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 43 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.5' x='1.41421' width='27.8162' height='27.8162' transform='matrix(0.707107 0.707107 0.707107 -0.707107 0.414214 21)' stroke='%23B8B6B6' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.btd-fade__rhombus.md {
  width: 6rem;
  height: 6rem;
}
@media (max-width: 540px) {
  .btd-fade__rhombus.md {
    display: none;
  }
}
.btd-fade__rhombus.md::before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 97 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.7' x='1.41421' width='66' height='66' transform='matrix(0.707107 0.707107 0.707107 -0.707107 0.414214 48)' stroke='%23B8B6B6' stroke-width='2'/%3E%3C/svg%3E");
}
.btd-fade__rhombus.lg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18.875rem;
  width: 18.875rem;
  height: 18.875rem;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 540px) {
  .btd-fade__rhombus.lg {
    flex: 0 0 14.875rem;
    width: 14.875rem;
    height: 14.875rem;
  }
}
.btd-fade__rhombus.lg::before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 302 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='151' y='1.41421' width='211' height='211' transform='rotate(45 151 1.41421)' stroke='%23FFE752' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.btd-fade__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.btd-fade__close svg {
  fill: #171717;
  stroke: #171717;
  transition: all ease 600ms;
}
.btd-fade__close:hover {
  transition: all ease 600ms;
}
.btd-fade__close:hover svg {
  fill: #3be061;
  stroke: #3be061;
  transition: all ease 600ms;
}

.posts-interview__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .posts-interview__inner {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 540px) {
  .posts-interview__inner {
    gap: 2rem;
  }
}
.posts-interview__content {
  flex-basis: 58.063rem;
}
@media (max-width: 1024px) {
  .posts-interview__content {
    flex-basis: auto;
  }
}
.posts-interview__image {
  overflow: hidden;
  border-radius: 0.063rem;
  flex-basis: 32.063rem;
  min-height: 34.563rem;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .posts-interview__image {
    min-height: unset;
    flex-basis: auto;
    max-height: 37.5rem;
    height: 37.5rem;
  }
}
@media (max-width: 781px) {
  .posts-interview__image {
    max-height: 34.375rem;
  }
}
@media (max-width: 540px) {
  .posts-interview__image {
    max-height: 23rem;
  }
}
.posts-interview__image img {
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1024px) {
  .posts-interview__image img {
    -o-object-position: 50% 7%;
       object-position: 50% 7%;
  }
}
.posts-interview__heading {
  text-transform: uppercase;
  margin-top: -0.625rem;
}
@media (max-width: 1024px) {
  .posts-interview__heading {
    margin-top: -1.438rem;
    margin-top: 0;
  }
}
@media (max-width: 540px) {
  .posts-interview__heading {
    margin-top: 0;
  }
}
.posts-interview__interviewee {
  color: #3be061;
}
.posts-interview__question {
  font-size: 1.125rem;
  line-height: 200%;
  font-weight: 700;
  font-family: "Gotham Pro Bold", sans-serif;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 0.063rem;
  background: #202020;
}
@media (max-width: 1024px) {
  .posts-interview__question {
    font-size: 1rem;
    line-height: 150%;
    padding: 0.813rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .posts-interview__question {
    padding: 0.75rem 2rem;
  }
}
@media (max-width: 540px) {
  .posts-interview__question {
    padding: 0.75rem 1rem;
  }
}
.posts-interview__answer {
  margin: 0;
  padding-left: 1.875rem;
  position: relative;
  -webkit-line-clamp: 7;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .posts-interview__answer {
    padding-left: 1.5rem;
    -webkit-line-clamp: 8;
  }
}
@media (max-width: 540px) {
  .posts-interview__answer {
    -webkit-line-clamp: 10;
  }
}
.posts-interview__answer::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' viewBox='0 0 18 13' fill='none'%3E%3Cpath d='M18 0C17.4985 2.0517 16.9791 4.28027 16.4418 6.68572C15.9403 9.05578 15.5642 11.1605 15.3134 13H10.209L9.83284 12.4163C10.2985 10.5769 10.9612 8.52517 11.8209 6.26122C12.7164 3.99728 13.6119 1.9102 14.5075 0H18ZM8.0597 0C7.55821 2.0517 7.05672 4.28027 6.55522 6.68572C6.05373 9.05578 5.6597 11.1605 5.37313 13H0.322388L0 12.4163C0.501493 10.5769 1.16418 8.52517 1.98806 6.26122C2.84776 3.99728 3.72537 1.9102 4.6209 0H8.0597Z' fill='%23FFE752'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: -0.625rem;
  left: 0;
}
@media (max-width: 1024px) {
  .posts-interview__answer::before {
    top: -0.188rem;
  }
}
.posts-interview__answer p {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  padding: 0;
  background: transparent;
}
.posts-interview h3 + p {
  margin-top: 3.75rem;
}
@media (max-width: 1024px) {
  .posts-interview h3 + p {
    margin-top: 2rem;
  }
}
@media (max-width: 540px) {
  .posts-interview h3 + p {
    margin-top: 2.188rem;
  }
}
.posts-interview p + blockquote {
  margin-top: 1.5rem;
}
@media (max-width: 540px) {
  .posts-interview p + blockquote {
    margin-top: 1.063rem;
  }
}
.posts-interview blockquote + button {
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .posts-interview blockquote + button {
    margin-top: 1.875rem;
  }
}
@media (max-width: 540px) {
  .posts-interview blockquote + button {
    margin-top: 1.375rem;
  }
}
.posts-interview__animation {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 3.25rem;
  margin-left: 5.625rem;
}
@media (max-width: 1280px) {
  .posts-interview__animation {
    margin-left: 3.438rem;
  }
}
@media (max-width: 1024px) {
  .posts-interview__animation {
    margin-left: 0;
    position: absolute;
    right: 1rem;
    top: -3.625rem;
  }
}
.posts-interview__animation-shown {
  max-width: 5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.posts-interview__animation-shown img {
  pointer-events: none;
}
.posts-interview__animation-shown:active ~ figure {
  left: calc(100% + 1.063rem);
  top: -4.25rem;
  transform: rotate(0deg);
  opacity: 1;
  transition: all ease 300ms;
}
@media (max-width: 1024px) {
  .posts-interview__animation-shown:active ~ figure {
    right: calc(100% + 1.063rem);
    left: auto;
  }
}
.posts-interview__animation-hidden {
  position: absolute;
  left: calc(100% - 6.25rem);
  top: -10.375rem;
  transform: rotate(-15deg);
  width: 18.375rem;
  height: 12.75rem;
  border: 0.75rem solid #fff;
  overflow: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media (max-width: 1024px) {
  .posts-interview__animation-hidden {
    right: calc(100% - 6.25rem);
    transform: rotate(15deg);
    left: auto;
  }
}
@media (max-width: 480px) {
  .posts-interview__animation-hidden {
    width: 13.125rem;
    height: 8.75rem;
    border: 0.375rem solid #fff;
  }
}
.posts-hobby__inner {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 1280px) {
  .posts-hobby__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.posts-hobby__item {
  flex-basis: calc(50% - 0.938rem);
  border-radius: 0.063rem;
  background: #ffffff;
  padding: 3.5rem 2rem;
  color: #171717;
}
@media (max-width: 1280px) {
  .posts-hobby__item {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .posts-hobby__item {
    padding: 1.5rem;
  }
}
@media (max-width: 540px) {
  .posts-hobby__item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.posts-hobby__title {
  text-transform: uppercase;
  color: #171717;
  -webkit-line-clamp: 1;
  overflow-y: hidden;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1024px) {
  .posts-hobby__title {
    margin-top: 0.25rem;
  }
}
@media (max-width: 540px) {
  .posts-hobby__title {
    font-size: 1.375rem;
    line-height: 120%;
    font-weight: 400;
    margin-top: 0;
  }
}
.posts-hobby__position {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  font-family: "Gotham Pro", sans-serif;
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  background: #3be061;
  -webkit-line-clamp: 1;
  overflow-y: hidden;
}
@media (max-width: 540px) {
  .posts-hobby__position {
    padding: 0.5rem 1rem;
  }
}
.posts-hobby__subtitle {
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 400;
  font-family: "Gotham Pro Bold", sans-serif;
  overflow-y: hidden;
}
.posts-hobby__text {
  margin: 0;
  -webkit-line-clamp: 3;
  overflow-y: hidden;
}
.posts-hobby__text p {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}
.posts-hobby button.button {
  color: #171717;
  border: 0.125rem solid #171717;
  background-color: transparent;
  max-width: 100%;
}
.posts-hobby button.button:hover {
  color: #ffe752;
  border: 0.125rem solid #ffe752;
}
.posts-hobby p {
  padding: 0;
}
.posts-hobby h3 + span {
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .posts-hobby h3 + span {
    margin-top: 0.688rem;
  }
}
@media (max-width: 540px) {
  .posts-hobby h3 + span {
    margin-top: 0.5rem;
  }
}
.posts-hobby span + p {
  margin-top: 2.25rem;
}
@media (max-width: 1024px) {
  .posts-hobby span + p {
    margin-top: 1.75rem;
  }
}
@media (max-width: 540px) {
  .posts-hobby span + p {
    margin-top: 1.563rem;
  }
}
.posts-hobby p + blockquote {
  margin-top: 0.813rem;
}
.posts-hobby blockquote + button {
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .posts-hobby blockquote + button {
    margin-top: 1.438rem;
  }
}
@media (max-width: 540px) {
  .posts-hobby blockquote + button {
    margin-top: 1.25rem;
  }
}
.posts-tech__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .posts-tech__inner {
    flex-direction: column;
    gap: 2.813rem;
  }
}
@media (max-width: 540px) {
  .posts-tech__inner {
    gap: 2rem;
  }
}
.posts-tech__content {
  flex-basis: 58.063rem;
}
@media (max-width: 1024px) {
  .posts-tech__content {
    flex-basis: auto;
  }
}
.posts-tech__image {
  overflow: hidden;
  border-radius: 0.063rem;
  flex-basis: 32.063rem;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .posts-tech__image {
    min-height: unset;
    flex-basis: auto;
  }
}
.posts-tech__image img {
  -o-object-position: top;
     object-position: top;
  height: 43.313rem;
}
@media (max-width: 1024px) {
  .posts-tech__image img {
    -o-object-position: 50% 27%;
       object-position: 50% 27%;
  }
}
.posts-tech__caption {
  font-size: 2rem;
  line-height: 162.5%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .posts-tech__caption {
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 400;
  }
}
.posts-tech__heading {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .posts-tech__heading {
    margin-bottom: 3rem;
  }
}
@media (max-width: 540px) {
  .posts-tech__heading {
    margin-bottom: 2rem;
  }
}
.posts-tech__title {
  text-transform: uppercase;
}
.posts-tech__text {
  font-size: 1.5rem;
  line-height: 158.3%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  padding: 0;
  -webkit-line-clamp: 7;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .posts-tech__text {
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
    -webkit-line-clamp: 10;
  }
}
.posts-tech h3 + p {
  margin-top: 3.75rem;
}
@media (max-width: 1024px) {
  .posts-tech h3 + p {
    margin-top: 2.5rem;
  }
}
@media (max-width: 540px) {
  .posts-tech h3 + p {
    margin-top: 1.5rem;
  }
}
.posts-tech .button {
  margin-top: 3.75rem;
}
@media (max-width: 1024px) {
  .posts-tech .button {
    margin-top: 2rem;
  }
}
@media (max-width: 540px) {
  .posts-tech .button {
    margin-top: 1.5rem;
    max-width: 100%;
  }
}

.faq__inner {
  max-width: 83rem;
  margin: 0 auto;
}
.faq__item {
  width: 100%;
  background-color: #202020;
  border-radius: 0.063rem;
}
.faq__item + .faq__item {
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  .faq__item + .faq__item {
    margin-top: 1.5rem;
  }
}
.faq__item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding: 1.5rem 2.5rem;
}
@media (max-width: 1024px) {
  .faq__item-title {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .faq__item-title {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 540px) {
  .faq__item-title {
    align-items: flex-start;
    gap: 0.813rem;
  }
}
.faq__item-title-icon {
  pointer-events: none;
  flex-basis: 1.5rem;
  transform: rotate(0deg);
  transition: all ease 600ms;
}
@media (max-width: 767px) {
  .faq__item-title-icon {
    flex-basis: 1rem;
  }
}
@media (max-width: 540px) {
  .faq__item-title-icon {
    margin-top: 0.625rem;
  }
}
.faq__item-title-icon svg {
  max-width: 1.5rem;
}
@media (max-width: 767px) {
  .faq__item-title-icon svg {
    max-width: 1rem;
  }
}
.faq__item-title-text {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #b8b6b6 !important;
  pointer-events: none;
  transition: all ease 600ms;
}
@media (max-width: 1024px) {
  .faq__item-title-text {
    font-size: 1.125rem;
  }
}
.faq__item-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  height: 0;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.6s, opacity 0.3s;
  position: relative;
  z-index: -1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 1024px) {
  .faq__item-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .faq__item-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 540px) {
  .faq__item-text {
    align-items: flex-start;
    gap: 0.813rem;
  }
}
.faq__item-text-icon {
  flex-basis: 2rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .faq__item-text-icon {
    flex-basis: 1rem;
  }
}
@media (max-width: 540px) {
  .faq__item-text-icon {
    margin-top: 0.625rem;
  }
}
.faq__item-text-icon svg {
  max-width: 2rem;
}
@media (max-width: 767px) {
  .faq__item-text-icon svg {
    max-width: 1rem;
  }
}
.faq__item-text-text {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #ffffff !important;
  pointer-events: none;
  transition: all ease 600ms;
}
@media (max-width: 1024px) {
  .faq__item-text-text {
    font-size: 1.125rem;
  }
}
.faq__item--active {
  cursor: default;
}
.faq__item--active .faq__item-title-text {
  opacity: 0.45;
  transition: all ease 600ms;
}
.faq__item--active .faq__item-title-icon {
  transform: rotate(135deg);
  transition: all ease 600ms;
}
.faq__item--active .faq__item-text {
  height: auto;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition: transform 0.6s, opacity 0.3s;
  padding-bottom: 2rem;
}
@media (max-width: 1024px) {
  .faq__item--active .faq__item-text {
    padding-bottom: 0.75rem;
  }
}

.btd-content + .btd-content {
  padding-top: 5rem;
}
@media (max-width: 1024px) {
  .btd-content + .btd-content {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .btd-content + .btd-content {
    padding-top: 2rem;
  }
}
.btd-content p {
  font-size: 1.5rem;
  line-height: 158.3%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1024px) {
  .btd-content p {
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
  }
}
.btd-content-boss {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .btd-content-boss {
    flex-direction: column-reverse;
    gap: 2.75rem;
  }
}
@media (max-width: 540px) {
  .btd-content-boss {
    gap: 1.875rem;
  }
}
.btd-content-boss__image {
  overflow: hidden;
  border-radius: 0.063rem;
  flex-basis: 32.063rem;
  min-height: 39.063rem;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .btd-content-boss__image {
    min-height: unset;
    flex-basis: auto;
    max-height: 37.5rem;
  }
}
@media (max-width: 781px) {
  .btd-content-boss__image {
    max-height: 34.375rem;
  }
}
@media (max-width: 540px) {
  .btd-content-boss__image {
    max-height: 23rem;
  }
}
.btd-content-boss__image img {
  -o-object-position: top;
     object-position: top;
}
.btd-content-boss__content {
  flex-basis: 57.563rem;
}
@media (max-width: 1024px) {
  .btd-content-boss__content {
    flex-basis: auto;
  }
}
.btd-content-boss__heading {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .btd-content-boss__heading {
    margin-bottom: 3rem;
  }
}
@media (max-width: 540px) {
  .btd-content-boss__heading {
    margin-bottom: 2rem;
  }
}
.btd-content-boss__context {
  max-width: 49.063rem;
}
@media (max-width: 1024px) {
  .btd-content-boss__context {
    max-width: 100%;
  }
}
.btd-content-boss__context-item + div {
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  .btd-content-boss__context-item + div {
    margin-top: 1.5rem;
  }
}
@media (max-width: 540px) {
  .btd-content-boss__context-item + div {
    margin-top: 1rem;
  }
}
.btd-content-boss__bottom {
  margin-top: 5rem;
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .btd-content-boss__bottom {
    margin-top: 2rem;
  }
}
@media (max-width: 540px) {
  .btd-content-boss__bottom {
    margin-top: 1.5rem;
  }
}
.btd-content-boss__bottom button {
  position: relative;
  z-index: 3;
}
.btd-content-boss__animation {
  position: relative;
}
.btd-content-boss__animation-shown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #6d6d6d;
  z-index: 2;
  position: relative;
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.btd-content-boss__animation-shown img {
  pointer-events: none;
}
.btd-content-boss__animation-shown:active ~ figure {
  left: calc(100% + 1.063rem);
  top: -2rem;
  transform: rotate(15deg);
  opacity: 1;
  transition: all ease 300ms;
  z-index: 4;
}
@media (max-width: 480px) {
  .btd-content-boss__animation-shown:active ~ figure {
    left: calc(-100% - 6.25rem);
    transform: rotate(-15deg);
  }
}
.btd-content-boss__animation-hidden {
  position: absolute;
  left: calc(100% + 6.25rem);
  top: -0.75rem;
  transform: rotate(15deg);
  width: 8.375rem;
  height: 9.625rem;
  border: 0.75rem solid #fff;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  transition: all ease 300ms;
}
@media (max-width: 480px) {
  .btd-content-boss__animation-hidden {
    left: calc(-100% - 12.5rem);
    transform: rotate(-15deg);
    border: 0.375rem solid #fff;
  }
}
.btd-content-boss__caption {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 1024px) {
  .btd-content-boss__caption {
    margin-top: 0.938rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 540px) {
  .btd-content-boss__caption {
    margin-top: 0.5rem;
    margin-bottom: 2.375rem;
  }
}
.btd-content-boss__caption p {
  font-size: 2.125rem;
  line-height: 100%;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .btd-content-boss__caption p {
    font-size: 1.563rem;
  }
}
.btd-content-learn {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
.btd-content-learn.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .btd-content-learn.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .btd-content-learn {
    flex-direction: column-reverse;
    gap: 3.125rem;
  }
}
@media (max-width: 540px) {
  .btd-content-learn {
    gap: 2rem;
  }
}
.btd-content-learn__image {
  overflow: hidden;
  border-radius: 0.063rem;
  flex-basis: 32.063rem;
  min-height: 27rem;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .btd-content-learn__image {
    min-height: unset;
    flex-basis: auto;
    max-height: 37.5rem;
  }
}
@media (max-width: 781px) {
  .btd-content-learn__image {
    max-height: 34.375rem;
  }
}
@media (max-width: 540px) {
  .btd-content-learn__image {
    max-height: 16rem;
  }
}
.btd-content-learn__image img {
  -o-object-position: top;
     object-position: top;
}
.btd-content-learn__content {
  flex-basis: 57.563rem;
}
@media (max-width: 1024px) {
  .btd-content-learn__content {
    flex-basis: auto;
  }
}
.btd-content-learn__heading {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffe752;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .btd-content-learn__heading {
    max-width: 100%;
    margin-bottom: 1.563rem;
  }
}
@media (max-width: 540px) {
  .btd-content-learn__heading {
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 300;
    margin-top: -0.5rem;
  }
}
.btd-content-learn__context-item + div {
  margin-top: 1.25rem;
}
@media (max-width: 540px) {
  .btd-content-learn__context-item + div {
    margin-top: 1rem;
  }
}
.btd-content-learn__context-item.boxed {
  border-radius: 0.063rem;
  background: #202020;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .btd-content-learn__context-item.boxed {
    padding-top: 1.75rem;
    padding-bottom: 1.375rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 540px) {
  .btd-content-learn__context-item.boxed {
    padding: 0.75rem 1rem;
  }
}
.btd-content-learn__context-item.boxed + div {
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .btd-content-learn__context-item.boxed + div {
    margin-top: 1.5rem;
  }
}
.btd-content-learn__context-title {
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .btd-content-learn__context-title {
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: 400;
  }
}
@media (max-width: 540px) {
  .btd-content-learn__context-title {
    font-size: 1.25rem;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 0.563rem;
  }
}
.btd-content-learn__context-text b {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffe752;
}
.btd-content-meet {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.875rem;
}
@media (max-width: 1200px) {
  .btd-content-meet {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .btd-content-meet {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 540px) {
  .btd-content-meet {
    gap: 2.125rem;
  }
}
@media (max-width: 1024px) {
  .btd-content-meet__top {
    margin-bottom: 2rem;
  }
}
.btd-content-meet__bottom {
  width: auto;
  margin-left: auto;
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  .btd-content-meet__bottom {
    margin-top: 2rem;
  }
}
@media (max-width: 540px) {
  .btd-content-meet__bottom {
    margin-top: 2.875rem;
    margin-left: 0;
  }
}
.btd-content-meet__bottom-item {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 540px) {
  .btd-content-meet__bottom-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.btd-content-meet__bottom-item div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.375rem;
}
@media (max-width: 540px) {
  .btd-content-meet__bottom-item div {
    gap: 1.063rem;
  }
}
.btd-content-meet__bottom-item + div {
  margin-top: 0.5rem;
}
@media (max-width: 540px) {
  .btd-content-meet__bottom-item + div {
    margin-top: 1.5rem;
  }
}
.btd-content-meet__bottom-title {
  width: 5.688rem;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 183.3%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1024px) {
  .btd-content-meet__bottom-title {
    width: 4.75rem;
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
  }
}
.btd-content-meet__bottom-text {
  display: inline-block;
  font-size: 2rem;
  line-height: 137.5%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.btd-content-meet__supheading {
  display: block;
  text-transform: uppercase;
}
.btd-content-meet__title {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 540px) {
  .btd-content-meet__title {
    flex-direction: column;
  }
}
.btd-content-meet__title span {
  display: block;
}
@media (max-width: 540px) {
  .btd-content-meet__title span:nth-child(2n) {
    margin-left: auto;
  }
}
.btd-content-meet__title span + span {
  padding-left: 1.438rem;
}
@media (max-width: 1024px) {
  .btd-content-meet__title span + span {
    padding-left: 0.875rem;
  }
}
@media (max-width: 540px) {
  .btd-content-meet__title span + span {
    padding-left: 0;
  }
}
.btd-content-meet__title:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.btd-content-meet__heading {
  font-size: 6.25rem;
  line-height: 120%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #3be061 !important;
}
@media (max-width: 1024px) {
  .btd-content-meet__heading {
    font-size: 4rem;
    line-height: 131.2%;
  }
}
@media (max-width: 540px) {
  .btd-content-meet__heading {
    font-size: 3.5rem;
    line-height: 114.2%;
  }
}
.btd-content-meet__image {
  overflow: hidden;
  border-radius: 0.063rem;
  flex-basis: 32.063rem;
  min-height: 22.875rem;
}
@media (max-width: 1024px) {
  .btd-content-meet__image {
    min-height: unset;
    flex-basis: auto;
    max-height: auto;
    align-self: stretch;
  }
}
.btd-content-meet__image img {
  -o-object-position: top;
     object-position: top;
  min-height: 22.875rem;
}
@media (max-width: 540px) {
  .btd-content-meet__image img {
    min-height: auto;
  }
}
.btd-content-meet__content {
  flex-basis: 57.563rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .btd-content-meet__content {
    flex-basis: auto;
    width: 100%;
  }
}
.btd-content-meet__context {
  max-width: 49.063rem;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .btd-content-meet__context {
    max-width: 100%;
    margin-left: 0;
  }
}
.btd-content-meet__context-item + div {
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  .btd-content-meet__context-item + div {
    margin-top: 1.5rem;
  }
}
@media (max-width: 540px) {
  .btd-content-meet__context-item + div {
    margin-top: 1rem;
  }
}
.btd-content-meet__context-title {
  font-size: 2.25rem;
  line-height: 144.4%;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  display: block;
}
@media (max-width: 540px) {
  .btd-content-meet__context-title {
    font-size: 1.375rem;
    line-height: 127.2%;
  }
}
.btd-content-meet__context-title + p {
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  .btd-content-meet__context-title + p {
    margin-top: 2rem;
  }
}
@media (max-width: 540px) {
  .btd-content-meet__context-title + p {
    margin-top: 1rem;
  }
}

.btd-creative-support {
  display: flex;
  flex-direction: column;
  gap: 5.75rem;
}
@media (max-width: 1024px) {
  .btd-creative-support {
    gap: 3rem;
  }
}
@media (max-width: 540px) {
  .btd-creative-support {
    gap: 2rem;
  }
}
.btd-creative-support__top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 540px) {
  .btd-creative-support__top {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.btd-creative-support__top-left {
  flex-basis: calc(100% - 32.063rem);
  flex-shrink: 1;
  max-width: 40.563rem;
}
@media (max-width: 1024px) {
  .btd-creative-support__top-left {
    flex-basis: calc(100% - 22.5rem);
    max-width: 21.813rem;
  }
}
.btd-creative-support__bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 540px) {
  .btd-creative-support__bottom {
    flex-direction: column-reverse;
    gap: 1.375rem;
  }
}
.btd-creative-support__bottom-right {
  flex-basis: calc(100% - 32.063rem);
  flex-shrink: 1;
  max-width: 57.563rem;
}
@media (max-width: 1024px) {
  .btd-creative-support__bottom-right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.btd-creative-support__image {
  overflow: hidden;
  border-radius: 0.063rem;
  flex-basis: 32.063rem;
  flex-shrink: 0;
  max-height: 15rem;
  min-height: 15rem;
}
@media (max-width: 1024px) {
  .btd-creative-support__image {
    max-height: 10rem;
    min-height: 10rem;
    flex-basis: 14.875rem;
  }
}
.btd-creative-support__context p {
  max-width: 40.563rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 1024px) {
  .btd-creative-support__context p {
    max-width: 21.5rem;
  }
}
@media (max-width: 540px) {
  .btd-creative-support__context p {
    padding-bottom: 0.563rem;
  }
}
.btd-creative-support__context p:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .btd-creative-support__context p:nth-child(2n) {
    max-width: 19rem;
  }
}
@media (max-width: 540px) {
  .btd-creative-support__context p:nth-child(2n) {
    max-width: 15.125rem;
  }
}
.btd-creative-support__context p:last-child {
  padding-bottom: 0;
}
.btd-creative-support__title {
  display: flex;
  flex-direction: column;
}
.btd-creative-support__title span:nth-child(2n) {
  margin-left: auto;
}
.btd-creative-support__heading {
  font-size: 6.25rem;
  line-height: 120%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .btd-creative-support__heading {
    font-size: 3.75rem;
    line-height: 133.3%;
  }
}
@media (max-width: 540px) {
  .btd-creative-support__heading {
    font-size: 3.5rem;
    line-height: 114.2%;
  }
}
.btd-creative-referral {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .btd-creative-referral {
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .btd-creative-referral {
    gap: 2.625rem;
  }
}
.btd-creative-referral__top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.btd-creative-referral__top p {
  margin-left: 17%;
  max-width: 40.563rem;
}
@media (max-width: 1024px) {
  .btd-creative-referral__top p {
    max-width: 27.125rem;
    margin-left: 0;
  }
}
.btd-creative-referral__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.btd-creative-referral__bottom-right {
  flex-basis: calc(100% - 32.063rem);
  flex-shrink: 1;
  max-width: 57.563rem;
}
@media (max-width: 1024px) {
  .btd-creative-referral__bottom-right {
    flex-basis: calc(100% - 16.875rem);
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .btd-creative-referral__bottom-right {
    flex-basis: 100%;
  }
}
.btd-creative-referral__image {
  overflow: hidden;
  border-radius: 0.063rem;
  flex-basis: 32.063rem;
  max-height: 20.875rem;
  min-height: 20.875rem;
}
@media (max-width: 1024px) {
  .btd-creative-referral__image {
    flex-basis: 14.875rem;
    max-height: 13.75rem;
    min-height: 13.75rem;
  }
}
@media (max-width: 600px) {
  .btd-creative-referral__image {
    margin-top: 2rem;
  }
}
@media (max-width: 1024px) {
  .btd-creative-referral__image img {
    min-height: 13.75rem;
  }
}
@media (max-width: 600px) {
  .btd-creative-referral__image img {
    max-width: 14.875rem;
  }
}
@media (max-width: 600px) {
  .btd-creative-referral__image.desktop {
    display: none;
  }
}
.btd-creative-referral__image.mobile {
  display: none;
}
@media (max-width: 600px) {
  .btd-creative-referral__image.mobile {
    display: block;
  }
}
.btd-creative-referral__context p {
  max-width: 40.563rem;
  padding-bottom: 2.5rem;
  margin: auto;
}
@media (max-width: 1024px) {
  .btd-creative-referral__context p {
    max-width: 27.125rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 600px) {
  .btd-creative-referral__context p {
    padding-bottom: 0.5rem;
  }
}
.btd-creative-referral__context p:last-child {
  padding-bottom: 0;
}
.btd-creative-referral__title {
  margin-top: 2.875rem;
  margin-bottom: -0.75rem;
  transform: translateX(-44%);
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .btd-creative-referral__title {
    transform: none;
    white-space: unset;
  }
}
@media (max-width: 781px) {
  .btd-creative-referral__title {
    transform: translateX(-42%);
  }
}
@media (max-width: 600px) {
  .btd-creative-referral__title {
    transform: none;
    margin-top: -3.75rem;
  }
}
@media (max-width: 600px) {
  .btd-creative-referral__title span:nth-child(2n+1) {
    margin-right: 4rem;
  }
}
.btd-creative-referral__heading {
  font-size: 6.25rem;
  line-height: 120%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffe752 !important;
}
@media (max-width: 1024px) {
  .btd-creative-referral__heading {
    font-size: 4rem;
    line-height: 110%;
    font-weight: 400;
  }
}
@media (max-width: 600px) {
  .btd-creative-referral__heading {
    display: block;
    text-align: right;
  }
}
@media (max-width: 540px) {
  .btd-creative-referral__heading {
    font-size: 3.5rem;
    line-height: 114.2%;
  }
}
.btd-creative p {
  font-size: 1.5rem;
  line-height: 158.3%;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1024px) {
  .btd-creative p {
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
  }
}

.btd-positions {
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .btd-positions {
    margin-top: 2.5rem;
  }
}
@media (max-width: 540px) {
  .btd-positions {
    margin-top: 0.625rem;
  }
}

/* All
--------------------------------------------- */
.BambooHR-ATS-board h2 {
  display: none;
}
.BambooHR-ATS-board .BambooHR-ATS-Department-Header {
  display: none;
}
.BambooHR-ATS-board .BambooHR-ATS-Jobs-List {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BambooHR-ATS-board .BambooHR-ATS-Jobs-List a {
  font-size: 2.625rem;
  line-height: 120%;
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 1024px) {
  .BambooHR-ATS-board .BambooHR-ATS-Jobs-List a {
    font-size: 2rem;
    line-height: 162.5%;
    padding: 0;
  }
}
@media (max-width: 540px) {
  .BambooHR-ATS-board .BambooHR-ATS-Jobs-List a {
    font-size: 1.5rem;
    line-height: 133.3%;
  }
}
.BambooHR-ATS-board .BambooHR-ATS-Jobs-Item {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
  border-top: 0.063rem solid #6d6d6d;
  border-bottom: 0.063rem solid #6d6d6d;
}
@media (max-width: 1024px) {
  .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item {
    gap: 0;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 1.438rem;
    padding-bottom: 1.438rem;
  }
}
@media (max-width: 540px) {
  .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.BambooHR-ATS-board .BambooHR-ATS-Jobs-Item:hover a {
  color: #ffe752;
}
.BambooHR-ATS-board .BambooHR-ATS-Jobs-Item span {
  font-size: 1.25rem;
  line-height: 170%;
  font-weight: 400;
  font-family: "Gotham Pro", sans-serif;
  text-transform: uppercase;
  color: #6d6d6d;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 !important;
}
@media (max-width: 540px) {
  .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item span {
    font-size: 0.875rem;
    padding-top: 0.438rem !important;
  }
}

.grecaptcha-badge {
  display: none !important;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  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
--------------------------------------------- */
.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Animations
--------------------------------------------- */
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  100% {
    display: none;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Temporary styles
--------------------------------------------- */
@media (max-width: 1024px) {
  .custom-image-position-1 .btd-content-learn__image {
    height: 37.5rem;
  }
  .custom-image-position-1 .btd-content-learn__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 67%;
       object-position: 50% 67%;
  }
}

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