/*
Theme Name: hvdig
Theme URI: hvdig
Author: HV Digital
Author URI: hvdigital
Description: hvdig custom block-based WordPress theme
Requires at least: 5.8
Requires PHP: 5.7
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: hvdig
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/
/*max*/
/*min*/
.wp-block-columns.alignwide {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .wp-block-columns.alignwide {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .wp-block-columns.alignwide {
    padding: 0 50px;
  }
}

.wp-block-column {
  padding: 0 10px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .wp-block-column {
    padding: 0 15px;
  }
}

.wp-block-image figcaption {
  margin: 10px 0;
}

html {
  width: 100vw;
  scroll-behavior: smooth;
}

::selection {
  color: #ffffff;
  background: #45A316;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Space Grotesk", sans-serif;
  overflow-x: hidden;
}

section {
  margin-block-start: 0;
}

.main-body-wrapper {
  position: relative;
}
.main-body-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .main-body-wrapper.active:after {
    opacity: 1;
    transition: 300ms ease-in-out;
    transition-delay: 200ms;
  }
}

h1, h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
  line-height: 1.1;
  background: linear-gradient(90deg, #F8D543, #F8D543) 0 0.99em/100% 12px repeat-x;
  display: inline;
}
@media (min-width: 992px) {
  h1, h2 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  h1, h2 {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  h1, h2 {
    font-size: 60px;
  }
}

h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
}
h2.no-underline {
  background: none;
}
@media (min-width: 768px) {
  h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 44px;
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 54px;
  }
}

h2 br {
  display: none;
}
@media (min-width: 768px) {
  h2 br {
    display: block;
  }
}
@media (min-width: 992px) {
  h2 br {
    display: none;
  }
}

h3, h2.h3-style {
  font-size: 30px;
  background: none;
}
@media (min-width: 992px) {
  h3, h2.h3-style {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  h3, h2.h3-style {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  h3, h2.h3-style {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  background: none;
}
@media (min-width: 992px) {
  h4 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 34px;
  }
}

ul:not(.wp-block-navigation__container) {
  padding: 20px;
}
ul:not(.wp-block-navigation__container) li {
  margin-bottom: 10px;
}

ul.horizontal-list {
  padding-left: 0;
  list-style: none;
}
ul.horizontal-list li {
  display: inline-block;
}
ul.horizontal-list li:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}
ul.horizontal-list li:last-child::after {
  display: none;
}

p, a, li {
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  p, a, li {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  p, a, li {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  p, a, li {
    font-size: 30px;
  }
}

p {
  padding-bottom: 20px;
}

a {
  color: #000000;
  transition: 300ms;
}
a:hover {
  color: #CC0E51;
}

h2.has-text-align-center, p.has-text-align-center {
  text-align: left;
}
@media (min-width: 768px) {
  h2.has-text-align-center, p.has-text-align-center {
    text-align: center;
  }
}

.color-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  line-height: 30px;
  padding: 15px !important;
  display: inline-block;
  border-radius: 5px;
  min-width: 227px;
  box-sizing: border-box;
}

.wp-block-button__link {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  background: #45A316;
  border: 1px solid #45A316;
  padding: 12px 24px;
  border-radius: 0;
  transition: 300ms;
  margin: 0;
}
.wp-block-button__link:hover {
  color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .wp-block-button__link {
    min-width: 372px;
    font-size: 22px;
    line-height: 33px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .wp-block-button__link {
    margin: 0 10px;
    margin: 0;
  }
}

.contact-button {
  position: absolute;
  top: 12px;
  right: 96px;
}
@media (min-width: 992px) {
  .contact-button {
    position: relative;
    top: 0;
    right: 0;
  }
}
.contact-button .wp-block-button__link {
  font-size: 0;
  min-width: 0;
  width: 56px;
  height: 56px;
  position: relative;
  border: none;
  background: #CC0E51;
}
@media (min-width: 992px) {
  .contact-button .wp-block-button__link {
    width: 80px;
    height: 120px;
  }
}
.contact-button .wp-block-button__link:after {
  content: url("assets/images/svg-icons/envelope.svg");
  font-family: "Space Grotesk", sans-serif;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.7);
}
@media (min-width: 992px) {
  .contact-button .wp-block-button__link:after {
    top: 40px;
    transform: none;
  }
}

.default-links .wp-block-button__link {
  display: inline-block;
  color: #000000;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  min-width: 0;
  padding: 0 36px 0 0;
}
.default-links .wp-block-button__link:hover {
  opacity: 1;
  color: #CC0E51;
}

@media (max-width: 767px) {
  .hero-section .wp-block-button__link {
    margin: 0px;
  }
}

/* space-grotesk-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("./assets/fonts/space-grotesk-v16-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/space-grotesk-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/space-grotesk-v16-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("./assets/fonts/space-grotesk-v16-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/space-grotesk-v16-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.section-padding-default {
  padding: 60px 0;
  text-align: center;
  margin-block-start: 0;
}
.section-padding-default.is-layout-constrained > *, .section-padding-default.is-layout-flow > * {
  margin-block-start: 0;
}
.section-padding-default h2 + p {
  margin: 40px 0 40px;
}
@media (min-width: 992px) {
  .section-padding-default h2 + p {
    margin: 80px 0 40px;
  }
}
.section-padding-default .wp-block-columns {
  text-align: left;
}
.section-padding-default .wp-block-columns p {
  text-align: left;
}
.section-padding-default .wp-block-columns p:last-child {
  padding-bottom: 0;
}
.section-padding-default.center .wp-block-columns {
  text-align: center;
}
.section-padding-default.center .wp-block-columns p {
  text-align: center;
}
.section-padding-default.center .wp-block-columns p.has-text-align-left {
  text-align: left;
}
.section-padding-default.accordion-section .accordion p {
  text-align: left;
}
@media (min-width: 992px) {
  .section-padding-default {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .section-padding-default {
    padding: 105px 0;
  }
}
@media (min-width: 1440px) {
  .section-padding-default {
    padding: 135px 0;
  }
}

body.page-template-wp-custom-template-contact .section-padding-default h2 + p {
  margin: 20px 0 0;
}

.sticky {
  position: sticky;
  top: 0;
  height: auto;
  background: #FFF;
}
.sticky h2 {
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .sticky {
    top: 50px;
    background: none;
  }
}

.boxed-section {
  max-width: calc(100% - 20px);
  margin: 0 auto;
}
@media (min-width: 992px) {
  .boxed-section {
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 1200px) {
  .boxed-section {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1800px) {
  .boxed-section {
    max-width: 1685px;
  }
}

.light-background {
  background: #f9f9f9;
}

.bg-brand1 {
  background: #F8D543;
}

.bg-brand2 {
  background: #45A316;
}

.bg-brand3 {
  color: #ffffff;
  background: radial-gradient(circle, rgb(204, 14, 81) 0%, rgb(239, 41, 109) 100%);
}

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

.m-0 {
  margin: 0;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.p-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .lg-extra-left-padding {
    padding-left: 55px;
  }
}
@media (min-width: 1200px) {
  .lg-extra-left-padding {
    padding-left: 115px;
  }
}

.boxed-section.section-padding-default.light-background {
  padding: 60px 10px;
}
@media (min-width: 992px) {
  .boxed-section.section-padding-default.light-background {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .boxed-section.section-padding-default.light-background {
    padding: 105px 0;
  }
}
@media (min-width: 1440px) {
  .boxed-section.section-padding-default.light-background {
    padding: 135px 0;
  }
}

@media (max-width: 991px) {
  .wp-block-spacer {
    height: 40px !important;
  }
}

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

/*GUTENBERG COLUMNS overrides*/
.grid {
  display: grid !important;
}

@media (min-width: 768px) {
  .reset-default-grid .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 992px) {
  .reset-default-grid .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 768px) {
  .reset-default-grid .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 992px) {
  .reset-default-grid .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
}

/**Tablet resolution layout**/
@media (min-width: 576px) {
  .col-md-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.order-sm-1 {
  order: 1;
}

.order-sm-2 {
  order: 2;
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}

nav.wp-block-navigation {
  justify-content: flex-end;
  margin-block-start: 0;
  position: relative;
}
@media (min-width: 992px) {
  nav.wp-block-navigation {
    justify-content: flex-start;
  }
}

ul.wp-block-navigation__container {
  padding: 20px;
  gap: 0;
}
ul.wp-block-navigation__container li.wp-block-navigation-item {
  margin-left: 0;
  height: 100%;
}
ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content {
  font-size: 26px;
  font-weight: 700;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  cursor: pointer;
}
ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    font-weight: 400;
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    font-size: 26px;
  }
}
ul.wp-block-navigation__container li.current-menu-item > a.wp-block-navigation-item__content {
  text-decoration: underline;
}
@media (min-width: 992px) {
  ul.wp-block-navigation__container {
    height: 120px;
    padding: 0;
  }
}

/*Arrow for submenu adding padding for better UX + hover color*/
@media (min-width: 992px) {
  li.wp-block-navigation-item.has-child .wp-block-navigation-submenu__toggle {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  li.wp-block-navigation-item.has-child + li.wp-block-navigation-item .wp-block-navigation-item__content {
    padding-left: 20px;
  }
}
/*submenu*/
ul.wp-block-navigation {
  /*Second level*/
  /*Second level on hover*/
  /*Images in navigation*/
}
ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container {
  position: relative;
  background: #ffffff;
  border: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  top: 170px;
  width: 100% !important;
  height: auto;
  left: 50%;
  transform: translateX(0);
  opacity: 0;
  padding: 50px 0 0;
  gap: 60px;
  pointer-events: none;
  z-index: 99;
  max-width: 100%;
  margin: 0 auto;
  transition: 300ms ease-in-out;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
  padding: 0;
  /*Third level*/
  /*Second level Media queries*/
}
ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container li.wp-block-navigation-item {
  flex-direction: column;
  margin: 0 !important;
  width: 100%;
  align-items: flex-start;
}
ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
  font-weight: 400;
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    font-weight: 700;
  }
}
ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
  display: none;
}
@media (min-width: 992px) {
  ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container li.wp-block-navigation-item {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container li.wp-block-navigation-item {
    width: 20%;
  }
}
@media (min-width: 992px) {
  ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container li.wp-block-navigation-item:last-child {
    width: 30%;
  }
}
ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container ul.wp-block-navigation__submenu-container {
  position: relative;
  left: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  transform: initial;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
  box-shadow: initial;
  clip-path: initial;
}
ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container ul.wp-block-navigation__submenu-container li.wp-block-navigation-item {
  width: 100%;
}
ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    font-size: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container {
    position: fixed;
    flex-direction: row;
    transform: translateX(-50%);
    max-width: calc(100% - 130px);
    padding: 50px 0;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container {
    gap: 40px;
  }
}
@media (min-width: 1800px) {
  ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container {
    max-width: 1670px;
  }
}
ul.wp-block-navigation > .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  top: 120px;
  opacity: 1;
  pointer-events: initial !important;
}
ul.wp-block-navigation > .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container ul.wp-block-navigation__submenu-container {
  pointer-events: initial;
}
ul.wp-block-navigation li.link-image:before {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/*Mobile menu*/
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child {
  width: 100%;
  /*second level*/
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  padding: 0;
  display: none;
  margin-top: 10px;
  /*third level*/
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  padding-left: 20px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle {
  display: inline;
  position: absolute;
  left: 140px;
  top: 6px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle svg {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  transition: 300ms;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] + .wp-block-navigation__submenu-container {
  display: block;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] + .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  display: block;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] svg {
  transform: rotate(0);
  stroke: #CC0E51;
}

.wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container .wp-block-navigation__submenu-container {
  pointer-events: initial !important;
  z-index: 1 !important;
  padding: 0 !important;
}

/*Open-close icon size*/
.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
  background: #CC0E51;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}

/*Close icon*/
.wp-block-navigation__responsive-container-close {
  top: -4px;
  right: 4px;
}

/*Navigation block override*/
/*DEFAULT STYLES*/
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: block;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
/*RESET*/
@media (min-width: 992px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  .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-open:not(.always-shown) {
    display: none;
  }
}
/*Navigation with light colored links*/
body:not(.fixed-header).nav-color-light {
  /*logo*/
  /*contact icon*/
  /*mobile menu icon*/
  /*menu items*/
}
body:not(.fixed-header).nav-color-light img.custom-logo {
  filter: brightness(0) invert(1);
}
body:not(.fixed-header).nav-color-light .contact-button .wp-block-button__link:after {
  content: url("assets/images/svg-icons/envelope.svg") !important;
}
body:not(.fixed-header).nav-color-light .wp-block-navigation__responsive-container-open {
  background: transparent;
}
body:not(.fixed-header).nav-color-light .wp-block-navigation__responsive-container-open svg {
  fill: #fff !important;
}
@media (min-width: 992px) {
  body:not(.fixed-header).nav-color-light li.wp-block-navigation-item a.wp-block-navigation-item__content {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  body:not(.fixed-header).nav-color-light li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
    stroke: #ffffff;
  }
}
@media (min-width: 992px) {
  body:not(.fixed-header).nav-color-light li.wp-block-navigation-item.has-child {
    color: #ffffff;
  }
}
body:not(.fixed-header).nav-color-light.opened-submenu {
  /*contact icon*/
}
body:not(.fixed-header).nav-color-light.opened-submenu img.custom-logo {
  filter: none;
}
body:not(.fixed-header).nav-color-light.opened-submenu .contact-button .wp-block-button__link:after {
  content: url("assets/images/svg-icons/envelope-black.svg") !important;
}
@media (min-width: 992px) {
  body:not(.fixed-header).nav-color-light.opened-submenu li.wp-block-navigation-item a.wp-block-navigation-item__content {
    color: #000000;
  }
}
@media (min-width: 992px) {
  body:not(.fixed-header).nav-color-light.opened-submenu li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
    stroke: #000000;
  }
}
@media (min-width: 992px) {
  body:not(.fixed-header).nav-color-light.opened-submenu li.wp-block-navigation-item.has-child {
    color: #000000;
  }
}

@media (min-width: 991px) {
  .wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
    pointer-events: none; /* This will make the button non-clickable */
    cursor: default;
  }
}
/*Hero section*/
.hero-section {
  padding: 40px 0;
}
.hero-section .wp-block-image img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .hero-section .wp-block-image img {
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 1800px) {
  .hero-section .wp-block-image img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
.hero-section .is-layout-flex {
  gap: 50px;
}
@media (min-width: 768px) {
  .hero-section .is-layout-flex {
    gap: 20px;
  }
}
@media (min-width: 780px) {
  .hero-section .is-layout-flex {
    gap: 20px !important;
  }
}
@media (min-width: 768px) {
  .hero-section {
    padding: 80px 0;
  }
}

/*Hero big*/
.hero-big {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
}
.hero-big h1 {
  font-size: 40px;
}
@media (min-width: 768px) {
  .hero-big h1 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  .hero-big h1 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .hero-big h1 {
    font-size: 84px;
  }
}
@media (min-width: 1440px) {
  .hero-big h1 {
    font-size: 115px;
    background: linear-gradient(90deg, #F8D543, #F8D543) 0 0.99em/100% 22px repeat-x;
  }
}
.hero-big p {
  font-size: 28px;
}
@media (min-width: 768px) {
  .hero-big p {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .hero-big p {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .hero-big p {
    font-size: 44px;
  }
}
@media (min-width: 1440px) {
  .hero-big p {
    font-size: 50px;
  }
}
.hero-big a {
  font-size: 26px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .hero-big a {
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .hero-big a {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .hero-big > .wp-block-columns {
    margin-top: -120px;
    width: 100%;
  }
}
.hero-big .is-layout-flex {
  gap: 0px;
}
.hero-big .default-links {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .hero-big .default-links {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .hero-big {
    padding: 80px 0;
  }
}
@media (min-width: 1440px) {
  .hero-big {
    height: calc(100vh - 120px);
    padding: 0;
  }
}

/*Companies section*/
.companies-section {
  margin: 0 auto;
  padding: 40px 30px 30px;
}
.companies-section .wp-block-image {
  text-align: center;
}
.companies-section .wp-block-image img {
  height: 75px;
  width: 100%;
  max-width: 200px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .companies-section {
    margin-top: 60px;
  }
}
@media (min-width: 1800px) {
  .companies-section {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .companies-section .wp-block-columns {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .companies-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: calc(33.3333% - 60px) !important;
  }
}
@media (min-width: 992px) {
  .companies-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: content !important;
  }
}
.companies-section .is-layout-flex {
  gap: 35px;
}
@media (min-width: 768px) {
  .companies-section .is-layout-flex {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .companies-section {
    padding: 40px 30px 30px;
  }
}

.posts-section {
  text-align: center;
}
@media (max-width: 767px) {
  .posts-section {
    max-width: calc(100% - 20px);
  }
}
.posts-section ul:not(.wp-block-navigation__container) li, .posts-section .wp-block-columns {
  margin: 0;
}
@media (max-width: 767px) {
  .posts-section ul:not(.wp-block-navigation__container) li, .posts-section .wp-block-columns {
    padding: 0;
  }
}
.posts-section .wp-block-button__link {
  margin-top: 56px;
}
.posts-section .wp-block-post-featured-image {
  overflow: hidden;
  border: 0;
}
.posts-section .wp-block-post-featured-image img {
  height: auto;
  transition: 400ms ease;
}
@media (min-width: 768px) {
  .posts-section .wp-block-post-featured-image img {
    max-height: auto;
  }
}
.posts-section .wp-block-post-excerpt {
  margin: 0;
}
.posts-section .wp-block-post-excerpt p {
  font-size: 20px;
}
.posts-section .wp-block-column {
  padding: 0;
}
.posts-section ul.wp-block-post-template {
  padding: 0;
  text-align: left;
}
.posts-section .wp-block-post-title {
  background: none;
  display: block;
  margin: 20px 0 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: normal;
}
@media (min-width: 992px) {
  .posts-section .wp-block-post-title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .posts-section .wp-block-post-title {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .posts-section .wp-block-post-title {
    font-size: 30px;
  }
}
.posts-section .wp-block-post-title a {
  display: block;
  text-decoration: none;
}
.posts-section .is-layout-grid {
  gap: 50px;
}
@media (min-width: 768px) {
  .posts-section .is-layout-grid {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .posts-section .is-layout-grid {
    gap: 30px;
  }
}
@media (min-width: 1440px) {
  .posts-section .is-layout-grid {
    gap: 50px;
  }
}

.blog-section h2 a, .blog-section h3 a, .single-post main .latest-articles-section h2 a, .single-post main .latest-articles-section h3 a {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .blog-section h2 a, .blog-section h3 a, .single-post main .latest-articles-section h2 a, .single-post main .latest-articles-section h3 a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .blog-section h2 a, .blog-section h3 a, .single-post main .latest-articles-section h2 a, .single-post main .latest-articles-section h3 a {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .blog-section .wp-block-post-featured-image img, .single-post main .latest-articles-section .wp-block-post-featured-image img {
    max-height: initial;
  }
}

.page-template-wp-custom-template-work-listview .wp-block-post-excerpt,
.page-template-wp-custom-template-services .wp-block-post-excerpt {
  display: none;
}

.services-section {
  /*Layout 3-2*/
}
.services-section .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media (min-width: 992px) {
  .services-section .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 50px;
  }
}
.services-section .wp-block-columns {
  gap: 0px;
}
@media (min-width: 992px) {
  .services-section .wp-block-columns {
    gap: 50px;
  }
}
.services-section h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .services-section h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .services-section h3 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .services-section h3 {
    font-size: 30px;
  }
}
.services-section img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  display: block;
  margin: 30px auto 0;
}
@media (min-width: 992px) {
  .services-section img {
    max-width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .services-section img {
    max-width: 140px;
    max-height: 140px;
    height: 140px;
  }
}
@media (min-width: 1440px) {
  .services-section img {
    max-width: 170px;
    max-height: 170px;
    height: 170px;
  }
}
@media (min-width: 1800px) {
  .services-section img {
    max-width: 200px;
    max-height: 200px;
    height: 200px;
  }
}
.services-section ul {
  margin: 0 0 35px;
  padding: 20px 0 0 25px;
}
@media (min-width: 992px) {
  .services-section ul {
    margin: 0 0 55px;
  }
}
.services-section.icon-left img {
  margin: 0;
}
.services-section .boxes .wp-block-column p, .services-section .boxes .wp-block-column a, .services-section .boxes .wp-block-column li, .services-section .boxes .wp-block-column span {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .services-section .boxes .wp-block-column p, .services-section .boxes .wp-block-column a, .services-section .boxes .wp-block-column li, .services-section .boxes .wp-block-column span {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .services-section .boxes .wp-block-column p, .services-section .boxes .wp-block-column a, .services-section .boxes .wp-block-column li, .services-section .boxes .wp-block-column span {
    font-size: 24px;
  }
}
.services-section .boxes .wp-block-column p {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .services-section .boxes .wp-block-column p {
    padding-bottom: 0;
  }
}
.services-section.icons-small img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .services-section.icons-small img {
    max-width: 120px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .services-section.icons-small img {
    max-width: 130px;
    height: 130px;
  }
}
@media (min-width: 1440px) {
  .services-section.icons-small img {
    max-width: 140px;
    height: 140px;
  }
}
.services-section.icons-small .boxes h3, .services-section.icons-small .boxes p, .services-section.icons-small .boxes a {
  text-align: left;
}
.services-section .layout-3-2 {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center;
}
@media (min-width: 768px) {
  .services-section .layout-3-2.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: calc(50% - 60px);
    max-width: calc(50% - 60px);
  }
}
@media (min-width: 1200px) {
  .services-section .layout-3-2.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: calc(33.333% - 90px);
    max-width: calc(33.333% - 90px);
  }
}
@media (min-width: 768px) {
  .services-section .layout-3-2.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column img {
    margin: 30px auto 0;
  }
}
@media (min-width: 1200px) {
  .services-section .layout-3-2.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column img {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .services-section .layout-3-2 {
    gap: 90px;
  }
}

.cta-section {
  text-align: center;
  padding: 55px 10px;
}
.cta-section h2 {
  display: block;
  background: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cta-section {
    padding: 100px 10px;
  }
}

.case-study-client {
  text-align: center;
  color: #ffffff;
  padding: 55px 10px;
  background: #CC0E51;
}
.case-study-client.colour-2 {
  background: #45A316;
}
.case-study-client.colour-3 {
  background: #F8D543;
  color: #000000;
}
@media (min-width: 768px) {
  .case-study-client {
    padding: 55px 30px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .case-study-client {
    padding: 100px 65px 70px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .case-study-client {
    padding: 100px 100px 70px;
    text-align: left;
  }
}
.case-study-client .wp-block-media-text__content {
  padding: 0;
}
@media (min-width: 768px) {
  .case-study-client .wp-block-media-text__content {
    padding-right: 50px;
  }
}
.case-study-client img {
  max-width: 200px;
  display: block;
  margin: 0 auto 25px auto;
}

.single-post .case-study-client h2 {
  border-left: none;
  padding-left: 0;
  display: block;
  background: none;
  color: #ffffff;
}

.single-post .case-study-client.colour-3 h2 {
  color: #000000;
}

.case-study-highlight {
  color: #ffffff;
  padding: 55px 10px;
  background: #CC0E51;
}
@media (min-width: 768px) {
  .case-study-highlight {
    padding: 55px 30px;
  }
}
@media (min-width: 992px) {
  .case-study-highlight {
    padding: 100px 65px 70px;
  }
}
@media (min-width: 1200px) {
  .case-study-highlight {
    padding: 100px 100px 90px;
  }
}
.case-study-highlight .wp-block-media-text__content {
  padding: 0;
}
.case-study-highlight.colour-2 {
  background: #45A316;
}
.case-study-highlight.colour-3 {
  background: #F8D543;
  color: #000000;
}

.single-post .case-study-highlight h2 {
  border-left: none;
  padding-left: 0;
  display: block;
  background: none;
  color: #ffffff;
}

.single-post .case-study-highlight.colour-3 h2 {
  color: #000000;
}

.contact-section {
  padding: 55px 30px;
}
.contact-section img {
  height: auto;
  max-height: 400px;
  width: 100%;
  object-fit: contain;
}
.contact-section p, .contact-section a {
  margin: 0;
}
.contact-section p:last-child, .contact-section a:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .contact-section p, .contact-section a {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .contact-section p, .contact-section a {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .contact-section p, .contact-section a {
    font-size: 30px;
  }
}
.contact-section .wp-block-media-text__content {
  padding: 20px 0;
  text-align: center;
  /*max-width - block media override*/
}
@media (min-width: 768px) {
  .contact-section .wp-block-media-text__content {
    padding: 0 30px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .contact-section .wp-block-media-text__content {
    padding: 0 8%;
  }
}
@media (max-width: 767px) {
  .contact-section .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.contact-section .wp-block-media-text.is-stacked-on-mobile {
  /*max-width - block media override*/
}
@media (max-width: 767px) {
  .contact-section .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media (min-width: 1200px) {
  .contact-section {
    padding: 120px 60px;
  }
}
@media (min-width: 1440px) {
  .contact-section {
    padding: 180px;
  }
}
.contact-section.more-content p {
  line-height: 1.2 !important;
}

.contact-section.layout2 {
  padding: 55px 10px;
}
@media (min-width: 992px) {
  .contact-section.layout2 h3 {
    font-size: 30px;
    margin: 10px 0;
  }
}
.contact-section.layout2 p {
  font-size: 20px;
}
@media (min-width: 1800px) {
  .contact-section.layout2 p {
    font-size: 22px;
    line-height: 1.5;
  }
}
.contact-section.layout2 .wp-block-media-text__content {
  text-align: left;
}
@media (min-width: 1200px) {
  .contact-section.layout2 {
    padding: 120px 35px;
  }
}
@media (min-width: 1440px) {
  .contact-section.layout2 {
    padding: 180px 100px;
  }
}
@media (min-width: 1800px) {
  .contact-section.layout2 {
    padding: 180px;
  }
}

.personal-story-section {
  padding: 55px 10px;
}
@media (min-width: 1200px) {
  .personal-story-section {
    padding: 120px 35px;
  }
}
@media (min-width: 1440px) {
  .personal-story-section {
    padding: 120px 100px;
  }
}
@media (min-width: 1800px) {
  .personal-story-section {
    padding: 140px 160px;
  }
}
.personal-story-section .wp-block-columns {
  min-width: 100%;
}
.personal-story-section img {
  height: auto;
  max-height: 400px;
  width: 100%;
  object-fit: contain;
}
.personal-story-section p, .personal-story-section a {
  font-size: 20px;
  margin: 0;
  color: #ffffff;
}
.personal-story-section p:last-child, .personal-story-section a:last-child {
  padding: 0;
}
@media (min-width: 1800px) {
  .personal-story-section p, .personal-story-section a {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .personal-story-section h3 {
    font-size: 30px;
    margin: 10px 0;
  }
}
.personal-story-section .wp-block-media-text__content {
  padding: 20px 0;
  text-align: left;
  /*max-width - block media override*/
}
@media (min-width: 768px) {
  .personal-story-section .wp-block-media-text__content {
    padding: 0 30px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .personal-story-section .wp-block-media-text__content {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .personal-story-section .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.personal-story-section .wp-block-media-text.is-stacked-on-mobile {
  /*max-width - block media override*/
}
@media (max-width: 767px) {
  .personal-story-section .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
.personal-story-section.more-content p {
  line-height: 1.2 !important;
}

.contact-section-with-form {
  padding: 55px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-section-with-form {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .contact-section-with-form {
    padding: 120px 60px;
  }
}
@media (min-width: 1800px) {
  .contact-section-with-form {
    padding: 180px 160px;
  }
}
.contact-section-with-form .wp-block-columns {
  min-width: 100%;
  gap: 20px;
}
@media (min-width: 1440px) {
  .contact-section-with-form .wp-block-columns {
    gap: 50px;
  }
}
@media (min-width: 1800px) {
  .contact-section-with-form .wp-block-columns {
    gap: 90px;
  }
}
.contact-section-with-form .contact-section-with-form__left-side {
  width: 270px;
  min-width: 270px;
}
@media (min-width: 992px) {
  .contact-section-with-form .contact-section-with-form__left-side {
    max-width: 270px;
  }
}
.contact-section-with-form img {
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .contact-section-with-form img {
    margin-top: 10px;
    max-height: 100%;
  }
}
.contact-section-with-form h3 {
  margin-bottom: 20px;
}
.contact-section-with-form p, .contact-section-with-form a {
  margin: 0;
}
.contact-section-with-form p:last-child, .contact-section-with-form a:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .contact-section-with-form p, .contact-section-with-form a {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .contact-section-with-form p, .contact-section-with-form a {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .contact-section-with-form p, .contact-section-with-form a {
    font-size: 30px;
  }
}
.contact-section-with-form .contact-section-with-form__person-name {
  padding-bottom: 0;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 992px) {
  .contact-section-with-form .contact-section-with-form__person-name {
    font-size: 20px;
  }
}
.contact-section-with-form .contact-section-with-form__person-role {
  text-align: center;
  font-size: 18px;
}
@media (min-width: 992px) {
  .contact-section-with-form .contact-section-with-form__person-role {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
.contact-section-with-form .contact-section-with-form__person-phone {
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-section-with-form .contact-section-with-form__person-phone {
    font-size: 26px;
  }
}
.contact-section-with-form .contact-section-with-form__person-email,
.contact-section-with-form .contact-section-with-form__person-email a {
  text-align: center;
  margin-bottom: 24px;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .contact-section-with-form .contact-section-with-form__person-email,
  .contact-section-with-form .contact-section-with-form__person-email a {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .contact-section-with-form .hvd-form .hvd-form__two-column {
    display: flex;
    gap: 20px;
  }
}
.contact-section-with-form .hvd-form i {
  font-size: 12px;
}
.contact-section-with-form form.hvd-form input,
.contact-section-with-form form.hvd-form textarea {
  padding: 12px;
  font-size: 20px;
}
.contact-section-with-form form.hvd-form input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.contact-section-with-form form.hvd-form input[type=checkbox] + label:before {
  width: 24px;
  height: 24px;
}
.contact-section-with-form form.hvd-form input[type=checkbox] + label:before {
  min-width: 24px;
}
.contact-section-with-form form.hvd-form input[type=checkbox]:checked + label:before {
  background-size: 20px;
}

.accordion-section .accordion {
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 24px;
  background-color: #f9f9f9;
  background: red;
}
.accordion-section .accordion__intro {
  position: relative;
  padding: 20px 45px 20px 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .accordion-section .accordion__intro {
    padding: 25px 70px 25px 50px;
  }
}
.accordion-section .accordion__content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  color: #000000;
  opacity: 0;
}
@media (min-width: 768px) {
  .accordion-section .accordion__content {
    padding: 0 50px;
  }
}
.accordion-section .accordion h4,
.accordion-section .accordion p {
  margin: 0;
  line-height: 1;
  text-align: left;
}
.accordion-section .accordion h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.accordion-section .accordion h4:after {
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  background: #000000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .accordion-section .accordion h4:after {
    right: 42px;
    width: 20px;
  }
}
.accordion-section .accordion h4:before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #000000;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .accordion-section .accordion h4:before {
    right: 50px;
    height: 20px;
  }
}
@media (min-width: 992px) {
  .accordion-section .accordion h4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .accordion-section .accordion h4 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .accordion-section .accordion h4 {
    font-size: 30px;
  }
}
.accordion-section .accordion p {
  color: #000000;
  font-size: 21px;
  line-height: 1.4;
  margin: 0;
}
.accordion-section .accordion__active .accordion__content {
  padding: 25px;
  opacity: 1;
}
@media (min-width: 768px) {
  .accordion-section .accordion__active .accordion__content {
    padding: 25px 50px;
  }
}
.accordion-section .accordion__active h4:before {
  display: none;
}
.accordion-section .accordion:last-of-type {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .accordion-section .wp-block-columns.alignwide, .accordion-section .wp-block-column {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .accordion-section.p-lr-20 {
    padding-left: 0;
    padding-right: 0;
  }
}

/*************************************************************************/
.accordion2 {
  /* Accordion styles */
}
.accordion2 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion2 .tabs {
  border-radius: 0;
  overflow: hidden;
}
.accordion2 .tab {
  width: 100%;
  color: #000000;
  overflow: hidden;
  margin-bottom: 24px;
  background: #f9f9f9;
}
.accordion2 .tab-label {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 45px 20px 20px;
  cursor: pointer;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  /* Icon */
}
@media (min-width: 768px) {
  .accordion2 .tab-label {
    padding: 25px 70px 25px 50px;
  }
}
@media (min-width: 992px) {
  .accordion2 .tab-label {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .accordion2 .tab-label {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .accordion2 .tab-label {
    font-size: 30px;
  }
}
.accordion2 .tab-label:after {
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  background: #000000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .accordion2 .tab-label:after {
    right: 42px;
    width: 20px;
  }
}
.accordion2 .tab-label:before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #000000;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .accordion2 .tab-label:before {
    right: 50px;
    height: 20px;
  }
}
.accordion2 .tab-content {
  max-height: 0;
  padding: 0;
  transition: 300ms ease-in-out;
  text-align: left;
}
.accordion2 .tab-content p {
  color: #000000;
  font-size: 21px;
  line-height: 1.4;
  text-align: left !important;
  display: none;
  margin: 0;
}
.accordion2 .tab-content a {
  font-size: 21px;
}
.accordion2 .tab-close {
  display: flex;
  justify-content: flex-end;
  background: #f9f9f9;
  cursor: pointer;
}
.accordion2 input:checked + .tab-label::before {
  display: none;
}
.accordion2 input:checked ~ .tab-content {
  max-height: 100vh;
  transition: 300ms ease-in-out;
}
.accordion2 input:checked ~ .tab-content p {
  display: block;
  padding: 25px;
}
@media (min-width: 768px) {
  .accordion2 input:checked ~ .tab-content p {
    padding: 25px 50px;
  }
}

.agencies-section {
  padding-left: 10px;
  padding-right: 10px;
}
.agencies-section h2 + p {
  line-height: 1;
  margin-block-start: 60px !important;
  text-align: center;
}
.agencies-section .is-layout-flex {
  gap: 35px;
}
@media (min-width: 992px) {
  .agencies-section .is-layout-flex {
    gap: 70px;
  }
}
@media (min-width: 1440px) {
  .agencies-section .is-layout-flex {
    gap: 130px;
  }
}
.agencies-section .wp-block-button__link {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .agencies-section .wp-block-button__link {
    margin-top: 55px;
  }
}
.agencies-section .wp-block-image img {
  max-width: 200px;
}
@media (min-width: 768px) {
  .agencies-section .wp-block-image img {
    max-width: 284px;
  }
}
@media (min-width: 768px) {
  .agencies-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .agencies-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.agencies-section.layout-4-col .is-layout-flex {
  gap: 30px;
}
@media (min-width: 768px) {
  .agencies-section.layout-4-col .is-layout-flex {
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .agencies-section.layout-4-col .is-layout-flex {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .agencies-section.layout-4-col .is-layout-flex a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .agencies-section.layout-4-col .is-layout-flex a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .agencies-section.layout-4-col .is-layout-flex a {
    font-size: 22px;
  }
}
.agencies-section.layout-4-col .is-layout-flex:first-of-type {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .agencies-section.layout-4-col .is-layout-flex:first-of-type {
    margin-bottom: 50px;
  }
}
.agencies-section.layout-2-col .is-layout-flex {
  max-width: 700px;
}
@media (min-width: 1440px) {
  .agencies-section.layout-2-col .is-layout-flex {
    gap: 70px;
  }
}

.tags-navigation .wp-block-button__link {
  padding: 5px 20px;
  width: auto;
  min-width: 0;
  border: 3px solid #45A316;
  background: transparent;
  color: #45A316;
  font-size: 20px;
  font-weight: 700;
}
.tags-navigation .wp-block-button__link:hover {
  box-shadow: 4px 4px #45A316;
  opacity: 1;
}
@media (min-width: 1800px) {
  .tags-navigation .wp-block-button__link {
    font-size: 22px;
  }
}
.tags-navigation .active .wp-block-button__link {
  pointer-events: none;
  background: #45A316;
  color: #ffffff;
}

.scroll-slider .slider-container {
  display: flex;
  overflow-x: hidden;
  height: 100vh;
  padding: 0;
  width: 300vw; /* 3 slides * 100vw */
  transition-delay: 500ms;
  transition: 800ms;
  position: relative;
  z-index: -1;
}
.scroll-slider .slider-container.active1 {
  background-color: #F8D543;
}
.scroll-slider .slider-container.active2 {
  background-color: #45A316;
}
.scroll-slider .slider-container.active3 {
  background-color: #CC0E51;
}
@media (min-width: 992px) {
  .scroll-slider .slider-container {
    padding: 0;
  }
}
.scroll-slider .slide {
  flex: 0 0 95vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 0 auto;
  padding: 0;
}
.scroll-slider .slide h1, .scroll-slider .slide h2 {
  background: none;
  padding: 0 30px;
  font-size: 30px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .scroll-slider .slide h1, .scroll-slider .slide h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .scroll-slider .slide h1, .scroll-slider .slide h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .scroll-slider .slide h1, .scroll-slider .slide h2 {
    font-size: 44px;
  }
}
@media (min-width: 1440px) {
  .scroll-slider .slide h1, .scroll-slider .slide h2 {
    font-size: 54px;
  }
}
@media (min-width: 768px) {
  .scroll-slider .slide {
    flex: 0 0 96vw;
  }
}
@media (min-width: 992px) {
  .scroll-slider .slide {
    flex: 0 0 92vw;
  }
}
@media (min-width: 1200px) {
  .scroll-slider .slide {
    flex: 0 0 89vw;
  }
}
@media (min-width: 1440px) {
  .scroll-slider .slide {
    flex: 0 0 91vw;
  }
}
@media (min-width: 1800px) {
  .scroll-slider .slide {
    flex: 0 0 1670px;
  }
}

.block-vertical {
  overflow: hidden;
}

.no-overscroll {
  overscroll-behavior-y: none;
}

#slide3 h2 {
  color: #ffffff;
}

form.hvd-form {
  /*error, succes message*/
}
form.hvd-form label,
form.hvd-form input,
form.hvd-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
form.hvd-form label,
form.hvd-form a {
  font-size: 20px;
}
form.hvd-form input[type=checkbox] {
  display: block !important;
  opacity: 0;
  width: 40px;
  height: 40px;
  position: absolute;
}
form.hvd-form input[type=checkbox] + label {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
form.hvd-form input[type=checkbox] + label:before {
  content: "";
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-block;
  border: 3px solid #000;
}
form.hvd-form input[type=checkbox]:checked + label:before {
  background-image: url(assets/images/svg-icons/check.svg);
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: center;
}
form.hvd-form input,
form.hvd-form textarea {
  font-family: "Space Grotesk", sans-serif;
  border-radius: 0;
  border: 3px solid #000;
  padding: 16px;
  font-size: 20px;
  transition: 300ms;
  margin-bottom: 20px;
}
form.hvd-form input:focus,
form.hvd-form textarea:focus {
  box-shadow: 4px 4px #000;
  outline: 0;
}
form.hvd-form button[type=submit] {
  font-family: "Space Grotesk", sans-serif;
  border-radius: 0;
  border: 3px solid #000;
  padding: 16px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
form.hvd-form button[type=submit].loading {
  color: transparent !important;
  pointer-events: none;
}
form.hvd-form button[type=submit].loading:after {
  border: 3px solid #dbdbdb;
  border-color: transparent transparent #fff #fff;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute;
  animation: spinAround 0.5s infinite linear;
  border-radius: 9999px;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
form.hvd-form input[type=submit],
form.hvd-form button[type=submit] {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  background-color: #45A316;
  border-color: #45A316;
  color: #ffffff;
  transition: 300ms;
  margin-top: 20px;
}
form.hvd-form input[type=submit]:hover,
form.hvd-form button[type=submit]:hover {
  opacity: 0.8;
}
form.hvd-form .messenger.active {
  margin: 20px 0;
  display: block;
  font-size: 26px;
  padding: 10px;
  border: 2px solid #45A316;
}
form.hvd-form .messenger.active.success {
  color: #45A316;
}
form.hvd-form .messenger.active.error {
  color: #CC0E51;
  border-color: #CC0E51;
}

.team-section {
  /*breakpoint reset*/
}
.team-section .wp-block-image {
  margin: 30px 0 0;
}
.team-section .wp-block-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}
@media (min-width: 768px) {
  .team-section .wp-block-image img {
    max-width: 100%;
  }
}
.team-section .wp-block-image + h3 {
  text-align: center;
}
.team-section .wp-block-image + h3 + p {
  text-align: center;
}
@media (min-width: 992px) {
  .team-section.boxed-section.section-padding-default.light-background {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .team-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1;
  }
}
.team-section .wp-block-columns {
  gap: 0;
}
@media (min-width: 768px) {
  .team-section .wp-block-columns {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .team-section .wp-block-columns {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .team-section .wp-block-columns {
    gap: 30px;
  }
}
@media (min-width: 1440px) {
  .team-section .wp-block-columns {
    gap: 70px;
  }
}
@media (min-width: 1800px) {
  .team-section .wp-block-columns {
    gap: 130px;
  }
}
.team-section .wp-block-column {
  padding: 0;
}

.location-section .wp-block-image img {
  max-height: 500px;
  object-fit: cover;
}

.reference-big-section {
  padding: 30px 20px 40px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.reference-big-section h2 {
  background: none;
}
.reference-big-section.pink {
  background: #CC0E51;
}
.reference-big-section.pink h2, .reference-big-section.pink p, .reference-big-section.pink a {
  color: #ffffff;
}
.reference-big-section.pink a:hover {
  color: #000000;
}
.reference-big-section.green {
  background: #45A316;
}
.reference-big-section.yellow {
  background: #F8D543;
}
@media (min-width: 1200px) {
  .reference-big-section .wp-block-columns {
    gap: 100px;
  }
}
@media (min-width: 992px) {
  .reference-big-section {
    height: 100vh;
    padding: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: -1;
  }
}

.sticky-animation-section {
  padding: 0 0 40px;
  /*background logos on hover*/
}
.sticky-animation-section h2 {
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .sticky-animation-section h2 {
    font-size: 64px;
  }
}
.sticky-animation-section p {
  margin: 20px 0 0;
  padding: 0;
}
.sticky-animation-section p:last-child {
  padding-bottom: 60vw;
}
@media (min-width: 992px) {
  .sticky-animation-section p:last-child {
    padding-bottom: 360px;
  }
}
@media (min-width: 1200px) {
  .sticky-animation-section p:last-child {
    padding-bottom: 500px;
  }
}
@media (min-width: 1440px) {
  .sticky-animation-section p:last-child {
    padding-bottom: 600px;
  }
}
.sticky-animation-section a {
  font-size: 30px;
}
@media (min-width: 992px) {
  .sticky-animation-section a {
    font-size: 44px;
  }
}
.sticky-animation-section > .wp-block-columns {
  justify-content: flex-end;
}
.sticky-animation-section .sticky {
  position: relative;
  height: 100%;
  position: sticky;
  top: 25vh;
  z-index: -1;
}
@media (min-width: 992px) {
  .sticky-animation-section .sticky {
    z-index: 1;
    top: 0;
  }
}
.sticky-animation-section .gradient-box {
  opacity: 0;
  height: 60vw;
  width: 60vw;
  transition: 800ms;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .sticky-animation-section .gradient-box {
    width: 40vw;
    height: 40vw;
  }
}
@media (min-width: 1200px) {
  .sticky-animation-section .gradient-box {
    width: 100%;
    height: calc(50vw - 90px);
  }
}
@media (min-width: 1800px) {
  .sticky-animation-section .gradient-box {
    height: 840px;
  }
}
.sticky-animation-section .gradient-wrapper {
  background: linear-gradient(270deg, #45a316, #00d1f7, #f8d543, #cc0e51);
  background-size: 1000% 1000%;
  width: 100%;
  max-width: 60vw;
  height: 60vw;
  -webkit-animation: gradient-background 30s ease infinite;
  -moz-animation: gradient-background 30s ease infinite;
  -o-animation: gradient-background 30s ease infinite;
  animation: gradient-background 30s ease infinite;
  margin-right: -10px;
}
@media (min-width: 992px) {
  .sticky-animation-section .gradient-wrapper {
    max-width: 40vw;
    height: 40vw;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .sticky-animation-section .gradient-wrapper {
    max-width: 100%;
    height: calc(50vw - 90px);
  }
}
@media (min-width: 1800px) {
  .sticky-animation-section .gradient-wrapper {
    height: 840px;
  }
}
@-webkit-keyframes gradient-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes gradient-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes gradient-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sticky-animation-section .bg-hv {
  opacity: 1;
  background-image: url(assets/images/bg-logos/hvdig-logo-white.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-drupal {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-drupal.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-joomla {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-joomla.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-wp {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-wordpress.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-contao {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-contao.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-laravel {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-laravel.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-angular {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-angular.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-vue {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-vue.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-react {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-react.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-symfony {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-symfony.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-matomo {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-matomo.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-access {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-accessibility.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
.sticky-animation-section .bg-webapp {
  opacity: 1;
  background-image: url(assets/images/bg-logos/logo-webapps.svg);
  background-size: contain;
  transition: opacity 800ms ease-in-out;
}
@media (min-width: 992px) {
  .sticky-animation-section {
    padding: 90px 0;
  }
}

.table-of-content {
  margin-block-start: 0;
  margin: 0;
  background: #f5f5f5;
  border-top: 10px solid #ffffff;
  padding: 10px;
}
.table-of-content ul {
  margin: 0;
  padding: 0;
  color: #CC0E51;
  font-weight: 700;
}
.table-of-content ul:before {
  content: "Inhalt";
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  color: #000;
}
.table-of-content ul li {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 15px;
}
.table-of-content ul li a {
  text-decoration: none;
  color: #000;
  padding-left: 10px;
  font-weight: 400;
  display: block;
}
.table-of-content ul li a:hover {
  color: #CC0E51;
}
.table-of-content ul li, .table-of-content ul li a {
  font-size: 18px;
}
html[lang="en-GB" i] .table-of-content ul::before {
  content: "In this article";
}
@media (min-width: 1800px) {
  .table-of-content ul li, .table-of-content ul li a {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .table-of-content ul {
    column-count: 2;
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .table-of-content {
    padding: 30px;
  }
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #45A316 !important;
  border-color: #45A316 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: #45A316 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #45A316 !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #45A316 !important;
}

li[data-consent=preferences],
li[data-consent=marketing],
li[data-consent=statistics] {
  display: none !important;
}

body:not(.fixed-header).page-template-wp-custom-template-about {
  /*mobile menu icon*/
}
body:not(.fixed-header).page-template-wp-custom-template-about header.main-header .wp-block-site-logo a, body:not(.fixed-header).page-template-wp-custom-template-about header.main-header .wp-block-site-logo img {
  background-color: transparent;
}
body:not(.fixed-header).page-template-wp-custom-template-about .contact-button .wp-block-button__link {
  background: transparent;
}
body:not(.fixed-header).page-template-wp-custom-template-about .contact-button .wp-block-button__link:after {
  content: url("assets/images/svg-icons/envelope-black.svg");
}
body:not(.fixed-header).page-template-wp-custom-template-about.opened-submenu header.main-header {
  background: #ffffff;
}
body:not(.fixed-header).page-template-wp-custom-template-about .wp-block-navigation__responsive-container-open {
  background: transparent;
}
body:not(.fixed-header).page-template-wp-custom-template-about .wp-block-navigation__responsive-container-open svg {
  fill: #000;
}

body.page-template-wp-custom-template-about header.main-header.white-bg .wp-block-site-logo a, body.page-template-wp-custom-template-about header.main-header.white-bg .wp-block-site-logo img {
  background-color: #F8D543;
}
body.page-template-wp-custom-template-about header.main-header:not(.white-bg) {
  background-color: transparent !important;
}

.page-template-wp-custom-template-about .wp-site-blocks .scroll-slider {
  margin-left: -10px;
}
@media (min-width: 992px) {
  .page-template-wp-custom-template-about .wp-site-blocks .scroll-slider {
    margin-left: -15px;
  }
}

body.page-template-wp-custom-template-about {
  padding-top: 0px !important;
}

.archive.category .wp-block-post-template {
  padding: 80px 0 135px;
}
.archive.category .wp-block-post-template .post {
  margin-bottom: 100px;
}
.archive.category .wp-block-post-template .post a {
  text-decoration: none;
}
.archive.category .wp-block-post-template .post a.wp-block-read-more {
  margin: 0;
  text-decoration: underline;
  float: right;
}
@media (min-width: 992px) {
  .archive.category .wp-block-post-template .post a.wp-block-read-more {
    float: left;
  }
}
.archive.category .wp-block-post-template .post p, .archive.category .wp-block-post-template .post a {
  font-size: 22px;
}
@media (min-width: 992px) {
  .archive.category .wp-block-post-template .post p, .archive.category .wp-block-post-template .post a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .archive.category .wp-block-post-template .post p, .archive.category .wp-block-post-template .post a {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .archive.category .wp-block-post-template .post p, .archive.category .wp-block-post-template .post a {
    font-size: 26px;
  }
}
@media (min-width: 1800px) {
  .archive.category .wp-block-post-template .post p, .archive.category .wp-block-post-template .post a {
    font-size: 28px;
  }
}
.archive.category .wp-block-post-template .post .taxonomy-post_tag a {
  font-size: 20px;
  color: #CC0E51;
}
.archive.category .wp-block-post-template .post .taxonomy-post_tag a:hover {
  opacity: 0.8;
}
.archive.category .wp-block-post-template .post .is-layout-flex {
  flex-direction: column;
}
@media (min-width: 992px) {
  .archive.category .wp-block-post-template .post .is-layout-flex {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1800px) {
  .archive.category .wp-block-post-template .post .is-layout-flex {
    gap: 0;
  }
}
.archive.category .wp-block-post-template .post .wp-block-column {
  padding: 0;
}
@media (min-width: 992px) {
  .archive.category .wp-block-post-template .post .wp-block-column:first-of-type {
    flex-basis: 360px !important;
  }
}
@media (min-width: 1200px) {
  .archive.category .wp-block-post-template .post .wp-block-column:first-of-type {
    flex-basis: 30% !important;
  }
}
@media (min-width: 1440px) {
  .archive.category .wp-block-post-template .post .wp-block-column:first-of-type {
    flex-basis: 25% !important;
  }
}
@media (min-width: 992px) {
  .archive.category .wp-block-post-template .post .wp-block-column:nth-of-type(2) {
    flex-basis: 100% !important;
  }
}
@media (min-width: 1200px) {
  .archive.category .wp-block-post-template .post .wp-block-column:nth-of-type(2) {
    flex-basis: 70% !important;
  }
}
@media (min-width: 1440px) {
  .archive.category .wp-block-post-template .post .wp-block-column:nth-of-type(2) {
    flex-basis: 75% !important;
  }
}
@media (min-width: 992px) {
  .archive.category .wp-block-post-template .post .wp-block-column {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .archive.category .wp-block-post-template .post .wp-block-column {
    padding: 0;
  }
}
.archive.category .wp-block-post-template .post .wp-block-post-title {
  background: none;
  font-size: 26px;
}
@media (min-width: 1200px) {
  .archive.category .wp-block-post-template .post .wp-block-post-title {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .archive.category .wp-block-post-template .post .wp-block-post-title {
    font-size: 36px;
  }
}
@media (min-width: 1800px) {
  .archive.category .wp-block-post-template .post .wp-block-post-title {
    font-size: 38px;
  }
}
.archive.category .wp-block-post-template .post .wp-block-post-title a {
  display: inline;
  font-size: 26px;
}
@media (min-width: 1200px) {
  .archive.category .wp-block-post-template .post .wp-block-post-title a {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .archive.category .wp-block-post-template .post .wp-block-post-title a {
    font-size: 36px;
  }
}
@media (min-width: 1800px) {
  .archive.category .wp-block-post-template .post .wp-block-post-title a {
    font-size: 38px;
  }
}
.archive.category .wp-block-post-template .post .wp-block-post-excerpt {
  margin-block-start: 10px;
}
.archive.category .wp-block-post-template .post .wp-block-post-featured-image img {
  max-width: 380px;
}
@media (min-width: 992px) {
  .archive.category .wp-block-post-template .post .wp-block-post-featured-image img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .archive.category .wp-block-post-template .post .wp-block-post-featured-image img {
    max-width: 360px;
  }
}

.single-post main {
  max-width: 800px;
  margin: 0 auto;
  /*Two columns layout inside article*/
}
.single-post main ul.alignwide {
  padding: 10px 10px 100px;
}
.single-post main section:not(.latest-articles-section) > h2, .single-post main section:not(.latest-articles-section) > h3, .single-post main div:not(.latest-articles-section) > h2, .single-post main div:not(.latest-articles-section) > h3 {
  display: block;
  background: none;
  font-size: 24px;
}
@media (min-width: 992px) {
  .single-post main section:not(.latest-articles-section) > h2, .single-post main section:not(.latest-articles-section) > h3, .single-post main div:not(.latest-articles-section) > h2, .single-post main div:not(.latest-articles-section) > h3 {
    font-size: 34px;
  }
}
.single-post main section:not(.latest-articles-section) h3, .single-post main div:not(.latest-articles-section) h3 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .single-post main section:not(.latest-articles-section) h3, .single-post main div:not(.latest-articles-section) h3 {
    font-size: 30px;
  }
}
.single-post main h2 {
  border-left: 5px solid #CC0E51;
  padding-left: 15px;
}
.single-post main p, .single-post main a, .single-post main li, .single-post .wp-block-post-excerpt p {
  font-size: 20px;
}
@media (min-width: 992px) {
  .single-post main p, .single-post main a, .single-post main li, .single-post .wp-block-post-excerpt p {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .single-post main p, .single-post main a, .single-post main li, .single-post .wp-block-post-excerpt p {
    font-size: 26px;
    line-height: 1.6;
  }
}
.single-post main ul:not(.wp-block-post-template) {
  padding-left: 30px;
}
.single-post main ul:not(.wp-block-post-template) li {
  list-style: disc;
}
.single-post main ul:not(.wp-block-post-template) li::marker {
  color: #CC0E51;
}
.single-post main ol {
  padding-left: 32px;
}
.single-post main ol li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  counter-increment: customlistcounter;
}
.single-post main ol li::marker {
  content: "";
  display: none;
  color: transparent;
  font-size: 0;
}
.single-post main ol li::before {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  transform: translateX(-100%);
  border-radius: 100%;
  background: #CC0E51;
  position: absolute;
  top: 4px;
  left: 0;
  content: counter(customlistcounter) " ";
}
.single-post main ol:first-child {
  counter-reset: customlistcounter;
}
.single-post main .wp-block-heading {
  margin-top: 50px;
}
.single-post main .wp-block-heading:first-child {
  margin-top: 0;
}
.single-post main .wp-block-image, .single-post main .wp-block-group {
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .single-post main .wp-block-image.offgrid, .single-post main .wp-block-group.offgrid {
    margin-left: -65px !important;
    width: 100vw;
    max-width: calc(100% + 130px);
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .single-post main .wp-block-image.offgrid, .single-post main .wp-block-group.offgrid {
    margin-left: -100px !important;
    width: 100vw;
    max-width: calc(100% + 200px);
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .single-post main .wp-block-image, .single-post main .wp-block-group {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.single-post main .wp-block-image figcaption, .single-post main .wp-block-group figcaption {
  color: #777;
  display: block;
}
.single-post main figure.wp-block-image.offgrid {
  display: block;
}
@media (min-width: 1800px) {
  .single-post main {
    max-width: 900px;
  }
}
.single-post main .layout-2-col {
  display: flex;
  flex-direction: column;
}
.single-post main .layout-2-col .wp-block-column {
  padding: 0;
}
@media (min-width: 1440px) {
  .single-post main .layout-2-col .wp-block-column {
    padding: 0 15px;
  }
}
@media (min-width: 1440px) {
  .single-post main .layout-2-col {
    width: 100vw;
    max-width: calc(100vw - 130px);
    margin: 50px auto 75px;
    margin-left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    background: #f9f9f9;
    padding: 75px 75px 50px;
    gap: 50px;
  }
}
@media (min-width: 1800px) {
  .single-post main .layout-2-col {
    max-width: 1670px;
    gap: 75px;
  }
}
.single-post main .latest-articles-section h2 {
  padding-left: 0;
  border: none;
}
@media (min-width: 992px) {
  .single-post main .latest-articles-section {
    width: 100vw;
    max-width: calc(100vw - 80px);
    margin: 50px auto 75px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1440px) {
  .single-post main .latest-articles-section {
    max-width: calc(100vw - 130px);
  }
}
@media (min-width: 1800px) {
  .single-post main .latest-articles-section {
    max-width: 1670px;
    gap: 75px;
  }
}
.single-post main .cta-section {
  background: #CC0E51;
}
.single-post main .cta-section h2 {
  color: #ffffff;
}
.single-post main .cta-section .wp-block-button__link {
  background: #ffffff;
  color: #CC0E51;
  border-color: #ffffff;
  border-width: 2px;
}
.single-post main .cta-section .wp-block-button__link:hover {
  background: #CC0E51;
  color: #ffffff;
  opacity: 1;
}
.single-post .hero-section {
  padding: 40px 0 0;
}
@media (min-width: 992px) {
  .single-post .hero-section {
    padding: 80px 0 0;
  }
}
.single-post .wp-block-post-title {
  font-size: 30px;
}
@media (min-width: 992px) {
  .single-post .wp-block-post-title {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .single-post .wp-block-post-title {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .single-post .wp-block-post-title {
    font-size: 56px;
  }
}
@media (min-width: 1800px) {
  .single-post .wp-block-post-title {
    font-size: 60px;
  }
}
.single-post .wp-block-post-title + p {
  color: #CC0E51;
  font-weight: 500;
}
.single-post .wp-block-post-excerpt {
/*  background: #f9f9f9;*/
/*  padding: 10px;*/
  margin: 0;
}
.single-post .wp-block-post-excerpt p {
  padding: 0;
}
@media (min-width: 1200px) {
  .single-post .wp-block-post-excerpt p {
/*    font-size: 28px;*/
  }
}
@media (min-width: 1800px) {
  .single-post .wp-block-post-excerpt p {
/*    font-size: 30px;*/
  }
}
@media (min-width: 1200px) {
  .single-post .wp-block-post-excerpt {
    /*padding: 30px;*/
  }
}
.single-post .wp-block-quote {
  border-left: 8px solid #ddd;
  padding-left: 30px;
  margin: 60px 0;
}
.single-post .wp-block-quote p {
  margin: 0;
}
.single-post .wp-block-code code {
  background: #1d1e22;
  color: #FFF;
  font-size: 20px;
  border-radius: 0.3em;
  padding: 20px;
}
.single-post p code, .single-post li code {
  background: #1d1e22;
  color: #ffffff;
  display: inline-block;
  border-radius: 0.3em;
  padding: 0 5px;
}
.single-post .notebox {
  margin: 50px 0;
  padding: 25px;
  border: 3px solid #CC0E51;
  box-shadow: 10px 10px rgba(204, 14, 81, 0.4);
}

.case-study-client {
  text-align: center;
  color: #ffffff;
  padding: 55px 10px;
  background: #CC0E51;
}
.case-study-client.colour-2 {
  background: #45A316;
}
.case-study-client.colour-3 {
  background: #F8D543;
  color: #000000;
}
@media (min-width: 768px) {
  .case-study-client {
    padding: 55px 30px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .case-study-client {
    padding: 100px 65px 70px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .case-study-client {
    padding: 100px 100px 70px;
    text-align: left;
  }
}
.case-study-client .wp-block-media-text__content {
  padding: 0;
}
@media (min-width: 768px) {
  .case-study-client .wp-block-media-text__content {
    padding-right: 50px;
  }
}
.case-study-client img {
  max-width: 200px;
  display: block;
  margin: 0 auto 25px auto;
}

.insights-banner {
  text-align: center;
  color: #ffffff;
  padding: 55px 10px 35px;
  background: #CC0E51;
}
.insights-banner p {
  margin: 0;
}
.insights-banner a {
  color: #ffffff;
  text-align: center;
}
.insights-banner.colour-2 {
  background: #45A316;
}
.insights-banner.colour-3 {
  background: #F8D543;
  color: #000000;
}
@media (min-width: 768px) {
  .insights-banner {
    padding: 55px 30px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .insights-banner {
    padding: 70px 65px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .insights-banner {
    padding: 80px 100px;
    text-align: left;
  }
}
.insights-banner .wp-block-media-text__content {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .insights-banner .wp-block-media-text__content {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .insights-banner .wp-block-media-text__content {
    padding-left: 45px;
  }
}
.insights-banner img {
  max-width: 200px;
  display: block;
  margin: 0 auto 25px auto;
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .insights-banner img {
    margin-bottom: 0;
  }
}

.single-post .insights-banner h2 {
  border-left: none;
  padding-left: 0;
  display: block;
  background: none;
  color: #ffffff;
}

.single-post .insights-banner.colour-3 h2 {
  color: #000000;
}

.page-template-wp-custom-template-work-listview ul.wp-block-post-template {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .page-template-wp-custom-template-work-listview ul.wp-block-post-template {
    padding: 0 15px;
  }
}
.page-template-wp-custom-template-work-listview .posts-section.listview {
  padding-top: 10px;
}
.page-template-wp-custom-template-work-listview .posts-section.listview .wp-block-post-featured-image {
  margin-bottom: 15px;
  position: relative;
}
.page-template-wp-custom-template-work-listview .posts-section.listview .wp-block-post-featured-image img:hover {
  transform: none !important;
}
.page-template-wp-custom-template-work-listview .posts-section.listview .wp-block-post-title {
  margin: 15px 0 0;
}
.page-template-wp-custom-template-work-listview .posts-section.listview .wp-block-post-excerpt {
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .page-template-wp-custom-template-work-listview .posts-section.listview .is-layout-grid {
    gap: 75px;
  }
}

.page-template-wp-custom-template-contact .contact-page {
  margin-block-start: 0;
}
.page-template-wp-custom-template-contact h1, .page-template-wp-custom-template-contact h2 {
  font-size: 40px;
}
@media (min-width: 768px) {
  .page-template-wp-custom-template-contact h1, .page-template-wp-custom-template-contact h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .page-template-wp-custom-template-contact h1, .page-template-wp-custom-template-contact h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .page-template-wp-custom-template-contact h1, .page-template-wp-custom-template-contact h2 {
    font-size: 44px;
  }
}
@media (min-width: 1440px) {
  .page-template-wp-custom-template-contact h1, .page-template-wp-custom-template-contact h2 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  .page-template-wp-custom-template-contact .section-padding-default {
    padding: 95px 0;
  }
}
@media (min-width: 1800px) {
  .page-template-wp-custom-template-contact .section-padding-default {
    padding: 135px 0;
  }
}

.home {
  /*Safari sticky section bug fix*/
}
.home section {
  position: relative;
  z-index: 1;
  margin-block-start: 0;
}
.home .reference-big-section + section {
  z-index: 99;
}
.home .reference-big-section + section + section {
  z-index: 99;
}
.home .reference-big-section + section + section + section {
  z-index: 99;
}
.home .reference-big-section + section + section + section + section {
  z-index: 99;
}

.error404-content {
  background: #CC0E51;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error404-content h1 {
  background: none;
  color: #ffffff;
  font-size: 116px;
}
.error404-content p {
  color: #ffffff;
}

.page-template-wp-custom-template-privacy-page h2, .page-template-wp-custom-template-privacy-page h3, .page-template-wp-custom-template-privacy-page h4 {
  background: none;
  display: block;
}
.page-template-wp-custom-template-privacy-page h2 {
  font-size: 30px;
  background: none;
}
@media (min-width: 992px) {
  .page-template-wp-custom-template-privacy-page h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .page-template-wp-custom-template-privacy-page h2 {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .page-template-wp-custom-template-privacy-page h2 {
    font-size: 40px;
  }
}
.page-template-wp-custom-template-privacy-page h3 {
  font-size: 28px;
  background: none;
}
@media (min-width: 992px) {
  .page-template-wp-custom-template-privacy-page h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .page-template-wp-custom-template-privacy-page h3 {
    font-size: 32x;
  }
}
@media (min-width: 1440px) {
  .page-template-wp-custom-template-privacy-page h3 {
    font-size: 34px;
  }
}
.page-template-wp-custom-template-privacy-page h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .page-template-wp-custom-template-privacy-page h4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .page-template-wp-custom-template-privacy-page h4 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .page-template-wp-custom-template-privacy-page h4 {
    font-size: 30px;
  }
}

.careers-category .wp-block-query .wp-block-post-template {
  padding: 0;
}
.careers-category .wp-block-query .wp-block-post-template .wp-block-post {
  border-top: 2px solid #000000;
  padding: 40px 0;
}
.careers-category .wp-block-query .wp-block-post-template .wp-block-post .wp-block-columns {
  margin: 0;
}
.careers-category .wp-block-query .wp-block-post-template .wp-block-post .wp-block-columns .wp-block-column {
  padding: 0;
}
.careers-category .wp-block-query .wp-block-post-template .wp-block-post:last-child {
  border-bottom: 2px solid #000000;
}
.careers-category p, .careers-category a {
  font-size: 22px;
}
@media (min-width: 992px) {
  .careers-category p, .careers-category a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .careers-category p, .careers-category a {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .careers-category p, .careers-category a {
    font-size: 26px;
  }
}
@media (min-width: 1800px) {
  .careers-category p, .careers-category a {
    font-size: 28px;
  }
}
.careers-category .job-subtitle {
  text-decoration: none;
  font-weight: 500;
  color: #CC0E51;
  pointer-events: none;
  margin: 0 0 25px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .careers-category .job-subtitle {
    font-size: 16px !important;
  }
}
.careers-category .wp-block-post-excerpt {
  margin-block-start: 0px;
}
.careers-category .wp-block-post-excerpt__excerpt {
  padding: 0 0 35px 0;
}
.careers-category a.wp-block-read-more {
  text-decoration: underline;
  margin: 0;
}
.careers-category .wp-block-post-title {
  background: none;
  font-size: 26px;
}
@media (min-width: 1200px) {
  .careers-category .wp-block-post-title {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .careers-category .wp-block-post-title {
    font-size: 36px;
  }
}
@media (min-width: 1800px) {
  .careers-category .wp-block-post-title {
    font-size: 46px;
  }
}
.careers-category .wp-block-post-title a {
  display: inline;
  font-size: 26px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .careers-category .wp-block-post-title a {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .careers-category .wp-block-post-title a {
    font-size: 36px;
  }
}
@media (min-width: 1800px) {
  .careers-category .wp-block-post-title a {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .careers-category .location-section .wp-block-columns {
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .careers-category .wp-block-columns.gap-50 {
    gap: 50px;
  }
}

header.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.4s ease-in-out, background-color 0.2s ease-in-out;
  background-color: white !important;
}
header.main-header.hidden {
  transform: translateY(-100%);
}
header.main-header.transparent {
  background-color: transparent;
}
header.main-header .wp-block-column {
  display: flex;
  justify-content: flex-start;
}
header.main-header .wp-block-navigation {
  width: 100%;
}
header.main-header .wp-block-site-logo a, header.main-header .wp-block-site-logo img {
  width: 80px;
  height: 80px;
  margin: 0;
  background-color: #F8D543;
}
@media (min-width: 992px) {
  header.main-header .wp-block-site-logo a, header.main-header .wp-block-site-logo img {
    width: 120px;
    height: 120px;
  }
}
header.main-header .is-layout-flow > :last-child:last-child {
  margin-block-start: 0;
}

body {
  padding-top: 100px !important;
}
@media (min-width: 992px) {
  body {
    padding-top: 120px !important;
  }
}
body.page-template-wp-custom-template-about {
  padding-top: 0px;
}

/*opened menu when scrolled*/
body.scrolled ul.wp-block-navigation > .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  pointer-events: none;
}
@media (min-width: 768px) {
  body.scrolled .main-body-wrapper.active:after {
    opacity: 0;
    transition: 300ms ease-in-out;
    transition-delay: 200ms;
  }
}

body.scrolled.fixed-header ul.wp-block-navigation > .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  top: 110px;
  padding: 60px 0 50px;
  opacity: 1;
  pointer-events: initial;
  z-index: -1;
}
body.scrolled.fixed-header ul.wp-block-navigation > .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container ul.wp-block-navigation__submenu-container {
  pointer-events: initial;
}
@media (min-width: 768px) {
  body.scrolled.fixed-header .main-body-wrapper.active:after {
    opacity: 1;
    transition: 300ms ease-in-out;
    transition-delay: 200ms;
  }
}

.footer {
  background: #F8D543;
  padding: 35px 0;
  margin-block-end: 20px !important;
}
@media (max-width: 767px) {
  .footer.boxed-section {
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 992px) {
  .footer.boxed-section {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 1200px) {
  .footer.boxed-section {
    max-width: calc(100% - 130px);
  }
}
@media (min-width: 1800px) {
  .footer.boxed-section {
    max-width: 1685px;
  }
}
.footer h2 {
  background: none;
  font-size: 22px;
}
@media (min-width: 992px) {
  .footer h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .footer h2 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .footer h2 {
    font-size: 36px;
  }
}
@media (min-width: 1800px) {
  .footer h2 {
    font-size: 40px;
  }
}
.footer p, .footer a {
  font-size: 20px;
  margin-block-start: 10px;
}
@media (min-width: 768px) {
  .footer p, .footer a {
    font-size: 18px;
    margin-block-start: 20px;
  }
}
@media (min-width: 992px) {
  .footer p, .footer a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .footer p, .footer a {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .footer p, .footer a {
    font-size: 26px;
  }
}
@media (min-width: 1800px) {
  .footer p, .footer a {
    font-size: 30px;
  }
}
.footer span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer span {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .footer span {
    font-size: 20px;
  }
}
@media (min-width: 1800px) {
  .footer span {
    font-size: 22px;
  }
}
.footer ul {
  list-style: none;
  padding: 0 !important;
  margin-block-start: 10px;
}
.footer ul li {
  line-height: 1;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .footer ul {
    margin-block-start: 20px;
  }
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: #000000;
  text-decoration: underline;
}
.footer .is-layout-flex {
  gap: 40px;
}
@media (min-width: 768px) {
  .footer .is-layout-flex {
    gap: 20px;
  }
}
.footer .wp-block-image img {
  width: 65px;
  margin: 0;
}
@media (min-width: 1200px) {
  .footer .wp-block-image img {
    width: 100px;
  }
}
@media (min-width: 1440px) {
  .footer .wp-block-image img {
    width: 110px;
  }
}
@media (min-width: 1800px) {
  .footer .wp-block-image img {
    width: 125px;
  }
}
.footer .wp-block-columns {
  padding: 0;
}
@media (min-width: 1200px) {
  .footer {
    padding: 80px 20px 60px;
  }
}

/*Reset default breakpoints in footer*/
@media (min-width: 992px) {
  footer .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1200px) {
  footer .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 767px) {
  footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 768px) {
  footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
}

/*# sourceMappingURL=style.css.map */
/*compiler test*/
.magazine-post-hero .wp-block-post-featured-image :where(img) {
    object-fit: contain !important;
    max-height: 230px;
}

.columns-4 .wp-block-post-featured-image a,
.squared-boxes .wp-block-post-featured-image a {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-block-navigation__submenu-container .has-child > .wp-block-navigation-item__content {
  display: inline-block !important;
}

.wp-block-query-pagination {
  padding: 15px 0;
  justify-content: center;
  margin: 0;
  margin-block-end: 20px !important;
}
.wp-block-query-pagination span.page-numbers.current {
  font-size: 20px !important;
  background: #CC0E51;
  color: #FFF;
  padding: 6px 14px;
  margin-right: 10px;
}

.wp-block-query-pagination a.page-numbers {
    text-decoration: none;
    font-size: 20px !important;
    margin-right: 10px;
}

.wp-block-query .wp-block-post-excerpt p:nth-of-type(3) {
  display: none;
}

.frc-i-widget {
  left: 0 !important;
}

@media (min-width: 782px) {

  .magazine-post-hero .dynamically-width-column {
    flex-basis: initial !important;
    flex: 0 0 auto !important;
  }

  .magazine-post-hero .content-column {
    flex-basis: 100% !important;
  }
}

@media (min-width: 992px) {
  .wp-block-navigation__submenu-container .has-child > .wp-block-navigation-item__content > .wp-block-navigation-item__label {
    display: block !important;
    font-size: clamp(16px, 1.5vw + 6px, 26px) !important;
    line-height: 1.1;
    width: 87%;
  }
}

@media (max-width: 991px) {
  ul.wp-block-navigation .has-child > .wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-item__label img {
    max-width: 70% !important;
    margin-bottom: 10px;
  }
}