/*
Theme name: CJFO
Description: Custom Theme
Version: 9.0.1
*/

/*
naming convention:
BEM - BLOCK__ELEMENT--MODIFIER
name spacing:
u = utilities
l = layout
c = component
js = javascript hook
breakpoints:
mobile - 600px
*/

/* CSS vars */

:root {
  --clr-primary50:  #FBF5E7;
  --clr-primary100: #D6E9D4;
  --clr-primary200: #A8D6A3;
  --clr-primary300: #8ACF8A;
  --clr-primary400: #62C37B;
  --clr-primary500: #62BB9E;
  --clr-primary600: #4A9A7C;
  --clr-primary700: #3C7F65;
  --clr-primary800: #2D6C56;
  --clr-primary900: #245E5D;
  --clr-greyscale50: #F8F8FB;
  --clr-greyscale100: #F5F6F6;
  --clr-greyscale200: #E5E5E5;
  --clr-greyscale300: #CCCCCC;
  --clr-greyscale400: #B3B3B3;
  --clr-greyscale500: #999999;
  --clr-greyscale600: #7F7F7F;
  --clr-greyscale700: #666666;
  --clr-greyscale800: #4C4C4C;
  --clr-greyscale900: #252525;

  --clr-white: #ffffff;

  --clr-text: var(--clr-greyscale700);
  --clr-text-light: var(--clr-greyscale600);
  --clr-text-reverse: white;

  /* widths */
  --width-content: 1340px;
  --width-gutter: 60px;
  /* heights */
  --height-header: 100px;
  /* spacing */
  --b-space-lg: 180px;
  --b-space: 72px;
  --b-space-sm: 72px;
  /* font family */
  --ff-body: "Inter", sans-serif;
  --ff-heading: "Inter", sans-serif;
  /* font sizes */
  --fs-h1: 3.25rem;
  --fs-h2: 1.5rem;
  --fs-h3: 1.375rem;
  --fs-h4: 1.125rem;
  --fs-h5: 1rem;
  --fs-h6: .8rem;
  --fs-p: 1rem;
  --fs-p-lg: 1.125rem;
  --fs-p-sm: .875rem;

  --wp--preset--font-size--lg: var(--fs-p-lg);
  --wp--preset--font-size--md: var(--fs-p);
  --wp--preset--font-size--sm: var(--fs-p-sm);

}



@media screen and (max-width:980px) {
  :root {
    --width-gutter: 3.75rem;
  }
}

@media screen and (max-width:853px) {

  :root {
    --height-header: 75px;
  }

}

@media screen and (max-width:600px) {
  :root {
    --height-header: 60px;
    /* font sizes */

    --fs-h1: 2.5rem;
    --fs-h2: 1.75rem;
    --fs-h3: 1.25rem;
    --fs-h4: 1rem;
    /* spacing */
    --b-space-lg: 80px;
    --b-space: 68px;
    --b-space-sm: 56px;

    --width-gutter: 1.5rem;
  }
}

@media screen and (max-width:480px) {
  :root {
    --fs-h1: 2.25rem;
  }
}

/* utilities */

.u-wc {
	width:100%;
	max-width: var(--width-content);
  padding: 0 var(--width-gutter);
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


.u-wc--full {
  max-width: 100%;
  padding: 0;
}

.u-wc--wide {
  max-width: 1500px;
}

.u-wc--md {
  max-width: 1030px;
}

.u-wc--sm {
  max-width: 980px;
}

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

.u-text-reverse {
  color: var(--clr-text-reverse);
}

/* base styles */

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
	background: white;
	font-family: var(--ff-body);
  font-weight: 400;
	font-size: var(--fs-p);
	margin: 0;
	color: var(--clr-text);
  position: relative;
  line-height: 1.5;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

@media screen and (max-width: 600px) {
  body {
    line-height: 1.4;
  }
}

b, strong {
  font-weight: 600;
}

.content-wrap {
  overflow: clip;
}

p, h1, h2, h3, h4, h5, h6, ul{
	margin:0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-heading);
  font-weight: 700;
  color: var(--clr-greyscale900);
}


h1 a, h2 a, h3 a, h4 a, h5 a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: .225em;
}

h1, .h1 {
  font-size: var(--fs-h1);
  line-height: 1.15;
  margin: 0 0 1.5rem;
}


h2, .h2 {
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: 1.4;
  margin: calc(var(--b-space) * 2/3) 0 1rem;
  scroll-margin-top: 2rem;
}

h2:first-child, .h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: var(--fs-h3);
  line-height: 1.35;
  font-weight: 600;
  font-family: var(--ff-body);
  margin: 2rem 0 1rem;
}

.wp-block-image + h3 {
  margin-top: 1rem;
}

h3:first-child {
  margin-top: 0;
}

h4 {
  font-size: var(--fs-h4);
  line-height: 1.4;
  margin: 2rem 0 1rem;
}

.wp-block-image + h4 {
  margin-top: 1rem;
}

h5 {
  font-size: var(--fs-h5);
  line-height: 1.6;
  margin: 1.5rem 0 1rem;
}

h6 {
  font-size: var(--fs-h6);
  line-height: 1.6;
  margin: 1.5rem 0 1rem;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1230px) {
  h2, .h2 {
    scroll-margin-top: 6.5rem;
  }
}

p {
  margin-bottom: 1.25rem;
}

p:last-child {
  margin-bottom: 0;
}

.has-lg-font-size {
  font-size: var(--fs-p-lg);
}

.has-sm-font-size {
  font-size: var(--fs-p-sm);
}

.is-sticky-sidebar {
  position: sticky;
  top: 1rem;
}

.is-layout-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 1.5rem
}

.is-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.is-nowrap {
  flex-wrap: nowrap;
}


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

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

.is-content-justification-center {
  justify-content: center;
}

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

li:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 1.5rem;
  margin: 0 0 1.5rem
}

ul.has-sm-font-size:last-child {
  margin-bottom: 0;
}

ul:last-child {
  margin-bottom: 0;
}

ol {
  margin: 0 0 1.5rem;
  padding-left: 1.5rem;
}


ol.has-sm-font-size:last-child {
  margin-bottom: 0;
}

ol:last-child {
  margin-bottom: 0;
}

li {
  padding-left: .5rem;
  margin-bottom: .5rem;
}

li:last-child {
  margin-bottom: 0;
}

blockquote {
  display: block;
  margin: 40px 0;
  padding-left: 32px;
  border-left: 4px solid var(--clr-primary500);
}

blockquote p {
  margin: 0 12px 0 0;
  font-size: 22px;
  font-style: italic;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote:last-child {
  margin-bottom: 0;
}

blockquote cite {
  font-style: normal;
  display: block;
  margin: 12px 0 0;
  font-size: var(--fs-p-sm);
}

@media screen and (max-width: 600px) {

  blockquote {
    display: block;
    margin: 30px 0;
    padding-left: 25px;
  }

  blockquote p {
    font-size: 19px;
  }

}

a, a:focus{
   outline: 0;
}

a {
  color: var(--clr-primary500);
  text-decoration: none;
	transition: .3s color, .3s background;
	-webkit-transition:.3s color, .3s background;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

a:hover {
  color: var(--clr-primary600);
}


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

.wp-block-separator, hr {
  display: block;
  padding: 0;
  height: 1px;
  background: var(--clr-greyscale200);
  margin: calc(var(--b-space) / 2) 0;
  border: none !important;
}


@media screen and (max-width: 600px) {
  hr, .wp-block-separator {
    margin: 32px 0;
  }
}

.c-section {
  padding: var(--b-space) 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-section--lg {
  padding: var(--b-space-lg) 0;
}

.c-section--sm {
  padding: var(--b-space-sm) 0;
}

.c-section--xsm {
  padding: var(--b-space-xsm) 0;
}

.c-section--noTopPadding {
  padding-top: 0;
}

.c-section--noBottomPadding {
  padding-bottom: 0;
}

.c-section .u-wc {
  position: relative;
  z-index: 4;
}

.wp-block-image {
  margin: 1.25rem 0;
}

.wp-block-image:first-child {
  margin-top: 0;
}

.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.is-style-rounded-corners img, img.is-style-rounded-corners {
  border-radius: 1.5rem;
}

.is-vertically-aligned-center .wp-block-image img {
  margin-inline: auto;
}

.u-wc--full > .wp-block-image img {
  width: 100%;
}

.wp-block-image figcaption {
  text-transform: uppercase;
  font-size: 12px;
  color: #656565;
  margin: 0;
  padding: 12px 12px 0 12px;
  letter-spacing: .05em;
}

.wp-block-embed {
  margin: 40px auto;
}

.wp-block-embed iframe  {
  display: block;
  margin: 0 auto;
}

.wp-block-embed:first-child {
  margin-top: 0;
}

.wp-block-embed:last-child {
  margin-bottom: 0;
}

.wp-embed-aspect-4-3 iframe {
  aspect-ratio: 4 / 3;
  height: 100%;
  width: 100%;
}

.wp-embed-aspect-16-9 iframe {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
}

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

.wp-block-audio audio {
  display: block;
  min-width: initial;
}

.wp-block-list.is-style-checklist {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.wp-block-list.is-style-checklist li {
  display: flex;
  gap: .5rem;
  padding-left: 0;
}

.wp-block-list.is-style-checklist li:before {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  position: relative;
  top: 2px;
  background: url('imgs/icon-check.svg') no-repeat center center / cover;
}

.wp-block-buttons {
  margin: 2.25rem 0;
  grid-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wp-block-buttons:has(.is-style-tertiary),.wp-block-buttons:has(.is-style-tertiary-dark)  {
  margin: 1rem 0;
}

.wp-block-buttons:first-child {
  margin-top: 0;
}

.wp-block-buttons:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {

  .wp-block-buttons {
    margin: 1.5rem 0;
  }

}

.wp-block-button__link:disabled, .wp-block-button__link--disabled {
  opacity: .5;
  cursor: wait;
}

.wp-block-button__link {
  font-size: .9375rem;
  font-family: var(--ff-body);
  font-weight: 600;
  color: var(--clr-text);
  flex-shrink: 0;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  grid-gap: .5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  transition: .3s background, .3s color, .3s border;
}

.wp-block-button__link svg {
  flex-shrink: 0;
  margin-left: auto;
}

.wp-block-button:not([class*="is-style-"]) .wp-block-button__link, .is-style-primary .wp-block-button__link {
  border-radius: .375rem;
  color: white;
  background: var(--clr-primary500);
  padding: 1rem 1.25rem;
  min-width: 175px;
}

.wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover, .is-style-primary .wp-block-button__link:hover {
  color: white;
  background: var(--clr-primary600);
}


.is-style-primary-dark .wp-block-button__link {
  border-radius: .375rem;
  color: white;
  background: var(--clr-primary900);
  padding: 1rem 1.25rem;
  min-width: 175px;
}

.is-style-primary-dark .wp-block-button__link:hover {
  color: white;
  background: var(--clr-greyscale900);
}

.is-style-secondary .wp-block-button__link {
  border-radius: .375rem;
  color: var(--clr-greyscale900);
  background: white;
  padding: calc(1rem - 1px)  calc(1.25rem - 1px);
  border: 1px solid var(--clr-greyscale200);
  min-width: 175px;
}

.is-style-secondary .wp-block-button__link:hover {
  color: var(--clr-text);
  background: var(--clr-primary100);
}

.wp-block-button:not([class*="is-style-"]).has-arrow .wp-block-button__link, .is-style-primary.has-arrow .wp-block-button__link, .is-style-primary-dark.has-arrow .wp-block-button__link, .is-style-secondary.has-arrow .wp-block-button__link, .wp-block-button:not([class*="is-style-"]).has-external-icon .wp-block-button__link, .is-style-primary.has-external-icon .wp-block-button__link, .is-style-primary-dark.has-external-icon .wp-block-button__link, .is-style-secondary.has-external-icon .wp-block-button__link {
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.is-style-tertiary .wp-block-button__link {
  padding: 0;
  color: var(--clr-primary500);
  background: none;
  font-size: .9375rem;
  font-family: var(--ff-body);
  font-family: var(--ff-heading);
  font-weight: 600;
}


.is-style-tertiary .wp-block-button__link svg {
  width: 1.25rem;
  flex-shrink: 0;
  transition: .3s transform;
}

.is-style-tertiary .wp-block-button__link svg path {
  stroke: var(--clr-primary500);
  transition: .3s stroke;
}

.is-style-tertiary .wp-block-button__link:hover svg path {
  stroke: var(--clr-primary600);
}

.is-style-tertiary .wp-block-button__link:hover {
  color: var(--clr-primary600);
  background: none;
}

.is-style-tertiary .wp-block-button__link:hover svg {
  transform: translateX(.25rem);
}


.is-style-tertiary-dark .wp-block-button__link {
  padding: 0;
  color: var(--clr-primary900);
  background: none;
  font-size: .9375rem;
  font-family: var(--ff-body);
  font-family: var(--ff-heading);
  font-weight: 600;
}

.is-style-tertiary-dark .wp-block-button__link svg {
  width: 1.25rem;
  flex-shrink: 0;
  transition: .3s transform;
}

.is-style-tertiary-dark .wp-block-button__link svg path {
  stroke: var(--clr-primary900);
  transition: .3s stroke;
}

.is-style-tertiary-dark .wp-block-button__link:hover svg path {
  stroke: var(--clr-greyscale900);
}

.is-style-tertiary-dark .wp-block-button__link:hover {
  color: var(--clr-greyscale900);
  background: none;
}

.is-style-tertiary-dark .wp-block-button__link:hover svg {
  transform: translateX(.25rem);
}



@media screen and (max-width: 600px) {

  .wp-block-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: .5rem;
  }

  .wp-block-buttons:has(.is-style-tertiary), .wp-block-buttons:has(.is-style-tertiary-dark)  {
    align-items: start;
  }

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

  .wp-block-button {
    flex-grow: 1;
  }

}

/*header styles*/

.c-mainHeader {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background:  white;
  transition: .3s background, .3s height, .3s opacity;
}

.c-mainHeader__top {
  background: var(--clr-primary500);
  padding: .75rem 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 1230px) {
  .c-mainHeader__top {
    position: relative;
  }
}

.c-mainHeader__top .u-wc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-mainHeader__contacts {
  font-size: var(--fs-p-sm);
  font-weight: 600;
  color: var(--clr-greyscale900);
  display: flex;
  gap: 1rem;
}

.c-mainHeader__contacts a {
  display: flex;
  gap: .5rem;
  align-items: center;
  color: inherit;
}

.c-mainHeader__contacts a:before {
  content: '';
  background-size: 1rem 1rem;
  width: 1rem;
  height: 1rem;
  background-position: center center;
}

.c-mainHeader__contacts a:hover {
  color: var(--clr-greyscale700);
}

.c-mainHeader__contacts a[href^="tel:"]:before {
  background-image: url('imgs/icon-phone.svg');
}

.c-mainHeader__contacts a[href^="mailto:"]:before {
  background-image: url('imgs/icon-mail.svg');
}

.c-mainHeader__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.c-clearBtn {
  display: flex;
  align-items: center;
  font-size: .9375rem;
  font-weight: 600;
  gap: .5rem;
  color: var(--clr-greyscale900);
}

.c-clearBtn:hover {
  color: var(--clr-greyscale800);
}

.c-clearBtn:after {
  content: '';
  background-size: 1.25rem 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-image: url('imgs/icon-delete.svg');
}

.c-darkgreenBtn {
  border-radius: .375rem;
  font-size: .9375rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--clr-primary900);
  padding: .75rem 1rem;
  transition: .3s background;
}

.c-yellowBtn {
  border-radius: .375rem;
  font-size: .9375rem;
  font-weight: 600;
  color: #244e51;
  background: #f3efc5;
  padding: .75rem 1rem;
  transition: .3s background;
}

.c-quitBtn {
  border-radius: .375rem;
  font-size: .9375rem;
  font-weight: 600;
  color: white;
  background: #E95858;
  padding: .75rem 1rem;
  transition: .3s background;
}



.c-quitBtn:hover {
  color: white;
  background: #FF6F6F;
}

.c-mainHeader__bottom  {
  padding-top: 1rem;
  background-image: url(imgs/home-banner.png);
  background-size: cover;
  background-position: center;
  padding-top: 77px;
}

@media screen and (max-width: 1230px) {
  .c-mainHeader__bottom {
    padding-bottom: 0px;
  }
}

.c-mainHeader__bottom  .u-wc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.c-mainHeader__logo {
  display: block;
  flex-shrink: 0;
  margin-right: 1rem;
}

.c-mainHeader__logo img {
  display: block;
}

.c-mainHeader__btns {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

.c-mainHeader__menuWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--clr-greyscale200);
  padding: 1.5rem 0;
  margin-top: 1rem;
  width: 100%;
}

@media screen and (max-width: 1230px) {

  .c-mainHeader {
    position: sticky;
    top: -3rem;
    transition: .3s transform;
  }

  .c-mainHeader__bottom > .u-wc {
    flex-wrap: nowrap;
  }

  .c-mainHeader__bottom {
    padding: 1rem 0;
  }

  .c-mainHeader__logo {
    max-width: 100px;
  }
}

@media screen and (max-width: 1230px) {

  .c-quitBtn  {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
  }

}


@media screen and (max-width: 980px) {
  .c-mainHeader__contacts a {
    font-size: 0;
    gap: 0;
  }


}

@media screen and (max-width: 600px) {
  .c-quitBtn  {
    right: 1rem;
    bottom: 1rem;
  }

  .c-mainHeader__logo {
    max-width: 100px;
  }

}

@media screen and (max-width: 480px) {
  .c-clearBtn {
    font-size: .875rem;
  }

  .c-mainHeader__logo {
    max-width: 80px;
  }
}


.c-mainMenu  {
  line-height: 1.5;
}

.c-mainMenu ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin: 0;
  gap: .5rem;
}

.c-mainMenu .menu-item {
  margin: 0 1.5rem 0 0;
  padding: 0;
}

.c-mainMenu .menu-item:last-child {
  margin-right: 0;
}

.c-mainMenu .menu-item > a {
  font-size: .9375rem;
  font-weight: 600;
  color: var(--clr-text);
  position: relative;
  text-decoration: none;
  padding: 0;
  transition:.3s color;
  display: block;
}

.c-mainMenu .current-menu-item > a, .c-mainMenu .menu-item > a:hover {
  color: var(--clr-primary600);
}

.c-mainMenu li.menu-item-has-children {
  position: relative;
}

.c-mainMenu li.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: .25rem;
}

/* .c-mainMenu .menu-item-drop-arrow {
  --icon-size-width: .6875rem;
  --icon-size-height: .375rem;
  width: var(--icon-size-width);
  height: var(--icon-size-height);
  background: url('imgs/icon-menu-drop-arrow.svg') center center / var(--icon-size-width) var(--icon-size-height);
  transition: .3s transform;
}

.c-mainMenu .menu-item-has-children:hover > a .menu-item-drop-arrow, .c-mainMenu .menu-item-has-children:focus-within > a .menu-item-drop-arrow {
  transform: rotate(180deg);
} */

.c-mainMenu .sub-menu {
  padding: 1rem 0;
}

.c-mainMenu .sub-menu li {
  padding: .25rem 0;
  border-top: 1px solid #ececec;
  margin: 0;
}

.c-mainMenu .sub-menu li:first-child {
  border-top: 0;
  padding-top: 0;
}

.c-mainMenu .sub-menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-mainMenu .sub-menu a, .c-mainMenu .mega-menu-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .325rem;
  flex-wrap: nowrap;
}

.c-mainMenu .menu-item-has-children > a:after, .c-mainMenu .mega-menu-item > a:after {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background: url('imgs/icon-chevron-right.svg') center center / 1.25rem;
  margin-top: 1px;
  transition: .3s transform;
}

.c-mainMenu .sub-menu .menu-item-drop-arrow {
  display: none;
}

.menu-item-drop-arrow--active:after {
  transform: rotate(180deg);
}

@media screen and (min-width: 1231px) {

  .c-mainMenu .menu-item-has-children:hover > a:after, .c-mainMenu .menu-item-has-children:focus-within > a:after, .c-mainMenu .mega-menu-item:hover > a:after, .c-mainMenu .mega-menu-item:focus-within > a:after  {
    transform: rotate(180deg);
  }

  .c-mainMenu .menu-item-has-children, .c-mainMenu .mega-menu-item {
    --dropdown-position-offset: 1.5rem;
    position: relative;
  }

  .c-mainMenu .mega-menu-item {
    position: static;
  }

  .c-mainMenu .menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: var(--dropdown-position-offset);
  }

  .c-megaMenu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: var(--dropdown-position-offset);
  }

  .c-mainMenu .sub-menu {
    width: 200px;
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border-radius: .375rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: white;
    padding: .75rem;
    left: -.75rem;
    top: calc(100% + var(--dropdown-position-offset));
    padding: 1rem;
    transform: translateY(-4px);
    box-shadow: 0px 2px 5px 0px #0000001A, 0px 9px 9px 0px #00000017, 0px 21px 12px 0px #0000000D, 0px 36px 15px 0px #00000003, 0px 57px 16px 0px #00000000;
    transition: .3s opacity, 0s visibility .3s, .3s transform;
  }

  .c-mainMenu .menu-item-has-children:hover > .sub-menu, .c-mainMenu .menu-item-has-children:focus-within > .sub-menu  {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: translateY(-1px);
  }

  .c-mainMenu .sub-menu .sub-menu {
    left: calc(100% + 1rem);
    transform: translateY(-4px);
    top: -1rem;
  }

  .c-mainMenu .menu-item-has-children:hover > .sub-menu .sub-menu, .c-mainMenu .menu-item-has-children:focus-within > .sub-menu .sub-menu  {
    transform: none;
  }

  .c-mainMenu .sub-menu {
    display: block !important;
  }

}

@media screen and (max-width: 1230px) {

  .c-mainHeader__menuWrap {
    padding: 0;
    border: 0;
    width: auto;
    margin: 0;
  }

  .c-mainMenu {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    padding: 2rem var(--width-gutter);
    visibility: hidden;
    opacity: 0;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    transition: .3s opacity, 0s visibility .3s;
  }

  .c-mainMenu--active {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
  }

  .c-mainMenu > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
  }

  .c-mainMenu li {
    margin: 0;
    width: 100%;
  }

  .c-mainMenu > ul > li {
    margin: 0;
  }

  .c-mainMenu li a {
    justify-content: space-between;
  }

  .c-mainMenu .sub-menu {
    margin-left: 1rem;
    display: none;
  }

  .c-mainMenu .sub-menu a {
    font-size: 1rem;
  }

  .menu-item-has-children-active > a .menu-item-drop-arrow {
    transform: rotate(180deg);
  }


}

.c-megaMenu {
  padding: 0;
  background: white;
  border-top: 1px solid var(--clr-greyscale200);
}

.c-megaMenu__overflow {
  overflow: clip;
}

@media screen and (min-width: 1231px) {

  .c-megaMenu:before {
    content: '';
    height: var(--dropdown-position-offset);
    left: 0;
    right: 0;
    position: absolute;
    bottom: 100%;
  }
  .c-megaMenu {
    transform: translateY(-8px);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s opacity, 0s visibility .3s, .3s transform;
  }
  .c-mainMenu .mega-menu-item:hover > .c-megaMenu, .c-mainMenu .mega-menu-item:focus-within > .c-megaMenu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: translateY(-1px);
  }
}

.c-megaMenu p {
  font-size: .9375rem;
  margin-bottom: .5rem;
}

.c-megaMenu p a {
  font-weight: 600;
}

.c-megaMenu p:last-child {
  margin-bottom: 0;
}

.c-megaMenu__top {
  width: 100%;
  gap: 0;
}

.c-megaMenu__overview {
  position: relative;
  width: 232px;
  flex-shrink: 0;
  border-radius: 0 !important;
  padding: 2rem 2rem 2rem 0 !important;
  align-self: stretch;
}

.c-megaMenu__overview:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2000px;
  background: inherit;
}

.c-megaMenu__overview a {
  color: var(--clr-greyscale800);
}

.c-megaMenu__overview a:hover {
  color: var(--clr-primary600);
}

.c-megaMenu__content {
  padding: 2rem 0 2rem 3rem !important;
  gap: 2rem;
  flex-grow: 1;
}

.c-megaMenu__content > .wp-block-group {
  width: 100%;
  flex-grow: 1;
  gap: 1.25rem;
}

.c-megaMenu__content--2 > .wp-block-group {
  width: calc((100% - 2rem) / 2);
}


.c-megaMenu__content .wp-block-image.is-style-rounded-corners img {
  border-radius: .3125rem;
}

.c-megaMenu__content .wp-block-image {
  flex-shrink: 0;
}

.c-megaMenu a[target='_blank'] {
  width: max-content;
}

.c-megaMenu a[target='_blank']:after {
  content: '';
  background: url('imgs/icon-external-dark.svg') center center / 1rem 1rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.c-megaMenu__footer {
  position: relative;
  border-radius: 0 !important;
  width: 100%;
  padding: 1.5rem 0 !important;
}

.c-megaMenu__footer:before, .c-megaMenu__footer:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2000px;
  background: inherit;
}

.c-megaMenu__footer:after {
  right: auto;
  left: 100%;
}

.c-megaMenu__footer p {
  margin: 0;
}

.c-megaMenu__footer a {
  color: var(--clr-greyscale800);
}

.c-megaMenu__footer a:hover {
  color: var(--clr-primary600);
}


@media screen and (min-width: 1231px) {
  .c-megaMenu {
    display: block !important;
  }
}

@media screen and (max-width: 1230px) {
  .c-megaMenu {
    position: static;
    margin-left: calc(var(--width-gutter) * -1);
    margin-right: calc(var(--width-gutter) * -1);
    display: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .c-megaMenu__content {
    flex-wrap: wrap !important;
  }

  .c-megaMenu__content > .wp-block-group {
    width: calc((100% - 2rem) / 2);
  }
}

@media screen and (max-width: 980px) {
  .c-megaMenu__content {
    flex-direction: column;
  }

  .c-megaMenu__content > .wp-block-group, .c-megaMenu__content--2 > .wp-block-group {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .c-megaMenu__top {
    flex-direction: column;
  }

  .c-megaMenu__overview {
    width: 100%;
    padding-right: 0 !important;
  }

  .c-megaMenu__overview:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 2000px;
    background: inherit;
  }


  .c-megaMenu__content {
    width: 100%;
    padding: 2rem 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .c-megaMenu__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: .25rem;
  }
}

@media screen and (max-width: 480px) {
  .c-megaMenu__content .wp-block-image {
    max-width: 48px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.c-langSwitcher {
  list-style-type: none;
  padding: 0;
}

.c-langSwitcher li {
  padding: 0;
}

.c-langSwitcher a {
  background: var(--clr-primary500);
  color: var(--clr-greyscale900);
  padding: .375rem .75rem;
  border-radius: .375rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.c-langSwitcher a:hover {
  background: var(--clr-primary600);
}

.c-navIcon {
  position: relative;
  padding: 0;
  width: 51px;
  height: 51px;
  background: none;
  /* background: var(--clr-primary500); */
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: .3s background;
  border-radius: 50%;
  flex-shrink: 0;
}

.c-navIcon:before,
.c-navIcon:after {
  content: "";
  width: 21px;
  height: 2px;
  position: absolute;
  left: 15px;
  background: var(--clr-primary900);
  transition: .3s transform, .3s top, .3s bottom, .3s width;
}

.c-navIcon:before {
  width: 14px;
}

.c-navIcon span {
  width: 21px;
  height: 2px;
  position: absolute;
  top: 25px;
  left: 15px;
  background: var(--clr-primary900);
  transition: .3s opacity;
}

.c-navIcon:before {
  top: 18px;
}

.c-navIcon:after {
  bottom: 17px;
}

@media (hover: hover) and (pointer: fine) {

  .c-navIcon:not(.c-navIcon--active):hover:before {
    top: 24px;
    width: 21px;
  }

  .c-navIcon:not(.c-navIcon--active):hover:after {
    bottom: 24px;
    transform: rotate(90deg);
  }

  .c-navIcon:hover span {
    opacity: 0;
  }
}

.c-navIcon--active:before {
  top: 24px;
  transform: rotate(45deg);
  width: 21px;
}

.c-navIcon--active:after {
  bottom: 25px;
  transform: rotate(135deg);
}

.c-navIcon--active span  {
  opacity: 0;
}


@media screen and (max-width: 1230px) {

  .c-navIcon {
    display: flex;
  }
}

/* gutenberg block / group styling */

.has-primary-50-background-color {
  background-color: var(--clr-primary50);
}

.has-primary-500-background-color {
  background-color: var(--clr-primary500);
  color: var(--clr-text-reverse);
}

.has-primary-900-background-color {
  background-color: var(--clr-primary900);
  color: var(--clr-text-reverse);
}

.has-accent-500-background-color {
  background-color: var(--clr-accent500);
}

.has-secondary-500-background-color {
  background-color: var(--clr-secondary500);
  color: var(--clr-text);
}

.has-secondary-700-background-color {
  background-color: var(--clr-secondary700);
  color: var(--clr-text);
}

.has-white-background-color {
  background-color: white;
  color: var(--clr-text);
}

.has-grey-900-background-color {
  background-color: var(--clr-greyscale900);
  color: var(--clr-text-reverse);
}

.has-grey-800-background-color {
  background-color: var(--clr-greyscale800);
  color: var(--clr-text-reverse);
}

.has-grey-700-background-color {
  background-color: var(--clr-greyscale700);
  color: var(--clr-text-reverse);
}

.has-grey-600-background-color {
  background-color: var(--clr-greyscale600);
  color: var(--clr-text-reverse);
}

.has-grey-500-background-color {
  background-color: var(--clr-greyscale500);
  color: var(--clr-text-reverse);
}

.has-grey-400-background-color {
  background-color: var(--clr-greyscale400);
  color: var(--clr-text-reverse);
}

.has-grey-300-background-color {
  background-color: var(--clr-greyscale300);
  color: var(--clr-text-reverse);
}

.has-grey-200-background-color {
  background-color: var(--clr-greyscale200);
  color: var(--clr-text-reverse);
}

.has-grey-100-background-color {
  background-color: var(--clr-greyscale100);
  color: var(--clr-text);
}

.has-primary-50-color {
  color: var(--clr-primary50);
}

.has-primary-500-color {
  color: var(--clr-primary500);
}

.has-primary-900-color {
  color: var(--clr-primary900);
}

.has-white-color {
  color: var(--clr-white);
}

.has-grey-100-color {
  color: var(--clr-greyscale100);
}

.has-grey-200-color {
  color: var(--clr-greyscale200);
}

.has-grey-300-color {
  color: var(--clr-greyscale300);
}

.has-grey-400-color {
  color: var(--clr-greyscale400);
}

.has-grey-500-color {
  color: var(--clr-greyscale500);
}

.has-grey-600-color {
  color: var(--clr-greyscale600);
}

.has-grey-700-color {
  color: var(--clr-greyscale500);
}

.has-grey-800-color {
  color: var(--clr-greyscale800);
}

.has-grey-900-color {
  color: var(--clr-greyscale900);
}

.wp-block-columns {
  margin: calc(var(--b-space) * 2/3) 0;
  grid-gap: 5%;
}

.has-background.wp-block-columns {
  padding: 2rem;
  border-radius: 1.25rem;
}

.wp-block-columns:first-child {
  margin-top: 0;
}

.wp-block-columns:last-child {
  margin-bottom: 0;
}

.has-background.wp-block-column {
  padding: 2rem;
  border-radius: 1.25rem;
}

@media screen and (max-width: 1120px) {

  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    display: flex;
    flex-direction: column;
    grid-gap: 32px;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:not(.u-fullRight) {
    width: 100% !important;
  }

}

.wp-block-media-text {
  margin: var(--b-space) auto;
  column-gap: 6%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

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

.wp-block-media-text:first-child {
  margin-top: 0;
}


.wp-block-media-text:last-child {
  margin-bottom: 0;
}


.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.wp-block-media-text__content :first-child {
  margin-top: 0;
}


@media screen and (max-width: 900px) {

  .wp-block-media-text, .wp-block-media-text.has-media-on-the-right {
    display: grid;
    grid-template-columns: 100% !important;
  }

  .wp-block-media-text  .wp-block-media-text__media {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    grid-row: 2 !important;
    grid-column: 1 !important;
  }

  .wp-block-media-text  .wp-block-media-text__content {
    margin-left: auto;
    margin-right: auto;
    grid-row: 1 !important;
    grid-column: 1 !important;
  }

  .wp-block-media-text, .wp-block-media-text.has-media-on-the-right {
    padding-left: 0;
    padding-right: 0;
  }

}

@media screen and (max-width: 600px) {

  .wp-block-media-text  .wp-block-media-text__media {
    max-width: 100%;
  }

  .wp-block-media-text .wp-block-media-text__media {
    margin-top: 32px;
  }

  .wp-block-media-text {
    margin: 52px auto;
  }

  .wp-block-media-text:first-child {
    margin-top: 0;
  }

  .wp-block-media-text:last-child {
    margin-bottom: 0;
  }

}

.wpcf7, .wp-block-contact-form-7-contact-form-selector {
  margin: 48px auto;
}

@media screen and (max-width: 600px) {

  .wpcf7, .wp-block-contact-form-7-contact-form-selector  {
    margin: 32px 0;
  }
}

.wpcf7:first-child, .wp-block-contact-form-7-contact-form-selector:first-child {
  margin-top: 0;
}

.wpcf7:last-child, .wp-block-contact-form-7-contact-form-selector:first-child {
  margin-bottom: 0;
}

.wpcf7-spinner {
  vertical-align: middle;
}

.wpcf7__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 32px;
}
.wpcf7__disclaimer {
  font-size: var(--fs-p-sm);
  margin: 0;
}

.wpcf7__disclaimer a {
  color: white;
}

.wpcf7__footer .wp-block-button__link {
  flex-shrink: 0;
}

@media screen and (min-width: 601px) {

  .input-cols {
    display: flex;
  }

  .input-col {
    width: calc((99.99% - 12px) / 2);
    margin-right: 12px;
  }

  .input-col:last-child {
    margin-right: 0;
  }

}

label, legend, body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
  font-size: .875rem;
  margin: 0 0 .25rem 0;
  display: block;
  color: var(--clr-greyscale900)
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="tel"],
textarea,
select {
  outline: none;
  display: block;
  width: 100%;
  border: none;
  border-radius: .375rem;
  padding: .75rem 1rem;
  font-weight: 400;
  font-size: .9375rem;
  margin-bottom: 0;
  font-family: inherit;
  background: white;
  border: 1px solid var(--clr-greyscale200);
  color: var(--clr-greyscale900);
  transition: .3s border, .3s background;
}

textarea, body .gform_wrapper.gravity-theme textarea {
  height: 160px;
  border: 1px solid var(--clr-greyscale200);
  padding: .75rem;
  border-radius: .375rem;
  font-size: 1rem;
  margin-top: .75rem;
}


input[type="text"]::placeholder,
input[type="phone"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
body .gform_wrapper.gravity-theme input[type="email"]::placeholder,
body .gform_wrapper.gravity-theme input[type="text"]::placeholder,
body .gform_wrapper.gravity-theme input[type="tel"]::placeholder,
body .gform_wrapper.gravity-theme input[type="password"]::placeholder,
textarea::placeholder,
body .gform_wrapper.gravity-theme textarea::placholder {
  color: var(--clr-greyscale800);
  opacity: 1;
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url('imgs/triangle.svg') no-repeat calc(100% - 16px) center / 10px 6px;
  color: var(--clr-text);
  padding-right: 28px;
}

select:-ms-expand {
  display: none;
}

input[type="submit"] {
  font-size: .9375rem;
  font-family: var(--ff-body);
  font-weight: 700;
  color: white;
  flex-shrink: 0;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  grid-gap: .5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  -webkit-appearance: none;
  border-radius: .375rem;
  color: white;
  background: var(--clr-primary500);
  padding: 1rem 1.25rem;
  transition: .3s background, .3s color, .3s border;
}

input[type="submit"]:hover {
  color: white;
  background: var(--clr-primary600);
}

button[type="submit"]:focus {
  outline: none;
}

/* gravity forms styling */

.gform_wrapper {
  background: var(--clr-greyscale50);
  padding: 2rem;
  border-radius: .375rem;
}

.ginput_container.ginput_container_consent {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.ginput_container.ginput_container_consent label {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
}

body .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
}

body .gform_wrapper.gravity-theme .field_sublabel_above .description, body .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, body .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
  font-size: var(--fs-p-sm);
  padding-bottom: 0;
  margin-bottom: 0;
}

body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 28px 0 0;
  padding: 0;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: 1px solid #c02b0a;
}

.gform_required_legend {
  display: none;
}

.gfield_validation_message {
  margin: 4px 0 !important;
  font-size: 13px !important;
  font-weight: 500;
  padding: 4px 8px !important;
  background: red;
  border-radius: 4px;
  color: white;
}

.gform-field-label--type-sub {
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin: 0 0 8px 0;
}

.gfield_description {
  font-size: 16px;
  display: block;
  margin: 0 0 8px 0;
}

.gform_button input[type="submit"] {
  margin-right: 8px;
}

.gform_wrapper.gravity-theme .ginput_counter {
  color: var(--clr-text-light);
  font-size: 14px;
  display: block;
  margin: 0 0 14px 0;
}

.gf_clear_complex {
  display: none;
}

@media screen and (min-width: 601px) {

  .ginput_complex {
    display: flex;
    grid-gap: 24px;
  }
  .ginput_complex > span {
    flex-grow: 1;
  }
}

@media screen and (max-width: 600px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px;
  }

  body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 20px 0 0;
  }
}

.c-newsletter_wrapper {
  margin: 28px 0 60px;
}

.c-newsletter_wrapper .gfield {
  position: relative;
}

@media screen and (min-width: 481px) {


  .c-newsletter_wrapper .gfield {
    grid-column: initial !important;
  }

  .c-newsletter_wrapper #field_submit {
    grid-column: auto !important;
  }

  .c-newsletter .gform_fields {
    grid-gap: 0 !important;
    grid-template-columns:  1fr auto !important;
  }

  .c-newsletter input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .c-newsletter input[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .c-newsletter_wrapper .gfield_validation_message {
    position: absolute;
    top: calc(100% + 4px);
    margin: 0 !important;
  }

}

.c-newsletter input[type="email"] {
  margin: 0;
  height: 50px;
  border: 1px solid var(--clr-greyscale100);
}

.c-newsletter input[type="submit"] {
  height: 50px;
}

.c-newsletter_wrapper .gform_validation_errors {
  display: none;
}

.gform_validation_errors {
  background: var(--clr-greyscale100);
  color: var(--clr-text);
  outline: none;
  padding: 24px 24px;
  margin: 0 0 24px 0;
  border-radius: 4px;
  font-size: 16px;
}

.gform_submission_error {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 12px 0;
}

.gform_submission_error  .gform-icon {
  display: none;
}

.gform_validation_errors ol {
  margin-top: 8px;
}

/* override silly gravity from style */

@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: normal !important;
  }
}

@media screen and (max-width: 600px) {

  label {
    margin: 0 0 8px 0;
    font-size: 18px;
  }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    font-size: 16px;
  }

  textarea {
    height: 200px;
  }

  .c-newsletter_wrapper {
    margin: 24px 0 32px;
  }

}

.wp-block-table {
  padding: 24px 0 32px;
}

.wp-block-table th {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  padding: 0 8px 8px;
}

.wp-block-table td {
  padding: 8px;
  border: none;
  border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 600px) {

  .wp-block-table {
    padding: 18px;
  }

  .wp-block-table th {
    font-size: 0;
  }

  .wp-block-table th:after {
    content: attr(data-label);
    font-size: 17px;
  }
}

.c-modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  padding: 50px;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;
}

.c-modal__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:  rgba(107, 114, 128, .3);
}

.c-modal--active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.c-modal--active .c-modal__outerContainer {
  transform: scale(1);
}

.c-modal__outerContainer {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 800px;
  max-height: 100%;
  transform: scale(.9);
  position: relative;
  z-index: 2;
  transition: .3s transform;
}

.c-modal__container {
  background: white;
  box-shadow: 0px 2px 5px 0px #0000001A, 0px 9px 9px 0px #00000017, 0px 21px 12px 0px #0000000D, 0px 36px 15px 0px #00000003, 0px 57px 16px 0px #00000000;
  border-radius: .75rem;
  padding: 3.5rem;
  overflow: hidden;
  display: flex;
}

.c-modal__close {
  background: url('imgs/icon-close.svg') no-repeat center center / 1rem 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  display: block;
  position: absolute;
  z-index: 10;
  right: -2rem;
  top: -2rem;
  transition: .3s background;
}

@media screen and (max-width: 767px) {

  .c-modal__container {
    padding: 2rem;
  }
}

@media screen and (max-width: 600px) {

  .c-modal {
    padding: 2rem 1.5rem;
  }

  .c-modal__container {
    padding: 1.5rem;
  }

}


@media screen and (min-width: 601px) {
  .is-style-mobile-only {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .is-style-desktop-only {
    display: none;
  }
}


@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}


.c-newsItems {
  display: flex;
  flex-wrap: wrap;
  --gap: 100px;
  --columns: 2;
  max-width: 1100px;
  margin: calc(var(--b-space) * (4/6)) auto;
  gap: var(--gap);
}

.c-newsItems:first-child {
  margin-top: 0;
}

.c-newsItems:last-child {
  margin-bottom: 0;
}

.c-newsItems .c-newsItem {
  width: calc((100% - (var(--gap) * (var(--columns) - 1))) / var(--columns));
  flex-basis: auto;
  flex-grow: 0;
}

@media screen and (max-width: 1280px) {
  .c-newsItems {
    --gap: 60px;
  }
}


@media screen and (max-width: 600px) {
  .c-newsItems {
    --columns: 1;
    --gap: 40px;
  }
}

.c-newsItems:last-child {
  margin-bottom: 0;
}

.c-newsItems:first-child {
  margin-top: 0;
}

.c-newsItem h4 {
  margin: 1.5rem 0;
}

.c-newsItem__thumb {
  margin-bottom: 1.75rem;
  display: block;
}

.c-newsItem__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.c-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.c-tag {
  font-size: 1rem;
  font-weight: 500;
}

.c-tags--blogSingle {
  justify-content: center;
}

.c-tags--blogSingle .c-tag {
  font-weight: 700;
  font-family: var(--ff-heading);
}

.c-newsItem__link {
  text-decoration: none;
  font-size: 16px;
  margin-top: auto;
}


.u-fullRight, .wp-block-column.u-fullRight  {
  margin-right: calc((100% - 100vw - var(--scrollbar-width, 0px)) / 2);
  flex-grow: 1;
}

.u-fullBottom {
  margin-bottom: calc(var(--b-space) * -1);
}

.u-fullRight img {
  width: 100%;
  height: 622px;
  object-fit: cover;
  object-position: top left;
}

@media (max-width: 1120px) {
  .u-fullRight img {
    height: 500px;
  }
}

@media screen and (max-width: 600px) {
  .u-fullRight img {
    height: 300px;
  }
}

.wp-block-social-links {
  grid-gap: .75rem;
  display: flex;
}

.wp-social-link {
  margin: 0;
  padding: 0;
  transition: .3s background
}

.wp-block-social-link:hover {
  transform: none;
}

.wp-block-social-links .wp-social-link a {
  padding: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  color: var(--clr-secondary500);
  transition: .3s color;
}

.wp-block-social-links.is-style-logos-only .wp-social-link:hover {
  color: var(--clr-secondary700);
}

.wp-block-social-links .wp-social-link svg, .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 2rem;
  height: auto;
}


.c-pagination  {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.c-pagination__numbers {
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.c-pagination__number {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: .3rem .75rem;
  border-radius: .375rem;
  color: var(--clr-greyscale900);
  font-size: .9375rem;
  background: transparent;
  font-weight: 600;
  transition: .3s background, .3s color;
}

.c-pagination__number a {
  color: inherit;
}

.c-pagination__number:not(.c-pagination__number--current):hover {
  color: var(--clr-secondary700);
  background: var(--clr-greyscale100);
}

.c-pagination__number--current {
  color: white;
  background: var(--clr-primary500);
}

.c-pagination__next, .c-pagination__prev {
  flex-shrink: 0;
}

.c-pagination__next a, .c-pagination__prev a, span.c-pagination__next, span.c-pagination__prev {
  text-decoration: none;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: .5rem;
  color: var(--clr-greyscale900);
  flex-shrink: 0;
  color: inherit;
}

.c-pagination__next a:hover, .c-pagination__prev a:hover {
  color: var(--clr-primary500);
}

.c-pagination__next.disabled, .c-pagination__prev.disabled {
  pointer-events: none;
  opacity: .2;
}

.c-pagination__next a:after, .c-pagination__prev a:before, span.c-pagination__next:after, span.c-pagination__prev:before  {
  content: '';
  background: url('imgs/icon-pagination-arrow.svg') center center  / 1rem 1rem;
  width: 1rem;
  height: 1rem;
}

.c-pagination__prev a:before, span.c-pagination__prev:before {
  transform: rotate(180deg);
}

@media screen and (max-width: 600px) {
  .c-pagination__next, .c-pagination__prev {
    font-size: 0;
  }

  .c-pagination__next a, .c-pagination__prev a {
    gap: 0;
  }

}

.c-serviceItem {
  padding: 3rem 0;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  text-decoration: none;
  border-top: 1px solid var(--clr-greyscale200);
}

.c-serviceItem:first-child {
  border-top: none;
  padding-top: 0;
}

.c-serviceItem:last-child {
  padding-bottom: 0;
}

.c-serviceItem__icon {
  --icon-size: 4rem;
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  object-fit: cover;
}

.c-serviceItem:after {
  --icon-size: 2.5rem;
  content: '';
  margin-left: auto;
  width: var(--icon-size);
  height: var(--icon-size);
  background: url('imgs/icon-arrow-right.svg') center center / var(--icon-size) var(--icon-size);
  transition: .3s transform;
}

.c-serviceItem:hover:after {
  transform: translateX(.25rem);
}


.c-serviceItem h5 {
  color: var(--clr-greyscale900);
  margin: 0;
  transition: .3s color;
}

.c-serviceItem:hover h5 {
  color: var(--clr-primary500);
}

@media screen and (max-width: 600px) {

  .c-serviceItem {
    padding: 1rem 0;
  }

  .c-serviceItem__icon {
    --icon-size: 3rem;
  }

  .c-serviceItem:after {
    --icon-size: 2rem;
  }
}

.c-faq {
  margin: calc(var(--b-space) * (1/2)) 0;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.c-faq:first-child {
  margin-top: 0;
}

.c-faq:last-child {
  margin-bottom: 0;
}

.c-faqItem {
  color: var(--clr-text);
  border: 1px solid var(--clr-greyscale200);
  border-radius: .375rem;
  padding: 1rem 1.5rem;
}

.c-faqItem__title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  grid-gap: 1.5rem;
  cursor: pointer;
  transition: .3s background;
  font-size: var(--fs-p);
  font-weight: 500;
  color: var(--clr-secondary500);
  border: none;
  outline: none;
  box-shadow: none;
  text-align: left;
  line-height: inherit;
  transition: .3s color;
}

.c-faqItem__title:hover {
  color: var(--clr-secondary700);
}

.c-faqItem__title * {
  margin: 0;
}

.c-faqItem__title:after {
  --icon-size-width: 1.25rem;
  --icon-size-height: 1.25rem;
  content: '';
  background: url('imgs/icon-faq-arrow.svg') center center / var(--icon-size-width) var(--icon-size-height);
  width: var(--icon-size-width);
  height: var(--icon-size-height);
  flex-shrink: 0;
  transition: .3s transform;
}

.c-faqItem--active .c-faqItem__title:after {
  transform: rotate(180deg);
}

.c-faqItem__content {
  display: none;
  padding: 1rem 0 0;
}

.c-faqItem__content :last-child {
  margin-bottom: 0;
}

.c-faqItem__team h4 {
  margin: 0;
}

.c-faqItem__team p {
  color: var(--clr-primary500);
}

.c-faqItem__team p span {
  display: block;
}

.c-faqItem__teamContact {
  display: flex;
  gap: 1rem;
  margin-bottom: .5rem;
}

.c-faqItem__teamContact a {
  display: flex;
  transition: .3s opacity;
}

.c-faqItem__teamContact a:hover {
  opacity: .7;
}

.c-faqItem__teamContact a:before {
  content: '';
  background-size: 1.5rem 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
}

.c-faqItem__teamContact a[href^="tel:"]:before {
  background-image: url('imgs/icon-phone.svg');
}

.c-faqItem__teamContact a[href^="mailto:"]:before {
  background-image: url('imgs/icon-mail.svg');
}

@media screen and (max-width: 600px) {
  .c-faq {
    margin: calc(var(--b-space) * (3/4)) 0;
  }
}

.u-max-width-10 {
  max-width: calc(var(--width-content) * 0.1);
}

.u-max-width-20 {
  max-width: calc(var(--width-content) * 0.2);
}

.u-max-width-30 {
  max-width: calc(var(--width-content) * 0.3);
}

.u-max-width-40 {
  max-width: calc(var(--width-content) * 0.4);
}

.u-max-width-50 {
  max-width: calc(var(--width-content) * 0.5);
}

.u-max-width-60 {
  max-width: calc(var(--width-content) * 0.63);
}

.u-max-width-70 {
  max-width: calc(var(--width-content) * 0.7);
}

.u-max-width-80 {
  max-width: calc(var(--width-content) * 0.8);
}

.u-max-width-90 {
  max-width: calc(var(--width-content) * 0.91);
}

.u-max-width-100 {
  max-width: var(--width-content);
}

[class*="u-max-width-"].has-text-align-center {
  margin-inline: auto;
}

.u-bg-position-center {
  background-position: center center;
}

.u-bg-position-top-center {
  background-position: top center;
}

.u-bg-position-bottom-center {
  background-position: bottom center;
}

.u-bg-size-cover {
  background-size: cover;
}

.u-bg-size-100-auto {
  background-size: 100% auto;
}

.c-search {
  position: relative;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  max-width: 450px;
  width: 100%;
  flex-shrink: 1;
}


.c-search__btn {
  border: none;
  padding: 0;
  display: block;
  position: relative;
  z-index: 2;
  display: none;
}

.c-search__btn svg {
  display: block;
  width: 1.5rem;
  max-width: 100%;
  height: auto;
  fill: var(--clr-greyscale900);
  transition: .3s fill;
}

.c-search__btn:hover svg {
  fill: var(--clr-greyscale800);
}

.c-search__form {
  position: relative;
}

@media screen and (max-width: 600px) {
  .c-search__form {
    position: absolute;
    top: 50%;
    right: -12px;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transform: translate(-20px, -50%);
    transition: .3s opacity, .3s transform, 0s visibility .3s;
  }

  .c-search--active .c-search__form{
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

}

.c-search__input[type="text"] {
  padding-left: 2.25rem;
}

.c-search__submit[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.25rem;
  padding: 0;
  border: none;
  box-shadow: none;
  background: url('imgs/search-icon.svg') no-repeat  center center / 20px 20px;
}

.c-search__submit[type="submit"]:hover {
  background: url('imgs/search-icon.svg') no-repeat  center center / 20px 20px;
}

.c-searchResult {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--clr-greyscale100);
}

.c-searchForm {
  display: flex;
  margin: 0 auto;
  max-width: 600px;
}

.c-searchForm__input[type="text"] {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}

.c-searchForm__btn[type="submit"] {
  flex-shrink: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-hero {
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
}

.c-hero__wrap {
  gap: 0;
  position: relative;
}

.c-hero__wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(var(--width-gutter) * -1);
  background: url('imgs/icon-leaf.svg') center center / 100% auto;
  width: 236px;
  height: 241px;
}

.c-hero__content {
  position: relative;
  z-index: 2;
}

.c-hero__img {
  margin-bottom: calc(var(--b-space) * -1) !important;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1120px) {
  .c-hero__wrap:after {
    width: 200px;
    height: 204px;
    background-size: 200px 204px;
    right: calc(var(--width-gutter) / 2 * -1);
    top: calc(var(--b-space) / 2 * -1);
    opacity: .2;
    z-index: -1;
  }
}

.c-overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;
}

@media screen and (min-width: 1231px) {
  body:has(.mega-menu-item:hover) .c-overlay, body:has(.mega-menu-item:focus-within) .c-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}

@media screen and (max-width: 1230px) {
  body:has(.c-mainMenu--active) .c-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}


.c-pageBanner {
  background-image: url('imgs/hero-bg-left.svg'), url('imgs/hero-bg-right.svg');
  background-size: 291px 440px, 314px 485px;
  background-repeat: no-repeat, no-repeat;
  background-position: left calc(100% - 50px), right top;
  position: relative;
  transition: .3s background-size;
}

.c-pageBanner:after {
  content: '';
  background: url('imgs/hero-seperator.svg') center center / 100% 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 18px;
  z-index: 10;
}

.c-pageBanner--bottomOverlap {
  --overlap: 175px;
  padding-bottom: calc(var(--b-space) + var(--overlap));
  margin-bottom: calc(var(--overlap) * -1);
}

.c-pageBanner--contact {
  --overlap: 50px;
}

.c-pageBanner--bottomOverlap + .c-section {
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 1000px) {
  .c-pageBanner {
    background-size: 218px 330px, 236px 364px;
  }
}

@media screen and (max-width: 600px) {
  .c-pageBanner {
    background-size: 146px 220px, 157px 243px;
  }
}


.c-logoBar {
  margin: calc(var(--b-space) / 2) 0;
  gap: 32px;
}

.c-logoBar:first-child {
  margin-top: 0;
}

.c-logoBar:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .c-logoBar {
    gap: 16px;
  }
}

.c-teamList {
  margin: var(--b-space) 0;
}

.c-teamList:first-child {
  margin-top: 0;
}

.c-teamList:last-child {
  margin-bottom: 0;
}

.c-teamItem:not(:first-child) {
  border-top: 1px solid var(--clr-greyscale200);
  margin-top: var(--b-space);
  padding-top: var(--b-space);
}

.c-teamItem__header {
  text-align: center;
  margin-bottom: 32px;
}

.c-teamItem__thumb {
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 200px;
  margin: 0 auto;
  border-radius: 50%;
}

.c-teamItem__actions {
  margin-top: 48px;
  gap: 48px;
}

@media screen and (max-width: 600px) {

  .c-teamItem__thumb {
    max-width: 160px;
  }
  .c-teamItem__actions {
    margin-top: 24px;
    gap: 16px;
  }
}

@media screen and (max-width: 1120px) {
  .c-cta__icon {
      position: absolute;
      opacity: .1;
      z-index: -1;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
}

.c-emailDirect {
  margin-top: calc(var(--b-space) / 2);
}

@media screen and (max-width:600px) {
  .c-emailDirect .wp-block-image {
    max-width: 160px;
  }
}

.u-fix-to-bottom {
  margin-bottom: calc(var(--b-space) * -1) !important;
}

.c-talk__heading {
  position: relative;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.c-talk__heading:before {
  content: '';
  position: absolute;
  top: -100px;
  right: 100%;
  width: 192px;
  height: 176px;
  background: url('imgs/icon-talk.svg') center center / 192px 176px;
}

@media screen and (max-width: 980px) {
  .c-talk__heading:before {
    opacity: .2;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.blog.paged #blog-desc {
  display: none;
}

.blog.paged .c-pageBanner {
  text-align: center;
}

.blog.paged .c-pageBanner__wrap {
  justify-content: center;
}

.blog.paged .c-pageBanner__img {
  display: none;
}

.c-blogHeader {
  background: url('imgs/bg-blog.jpg') center bottom / cover;
}
.c-blogHeader h1 {
  max-width: 900px;
}

.c-blogHeader__date {
  display: block;
  margin: 32px auto 0;
  text-align: center;
  font-size: var(--fs-p-sm);
}

.c-blogHeader .wp-post-image {
  margin: 60px auto calc((var(--blog-post-image-height, 0px) + var(--b-space)) * -1);
  display: block;
}

@media screen and (max-width: 600px) {
  .c-blogHeader__date {
    margin: 20px auto 0;
  }
}

.c-blogContent {
  padding-top: calc(var(--b-space) + var(--blog-post-image-height, 0px));
}

.c-authorBox {
  padding: 24px 40px;
  border-radius: 8px;
  background: var(--clr-accent500);
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: var(--fs-p-sm);
  margin-top: 80px;
}

.c-authorBox img {
  display: block;
  margin: 0;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 150px;
  flex-shrink: 0;
}

.c-authorBox h4 {
  color: var(--clr-secondary700);
}

@media screen and (max-width: 600px) {
  .c-authorBox {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
  }
}

.c-tagCloud {
  border-top: 1px solid var(--clr-greyscale200);
  margin-top: 80px;
  padding-top: 32px;
}

@media screen and (max-width: 600px) {

  .c-tagCloud {
    margin-top: 60px
  }

  .c-tagCloud .wp-block-buttons {
    flex-direction: row;
    justify-content: start;
  }

  .c-tagCloud .wp-block-button {
    flex-grow: 0;
  }
}

.c-sharing {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 60px 0;
}

.c-sharing a {
  width: 24px;
}

.c-sharing a svg {
  width: 100%;
  display: block;
  transition: .3s fill;
  fill: var(--clr-secondary700);
}

.c-sharing a:hover svg {
  fill: var(--clr-secondary500);
}

@media screen and (max-width: 600px) {
  .c-sharing {
    margin: 32px 0;
  }
}


.wp-block-search {
  margin: 2rem 0;
}

.wp-block-search:first-child {
  margin-top: 0;
}

.wp-block-search:last-child {
  margin-bottom: 0;
}

.wp-block-search__inside-wrapper  {
  gap: 0;
}

.wp-block-search__button {
  margin: 0;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
  color: white;
  background: var(--clr-primary500);
  padding: 1rem 1.25rem;
  font-size: .9375rem;
  font-family: var(--ff-body);
  font-weight: 700;
  border: none;
  box-shadow: none;
  line-height: 1;
  -webkit-appearance: none;
  transition: .3s background;
}

.wp-block-search__button:hover {
  color: white;
  background: var(--clr-primary600);
}

.wp-block-search--light .wp-block-search__button {
  background: var(--clr-primary900);
}

.wp-block-search--light .wp-block-search__button:hover {
  background: var(--clr-greyscale900);
}

.wp-block-search__input[type="search"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
  outline: none;
  padding: 0 1rem;
}

.wp-block-search:not(.wp-block-search--light) .wp-block-search__input[type="search"] {
  border: none;
}

.has-background.wp-block-group {
  padding: 2rem;
  border-radius: 1.25rem;
}

.c-cardGrid {
  gap: 2rem;
  margin: calc(var(--b-space) - 1rem) 0;
}

.c-cardGrid:first-child {
  margin-top: 0;
}

.c-cardGrid:last-child {
  margin-bottom: 0;
}

.wp-block-group.is-style-card {
  padding: 2rem 1.5rem;
  border: 1px solid var(--clr-greyscale200);
  border-radius: .375rem;
  background: var(--clr-white);
}

.wp-block-group.is-style-card-variation {
  border-radius: 1.25rem !important;
  background: var(--clr-primary50);
  padding: 2rem 1.5rem;
}


@media screen and (max-width: 600px) {
  .c-cardGrid {
    gap: 1rem;
  }
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: calc(var(--b-space) - 1rem);
  font-size: 1.25rem;
  font-weight: 400;
}

.c-breadcrumb a {
  color: white;
}

.c-breadcrumb :first-child {
  font-weight: 600;
}

.c-breadcrumb a:hover {
  color: var(--clr-primary100);
}

.c-breadcrumb__sep {
  background: url('imgs/icon-breadcrumb.svg') center center / 1.25rem 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

@media screen and (max-width: 600px) {
  .c-breadcrumb {
    gap: .5rem;
    font-size: 1rem;
  }
}


.c-faqGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 4rem;
  margin-top: calc(var(--b-space) - 1rem);
}

.c-faqGrid:first-child {
  margin-top: 0;
}


.c-faqGrid .wp-block-group {
  position: relative;
}

.c-faqGrid .wp-block-group:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--clr-greyscale200);
  left: -2rem;
}

.c-faqGrid .wp-block-group:nth-child(4n+1):before {
  display: none;
}

@media (max-width: 1200px) {
  .c-faqGrid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .c-faqGrid .wp-block-group:nth-child(2n+1):before {
    display: none;
  }

  .c-faqGrid .wp-block-group:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--clr-greyscale200);
    top: -2rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
  .c-faqGrid .wp-block-group:nth-of-type(1):after, .c-faqGrid .wp-block-group:nth-of-type(2):after {
    display: none;
  }
}

@media  (max-width: 600px) {
  .c-faqGrid {
    grid-template-columns: 1fr !important;
  }

  .c-faqGrid .wp-block-group:before {
    display: none;
  }

  .c-faqGrid .wp-block-group:nth-of-type(1):after {
    display: none;
  }
}

.c-quickMenu {
  padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid var(--clr-greyscale200);
  border-radius: .375rem;
}

.c-pageMenu  {
  list-style-type: none;
  padding: 0;
  margin: 1.5rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.c-pageMenu li {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}

.c-pageMenu li:before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  background: url('imgs/icon-link-arrow-down.svg') center center / 1.25rem 1.25rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.c-pageMenu .icon-info:before {
  background-image: url('imgs/icon-menu-info.svg');
}

.c-pageMenu .icon-services:before {
  background-image: url('imgs/icon-menu-services.svg');
}

.c-pageMenu .icon-workshops:before {
  background-image: url('imgs/icon-menu-workshops.svg');
}

.c-pageMenu .icon-resources:before {
  background-image: url('imgs/icon-menu-resources.svg');
}


.c-pageMenu .icon-contact:before {
  background-image: url('imgs/icon-menu-contact.svg');
}

.c-pageMenu .icon-faq:before {
  background-image: url('imgs/icon-menu-faq.svg');
}

.c-pageMenu .icon-glossary:before {
  background-image: url('imgs/icon-menu-glossary.svg');
}


.c-pageMenu .current-menu-item:not(:has-anchor)  {
  display: none;
}

.c-pageMenu a  {
  font-weight: 600;
  font-size: .9375rem;
  color: var(--clr-greyscale900);
}

.c-pageMenu a:hover {
  color: var(--clr-primary500);
}

.c-testimonials {
  background: var(--clr-primary50);
  border-radius: 1rem;
  padding: 2rem 0;
}

.c-testimonials .owl-nav {
  margin: 2rem 2rem 0;
  display: flex;
  gap: .5rem;
}

.c-testimonials .owl-nav button {
  background: var(--clr-primary500) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: .375rem;
  border: none;
  outline: none;
  transition: .3s background !important;
}

.c-testimonials .owl-nav button:hover {
  background: var(--clr-primary600) !important;
}

.c-testimonialItem {
  padding: 0 2.5rem;
}

.c-testimonialItem h5 {
  margin-top: 1rem;
  font-weight: 400;
  color: var(--clr-greyscale600);
}

.c-glossaryHeader {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.c-glossaryHeader__item {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9375rem;
  letter-spacing: .1rem;
}

.c-glossaryHeader__item:first-child {
  width: 20%;
  flex-shrink: 0;
}

.c-glossaryItem {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.c-glossaryItem + .c-glossaryItem {
  margin-top: 2rem;
}

.c-glossaryItem__term {
  width: 20%;
  flex-shrink: 0;
  font-weight: 600;
}

@media screen and (max-width: 768px) {

  .c-glossaryHeader {
    display: none;
  }

  .c-glossaryItem {
    flex-direction: column;
    gap: .75rem;
  }

  .c-glossaryItem__term {
    width: 100%;
  }

}

.c-filterTabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.c-filterTabs h5 {
  margin: 0;
}

.c-filterTabs__item {
  background: var(--clr-greyscale100);
  padding: .375rem .75rem;
  border-radius: .375rem;
  color: var(--clr-greyscale900);
  font-size: .9375rem;
  font-weight: 600;
  transition: .3s color, .3s background;
}

.c-filterTabs__item:hover, .c-filterTabs__item--active {
  background: var(--clr-primary500);
  color: white;
}

.c-resourceCards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: var(--b-space) 0;
}

.c-resourceCards:first-child {
  margin-top: 0;
}

.c-resourceCards:last-child {
  margin-bottom: 0;
}

.c-resourceCards .c-resourceCard {
  width: calc((100% - 4rem) / 3);
}

@media screen and (max-width: 786px) {
  .c-resourceCards .c-resourceCard {
    width: calc((100% - 2rem) / 2);
  }
}

@media screen and (max-width: 600px) {
  .c-resourceCards {
    gap: 1rem;
  }
  .c-resourceCards .c-resourceCard {
    width: 100%;
  }
}

.c-resourceCard {
  border: 1px solid var(--clr-greyscale200);
  padding: 2rem 1.5rem;
  border-radius: .375rem;
}

.c-resourceCard img {
  display: block;
  margin: 0;
  max-width: 48px;
}

.c-workshops {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.c-workshops .c-workshopItem {
  width: calc((100% - 2rem) / 2);
}

@media screen and (max-width: 600px) {
  .c-workshops {
    gap: 1rem;
  }
  .c-workshops .c-workshopItem {
    width: 100%;
  }
}

.c-workshopItem {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--clr-greyscale200);
  border-radius: .375rem;
}

.c-workshopItem__thumb  {
  display: block;
}

.c-workshopItem__thumb img {
  display: block;
  aspect-ratio: 109 / 65;
  margin: 0;
  border-top-right-radius: .375rem;
  border-top-left-radius: .375rem;
  width: 100%;
  object-fit: cover;
}

.c-workshopItem__content {
  flex-grow: 1;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.c-workshopItem__time {
  font-size: .875rem;
  color: var(--clr-greyscale600);
  margin-bottom: .5rem;
  display: block;
}

.c-workshopItem h3 {
  margin-top: 0;
}

.c-workshopItem__content .wp-block-buttons {
  margin-top: auto;
}

.c-formations {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.c-formations .c-formationItem {
  width: calc((100% - 4rem) / 3);
}

@media screen and (max-width: 980px) {
  .c-formations .c-formationItem {
    width: calc((100% - 2rem) / 2);
  }
}

@media screen and (max-width: 600px) {
  .c-formations {
    gap: 1rem;
  }
  .c-formations .c-formationItem {
    width: 100%;
  }
}

.c-formationItem {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--clr-greyscale200);
  border-radius: .375rem;
}

.c-formationItem__thumb  {
  display: block;
}

.c-formationItem__thumb img {
  display: block;
  aspect-ratio: 109 / 65;
  margin: 0;
  border-top-right-radius: .375rem;
  border-top-left-radius: .375rem;
  width: 100%;
  object-fit: cover;
}

.c-formationItem__content {
  flex-grow: 1;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.c-formationItem__time {
  font-size: .875rem;
  color: var(--clr-greyscale600);
  margin-bottom: .5rem;
  display: block;
}

.c-formationItem h3 {
  margin-top: 0;
}

.c-formationItem__content .wp-block-buttons {
  margin-top: auto;
}

.c-searchItems {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.c-searchItems .c-searchItem {
  width: calc((100% - 2rem) / 2);
}

@media screen and (max-width: 600px) {
  .c-searchItems {
    gap: 1rem;
  }
  .c-searchItems .c-searchItem {
    width: 100%;
  }
}

.c-searchItem {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--clr-greyscale200);
  border-radius: .375rem;
}

.c-searchItem__thumb  {
  display: block;
}

.c-searchItem__thumb img {
  display: block;
  aspect-ratio: 109 / 65;
  margin: 0;
  border-top-right-radius: .375rem;
  border-top-left-radius: .375rem;
  width: 100%;
  object-fit: cover;
}

.c-searchItem__content {
  flex-grow: 1;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.c-searchItem__time {
  font-size: .875rem;
  color: var(--clr-greyscale600);
  margin-bottom: .5rem;
  display: block;
}

.c-searchItem h3 {
  margin-top: 0;
}

.c-searchItem__content .wp-block-buttons {
  margin-top: auto;
}

.c-helpfulArticleWrap {
  position: relative;
  margin-top: calc(var(--b-space) * 2/3);
  transition: .3s opacity;
}

.c-helpfulArticleWrap--working {
  opacity: .6;
  pointer-events: none;
}

.c-helpfulActions__message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 0;
  transform: translateY(-.5rem);
  visibility: hidden;
  transition: .3s opacity, .3s transform, 0s visibility .3s;
}

.c-helpfulArticleWrap--submitted .c-helpfulActions__message  {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.c-helpfulActions {
  display: flex;
  gap: 1rem;
}

.c-helpfulActions button {
  border-radius: .375rem;
  color: var(--clr-greyscale900);
  background: white;
  padding: 0;
  border: 1px solid var(--clr-greyscale200);
  aspect-ratio: 1/1;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  line-height: 1;
  transition: .3s background;
}

.c-helpfulActions button:hover {
  color: var(--clr-text);
  background: var(--clr-primary100);
}

.c-helpfulActions button svg {
  display: block;
}

.c-resourceCatCards {
  gap: 2rem;
}

.c-resourceCategories__img, .c-resourceCategories__img img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .c-resourceCatCards {
    gap: 1rem;
  }
}

.c-footer p {
  margin-bottom: .75rem;
}

.c-footer p:last-child {
  margin-bottom: 0;
}

.c-footer a:not(.wp-block-button__link) {
  color: #A5ACBA;
  font-weight: 500;
}

.c-footer a:not(.wp-block-button__link):hover {
  color: white;
}

.c-footer__top {
  padding-bottom: calc(var(--b-space) * 2/3);
  border-bottom: 1px solid #2E3545;
  margin-bottom: calc(var(--b-space) * 2/3);
}

.c-footer__middle {
  margin: calc(var(--b-space) * 2/3) 0;
  gap: 4rem;
}

.c-footer__middle > .wp-block-group:first-child {
  flex-shrink: 0;
}

.c-footer__middle a[target='_blank'] {
  width: max-content;
  display: flex;
  gap: .25rem;
  align-items: center;
}

.c-footer__middle a[target='_blank']:after {
  content: '';
  background: url('imgs/icon-external-dark.svg') center center / 1rem 1rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.c-footer__links {
  flex-grow: 1;
}

.c-footer__links > .wp-block-group {
  flex-grow: 1;
  flex-basis: 0;
}

.c-footer__bottom {
  margin-top: calc(var(--b-space) * 2/3);
}

.c-footer__bottom p {
  margin: 0;
}

.c-footer__copyright {
  font-size: .75rem !important;
}

.c-footer__logos {
  margin: var(--b-space) 0;
  gap: 6rem;
}

.c-footer__privacyLinks {
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .c-footer__middle > .wp-block-group:first-child {
    display: none;
  }
}


@media screen and (max-width: 980px) {
  .c-footer__logos {
    gap: 0;
    row-gap: 2rem;
    flex-wrap: wrap !important;
  }

  .c-footer__logos > * {
    width: calc((100% - 2rem) / 2);
  }

  .c-footer__logos .wp-block-image {
    display: block;
    margin: 0 auto;
  }

  .c-footer__logos .wp-block-image img {
    margin: 0 auto;
  }

  .c-footer__links {
    flex-wrap: wrap !important;
  }

  .c-footer__links > .wp-block-group {
    width: calc((100% - 1.5rem) / 2);
    flex-basis: auto;
  }
}


@media screen and (max-width: 768px) {
  .c-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .c-footer__top {
    flex-wrap: wrap !important;
  }

  .c-footer__links > .wp-block-group {
    width: 100%;
  }

}

.u-flex-shrink-0 {
  flex-shrink: 0;
}

/* hide contac tcards on contact page */
.c-contactSection {

}

.alert-bar {
  text-align: center;
  padding: 10px;
  background-color: #cb2727;
  color: #fff;
}

.alert-bar a {
  color: #fff;
}
