@charset "UTF-8";
/*!
Theme Name: Trojan Collective
Theme URI: http://underscores.me/
Author: Onzeweb
Author URI: https://onzeweb.ch
Description: Template Trojan by Onzeweb
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: trojan
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: black;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: black;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Onzeweb
--------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body, .page {
  margin: 0;
}

#primary, body {
  background-color: #FAF8F8;
}

@media screen and (max-width: 1200px) {
  .no-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .no-desktop {
    display: none !important;
  }
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.sticky-zone {
  min-height: 100vh;
  padding: 0 !important;
}
.sticky-zone .wp-block-group__inner-container {
  position: relative;
}
.sticky-zone .wp-block-group__inner-container > * {
  position: sticky;
  border-radius: 4rem 4rem 0 0;
  overflow: hidden;
  margin-block-start: 0;
  height: 90vh !important;
}
.sticky-zone .wp-block-group__inner-container > *:nth-child(1) {
  background-color: #DBDBDB;
}
.sticky-zone .wp-block-group__inner-container > *:nth-child(2) {
  background-color: #D4FFCB;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1254901961);
}
.sticky-zone .wp-block-group__inner-container::after {
  content: "";
  display: block;
  height: 400px;
}

@font-face {
  font-family: "suisse";
  src: url("sass/typo/Suisse-BP-Intl-Thin.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "suisse";
  src: url("sass/typo/Suisse-BP-Intl-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "suisse";
  src: url("sass/typo/Suisse-BP-Intl-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "suisse";
  src: url("sass/typo/Suisse-BP-Intl-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: "suisse", "Helvetica", Arial, sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: clamp(1.5rem, 2.5vw, 3rem) !important;
  margin-block-start: clamp(1.5rem, 2.5vw, 3rem) !important;
  margin-bottom: clamp(1.2rem, 1.7708vw, 2.125rem);
  margin-block-end: clamp(1.2rem, 1.7708vw, 2.125rem) !important;
}

h2 {
  font-size: clamp(30px, 5.2083vw, 100px);
  font-weight: 400;
  line-height: 0.9;
  margin: 1rem 0;
}

h3 {
  font-size: clamp(22px, 2.6041vw, 50px);
  font-weight: 300;
  line-height: 1.2;
  margin: 1rem 0;
}
h3.link-arrow a {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
h3.link-arrow a::after {
  content: "";
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  background-image: url(./sass/res/arrow-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  h3.link-arrow a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 820px) {
  h3.link-arrow a {
    gap: 1rem;
  }
}

h4 {
  font-size: clamp(25px, 2.0833vw, 40px);
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  font-size: clamp(16px, 1.302vw, 25px);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: clamp(15px, 1.5625vw, 30px);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

p {
  font-size: clamp(16px, 1.302vw, 25px);
  font-weight: 300 !important;
  line-height: 1.2;
}
p b, p strong {
  font-weight: 500 !important;
}

#primary p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-decoration-thickness: 0.1rem !important;
  text-underline-offset: 0.2rem !important;
}
#primary p span {
  text-decoration-thickness: 0.1rem !important;
  text-underline-offset: 0.2rem !important;
}
#primary p.has-small-font-size {
  font-size: calc(clamp(16px, 1.302vw, 25px) * 0.8) !important;
}
#primary p.has-medium-font-size {
  font-size: calc(clamp(16px, 1.302vw, 25px) * 1) !important;
}
#primary p.has-large-font-size {
  font-size: calc(clamp(16px, 1.302vw, 25px) * 2.8) !important;
  line-height: 1 !important;
}
#primary p.has-x-large-font-size {
  font-size: calc(clamp(16px, 1.302vw, 25px) * 8) !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 0.25em !important;
}
#primary p a {
  border-bottom: 2px solid #71FF00;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
#primary p a:hover {
  opacity: 1;
}
#primary p.link-arrow {
  line-height: 1;
}
#primary p.link-arrow a {
  border-bottom: none !important;
  display: block;
  text-transform: uppercase;
  position: relative;
  margin-right: calc(20px + 0.5rem);
}
#primary p.link-arrow a::after {
  content: "";
  position: absolute;
  right: calc(-20px - 0.5rem);
  top: calc(50% - 12px);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(./sass/res/arrow-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#primary .clear {
  clear: both;
}
#primary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#primary ul li {
  font-size: clamp(16px, 1.302vw, 25px);
  font-weight: 400;
  line-height: 1.1;
}

.all-caps {
  text-transform: uppercase;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.has-green-color {
  color: #71FF00;
}

.has-green-background-color {
  background-color: #71FF00;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.has-light-grey-color {
  color: #FAF8F8;
}

.has-light-grey-background-color {
  background-color: #FAF8F8;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

#page-loader {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.5s ease-in;
  /* The animation code */
  /* The animation code */
  /* The animation code */
}
#page-loader .loader-logo {
  display: block;
  width: 80%;
  height: auto;
}
@keyframes sliding1 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes sliding2 {
  0% {
    left: -100%;
  }
  100% {
    left: 110%;
  }
}
@keyframes sliding3 {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
#page-loader .loader-anime {
  background-color: #71FF00;
  position: absolute;
  height: 100vh;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  transition: background-color 1.3s linear;
}
#page-loader .anime-1 {
  width: 100%;
  opacity: 0.3;
  animation-name: sliding1;
}
#page-loader .anime-2 {
  width: 90%;
  opacity: 0.6;
  animation-name: sliding2;
}
#page-loader .anime-3 {
  width: 80%;
  opacity: 1;
  animation-name: sliding3;
}
#page-loader.fade-out {
  opacity: 0;
}

#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  padding: 1rem 5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: top 0.5s ease-in-out;
}
#masthead .site-branding {
  position: relative;
  z-index: 11;
}
#masthead .site-branding .custom-logo-link {
  display: block;
  width: clamp(110px, 8.0729vw, 155px);
}
#masthead .site-branding .custom-logo-link img {
  display: block;
}
#masthead.scrolled {
  top: -10rem;
}
#masthead.scrolled.show {
  top: 0 !important;
}

#site-navigation #zone-menu {
  display: flex;
}
@media screen and (max-width: 1200px) {
  #site-navigation #zone-menu {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #site-navigation .menu-menu-principal-container, #site-navigation .menu-menu-langues-container {
    display: none;
  }
}
#site-navigation #primary-menu, #site-navigation #lang-menu {
  display: flex;
  justify-content: flex-end;
}
#site-navigation #primary-menu li a, #site-navigation #lang-menu li a {
  color: rgba(0, 0, 0, 0.3137254902);
  transition: color 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  #site-navigation #primary-menu li a, #site-navigation #lang-menu li a {
    font-size: 30px;
  }
}
#site-navigation #primary-menu li a:hover, #site-navigation #lang-menu li a:hover {
  color: #000000;
}
#site-navigation #primary-menu li.current-menu-item a, #site-navigation #primary-menu li.current-lang a, #site-navigation #lang-menu li.current-menu-item a, #site-navigation #lang-menu li.current-lang a {
  color: #000000;
}
#site-navigation #primary-menu {
  margin-right: 6rem;
}
#site-navigation #primary-menu li {
  margin-right: 3rem;
}
#site-navigation #primary-menu li:last-of-type {
  margin-right: 0;
}
#site-navigation #lang-menu li a {
  font-size: 1rem;
}
#site-navigation #lang-menu li a::after {
  content: "|";
  color: rgba(0, 0, 0, 0.3137254902) !important;
  display: inline-block;
  margin: 0 0.2rem;
  pointer-events: none;
}
#site-navigation #lang-menu li:last-of-type a::after {
  content: "";
  display: none;
}
#site-navigation.toggled #zone-menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#site-navigation.toggled #zone-menu .menu-main-menu-container, #site-navigation.toggled #zone-menu .menu-menu-principal-container, #site-navigation.toggled #zone-menu .menu-menu-langues-container {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #site-navigation.toggled #zone-menu .menu-main-menu-container, #site-navigation.toggled #zone-menu .menu-menu-principal-container, #site-navigation.toggled #zone-menu .menu-menu-langues-container {
    display: block;
  }
}
#site-navigation.toggled #primary-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#site-navigation.toggled #primary-menu li {
  margin: 0;
}
#site-navigation.toggled #lang-menu {
  margin-top: 3rem;
  justify-content: center;
}

/*--- debut burger menu ---*/
#burger-menu {
  position: relative;
  z-index: 1111;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin-left: auto;
  display: none;
  /*--- enlever tour bleu en focus (non recommandé !) ---*/
}
@media screen and (max-width: 1200px) {
  #burger-menu {
    display: block;
  }
}
#burger-menu span {
  display: block;
  position: absolute;
  right: calc(50% - 10px);
  width: 20px;
  height: 2px;
  background-color: #000;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background-color 0.2s 0.2s;
}
#burger-menu span:nth-child(1) {
  top: 30%;
}
#burger-menu span:nth-child(2) {
  top: calc(50% - 1px);
}
#burger-menu span:nth-child(3) {
  bottom: 30%;
}
#burger-menu.active span {
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, background-color 0.2s 0.2s;
}
#burger-menu.active span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
#burger-menu.active span:nth-child(2) {
  opacity: 0;
}
#burger-menu.active span:nth-child(3) {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}
#burger-menu:focus {
  outline: none;
}

/*--- fin burger menu ---*/
#post-container {
  padding: 3rem 5% 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#post-container article {
  flex: 0 0 calc(50% - 1rem);
  margin: 0;
  display: none;
}
#post-container article.show {
  display: block;
}
@media screen and (max-width: 820px) {
  #post-container article {
    flex: 1 0 100%;
  }
}
#post-container article .post-thumbnail {
  overflow: hidden;
}
#post-container article .post-thumbnail a {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}
#post-container article .post-thumbnail a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease-in-out;
}
#post-container article .post-thumbnail a .post-excerpt {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3137254902);
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  padding: 2rem;
  overflow-y: auto;
}
#post-container article .post-thumbnail a .post-excerpt > * {
  font-size: clamp(22px, 2.6041vw, 50px) !important;
  font-weight: 500 !important;
  margin: 0;
}
#post-container article .post-infos {
  display: flex;
  gap: 0 1rem;
  padding: 1rem 0;
}
@media screen and (max-width: 820px) {
  #post-container article .post-infos {
    flex-direction: column;
    padding: 0.5rem 0;
  }
}
#post-container article .post-infos .post-title, #post-container article .post-infos .post-sub-cat {
  line-height: 1.2;
  margin: 0;
}
#post-container article:hover .post-thumbnail {
  overflow: hidden;
}
#post-container article:hover .post-thumbnail a img {
  transform: scale(1.05);
}
#post-container article:hover .post-thumbnail a .post-excerpt {
  opacity: 1;
}

.loader-button.hide {
  display: none;
}

#primary {
  position: relative;
  z-index: 2;
  padding-top: 0.01rem;
}
#primary .clients-logos {
  gap: 0 3rem;
}
@media screen and (max-width: 1200px) {
  #primary .clients-logos {
    gap: 0 2rem;
  }
}
#primary .clients-logos figure {
  max-width: calc(16.666% - 3rem);
}
@media screen and (max-width: 1200px) {
  #primary .clients-logos figure {
    max-width: calc(25% - 2rem);
  }
}
@media screen and (max-width: 820px) {
  #primary .clients-logos figure {
    max-width: calc(33.333% - 2rem);
  }
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.single-post #primary #current-post, .single-post #primary #next-post {
  overflow: hidden;
}
.single-post #primary #current-post .post-header, .single-post #primary #next-post .post-header {
  background-color: #FAF8F8;
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  align-items: center;
  padding: 0.5rem 5%;
  height: 100px;
  overflow-y: hidden;
}
.single-post #primary #current-post .post-header .post-title, .single-post #primary #next-post .post-header .post-title {
  flex: 0 0 15%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 1.302vw, 25px);
  font-weight: 500 !important;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.single-post #primary #current-post .post-header .post-desc, .single-post #primary #next-post .post-header .post-desc {
  flex: 0 0 15%;
}
.single-post #primary #current-post .post-header .post-desc > *, .single-post #primary #next-post .post-header .post-desc > * {
  margin: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}
.single-post #primary #current-post .post-header .post-cat-tags, .single-post #primary #next-post .post-header .post-cat-tags {
  flex: 0 0 40%;
}
.single-post #primary #current-post .post-header .post-cat-tags .post-sub-category, .single-post #primary #next-post .post-header .post-cat-tags .post-sub-category {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 !important;
  font-weight: 300 !important;
}
.single-post #primary #current-post .post-header .post-cat-tags .post-tags, .single-post #primary #next-post .post-header .post-cat-tags .post-tags {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0.2rem 0;
  font-size: 1rem;
  font-weight: 500;
}
.single-post #primary #current-post .post-header .post-infos, .single-post #primary #next-post .post-header .post-infos {
  flex: 0 0 20%;
  margin-left: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.single-post #primary #current-post .post-thumbnail, .single-post #primary #next-post .post-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow: clip;
}
.single-post #primary #current-post .post-thumbnail img, .single-post #primary #next-post .post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post #primary #current-post #link-next-post, .single-post #primary #next-post #link-next-post {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.3137254902);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3137254902);
  padding: 0.2rem 5%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.single-post #primary #current-post #link-next-post .next-post-link, .single-post #primary #next-post #link-next-post .next-post-link {
  line-height: 1;
  margin: 0 !important;
}
@media screen and (max-width: 820px) {
  .single-post #primary #current-post .current-post-header {
    display: none;
  }
}
.single-post #primary .current-post-header-mobile {
  background-color: #FAF8F8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 5%;
}
@media screen and (min-width: 821px) {
  .single-post #primary .current-post-header-mobile {
    display: none;
  }
}
.single-post #primary .current-post-header-mobile .post-title {
  font-size: clamp(16px, 1.302vw, 25px);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.single-post #primary .current-post-header-mobile .post-desc > * {
  margin: 0 !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}
.single-post #primary .current-post-header-mobile .post-cat-tags .post-sub-category {
  margin: 0 !important;
}
.single-post #primary .current-post-header-mobile .post-cat-tags .post-tags {
  margin: 0.2rem 0;
  font-size: 1rem;
  font-weight: 500;
}
.single-post #primary .current-post-header-mobile .post-infos {
  font-size: 1rem !important;
}
.single-post #primary #next-post {
  background-color: #fff;
}
.single-post #primary #next-post .next-post-header {
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .single-post #primary #next-post .next-post-header {
    display: none;
  }
}

/* formualaire de contact*/
.frm_form_field input[type=text], .frm_form_field input[type=email], .frm_form_field input[type=tel] {
  background-color: transparent;
  color: #000;
  border: none;
  border-top: none !important;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 25px !important;
  font-family: "suisse";
  font-weight: 300;
  padding: 1rem 0.5rem !important;
  height: auto !important;
  box-shadow: none !important;
}
@media screen and (max-width: 1200px) {
  .frm_form_field input[type=text], .frm_form_field input[type=email], .frm_form_field input[type=tel] {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 820px) {
  .frm_form_field input[type=text], .frm_form_field input[type=email], .frm_form_field input[type=tel] {
    font-size: 15px !important;
  }
}
.frm_form_field input[type=text]::placeholder, .frm_form_field input[type=email]::placeholder, .frm_form_field input[type=tel]::placeholder {
  color: #000 !important;
  opacity: 0.3 !important;
}
.frm_form_field input[type=text]:focus, .frm_form_field input[type=text]:invalid, .frm_form_field input[type=email]:focus, .frm_form_field input[type=email]:invalid, .frm_form_field input[type=tel]:focus, .frm_form_field input[type=tel]:invalid {
  color: #000 !important;
  background-color: transparent !important;
}
.frm_form_field textarea {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 2rem;
  padding: 2rem;
  font-size: 25px !important;
  font-family: "suisse";
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .frm_form_field textarea {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 820px) {
  .frm_form_field textarea {
    font-size: 15px !important;
  }
}
.frm_form_field textarea::placeholder {
  color: #000 !important;
  opacity: 0.3 !important;
}
.frm_form_field textarea:focus {
  color: #000 !important;
  background-color: transparent !important;
}
.frm_form_field .frm_checkbox label {
  color: #000;
  font-size: 16px !important;
  font-family: "suisse";
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .frm_form_field .frm_checkbox label {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 820px) {
  .frm_form_field .frm_checkbox label {
    font-size: 15px !important;
  }
}
.frm_form_field .frm_checkbox input[type=checkbox] {
  background-color: transparent !important;
  color: #000;
  border: 1px solid #000;
  border-radius: 2rem !important;
}
@media screen and (min-width: 1200px) {
  .frm_form_field .frm_checkbox input[type=checkbox] {
    width: 35px !important;
    height: 35px !important;
    padding: 0.5rem;
  }
}
.frm_form_field .frm_checkbox input[type=checkbox]::before {
  box-shadow: inset 10px 10px #71FF00 !important;
  margin: 0.15rem !important;
  clip-path: none !important;
  border-radius: 100% !important;
}
.frm_form_field .frm_checkbox input[type=checkbox]:checked:before {
  transform: scale(2) !important;
}
.frm_form_field .frm_error {
  margin-top: 0.5rem;
}
.frm_form_field.vertical_radio .frm_error {
  margin-top: 0 !important;
  margin-left: calc(35px + 0.5rem) !important;
}

.frm_submit {
  margin-top: 1rem;
}

.frm_button_submit {
  position: relative !important;
  display: block !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
  border-radius: 3rem !important;
  padding: 1.5rem !important;
  color: #000 !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
  font-size: clamp(16px, 1.302vw, 25px) !important;
  font-family: "suisse";
  font-weight: 300 !important;
  width: fit-content !important;
  min-width: clamp(250px, 36.3541vw, 698px) !important;
  text-align: center !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.frm_button_submit:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.frm_button_submit:focus, .frm_button_submit:focus-visible, .frm_button_submit:active {
  outline: 0;
  outline-color: transparent;
}

#colophon {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 1.5rem 5% 1rem;
  background-color: #fff;
}
#colophon .site-info {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 820px) {
  #colophon .site-info {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 2rem;
  }
}
#colophon .site-info .ftr-newsletter p {
  font-size: clamp(16px, 1.302vw, 25px);
  margin: 0;
}
#colophon .site-info .ftr-social {
  text-transform: uppercase;
}
#colophon .site-info .ftr-social .ftr-links {
  display: flex;
  justify-content: end;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  #colophon .site-info .ftr-social .ftr-links {
    justify-content: start;
  }
}
#colophon .site-info .ftr-social .ftr-meta {
  margin: 0;
}
#colophon .site-info .ftr-social .ftr-meta a {
  transition: color 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.3137254902);
}
#colophon .site-info .ftr-social .ftr-meta a:hover {
  color: #000000;
}
#colophon .site-info .ftr-social .ftr-meta .ftr-copyright-dev {
  text-align: right;
}
@media screen and (max-width: 820px) {
  #colophon .site-info .ftr-social .ftr-meta .ftr-copyright-dev {
    text-align: left;
  }
}

.mc4wp-form .mc4wp-form-fields {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.mc4wp-form .mc4wp-form-fields input:focus, .mc4wp-form .mc4wp-form-fields input:focus-visible, .mc4wp-form .mc4wp-form-fields input:active {
  outline: 0;
  outline-color: transparent;
}
.mc4wp-form .mc4wp-form-fields input[type=email] {
  font-size: 1rem;
  line-height: 1;
  border: 1px solid transparent;
  border-bottom: 1px solid #71FF00;
  border-radius: 0;
  padding: 1rem 0;
  margin: 0;
  min-width: 300px;
  color: #000;
  font-size: clamp(16px, 1.302vw, 25px);
}
.mc4wp-form .mc4wp-form-fields input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.3137254902);
}
.mc4wp-form .mc4wp-form-fields input[type=submit] {
  background-image: url(./sass/res/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #71FF00;
  border-radius: 0;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.mc4wp-form .mc4wp-form-fields input[type=submit]:hover {
  background-image: url(./sass/res/arrow-w.svg);
  background-color: #71FF00;
}

/* Onzeweb X Gutenberg
--------------------------------------------- */
.wp-block-buttons .wp-block-button {
  position: relative;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  width: fit-content;
  font-size: clamp(16px, 1.302vw, 25px);
  font-weight: 300;
  min-width: clamp(250px, 36.3541vw, 698px);
  margin: 5rem 0;
  padding: 1.5rem;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 3rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  text-transform: uppercase;
  line-height: 1 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #000;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:focus-visible, .wp-block-buttons .wp-block-button .wp-block-button__link:active {
  outline: 0;
  outline-color: transparent;
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
  padding: 1rem calc(1.875rem + 20px + 0.8125rem) 1rem 1.5rem;
  min-width: 250px;
  text-transform: initial;
  margin: 1rem 0;
  font-weight: 400 !important;
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:after {
  content: "";
  position: absolute;
  right: 1.875rem;
  top: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(./sass/res/arrow-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: filter 0.3s ease-in-out;
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:hover:after {
  filter: invert(1);
}

#primary .wp-block-group {
  position: relative;
  padding: 1rem 0;
}
#primary .wp-block-group .wp-block-group__inner-container {
  width: 90%;
  margin: 0 auto;
}
#primary .wp-block-group.alignwide .wp-block-group__inner-container {
  width: 90%;
  margin: 0 auto;
}
#primary .wp-block-group.alignfull .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}
#primary .wp-block-columns {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#primary .wp-block-columns.alignwide {
  width: 90%;
  margin: 0 auto;
}
#primary .wp-block-columns.alignfull {
  width: 100%;
  max-width: none;
  margin: 0;
}
#primary .wp-block-columns .wp-block-column.has-background {
  padding-left: 1rem;
  padding-right: 1rem;
}
#primary .wp-block-columns .wp-block-column.is-style-in-wrap h1, #primary .wp-block-columns .wp-block-column.is-style-in-wrap h2, #primary .wp-block-columns .wp-block-column.is-style-in-wrap h3, #primary .wp-block-columns .wp-block-column.is-style-in-wrap h4, #primary .wp-block-columns .wp-block-column.is-style-in-wrap h5, #primary .wp-block-columns .wp-block-column.is-style-in-wrap h6, #primary .wp-block-columns .wp-block-column.is-style-in-wrap p {
  padding: 0 5vw;
}
@media screen and (max-width: 820px) {
  #primary .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  #primary .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
#primary .wp-block-columns.are-vertically-aligned-center {
  align-items: center !important;
}
#primary .wp-block-columns.is-style-no-gap {
  gap: 0 !important;
}

.wp-block-separator {
  border: none !important;
  margin: 0;
  background-color: rgba(112, 112, 112, 0.3137254902);
}
